2004-11-11 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-11-11 Randolph Chung <tausq@debian.org>
2
3 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
4 stop_after_branch parameter and use it to determine if we should look
5 at the delay slot of the first branch insn to find prologue insns.
6 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
7 (hppa_frame_cache): Likewise.
8
9 2004-11-11 Randolph Chung <tausq@debian.org>
10
11 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
12 register so that it can be unwound from anywhere in the prologue.
13
14 2004-11-10 msnyder <msnyder@redhat.com>
15
16 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
17 must invalidate lr_reg (so we don't try to save it again).
18 Ditto for cr_offset and cr_reg.
19
20 2004-11-05 Jon Beniston <jon@beniston.com>
21
22 Committed by Andrew Cagney.
23 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
24 when an unexpected packet is received, as the target stubs
25 continually retransmit the same packet until ACKed.
26
27 2004-11-10 Randolph Chung <tausq@debian.org>
28
29 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
30 frame's type.
31
32 2004-11-10 Randolph Chung <tausq@debian.org>
33
34 * blockframe.c (inside_entry_func): Move to .....
35 * frame.c (inside_entry_func): ... here, and make static.
36 (backtrace_past_entry): New flag.
37 (get_prev_frame): Stop backtrace at the entry function if enabled
38 by flag. Update comments.
39 (_initialize_frame): Add command to set backtrace_past_entry flag.
40 * defs.h (inside_entry_func): Remove prototype.
41
42 2004-11-10 Mark Kettenis <kettenis@gnu.org>
43
44 * dwarf2read.c: Fix formatting.
45
46 2004-11-10 Andrew Cagney <cagney@gnu.org>
47
48 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
49 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
50 macros with function declarations.
51 * value.c (coerce_ref, coerce_array, coerce_number)
52 (coerce_enum): New functions.
53 (value_as_long, value_as_address): Update.
54 * ada-lang.c (ada_coerce_ref, ada_value_binop)
55 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
56 * jv-lang.c (evaluate_subexp_java): Update.
57 * valarith.c (value_less, value_neg, value_complement)
58 (value_binop, value_add, value_subscript, value_x_binop)
59 (value_logical_not, value_sub): Update.
60 * valops.c (check_field, value_struct_elt, value_ind)
61 (value_find_oload_method_list, value_cast, value_assign): Update.
62 * eval.c (evaluate_subexp_standard): Update.
63
64 2004-11-10 Mark Kettenis <kettenis@gnu.org>
65
66 * mips-tdep.c (mips32_relative_offset): Change return type to
67 LONGEST, change argument type to ULONGEST. Fix sign-extension.
68
69 2004-11-10 Randolph Chung <tausq@debian.org>
70
71 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
72 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
73 (hppa_fetch_pointer_argument): Likewise.
74 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
75 deprecated_read_memory_nobpt.
76 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
77 add_set_cmd sequence with add_setshow_boolean_cmd.
78
79 2004-11-09 Andrew Cagney <cagney@gnu.org>
80
81 GDB 6.3 released from GDB 6.3 branch.
82
83 2004-11-09 Andrew Cagney <cagney@gnu.org>
84
85 * values.c: Rename to ...
86 * value.c: ..., new file.
87 * Makefile.in: Update.
88
89 2004-11-09 Daniel Jacobowitz <dan@debian.org>
90
91 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
92 size.
93
94 2004-11-09 Andrew Cagney <cagney@gnu.org>
95
96 * TODO: Delete.
97
98 * value.h (struct value): Delete field bfd_section.
99 (VALUE_BFD_SECTION): Delete macro.
100 (COERCE_REF): Update.
101 (value_at, value_at_lazy): Delete asection parameter.
102 * printcmd.c (print_formatted, x_command): Update.
103 (do_examine): Delete asection parameter.
104 (next_section): Delete variable.
105 * valops.c (value_cast, value_at, value_at_lazy)
106 (value_coerce_function, value_addr, value_ind, value_string)
107 (find_rt_vbase_offset, value_full_object): Update.
108 * hpacc-abi.c (hpacc_virtual_fn_field)
109 (hpacc_value_rtti_type): Update.
110 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
111 (gnuv3_baseclass_offset): Update.
112 * f-valprint.c (f_val_print): Update.
113 * c-valprint.c (c_val_print): Update.
114 * p-valprint.c (pascal_val_print): Update.
115 * jv-valprint.c (java_value_print): Update.
116 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
117 * ada-lang.c (ada_value_primitive_packed_val)
118 (ada_evaluate_subexp): Update.
119 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
120 * expprint.c (print_subexp_standard): Update.
121 * infcall.c (call_function_by_hand): Update.
122 * valarith.c (value_add): Update.
123 * eval.c (evaluate_subexp_standard): Update.
124 * values.c (allocate_value, value_copy, value_static_field): Update.
125 * findvar.c (read_var_value, locate_var_value): Update.
126
127 2004-11-09 Andrew Cagney <cagney@gnu.org>
128
129 * i386-linux-tdep.c: Include "dwarf2-frame.h".
130 * Makefile.in: Update all dependencies.
131
132 2004-11-08 Andrew Cagney <cagney@gnu.org>
133
134 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
135 (sentinel_frame_unwinder): Add the prev_pc method.
136 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
137 available. Do not handle the sentinel-frame case.
138 * frame-unwind.h (frame_prev_register_ftype): Define.
139 (struct frame_unwind): Add prev_pc;
140
141 2004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
142
143 * configure.in: Check for ncurses/term.h.
144 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
145 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
146 * tui/tui.c: Don't include term.h.
147 * configure, config.in: Rebuilt.
148
149 2004-11-08 Mark Kettenis <kettenis@gnu.org>
150
151 * m68kbsd-nat.c: Include "inf-ptrace.h".
152 (_initialize_m68kbsd_nat): Fix pasto.
153 * Makefile.in (m68kbsd-nat.o): Update dependencies.
154
155 2004-11-08 Randolph Chung <tausq@debian.org>
156
157 * infrun.c (debug_infrun): New variable.
158 (resume, proceed, wait_for_inferior): Annotate with debug messages.
159 (handle_inferior_event, keep_going): Likewise.
160 (_initialize_infrun): Register "set debug infrun" command.
161
162 2004-11-08 Andreas Schwab <schwab@suse.de>
163
164 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
165 PTRACE_EVENT_VFORKDONE.
166 (child_follow_fork): Adjust.
167
168 2004-11-08 Andrew Cagney <cagney@gnu.org>
169
170 * README: Refer to 6.3, not 6.2, update directory listing droppng
171 references to intl/ and mmalloc/.
172 * PROBLEMS: Refer to 6.3 not 6.2.
173
174 * PROBLEMS: Delete no-longer applicable problems.
175
176 2004-11-07 Andrew Cagney <cagney@redhat.com>
177 Daniel Jacobowitz <dan@debian.org>
178 Roland McGrath <roland@redhat.com>
179
180 * Makefile.in (symfile-mem.o): Update dependencies.
181 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
182 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
183 * inf-ptrace.c (inf_ptrace_attach): Call
184 observer_notify_inferior_created.
185 * inftarg.c (child_attach): Likewise.
186 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
187 (symbol_file_add_from_memory): Take NAME argument. Use it for
188 the new BFD's filename.
189 (add_symbol_file_from_memory_command): Update call to
190 symbol_file_add_from_memory.
191 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
192 (symbol_file_add_from_memory_wrapper): New.
193 (_initialize_symfile_mem): Register add_vsyscall_page as an
194 inferior_created observer.
195
196 2004-11-07 Mark Kettenis <kettenis@gnu.org>
197
198 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
199 fetch_inferior_registers. Make static.
200 (m68kbsd_store_inferior_registers): Rename from
201 store_inferior_registers. Make static.
202 (_initialize_m68kbsd_nat): Construct and add target vector.
203 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
204 inftarg.o. Add inf-ptrace.o.
205 (NAT_FILE): Set to tm-solib.h.
206 (LOADLIBES): New variable.
207 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
208 inftarg.o. Add inf-ptrace.o.
209 (NAT_FILE): Delete variable.
210 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
211 inftarg.o. Add inf-ptrace.o.
212 (NAT_FILE): Set to tm-solib.h.
213 * config/m68k/nm-nbsdaout.h: Remove file.
214
215 2004-11-07 Daniel Jacobowitz <dan@debian.org>
216
217 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
218 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
219 (dwarf2_signal_frame_unwind): New.
220 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
221 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
222
223 2004-11-07 Mark Kettenis <kettenis@gnu.org>
224
225 * Makefile.in (mips64obsd-tdep.o): Fix typo.
226
227 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
228 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
229 to only include the structure members we actually need.
230 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
231 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
232 only include the structure members we actually need.
233 (mipsnbsd_init_abi): Update.
234
235 * mips64obsd-nat.c: Include "mips-tdep.h".
236 (MIPS64OBSD_NUM_REGS): Remove define.
237 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
238 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
239 floating-point registers correctly.
240 * Makefile.in (mips64obsd-nat.o): Update dependencies.
241
242 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
243 "gdb_assert.h".
244 (mips64obsd_sigframe_init): New function.
245 (mips64obsd_sigframe): New variable.
246 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
247 unwinder.
248 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
249
250 2004-11-06 Joel Brobecker <brobecker@gnat.com>
251
252 * alpha-mdebug-tdep.c: #include mdebugread.h.
253 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
254 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
255
256 2004-11-05 Andrew Cagney <cagney@gnu.org>
257
258 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
259 CFI and the init_reg method leave the register unspecified.
260 Include the register name in the "Incomplete CFI data" complaint.
261 Supress leading zeros in the address.
262
263 2004-11-05 Mark Kettenis <kettenis@gnu.org>
264
265 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
266 skipping a personality routine in a CIE augmentation.
267
268 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
269
270 * defs.h (fatal, vfatal): New function prototypes.
271 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
272 via catch_errors.
273 (backtrace_command): Change to call backtrace_command_stub via
274 catch_errors instead of calling backtrace_command_1 directly.
275 (backtrace_full_command): Ditto.
276 * utils.c (error_stream_1): New static function.
277 (verror): Change to call error_stream_1 instead of error_stream.
278 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
279 (vfatal, fatal): New functions.
280
281 2004-11-05 Andrew Cagney <cagney@gnu.org>
282
283 * stack.c (parse_frame_specification_1): Clear selected_frame_p
284 when not using selected frame.
285
286 2004-11-05 Mark Kettenis <kettenis@jive.nl>
287
288 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
289 personality routine in a CIE augmentation.
290
291 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
292
293 * stack.c (set_current_sal_from_frame): New function.
294 (print_args_stub): Use it.
295 (print_frame_info): Don't set sal here.
296
297 2004-11-04 Mark Kettenis <kettenis@gnu.org>
298
299 * dwarf2-frame.c (read_encoded_value): Change type of third
300 argument to `unsigned char *'. Add support for LEB128 encodings.
301
302 2004-11-04 Jim Blandy <jimb@redhat.com>
303
304 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
305 prevent cross-objfile references.
306 (make_cv_type): Doc fix. Don't create cross-objfile references,
307 even for stub types.
308 (replace_type): Add assertion to prevent cross-objfile references.
309 (check_typedef): Never resolve a stub type by copying over a type
310 from another file.
311
312 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
313
314 * Makefile.in (m32r-tdep.o): Update dependencies.
315 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
316 ABI-specific overrides.
317
318 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
319
320 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
321 unnecessary parallel execution bit.
322 (m32r_memory_remove_breakpoint): Ditto.
323 (m32r_breakpoint_from_pc): Update.
324
325 2004-11-03 Randolph Chung <tausq@debian.org>
326
327 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
328 frame_func_unwind to locate the unwind entry.
329 (hppa_frame_this_id): Likewise.
330
331 2004-11-03 Andrew Cagney <cagney@gnu.org>
332
333 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
334 packet, obsolete configurations, end-of-life deprecated_registers.
335
336 2004-11-02 Mark Kettenis <kettenis@gnu.org>
337
338 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
339 encodings as well as unsigned encodings.
340
341 2004-11-02 Andrew Cagney <cagney@gnu.org>
342
343 * value.h (COERCE_VARYING_ARRAY): Delete.
344 * valops.c (value_cast, value_slice): Delete use.
345 * valarith.c (value_subscript, value_concat): Delete use.
346
347 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
348
349 * NEWS: GDB understands GNAT Ada.
350
351 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
352
353 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
354 (amd64-sol2-tdep.o): Add dependencies.
355 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
356 config/i386/sol2-64.mt: New files.
357 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
358 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
359 (supply_gregset): Correct order of arguments to
360 amd64_supply_native_gregset.
361 (fill_gregset): Correct order of arguments to
362 amd64_collect_native_gregset.
363 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
364 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
365 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
366 for definition of NEW_PROC_API.
367 * configure: Regenerate.
368
369 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
370
371 * MAINTAINERS (Write After Approval): Add myself.
372
373 2004-11-01 Andrew Cagney <cagney@gnu.org>
374
375 * configure.tgt: Mark d10v-*-* as obsolete.
376 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
377
378 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
379
380 * values.c (modify_field): Correct handling of bit-fields that
381 don't fit in 32 bits. Use unsigned operations throughout and
382 simplify the code a bit. Document preconditions.
383
384 2004-10-31 Andrew Cagney <cagney@gnu.org>
385
386 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
387 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
388 (in_plt_section): Delete.
389
390 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
391 (mips_gdbarch_init): Do not set same.
392
393 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
394 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
395
396 * gdbarch.sh (in_solib_call_trampoline): Delete.
397 * gdbarch.h, gdbarch.c: Re-generate.
398
399 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
400 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
401 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
402 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
403 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
404
405 2004-10-31 Mark Kettenis <kettenis@gnu.org>
406
407 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
408 (mipsnbsd_fetch_inferior_registers): Rename from
409 fetch_inferior_registers. Make static.
410 (mipsnbsd_store_inferior_registers): Rename from
411 store_inferior_registers. Make static.
412 (_initialize_mipsnbsd_nat): New function and prototype.
413 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
414 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
415 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
416 inf-ptrace.o.
417
418 2004-10-31 Andrew Cagney <cagney@gnu.org>
419
420 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
421 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
422 delete corresponding unused function.
423 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
424 in_solib_call_trampoline.
425 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
426 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
427 * config/mips/tm-nbsd.h: Ditto.
428 * config/arm/tm-linux.h: Ditto.
429 * config/mips/tm-linux.h: Ditto.
430
431 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
432 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
433 in_solib_call_trampoline, delete corresponding unused function.
434 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
435 (vaxnbsd_aout_init_abi): Ditto.
436 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
437 (sparc32nbsd_aout_init_abi): Ditto.
438 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
439 (ppc_linux_init_abi): Ditto.
440 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
441 (ns32knbsd_init_abi_aout): Ditto.
442 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
443 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
444 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
445 (m68kbsd_aout_init_abi): Ditto.
446 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
447 (i386_cygwin_init_abi): Ditto.
448 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
449 (i386bsd_init_abi): Ditto.
450
451 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
452 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
453 isn't used by this architecture.
454 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
455 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
456 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
457 * s390-tdep.c (s390_gdbarch_init): Ditto.
458 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
459 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
460 * i386-tdep.c (i386_svr4_init_abi): Ditto.
461 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
462 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
463 * amd64-tdep.c (amd64_init_abi): Ditto.
464
465 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
466 in_solib_call_trampoline to its default value of
467 generic_in_solib_call_trampoline.
468 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
469 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
470 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
471 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
472 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
473 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
474
475 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
476
477 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
478
479 * config/mips/tm-mips.h: Delete file.
480 * remote-mips.c: Delete tm-mips.h from comment.
481 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
482 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
483 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
484 * config/mips/tm-linux.h: Don't include tm-mips.h.
485 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
486 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
487 * config/mips/tm-wince.h: Don't include.
488
489 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
490 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
491 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
492 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
493
494 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
495 * mdebugread.c (ecoff_relocate_efi): Delete function.
496 * objfiles.c (objfile_relocate): Delete #ifdef
497 MDEBUG_EFI_SYMBOL_NAME code.
498
499 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
500 Andrew Cagney <cagney@gnu.org>
501
502 * gdbarch.sh (single_step_through_delay): Add.
503 * gdbarch.h, gdbarch.c: Re-generate.
504 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
505 (mips_step_skips_delay): Delete.
506 * mips-tdep.c (mips_single_step_through_delay): Replace
507 mips_step_skips_delay.
508 (mips_gdbarch_init): Set single_step_through_delay.
509 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
510
511 2004-10-31 Mark Kettenis <kettenis@gnu.org>
512
513 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
514 from TRAMP_FRAME frame type.
515
516 2004-10-31 Andrew Cagney <cagney@gnu.org>
517
518 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
519
520 * mips-tdep.c (mips_ignore_helper): Delete.
521 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
522 * infrun.c (handle_inferior_event): Delete #ifdef
523 DEPRECATED_IGNORE_HELPER_CALL code.
524
525 * config/mips/tm-mips.h (RA_REGNUM): Delete.
526
527 2004-10-31 Mark Kettenis <kettenis@gnu.org>
528
529 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
530 (fill_fpregset): Do not compile for 64-bit systems.
531 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
532 * Makefile.in (i386-sol2-nat.o): Update dependencies.
533 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
534
535 2004-10-30 Andrew Cagney <cagney@gnu.org>
536
537 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
538 (struct mdebug_extra_func_info): Define.
539 * config/alpha/tm-alpha.h: Delete same.
540 * config/mips/tm-mips.h: Delete same.
541 * mdebugread.c: Delete same.
542 * Makefile.in: Update dependencies.
543 * mips-mdebug-tdep.c: Include "mdebugread.h".
544
545 * objfiles.c: Include "mdebugread.h".
546 * mdebugread.c: Include "mdebugread.h".
547 (ecoff_relocate_cfi): Delete.
548 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
549 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
550 * mdebugread.h (ecoff_relocate_efi): New file.
551 * Makefile.in: Update dependencies.
552
553 * mips-tdep.c (struct frame_extra_info): Delete.
554 (temp_proc_desc): Delete.
555
556 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
557 MIPS_EFI_SYMBOL_NAME.
558 (mips_extra_func_info_t, mips_extra_func_info): Delete.
559 (struct mdebug_extra_func_info): Replace struct
560 alpha_extra_func_info and alpha_extra_func_info_t.
561 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
562 MIPS_EFI_SYMBOL_NAME.
563 (struct mdebug_extra_func_info): Replace struct
564 alpha_extra_func_info and alpha_extra_func_info_t.
565 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
566 * mdebugread.c, alpha-mdebug-tdep.c:
567
568 Suggested by Mark Kettenis.
569 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
570 fields frame_adjust and high_addr.
571 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
572 (non_heuristic_proc_desc): Delete references.
573
574 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
575 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
576 * mips-tdep.c: Update.
577
578 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
579 (MIPS_LAST_EMBED_REGNUM): Add.
580 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
581 (LAST_EMBED_REGNUM): Delete.
582 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
583
584 * config/mips/tm-mips.h (PS_REGNUM): Delete.
585 * mips-tdep.h (MIPS_PS_REGNUM): Add.
586 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
587 * mips-linux-nat.c: Update.
588
589 * mips-tdep.h: Add comments on registers.
590 (MIPS_UNUSED_REGNUM): Define.
591 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
592 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
593 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
594 * mips-linux-nat.c, remote-mips.c: Update.
595
596 * config/mips/tm-mips.h (t_insn): Delete.
597 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
598 Replace t_insn with ULONGEST.
599
600 2004-10-30 Mark Kettenis <kettenis@gnu.org>
601
602 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
603 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
604 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
605 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
606 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
607 (mipsnbsd_core_osabi_sniffer): New function.
608 (mipsnbsd_init_abi): Set regset_from_core_section.
609 (_initialize_mipsnbsd_tdep): Remove calls to
610 deprecated_add_core_fns.
611 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
612 (mipsnbsd_regset_from_core_section): New functions.
613 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
614 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
615
616 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
617 Remove optimization for DEPRECATED_FP_REGNUM.
618
619 2004-10-30 Andrew Cagney <cagney@gnu.org>
620
621 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
622 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
623 (alpha_setup_arbitrary_frame): Delete.
624 * mips-tdep.c (setup_arbitrary_frame): Delete.
625 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
626 (setup_arbitrary_frame): Delete.
627 * stack.c (parse_frame_specification_1): When specified, call
628 create_new_frame with two parameters. Delete #ifdef
629 SETUP_ARBITRARY_FRAME.
630
631 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
632 (MIPS_INSTLEN): Delete.
633 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
634 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
635 * remote-mips.c, mips-tdep.c: Update.
636
637 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
638 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
639 * mips-tdep.c (mips_mdebug_frame_cache)
640 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
641 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
642 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
643 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
644 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
645 (mips_gdbarch_init): Do not append mdebug sniffers.
646 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
647 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
648 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
649 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
650 * Makefile.in: Update dependencies.
651
652 * mips-tdep.h (mips_abi_regsize): Declare.
653 * mips-tdep.c (mips_abi_regsize): Make non-static.
654
655 * mips-tdep.c (gdb_print_insn_mips): Simplify.
656 (make_mips16_addr): Delete.
657
658 2004-10-30 Mark Kettenis <kettenis@gnu.org>
659
660 * i386-sol2-nat.c: New file.
661 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
662 i386-sol2-tdep.c.
663 (i386-sol2-nat.o): Update dependencies.
664 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
665 i386-sol2-nat.o.
666
667 2004-10-30 Andrew Cagney <cagney@gnu.org>
668
669 Total breakage identified by Joel Brobecker.
670 * mips-tdep.c (after_prologue): Delete.
671 (mips_skip_prologue): Use skip_prologue_using_sal.
672 (heuristic_proc_desc): Delete, unused.
673
674 2004-10-30 Mark Kettenis <kettenis@gnu.org>
675
676 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
677 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
678 Cleanup coding style.
679
680 2004-10-30 Andrew Cagney <cagney@gnu.org>
681
682 * mips-tdep.h (mips_pc_is_mips16): Declare.
683 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
684 non-static. Update calls.
685
686 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
687 * command.h (add_setshow_enum_cmd): Declare.
688 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
689
690 * mips-tdep.c (_initialize_mips_tdep): Use
691 add_setshow_zinteger_cmd.
692
693 * mips-tdep.c (mips_eabi_extract_return_value)
694 (mips_o64_extract_return_value, mips_o64_store_return_value)
695 (return_value_location, mips_eabi_reg_struct_has_addr)
696 (mips_eabi_use_struct_convention)
697 (mips_eabi_store_return_value): Delete.
698 (mips_eabi_store_return_value): New function.
699 (mips_eabi_return_value): New function.
700 (mips_gdbarch_init): For O64 and EABI, delete
701 extract_return_value, store_return_value, use_struct_convention
702 and reg_struct_has_addr, add return_value.
703
704 * mips-tdep.c (read_signed_register): Use
705 regcache_cooked_read_signed.
706
707 2004-10-30 Mark Kettenis <kettenis@gnu.org>
708
709 * mipsread.c: Cleanup coding style.
710 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
711 (mipscoff_symfile_finish): Remove prototypes.
712
713 2004-10-29 Mark Kettenis <kettenis@gnu.org>
714
715 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
716 (mips_mdebug_frame_cache, mips16_scan_prologue)
717 (mips32_scan_prologue, mips_stub_frame_cache)
718 (heuristic_proc_start, heuristic_proc_desc)
719 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
720 (mips_n32n64_return_value, mips_o32_push_dummy_call)
721 (mips_o32_return_value, mips_o64_push_dummy_call)
722 (mips_step_skips_delay, mips_skip_trampoline_code)
723 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
724 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
725 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
726 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
727 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
728 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
729 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
730 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
731 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
732 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
733 ZERO_REGNUM.
734 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
735 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
736 ZERO_REGNUM.
737 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
738 A0_REGNUM.
739 * mipsnbsd-nat.c: Include "mips-tdep.h".
740 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
741 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
742
743 2004-10-29 Andrew Cagney <cagney@gnu.org>
744
745 * stack.c (parse_frame_specification_1): New function based on
746 parse_frame_specification. Add message and selected_frame_p
747 paramters. Truely always return non-NULL.
748 (parse_frame_specification): Call parse_frame_specification_1.
749 (frame_info): Update. Eliminate target_has_stack check.
750 (select_frame_command): Update.
751
752 2004-10-29 Andrew Cagney <cagney@gnu.org>
753
754 * frame.h (get_selected_frame): Add message parameter.
755 * frame.c (get_selected_frame): Add and use message parameter.
756 * stack.c (current_frame_command, return_command, locals_info)
757 (catch_info, args_info, up_silently_base, down_silently_base): Use
758 get_selected_frame with an explicit message.
759 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
760 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
761 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
762 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
763 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
764 * breakpoint.c: Update.
765
766 2004-10-29 Andrew Cagney <cagney@gnu.org>
767
768 * trad-frame.c (trad_frame_get_prev_register): Use
769 frame_unwind_register instead of frame_register_unwind, do not
770 recurse the register's location.
771 * xstormy16-tdep.c (xstormy16_frame_prev_register):
772 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
773 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
774 * sh-tdep.c (sh_frame_prev_register): Ditto.
775 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
776 * i386-tdep.c (i386_frame_prev_register): Ditto.
777 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
778 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
779
780 2004-10-28 Mark Kettenis <kettenis@jive.nl>
781
782 * proc-events.c: Fix several coding-style issues. Consistently
783 use #ifdef instead of #if defined().
784 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
785 ARRAY_SIZE.
786 (_initialize_proc_events): New prototype.
787
788 * proc-why.c: Fix several coding-style issues.
789 (proc_prettyfprint_why): Use ARRAY_SIZE.
790
791 2004-10-27 Jim Blandy <jimb@redhat.com>
792
793 * remote.c (fetch_register_using_p): Construct 'p' packet in a
794 manner independent of the host byte order.
795
796 2004-10-27 Mark Kettenis <kettenis@gnu.org>
797
798 * mips-tdep.c (id_delayed): Remove prototype.
799
800 2004-10-26 Mark Kettenis <kettenis@gnu.org>
801
802 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
803 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
804 to enum with register numbers.
805 (enum mips_insn_size): New enum.
806
807 2004-10-26 Andrew Cagney <cagney@gnu.org>
808
809 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
810 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
811 (mips_gdbarch_init): Update.
812 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
813
814 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
815 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
816 IN_SOLIB_RETURN_TRAMPOLINE.
817 * mips-tdep.c (mips_dump_tdep): Do not print
818 IN_SOLIB_RETURN_TRAMPOLINE.
819 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
820 (mips_gdbarch_init): Update.
821
822 * mips-tdep.h (mips_software_single_step): Move to here ...
823 * config/mips/tm-mips.h: ... from here.
824 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
825 (SOFTWARE_SINGLE_STEP): Delete.
826 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
827
828 2004-10-25 Andrew Cagney <cagney@gnu.org>
829
830 * NEWS: Add Changes since GDB 6.3 section.
831
832 2004-10-23 Andreas Schwab <schwab@suse.de>
833
834 * ada-lang.c (grow_vect): Return the new array instead of
835 expecting pointer to pointer to avoid violation of aliasing rules.
836 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
837
838 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
839
840 * s390-tdep.c (enum pv_boolean): Remove.
841 (pv_is_array_ref): Remove.
842 (s390_on_stack): Remove.
843 (S390_NUM_SPILL_SLOTS): Remove.
844 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
845 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
846 (s390_store): Track all stores of orginal incoming registers to the
847 stack constant offsets relative to the CFA, instead of only tracking
848 stores into specific spill slots.
849 (s390_load): Likewise.
850 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
851 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
852 defined as call-saved by the ABI.
853 (s390_push_dummy_call): Use bottom of dummy call argument save area
854 as return value, not the top. Do not store to the called function's
855 register save area.
856 (s390_unwind_dummy_id): Adapt accordingly.
857
858 2004-10-23 Andrew Cagney <cagney@gnu.org>
859
860 * objfiles.h (struct objfile): Rename obj_private to
861 deprecated_obj_private, sym_private to deprecated_sym_private, and
862 sym_stab_info to deprecated_sym_stab_info.
863 * gdb-stabs.h: Update.
864 * elfread.c: Update.
865 * dbxread.c: Update.
866 * coffread.c: Update.
867 * xcoffread.c: Update.
868 * symfile.c: Update.
869 * somread.c: Update.
870 * nlmread.c: Update.
871 * mdebugread.c: Update.
872 * hpread.c: Update.
873 * coffread.c: Update.
874
875 2004-10-23 Mark Kettenis <kettenis@gnu.org>
876
877 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
878 * configure.host: Add mips64*-*-openbsd*.
879 * configure.tgt: Add mips64*-*-openbsd*.
880 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
881 mips64obsd-tdep.c.
882 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
883 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
884
885 2004-10-21 Joel Brobecker <brobecker@gnat.com>
886
887 * symtab.c (symbol_search_name): Minor reformatting.
888
889 2004-10-20 Joel Brobecker <brobecker@gnat.com>
890
891 * symtab.h: Fix typo in comment.
892
893 2004-10-19 Mark Kettenis <kettenis@gnu.org>
894
895 * dwarf2read.c (struct comp_unit_head): Fix coding style.
896 (dwarf_decode_line_header): Likewise.
897
898 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
899
900 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
901
902 2004-10-19 Andrew Cagney <cagney@gnu.org>
903
904 GDB 6.3 branch created.
905 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
906
907 2004-10-15 Joel Brobecker <brobecker@gnat.com>
908
909 * dwarf2read.c (set_cu_language): Set language to Ada for
910 DW_LANG_Ada83 and DW_LANG_Ada95.
911
912 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
913
914 From Andreas Schwab <schwab@suse.de>:
915 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
916 for xmalloc and xrealloc.
917
918 2004-10-15 Andrew Cagney <cagney@gnu.org>
919
920 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
921 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
922 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
923 Update dependencies.
924
925 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
926
927 * ada-lang.c (ada_lookup_symbol): Correct comment.
928 (ada_evaluate_subexp): Change error message for
929 OP_FUNCALL case so as not to indicate an internal error.
930
931 2004-10-15 Joel Brobecker <brobecker@gnat.com>
932
933 Committed by Paul Hilfinger.
934 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
935 type sizes in XVE/XVU types, and emit a warning when that happens,
936 instead of rounding up the size of the resulting type.
937 Some minor reformatting.
938 (ada_is_aligner_type): Do not consider a type as an aligner type
939 if there is a corresponding XVS type as well.
940 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
941 have several levels of pointer indirection to the array.
942
943 2004-10-15 Jerome Guitton <guitton@gnat.com>
944
945 Committed by Paul Hilfinger.
946 * ada-lang.c (check_size): New function.
947 (coerce_unspec_val_to_type): call check_size to make sure
948 that the object size is reasonable.
949 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
950 Implements the case when we get a reference when we evaluate
951 the expression of one of the bounds of the slice.
952 (ada_value_struct_elt): when a packed array field is
953 a reference, use ada_coerce_ref to dereference it; use
954 ada_value_ind only if it is a pointer.
955
956 2004-10-15 Joel Brobecker <brobecker@gnat.com>
957
958 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
959 a bit to avoid the necessity of an advance declaration. Remove
960 declaration.
961 (set_reg_offset): Move implemenation up.
962 (mips16_get_imm): Likewise.
963 (mips16_scan_prologue): Likewise.
964 (reset_saved_regs): Likewise.
965 (mips32_scan_prologue): Likewise.
966
967 2004-10-14 Joel Brobecker <brobecker@gnat.com>
968
969 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
970 Remove sp as a parameter, compute it internally instead. Move
971 prologue scanning limit from heuristic_proc_desc to here.
972 (mips16_scan_prologue): Likewise.
973 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
974 by call to mips16_scan_prologue.
975 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
976 by call to mips32_scan_prologue.
977 (heuristic_proc_desc): Remove code that's no longer necessary.
978 Update calls to mips16_scan_prologue and mips32_scan_prologue.
979 (mips_skip_prologue): Update calls to mips16_scan_prologue
980 and mips32_scan_prologue.
981
982 2004-10-14 Joel Brobecker <brobecker@gnat.com>
983
984 * mips-tdep.c (mips16_scan_prologue): Merge code from
985 mips16_skip_prologue. Now return the address of the first
986 instruction past the function prologue.
987 (mips16_skip_prologue): Remove, no longer necessary.
988 (mips_skip_prologue): Replace call to mips16_skip_prologue
989 by call to mips16_scan_prologue.
990
991 2004-10-14 Joel Brobecker <brobecker@gnat.com>
992
993 * mips-tdep.c (mips32_scan_prologue): Merge code from
994 mips32_skip_prologue. Now return the address of the first
995 instruction past the function prologue.
996 (mips32_skip_prologue): Remove. No longer necessary.
997 (mips16_skip_prologue): Add parameter end_pc instead of
998 computing it.
999 (mips_skip_prologue): Compute the upper limit for the
1000 prologue scanning. Update call to mips16_skip_prologue.
1001 Replace call to mips32_skip_prologue by call to
1002 mips32_scan_prologue.
1003
1004 2004-10-14 Mark Kettenis <kettenis@gnu.org>
1005
1006 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1007 NetBSD system call stubs that store %rp in the ERP slot of the
1008 stack frame.
1009
1010 * source.c: Always define O_BINARY to 0 if not defined already.
1011 (openp): Unconditionally use O_BINARY.
1012
1013 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1014 * event-top.c (gdb_readline2): Likewise.
1015
1016 2004-10-14 Orjan Friberg <orjanf@axis.com>
1017
1018 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1019 deprecated_add_core_fns which was removed by mistake.
1020
1021 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1022
1023 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1024 references to deprecated_registers[] with equivalent code.
1025
1026 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1027
1028 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1029 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1030 instead of explicit test and print statement.
1031
1032 2004-10-12 Mark Kettenis <kettenis@gnu.org>
1033
1034 * sparc-nat.c: Include "inf-ptrace.h".
1035 (sparc_target): New function.
1036 * sparc-nat.h: Update copyright year.
1037 (sparc_target): New prototype.
1038 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1039 (_initialize_sparcnbsd_nat): Construct and add target vector.
1040 * sparc64nbsd-nat.c: Include "target.h".
1041 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1042 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1043 Update dependencies.
1044 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1045 inftarg.o, add inf-ptrace.o.
1046 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1047 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1048 (NAT_FILE): Set to nm-bsd.h.
1049 (LOADLIBES): New variable.
1050 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1051 infarg.o, add inf-ptrace.o.
1052 * config/sparc/nm-nbsdaout.h: Remove file.
1053 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1054 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1055 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1056
1057 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1058 "fopen-same.h". Update comment.
1059
1060 2004-10-11 Mark Kettenis <kettenis@gnu.org>
1061
1062 * i386gnu-nat.c: Include "gdb_string.h".
1063 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1064 registers when the floating-point state isn't initialized.
1065 * Makefile.in (i386gnu-nat.o): Update dependencies.
1066
1067 2004-10-11 David Anderson <davea@sgi.com>
1068
1069 * regcache.c (regcache_raw_read): Comment was missing "to".
1070 Extraneous ' removed.
1071 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1072 comment now describes use.
1073
1074 2004-10-11 Orjan Friberg <orjanf@axis.com>
1075
1076 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1077 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1078 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1079 (cris_sigtramp_frame_sniffer): New functions.
1080 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1081 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1082 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1083 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1084 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1085 command.
1086 (cris_version_update): Remove, replace with ...
1087 (set_cris_version): New function.
1088 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1089 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1090 (_initialize_cris_tdep): Remove CRIS mode command.
1091 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1092 cris-fpless-backtrace command.
1093 (cris_scan_prologue): Fix prologue scanning limit.
1094 (cris_register_type): Update to reflect actual registers.
1095 (cris_register_bytes_ok) Remove.
1096 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1097 Remove set_gdbarch_deprecated_register_size,
1098 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1099
1100 2004-10-10 Andrew Cagney <cagney@gnu.org>
1101
1102 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1103 comment.
1104
1105 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1106
1107 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1108
1109 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1110
1111 * mips-tdep.c (mips16_scan_prologue): Renames
1112 mips16_heuristic_proc_desc. Update comment.
1113 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1114 (heuristic_proc_desc): Update calls to the 2 functions above.
1115
1116 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1117
1118 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1119 Update comments. Also immediately return empty cache when the start
1120 address of our function could not be found.
1121 (mips_insn32_frame_cache): Likewise.
1122
1123 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1124
1125 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1126 (mips_insn16_frame_cache): Pass frame cache in call to
1127 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1128 Remove code that became redundant as a consequence.
1129 (mips32_heuristic_proc_desc): No longer compute a fake
1130 procedure descriptor. Compute the full frame cache instead.
1131 Some minor comment reformatting.
1132
1133 2004-10-10 Jim Blandy <jimb@redhat.com>
1134
1135 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1136 reader, tracing bytecode stuff): Remove self.
1137
1138 2004-10-10 Mark Kettenis <kettenis@gnu.org>
1139
1140 * sparc64-linux-tdep.c: Update copyright year. Don't include
1141 "solib-svr4.h".
1142 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1143 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1144 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1145
1146 * sparc-linux-tdep.c: Update copyright year.
1147 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1148 to struct frame_info *. Use safe_frame_unwind_memory instead of
1149 deprecated_read_memory_nobpt.
1150 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1151 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1152 changed signature of sparc_linux_sigtramp_start.
1153 (sparc32_linux_pc_in_sigtramp): Remove function.
1154 (sparc32_linux_sigtramp_p): New function.
1155 (sparc32_linux_sigtramp_frame_sniffer): Use
1156 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1157
1158 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1159 Remove function.
1160 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1161
1162 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1163 (decode_packed_array_type, value_subscript_packed)
1164 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1165 argument in call to lim_warning.
1166
1167 * configure.in: Really disable the TUI if an enhanced curses
1168 library isn't found.
1169 * configure: Regenerate.
1170
1171 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1172
1173 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1174 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1175 * config/i386/nm-nbsdaout.h: Remove file.
1176 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1177 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1178 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1179 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1180 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1181 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1182 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1183 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1184 (ldd, ld_un, ld_2): Remove defines.
1185 * config/i386/nm-obsd.h: Likewise.
1186
1187 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1188
1189 * ada-lex.l: Remove useless rule whose right-context clause
1190 causes unreferenced static function warning for yyrealloc.
1191 (ada_flex_use): Remove the artificial reference to yyrealloc.
1192
1193 2004-10-08 Andrew Cagney <cagney@gnu.org>
1194
1195 * target.h (struct target_ops): Rename to_xfer_memory to
1196 deprecated_xfer_memory.
1197 * target.c: Update.
1198 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1199 * wince.c: Update.
1200 * win32-nat.c: Update.
1201 * v850ice.c: Update.
1202 * uw-thread.c: Update.
1203 * thread-db.c: Update.
1204 * sol-thread.c: Update.
1205 * remote.c: Update.
1206 * remote-vx.c: Update.
1207 * remote-st.c: Update.
1208 * remote-sim.c: Update.
1209 * remote-sds.c: Update.
1210 * remote-rdp.c: Update.
1211 * remote-rdi.c: Update.
1212 * remote-mips.c: Update.
1213 * remote-m32r-sdi.c: Update.
1214 * remote-e7000.c: Update.
1215 * procfs.c: Update.
1216 * ppc-bdm.c: Update.
1217 * nto-procfs.c: Update.
1218 * monitor.c: Update.
1219 * linux-nat.c: Update.
1220 * inftarg.c: Update.
1221 * hpux-thread.c: Update.
1222 * go32-nat.c: Update.
1223 * gnu-nat.c: Update.
1224 * exec.c: Update.
1225 * corelow.c: Update.
1226 * bsd-kvm.c: Update.
1227 * aix-thread.c: Update.
1228
1229 2004-10-08 Andrew Cagney <cagney@gnu.org>
1230
1231 * target.c (debug_target): Move to near start of file.
1232 (target_stopped_data_address_p): Re-org logic, add casts.
1233
1234 2004-10-02 Mark Kettenis <kettenis@gnu.org>
1235
1236 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1237 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1238 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1239 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1240 New defines.
1241
1242 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1243
1244 * target.h (to_stopped_data_address): Change prototype to
1245 take a CORE_ADDR pointer and return an int.
1246 * target.c (update_current_target): Change to_stopped_data_address
1247 to match new prototype.
1248 (debug_to_stopped_data_address): Change appropriately.
1249 * breakpoint.c (bpstat_stop_status): Change call to
1250 target_stopped_data_address to use new prototype.
1251 * frv-tdep.c (frv_have_stopped_data_address): New function.
1252 (frv_stopped_data_address): Change to new prototype and
1253 functionality.
1254 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1255 prototype and functionality.
1256 (ia64_stopped_by_watchpoint): New function.
1257 * i386-nat.c (i386_stopped_data_address): Change to new
1258 prototype and functionality.
1259 (i386_stopped_by_watchpoint): New function.
1260 * remote.c (remote_stopped_data_address): Change to new prototype
1261 and functionality.
1262 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1263 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1264 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1265 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1266 new i386_stopped_by_watchpoint function.
1267 (i386_stopped_by_watchpoint): New prototype.
1268 (i386_stoppped_data_address): Change to new prototype.
1269 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1270 new ia64_stopped_by_watchpoint function.
1271 (ia64_stopped_by_watchpoint): New prototype.
1272 (ia64_stopped_data_address): Ditto.
1273
1274 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
1275
1276 * ada-typeprint.c (ada_print_type): Use int_string for printing
1277 modulus of modular type.
1278 * ada-lang.h (ada_modulus): Change return type to unsigned.
1279 * ada-lang.c (ada_language_arch_info): Correct type of
1280 string_char_type.
1281 (ada_modulus): Return unsigned result.
1282 (ada_lookup_symbol): Remove user disambiguation and modify comment
1283 accordingly.
1284
1285 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
1286
1287 Committed by Paul Hilfinger.
1288 * ada-lang.c (decode_packed_array): On big-endian targets,
1289 left-justify the value if it comes with a modular type.
1290
1291 2004-10-08 Joel Brobecker <brobecker@gnat.com>
1292
1293 Committed by Paul Hilfinger.
1294 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1295 (is_name_suffix): Add support for "___JM" suffixes.
1296 (ada_check_typedef): Renames ada_completed_type.
1297 Update all users of CHECK_TYPEDEF, check_typedef, and
1298 ada_complete_type to call ada_check_typedef.
1299 * ada-typeprint.c: Likewise.
1300 * ada-valprint.c: Likewise.
1301
1302 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
1303
1304 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1305
1306 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
1307
1308 * MAINTAINERS: Update e-mail address.
1309
1310 2004-10-07 Daniel Jacobowitz <dan@debian.org>
1311
1312 From Maciej W. Rozycki <macro@mips.com>:
1313 * mips-tdep.c (mips32_next_pc): Check the register's contents,
1314 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1315
1316 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
1317
1318 * m32r-tdep.c (decode_prologue): Support functions written
1319 in assembler language. Recognize trap instructions as the
1320 end of prologue.
1321 (m32r_frame_unwind_cache): Ditto.
1322 (m32r_skip_prologue): Extend search limit. Quit analyzing
1323 prologue if pc's location is not readable.
1324
1325 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
1326
1327 * Makefile.in (.l.c): Do conversions of names of alloc and free
1328 functions that are done for .y.c files, plus special one
1329 for yy_flex_realloc. Also, correct missing-file tests here.
1330 * ada-lex.l (malloc, free): Remove macros.
1331 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1332 xrealloc.
1333 (ada_flex_use): Dummy definition to remove warnings about unused
1334 functions.
1335 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1336 to suppress warning.
1337
1338 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1339
1340 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1341 RETURN_VALUE.
1342 (sh_return_value_fpu): Ditto for CPUs with FPU.
1343 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1344 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1345 Install sh_return_value_nofpu resp. sh_return_value_fpu as
1346 RETURN_VALUE functions.
1347
1348 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1349
1350 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
1351 (sh_pseudo_register_write): Ditto.
1352
1353 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1354
1355 * sh-tdep.c (IS_MACL_STS): New define.
1356 (IS_MOVI20): Ditto.
1357 (IS_MACL_LDS): Ditto.
1358 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1359 instructions in prologue.
1360 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1361 instructions in epilogue.
1362
1363 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1364
1365 * sh-tdep.c (SH_NUM_REGS): Define as 67.
1366 (sh_sh_register_name): Add eight empty register names.
1367 (sh_sh3_register_name): Ditto.
1368 (sh_sh3e_register_name): Ditto.
1369 (sh_sh2e_register_name): Ditto.
1370 (sh_sh2a_register_name): New function, defining SH2A register set.
1371 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
1372 in nofpu case.
1373 (sh_sh_dsp_register_name): Add eight empty register names.
1374 (sh_sh3_dsp_register_name): Ditto.
1375 (sh_sh4_register_name): Ditto.
1376 (sh_sh4_nofpu_register_name): Ditto.
1377 (sh_sh4al_dsp_register_name): Ditto.
1378 (sh2a_show_regs): New function.
1379 (sh2a_nofpu_show_regs): New function.
1380 (sh_sh2a_register_type): New function.
1381 (do_bank_register_info): New function.
1382 (sh_print_pseudo_register): Call do_bank_register_info.
1383 Call sh_print_pseudo_register for valid "bank" register.
1384 (sh_sh2a_register_sim_regno): New function.
1385 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
1386 Increment pseudo register count by one for all sh variants with
1387 pseudo registers to accomodate pseudo bank register.
1388 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
1389 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
1390 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
1391 Increment pseudo register numbers.
1392
1393 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1394
1395 * dwarf2read.c (read_subroutine_type): Call make_function_type
1396 instead of lookup_function_type.
1397
1398 2004-10-05 Jim Blandy <jimb@redhat.com>
1399
1400 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
1401 (Previous change missed some uses.)
1402
1403 2004-10-05 Andrew Cagney <cagney@gnu.org>
1404
1405 * target.h (deprecated_child_ops): Rename child_ops.
1406 * wince.c: Update copyright. Rename child_ops.
1407 * win32-nat.c: Rename child_ops.
1408 * target.c: Rename child_ops.
1409 * rs6000-nat.c: Rename child_ops.
1410 * linux-nat.c: Rename child_ops.
1411 * infttrace.c: Rename child_ops.
1412 * inftarg.c: Rename child_ops.
1413 * infptrace.c: Rename child_ops.
1414 * hppah-nat.c: Update copyright. Rename child_ops.
1415 * hpux-thread.c: Update copyright. Rename child_ops.
1416
1417 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1418
1419 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
1420
1421 2004-10-05 Andrew Cagney <cagney@gnu.org>
1422
1423 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
1424
1425 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1426
1427 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
1428 (die_ref_table): Remove.
1429 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
1430 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
1431 the usage of this type.
1432 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
1433 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
1434 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
1435 (dwarf2_create_include_psymtab): Update comment.
1436 (find_partial_die): Remove third argument. Remove unreachable call
1437 to error ().
1438 (dwarf2_find_containing_comp_unit): Update comments. Change one
1439 assertion to an error. Remove an unreachable error.
1440 (dwarf2_find_comp_unit): Update comments.
1441 (type_at_offset): Remove dead code.
1442 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
1443 (store_in_ref_table): Add CU argument.
1444 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
1445 inter-compilation-unit references.
1446 (load_full_comp_unit, process_full_comp_unit): New functions, based
1447 on psymtab_to_symtab_1.
1448 (psymtab_to_symtab_1): Use them.
1449 (dwarf2_add_dependence): New function.
1450 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
1451 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
1452 (partial_die_parent_scope, guess_structure_name): Update for changes
1453 to find_partial_die.
1454 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
1455 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
1456 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
1457 (read_die_and_children): Update call to store_in_ref_table.
1458 (do_free_die_list_cleanup): Remove.
1459 (fixup_partial_die): Update for changes to find_partial_die.
1460 (read_full_die): Handle queueing absolute references.
1461 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
1462 (dwarf2_attr, die_specification, die_type)
1463 (die_containing_type, dwarf2_extension): Update calls to
1464 follow_die_ref.
1465 (dump_die): Update DW_FORM_ref* handling.
1466 (dwarf2_get_ref_die_offset): Likewise.
1467 (free_one_comp_unit): Release the dies list.
1468 (dwarf2_mark_helper): New function.
1469 (dwarf2_mark): Use it.
1470
1471 2004-10-05 Mark Kettenis <kettenis@jive.nl>
1472
1473 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
1474 when writing to memory.
1475
1476 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
1477
1478 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
1479 (m32r_extract_struct_value_address): Delete function.
1480 (m32r_return_value): New function.
1481 (m32r_gdbarch_init): Instead of store_return_value,
1482 extract_return_value, deprecated_extract_struct_value_address
1483 and deprecated_use_struct_convention, set return_value.
1484
1485 2004-10-03 Daniel Jacobowitz <dan@debian.org>
1486
1487 * dwarf2read.c (read_subrange_type): Add comment for variable
1488 sized arrays.
1489
1490 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
1491
1492 * Makefile.in (.l.c): Modify rule for compatibility with recent
1493 versions of flex, and remove most command-line options.
1494 * ada-lex.l: Add %options line in place of -I -i and -s command-line
1495 options.
1496
1497 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
1498
1499 Turn on initial Ada support (mainly expression evaluation).
1500
1501 * Makefile.in (SFILES): Remove ada-tasks.c.
1502 (HFILES_NO_SRCDIR): Add ada-lang.h.
1503 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
1504 (YYOBJ): Add ada-exp.o.
1505 (rule .l.c): Generalize to not mention ada.
1506 * symtab.c: Include ada-lang.h.
1507 (symbol_natural_name, symbol_demangled_name)
1508 (symbol_search_name): Add Ada case.
1509
1510 2004-10-01 Andrew Cagney <cagney@gnu.org>
1511
1512 * Makefile.in (COMMON_OBS): Add inf-child.o.
1513 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
1514 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1515 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1516 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
1517 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
1518 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
1519 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
1520 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
1521 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1522 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1523 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
1524 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
1525 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
1526
1527 * target.c (xfer_using_stratum): Change return type to LONGEST.
1528 On each iteration offset, readbuf and writebuf.
1529 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
1530 partial_length, and read/modify/write predicate, update comments.
1531 Pass buffer.word to ptrace write.
1532
1533 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1534
1535 * symfile.c (init_filename_language_table): Add extensions for
1536 Ada.
1537 * defs.h (enum language): Add language_ada.
1538 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
1539 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
1540 (add_symbols_from_enclosing_procs): Make a no-op for now.
1541 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
1542 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
1543 (find_line_in_linetable, find_next_line_in_linetable)
1544 (read_all_symtabs, is_plausible_func_for_line)
1545 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
1546 (is_runtime_sym_defined, check_size): Remove declaration.
1547 (function_name_from_pc, ada_translate_error_message)
1548 (ada_lookup_minimal_symbol): Remove definition.
1549 (ada_add_block_symbols): Remove useless label.
1550 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
1551 useless declaration.
1552 (ada_is_exception_sym): Likewise.
1553
1554 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
1555
1556 Add m32r-linux support.
1557 * configure.tgt: Add m32r*-*-linux*.
1558 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
1559 and m32r-linux-tdep.c.
1560 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
1561 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
1562 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
1563 m32r-linux-tdep.c.
1564 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
1565 config/m32r/linux.mh, config/m32r/linux.mt,
1566 config/m32r/nm-linux.h: New files.
1567
1568 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1569
1570 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
1571 (mips32_fetch_instruction): Remove, unused.
1572
1573 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1574
1575 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
1576 conditions that will always be true.
1577
1578 2004-09-30 Mark Kettenis <kettenis@gnu.org>
1579
1580 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
1581 (vaxbsd_fetch_inferior_registers): Rename from
1582 fetch_inferior_registers. Make static.
1583 (vaxbsd_store_inferior_registers): Rename from
1584 store_inferior_registers. Make static.
1585 (_initialize_vaxbsd_nat): Construct and add target vector.
1586 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1587 inftarg.o. Add inf-child.o and inf-ptrace.o.
1588 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1589 inftarg.o. Add inf-child.o and inf-ptrace.o.
1590 (NAT_FILE): Remove.
1591 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
1592 inftarg.o. Add inf-child.o and inf-ptrace.o.
1593 (NAT_FILE): Remove.
1594 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1595
1596 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1597 (m88kbsd_fetch_inferior_registers): Rename from
1598 fetch_inferior_registers. Make static.
1599 (m88kbsd_store_inferior_registers): Rename from
1600 store_inferior_registers. Make static.
1601 (_initialize_m88kbsd_nat): New prototype and function.
1602 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1603 inftarg.o. Add inf-child.o and inf-ptrace.o.
1604 (NAT_FILE): Remove.
1605 * Makefile.in (m88kbsd-nat.o): Update dependencies.
1606
1607 2004-09-30 Andrew Cagney <cagney@gnu.org>
1608
1609 * target.c (target_xfer_partial): New function.
1610 (target_read_memory_partial, target_write_memory_partial)
1611 (default_xfer_partial, target_read_partial, target_write_partial)
1612 (xfer_using_stratum): Use.
1613 (debug_to_xfer_partial): Delete function.
1614 (setup_target_debug): Do not override to_xfer_partial.
1615
1616 2004-09-30 Mark Kettenis <kettenis@chello.nl>
1617
1618 * fork-child.c: Update copyright year. Fix coding style.
1619
1620 2004-09-29 Mark Kettenis <kettenis@gnu.org>
1621
1622 * defs.h (msavestring, mstrsave): Remove prototypes.
1623 * utils.c (msavestring, mstrsave): Remove functions.
1624 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
1625 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
1626 of mstrsave.
1627 * source.c (find_and_open_source): Use xstrdup instead of
1628 mstrsave.
1629
1630 2004-09-30 Andrew Cagney <cagney@gnu.org>
1631
1632 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
1633 (inf_ptrace_xfer_memory): Delete.
1634 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
1635 (target_read_memory, target_write_memory): Use xfer_using_stratum
1636 when target_xfer_partial_p.
1637 (debug_target): Move to start of file.
1638 (target_read_memory_partial, target_write_memory_partial): Use
1639 to_xfer_partial when target_xfer_partial_p.
1640
1641 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
1642 inf_ptrace_xfer_memory with equivalent code.
1643 * inftarg.c (child_xfer_partial): When performing a write, pass
1644 writebuf to child_xfer_memory.
1645
1646 * target.c (target_read_string): Use target_read_memory instead of
1647 target_xfer_memory.
1648
1649 2004-09-29 Andrew Cagney <cagney@gnu.org>
1650
1651 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
1652 the address of status.
1653
1654 * infptrace.c (ptrace_wait): Mention problem with HPUX.
1655 (kill_inferior): Inline ptrace_wait call.
1656 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
1657 * inftarg.c (child_wait): Inline ptrace_wait call.
1658
1659 * target.h (struct target_ops): Delete field to_post_wait.
1660 (target_post_wait): Delete macro.
1661 (child_post_wait): Delete declaration.
1662 * target.c (update_current_target, update_current_target)
1663 (debug_to_post_wait, setup_target_debug): Delete functions and
1664 references.
1665 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
1666 * inftarg.c (child_post_wait): Delete.
1667 (init_child_ops): Do not set to_post_wait.
1668 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
1669 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
1670 * inf-child.c (inf_child_post_wait): Delete.
1671 (inf_child_target): Do not set to_post_wait.
1672 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
1673 (inf_ptrace_target): Do not set to_post_wait.
1674
1675 * wince.c (child_ops): Delete.
1676 * win32-nat.c (child_ops): Delete.
1677
1678 * inftarg.c (inftarg_set_find_memory_regions)
1679 (inftarg_set_make_corefile_notes): Delete functions.
1680 (_initialize_linux_nat): Inline calls.
1681
1682 * target.h (child_ops): Declare.
1683 * inftarg.c (child_ops): Move from here ...
1684 * target.c (child_ops): ... to here.
1685 * wince.c (child_ops): Delete extern declaration.
1686 * win32-nat.c (child_ops): Delete extern declaration.
1687 * linux-nat.c (child_ops): Delete extern declaration.
1688 * hpux-thread.c (child_ops): Delete extern declaration.
1689
1690 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1691
1692 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
1693
1694 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1695
1696 * configure.in: Only set host_makefile_frag when building a native
1697 debugger.
1698 * configure: Regenerate.
1699
1700 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
1701 for OpenBSD ELF.
1702
1703 2004-09-28 Andrew Cagney <cagney@gnu.org>
1704
1705 Problem identified by Paul Hilfinger.
1706 * Makefile.in (ada_lex_c): Define.
1707 (ada-lex.o): Delete rule.
1708
1709 * linux-proc.c: Delete file.
1710 * Makefile.in: Update.
1711 * config/sparc/linux64.mh (NATDEPFILES):
1712 * config/sparc/linux.mh (NATDEPFILES): Update.
1713 * config/s390/s390.mh (NATDEPFILES): Update.
1714 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
1715 * config/powerpc/linux.mh (NATDEPFILES): Update.
1716 * config/pa/linux.mh (NATDEPFILES): Update.
1717 * config/mips/linux.mh (NATDEPFILES): Update.
1718 * config/m68k/linux.mh (NATDEPFILES): Update.
1719 * config/ia64/linux.mh (NATDEPFILES): Update.
1720 * config/i386/linux64.mh (NATDEPFILES): Update.
1721 * config/i386/linux.mh (NATDEPFILES): Update.
1722 * config/arm/linux.mh (NATDEPFILES): Update.
1723 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
1724 * linux-nat.c: Update copyright. Include <sys/param.h>,
1725 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
1726 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
1727 (O_LARGEFILE): Possibly define.
1728 (_initialize_linux_nat, linux_proc_pending_signals)
1729 (add_line_to_sigset, linux_proc_xfer_memory)
1730 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
1731 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
1732 (struct linux_corefile_thread_data)
1733 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
1734 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
1735
1736 2004-09-16 Andrew Cagney <cagney@gnu.org>
1737
1738 * lin-lwp.c: Delete file.
1739 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
1740 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
1741 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
1742 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
1743 (linux_nat_attach, detach_callback, linux_nat_detach)
1744 (resume_callback, resume_clear_callback, linux_nat_resume)
1745 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
1746 (stop_wait_callback, linux_nat_has_pending, flush_callback)
1747 (status_callback, running_callback, count_events_callback)
1748 (select_singlestep_lwp_callback, select_event_lwp_callback)
1749 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
1750 (child_wait, stop_and_resume_callback, linux_nat_wait)
1751 (kill_callback, kill_wait_callback, linux_nat_kill)
1752 (linux_nat_create_inferior, linux_nat_mourn_inferior)
1753 (linux_nat_xfer_memory, linux_nat_thread_alive)
1754 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
1755 (_initialize_linux_nat): New functions.
1756 * Makefile.in: Update all dependencies.
1757 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1758 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1759 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
1760 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1761 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1762 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1763 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1764 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1765 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1766 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1767 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1768 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1769 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1770
1771 2004-09-27 Mark Kettenis <kettenis@gnu.org>
1772
1773 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
1774 config/i386/obsd64.mh (NAT_FILE): Remove variable.
1775
1776 * configure.in: Don't comment out NATDEPFILES in the generated
1777 Makefile if NAT_FILE is unset.
1778 * configure: Regenerate.
1779
1780 2004-09-27 Andrew Cagney <cagney@gnu.org>
1781
1782 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
1783 (insert_step_resume_breakpoint): Delete.
1784 (insert_step_resume_breakpoint_at_frame): New function.
1785 (insert_step_resume_breakpoint_at_sal): New function.
1786 (handle_inferior_event, step_into_function)
1787 (insert_step_resume_breakpoint): Simplify by using same.
1788
1789 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
1790
1791 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1792
1793 * fbsd-proc.c: Remove file.
1794 * Makefile.in (fbsd-proc.o): Remove dependency.
1795
1796 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
1797 code together.
1798
1799 * config/i386/nm-fbsd64.h: Remove file.
1800 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1801
1802 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1803
1804 * amd64-nat.h: Update copyright year.
1805 (amd64bsd_target): New prototype.
1806 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
1807 (amd64bsd_target): New function.
1808 (amd64bsd_fetch_inferior_registers): Rename from
1809 fetch_inferior_registers. Make static.
1810 (amd64bsd_store_inferior_registers): Rename from
1811 store_inferior_registers. Make static.
1812 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
1813 (_initialize_amd64fbsd_nat): Construct and add target vector.
1814 * amd64nbsd-nat.o: Include "target.h".
1815 (_initialize_amd64nbsd_nat): Construct and add target vector.
1816 * amd64obsd-nat.c: Include "target.h".
1817 (_initialize_amd64obsd_nat): Construct and add target vector.
1818 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
1819 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
1820 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
1821 fbsd-nat.o.
1822 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
1823 Remove infptrace.o and inftarg.o. Add inf-child.o and
1824 inf-ptrace.o.
1825 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
1826 (amd64obsd-nat.o): Update dependencies.
1827
1828 2004-09-25 Mark Kettenis <kettenis@gnu.org>
1829
1830 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
1831 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
1832 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
1833 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
1834 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
1835
1836 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
1837 Inline attach call.
1838 (inf_ptrace_detach): Inline detach call.
1839
1840 * configure.in: Check for waddstr instead of mvwaddstr when
1841 searching for curses library. Check for wborder.
1842 * configure, config.in: Regenerate.
1843 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
1844 available.
1845
1846 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
1847
1848 2004-09-24 Robert Picco <Robert.Picco@hp.com>
1849
1850 Committed by Andrew Cagney.
1851 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
1852 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
1853 configuration.
1854 (fetch_register_using_p): Implement 'p' packet. Based on code by
1855 Fernando Nasser.
1856 (remote_fetch_registers): Call fetch_register_using_p.
1857 (init_all_packet_configs, show_remote_cmd)
1858 (_initialize_remote): Add p-packet.
1859
1860 2004-09-24 Mark Kettenis <kettenis@gnu.org>
1861
1862 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
1863 instead of call_ptrace. Call wait directly instead of
1864 ptrace_wait.
1865 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
1866 (inf_ptrace_wait): Inline ptrace_wait call.
1867
1868 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1869
1870 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
1871 rolled back instead.
1872
1873 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1874
1875 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
1876 the new argument order.
1877
1878 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
1879
1880 * MAINTAINERS: Remove "broken" from XStormy16 entry.
1881 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
1882 (struct gdbarch_tdep): Remove.
1883 (struct xstormy16_frame_cache): New frame cache structure.
1884 (xstormy16_register_byte, xstormy16_register_raw_size)
1885 (xstormy16_reg_virtual_type, xstormy16_register_type)
1886 (xstormy16_push_arguments, xstormy16_push_return_address)
1887 (xstormy16_pop_frame, xstormy16_store_struct_return)
1888 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
1889 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
1890 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
1891 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
1892 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
1893 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
1894 (xstormy16_use_struct_convention): Drop gcc_p parameter.
1895 (xstormy16_extract_return_value, xstormy16_store_return_value):
1896 Regcachify. Drop useless struct convention handling.
1897 (xstormy16_register_type, xstormy16_return_value)
1898 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1899 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1900 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1901 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1902 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1903 (xstormy16_unwind_dummy_id) : New functions.
1904 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1905 of xstormy16_scan_prologue.
1906 (xstormy16_frame_unwind): New frame_unwind structure.
1907 (xstormy16_frame_base): New frame_base structure.
1908 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1909 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1910
1911 2004-09-22 Mark Kettenis <kettenis@gnu.org>
1912
1913 * language.c (language_gdbarch_post_init): Fix off-by one error.
1914
1915 2004-09-21 Daniel Jacobowitz <dan@debian.org>
1916
1917 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
1918 (struct dwarf2_offset_and_type): New.
1919 (set_die_type, reset_die_and_siblings_types, get_die_type)
1920 (offset_and_type_hash, offset_and_type_eq): New functions.
1921 (read_structure_type, read_enumeration_type, read_array_type)
1922 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
1923 (read_tag_reference_type, read_tag_const_type)
1924 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
1925 (read_typedef, read_base_type, read_subrange_type): Use
1926 set_die_type.
1927
1928 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1929
1930 * Makefile.in (dwarf2read.o): Update dependencies.
1931 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
1932 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
1933 and read_in_chain.
1934 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
1935 mark, and has_form_ref_addr.
1936 (struct dwarf2_per_cu_data): New.
1937 (dwarf2_max_cache_age): New.
1938 (dwarf2_build_psymtabs_hard): Free cached compilation units
1939 after loading. Create and manage the list of compilation units.
1940 Remove unnecessary NULL initialization. Fix indentation.
1941 (psymtab_to_symtab_1): Initialize all of CU.
1942 (dwarf2_read_abbrevs): Set has_form_ref_addr.
1943 (find_partial_die): Use dwarf2_find_containing_comp_unit
1944 and load_comp_unit.
1945 (free_stack_comp_unit): Update comments. Clear the per-cu
1946 pointer. Handle aging.
1947 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
1948 (age_cached_comp_units, free_one_cached_comp_unit)
1949 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
1950 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
1951 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
1952 (show_dwarf2_cmd): New.
1953 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
1954 and "maint show dwarf2 max-cache-age".
1955 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1956 externs.
1957 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
1958 global.
1959
1960 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
1961
1962 * dwarf2read.c (typename_concat): Change prototype to accept obstack
1963 and dwarf2_cu struct pointer as arguments. Change function to use
1964 obstack if provided and use dwarf2_cu to determine language-specific
1965 separator.
1966 (partial_die_parent_scope): Change comment to include java. Use
1967 new version of typename_concat instead of obconcat.
1968 (partial_die_full_name): Use typename_concat.
1969 (read_namespace): Ditto.
1970 (read_enumeration_type): Use typename_concat instead of obconcat.
1971 (new_symbol): Ditto.
1972 (add_partial_symbol): Enhance tests for C++ to also test for Java.
1973 (guess_structure_name): Ditto.
1974 (read_subroutine_type): Ditto.
1975 (read_structure_type): Ditto.
1976 (is_vtable_name): Add Java support.
1977 (determine_class_name): Switch to new typename_concat call.
1978 (determine_prefix): Switch to new typename_concat call.
1979 * jv-exp.y (FuncStart): New pattern.
1980 (MethodInvocation): Add support for simple function calls. Change
1981 warning message for other forms of inferior call currently not
1982 supported.
1983 * valarith.c (value_subscript): Treat an array with upper-bound
1984 of -1 as unknown size.
1985
1986 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1987
1988 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
1989 (lookup_partial_symtab): Use symtab_to_fullname.
1990
1991 2004-09-19 Jim Blandy <jimb@redhat.com>
1992
1993 * minsyms.c (lookup_minimal_symbol): Doc fix.
1994
1995 2004-09-20 Andrew Cagney <cagney@gnu.org>
1996
1997 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
1998 CHILD_RESUME.
1999 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2000 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2001 KILL_INFERIOR.
2002 * infptrace.c: Update.
2003
2004 2004-09-19 Daniel Jacobowitz <dan@debian.org>
2005
2006 * symtab.c (output_source_filename): Mark first argument as const.
2007 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2008 for "info sources" output.
2009
2010 2004-09-20 Mark Kettenis <kettenis@gnu.org>
2011
2012 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2013 <machine/vmparam.h>.
2014 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2015 (register_u_addr): Remove prototype.
2016
2017 2004-09-19 Mark Kettenis <kettenis@gnu.org>
2018
2019 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2020 (i386bsd_fetch_inferior_registers): Rename from
2021 fetch_inferior_registers. Make static.
2022 (i386bsd_store_inferior_registers): Rename from
2023 store_inferior_registers. Make static.
2024 (i386bsd_target): New function.
2025 * i386bsd-nat.h: New file.
2026 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2027 "i386bsd-nat.h".
2028 (i386fbsd_resume): Rename from child_resume. Make static.
2029 (_initialize_i386fbsd_nat): Construct and add target vector.
2030 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2031 (_initialize_i386nbsd_nat): Construct and add target vector.
2032 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2033 Remove defines.
2034 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2035 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2036 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2037 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2038 (LOADLIBES): New variable.
2039 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2040 inf-ptrace.o. Remove inftarg.o.
2041 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2042 inf-ptrace.o. Remove inftarg.o.
2043 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2044 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2045 (LOADLIBES): New variable.
2046 * Makefile.in (i386bsd_nat_h): New variable.
2047 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2048 dependencies.
2049
2050 * sparc64nbsd-tdep.c: Include "objfiles.h".
2051 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2052 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2053 svr4_lp64_fetch_link_map_offsets.
2054 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2055 "nbsd-tdep.h".
2056 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2057 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2058 svr4_lp64_fetch_link_map_offsets.
2059 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2060 dependencies.
2061
2062 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2063 * fbsd-nat.h: New file.
2064 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2065 (fbsd_nat_h): New variable.
2066 (fbsd-nat.o): New dependency.
2067
2068 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2069 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2070
2071 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2072 comment.
2073
2074 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2075
2076 * ada-exp.y (type_int): New function to add layer of abstraction
2077 around references to expression types.
2078 (type_long): Ditto.
2079 (type_long_long): Ditto.
2080 (type_float): Ditto.
2081 (type_double): Ditto.
2082 (type_long_double): Ditto.
2083 (type_char): Ditto.
2084 (type_system_address): Ditto.
2085 (simple_exp): Use type_* functions in place of builtin_*
2086 variables.
2087 (exp): Ditto.
2088 (write_var_from_name): Ditto.
2089 (write_object_renaming): Ditto.
2090 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2091 declaration.
2092 (build_ada_types): Remove, replacing with...
2093 (ada_language_arch_info): New function to initialize primitive
2094 type vector in language_arch_info.
2095 (ada_array_length): Remove use of builtin_type_ada_int.
2096 (value_pos_atr): Ditto.
2097 (ada_evaluate_subexp): Ditto.
2098 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2099 builtin_type_ada_long_long, builtin_type_ada_char,
2100 builtin_type_ada_float, builtin_type_ada_double,
2101 builtin_type_ada_long_double, builtin_type_ada_natural,
2102 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2103 (ada_builtin_types): Remove.
2104 (ada_language_defn): Remove entries for la_builtin_type_vector and
2105 string_char_type and use ada_language_arch_info.
2106 (_initialize_ada_language): Do type-vector initialization along
2107 the lines of c-lang.c.
2108 (ada_create_fundamental_type): Break up line.
2109 (ada_dump_symtab): Remove unused function.
2110 (enum ada_primitive_types): Define.
2111 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2112 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2113 builtin_type_ada_float, builtin_type_ada_double,
2114 builtin_type_ada_long_double, builtin_type_ada_natural,
2115 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2116 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2117 (processInt): Ditto.
2118 (processReal): Ditto.
2119 (name_lookup): Ditto.
2120 * ada-typeprint.c (print_range): Use builtin_type_int, not
2121 builtin_type_ada_int.
2122
2123 2004-09-18 Mark Kettenis <kettenis@gnu.org>
2124
2125 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2126
2127 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2128 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2129 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2130 * configure.in: Improve checks for curses library by checking for
2131 mvwaddstr instead of initscr. Drop HP curses in favour of
2132 standard curses on HP-UX.
2133 * configure: Regenerated.
2134
2135 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2136
2137 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2138 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2139 Minor formatting changes.
2140 (empty_array): Slight rewrite for formatting.
2141 (emit_char,parse,ada_language_defn,build_ada_types,
2142 ada_is_exception_sym, _initialize_ada_language): Move
2143 definitions around.
2144 (ada_dump_symtab): Remove unused definition.
2145 (ada_maybe_exception_partial_symbol): Remove unused definition.
2146
2147 2004-09-16 Andrew Cagney <cagney@gnu.org>
2148
2149 * inf-child.c: Include "gdb_string.h".
2150 (inf_child_core_file_to_sym_file): Delete.
2151 (inf_child_target): Set to_fetch_registers and to_store_registers.
2152 * inf-ptrace.c: Include "gdb_string.h".
2153 * Makefile.in: Update all dependencies.
2154
2155 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2156 problem.
2157
2158 2004-09-14 Joel Brobecker <brobecker@gnat.com>
2159
2160 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2161 call to heuristic_proc_desc. Remove code that became redundant
2162 as a consequence.
2163 (read_next_frame_reg): Remove special case for SP_REGNUM.
2164 (set_reg_offset): Fix small typo.
2165 (reset_saved_regs): New procedure.
2166 (mips32_heuristic_proc_desc): No longer compute a fake
2167 procedure descriptor. Compute the full frame cache instead.
2168 Some minor comment reformatting.
2169
2170 2004-09-14 Andrew Cagney <cagney@gnu.org>
2171
2172 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2173 maintainer.
2174
2175 * thread-db.c (thread_db_new_objfile): Assume that there is a
2176 child process.
2177
2178 2004-09-13 Jim Blandy <jimb@redhat.com>
2179
2180 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2181 so that its storage isn't referenced after its lifetime ends.
2182
2183 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2184 and never assigned to. Delete it, and the 'if (use_buffer)'
2185 clauses. Delete 'raw_buffer', since it is now unused.
2186
2187 2004-09-13 Andrew Cagney <cagney@gnu.org>
2188
2189 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2190 * configure: Re-generate.
2191 * nlm/Makefile.in (TAGS): Update.
2192 * Makefile.in (TAGS): Update.
2193 * config/vax/nbsd.mt (TM_FILE): Update.
2194 * config/sparc/vxworks.mt (TM_FILE): Update.
2195 * config/sparc/sol2.mt (TM_FILE): Update.
2196 * config/sparc/sol2-64.mt (TM_FILE): Update.
2197 * config/sparc/obsd64.mt (TM_FILE): Update.
2198 * config/sparc/obsd.mt (TM_FILE): Update.
2199 * config/sparc/nbsd64.mt (TM_FILE): Update.
2200 * config/sparc/nbsd.mt (TM_FILE): Update.
2201 * config/sparc/linux64.mt (TM_FILE): Update.
2202 * config/sparc/linux.mt (TM_FILE): Update.
2203 * config/sparc/fbsd.mt (TM_FILE): Update.
2204 * config/sh/wince.mt (TM_FILE): Update.
2205 * config/sh/nbsd.mt (TM_FILE): Update.
2206 * config/sh/linux.mt (TM_FILE): Update.
2207 * config/sh/embed.mt (TM_FILE): Update.
2208 * config/s390/s390.mt (TM_FILE): Update.
2209 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2210 * config/rs6000/rs6000.mt (TM_FILE): Update.
2211 * config/rs6000/aix4.mt (TM_FILE): Update.
2212 * config/powerpc/vxworks.mt (TM_FILE): Update.
2213 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2214 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2215 * config/powerpc/obsd.mt (TM_FILE): Update.
2216 * config/powerpc/nbsd.mt (TM_FILE): Update.
2217 * config/powerpc/linux.mt (TM_FILE): Update.
2218 * config/powerpc/aix.mt (TM_FILE): Update.
2219 * config/pa/obsd.mt (TM_FILE): Update.
2220 * config/pa/linux.mt (TM_FILE): Update.
2221 * config/pa/hppahpux.mt (TM_FILE): Update.
2222 * config/pa/hppa64.mt (TM_FILE): Update.
2223 * config/pa/hppa.mt (TM_FILE): Update.
2224 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2225 * config/mips/wince.mt (TM_FILE): Update.
2226 * config/mips/vxmips.mt (TM_FILE): Update.
2227 * config/mips/nbsd.mt (TM_FILE): Update.
2228 * config/mips/linux.mt (TM_FILE): Update.
2229 * config/mips/irix6.mt (TM_FILE): Update.
2230 * config/mips/irix5.mt (TM_FILE): Update.
2231 * config/mips/embed.mt (TM_FILE): Update.
2232 * config/m68k/vxworks68.mt (TM_FILE): Update.
2233 * config/m68k/st2000.mt (TM_FILE): Update.
2234 * config/m68k/os68k.mt (TM_FILE): Update.
2235 * config/m68k/obsd.mt (TM_FILE): Update.
2236 * config/m68k/nbsd.mt (TM_FILE): Update.
2237 * config/m68k/monitor.mt (TM_FILE): Update.
2238 * config/m68k/linux.mt (TM_FILE): Update.
2239 * config/m68k/cisco.mt (TM_FILE): Update.
2240 * config/ia64/linux.mt (TM_FILE): Update.
2241 * config/ia64/aix.mt (TM_FILE): Update.
2242 * config/ia64/ia64.mt (TM_FILE): Update.
2243 * config/i386/vxworks.mt (TM_FILE): Update.
2244 * config/i386/obsd64.mt (TM_FILE): Update.
2245 * config/i386/obsd.mt (TM_FILE): Update.
2246 * config/i386/nto.mt (TM_FILE): Update.
2247 * config/i386/nbsd64.mt (TM_FILE): Update.
2248 * config/i386/nbsd.mt (TM_FILE): Update.
2249 * config/i386/linux64.mt (TM_FILE): Update.
2250 * config/i386/linux.mt (TM_FILE): Update.
2251 * config/i386/i386sol2.mt (TM_FILE): Update.
2252 * config/i386/i386lynx.mt (TM_FILE): Update.
2253 * config/i386/fbsd64.mt (TM_FILE): Update.
2254 * config/i386/fbsd.mt (TM_FILE): Update.
2255 * config/i386/cygwin.mt (TM_FILE): Update.
2256 * config/h8300/h8300.mt (TM_FILE): Update.
2257 * config/frv/frv.mt (TM_FILE): Update.
2258 * config/cris/cris.mt (TM_FILE): Update.
2259 * config/arm/wince.mt (TM_FILE): Update.
2260 * config/arm/nbsd.mt (TM_FILE): Update.
2261 * config/arm/linux.mt (TM_FILE): Update.
2262 * config/arm/embed.mt (TM_FILE): Update.
2263 * config/alpha/nbsd.mt (TM_FILE): Update.
2264 * config/alpha/fbsd.mt (TM_FILE): Update.
2265 * config/alpha/alpha.mt (TM_FILE): Update.
2266 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2267 * config/alpha/alpha-linux.mt (TM_FILE): Update.
2268
2269 Eliminate event_loop_p, always has the value 1.
2270 * defs.h (event_loop_p): Delete macro.
2271 * breakpoint.c (until_break_command): Simplify.
2272 * utils.c (prompt_for_continue): Simplify.
2273 * tracepoint.c (read_actions): Simplify.
2274 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
2275 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
2276 (set_prompt, init_main): Simplify.
2277 (init_signals, disconnect): Delete, unused.
2278 * remote.c (remote_async_resume)
2279 (extended_remote_async_create_inferior): Simplify.
2280 * mi/mi-interp.c (mi_input): Delete, unused.
2281 (mi_interpreter_resume, mi_command_loop): Simplify.
2282 * interps.c (current_interp_command_loop): Simplify.
2283 * infrun.c (proceed): Simplify.
2284 * infcmd.c (run_command, continue_command, step_1, jump_command)
2285 (until_command, advance_command, finish_command)
2286 (interrupt_target_command): Simplify.
2287 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2288
2289 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2290 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2291 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2292 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2293 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2294 * mips-tdep.c (mips_dump_tdep): Do not print same.
2295
2296 2004-09-12 Andrew Cagney <cagney@gnu.org>
2297
2298 * valprint.c (print_longest): Use fputs_filtered. Make "val"
2299 const.
2300 * Makefile.in (valprint.o): Delete explict rule.
2301
2302 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
2303 reported by Dave Anderson.
2304
2305 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2306
2307 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2308
2309 2004-09-12 Salvador E. Tropea <set@users.sf.net>
2310 Andrew Cagney <cagney@gnu.org>
2311
2312 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2313 (mi_cmd_data_list_register_values)
2314 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2315 the register number computation.
2316
2317 2004-09-12 Andrew Cagney <cagney@gnu.org>
2318
2319 * ppcnbsd-nat.c: Include "inf-ptrace.h".
2320 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2321 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2322 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2323 target.
2324 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2325 inf-ptrace.o and inf-child.o.
2326 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2327 * Makefile.in: Update dependencies.
2328
2329 2004-09-11 Andrew Cagney <cagney@gnu.org>
2330
2331 * language.c (hex_string, hex_string_custom): Move from here ...
2332 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2333 (CELLSIZE): Increase to 50.
2334 * language.h (hex_string, hex_string_custom): Move from here ...
2335 * defs.h: ... to here.
2336 * Makefile.in: Update all dependencies.
2337
2338 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
2339
2340 * language.c (local_hex_format_custom): Remove.
2341 (local_hex_string): Rename to hex_string, use C format, and move to
2342 utils.c
2343 (local_hex_string_custom): Rename to hex_string_custom and change
2344 interface. Now uses C format. Move to utils.c
2345 (local_octal_format_custom): Remove.
2346 (local_decimal_format_custom): Remove.
2347 (unknown_language_defn): Remove language-specific number
2348 formatting entries.
2349 (auto_language_defn): Ditto.
2350 (local_language_defn): Ditto.
2351 * language.h (struct language_format_info): Delete declaration.
2352 (struct language_defn): Remove language_format_info fields
2353 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2354 (local_binary_format): Remove macro.
2355 (local_binary_format_prefix): Remove macro.
2356 (local_binary_format_specifier): Remove macro.
2357 (local_binary_format_suffix): Remove macro.
2358 (local_octal_format): Remove macro.
2359 (local_octal_format_prefix): Remove macro.
2360 (local_octal_format_specifier): Remove macro.
2361 (local_octal_format_suffix): Remove macro.
2362 (local_decimal_format): Remove macro.
2363 (local_decimal_format_prefix): Remove macro.
2364 (local_decimal_format_specifier): Remove macro.
2365 (local_decimal_format_suffix): Remove macro.
2366 (local_hex_format): Remove macro.
2367 (local_hex_format_prefix): Remove macro.
2368 (local_hex_format_specifier): Remove macro.
2369 (local_hex_format_suffix): Remove macro.
2370 (local_decimal_format_custom): Remove.
2371 (local_octal_format_custom): Remove.
2372 (local_hex_format_custom): Remove.
2373 (local_hex_string): Rename to hex_string and move to defs.h.
2374 (local_hex_string_custom): Rename to hex_string_custom, change
2375 interface, and move to defs.h.
2376 * utils.c: (int_string): New function.
2377 (hex_string): New function (from language.c).
2378 (hex_string_custom): New function (from language.c).
2379 (octal2str): New function.
2380 (decimal2str): Add width parameter.
2381 (paddr_u): Use new decimal2str interface.
2382 (paddr_d): Ditto.
2383 * defs.h (hex_string): Declare.
2384 (hex_string_custom): Declare.
2385 (int_string): Declare.
2386 * printcmd.c (print_scalar_formatted): Remove localized binary
2387 formatting.
2388 * valprint.c (print_longest): Use int_string.
2389 (print_floating): Use C hex format.
2390 (print_hex_chars): Ditto.
2391 (print_binary_chars): Remove language-specific formatting.
2392 (print_octal_chars): Use C octal format.
2393 (print_decimal_chars): Delocalize format.
2394 (print_decimal): Remove.
2395 * ada-lang.c (ada_language_defn): Remove language-specific number
2396 formatting entries.
2397 * p-lang.c (pascal_language_defn): Ditto.
2398 * c-lang.c (c_language_defn): Ditto.
2399 (cplus_language_defn): Ditto.
2400 (asm_language_defn): Ditto.
2401 (minimal_language_defn): Ditto.
2402 * f-lang.c (f_language_defn): Ditto.
2403 * jv-lang.c (java_language_defn): Ditto.
2404 * m2-lang.c (m2_language_defn): Ditto.
2405 * scm-lang.c (scm_language_defn): Ditto.
2406 * objc-lang.c (objc_language_defn): Ditto.
2407 * memattr.c (mem_info_command): Use renamed hex_string_custom with
2408 new interface.
2409 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
2410 * ui-out.c (ui_out_field_core_addr): Ditto.
2411 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
2412 * exec.c (print_section_info): Ditto.
2413 * i387-tdep.c (print_i387_status_word): Ditto.
2414 (print_i387_control_word): Ditto.
2415 (i387_print_float_info): Ditto.
2416 * maint.c (maint_print_section_info): Ditto.
2417 * solib.c (info_sharedlibrary_command): Ditto.
2418 * somsolib.c (som_sharedlibrary_info_command): Ditto.
2419 * symtab.c (print_msymbol_info): Ditto.
2420 * tracepoint.c (tracepoints_info): Ditto.
2421 * solib-frv.c (lm_base): Ditto.
2422 (frv_current_sos): Ditto.
2423 (enable_break2): Ditto.
2424 (enable_break): Ditto.
2425 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
2426 (process_one_symbol): Ditto.
2427 * infcmd.c (program_info): Ditto.
2428 * mdebugread.c (parse_partial_symbols): Ditto.
2429 * symfile.c (add_symbol_file_command): Ditto.
2430 * cli/cli-cmds.c (edit_command): Ditto.
2431 (list_command): Ditto.
2432 * infcall.c (call_function_by_hand): Ditto.
2433 * remote-vx.c (vx_run_files_info): Ditto.
2434 (vx_wait): Ditto.
2435 (vx_attach): Ditto.
2436 (vx_detach): Ditto.
2437 (vx_kill): Ditto.
2438 * aix-thread.c (pdc_symbol_addrs): Ditto.
2439 (pdc_read_regs): Ditto.
2440 (pdc_write_regs): Ditto.
2441 (pdc_read_data): Ditto.
2442 (pdc_write_data): Ditto.
2443 * d10v-tdep.c (display_trace): Ditto.
2444 * rs6000-nat.c (find_toc_address): Ditto.
2445 * aix-thread.c: Don't include language.h.
2446 * buildsym.c: Ditto.
2447 * dbxread.c: Ditto.
2448 * mdebugread.c: Ditto.
2449 * rs6000-nat.c: Ditto.
2450 * buildsym.c (make_blockvector): Use renamed hex_string.
2451
2452 2004-09-10 Jason Molenda (jmolenda@apple.com)
2453
2454 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
2455 chars after 'if' or 'while' commands in user-defined commands.
2456
2457 2004-09-08 Jim Blandy <jimb@redhat.com>
2458
2459 Fix bug reported and analyzed by Olivier Crete:
2460 * symfile.c (copy_section_addr_info): New function.
2461 (symbol_file_add_with_addrs_or_offsets): Use it to save the
2462 original set of address arguments, instead of handwritten code
2463 that uses one length to allocate and a different length to
2464 initialize. Use make_cleanup_free_section_addr_info.
2465 * symfile.h (copy_section_addr_info): New declaration.
2466 * utils.c: #include "symfile.h".
2467 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
2468 New functions.
2469 * defs.h (make_cleanup_free_section_addr_info): New declaration.
2470 * Makefile.in (utils.o): Update dependencies.
2471
2472 2004-09-08 Andrew Cagney <cagney@gnu.org>
2473
2474 * thread-db.c (keep_thread_db): Delete.
2475 (thread_db_new_objfile, thread_db_create_inferior)
2476 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
2477
2478 2004-09-08 Mark Kettenis <kettenis@gnu.org>
2479
2480 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
2481 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
2482 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
2483 (i386_frameless_signal_p): Remove prototype.
2484 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2485 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
2486 I386_SSE_NUM_REGS.
2487 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
2488 instead of FP0_REGNUM.
2489 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
2490 of FP0_REGNUM and FPC_REGNUM.
2491
2492 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
2493 (sunos_solib_create_inferior_hook): Don't call
2494 sunos_relocate_main_executable.
2495
2496 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
2497 solib_svr4_fetch_link_map_offsets to
2498 svr4_ilp32_fetch_link_map_offsets.
2499 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
2500 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2501 svr4_ilp32_fetch_link_map_offsets.
2502 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
2503
2504 2004-09-07 Jim Blandy <jimb@redhat.com>
2505
2506 * frame.h (frame_register): Doc fix.
2507
2508 2004-09-07 Andrew Cagney <cagney@gnu.org>
2509
2510 * vx-share/wait.h: Delete #ifdef USG.
2511 * utils.c (request_quit): Ditto.
2512 * tui/tui.c (tui_reset): Ditto.
2513 * remote.c: Ditto.
2514 * remote-sds.c: Ditto.
2515 * remote-rdi.c: Ditto.
2516 * mdebugread.c: Ditto.
2517 * m68klinux-nat.c: Ditto.
2518 * infttrace.c: Ditto.
2519 * infptrace.c: Ditto.
2520 * i386v-nat.c: Ditto.
2521 * exec.c: Ditto.
2522 * dbxread.c: Ditto.
2523 * core-aout.c: Ditto.
2524
2525 2004-09-05 Joel Brobecker <brobecker@gnat.com>
2526
2527 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
2528 heuristic_proc_desc.
2529 (mips_insn32_frame_cache): Likewise.
2530
2531 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2532
2533 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
2534 left behind by error.
2535
2536 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2537
2538 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
2539 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
2540
2541 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2542
2543 * config/rs6000/xm-aix4.h: Remove this file.
2544 * config/rs6000/aix4.mh (XM_FILE): Delete.
2545
2546 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2547
2548 * config/rs6000/xm-rs6000.h: Remove this file.
2549 * config/rs6000/rs6000.mh (XM_FILE): Remove.
2550
2551 2004-09-03 Andrew Cagney <cagney@gnu.org>
2552
2553 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
2554 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
2555 only use.
2556
2557 * mips-tdep.c (temp_saved_regs): Delete.
2558 (set_reg_offset): Replace saved_regs parameter with this_cache.
2559 (heuristic_proc_desc, mips16_heuristic_proc_desc)
2560 (mips32_heuristic_proc_desc): Add this_cache parameter.
2561 (mips_insn32_frame_cache, mips_insn16_frame_cache)
2562 (after_prologue): Pass a NULL this_cache.
2563
2564 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
2565 non-kernel trap prologues.
2566
2567 * mips-tdep.c (find_proc_desc): Delete function.
2568 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
2569 simplify.
2570 (mips_insn16_frame_cache): Replace find_proc_desc with code from
2571 mips_insn32_frame_cache.
2572
2573 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
2574 Simplify as NEXT_FRAME is NULL.
2575 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
2576
2577 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
2578 local variable.
2579 (mips_skip_prologue): Update.
2580
2581 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
2582 "cur_frame" parameter.
2583 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
2584 (mips_insn32_frame_cache, find_proc_desc): Update
2585
2586 * config/vax/nm-obsd.h: Delete file.
2587 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2588 * config/vax/nm-nbsd.h: Delete file.
2589 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
2590 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2591 * config/sh/nm-nbsd.h: Delete file.
2592 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2593 * config/rs6000/nm-rs6000ly.h: Delete file.
2594 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
2595 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2596 * config/powerpc/nm-obsd.h: Delete file.
2597 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2598 * config/powerpc/nm-nbsd.h: Delete file.
2599 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2600 * config/pa/nm-obsd.h: Delete file.
2601 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2602 * config/mips/nm-nbsd.h: Delete file.
2603 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2604 * config/m88k/nm-obsd.h: Delete file.
2605 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2606 * config/m68k/nm-nbsd.h: Delete file.
2607 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
2608 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2609 * config/i386/nm-nbsd.h: Delete file.
2610 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
2611 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2612 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2613 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2614 * config/i386/nm-i386lynx.h: Delete file.
2615 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2616 * config/arm/nm-nbsd.h: Delete file.
2617 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
2618 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2619
2620 * config/i386/tm-fbsd.h: Delete file.
2621 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
2622 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
2623
2624 * config/rs6000/tm-rs6000-aix4.h: Delete file.
2625 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
2626 * config/rs6000/aix4.mt (TM_FILE): Set to
2627 config/rs6000/tm-rs6000.h.
2628 * config/powerpc/tm-ppc-aix.h: Delete file.
2629 * config/powerpc/aix.mt (TM_FILE): Set to
2630 config/rs6000/tm-rs6000.h.
2631 * config/m68k/tm-linux.h: Delete file.
2632 * config/m68k/linux.mt (TM_FILE): Set to solib.h
2633 * config/i386/tm-linux64.h: Delete file.
2634 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
2635 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
2636
2637 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2638 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
2639 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
2640 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2641 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
2642 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
2643 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
2644 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2645 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2646
2647 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
2648 gdb_host_cpu.
2649
2650 2004-09-02 Joel Brobecker <brobecker@gnat.com>
2651
2652 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
2653 Minor reformatting. Some code factoring.
2654
2655 2004-09-02 Andrew Cagney <cagney@gnu.org>
2656
2657 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
2658 * config/vax/tm-nbsd.h: Delete file.
2659 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2660 * config/sparc/tm-vxworks.h: Delete file.
2661 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
2662 * config/sparc/tm-nbsd.h: Delete file.
2663 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
2664 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
2665 * config/sparc/tm-linux.h: Delete file.
2666 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
2667 * config/s390/tm-linux.h: Delete file.
2668 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
2669 * config/pa/tm-bsd.h: Delete file.
2670 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
2671 * config/m68k/tm-obsd.h: Delete file.
2672 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
2673 * config/m68k/tm-nbsd.h: Delete file.
2674 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2675 * config/i386/tm-vxworks.h: Delete file.
2676 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
2677 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
2678 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
2679 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
2680 * config/i386/tm-nbsd.h: Delete file.
2681 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
2682 * config/i386/tm-i386lynx.h: Delete file.
2683 * config/cris/cris.mt (TM_FILE): Set to solib.h.
2684 * config/cris/tm-cris.h: Delete file.
2685
2686 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
2687 * configure: Re-generate.
2688 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
2689 * config/arm/tm-nbsd.h: Delete file.
2690
2691 * config/powerpc/tm-ppcle-sim.h: Delete.
2692 * config/powerpc/tm-ppcle-eabi.h: Delete.
2693 * config/powerpc/tm-nbsd.h: Delete.
2694 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
2695 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
2696 tm-ppcle-eabi.h.
2697
2698 * config/i386/nto.mh (NAT_FILE): Delete.
2699 * config/i386/nm-nto.h: Delete.
2700
2701 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
2702 * config/m68k/tm-os68k.h: Ditto.
2703 * config/m68k/tm-monitor.h: Ditto.
2704 * config/m68k/tm-cisco.h: Ditto.
2705 * config/m68k/st2000.mt (TM_FILE): Delete.
2706 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
2707 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
2708 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
2709 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
2710
2711 * config/m68k/tm-st2000.h: Delete.
2712 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
2713 * config/sparc/fbsd.mt (TM_FILE): Delete.
2714 * config/sparc/tm-fbsd.h: Delete.
2715
2716 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
2717 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
2718 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
2719
2720 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
2721 GDB_TM_FILE and GDB_XM_FILE.
2722 * gdbarch.c: Re-generate.
2723 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
2724 quotes in macro definition.
2725 * configure.in: Re-generate.
2726
2727 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
2728 validating architecture methods.
2729 * gdbarch.c: Re-generate.
2730
2731 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
2732 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
2733 GDB_MULTI_ARCH_PARTIAL.
2734 * gdbarch.h: Re-generate.
2735
2736 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
2737 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
2738 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
2739 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
2740 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
2741 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
2742 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
2743 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
2744 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
2745 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
2746 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
2747 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
2748
2749 2004-09-01 Andrew Cagney <cagney@gnu.org>
2750
2751 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
2752 and main_func_highpc.
2753 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
2754 * objfiles.c (init_entry_point_info, objfile_relocate): Update
2755 * nlmread.c (nlm_symfile_read): Update.
2756
2757 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2758
2759 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
2760 (mips_insn32_frame_cache): Inline call to find_proc_desc.
2761 (find_proc_desc): Remove dead code.
2762
2763 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2764
2765 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
2766
2767 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2768
2769 * observer.sh: Add struct so_list declaration.
2770 * Makefile.in: Add dependencies on observer.h for solib.c and
2771 breakpoint.c.
2772 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
2773 function.
2774 (_initialize_breakpoint): Register
2775 disable_breakpoints_in_unloaded_shlib as an observer of the
2776 "solib unloaded" observation event.
2777 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
2778 call decode_line_1 so unfound breakpoint errors are silent.
2779 * solib.c (update_solib_list): When a solib is discovered to have
2780 been unloaded by the program, notify all observers of the
2781 "solib unloaded" observation event.
2782
2783 2004-09-01 Andrew Cagney <cagney@gnu.org>
2784
2785 * frame.c: Include "objfiles.h".
2786 (inside_main_func): New function.
2787 (get_prev_frame): Use new inside_main_func.
2788 * Makefile.in (frame.o): Update dependencies.
2789 * defs.h (inside_main_func): Delete declaration.
2790 * blockframe.c (inside_main_func): Delete function.
2791
2792 2004-08-31 Jim Blandy <jimb@redhat.com>
2793
2794 * dwarf2read.c (is_vtable_name): New function, based on logic from
2795 read_structure_type, but passing the correct length to strncmp,
2796 and using 'sizeof' instead of 'strlen'.
2797 (read_structure_type): Call it.
2798
2799 2004-08-31 Joel Brobecker <brobecker@gnat.com>
2800
2801 * config/powerpc/aix.mh: Add comment.
2802
2803 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
2804
2805 * MAINTAINERS: Add self to Write-After-Approval.
2806
2807 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
2808
2809 * MAINTAINERS: Add self to Write-After-Approval.
2810
2811 2004-08-30 Andrew Cagney <cagney@gnu.org>
2812
2813 Fix PR breakpoints/1757.
2814 * infrun.c (struct execution_control_state): Replace
2815 remove_breakpoints_on_following_step with
2816 step_after_step_resume_breakpoint.
2817 (init_execution_control_state): Update.
2818 (handle_inferior_event): For signals, when stepping off a
2819 breakpoint, set step_after_step_resume_breakpoint. When
2820 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
2821 (keep_going): Delete code handling
2822 remove_breakpoints_on_following_step.
2823
2824 2004-08-29 David Lecomber <david@streamline-computing.com>
2825
2826 Fix PR gdb/648
2827 * language.h (enum array_ordering): New enum.
2828 * language.h (struct language_defn): New la_array_ordering
2829 attribute.
2830 * language.c (unknown_language_defn, auto_language_defn)
2831 (local_language_defn): Ditto.
2832 * ada-lang.c (ada_language_defn): Ditto.
2833 * c-lang.c (c_language_defn, cplus_language_defn)
2834 (asm_language_defn, minimal_language_defn): Ditto.
2835 * f-lang.c (f_language_defn): Ditto.
2836 * jv-lang.c (java_language_defn): Ditto.
2837 * m2-lang.c (f_language_defn): Ditto.
2838 * objc-lang.c (objc_language_defn): Ditto.
2839 * p-lang.c (pascal_language_defn): Ditto.
2840 * scm-lang.c (scm_language_defn): Ditto.
2841 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
2842 oriented large to small in type structure.
2843 * dwarf2read.c (read_array_order): New function.
2844 (read_array_type): Use read_array_order to check row/column
2845 major ordering.
2846
2847 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
2848
2849 * target.c (target_resize_to_sections): Check
2850 current_target.to_sections for an old value when updating.
2851
2852 2004-08-27 Joel Brobecker <brobecker@gnat.com>
2853
2854 * procfs.c (dbx_link_bpt_addr): New static global variable.
2855 (dbx_link_shadow_contents): New static global variable.
2856 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2857 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
2858 if we just hit it.
2859 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
2860 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
2861 from run to run.
2862 (procfs_create_inferior): Remove syssgi syscall-exit notifications
2863 after the inferior has been forked.
2864 (remove_dbx_link_breakpoint): New function.
2865 (dbx_link_addr): New function.
2866 (insert_dbx_link_bpt_in_file): New function.
2867 (insert_dbx_link_bpt_in_region): New function.
2868 (insert_dbx_link_breakpoint): New function.
2869 (proc_trace_syscalls_1): New function, extracted from
2870 proc_trace_syscalls.
2871 (proc_trace_syscalls): Replace extract code by call to
2872 proc_trace_syscalls_1.
2873 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
2874 is no longer valid.
2875
2876 2004-08-25 Jim Blandy <jimb@redhat.com>
2877
2878 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
2879
2880 2004-08-25 Andrew Cagney <cagney@gnu.org>
2881
2882 * infrun.c (struct execution_control_state): Delete field
2883 "stepping_through_sigtramp".
2884 (init_execution_control_state): Do not set same.
2885 (context_switch): Do not pass same to save_infrun_state and
2886 load_infrun_state.
2887 * gdbthread.h (struct thread_info): Delete field
2888 stepping_through_sigtramp.
2889 (save_infrun_state, load_infrun_state): Delete parameter
2890 stepping_through_sigtramp.
2891 * thread.c (load_infrun_state, save_infrun_state): Update.
2892
2893 * infrun.c: Re-indent. Move expression operators to the beginning
2894 of the line. Remove long disabled #if 0 code.
2895
2896 2004-08-24 Andrew Cagney <cagney@gnu.org>
2897
2898 * doublest.h (floatformat_ieee_quad): Rename
2899 floatformat_ia64_quad.
2900 * doublest.c (floatformat_ieee_quad): Rename
2901 floatformat_ia64_quad.
2902 (_initialize_doublest): Update.
2903
2904 2004-08-24 Jim Blandy <jimb@redhat.com>
2905
2906 * dwarf2expr.h (struct dwarf_expr_context): New members
2907 'num_pieces' and 'pieces', for returning the result of an
2908 expression that uses DW_OP_piece.
2909 (struct dwarf_expr_piece): New struct type.
2910 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2911 pieces.
2912 (free_dwarf_expr_context): Free pieces, if any.
2913 (add_piece): New function.
2914 (execute_stack_op): Implement DW_OP_piece.
2915 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
2916 expression is a list of pieces, print an error message.
2917 (dwarf2_loc_desc_needs_frame): If the expression yields
2918 pieces, and any piece is in a register, then we need a frame.
2919
2920 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
2921 the stack until we've decided what sort of result the evaluation
2922 has produced. Use separate variables, with more specific names.
2923
2924 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
2925
2926 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
2927 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
2928 (arm_netbsd_init_abi_common): Register them.
2929
2930 2004-08-22 Mark Kettenis <kettenis@gnu.org>
2931
2932 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
2933
2934 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
2935 safe_frame_unwind_memory instead of target_read_memory.
2936
2937 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
2938 Reorder includes.
2939 (fetch_register, store_register): Remove prototypes.
2940 (child_resume): Reorganize code and comments such that it is
2941 grouped a bit more logically.
2942 (attach): Explicitly compare errno against 0.
2943 (detach): Likewise. Use perror_with_name instead of
2944 print_sys_errmsg.
2945 * Makefile.in (infptrace.o): Update dependencies.
2946
2947 * ia64-linux-nat.c: Update copyright year.
2948 (fetch_debug_register, store_debug_register)
2949 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
2950 PTRACE_TYPE_ARG3.
2951 * config/ia64/nm-linux.h: Update copyright year.
2952 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
2953
2954 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
2955 from CORE_ADDR to struct frame_info *. Use
2956 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
2957 (amd64_linux_sigtramp_p): Adjust for changed signature of
2958 and64_linux_sigtramp_start
2959
2960 * gdb_ptrace.h: GNU/Linux.
2961
2962 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2963 Remove defines.
2964
2965 * infptrace.c: Include "gdb_assert.h".
2966 (PTRACE_XFER_TYPE): Remove define.
2967 (offsetof): Only define if U_REGS_OFFSET isn't defined.
2968 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
2969 Tweak comment.
2970 (fetch_inferior_registers, store_inferior_registers): Remove
2971 redundant culry braces. Tweak comment. s/regno/regnum.
2972 * Makefile.in (infptrace.o): Update dependencies.
2973
2974 * configure.in: Change test for return type of ptrace to default
2975 to `long' instead of `int'.
2976 * configure: Regenerate.
2977
2978 2004-08-21 Mark Kettenis <kettenis@gnu.org>
2979
2980 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
2981
2982 * configure.in: Check for ttrace function.
2983 * configure, config.in: Regenerate.
2984
2985 * gdb_ptrace.h: New file.
2986 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
2987 <sys/ptrace.h>.
2988 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
2989 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
2990 (attach): Don't define PT_ATTACH.
2991 (detach): Don't define PT_DETACH.
2992 * Makefile.in (gdb_ptrace_h): New variable.
2993 (infptrace.o): Update dependencies.
2994
2995 2004-08-16 Mark Kettenis <kettenis@gnu.org>
2996
2997 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
2998 instead of `int' if not already defined.
2999 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3000 PTRACE_TYPE_ARG3.
3001 * infptrace.c (call_ptrace): Revert change that replaced
3002 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3003
3004 2004-08-15 Mark Kettenis <kettenis@gnu.org>
3005
3006 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3007 Remove defines.
3008
3009 * linux-nat.c (kill_inferior): Add missing third and fourth
3010 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3011
3012 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3013 PTRACE_TYPE_RET.
3014
3015 * proc-why.c (proc_prettyfprint_why): Fix format string.
3016
3017 * solib-osf.c (osf_current_sos): Remove unsused label.
3018
3019 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3020 curses headers.
3021 * configure, config.in: Regenerate.
3022 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3023 <ncurses/ncurses.h>.
3024
3025 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3026 * config/nm-nbsd.h: Update copyright year.
3027 (PTRACE_ARG3_TYPE): Remove define.
3028
3029 * sparc-nat.c (fetch_inferior_registers)
3030 (store_inferior_registers, sparc_xfer_wcookie):
3031 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3032
3033 * alphabsd-nat.c (fetch_inferior_registers):
3034 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3035 PTRACE_TYPE_ARG3.
3036 * amd64bsd-nat.c (fetch_inferior_registers)
3037 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3038 PTRACE_TYPE_ARG3.
3039 * armnbsd-nat.c: Update copyright year.
3040 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3041 (store_register, store_regs, store_fp_register, store_fp_regs):
3042 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3043 * hppabsd-nat.c (fetch_inferior_registers)
3044 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3045 PTRACE_TYPE_ARG3.
3046 * i386bsd-nat.c (fetch_inferior_registers)
3047 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3048 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3049 * m68kbsd-nat.c (fetch_inferior_registers)
3050 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3051 PTRACE_TYPE_ARG3.
3052 * m88kbsd-nat.c (fetch_inferior_registers)
3053 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3054 PTRACE_TYPE_ARG3.
3055 * mipsnbsd-nat.c: Update copyright year.
3056 (fetch_inferior_registers, store_inferior_registers):
3057 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3058 * ns32knbsd-nat.c: Update copyright year.
3059 (fetch_inferior_registers, store_inferior_registers):
3060 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3061 * ppcnbsd-nat.c (fetch_inferior_registers):
3062 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3063 PTRACE_TYPE_ARG3.
3064 * ppcobsd-nat.c (fetch_inferior_registers):
3065 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3066 PTRACE_TYPE_ARG3.
3067 * shnbsd-nat.c: Update copyright year.
3068 (fetch_inferior_registers, store_inferior_registers):
3069 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3070 * vaxbsd-nat.c (fetch_inferior_registers)
3071 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3072 PTRACE_TYPE_ARG3.
3073
3074 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3075 PTRACE_TYPE_ARG3.
3076 * infptrace.c (call_ptrace, child_resume, attach, detach)
3077 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3078 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3079 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3080 PTRACE_TYPE_ARG3.
3081
3082 2004-08-14 Mark Kettenis <kettenis@gnu.org>
3083
3084 * defs.h: Remove out-of-date comment.
3085 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3086 [!GETENV_PROVIDED] (getenv): Remove prototype.
3087
3088 * standalone.c: Remove file.
3089 * Makefile.in (standalone.o): Remove dependency.
3090
3091 * i386-linux-nat.c (dummy_sse_values): Remove function and
3092 prototype.
3093 (i386_linux_dr_get): Fix typo in comment.
3094 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3095
3096 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3097
3098 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3099 from declaration.
3100 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3101 from definition.
3102
3103 2004-08-13 Mark Kettenis <kettenis@gnu.org>
3104
3105 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3106 parenthesis in definition.
3107 * configure: Regenerated.
3108
3109 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3110
3111 * PROBLEMS: Mention build/1411.
3112
3113 2004-08-09 Robert Millan <robertmh@gnu.org>
3114
3115 Committed by Nathanael Nerode.
3116 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3117 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3118
3119 2004-08-12 Andrew Cagney <cagney@gnu.org>
3120
3121 * NEWS: Mention fixes in GDB 6.2.1.
3122 * PROBLEMS: Remove mention of mips-irix.
3123
3124 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3125
3126 * config/powerpc/xm-aix.h: Delete.
3127 * config/powerpc/aix.mh (MH_FILE): Remove.
3128 * config/powerpc/aix432.mh (MH_FILE): Remove.
3129
3130 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3131
3132 * config/powerpc/aix.mh: Remove obsolete comment.
3133 * config/powerpc/aix432.mh: Likewise.
3134
3135 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3136
3137 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3138
3139 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3140
3141 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3142 this file is now empty.
3143 * config/xm-aix4.h: Remove, this file is no longer included
3144 anywhere.
3145
3146 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3147
3148 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3149 that file is now empty.
3150 (termdef): Remove prototype, function no longer used.
3151
3152 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3153
3154 * doc/gdbint.texinfo (Host Definition): Remove documentation
3155 for USE_O_NOCTTY, no longer used.
3156 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3157 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3158
3159 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3160
3161 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3162 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3163 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3164
3165 2004-08-11 Mark Kettenis <kettenis@gnu.org>
3166
3167 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3168 instead of FIVE_ARG_PTRACE.
3169
3170 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3171 (new_tty): Use O_NOCTTY unconditionally.
3172
3173 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3174
3175 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3176 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3177 fflush on stdout.
3178
3179 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3180
3181 * xcoff_symfile_finish: Replace last call to xmfree by call
3182 to xfree.
3183
3184 2004-08-10 Andrew Cagney <cagney@gnu.org>
3185
3186 * main.c (captured_main): Delete call to init_malloc.
3187 * defs.h (init_malloc): Delete declaration.
3188 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3189 (init_malloc): Delete functions.
3190
3191 * defs.h (xmfree): Delete.
3192 * utils.c (xmfree): Delete function.
3193 (xfree): Inline calls to xmfree and mfree.
3194 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3195 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3196 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3197 * somread.c (som_symfile_finish): Ditto.
3198 * objfiles.c (allocate_objfile, free_objfile):
3199 * nlmread.c (nlm_symfile_finish): Ditto.
3200 * hpread.c (hpread_symfile_finish): Ditto.
3201 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3202 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3203 * coffread.c (coff_symfile_finish): Ditto.
3204
3205 * defs.h (xmcalloc): Delete declaration.
3206 * utils.c (xmcalloc): Delete.
3207 (xcalloc): Inline calls to xmcalloc and mcalloc.
3208 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3209 xcalloc and xfree.
3210 * symtab.c (create_demangled_names_hash): Ditto.
3211
3212 * defs.h (xmrealloc): Delete.
3213 * utils.c (xmrealloc): Delete.
3214 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3215 * symmisc.c (extend_psymbol_list): Use xrealloc.
3216 * source.c (find_source_lines): Ditto.
3217 * hpread.c (hpread_lookup_type): Ditto.
3218 * dbxread.c (add_bincl_to_list): Ditto.
3219
3220 * utils.c (xmmalloc): Delete.
3221 (xmalloc): Inline xmmalloc and mmalloc calls.
3222 (msavestring): Use xmalloc.
3223 * defs.h (xmmalloc): Delete declaration.
3224 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3225 xmmalloc.
3226 * symmisc.c (extend_psymbol_list): Ditto.
3227 * symfile.c (init_psymbol_list): Ditto.
3228 * source.c (find_source_lines): Ditto.
3229 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3230 * elfread.c (elf_symtab_read): Ditto.
3231 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3232 * coffread.c (coff_symfile_init): Ditto.
3233
3234 2004-08-10 David Carlton <carlton@bactrian.org>
3235
3236 * MAINTAINERS: Remove David Carlton from c++ testsuite
3237 maintainers.
3238
3239 2004-08-10 Jerome Guitton <guitton@gnat.com>
3240
3241 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3242 print a line feed before the prompt.
3243
3244 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3245
3246 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3247
3248 2004-08-09 Joel Brobecker <brobecker@gnat.com>
3249
3250 General cleanup of the AIX xm include file:
3251 * config/xm-aix4.h (fd_set): Remove undefine.
3252 Remove include of <sys/select.h>.
3253 (HAVE_TERMIO): Remove define.
3254 (USG): Likewise.
3255 (NULL): Remove redefine.
3256 (alloca): Remove #pragma.
3257 (vfork): Remove define.
3258 (termdef): Remove.
3259 (SIGWINCH_HANDLER): Remove.
3260 (SIGWINCH_HANDLER_BODY): Remove.
3261
3262 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3263
3264 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3265 GDB_OSABI_OPENBSD_ELF.
3266
3267 2004-08-07 Robert Millan <robertmh@gnu.org>
3268
3269 * bsd-kvm.c: Check for nlist.h before including it.
3270
3271 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3272
3273 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3274 sigcontext' offset consistency checks for ancient BSD.
3275
3276 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3277
3278 * configure.in: Check for <sys/types.h>. Check return and
3279 argument types of ptrace.
3280 * configure, config.in: Regenerate.
3281
3282 2004-08-09 Jim Blandy <jimb@redhat.com>
3283
3284 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3285 rs6000_register_sim_regno): Doc fixes.
3286
3287 2004-08-08 Joel Brobecker <brobecker@gnat.com>
3288
3289 * mips-tdep.c: Include "floatformat.h".
3290 (n32n64_floatformat_always_valid): New function.
3291 (floatformat_n32n64_long_double_big): New constant.
3292 (mips_gdbarch_init): Set size and format of long double
3293 for N32 and N64 ABIs.
3294 * Makefile.in (mips-tdep.o): Update dependencies.
3295
3296 2004-08-08 Andrew Cagney <cagney@gnu.org>
3297
3298 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
3299 print. Improve script's error messages.
3300 * gdbarch.h: Re-generate.
3301
3302 * gdbarch.sh (pformat): New function.
3303 (float_format, double_format, long_double_format): List with bit
3304 members. Use pformat when printing.
3305 * gdbarch.c, gdbarch.h: Re-generate.
3306
3307 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
3308
3309 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3310 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3311 (ppcnbsd_supply_pcb): New function.
3312 (_initialize_ppcnbsd_nat): New prototype and function.
3313 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3314 (LOADLIBES): New variable.
3315 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3316
3317 2004-08-08 Andrew Cagney <cagney@gnu.org>
3318
3319 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3320 (builtin_type_ieee_double, builtin_type_ia64_quad)
3321 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3322 BE/LE floating-point types.
3323 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3324 (builtin_type_ieee_double, builtin_type_ia64_quad)
3325 (builtin_type_ia64_spill): Declare.
3326 * doublest.c (_initialize_doublest, floatformat_ieee_single)
3327 (floatformat_ieee_double, floatformat_arm_ext)
3328 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3329 of LE/BE floatformats.
3330 * doublest.h: (struct floatformat, floatformat_ieee_single)
3331 (floatformat_ieee_double, floatformat_arm_ext)
3332 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3333
3334 2004-08-08 Mark Kettenis <kettenis@gnu.org>
3335
3336 * i386gnu-nat.c (gnu_store_registers): Fix typo.
3337
3338 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3339 instead of regcache_raw_supply when storing the registers.
3340
3341 * i386gnu-nat.c: Update copyright year.
3342 (gnu_store_registers): Don't use deprecated_registers and
3343 deprecated_registers_valid. Use regcache_valid_p and
3344 regcache_raw_supply instead.
3345
3346 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3347 frame_pc_unwind.
3348
3349 * procfs.c (procfs_pid_to_str): Remove redundant and unused
3350 variables. Incapitalized "process".
3351
3352 * configure.in: Add cursesX to the list of possible curses libs.
3353 Add cursesX.h to the list of possible curses headers.
3354 * configure, config.in: Regenerate.
3355
3356 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3357
3358 * configure.in: Test for struct lwp in <sys/lwp.h>.
3359 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3360 the offset of l_addr in struct lwp.
3361
3362 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3363
3364 * bsd-kvm.c: Include "gdbcore.h"
3365 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3366
3367 2004-08-07 Andrew Cagney <cagney@gnu.org>
3368
3369 * gdbtypes.c (build_flt, build_complex): New functions.
3370 (gdbtypes_post_init): Use.
3371
3372 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
3373
3374 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
3375 through to builtin_type_uint128.
3376
3377 * c-exp.y: Use builtin_type function to obtain builtin types.
3378
3379 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
3380 builtin_uint128.
3381 * gdbtypes.c (gdbtypes_post_init): Update.
3382 (build_gdbtypes): Move initialization of builtin_type_int0
3383 through to builtin_type_uint128 from here ...
3384 (_initialize_gdbtypes): ... to here.
3385 * d10v-tdep.c (d10v_register_type): Update.
3386
3387 * doublest.c: Update copyright.
3388 (floatformat_from_length): Call error when floatformat is NULL.
3389 (extract_floating_by_length): Remove NULL fmt check.
3390 (store_floating_by_length): Ditto.
3391
3392 2004-08-07 Andrew Cagney <cagney@gnu.org>
3393
3394 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
3395 that the register is valid.
3396
3397 2004-08-05 Mark Kettenis <kettenis@chello.nl>
3398
3399 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3400 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
3401 struct frame_info *. Use safe_frame_unwind_memory instead of
3402 deprecated_read_memory_nobpt.
3403 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
3404 changed signature of i386_linux_sigtramp_start and
3405 i386_linux_rt_sigtramp_start.
3406
3407 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
3408 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
3409 instead of deprecated_read_memory_nobpt.
3410 (i386nbsd_sigtramp_p): Adjust for changed signature of
3411 i386nbsd_sigtramp_offset.
3412
3413 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
3414 safe_frame_unwind_memory instead of target_read_memory.
3415
3416 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3417 !NO_SYS_FILE.
3418 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
3419 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
3420 (_initialize_kernel_u_addr): Remove prototype and function.
3421 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3422 !NO_SYS_FILE.
3423 * xcoffread.c: Likewise.
3424
3425 2004-08-06 Mark Kettenis <kettenis@gnu.org>
3426
3427 * vax-nat.c: New file.
3428 * vaxbsd-nat.c: Tweak comment.
3429 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
3430 vaxnbsd-tdep.c.
3431 (vax-nat.o): New dependency.
3432 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
3433 (vax-*-ultrix2*): Remove.
3434 * config/vax/vax.mh: New file.
3435 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
3436 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
3437 (vax_register_u_addr): New prototype.
3438 (REGISTER_U_ADDR): Define using vax_register_u_addr.
3439 * config/vax/vaxult2.mh: Remove file.
3440 * config/vax/vaxult.mh: Remove file.
3441 * config/vax/vaxbsd.mh: Remove file.
3442 * config/vax/vax.mt (TM_FILE): Remove.
3443 * config/vax/tm-vaxbsd.h: Remove file.
3444
3445 2004-08-06 Joel Brobecker <brobecker@gnat.com>
3446
3447 * aix-thread.c (get_signaled_thread): New function.
3448 (iter_trap): Delete, no longer used.
3449 (iter_tid): New function.
3450 (pd_update): Find the thread that received the SIGTRAP signal
3451 by first locating the kernel thread, and then finding its
3452 associated thread.
3453
3454 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
3455
3456 * lin-lwp.c (child_wait): Continue inferior after processing
3457 PTRACE_EVENT_CLONE event.
3458
3459 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
3460
3461 * MAINTAINERS: Add self to Write-After-Approval.
3462
3463 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
3464
3465 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
3466 libunwind-xxxx.so" where xxxx is UNW_TARGET.
3467
3468 2004-08-05 Andrew Cagney <cagney@gnu.org>
3469
3470 * config/xm-sysv4.h: Delete file.
3471 * config/mips/xm-irix5.h: Delete file.
3472 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
3473 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
3474 * config/ia64/xm-aix.h: Delete file.
3475 * config/ia64/aix.mh (XM_FILE): Delete.
3476 * config/pa/xm-hppah.h: Delete file.
3477 * config/pa/hpux11w.mh (XM_FILE): Delete.
3478 * config/pa/hpux11.mh (XM_FILE): Delete.
3479 * config/pa/hpux1020.mh (XM_FILE): Delete.
3480 * config/pa/hppahpux.mh (XM_FILE): Delete.
3481
3482 * config/alpha/xm-alphalinux.h: Delete file.
3483 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
3484 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
3485 * config/alpha/xm-alphaosf.h: Delete file.
3486 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
3487 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
3488 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
3489 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
3490
3491 * config/i386/xm-i386v.h: Delete file.
3492 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
3493 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
3494 * config/i386/xm-i386sco.h: Delete file.
3495 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
3496 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
3497 * config/i386/xm-i386v4.h: Delete file.
3498 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
3499 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
3500 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
3501 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
3502
3503 * config/vax/xm-vax.h: Delete file.
3504 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
3505 * config/vax/xm-vaxult2.h: Delete file.
3506 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
3507 * config/vax/vaxult2.mh (XM_FILE): Delete.
3508 * config/vax/xm-vaxult.h: Delete file.
3509 * config/vax/vaxult.mh (XM_FILE): Delete.
3510 * config/vax/xm-vaxbsd.h: Delete file.
3511 * config/vax/vaxbsd.mh (XM_FILE): Delete.
3512
3513 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
3514 * gdbarch.h, gdbarch.c: Re-generate.
3515 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
3516 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
3517 * frame.h: Delete deprecated_read_fp from comments.
3518 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
3519 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
3520
3521 2004-08-04 Mark Kettenis <kettenis@gnu.org>
3522
3523 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
3524 trampoline in OpenBSD 3.5-current.
3525
3526 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
3527 SSE registers.
3528
3529 * Makefile.in: Remove embedded page breaks.
3530
3531 2004-08-04 Jim Blandy <jimb@redhat.com>
3532
3533 * regcache.c (regcache_raw_read): Assert that, after calling
3534 target_fetch_registers, the register we're reading is cached.
3535
3536 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
3537 a call to 'internal_error', with a more helpful error message.
3538 * rs6000-tdep.c (e500_pseudo_register_read,
3539 e500_pseudo_register_write, rs6000_store_return_value): Same.
3540
3541 2004-08-04 Andrew Cagney <cagney@gnu.org>
3542
3543 * Makefile.in: Update dependencies.
3544
3545 2004-08-04 Jim Blandy <jimb@redhat.com>
3546
3547 Change the layout of the PowerPC E500 raw register cache to allow
3548 the lower 32-bit halves of the GPRS to be their own raw registers,
3549 not pseudoregisters.
3550 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
3551 add ppc_ev0_upper_regnum flag.
3552 * rs6000-tdep.c: #include "reggroups.h".
3553 (spe_register_p): Recognize the ev upper half registers as SPE
3554 registers.
3555 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
3556 registers.
3557 (e500_move_ev_register): New function.
3558 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
3559 vector registers are the pseudo-registers now, formed by splicing
3560 together the gprs and the upper-half registers.
3561 (e500_register_reggroup_p): New function.
3562 (P): Macro deleted.
3563 (P8, A4): New macro.
3564 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
3565 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
3566 macros.
3567 (registers_e500): Rearrange register set so that the raw register
3568 set contains 32-bit GPRs and upper-half registers, and the SPE
3569 vector registers become pseudo-registers.
3570 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
3571 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
3572 register numbers are now the same for the E500 as they are for
3573 other PowerPC variants. Register e500_register_reggroup_p as the
3574 register group function for the E500.
3575 * Makefile.in (rs6000-tdep.o): Update dependencies.
3576
3577 Adapt PPC E500 native support to the new raw regcache layout.
3578 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
3579 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
3580 (fetch_spe_register, store_spe_register): Handle fetching/storing
3581 all the SPE registers at once, if regno == -1. These now take
3582 over the job of fetch_spe_registers and store_spe_registers.
3583 (fetch_spe_registers, store_spe_registers): Deleted.
3584 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
3585 unconditionally; they're always raw. Fetch/store SPE upper half
3586 registers, if present, instead of ev registers.
3587 (fetch_register, store_register): Remove sanity checks: gprs are
3588 never pseudo-registers now, so we never need to even mention any
3589 registers that are ever pseudoregisters.
3590
3591 Use a fixed register numbering when communicating with the PowerPC
3592 simulator.
3593 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
3594 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
3595 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
3596 New functions.
3597 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
3598 init_sim_regno_table.
3599 * Makefile.in (gdb_sim_ppc_h): New variable.
3600 (rs6000-tdep.o): Update dependencies.
3601
3602 2004-08-02 Andrew Cagney <cagney@gnu.org>
3603
3604 * cris-tdep.c (cris_register_size): Restore function, still used
3605 locally.
3606
3607 * gdbarch.sh (deprecated_target_read_fp)
3608 (deprecated_frame_locals_address, deprecated_frame_args_address)
3609 (deprecated_frame_chain_valid, deprecated_frame_chain)
3610 (deprecated_init_extra_frame_info, deprecated_pop_frame)
3611 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
3612 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
3613 * gdbarch.h, gdbarch.c: Re-generate.
3614 * regcache.c (deprecated_read_fp): Do not call
3615 DEPRECATED_TARGET_READ_FP_P.
3616 * infcmd.c (default_print_registers_info): Do not call
3617 DEPRECATED_DO_REGISTERS_INFO.
3618 * frame-base.c (default_frame_locals_address): Do not call
3619 DEPRECATED_FRAME_LOCALS_ADDRESS.
3620 (default_frame_args_address): Do not call
3621 DEPRECATED_FRAME_ARGS_ADDRESS.
3622
3623 * gdbarch.sh (deprecated_register_raw_size)
3624 (deprecated_register_virtual_size:int): Delete.
3625 * gdbarch.h, gdbarch.c: Re-generate.
3626 * cris-tdep.c (cris_register_size): Delete.
3627 (cris_gdbarch_init): Update.
3628 * alpha-tdep.c (alpha_register_raw_size)
3629 (alpha_register_virtual_size): Delete.
3630 (alpha_gdbarch_init): Update.
3631
3632 * gdbarch.sh (deprecated_register_virtual_type)
3633 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
3634 (deprecated_dummy_write_sp): Delete.
3635 * gdbarch.h, gdbarch.c: Re-generate.
3636
3637 * gdbarch.sh (deprecated_register_bytes): Delete.
3638 * gdbarch.h, gdbarch.c: Re-generate.
3639 * regcache.c (deprecated_register_bytes): New function.
3640 * regcache.h (deprecated_register_bytes): Declare.
3641 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3642 * v850-tdep.c (v850_gdbarch_init): Update.
3643 * sh64-tdep.c (sh64_gdbarch_init): Update.
3644 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3645 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3646 * mcore-tdep.c (mcore_gdbarch_init): Update.
3647 * cris-tdep.c (cris_gdbarch_init): Update.
3648 * arm-tdep.c (arm_gdbarch_init): Update.
3649 * remote.c (init_remote_state): Update.
3650 * remote-vx.c (vx_prepare_to_store): Update.
3651 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
3652 * irix5-nat.c (fetch_core_registers): Update.
3653 * cris-tdep.c (cris_register_bytes_ok): Update.
3654 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3655
3656 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
3657 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
3658 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
3659 (mips_insn16_frame_base_address, mips_insn16_frame_base)
3660 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
3661 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
3662 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
3663 (mips_insn32_frame_base_address, mips_insn32_frame_base)
3664 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
3665 with mips_insn16 and mips_insn32.
3666
3667 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
3668 * rs6000-tdep.c (rs6000_push_dummy_call)
3669 (rs6000_extract_return_value): Use register_size.
3670 * xstormy16-tdep.c (xstormy16_get_saved_register)
3671 (xstormy16_extract_return_value): Ditto.
3672 * valops.c (value_assign): Ditto.
3673 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
3674 * v850-tdep.c (v850_extract_return_value): Ditto.
3675 * tracepoint.c (collect_symbol): Ditto.
3676 * target.c (debug_print_register): Ditto.
3677 * stack.c (frame_info): Ditto.
3678 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
3679 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3680 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
3681 (store_register_using_P): Ditto.
3682 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3683 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
3684 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3685 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
3686 * regcache.c (deprecated_read_register_bytes)
3687 (deprecated_write_register_bytes, read_register)
3688 (write_register): Ditto.
3689 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
3690 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
3691 * monitor.c (monitor_supply_register, monitor_fetch_register)
3692 (monitor_store_register): Ditto.
3693 * mn10300-tdep.c (mn10300_pop_frame_regular)
3694 (mn10300_print_register): Ditto.
3695 * mipsv4-nat.c (fill_fpregset): Ditto.
3696 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
3697 (mips64_fill_fpregset): Ditto.
3698 * mi/mi-main.c (register_changed_p, get_register)
3699 (mi_cmd_data_write_register_values): Ditto.
3700 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
3701 * irix5-nat.c (fill_gregset, fetch_core_registers):
3702 * infrun.c (write_inferior_status_register): Ditto.
3703 * infptrace.c (fetch_register, store_register): Ditto.
3704 * infcmd.c (default_print_registers_info): Ditto.
3705 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
3706 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
3707 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
3708 * hpux-thread.c (hpux_thread_fetch_registers)
3709 (hpux_thread_store_registers): Ditto.
3710 * hppah-nat.c (store_inferior_registers, fetch_register):
3711 * findvar.c (value_from_register): Ditto.
3712 * dve3900-rom.c (fetch_bitmapped_register):
3713 * cris-tdep.c (cris_gdbarch_init): Ditto.
3714 * alpha-tdep.h: Ditto.
3715 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
3716
3717 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
3718 DEPRECATED_REGISTER_RAW_SIZE from comments.
3719 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
3720 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
3721 DEPRECATED_REGISTER_RAW_SIZE.
3722 * findvar.c (value_of_register): Simplify by assuming that the
3723 registers raw and virtual sizes are identical.
3724 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
3725 comment.
3726 * arch-utils.c (generic_register_size): Simplify by assuming
3727 register_type.
3728
3729 * regcache.c (legacy_read_register_gen, real_register)
3730 (legacy_write_register_gen): Delete, not used.
3731
3732 * regcache.c (struct regcache_descr): Delete legacy_p.
3733 (init_legacy_regcache_descr): Delete function.
3734 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
3735 Do not use deprecated register functions.
3736 (regcache_raw_read, deprecated_write_register_gen):
3737 (deprecated_read_register_gen, regcache_raw_write): Delete code
3738 predicated on legacy_p.
3739 (register_size): Delete check against register raw size.
3740
3741 * cris-tdep.c (cris_register_type): Replace
3742 cris_register_virtual_type.
3743 (cris_gdbarch_init): Update, set register_type.
3744
3745 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
3746 * gdbarch.h, gdbarch.c: Re-generate.
3747 * arm-tdep.c (arm_frameless_function_invocation): Delete.
3748 (arm_gdbarch_init) Do not set frameless function invocation.
3749 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
3750 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
3751 * frv-tdep.c (frv_frameless_function_invocation): Delete.
3752 (frv_gdbarch_init): Do not set frameless function invocation.
3753 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3754 * sh-tdep.c (sh_gdbarch_init): Ditto.
3755 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3756 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3757 * avr-tdep.c (avr_gdbarch_init): Ditto.
3758
3759 * blockframe.c (legacy_frame_chain_valid): Delete function.
3760
3761 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
3762 and pc. Update comments.
3763 (pc_in_dummy_frame): Delete function.
3764 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
3765 use the "id".
3766 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
3767 call_hi, top and pc, use the id.
3768 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
3769
3770 * dummy-frame.c: Include "gdb_string.h".
3771 (generic_save_call_dummy_addr, generic_push_dummy_frame)
3772 (generic_save_dummy_frame_tos): Delete.
3773 (dummy_frame_push): New function, replaces above.
3774 * dummy-frame.h: Update copyright.
3775 (dummy_frame_push): Declare.
3776 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
3777 (generic_save_call_dummy_addr): Delete declarations.
3778 * infcall.c: Include "dummy-frame.h".
3779 (call_function_by_hand): Add locals caller_regcache,
3780 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
3781 with call to frame_save_as_regcache plus cleanup. Delete calls to
3782 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
3783 Move clear_proceed_status to just before the resume, add call to
3784 dummy_frame_push (discard cleanup).
3785 * Makefile.in (infcall.o): Add $(dummy_frame_h).
3786 (dummy-frame.o): Add $(gdb_string_h).
3787
3788 2004-08-01 Andrew Cagney <cagney@gnu.org>
3789
3790 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
3791 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
3792 * dummy-frame.c (find_dummy_frame): Delete.
3793 (struct dummy_frame_cache, dummy_frame_sniffer)
3794 (dummy_frame_prev_register, dummy_frame_this_id)
3795 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
3796 frame unwinder using a dummy_frame_cache.
3797
3798 2004-08-01 Andrew Cagney <cagney@gnu.org>
3799
3800 * frame.h (frame_save_as_regcache): Declare.
3801 * frame.c (frame_save_as_regcache): New function.
3802 (do_frame_read_register): Replace do_frame_unwind_register.
3803 (frame_pop): Use frame_save_as_regcache.
3804 * dummy-frame.c (generic_push_dummy_frame): Use
3805 frame_save_as_regcache.
3806
3807 2004-08-01 Joel Brobecker <brobecker@gnat.com>
3808
3809 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
3810 file as included until we record the first line in the linetable.
3811
3812 2004-08-01 Andrew Cagney <cagney@gnu.org>
3813
3814 * frame.h (deprecated_pop_dummy_frame)
3815 (deprecated_read_register_dummy)
3816 (deprecated_generic_find_dummy_frame): Delete.
3817 * dummy-frame.c (deprecated_generic_find_dummy_frame)
3818 (deprecated_read_register_dummy)
3819 (deprecated_find_dummy_frame_regcache)
3820 (discard_innermost_dummy)
3821 (deprecated_pop_dummy_frame): Delete.
3822 (dummy_frame_this_id): Simplify.
3823 (struct dummy_frame): Delete "fp" and "sp".
3824 (find_dummy_frame): Simplify.
3825 (generic_push_dummy_frame): Do not set "fp" or "sp".
3826 (fprint_dummy_frames): Do not print "fp" and "sp"
3827
3828 2004-08-01 Mark Kettenis <kettenis@gnu.org>
3829
3830 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
3831 (struct i386_insn): New structure.
3832 (i386_match_insn): New function.
3833 (i386_frame_setup_skip_insns): New variable.
3834 (i386_analyze_frame_setup): Change to use i386_match_insn and the
3835 array i386_frame_setup_insns of instructions that should be
3836 skipped inside the frame setup sequence.
3837
3838 2004-08-01 Andrew Cagney <cagney@gnu.org>
3839
3840 * frame.h (deprecated_frame_xmalloc_with_cleanup)
3841 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3842 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3843 * stack.c (frame_info): Delete references to
3844 DEPRECATED_FRAME_INIT_SAVED_REGS and
3845 deprecated_get_frame_saved_regs.
3846 * frame.c (struct frame_info): Delete saved_regs and extra_info.
3847 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
3848 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
3849 (frame_unwind_register_signed)
3850 (frame_unwind_register_unsigned)
3851 (frame_unwind_unsigned_register): Use register_size.
3852 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
3853 (deprecated_frame_xmalloc_with_cleanup)
3854 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3855 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3856
3857 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
3858 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
3859 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
3860 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
3861
3862 * infcall.c (call_function_by_hand): Do not use
3863 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
3864 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
3865 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
3866 DEPRECATED_STACK_ALIGN.
3867
3868 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3869
3870 Committed by Andrew Cagney.
3871 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
3872
3873 2004-08-01 Andrew Cagney <cagney@gnu.org>
3874
3875 * mips-tdep.c (mips16_frame_cache)
3876 (mips16_frame_this_id, mips16_frame_prev_register)
3877 (mips16_frame_unwind, mips16_frame_sniffer)
3878 (mips16_frame_base_address, mips16_frame_base)
3879 (mips16_frame_base_sniffer, mips32_frame_cache)
3880 (mips32_frame_this_id, mips32_frame_prev_register)
3881 (mips32_frame_unwind, mips32_frame_sniffer)
3882 (mips32_frame_base_address, mips32_frame_base)
3883 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
3884 separate heuristic mips16 and mips32 unwinders.
3885 (mips_stub_frame_cache, mips_stub_frame_this_id)
3886 (mips_stub_frame_prev_register)
3887 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
3888 (mips_stub_frame_base_address, mips_stub_frame_base)
3889 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
3890 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
3891 match true mdebug frames.
3892 (non_heuristic_proc_desc): Add forward declaration.
3893
3894 2004-08-01 Andrew Cagney <cagney@gnu.org>
3895
3896 * config/mips/tm-irix6.h: Delete file.
3897 * config/mips/tm-irix5.h: Delete file.
3898 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3899 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3900
3901 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3902 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3903 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3904 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3905 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3906 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3907 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3908 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3909 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3910 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3911 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3912 (TARGET_SIGNAL_RAW_VALUES): Delete.
3913 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3914 Delete.
3915 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
3916 (TARGET_HW_WATCH_LIMIT): Delete.
3917 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
3918 * minimon.h: Delete file.
3919
3920 * trad-frame.c (trad_frame_get_this_base)
3921 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
3922 functions.
3923 * trad-frame.h (trad_frame_set_this_base)
3924 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
3925
3926 2004-07-31 Andrew Cagney <cagney@gnu.org>
3927
3928 * trad-frame.c (trad_frame_get_prev_register): Rename
3929 trad_frame_get_prev_register.
3930 * vax-tdep.c (vax_frame_prev_register): Update.
3931 * trad-frame.h: Update.
3932 * trad-frame.c (trad_frame_get_register): Update.
3933 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
3934 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
3935 Update.
3936 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
3937 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
3938 Update.
3939 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
3940 Update.
3941 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
3942 Update.
3943 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
3944 Update.
3945 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
3946 Update.
3947 * s390-tdep.c (s390_frame_prev_register)
3948 (s390_stub_frame_prev_register)
3949 (s390_sigtramp_frame_prev_register): Update.
3950 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
3951 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
3952 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
3953 * m88k-tdep.c (m88k_frame_prev_register)
3954 * m68hc11-tdep.c (m68hc11_frame_prev_register)
3955 * m32r-tdep.c (m32r_frame_prev_register): Update.
3956 * hppa-tdep.c (hppa_frame_prev_register_helper)
3957 * frv-tdep.c (frv_frame_prev_register): Update.
3958 * d10v-tdep.c (d10v_frame_prev_register): Update.
3959 * cris-tdep.c (cris_frame_prev_register): Update.
3960 * avr-tdep.c (avr_frame_prev_register): Update.
3961 * arm-tdep.c (arm_prologue_prev_register)
3962 (arm_sigtramp_prev_register): Update.
3963
3964 2004-07-31 Andrew Cagney <cagney@gnu.org>
3965
3966 * frame.h (legacy_saved_regs_unwind)
3967 (legacy_frame_chain_valid, legacy_frame_p)
3968 (enum frame_type): Delete UNKNOWN_FRAME.
3969 * dummy-frame.c (dummy_frame_this_id): Simplify.
3970 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
3971 * frame.c (struct frame_info): Delete the field "type".
3972 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
3973 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
3974 (legacy_saved_regs_unwind, legacy_frame_p)
3975 (frame_type_from_pc): Delete.
3976 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
3977 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
3978
3979 2004-07-31 Mark Kettenis <kettenis@gnu.org>
3980
3981 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
3982 indentation.
3983
3984 * mips-nat.c: Remove file.
3985 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
3986 (mips-nat.o): Remove dependency.
3987
3988 * infptrace.c: Update copyright year.
3989 (fetch_register): Pass NULL in regcache_raw_supply call instead of
3990 explicitly setting the buffer to all zeroes.
3991
3992 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
3993 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
3994
3995 2004-07-30 Andrew Cagney <cagney@gnu.org>
3996
3997 * GDB 6.2 released from gdb_6_2-branch.
3998
3999 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4000
4001 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4002
4003 * exec.c (exec_file_attach):
4004 * nto-tdep.c (nto_find_and_open_solib):
4005 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4006 * solib.c (solib_open):
4007 * somsolib.c (som_solib_sizeof_symbol_table):
4008 * source.c (is_regular_file, openp, open_source_file):
4009 * symfile.c (symfile_bfd_open):
4010 * wince.c (upload_to_device): Differentiate between the search for
4011 binary and source files.
4012
4013 2004-07-30 Andrew Cagney <cagney@gnu.org>
4014
4015 * complaints.c (_initialize_complaints): Pass NULL to
4016 add_setshow_zinteger_cmd for help_doc.
4017 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4018
4019 2004-07-30 Andrew Cagney <cagney@gnu.org>
4020
4021 Fix PR i18n/761.
4022 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4023 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4024 $(PACKAGE).pot and update-po.
4025 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4026 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4027 (update-po): New rules.
4028 (localedir): Define using autoconf.
4029 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4030 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4031 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4032 * configure.in: Generate CATALOGS and LINGUAS from contents of
4033 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4034 * configure: Re-generate.
4035 * po/gdbtext: New file
4036
4037 2004-07-30 Jerome Guitton <guitton@gnat.com>
4038
4039 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4040 order.
4041
4042 2004-07-30 David Lecomber <dsl@sources.redhat.com>
4043
4044 * dwarf2read.c (read_file_scope): Set producer if attribute
4045 present.
4046 (struct dwarf2_cu): Added new member producer.
4047
4048 2004-07-30 Jerome Guitton <guitton@gnat.com>
4049
4050 * inflow.c (kill_command): release file handles in BFD.
4051 * exec.c (exec_file_attach): Ditto.
4052 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4053
4054 2004-07-29 Andrew Cagney <cagney@gnu.org>
4055
4056 * PROBLEMS (mips-irix): Note that it is broken.
4057
4058 2004-07-29 Andrew Cagney <cagney@gnu.org>
4059
4060 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4061 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4062
4063 * config/xm-nbsd.h: Delete file.
4064 * config/arm/xm-nbsd.h: Delete file.
4065 * config/i386/xm-nbsd.h: Delete file.
4066 * config/ns32k/xm-nbsd.h: Delete file.
4067 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4068 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4069 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4070 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4071 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4072
4073 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4074 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4075 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4076 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4077 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4078 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4079
4080 * config/powerpc/xm-linux.h: Delete empty file.
4081 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4082 * config/powerpc/linux.mh (XM_FILE): Delete.
4083 * config/m68k/xm-linux.h: Delete empty file.
4084 * config/m68k/linux.mh (XM_FILE): Delete.
4085 * config/ia64/xm-linux.h: Delete empty file.
4086 * config/ia64/linux.mh (XM_FILE): Delete.
4087 * config/arm/xm-linux.h: Delete empty file.
4088 * config/arm/linux.mh (XM_FILE): Delete.
4089
4090 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4091 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4092 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4093 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4094 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4095 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4096 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4097 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4098
4099 * config/m68k/xm-m68k.h: Delete file.
4100 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4101 copyright.
4102 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4103 * config/pa/xm-linux.h: Delete empty file.
4104 * config/pa/linux.mh (XM_FILE): Delete.
4105 * config/i386/xm-i386.h: Delete empty file.
4106 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4107 "i386/xm-i386.h".
4108 * config/i386/obsdaout.mh (XM_FILE): Delete.
4109 * config/i386/obsd64.mh (XM_FILE): Delete.
4110 * config/i386/fbsd64.mh (XM_FILE): Delete.
4111 * config/i386/nto.mh (XM_FILE): Delete.
4112 * config/i386/obsd.mh (XM_FILE): Delete.
4113 * config/i386/linux64.mh (XM_FILE): Delete.
4114 * config/i386/linux.mh (XM_FILE): Delete.
4115 * config/i386/i386sol2.mh (XM_FILE): Delete.
4116 * config/i386/i386gnu.mh (XM_FILE): Delete.
4117 * config/i386/fbsd.mh (XM_FILE): Delete.
4118 * config/i386/nbsd64.mh (XM_FILE): Delete.
4119
4120 2004-07-29 Andrew Cagney <cagney@gnu.org>
4121
4122 * config/pa/xm-linux.h: Do not include "floatformat.h".
4123 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4124 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4125 * config/i386/xm-i386.h: Do not include "floatformat.h".
4126 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4127 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4128 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4129 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4130 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4131 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4132 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4133 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4134 * configure, config.in: Regenerate.
4135 * configure.host (gdb_host_float_format, gdb_host_double_format)
4136 (gdb_host_long_double_format): Set according to the host.
4137
4138 2004-07-29 Andrew Cagney <cagney@gnu.org>
4139
4140 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4141
4142 2004-07-28 Andrew Cagney <cagney@gnu.org>
4143
4144 * PROBLEMS: Mention threads/1650.
4145 * NEWS: Mention the NPTL fix.
4146
4147 2004-07-28 Andrew Cagney <cagney@gnu.org>
4148
4149 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4150 (add_setshow_cmd_full): Make static.
4151 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4152 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4153 * cli/cli-decode.c (add_setshow_filename_cmd)
4154 (add_setshow_string_cmd): New functions.
4155 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4156 * mips-tdep.c (_initialize_mips_tdep): Update.
4157 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4158 * cli/cli-logging.c (_initialize_cli_logging): Update.
4159 * complaints.c (_initialize_complaints): Update.
4160 * remote.c (_initialize_remote): Update.
4161
4162 2004-07-28 Andrew Cagney <cagney@gnu.org>
4163
4164 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4165 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4166 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4167 print parameters. Make string parameters constant.
4168 * command.h: Update. Update copyright.
4169 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4170 * observer.c (_initialize_observer): Ditto.
4171 * frame.c (_initialize_frame): Ditto.
4172 * complaints.c (_initialize_complaints): Ditto.
4173 * maint.c (_initialize_maint_cmds): Ditto.
4174 * target.c (initialize_targets): Ditto.
4175 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4176 * infcall.c (_initialize_infcall): Ditto.
4177 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4178 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4179 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4180 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4181 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4182
4183 2004-07-28 Andrew Cagney <cagney@gnu.org>
4184
4185 * gdbtypes.c (lookup_primitive_typename): Delete function.
4186 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4187 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4188 * gdbtypes.c (lookup_typename): Ditto.
4189 * f-exp.y (yylex): Ditto.
4190 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4191
4192 * scm-lang.c (c_builtin_types): Delete extern declaration.
4193 (scm_language_defn): Replace
4194 string_char_type and primitive_type_vector with
4195 la_language_arch_info.
4196 * jv-lang.c (java_language_defn): Replace
4197 string_char_type and primitive_type_vector with
4198 la_language_arch_info.
4199 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4200 c_builtin_types in comment.
4201 * c-lang.h (struct language_arch_info): Declare opaque.
4202 (c_language_arch_info): Declare.
4203 (c_builtin_types): Delete declaration.
4204 * c-lang.c (c_language_arch_info): Set string_char_type to
4205 builtin_char, not builtin_true_char. Make global.
4206 (c_builtin_types): Delete array.
4207 (asm_language_defn, minimal_language_defn): Replace
4208 string_char_type and primitive_type_vector with
4209 la_language_arch_info.
4210
4211 2004-07-28 Andrew Cagney <cagney@gnu.org>
4212
4213 * gdbtypes.h (struct builtin_type): Rename true_char to
4214 builtin_true_char.
4215 * gdbtypes.c (gdbtypes_post_init): Update.
4216 * c-lang.c (arch_info): New function.
4217 (enum c_primitive_types): New enum.
4218 (c_language_defn): Instead of string_char_type and
4219 primitive_type_vector set la_language_arch_info.
4220
4221 2004-07-28 Andrew Cagney <cagney@gnu.org>
4222
4223 * language.h (struct language_arch_info): Fix typo
4224 s/primative/primitive/.
4225 * gdbtypes.c (lookup_primitive_typename): Ditto.
4226 * language.c (language_lookup_primitive_type_by_name)
4227 (unknown_language_arch_info): Ditto.
4228
4229 2004-07-27 Andrew Cagney <cagney@gnu.org>
4230
4231 * defs.h (enum language): Add nr_languages.
4232 * language.h (struct language_arch_info): Define.
4233 (struct language_defn): Add la_language_arch_info.
4234 (language_lookup_primative_type_by_name): Declare.
4235 (language_string_char_type): Declare.
4236 * language.c (_initialize_language, language_gdbarch_post_init)
4237 (struct language_gdbarch, language_gdbarch_data): Implement
4238 per-architecture language information.
4239 (unknown_language_arch_info, language_string_char_type)
4240 (language_lookup_primative_type_by_name): New functions.
4241 (unknown_language_defn, auto_language_defn)
4242 (local_language_defn): Set la_language_arch_info to
4243 unknown_language_arch_info.
4244 (unknown_builtin_types): Delete.
4245 * gdbtypes.c (lookup_primitive_typename): Use
4246 language_lookup_primative_type_by_name.
4247 (create_string_type): Use language_string_char_type.
4248 * values.c (value_from_string): Use language_string_char_type.
4249 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4250 * p-lang.c (pascal_language_defn): Ditto.
4251 * m2-lang.c (m2_language_defn): Ditto.
4252 * jv-lang.c (java_language_defn): Ditto.
4253 * objc-lang.c (objc_language_defn): Ditto.
4254 * f-lang.c (f_language_defn): Ditto.
4255 * c-lang.c (c_language_defn, cplus_language_defn)
4256 (asm_language_defn, minimal_language_defn): Ditto.
4257
4258 2004-07-27 Andrew Cagney <cagney@gnu.org>
4259
4260 * gdbtypes.h (struct builtin_type): Declare.
4261 (builtin_type): Declare.
4262 * d10v-tdep.c (d10v_register_type): Use builtin_type.
4263 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4264 (gdbtypes_post_init): New function.
4265 (builtin_type): New function.
4266
4267 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
4268
4269 * remote-m32r-sdi.c: Fix breakpoint bug.
4270 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4271 recv_char_data, recv_long_data): New functions to replace communication
4272 sequences.
4273
4274 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
4275
4276 Document PR threads/1650.
4277 * PROBLEMS (Threads): Document problem with many threads
4278
4279 2004-07-26 Andrew Cagney <cagney@gnu.org>
4280
4281 * gdb-mi.el: Move from here ...
4282 * mi/gdb-mi.el: ... to here.
4283
4284 2004-07-26 Andrew Cagney <cagney@gnu.org>
4285
4286 Problem reported by Ashley Pittman <ashley@quadrics.com>.
4287 * main.c (captured_main): When in batch mode always detach.
4288
4289 2004-07-26 Andrew Cagney <cagney@gnu.org>
4290
4291 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4292 and h8300 as broken.
4293 * NEWS: END-OF-LIFE frame compatibility module.
4294 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4295 specific comments.
4296
4297 2004-07-26 Andrew Cagney <cagney@gnu.org>
4298
4299 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4300 * xcoffsolib.c (_initialize_xcoffsolib): Update.
4301 * wince.c (_initialize_wince): Update.
4302 * win32-nat.c (_initialize_win32_nat): Update.
4303 * varobj.c (_initialize_varobj): Update.
4304 * valops.c (_initialize_valops): Update.
4305 * utils.c (initialize_utils, initialize_utils): Update.
4306 * tui/tui-win.c (_initialize_tui_win): Update.
4307 * top.c (init_main): Update.
4308 * symfile.c (_initialize_symfile): Update.
4309 * source.c (_initialize_source): Update.
4310 * somsolib.c (_initialize_som_solib): Update.
4311 * solib.c (_initialize_solib): Update.
4312 * solib-frv.c (_initialize_frv_solib): Update.
4313 * serial.c (_initialize_serial): Update.
4314 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4315 * remote.c (_initialize_remote, _initialize_remote): Update.
4316 * remote-vx.c (_initialize_vx): Update.
4317 * remote-utils.c (_initialize_sr_support): Update.
4318 * remote-sds.c (_initialize_remote_sds): Update.
4319 * remote-mips.c (_initialize_remote_mips): Update.
4320 * remote-e7000.c (_initialize_remote_e7000): Update.
4321 * proc-api.c (_initialize_proc_api): Update.
4322 * printcmd.c: Update.
4323 * parse.c (_initialize_parse): Update.
4324 * pa64solib.c (_initialize_pa64_solib): Update.
4325 * p-valprint.c (_initialize_pascal_valprint): Update.
4326 * monitor.c (_initialize_remote_monitors): Update.
4327 * mips-tdep.c (_initialize_mips_tdep): Update.
4328 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4329 * maint.c (_initialize_maint_cmds): Update.
4330 * lin-lwp.c (_initialize_lin_lwp): Update.
4331 * language.c (_initialize_language): Update.
4332 * kod.c (_initialize_kod): Update.
4333 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4334 * i386-tdep.c (_initialize_i386_tdep): Update.
4335 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4336 * gdbarch.sh: Update.
4337 * gdbarch.c: Re-generate.
4338 * gdb-events.sh: Update.
4339 * gdb-events.c: Re-generate.
4340 * frame.c (_initialize_frame): Update.
4341 * exec.c: Update.
4342 * demangle.c (_initialize_demangler): Update.
4343 * dcache.c (_initialize_dcache): Update.
4344 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4345 * cp-valprint.c (_initialize_cp_valprint): Update.
4346 * corefile.c (_initialize_core): Update.
4347 * command.h: Update.
4348 * cli/cli-decode.h: Update.
4349 * cli/cli-cmds.c (init_cli_cmds): Update.
4350 * charset.c (_initialize_charset): Update.
4351 * breakpoint.c (_initialize_breakpoint): Update.
4352 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4353 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4354 * aix-thread.c (_initialize_aix_thread): Update.
4355
4356 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4357
4358 Partial fix for PR backtrace/1718.
4359 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4360 that GCC migrates into the prolugue. Don't handle any
4361 instructions that clobber %ebx.
4362
4363 2004-07-23 Andrew Cagney <cagney@gnu.org>
4364
4365 Use regcache_raw_collect instead of regcache_collect.
4366 * regcache.h (regcache_collect): Delete declaration.
4367 * regcache.c (regcache_colect): Delete function.
4368 * win32-nat.c (do_child_store_inferior_registers): Update.
4369 * sol-thread.c (sol_thread_store_registers): Update.
4370 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
4371 * rs6000-nat.c (store_register): Update.
4372 * remote.c (store_register_using_P, remote_store_registers): Update.
4373 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
4374 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
4375 (fill_vrregset, store_spe_registers, fill_gregset)
4376 (fill_gregset): Update.
4377 * nto-procfs.c (procfs_store_registers): Update.
4378 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
4379 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
4380 * m68klinux-nat.c (store_register, fill_gregset): Update.
4381 * m68k-tdep.c (fill_gregset): Update.
4382 * infptrace.c (store_register): Update.
4383 * i386-nto-tdep.c (i386nto_regset_fill): Update.
4384 * i386-linux-nat.c (store_register, fill_gregset): Update.
4385 * hppa-linux-nat.c (fill_gregset): Update.
4386 * go32-nat.c (store_register): Update.
4387 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
4388 (store_fp_regs): Update.
4389 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
4390 (store_nwfpe_extended, store_fpregister, store_fpregs)
4391 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
4392 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
4393 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
4394 (store_regs_user_thread, store_regs_kernel_thread): Update.
4395
4396 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4397
4398 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
4399 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
4400 encoding.
4401 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
4402 member of `struct comp_unit'.
4403
4404 2004-07-23 Andrew Cagney <cagney@gnu.org>
4405
4406 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
4407 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
4408
4409 2004-07-23 Martin Hunt <hunt@redhat.com>
4410 Kevin Buettner <kevinb@redhat.com>
4411
4412 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
4413 alignment was being added to the offset instead of multiplied.
4414
4415 2004-07-23 Mark Kettenis <kettenis@gnu.org>
4416
4417 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
4418 changed signal trampoline in OpenBSD 3.5-current.
4419
4420 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
4421 <machine/pcb.h> and "bsd-kvm.h".
4422 (sparc64nbsd_supply_pcb): New function.
4423 (_initialize_sparc64nbsd_nat): Renamed from
4424 _initialize_sparcnbsd_nat. Enable libkvm interface.
4425 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
4426 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
4427 (LOADLIBES): New variable.
4428
4429 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
4430
4431 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
4432
4433 2004-07-21 Andrew Cagney <cagney@gnu.org>
4434
4435 Use regcache_raw_supply instead of supply_register.
4436 * regcache.h (supply_register): Delete declaration.
4437 * regcache.c (supply_register): Delete function.
4438 * wince.c (do_child_fetch_inferior_registers): Update.
4439 * win32-nat.c (do_child_fetch_inferior_registers)
4440 (fetch_elf_core_registers): Update.
4441 * v850ice.c (v850ice_fetch_registers): Update.
4442 * thread-db.c (thread_db_store_registers): Update.
4443 * sol-thread.c (sol_thread_store_registers): Update.
4444 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
4445 * rs6000-nat.c (fetch_register): Update.
4446 * rom68k-rom.c (rom68k_supply_one_register): Update.
4447 * remote.c (remote_wait, remote_async_wait): Update.
4448 * remote-st.c (get_hex_regs): Update.
4449 * remote-sim.c (gdbsim_fetch_register): Update.
4450 * remote-sds.c (sds_fetch_registers): Update.
4451 * remote-rdp.c (remote_rdp_fetch_register): Update.
4452 * remote-rdi.c (arm_rdi_fetch_registers): Update.
4453 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
4454 * remote-m32r-sdi.c (m32r_fetch_register): Update.
4455 * remote-hms.c (init_hms_cmds): Update.
4456 * remote-est.c (init_est_cmds): Update.
4457 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
4458 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
4459 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
4460 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
4461 (fetch_register, supply_vrregset, supply_vrregset)
4462 (fetch_spe_registers): Update.
4463 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
4464 * monitor.c (monitor_supply_register): Update.
4465 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
4466 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
4467 (mipsnbsd_supply_fpreg): Update.
4468 * mips-nat.c (fetch_inferior_registers)
4469 (fetch_core_registers): Update.
4470 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
4471 (supply_fpregset, mips64_supply_gregset)
4472 (mips64_supply_fpregset): Update.
4473 * m68klinux-nat.c (fetch_register, supply_gregset)
4474 (supply_fpregset): Update.
4475 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
4476 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
4477 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
4478 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
4479 * infptrace.c (fetch_register): Update.
4480 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
4481 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
4482 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
4483 (gnu_fetch_registers, gnu_store_registers): Update.
4484 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
4485 * i386-linux-nat.c (fetch_register, supply_gregset)
4486 (dummy_sse_values): Update.
4487 * hpux-thread.c (hpux_thread_fetch_registers): Update.
4488 * hppah-nat.c (fetch_register): Update.
4489 * hppa-linux-nat.c (fetch_register, supply_gregset)
4490 (supply_fpregset): Update.
4491 * go32-nat.c (fetch_register): Update.
4492 * dve3900-rom.c (fetch_bitmapped_register)
4493 (_initialize_r3900_rom): Update.
4494 * cris-tdep.c (supply_gregset): Update.
4495 * abug-rom.c (init_abug_cmds): Update.
4496 * core-aout.c (fetch_core_registers): Update.
4497 * armnbsd-nat.c (supply_gregset, supply_fparegset)
4498 (fetch_register, fetch_fp_register): Update.
4499 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
4500 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
4501 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
4502 * alphanbsd-tdep.c (fetch_core_registers): Update.
4503 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
4504 * alpha-nat.c (fetch_osf_core_registers)
4505 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
4506 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
4507 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
4508
4509 2004-07-21 Andrew Cagney <cagney@gnu.org>
4510
4511 * PROBLEMS: Mention breakpoints/1702.
4512 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
4513 that is known to work.
4514
4515 2004-07-21 Andrew Cagney <cagney@gnu.org>
4516
4517 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
4518 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
4519 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
4520 (handle_inferior_event): Wrap call to deprecated
4521 IGNORE_HELPER_CALL in #ifdef.
4522 * config/mips/tm-nbsd.h: Update.
4523
4524 2004-07-20 Jim Blandy <jimb@redhat.com>
4525
4526 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
4527 bfd_mach_ppc has no segment registers.
4528
4529 Include PowerPC SPR numbers for special-purpose registers.
4530 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
4531 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
4532 new member in initializer.
4533 (S, S4, SN4, S64): New macros for defining special-purpose
4534 registers.
4535 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
4536 registers_403, registers_403GC, registers_505, registers_860,
4537 registers_601, registers_602, registers_603, registers_604,
4538 registers_750, registers_e500): Use them.
4539
4540 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
4541 replace references with expression used to initialize variable.
4542
4543 2004-07-20 Andrew Cagney <cagney@gnu.org>
4544
4545 * breakpoint.c (deprecated_read_memory_nobpt): Rename
4546 read_memory_nobpt.
4547 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
4548 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
4549 (s390_sigtramp_frame_sniffer): Update.
4550 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
4551 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
4552 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
4553 (mips32_fetch_instruction): Update.
4554 * mcore-tdep.c (get_insn): Update.
4555 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
4556 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
4557 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
4558 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4559 (i386_linux_rt_sigtramp_start): Update.
4560 * i386-linux-nat.c (child_resume): Update.
4561 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
4562 * hppa-linux-tdep.c (insns_match_pattern): Update.
4563 * gdbcore.h: Update.
4564 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
4565 * frame.c (safe_frame_unwind_memory): Update.
4566 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
4567 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
4568 * alpha-tdep.c (alpha_read_insn): Update.
4569
4570 2004-07-20 Andrew Cagney <cagney@gnu.org>
4571
4572 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
4573 containing both bytes and mask. Add "frame_type".
4574 * tramp-frame.c (tramp_frame_start): Update.
4575 (tramp_frame_prepend_unwinder): Update.
4576 * mips-linux-tdep.c (mips_linux_o32_sigframe)
4577 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4578 (mips_linux_n64_rt_sigframe): Update. Make "static const".
4579 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
4580
4581 2004-07-19 Eli Zaretskii <eliz@gnu.org>
4582
4583 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
4584 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
4585 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
4586 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
4587
4588 2004-07-17 Andrew Cagney <cagney@gnu.org>
4589
4590 * NEWS, PROBLEMS: Update for 6.2.
4591
4592 * README: Update to 6.2.
4593
4594 * utils.c (xvasprintf): Call xstrvprintf.
4595
4596 * parse.c: Update copyright.
4597 (null_post_parser): Eliminate ARGSUSED.
4598
4599 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
4600 * tui/tui-win.c (tui_get_cmd_list): Ditto.
4601 * symfile-mem.c (_initialize_symfile_mem): Ditto.
4602
4603 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
4604 * ppc-linux-nat.c: Use "Linux kernel".
4605 * hppa-linux-tdep.c: Use GNU/Linux.
4606 * hppa-linux-nat.c: Use GNU/Linux.
4607 * dwarfread.c: Add [sic] to use of Linux.
4608
4609 * hppa-linux-nat.c: Do not include <string.h>.
4610 (supply_fpregset): Remove "register" attribute.
4611
4612 * solib-frv.c (fetch_loadmap): Use xfree, not free.
4613
4614 2004-07-17 Mark Kettenis <kettenis@gnu.org>
4615
4616 * configure.in: Define _MSE_INT_H on Solaris 9 too.
4617 * configure, config.in: Regenerated.
4618
4619 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4620 "bsd-kvm.h".
4621 (vaxbsd_supply_pcb): New function.
4622 (_initialize_vaxbsd_nat): New prototype and function.
4623 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
4624 solib-sunos.o.
4625 (LOADLIBES): New variable.
4626 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4627 (LOADLIBES): New variable.
4628 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4629 (LOADLIBES): New variable.
4630 * Makefile.in (vaxbsd-nat.o): Update dependencies.
4631
4632 2004-07-16 Andrew Cagney <cagney@gnu.org>
4633
4634 * defs.h (event_loop_p): Replace variable declaration with macro,
4635 always 1.
4636 * main.c (captured_main): Delete options "-async" and "-noasync".
4637 (event_loop_p): Delete variable.
4638 * NEWS: Mention that "-async" and "-noasync" were removed.
4639
4640 2004-07-16 Andrew Cagney <cagney@gnu.org>
4641
4642 * remote-m32r-sdi.c: Re-indent.
4643
4644 2004-07-16 Jim Blandy <jimb@redhat.com>
4645
4646 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
4647 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
4648 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
4649 missing MPC823 SPRs.
4650 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
4651 incorrect. (This was corrected in GDB's register name tables on
4652 2004-07-14.)
4653
4654 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
4655 should be "esasrr" ("ESA Save and Restore Register").
4656
4657 2004-07-16 Andrew Cagney <cagney@gnu.org>
4658
4659 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
4660 calls, no longer applicable. Update comments and rename parameter
4661 "step_frame" to "return_frame".
4662
4663 2004-07-16 Andrew Cagney <cagney@gnu.org>
4664
4665 * frame.c (fprint_field): New function.
4666 (fprint_frame_id): Use fprint_field.
4667
4668 2004-07-15 Joel Brobecker <brobecker@gnat.com>
4669
4670 * ada-lang.c (ada_language_defn): Remove commented out code.
4671
4672 2004-07-15 Jim Blandy <jimb@redhat.com>
4673
4674 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
4675 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
4676
4677 2004-07-14 Jim Blandy <jimb@redhat.com>
4678
4679 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
4680
4681 * ppc-tdep.h (ppc_num_vrs): New enum constant.
4682
4683 * ppc-tdep.h (ppc_num_srs): New enum constant.
4684
4685 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
4686 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
4687 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
4688 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
4689 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
4690 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
4691 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
4692 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
4693 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
4694 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
4695 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
4696 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
4697 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
4698 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
4699 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
4700 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
4701 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
4702 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
4703 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
4704 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
4705 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
4706 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
4707 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
4708 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
4709 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
4710 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
4711 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
4712 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
4713 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
4714 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
4715 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
4716 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
4717 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
4718 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
4719 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
4720 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
4721 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
4722 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
4723 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
4724 special-purpose register numbers.
4725
4726 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
4727 manual mentions 'md_twb', but many mention 'm_twb', and at that
4728 point in the register list.)
4729
4730 2004-07-14 Andrew Cagney <cagney@gnu.org>
4731
4732 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
4733 instead of "internal-error".
4734
4735 2004-07-10 Joel Brobecker <brobecker@gnat.com>
4736
4737 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
4738 that was inserted inside a comment.
4739
4740 2004-07-10 Randolph Chung <tausq@debian.org>
4741
4742 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
4743 function.
4744 (hppa_hpux_push_dummy_code): New function.
4745 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
4746 Set find_global_pointer method.
4747
4748 2004-07-10 Mark Kettenis <kettenis@gnu.org>
4749
4750 * NEWS: Mention BSD libkvm interface.
4751
4752 2004-07-10 Michael Snyder <msnyder@redhat.com>
4753
4754 * symfile.c (generic_load): Comment typo.
4755 * stack.c (get_selected_block): Ditto.
4756 * regcache.c (regcache_cooked_read): Ditto.
4757 * monitor.c (monitor_debug): Ditto.
4758 * mips-tdep.c (mips_read_pc): Ditto.
4759 * i386-linux-nat.c (ps_get_thread_area): Ditto.
4760 * gdb_mbuild.sh: Ditto.
4761 * gdbarch.sh: Ditto.
4762 * gdbarch.h: Ditto.
4763
4764 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
4765
4766 * ada-tasks.c: Remove file.
4767
4768 Remove ARI problems:
4769
4770 * ada-exp.y (write_var_from_sym): Reformat to put operator at
4771 beginning of line.
4772
4773 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
4774 Add comment.
4775 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
4776 (MIN_OF_SIZE): Rename min_of_size. Add comment.
4777 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
4778 (UMIN_OF_SIZE): Remove.
4779 (max_of_type): New function to replace orphan macro in gdbtypes.h
4780 (min_of_type): Ditto.
4781 (discrete_type_high_bound): Use max_of_type.
4782 (discrete_type_low_bound): Use min_of_type.
4783 (possible_user_operator_p): Move operator to beginning of line.
4784 (ada_is_variant_part): Ditto.
4785 (ensure_lval): Rewrite to avoid deprecated operations.
4786 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
4787 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
4788 (ada_enum_name): Remove assignments in 'if' statements.
4789 (build_ada_types): Add gdbarch parameter.
4790 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
4791 with gdbarch_data_register_post_init.
4792 Use add_setshow_uinteger_cmd rather than add_set_cmd and
4793 add_show_from_set.
4794
4795 * ada-valprint.c (inspect_it): Remove declaration.
4796 (repeat_count_threshold): Remove declaration.
4797 (ada_print_floating): Remove assignments in 'if' statements.
4798 (print_str): Move operator to beginning of line.
4799
4800 2004-07-08 Jim Blandy <jimb@redhat.com>
4801
4802 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
4803
4804 2004-07-08 Bob Rossi <bob@brasko.net>
4805
4806 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
4807
4808 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
4809
4810 * language.h (struct_language_defn): Add new function pointer:
4811 la_class_name_from_physname. Also add new prototype for
4812 language_class_name_from_physname.
4813 * language.c (language_class_name_from_physname): New function.
4814 (unk_lang_class_name): Ditto.
4815 (unknown_language_defn, auto_language_defn): Change
4816 to add unk_lang_class_name function pointer for
4817 la_class_name_from_physname.
4818 (local_language_defn): Ditto.
4819 * dwarf2read.c (guess_structure_name): Change to call
4820 language_class_name_from_physname.
4821 (determine_class_name): Ditto.
4822 * cp-support.c (class_name_from_physname): Renamed.
4823 (cp_class_name_from_physname): New name of function.
4824 * cp-support.h: Ditto.
4825 * c-lang.c (c_language_defn): Change to add NULL
4826 for class_name_from_physname function pointer.
4827 (cplus_language_defn): Change to add cp_class_name_from_physname.
4828 * jv-lang.c (java_class_name_physname): New function.
4829 (java_find_last_component): New static routine.
4830 (java_language_defn): Add java_class_name_from_physname pointer.
4831 * ada-lang.c (ada_language_defn): Change to add NULL
4832 for class_name_from_physname function pointer.
4833 * f-lang.c (f_language_defn): Ditto.
4834 * m2-lang.c (m2_language_defn): Ditto.
4835 * objc-lang.c (objc_language_defn): Ditto.
4836 * p-lang.c (pascal_language_defn): Ditto.
4837 * scm-lang.c (scm_language_defn): Ditto.
4838
4839 2004-07-06 Andrew Cagney <cagney@gnu.org>
4840
4841 Patch from Bart Robinson.
4842 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
4843 (O_LARGEFILE): Define to 0, if not defined.
4844
4845 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4846
4847 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
4848 <machine/pcb.h> and "bsd-kvm.h".
4849 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
4850 (m68kbsd_supply_pcb): New function.
4851 (_initialize_m68kbsd_nat): New prototype and function.
4852 * Makefile.in (m68kbsd-nat.o): Update dependencies.
4853 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4854 (LOADLIBES): New variable.
4855 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4856 (LOADLIBES): New variable.
4857
4858 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
4859
4860 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4861
4862 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
4863 <sys/proc.h>.
4864 (bsd_kvm_cmdlist): New variable.
4865 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
4866 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
4867 command and "kvm proc" command.
4868 * Makefile.in (bsd-kvm.o): Update dependencies.
4869
4870 2004-07-02 Mark Kettenis <kettenis@gnu.org>
4871
4872 * osabi.c: Update copyright year.
4873 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
4874 notes if EI_OSABI is set to ELFOSABI_HPUX.
4875
4876 2004-07-01 Michael Snyder <msnyder@redhat.com>
4877
4878 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
4879 that seems to have gotten whacked out of line.
4880
4881 2004-07-01 Mark Kettenis <kettenis@gnu.org>
4882
4883 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
4884 code.
4885
4886 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4887
4888 * ada-lang.c (decode_packed_array): Minor change to comment.
4889 (ada_value_slice_ptr): New function.
4890 (ada_value_slice): New function.
4891 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
4892 test. Don't know why it is there.
4893 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
4894 to avoid dereferencing huge arrays from which one is slicing.
4895 (empty_array): Correct to return an array rather than
4896 a subrange value.
4897 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4898 on empty arrays (let'em use 'FIRST instead).
4899
4900 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4901
4902 Address complaints from gdb_ari.sh:
4903
4904 * ada-exp.y: Include gdb_string.h rather than string.h.
4905 (convert_char_literal): Reformat declaration.
4906 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4907 * ada-lex.l: Change use of free to xfree (the macro would do so
4908 anyway, but this is harmless).
4909 Include gdb_string.h rather than string.h.
4910 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4911
4912 * ada-lang.c (parse): Remove K&Rism in parameter list.
4913 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4914
4915 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4916
4917 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
4918 dead code.
4919
4920 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4921
4922 * alphabsd-nat.c: Update copyright year.
4923 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
4924
4925 2004-06-29 Joel Brobecker <brobecker@gnat.com>
4926
4927 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
4928 (i386_cygwin_in_solib_call_trampoline): New function.
4929 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
4930 and skip_trampoline_code gdbarch methods.
4931
4932 2004-06-29 Jim Blandy <jimb@redhat.com>
4933
4934 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
4935 name actually used in the dependency lists.
4936
4937 2004-06-29 Randolph Chung <tausq@debian.org>
4938
4939 * NEWS (New native configurations): Mention GNU/Linux/hppa.
4940
4941 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4942
4943 * win32-nat.c (child_pid_to_exec_file): New function.
4944 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
4945 functionality.
4946
4947 2004-06-28 Andrew Cagney <cagney@gnu.org>
4948
4949 * defs.h (xstrvprintf): Declare.
4950 * utils.c (xstrvprintf): New function.
4951 (internal_vproblem, xstrprintf, xasprintf)
4952 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
4953 * serial.c (serial_printf): Ditto.
4954 * complaints.c (vcomplaint): Ditto.
4955
4956 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4957
4958 * infcmd.c (attach_command): Move call to target_terminal_inferior
4959 behind loading symbol table.
4960
4961 2004-06-28 Andrew Cagney <cagney@gnu.org>
4962
4963 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
4964 change - add back extern deprecated_ui_loop_hook declaration.
4965
4966 2004-06-28 Andrew Cagney <cagney@gnu.org>
4967
4968 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
4969 xstrprintf.
4970 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
4971 (c_value_of_variable): Ditto.
4972 * utils.c (internal_vproblem): Ditto.
4973 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
4974 * remote.c (add_packet_config_cmd): Ditto.
4975 * remote-rdp.c (rdp_set_command_line): Ditto.
4976 * regcache.c (regcache_dump): Ditto.
4977 * frv-tdep.c (new_variant, new_variant): Ditto.
4978 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
4979 (fbsd_find_memory_regions): Ditto.
4980 * breakpoint.c (create_thread_event_breakpoint)
4981 (create_breakpoints): Ditto.
4982 * aix-thread.c (aix_thread_pid_to_str): Ditto.
4983 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
4984
4985 2004-06-28 Joel Brobecker <brobecker@gnat.com>
4986
4987 * ada-lang.c: Re-indent file, with some massaging to help indent
4988 a bit when the result is otherwise really too ugly.
4989
4990 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4991
4992 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
4993 code_addr_p and special_addr_p to 'unsigned int'.
4994
4995 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4996
4997 * i386v4-nat.c: Update copyright year and tweak comment.
4998 (regmap): Remove trailing comma.
4999 (supply_gregset): Rename local variable i to regnum. Call
5000 regcache_raw_supply instead of supply_register.
5001 (fill_gregset): Rename argument regno to regnum. Call
5002 regcache_raw_collect instead of regcache_collect.
5003
5004 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5005
5006 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5007 and special_addr_p.
5008 (frame_id_build, frame_id_build_special): Update comments.
5009 (frame_id_build_wild): New prototype.
5010 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5011 struct frame_id fields.
5012 (frame_id_build_wild): New function.
5013 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5014
5015 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5016
5017 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5018 hppabsd-tdep.c.
5019
5020 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5021
5022 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5023
5024 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5025
5026 * ada-lang.c: Re-indent file.
5027
5028 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5029
5030 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5031 (no_symtab_msg): Likewise.
5032
5033 2004-06-27 Andreas Schwab <schwab@suse.de>
5034
5035 * source.c: Fix whitespace.
5036
5037 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5038
5039 * configure.in: Include <sys/param.h> for td_pcb test.
5040 * configure: Regenerated.
5041
5042 * i386nbsd-nat.c: New file.
5043 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5044 i386obsd-nat.c and i386obsd-tdep.c.
5045 (i386nbsd-nat.o): New dependency.
5046 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5047 bsd-kvm.o.
5048 (LOADLIBES): New variable.
5049 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5050 bsd-kvm.o.
5051 (LOADLIBES): New variable.
5052
5053 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5054 (LOADLIBES): New variable.
5055
5056 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5057 fetching from BSD_KVM_PADDR. Correctly lookup address for
5058 "_thread0".
5059
5060 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5061 "bsd-kvm.h".
5062 (amd64fbsd_supply_pcb): New funcion.
5063 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5064
5065 2004-06-27 <david@streamline-computing.com>
5066
5067 Partial fix for PR cli/1056.
5068 * valarith.c: Check for zero in division and remainder
5069 evaluation.
5070
5071 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5072
5073 * i387-tdep.c: Remove excessive whitespace.
5074
5075 2004-06-26 Andrew Cagney <cagney@gnu.org>
5076
5077 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5078 * gdb-events.h, gdb-events.c: Re-generate.
5079 * tui/tui-hooks.c (tui_install_hooks): Update.
5080 (tui_remove_hooks): Update.
5081 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5082
5083 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5084
5085 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5086 (gregset_t, fpregset_t): Remove typedefs.
5087 (REG_OFFSET): Rename argument.
5088 (amd64bsd_r_reg_offset): Rename from reg_offset.
5089 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5090 Remove functions.
5091 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5092 of reg_offset.
5093 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5094
5095 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5096
5097 * vax-tdep.c: Tweak comment.
5098
5099 Add OpenBSD/hppa support.
5100 * NEWS (New native configurations): Mention OpenBSD/hppa.
5101 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5102 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5103 files.
5104 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5105 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5106 * configure.host: Add hppa*-*-openbsd*.
5107 * configure.tgt: Add hppa*-*-openbsd*.
5108
5109 2004-06-25 Andrew Cagney <cagney@gnu.org>
5110
5111 * defs.h (deprecated_ui_loop_hook): Deprecated.
5112 * wince.c (child_wait): Update.
5113 * win32-nat.c (child_wait): Update.
5114 * v850ice.c (v850ice_wait): Update.
5115 * top.c (deprecated_ui_loop_hook): Update.
5116 * serial.h: Update.
5117 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5118 (do_unix_readchar): Update.
5119 * ser-tcp.c (net_open): Update.
5120 * remote-sim.c (gdb_os_poll_quit): Update.
5121 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5122
5123 2004-06-24 Andrew Cagney <cagney@gnu.org>
5124
5125 * defs.h (deprecated_pre_add_symbol_hook)
5126 (deprecated_post_add_symbol_hook): Deprecated.
5127 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5128 (symbol_file_add_with_addrs_or_offsets): Update references.
5129
5130 2004-06-24 Andrew Cagney <cagney@gnu.org>
5131
5132 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5133 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5134 * wince.c (ui_loop_hook): Delete extern declaration.
5135 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5136 * v850ice.c (ui_loop_hook): Delete extern declaration..
5137 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5138 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5139 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5140 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5141 ui_loop_hook declaration.
5142
5143 2004-06-24 Andrew Cagney <cagney@gnu.org>
5144
5145 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5146 entry_func_highpc fields.
5147 * objfiles.c (init_entry_point_info): Do not clear
5148 entry_func_lowpc and entry_func_highpc.
5149 (objfile_relocate): Do not relocate entry_func_lowpc and
5150 entry_func_highpc.
5151 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5152 entry_func_highpc.
5153 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5154 entry_func_highpc.
5155 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5156 entry_func_lowpc and entry_func_highpc with call to
5157 inside_entry_func.
5158
5159 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5160
5161 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5162 quad-precision floating point arguments in registers.
5163
5164 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5165
5166 From Michael Mueller <m.mueller99@kay-mueller.de>:
5167 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5168 account.
5169
5170 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5171
5172 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5173 to -1.
5174 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5175 untriggered watchpoints to a separate if clause. Update function
5176 comment regarding STOPPED_BY_WATCHPOINT argument.
5177
5178 2004-06-22 Jim Blandy <jimb@redhat.com>
5179
5180 * gdbarch.sh: Doc fix.
5181
5182 2004-06-21 Martin Hunt <hunt@redhat.com>
5183 Kevin Buettner <kevinb@redhat.com>
5184
5185 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5186 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5187 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5188 to set_gdbarch_sp_regnum(). Use cooked register number.
5189 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5190
5191 2004-06-21 Andrew Cagney <cagney@gnu.org>
5192
5193 * gdbarch.sh: When the macro field is empty, do not generate a
5194 macro definition. When the macro field is "=", generate the macro
5195 name from the upper-case function name.
5196 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5197 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5198 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5199 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5200 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5201 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5202 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5203 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5204 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5205 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5206 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5207 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5208 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5209 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5210 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5211 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5212 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5213 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5214 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5215 (DEPRECATED_USE_STRUCT_CONVENTION)
5216 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5217 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5218 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5219 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5220 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5221 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5222 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5223 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5224 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5225 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5226 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5227 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5228 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5229 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5230 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5231 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5232 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5233 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5234
5235 2004-06-21 Andrew Cagney <cagney@gnu.org>
5236
5237 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5238 macro name, and the function rather than macro value. Only wrap
5239 macro print statements in #ifdef. Move format logic to where it
5240 is needed.
5241 * gdbarch.c: Re-generate.
5242
5243 * gdbarch.sh (read): Delete "print_p" and "description", add
5244 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5245 Delete references to print_p.
5246 (TARGET_ARCHITECTURE): Delete print predicate.
5247 * gdbarch.c: Re-generate.
5248
5249 * gdbarch.sh: Check that multi-arch methods do not provide a
5250 macro.
5251 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5252 (print_registers_info, print_float_info, print_vector_info)
5253 (adjust_breakpoint_address, remote_translate_xfer_address)
5254 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5255 (address_class_type_flags_to_name, unwind_sp): Remove the macro
5256 name from the multi-arch definition.
5257
5258 2004-06-20 Andrew Cagney <cagney@gnu.org>
5259
5260 * gdbarch.sh: Sort by the function, instead of macro name.
5261 * gdbarch.c: Re-generate.
5262
5263 2004-06-20 Andrew Cagney <cagney@gnu.org>
5264
5265 * gdbarch.sh: Use the function, instead of macro name in
5266 errors and the log file.
5267 (return_value): Remove stray ":" in spec.
5268
5269 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5270 * gdbarch.h, gdbarch.c: Re-generate.
5271 * Makefile.in (arch-utils.o): Update dependencies.
5272 * values.c (using_struct_return): Move code calling
5273 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5274 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5275 to legacy_return_value, simplify.
5276 * infcmd.c (print_return_value): Move code calling
5277 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5278 to legacy_return_value, simplify.
5279 * infcall.c (call_function_by_hand): Move code calling
5280 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5281 * arch-utils.c: Update copyright. Include "gdbcore.h".
5282 (legacy_return_value): New function.
5283 * arch-utils.h: Update copyright.
5284 (legacy_return_value): Declare.
5285
5286 2004-06-20 Andrew Cagney <cagney@gnu.org>
5287
5288 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5289 * gdbarch.h, gdbarch.c: Re-generate.
5290 * values.c (using_struct_return): Update call.
5291 * mcore-tdep.c: Update comment.
5292 * infcall.c (call_function_by_hand): Update comment.
5293 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5294 * arch-utils.h (always_use_struct_convention): Update.
5295 * v850-tdep.c (v850_gdbarch_init): Update.
5296 * sh64-tdep.c (sh64_gdbarch_init): Update.
5297 * sh-tdep.c (sh_gdbarch_init): Update.
5298 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5299 * mips-tdep.c (mips_gdbarch_init): Update.
5300 * mcore-tdep.c (mcore_gdbarch_init): Update.
5301 * m32r-tdep.c (m32r_gdbarch_init): Update.
5302 * ia64-tdep.c (ia64_gdbarch_init): Update.
5303 * h8300-tdep.c (h8300_gdbarch_init): Update.
5304 * frv-tdep.c (frv_gdbarch_init): Update.
5305 * cris-tdep.c (cris_gdbarch_init): Update.
5306 * arm-tdep.c (arm_gdbarch_init): Update.
5307 * alpha-tdep.c (alpha_gdbarch_init): Update.
5308
5309 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
5310
5311 * PROBLEMS: Add more specific information, and a work-around,
5312 for PR gdb/1458.
5313
5314 2004-06-18 Andrew Cagney <cagney@gnu.org>
5315
5316 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5317 * gdbarch.h, gdbarch.c: Re-generate.
5318 * ada-lang.c (ada_finish_decode_line_1): Update.
5319 * infrun.c (handle_inferior_event): Update.
5320 * infcall.c (find_function_addr): Update.
5321 * linespec.c (minsym_found): Update.
5322 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5323 Update.
5324 * blockframe.c (legacy_frameless_look_for_prologue): Update.
5325 * cli/cli-cmds.c (disassemble_command): Update.
5326 * vax-tdep.c (vax_gdbarch_init): Update.
5327
5328 2004-06-18 Mark Kettenis <kettenis@gnu.org>
5329
5330 * i386-tdep.c (i386_collect_fpregset): Fix comment.
5331
5332 2004-06-17 Andrew Cagney <cagney@gnu.org>
5333
5334 GDB 6.1.1 released from the GDB 6.1 branch.
5335 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5336 * PROBLEMS: Ditto.
5337
5338 2004-06-16 Daniel Jacobowitz <dan@debian.org>
5339
5340 PR gdb/1658
5341 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5342 operation as a uleb128. Found by Michael Coulter.
5343
5344 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
5345
5346 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5347 make it non-static.
5348 * ada-lang.h (task_control_block): declaration moved from ada-task.c
5349 to ada-lang.h; this is needed to be able to implement the kill command
5350 in multi-task mode.
5351 (task_ptid): Ditto.
5352 (task_entry): Ditto.
5353 (task_list): Ditto.
5354 (ada_build_task_list): Ditto.
5355
5356 * ada-lang.c: Conditionalize routines and data structures related
5357 to breakpoints, exceptions, completion, and symbol caching on
5358 GNAT_GDB, since these are not yet used in the submitted public sources.
5359 (ada_main_name): Editorial: Move definition out of exception-related
5360 code.
5361
5362 2004-06-15 Andrew Cagney <cagney@gnu.org>
5363
5364 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5365 deprecated_pc_in_call_dummy.
5366
5367 2004-06-15 Alan Modra <amodra@bigpond.net.au>
5368
5369 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
5370 bfd_get_section_size_before_reloc or _raw_size.
5371 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
5372 * dwarf2read.c (dwarf2_locate_sections): Likewise.
5373 (dwarf2_read_section): Likewise.
5374 * elfread.c (elf_locate_sections): Likewise.
5375 * gcore.c (derive_heap_segment): Likewise.
5376 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
5377 * remote-e7000.c (e7000_load): Likewise.
5378 * remote-m32r-sdi.c (m32r_load): Likewise.
5379 * remote-mips.c (mips_load_srec): Likewise.
5380 (pmon_load_fast): Likewise.
5381 * remote.c (compare_sections_command): Likewise.
5382 * symfile.c (add_section_size_callback): Likewise.
5383 (load_section_callback): Likewise.
5384 (pc_in_unmapped_range): Likewise.
5385 (pc_in_mapped_range): Likewise.
5386 (sections_overlap): Likewise.
5387 (list_overlays_command): Likewise.
5388 (simple_overlay_update_1): Likewise.
5389 (simple_overlay_update): Likewise.
5390 * tracepoint.c (remote_set_transparent_ranges): Likewise.
5391 * win32-nat.c (core_section_load_dll_symbols): Likewise.
5392
5393 2004-06-14 Randolph Chung <tausq@debian.org>
5394
5395 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
5396 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
5397 static.
5398 (hppa_hpux_inferior_created): New function.
5399 (hppa_hpux_init_abi): Register observer.
5400 * symfile.c (hp_cxx_exception_support_initialized)
5401 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
5402 (symbol_file_add_main_1, symbol_file_clear): Likewise.
5403
5404 2004-06-14 Randolph Chung <tausq@debian.org>
5405
5406 * MAINTAINERS (Write After Approval): Alphabetize my entry
5407 correctly.
5408
5409 2004-06-14 Andrew Cagney <cagney@gnu.org>
5410
5411 * MAINTAINERS (testsuite): List Michael Chastain as the lead
5412 testsuite maintainer.
5413
5414 2004-06-13 Andrew Cagney <cagney@gnu.org>
5415
5416 * infcmd.c (print_return_value): Fix logic, allow
5417 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
5418
5419 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
5420 defining any macros.
5421 * gdbarch.h: Re-generate.
5422
5423 * gdbarch.sh: Delete "level" attribute. Only check for a macro
5424 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
5425 * gdbarch.h: Re-generate.
5426
5427 * values.c (generic_use_struct_convention): Don't check gcc_p.
5428
5429 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5430 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
5431 * gdbarch.h, gdbarch.c: Regenerate.
5432 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
5433 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
5434 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5435 deprecated_max_register_raw_size and
5436 deprecated_max_register_virtual_size.
5437 * v850-tdep.c (v850_gdbarch_init): Ditto.
5438 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5439 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5440 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5441 * cris-tdep.c (cris_gdbarch_init): Ditto.
5442
5443 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
5444 * gdbarch.h, gdbarch.c: Re-generate.
5445 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
5446 (m68hc11_use_struct_convention): Delete function.
5447 (m68hc11_extract_struct_value_address): Delete function.
5448 (m68hc11_return_value): New function.
5449 (m68hc11_gdbarch_init): Instead of store_return_value,
5450 extract_return_value, return_value_on_stack,
5451 deprecated_extract_struct_value_address and use_struct_convention,
5452 set return_value.
5453 * values.c (using_struct_return): Do not call
5454 RETURN_VALUE_ON_STACK.
5455 * arch-utils.h (generic_return_value_on_stack_not): Delete
5456 declaration.
5457 * arch-utils.c (generic_return_value_on_stack_not): Delete
5458 function.
5459
5460 2004-06-12 Andrew Cagney <cagney@gnu.org>
5461
5462 * values.c (register_value_being_returned): Delete function.
5463 * infcmd.c (legacy_return_value): Delete function.
5464 * infcall.c (call_function_by_hand): Inline
5465 "register_value_being_returned", simplify.
5466 * values.c (using_struct_return): Update comment, refer to
5467 print_return_value instead of register_value_being_returned.
5468 * infcmd.c (print_return_value): Inline calls to
5469 register_value_being_returned and legacy_return_value. Simplify.
5470
5471 2004-06-11 Randolph Chung <tausq@debian.org>
5472
5473 * somread.c (som_symtab_read): Exclude gcc local symbols.
5474
5475 2004-06-11 Randolph Chung <tausq@debian.org>
5476
5477 * infrun.c (handle_inferior_event): Handle the case when a
5478 trampoline ends up in the runtime resolver, and if the trampoline
5479 has no name. Rearrange the code so that all the trampoline
5480 processing happens before other step-out-of-range handling.
5481
5482 2004-06-11 Martin Hunt <hunt@redhat.com>
5483
5484 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
5485 has no fpu.
5486
5487 2004-06-10 Andrew Cagney <cagney@gnu.org>
5488
5489 * blockframe.c (legacy_inside_entry_func): Delete.
5490 (legacy_frame_chain_valid): Inline call to
5491 legacy_inside_entry_func, simplify.
5492
5493 2004-06-10 Bob Rossi <bob@brasko.net>
5494
5495 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
5496 * dwarf2read.c (partial_die_info): Add dirname field.
5497 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
5498 (read_partial_die): Save away DW_AT_comp_dir.
5499 * defs.h (symtab_to_filename): Removed.
5500 * source.c (find_and_open_source): Added.
5501 (open_source_file): Just calls find_and_open_source.
5502 (symtab_to_filename): Removed.
5503 (symtab_to_fullname, psymtab_to_fullname): Added.
5504 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
5505 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
5506 symtab_to_filename.
5507 * symtab.h (partial_symtab): Add dirname field.
5508 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
5509 (mi_cmd_file_list_exec_source_file): Call new function
5510 symtab_to_fullname to find fullname.
5511 (mi_cmd_file_list_exec_source_files): Added.
5512 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
5513 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
5514
5515 2004-06-10 Andrew Cagney <cagney@gnu.org>
5516
5517 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
5518 to generic_use_struct_convention, the default value.
5519
5520 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
5521 of abort.
5522
5523 * ns32k-tdep.c (ns32k_push_arguments): New function.
5524 (ns32k_gdbarch_init): Set deprecated_push_arguments.
5525 * infcall.c (call_function_by_hand): Call error instead of
5526 legacy_push_arguments.
5527 * value.h (legacy_push_arguments): Delete declaration.
5528 * valops.c (legacy_push_arguments): Delete function.
5529 (value_push): Delete function.
5530
5531 2004-06-10 Brian Ford <ford@vss.fsi.com>
5532
5533 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
5534 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
5535 info.
5536 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
5537
5538 2004-06-10 Andrew Cagney <cagney@gnu.org>
5539
5540 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
5541 * gdbarch.h, gdbarch.c: Re-generate.
5542 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
5543 parameters.
5544 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
5545 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
5546 deprecated_pc_in_call_dummy instead of
5547 DEPRECATED_PC_IN_CALL_DUMMY.
5548 (arm_skip_prologue): Ditto.
5549 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
5550 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
5551 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
5552 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
5553 Ditto.
5554 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
5555 (sh64_init_extra_frame_info, sh64_get_saved_register)
5556 (sh64_pop_frame): Ditto.
5557 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
5558 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
5559 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
5560 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
5561 (h8300_pop_frame): Ditto.
5562 * blockframe.c (legacy_inside_entry_func)
5563 (legacy_frame_chain_valid): Ditto.
5564 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
5565 to deprecated_pc_in_call_dummy.
5566
5567 2004-06-09 Andrew Cagney <cagney@gnu.org>
5568
5569 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
5570 provide a default value.
5571 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
5572 * gdbarch.h, gdbarch.c: Re-generate.
5573 * arch-utils.c (generic_convert_register_p): Rename
5574 legacy_convert_register_p
5575 (legacy_register_to_value, legacy_value_to_register): Delete
5576 functions.
5577 * arch-utils.h (generic_convert_register_p): Rename
5578 legacy_convert_register_p.
5579 (legacy_register_to_value, legacy_value_to_register): Delete
5580 declarations.
5581
5582 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
5583 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
5584 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
5585 * gdbarch.h, gdbarch.c: Re-generate.
5586 * infcmd.c (default_print_registers_info): Simplify.
5587 * findvar.c (value_of_register): Simplify.
5588 * mi/mi-main.c (get_register): Simplify.
5589 * arch-utils.c (legacy_convert_register_p): Always return 0.
5590 (legacy_register_to_value, legacy_value_to_register): Always call
5591 internal_error.
5592
5593 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
5594 #ifdef CLEAR_INSN_CACHE code.
5595 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
5596 Delete #ifdef CLEAR_DEFERRED_STORES code.
5597
5598 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
5599
5600 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
5601 copyright.
5602 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
5603
5604 * config/mips/mipsv4.mh: Delete file.
5605
5606 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
5607 unreferenced macro.
5608 (hpread_adjust_stack_address): Delete declaration.
5609
5610 2004-06-08 Andrew Cagney <cagney@gnu.org>
5611
5612 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5613 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
5614 PTRACE_ATTACH / PTRACE_DETACH available call error.
5615 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
5616 * infttrace.c (update_thread_state_after_attach, attach, detach):
5617 Remove #ifdef wrappers.
5618 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
5619 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5620 * config/nm-bsd.h (ATTACH_DETACH): Delete.
5621 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
5622 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
5623 * config/nm-linux.h (ATTACH_DETACH): Delete.
5624 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
5625 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
5626 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
5627 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
5628 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
5629
5630 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
5631
5632 * configure.in: Set $configdir to the right OS specific value.
5633 Use value when setting $tcldir and $tkdir.
5634 * configure: Regenerate.
5635
5636 2004-06-06 Paul Brook <paul@codesourcery.com>
5637
5638 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
5639 records.
5640
5641 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
5642
5643 * ada-lang.c (lookup_symbol_in_language): New function to allow
5644 re-use of another language's symbol lookup code. (Placed here
5645 temporarily while Ada support is being integrated into the public
5646 tree).
5647 (restore_language): New auxiliary function for
5648 lookup_symbol_in_language.
5649 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
5650 temporarily while Ada support is being integrated into the public
5651 tree).
5652
5653 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
5654
5655 * Makefile.in (check//%): New.
5656
5657 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
5658 (mn10300_store_return_value): Rewrite.
5659 (mn10300_type_align): New.
5660 (mn10300_use_struct_convention): Rewrite.
5661 (mn10300_return_value): New, using all of the above.
5662 (mn10300_pop_frame_regular): Add saved_regs_size.
5663 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
5664
5665 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
5666 regs if PC is on movm.
5667
5668 2004-06-07 Jim Blandy <jimb@redhat.com>
5669
5670 Add native Linux support for the PowerPC E500.
5671 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
5672 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
5673 all architectures except the E500.
5674 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
5675 #definitions.
5676 (struct gdb_evrregset_t): New type.
5677 (have_ptrace_getsetevrregs): New variable.
5678 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
5679 fetch_spe_registers): New functions.
5680 (fetch_register): Call fetch_spe_register as appropriate.
5681 Assert that we're only passed raw register numbers.
5682 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
5683 Don't fetch gprs if they're pseudoregisters.
5684 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
5685 store_spe_registers): New functions.
5686 (store_register): Call store_spe_register as appropriate.
5687 Assert that we're only passed raw register numbers.
5688 (store_ppc_registers): Call store_spe_registers as appropriate.
5689 Don't store gprs if they're pseudoregisters.
5690
5691 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
5692
5693 * thread-db.c (thread_get_info_callback): Fill in the thread_info
5694 struct if one exists, even if we are dealing with a zombie thread.
5695
5696 2004-06-07 Andrew Cagney <cagney@gnu.org>
5697
5698 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
5699 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
5700 Rename PC_REQUIRES_RUN_BEFORE_USE.
5701 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
5702 #ifdef.
5703
5704 2004-06-07 Randolph Chung <tausq@debian.org>
5705
5706 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
5707 unwinding after sp has been saved to the stack but before the end
5708 of the prologue, and after the fp has been modified but before it has
5709 been saved to the stack.
5710 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
5711 Remove superfluous definitions.
5712 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
5713
5714 2004-06-07 Guy Martin <gmsoft@gentoo.org>
5715
5716 Committed by Randolph Chung.
5717 * hppa-linux-nat.c: Include the correct version of the header file
5718 depending on the kernel version.
5719
5720 2004-06-06 Randolph Chung <tausq@debian.org>
5721
5722 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
5723 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
5724
5725 2004-06-06 Randolph Chung <tausq@debian.org>
5726
5727 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5728 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
5729 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
5730 * hppa-tdep.c (hppa_symbol_address): New function definition.
5731 * hppa-tdep.h (hppa_symbol_address): New function declaration.
5732
5733 2004-06-06 Randolph Chung <tausq@debian.org>
5734
5735 * hppa-tdep.h (struct value): Forward declaration.
5736 (gdbarch_tdep): Define tdep find_global_pointer method.
5737 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
5738 associated with the function we are trying to call, and write it
5739 to the gp register.
5740 (hppa32_convert_from_funct_ptr_addr): New function.
5741 (hppa_find_global_pointer): New function.
5742 (hppa_gdbarch_init): Set default find_global_pointer method; set
5743 convert_from_func_ptr_addr method.
5744 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
5745 (hppa_linux_init_abi): Set find_global_pointer method.
5746 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
5747
5748 2004-06-06 Randolph Chung <tausq@debian.org>
5749
5750 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
5751 to struct value *function.
5752 * gdbarch.c: Regenerate.
5753 * gdbarch.h: Likewise.
5754 * infcall.c (call_function_by_hand): Pass entire function value
5755 to push_dummy_call.
5756
5757 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
5758 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
5759 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
5760 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
5761 * arm-tdep.c (arm_push_dummy_call): Likewise.
5762 * avr-tdep.c (avr_push_dummy_call): Likewise.
5763 * cris-tdep.c (cris_push_dummy_call): Likewise.
5764 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
5765 * frv-tdep.c (frv_push_dummy_call): Likewise.
5766 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
5767 * hppa-tdep.c (hppa32_push_dummy_call)
5768 (hppa64_push_dummy_call): Likewise.
5769 * i386-tdep.c (i386_push_dummy_call): Likewise.
5770 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
5771 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
5772 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
5773 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
5774 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
5775 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5776 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
5777 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
5778 (ppc64_sysv_abi_push_dummy_call): Likewise.
5779 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
5780 (ppc64_sysv_abi_push_dummy_call): Likewise.
5781 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5782 * s390-tdep.c (s390_push_dummy_call): Likewise.
5783 * sh-tdep.c (sh_push_dummy_call_fpu)
5784 (sh_push_dummy_call_nofpu): Likewise.
5785 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
5786 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
5787 * vax-tdep.c (vax_push_dummy_call): Likewise.
5788
5789 2004-06-04 Jim Blandy <jimb@redhat.com>
5790
5791 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
5792 gdbarch argument to register_size.
5793
5794 * rs6000-tdep.c (rs6000_store_return_value): Use
5795 regcache_cooked_write_part instead of
5796 deprecated_write_register_bytes.
5797 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
5798 not gdbarch_deprecated_store_return_value.
5799
5800 * ppc-linux-nat.c (store_register, fetch_register): Remove
5801 incorrect assertions. Simplify and generalize handling of
5802 transfers whose sizes are not multiples of, or less than, sizeof
5803 (PTRACE_XFER_TYPE).
5804
5805 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
5806
5807 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
5808 as a new thread event.
5809 * thread-db.c (thread_get_info_callback): If the thread is a
5810 zombie, return TD_THR_ZOMBIE.
5811 (thread_from_lwp): If thread_get_info_callback returns
5812 TD_THR_ZOMBIE, check if the thread is still on the thread list
5813 and return a -1 ptid if not found.
5814 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
5815 change the status to TARGET_WAITKIND_SPURIOUS.
5816
5817 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
5818
5819 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
5820 double values in little endian mode.
5821
5822 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
5823
5824 Committed by Andrew Cagney.
5825 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
5826 after last enum constant to avoid error from IBM C
5827 compiler.
5828
5829 2004-06-02 Jim Blandy <jimb@redhat.com>
5830
5831 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
5832 to 'message', and make it local to the lone block that uses it.
5833
5834 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
5835
5836 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
5837
5838 * ada-exp.y: Update copyright notice.
5839 Include block.h.
5840
5841 Replace REGNAME, LAST, INTERNAL_VARIABLE with
5842 SPECIAL_VARIABLE and unify the treatment of these cases.
5843
5844 (write_attribute_call0): Remove.
5845 (write_attribute_call1): Remove.
5846 (write_attribute_calln): Remove.
5847 (save_qualifier): Add missing semicolon.
5848
5849 (simple_exp,exp): Decomment (i.e., reactivate) code that was
5850 temporarily disabled to allow compilation with FSF head version.
5851
5852 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
5853 use individual operators (OP_*) for all attributes.
5854 (exp syntax): Use write_int.
5855 Handle STRING literals with OP_STRING.
5856 (variable syntax): Add limit parameter to calls to
5857 write_object_renaming.
5858
5859 (temp_parse_space): New definition to hold entities that need
5860 only live until the next call to ada_parse.
5861 (string_to_operator): Rename fields of ada_opname_table entries.
5862
5863 (write_var_from_sym): Record block.
5864 (write_var_from_name): Minor reformatting.
5865 Make sure saved name is properly encoded in the case of multiple
5866 matches, and set its language to Ada.
5867 Update comment.
5868 Modify to indicate unresolved name as symbol in the UNRESOLVED
5869 namespace, allocated in temp_parse_space.
5870 (write_int): New function.
5871
5872 (write_object_renaming): Add max_depth parameter to limit
5873 chains of object renamings.
5874 Handle case where root of renaming expression is itself a renaming.
5875 Use temp_parse_space for temporary name buffer.
5876 Handle renamings to dereferenced pointers (___XEXA suffices).
5877
5878 (ada_parse, yyerror, string_to_operator,
5879 write_var_from_sym, write_var_from_name, write_attribute_call0,
5880 write_attribute_call1, write_attribute_calln,
5881 write_object_renaming): Protoize.
5882
5883 (_initialize_ada_exp): New function.
5884
5885 * ada-lang.c: Update copyright notice.
5886 General terminology change to conform to GNAT compiler usage:
5887 mangle => encode, demangle => decode
5888 Include gdb_obstack.h.
5889 Include gdb_regex.h
5890 Include frame.h
5891 Include hashtab.h
5892 Include completer.h
5893 Include gdb_stat.h
5894 Include block.h
5895 Include infcall.h
5896
5897 (ADA_RETAIN_DOTS): Make sure this is defined.
5898 (TRUNCATION_TOWARDS_ZERO): Define.
5899 (struct string_vector): Define.
5900 (unresolved_names): Remove definition.
5901 (xnew_string_vector): New function.
5902 (string_vector_append): New function.
5903 (extract_string): Make static.
5904 (ada_unqualified_name): New function.
5905 (add_angle_brackets): New function.
5906 (function_name_from_pc): New function.
5907 (place_on_stack): Rename to ensure_lval.
5908
5909 (ensure_lval): Renamed from place_on_stack.
5910 Make identity on lvals.
5911 Update comment.
5912 (is_nonfunction): New interface.
5913 Only symbols in LOC_CONST class can be enumerals.
5914 (fill_in_ada_prototype): Remove; now independent of language.
5915 (add_defn_to_vec): Add obstack and symtab arguments.
5916 Use obstack to hold collected definitions.
5917 (num_defns_collected): New function.
5918 (defns_collected): New function.
5919 (ada_resolve_subexp): Rename to resolve_subexp.
5920 (resolve_subexp): Renamed from ada_resolve_subexp.
5921 (ada_op_name): Return non-const result.
5922 (ada_decoded_op_name): Renamed from ada_op_name, now used for
5923 other purposes.
5924
5925 (to_fixed_array_type): Add declaration.
5926 (coerce_unspec_val_to_type): Remove offset parameter.
5927 (find_sal_from_funcs_and_line): New interface.
5928 (find_line_in_linetable): Ditto.
5929
5930 (all_sals_for_line): Rename to ada_sals_for_line and make
5931 global.
5932 Add new parameter. When set, do not ask the user to choose the
5933 instance, but use the first one found instead.
5934 Use given line number in returned sals.
5935 Fix comment.
5936 Skip the prologue if funfirstline is set.
5937 Correct for memory leak when 0 lines found.
5938
5939 (value_pos_atr): Use pos_atr.
5940 (pos_atr): New function.
5941 (standard_lookup): Add block parameter.
5942
5943 (makeTimeStart): Remove declaration and uses.
5944 (makeTimeStop): Remove declaration and uses.
5945
5946 (ada_completer_word_break_characters): Allow for VMS.
5947 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
5948 (raise_sym_name): New constant.
5949 (raise_unhandled_sym_name): New constant.
5950 (raise_assert_sym_name): New constant.
5951 (process_raise_exception_name): New constant.
5952 (longest_exception_template): New constant.
5953 (warning_limit): New variable to limit warnings during expression
5954 evaluation.
5955 (warnings_issued): New variable to keep track of warnings issued.
5956 (known_runtime_file_name_patterns): New constant.
5957 (known_auxiliary_function_name_patterns): New constant.
5958 (symbol_list_obstack): New variable.
5959
5960 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
5961 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
5962 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
5963 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
5964 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
5965 ada_variant_discrim_name, field_alignment, dynamic_template_type,
5966 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
5967 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
5968 and strcmp.
5969
5970 (ada_get_field_index): New function.
5971 (lim_warning): New function.
5972 (ada_translate_error_message): New function.
5973 (MAX_OF_SIZE): New function.
5974 (MIN_OF_SIZE): New function.
5975 (UMAX_OF_SIZE): New function.
5976 (UMIN_OF_SIZE): New function.
5977 (discrete_type_high_bound): New function.
5978 (discrete_type_low_bound): New function.
5979 (base_type): New function.
5980 (do_command): Remove.
5981
5982 (ada_update_initial_language): Use language_ada, not language_unknown.
5983 (ada_encode): Renamed from ada_mangle.
5984 Obey ADA_RETAIN_DOTS.
5985 (ada_decode): Renamed from ada_demangle.
5986 Update coding conventions.
5987 (decoded_names_store): New hash table.
5988 (ada_decode_symbol): New function.
5989 (ada_la_decode): New function.
5990
5991 (modify_general_field): Correct computations of offset and bit
5992 position.
5993 (desc_base_type): Handle ref types, too.
5994 (ada_is_direct_array_type): New function.
5995
5996 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5997 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5998 (ada_is_bogus_array_descriptor,ada_type_of_array,
5999 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6000 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6001 ada_is_array_descriptor_type.
6002
6003 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6004 (ada_is_packed_array_type): Handle pointers or
6005 references to packed arrays as well.
6006 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6007 (decode_packed_array_type): Search for the packed array type
6008 symbol in the currently selected block and associated
6009 superblocks too.
6010 Use lookup_symbol again.
6011
6012 (decode_packed_array): Handle pointers and references.
6013 Update call to coerce_unspec_val_to_type.
6014 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6015 (ada_value_primitive_packed_val): Improve comment.
6016
6017 (ada_index_type): Substitute int type for "undefined".
6018 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6019 ada_array_langth, ada_is_string_type): Use renamed
6020 ada_is_simple_array_type.
6021 (empty_array): New function.
6022
6023 (ada_resolve): Rename to resolve.
6024 (resolve): Make static.
6025 Call renamed resolve_subexp.
6026 Update comment.
6027 (ada_resolve_subexp): Rename to resolve_subexp.
6028 (resolve_subexp): Update comment.
6029 Decomment disabled code.
6030 Add LOC_COMPUTED* cases.
6031 Modify to use temporary struct symbols (marked as being in
6032 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6033 OP_UNRESOLVED_VALUE.
6034 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6035 Add OP_STRING case.
6036 Remove OP_ARRAY.
6037 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6038 Use new ada_lookup_symbol_list interface.
6039 Use new ada_resolve_function interface.
6040 Remove OP_TYPE case.
6041
6042 (ada_args_match): Idiot proof against null actuals.
6043 Use intermediate variables to clarify.
6044 (ada_resolve_function): Update comment and interface.
6045 (mangled_ordered_before): Rename to encoded_ordered_before and
6046 update comment.
6047 (sort_choices): Update comment and interface.
6048 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6049 (user_select_syms): New interface.
6050 Use new sort_choices interface.
6051 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6052 (possible_user_operator_p): Idiot-proof against null values.
6053 (ada_simple_renamed_entity): Don't make cleanup; rely on
6054 caller to free result string.
6055 Remove const from return type.
6056 (make_array_descriptor): Rename uses of place_on_stack to
6057 ensure_lval.
6058 Make sure that arrays are on stack.
6059
6060 (HASH_SIZE): Define.
6061 (struct cache_entry): Define.
6062 (cache_space): Define.
6063 (cache): Define.
6064 (clear_ada_sym_cache): New function.
6065 (find_entry): New function.
6066 (lookup_cached_symbol): New function.
6067 (defn_vector_size): Define.
6068 (cache_symbol): New function.
6069 (defn_symbols): Remove.
6070
6071 (standard_lookup): Use lookup_symbol_in_language to get effect of
6072 C lookup.
6073 Cache results.
6074
6075 (symbol_completion_match): New function.
6076 (symbol_completion_add): New function.
6077 (ada_make_symbol_completion_list): New function.
6078
6079 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6080 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6081 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6082 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6083
6084 (ada_lookup_simple_minsym): New function.
6085 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6086
6087 (add_symbols_from_enclosing_procs): New interface.
6088 Conditionalize more helpfully.
6089 Don't bother if program isn't running.
6090 Use new interface to get_frame_block.
6091 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6092
6093 (remove_extra_symbols): New interface.
6094 (xget_renaming_scope): New function.
6095 (is_package_name): New function.
6096 (renaming_is_visible): New function.
6097 (remove_out_of_scope_renamings): New function.
6098
6099 (ada_lookup_symbol_list): New interface.
6100 Properly reinitialize the symbol list obstack.
6101 Don't call add_symbols_from_enclosing_procs if we start from a
6102 static or global block.
6103 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6104 add_symbols_from_enclosing_procs.
6105 Add symtab data to cached entries.
6106 Handle symbols prefixed with
6107 "standard__" specially; strip prefix and don't look in local symbols.
6108 Do not include out of scope renaming symbols in list of
6109 symbols returned.
6110 Add const to block parameter.
6111 Move check for non-local, non-global symbols earlier.
6112 Remove timing stuff.
6113 (ada_lookup_symbol): New interface.
6114 Find symtab as well.
6115 (ada_lookup_symbol_nonlocal): New function.
6116
6117 (is_name_suffix): Enhance suffix detection to recognize
6118 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6119 (is_dot_digits_suffix): New function.
6120 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6121
6122 (ada_add_block_symbols): New interface. Use obstack to return results
6123 in a vector of struct ada_symbol_infos. Add symtab argument.
6124 Use new interface to add_defn_to_vec.
6125 Remove calls to fill_in_ada_prototype.
6126 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6127
6128 (ada_finish_decode_line_1): Add const qualification to local to fix
6129 warning.
6130 Start looking in static block for functions to avoid attempts
6131 to search frame chain for up-level variables.
6132 Adapt to new ada_sals_for_line interface.
6133 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6134 Handle quoting of the function name inside the spec string.
6135 Skip prologue when funfirstline is set and update the
6136 function documentation to that effect.
6137
6138 (debug_print_lines, debug_print_block, debug_print_blocks,
6139 debug_print_symtab): Remove.
6140
6141 (ada_main_name): New function.
6142 (ada_exception_breakpoint_type): New function.
6143 (is_known_support_routine): New function.
6144 (ada_find_printable_frame): Renamed from find_printable_frame and made
6145 global.
6146 Remove level parameter.
6147 Use new interface to select_frame.
6148
6149 (begin_command): Remove.
6150 (ada_adjust_exception_stop): New function.
6151 (ada_print_exception_stop): New function.
6152 (exception_name_from_cond): New function.
6153 (ada_report_exception_break): Replace disabled code with
6154 conditionalization on GNAT_GDB.
6155 Get the exception name from the condition string.
6156 Remove and move functionality into new functions
6157 ada_print_exception_breakpoint_task and
6158 ada_print_exception_breakpoint_nontask.
6159 (error_breakpoint_runtime_sym_not_found): New function.
6160 (is_runtime_sym_defined): New function.
6161 (ada_breakpoint_rewrite): Uncomment suppressed code.
6162 Use symbolic error-message and runtime-symbol names.
6163 Surround runtime symbol names in quotes.
6164 Allow non-specific breakpoints on exceptions and assertions before
6165 program starts.
6166
6167 (ada_is_tagged_type): Add parameter.
6168 (ada_is_tag_type): New function.
6169 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6170 (ada_variant_discrim_type): Ditto.
6171 (value_tag_from_contents_and_address): New function.
6172 (type_from_tag): New function.
6173 (struct tag_args): New structure used to communicate with
6174 ada_tag_name_1.
6175 (ada_tag_name_1): New function.
6176 (ada_tag_name): New function.
6177
6178 (ada_scan_number): Update comment.
6179 (find_struct_field): New function.
6180 (ada_search_struct_field): Make static.
6181 (ada_value_struct_elt): New version that returns references when
6182 given pointers or references to structs.
6183 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6184 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6185 interface.
6186 (ada_value_ind): Use new ada_to_fixed_value interface.
6187 (ada_coerce_ref): Ditto.
6188 (field_offset): Remove.
6189
6190 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6191 (ada_find_renaming_symbol): New function.
6192 (ada_prefer_type): Prefer named types over unnamed ones.
6193 (variant_field_index): New function.
6194 (contains_variant_part): Removed: subsumed by variant_field_index.
6195 (ada_template_to_fixed_record_type): New function, mostly from
6196 template_to_fixed_record_type.
6197 (template_to_fixed_record_type):
6198 Do not scan the type fields beyond the last one; prevents a
6199 potential SEGV.
6200 Handle case where variant field is listed BEFORE discriminant it
6201 depends on.
6202 Fix calculation of record length when bit length is
6203 not evenly divisible by char length.
6204 Move code to ada_template_to_fixed_record_type and call it.
6205
6206 (template_to_static_fixed_type): Revise comment.
6207 Modify to work on ordinary record types as well as templates,
6208 so as to handle fields that use ___XVE or ___XVU encodings.
6209 (to_record_with_fixed_variant_part): Fill out comment.
6210 Initialize C++ stuff in right type.
6211 Allow case where DVAL is null.
6212 Handle case where variant field is not last.
6213 Fix typo concerning record length.
6214 (to_fixed_record_type): Decomment disabled code.
6215 (to_fixed_record_type): Use variant_field_index instead of
6216 contains_variant_part.
6217 (to_fixed_variant_branch_type): Ditto.
6218 (to_fixed_array_type): Decomment disabled code.
6219 (ada_to_fixed_type): Convert tagged types to the specific type.
6220 Deactivate the size-check for array types in order to avoid
6221 some false size alarms.
6222 (to_static_fixed_type): Decomment disabled code.
6223 Modify to call template_to_static_fixed_type
6224 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6225 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6226 Remove valaddr argument, as it is never really used.
6227 (ada_to_fixed_value): Change interface to act on single struct value*
6228 operand.
6229 (adjust_pc_past_prologue): New function.
6230 (ada_attribute_name): Modify to take enum exp_opcode argument.
6231
6232 (ada_enum_name): Recognize new homonym-distinguishing convention.
6233 Adjust local variable's type to remove compiler warning.
6234 Fix a small problem in the part that unqualifies the enumeration name.
6235 (ada_value_binop): New function.
6236 (ada_value_equal): New function.
6237
6238 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6239 Don't give error message when not doing normal evaluation
6240 and a tagged type doesn't seem to contain a structure member.
6241 Give error message for packed arrays.
6242 For indexing arrays, handle pointers to packed arrays correctly.
6243 Handle case of 'first and 'last attributes of bare integral type
6244 without encoded subtype info.
6245 Remove some unnecessary casts.
6246 Fix uninitialized value of type in computing 'first, 'last, or 'length
6247 of array object.
6248 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6249 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6250 calls.
6251 Attributes are now exp_opcode values.
6252 Correct treatment of 'modulus.
6253 Better error message for taking 'length of wrong kind of type;
6254 improve comment.
6255 Change EVAL_NORMAL to noside for consistency.
6256 Use ada_value_binop for DIV, MOD, REM.
6257 Make special case out of array of length 0, since an argument
6258 of 0 upsets some platforms' malloc.
6259 Use OP_STRING instead of OP_ARRAY.
6260 For slice, add check that we have an array type before extracting
6261 a slice out of it. Avoids a SEGV.
6262 When evaluating an array slice, if the array type is a reference to
6263 an aligner type, then replace the aligner type by the actual type.
6264 Decomment disabled code.
6265 Remove some dead code.
6266 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
6267 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6268 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
6269 and UNOP_MBR to UNOP_IN_RANGE.
6270 If an array type has a parallel ___XVE type, then use it.
6271 Turn arrays into pointers for lvalue arrays.
6272 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6273 bounds error and handle 0-length slices.
6274 Use lim_warning.
6275 When selecting fields, apply ada_to_fixed_value (because the fields
6276 might have ___XVU or ___XVE encodings even if not dynamic.)
6277 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6278 (ada_is_system_address_type): New function.
6279
6280 (get_var_value): Use new interface to ada_lookup_symbol_list.
6281 (get_int_var_value): New interface.
6282 (to_fixed_range_type): Allow unknown bound, with warning.
6283 (ada_is_modular_type): Decomment disabled code.
6284 (ADA_OPERATORS): New definition.
6285 (ada_operator_length): New function.
6286 (ada_expr_op_name): New function.
6287 (ada_forward_operator_length): New function.
6288 (ada_dump_subexp_body): New function.
6289 (ada_print_subexp): New function.
6290 (ada_exp_descriptor): New constant.
6291 (ada_op_print_tab): Add 'size. Remove FIXMEs.
6292 (ada_language_defn): Add ada_exp_descriptor entry.
6293 Change ada_parse => parse.
6294 Add post-parser entry.
6295 Use ada-specific non-local symbol lookup.
6296 Don't use C-style arrays.
6297 String lower-bound is 1.
6298 Decomment disabled code.
6299 (parse): New function.
6300 New fields ada_translate_error_message, ada_lookup_symbol,
6301 ada_lookup_minimal_symbol.
6302
6303 * ada-lang.h: Update copyright dates.
6304 Replace the mangle/demangle terminology throughout by the
6305 more appropriate encode/decode one.
6306 Include breakpoint.h.
6307 Forward declare struct partial_symbol, struct block.
6308 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6309 (EXTRACT_ADDRESS): Remove.
6310 (EXTRACT_INT): Remove.
6311 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6312 (MAX_ENCLOSING_FRAME_LEVELS): Define.
6313 (MAX_RENAMING_CHAIN_LENGTH): Define.
6314 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6315
6316 (enum task_states): Remove.
6317 ada_task_states: Remove.
6318 (fat_string): Remove.
6319 (struct entry_call): Remove.
6320 (struct task_fields): Remove.
6321 (struct task_entry): Remove.
6322
6323 (struct ada_symbol_info): Define.
6324 (enum ada_attribute): Remove.
6325 (enum ada_operator): Define.
6326
6327 (ada_get_field_index): Declare.
6328 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6329 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6330 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6331 (ada_lookup_symbol_list): New interface.
6332 (ada_decode_symbol): Declare.
6333 (ada_decode): Declare.
6334 (ada_lookup_symbol): New interface.
6335 (ada_update_initial_language): Declare.
6336 (ada_lookup_simple_minsym): Declare.
6337 (user_select_syms): New interface.
6338 (ada_sals_for_line): Declare.
6339 (ada_is_tagged_type): New interface.
6340 (ada_tag_name): Declare.
6341 (ada_lookup_struct_elt_type): Remove declaration.
6342 (ada_search_struct_field): Remove declaration.
6343 (ada_attribute_name): New interface.
6344 (ada_is_system_address_type): Declare.
6345 (ada_to_fixed_value): Remove declaration.
6346 (ada_template_to_fixed_record_type_1): Declare.
6347 (get_int_var_value): New interface.
6348 (ada_find_any_symbol): Declare.
6349 (ada_find_renaming_symbol): Declare.
6350 (ada_mangle): Rename to ada_encode.
6351 (ada_simple_renamed_entity): Remove const.
6352 (ada_main_name): Declare.
6353 (get_current_task): Rename to ada_get_current_task.
6354 (get_entry_number): Remove declaration.
6355 (ada_report_exception_break): Remove declaration.
6356 (ada_print_exception_breakpoint_nontask): Declare.
6357 (ada_print_exception_breakpoint_task): Declare.
6358 (ada_find_printable_frame): Declare.
6359
6360 * ada-lex.l: Update copyright notices.
6361 Use xmalloc and xfree instead of malloc and free.
6362 Use new interface to name_lookup.
6363 Use new interface to
6364 ada_mangle=>ada_encode.
6365 Redo handling of '$...' variable to parallel current treatment
6366 in c-exp.y.
6367 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
6368 digit_to_int, strtoulst, processInt, processReal, processId,
6369 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
6370 yywrap): Protoize.
6371
6372 (processInt): Use cast to remove harmless warning.
6373 (processReal): Modify to get rid of compiler warning on scan formats.
6374
6375 (processId): Replace xmalloc with obstack_alloc for name and remove
6376 call to ada_name_string_cleanup.
6377 Remove obsolete disabled code.
6378 (name_lookup): Ditto.
6379 New interface.
6380 Use obsavestring on temp_parse_space instead of savestring
6381 on name, and remove call to ada_name_string_cleanup.
6382 Free string returned from ada_simple_renamed_entity.
6383 Use new interface to ada_lookup_symbol_list.
6384 Decomment disabled code.
6385 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
6386 not types.
6387 When a type name lookup succeeds as a result of
6388 lookup_primitive_typename, check for regular type entry that has not
6389 yet been read in.
6390 Limit length of chain of renamed symbols we are willing to follow.
6391 Do not break names beginning with "standard__" into segments.
6392 (block_lookup): Use new interface to ada_lookup_symbol_list.
6393
6394 * ada-typeprint.c: Update copyright notice.
6395 (demangled_type_name): Rename to decoded_type_name.
6396 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
6397 (print_range_bound): Correct handling of negative
6398 bounds that make the index type looked unsigned under STABS.
6399 (print_dynamic_range_bound): Use new interface to get_int_var_value.
6400 (print_range_type_named): Use the builtin int type if no type
6401 corresponding to the given type name could be found.
6402 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
6403 Add some bullet-proofing.
6404 (print_variant_clauses): Allow for variant branches with ___XVU
6405 encodings that are not dynamic fields.
6406 Use new interface to ada_is_tagged_type.
6407 (print_record_type): Allow for fields with ___XVE encodings that
6408 are not dynamic fields.
6409 Use new interface to ada_is_tagged_type.
6410 (ada_print_type): ada_is_array_descriptor =>
6411 ada_is_array_descriptor_type.
6412
6413 * ada-valprint.c: Update copyright notice.
6414 Include gdb_string.h
6415 Include infcall.h
6416 (ui_memcpy): New function.
6417 (ada_print_floating): New function.
6418 (ada_print_str): Order arguments correctly.
6419 Correct handling of empty arrays and arrays of 0-length items.
6420 ada_is_array_descriptor => ada_is_array_descriptor_type
6421 Print values of type System.Address in hexadecimal format.
6422 Use ada_print_floating to print floating-point numbers in Ada format.
6423 Print class tag values with type names.
6424 No longer print the address of reference values. Avoids
6425 a potential confusion.
6426 (ada_value_print): Stop printing the object type for reference
6427 values, but preserve that behavior for access types. Avoids
6428 a potential confusion.
6429 Simplify one conditional expression, as the first part is now
6430 necessarily true.
6431 ada_is_array_descriptor => ada_is_array_descriptor_type
6432 Add check for arrays for null records, and print them by hand.
6433
6434 2004-06-01 Jim Blandy <jimb@redhat.com>
6435
6436 * ppc-tdep.h: Delete unused 'regoff' member.
6437 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
6438
6439 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
6440
6441 Fix PR symtab/1661.
6442 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
6443 (hpread_read_struct_type): Likewise.
6444
6445 2004-06-01 Andrew Cagney <cagney@gnu.org>
6446
6447 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
6448 instead of xasprintf.
6449 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
6450 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
6451 (mi_cmd_data_list_register_names)
6452 (mi_cmd_data_list_changed_registers)
6453 (mi_cmd_data_list_register_values)
6454 (get_register, mi_cmd_data_write_register_values)
6455 (mi_cmd_data_write_register_values)
6456 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
6457 (mi_cmd_target_download, mi_cmd_target_select)
6458 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
6459 (mi_execute_cli_command, mi_execute_async_cli_command)
6460 (mi_execute_async_cli_command): Ditto.
6461 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
6462 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
6463
6464 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
6465 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
6466 error_last_message instead of mi_error_last_message.
6467 * mi/mi-main.c (mi_error_last_message): Delete function.
6468
6469 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
6470 "invalid number of columns" error. Delete redundant "out of
6471 memory" check.
6472
6473 2004-05-31 Mark Kettenis <kettenis@gnu.org>
6474
6475 * i386bsd-nat.c: Don't include <sys/procfs.h>.
6476 (gregset_t, fpregset_t): Remove typedefs.
6477 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
6478 (REG_OFFSET): Rename argument.
6479 (i386bsd_r_reg_offset): Rename from reg_offset.
6480 (REG_ADDR): Remove macro.
6481 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
6482 functions.
6483 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
6484 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
6485 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
6486 instead of supply_gregset.
6487 (store_inferior_registers): Use `struct reg' and `struct fpreg'
6488 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
6489 instead of fill_gregset.
6490 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
6491
6492 * i386bsd-nat.c: Don't include "gregset.h".
6493 (supply_gregset, fill_gregset): Make static.
6494 (supply_fpregset, fill_fpregset): Remove.
6495 * Makefile.in (i386bsd-nat.o): Update dependencies.
6496
6497 2004-05-30 Mark Kettenis <kettenis@gnu.org>
6498
6499 * fbsd-proc.c: Include "regcache.h", "regset.h" and
6500 "gdb_assert.h". Con't include "gregset.h".
6501 (fbsd_make_corefile_notes): Use regset-based core file support
6502 instead off fill_gregset and fill_fpregset.
6503 * Makefile.in (fbsd-proc.o): Update dependencies.
6504
6505 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
6506 instructions.
6507 (m88k_frame_prev_register): Simplify code a bit.
6508
6509 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
6510 (amd64_collect_fpregset): New function.
6511 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
6512
6513 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
6514
6515 * i386-tdep.c (i386_supply_gregset): Adjust comment.
6516 (i386_collect_gregset): New function.
6517 (i386_supply_fpregset): Adjust comment.
6518 (i386_collect_fpregset): New function.
6519 (i386_regset_from_core_section): Use i386_collect_gregset and
6520 i386_collect_fpregset.
6521
6522 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
6523 handle VALUEP being null.
6524
6525 * regset.h (collect_regset_ftype): Unconstify fourth argument.
6526
6527 2004-05-29 Mark Kettenis <kettenis@gnu.org>
6528
6529 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
6530
6531 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
6532 assembler in OpenBSD 3.5-current.
6533 (amd64obsd_sigcontext_addr): Likewise.
6534
6535 2004-05-28 Jim Blandy <jimb@redhat.com>
6536
6537 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
6538 register set, so our regcache isn't declared "legacy" and our E500
6539 pseudoregister read and write functions aren't ignored.
6540 (rs6000_register_byte, rs6000_register_raw_size,
6541 rs6000_register_virtual_type, rs6000_register_convertible,
6542 rs6000_register_convert_to_virtual,
6543 rs6000_register_convert_to_raw): Deleted.
6544 (rs6000_register_type, rs6000_convert_register_p,
6545 rs6000_register_to_value, rs6000_value_to_register): New
6546 functions.
6547 (rs6000_gdbarch_init): Don't register
6548 gdbarch_deprecated_register_size,
6549 gdbarch_deprecated_register_bytes,
6550 gdbarch_deprecated_register_byte,
6551 gdbarch_deprecated_register_raw_size,
6552 gdbarch_deprecated_register_virtual_type,
6553 gdbarch_deprecated_register_convertible,
6554 gdbarch_deprecated_register_convert_to_virtual, or
6555 gdbarch_deprecated_register_convert_to_raw methods. Instead,
6556 register gdbarch_register_type, gdbarch_convert_register_p,
6557 gdbarch_register_to_value, and gdbarch_value_to_register methods.
6558
6559 2004-05-26 Jim Blandy <jimb@redhat.com>
6560
6561 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
6562 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
6563 functions, updated to match the register numberings used in GCC.
6564 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
6565 rs6000_dwarf2_reg_to_regnum as register number conversions
6566 functions for STABS and Dwarf2.
6567
6568 2004-05-26 Randolph Chung <tausq@debian.org>
6569
6570 * infttrace.h (target_waitkind): Forward declare type instead of pulling
6571 in header file.
6572
6573 2004-05-25 Joel Brobecker <brobecker@gnat.com>
6574
6575 * NEWS: Document new "start" command.
6576
6577 2004-05-25 Randolph Chung <tausq@debian.org>
6578
6579 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
6580 hppa-linux.
6581
6582 2004-05-25 Randolph Chung <tausq@debian.org>
6583
6584 * hppa-hpux-tdep.c (offsetof): Define.
6585 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
6586 (hppa32_hpux_frame_base_before_sigtramp)
6587 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6588 (hppa64_hpux_frame_saved_pc_in_sigtramp)
6589 (hppa64_hpux_frame_base_before_sigtramp)
6590 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
6591 functions.
6592 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
6593 (hppa_hpux_sigtramp_frame_unwind_cache)
6594 (hppa_hpux_sigtramp_frame_this_id)
6595 (hppa_hpux_sigtramp_frame_prev_register)
6596 (hppa_hpux_sigtramp_frame_unwind)
6597 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
6598 (hppa_hpux_init_abi): Register sigtramp unwinder.
6599 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
6600
6601 2004-05-25 Randolph Chung <tausq@debian.org>
6602
6603 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
6604 and multiple stack unwinds.
6605 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
6606
6607 2004-05-25 Andrew Cagney <cagney@gnu.org>
6608
6609 * symfile.h (symbol_file_add_from_memory): Delete declaration.
6610 * symfile-mem.h: Delete file.
6611 * symfile-mem.c: Do not include "symfile-mem.h".
6612 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
6613 "struct bfd_section". When an error do not bother returning NULL.
6614 (add_symbol_file_from_memory_command): Use "struct bfd" and
6615 "struct bfd_section".
6616 * Makefile.in (symfile_mem_h): Delete.
6617 (symfile-mem.o): Update dependencies.
6618
6619 2004-05-25 Nick Roberts <nickrob@gnu.org>
6620
6621 * gdb-mi.el: New file.
6622
6623 2004-05-25 Andrew Cagney <cagney@gnu.org>
6624
6625 * inftarg.c: Include "observer.h".
6626 (child_attach, child_create_inferior): Notify inferior_created.
6627 * corelow.c: Include "observer.h".
6628 (core_open): Notify inferior_created.
6629 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
6630
6631 2004-05-25 Andrew Cagney <cagney@gnu.org>
6632
6633 * target.h (struct target_ops): Add from_tty to
6634 to_create_inferior.
6635 (target_create_inferior, find_default_create_inferior): Update.
6636 * infcmd.c (run_command): Update.
6637 * wince.c (child_create_inferior): Update.
6638 * win32-nat.c (child_create_inferior): Update.
6639 * uw-thread.c (uw_thread_create_inferior): Update.
6640 * thread-db.c (thread_db_create_inferior): Update.
6641 * target.c (debug_to_create_inferior)
6642 (find_default_create_inferior): Update.
6643 (maybe_kill_then_create_inferior): Update.
6644 * sol-thread.c (sol_thread_create_inferior): Update.
6645 * remote.c (extended_remote_async_create_inferior)
6646 (extended_remote_create_inferior): Update.
6647 * remote-vx.c (vx_create_inferior): Update.
6648 * remote-st.c (st2000_create_inferior): Update.
6649 * remote-sim.c (gdbsim_create_inferior): Update.
6650 * remote-sds.c (sds_create_inferior): Update.
6651 * remote-rdp.c (remote_rdp_create_inferior): Update.
6652 * remote-rdi.c (arm_rdi_create_inferior): Update.
6653 * remote-m32r-sdi.c (m32r_create_inferior): Update.
6654 * remote-e7000.c (e7000_create_inferior): Update.
6655 * procfs.c (procfs_create_inferior): Update.
6656 * ocd.c (ocd_create_inferior): Update.
6657 * ocd.h (ocd_create_inferior): Update.
6658 * nto-procfs.c (procfs_create_inferior): Update.
6659 * monitor.c (monitor_create_inferior): Update.
6660 * lin-lwp.c (lin_lwp_create_inferior): Update.
6661 * inftarg.c (child_create_inferior): Update.
6662 * hpux-thread.c (hpux_thread_create_inferior): Update.
6663 * gnu-nat.c (gnu_create_inferior): Update.
6664
6665 2004-05-25 Andrew Cagney <cagney@gnu.com>
6666
6667 * MAINTAINERS: Update e-mail address.
6668
6669 2004-05-24 Randolph Chung <tausq@debian.org>
6670
6671 * thread.c (info_threads_command, thread_apply_all_command)
6672 (thread_apply_command, thread_command, do_captured_thread_select):
6673 Remove HPUXHPPA-specific code.
6674
6675 2004-05-24 Randolph Chung <tausq@debian.org>
6676
6677 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
6678 unused symbols.
6679 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
6680 references.
6681
6682 2004-05-24 Joel Brobecker <brobecker@gnat.com>
6683
6684 * infcmd.c (kill_if_already_running): New function, extracted
6685 from run_command().
6686 (run_command): Replace extracted code by call to
6687 kill_if_already_running().
6688 (start_command): New function.
6689 (_initialize_infcmd): Add "start" command.
6690
6691 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6692
6693 Add OpenBSD/m88k support.
6694 * NEWS (New native configurations): Mention OpenBSD/m88k.
6695 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
6696 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
6697 * Makefile.in (m88k_tdep_h): New variable.
6698 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
6699 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
6700 * configure.host: Add m88*-*-openbsd*.
6701 * configure.tgt: Add m88*-*-openbsd*.
6702
6703 2004-05-24 Jim Blandy <jimb@redhat.com>
6704
6705 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
6706 to approve changes.
6707
6708 2004-05-24 Kevin Buettner <kevinb@redhat.com>
6709
6710 * symtab.c (fixup_section): Search section table when lookup by
6711 name fails.
6712
6713 2004-05-24 Randolph Chung <tausq@debian.org>
6714
6715 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
6716 be "small_struct".
6717
6718 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6719
6720 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
6721 register number in regcache_raw_collect call.
6722 (m68kbsd_collect_fpregset): Likewise.
6723 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
6724
6725 * regset.h (struct regset): Add back `regset' member.
6726
6727 2004-05-23 Mark Kettenis <kettenis@gnu.org>
6728
6729 * configure.in: Check for td_pcb in `struct thread'.
6730 * configure, config.in: Regenerated.
6731
6732 * dpx2-nat.c: Remove file.
6733 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
6734 (dpx2-nat.o): Remove dependencies.
6735
6736 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
6737 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
6738 (amd64obsd_supply_pcb): New function.
6739 (_initialize_amd64obsd_nat): Enable libkvm interface.
6740 * Makefile.in (amd64obsd-nat.o): Update dependencies.
6741 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
6742 (LOADLIBES): New variable.
6743
6744 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
6745 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
6746 (sparc32nbsd_supply_pcb): New function.
6747 (_initialize_sparcnbsd_nat): Enable libkvm interface.
6748 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
6749 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
6750 (LOADLIBES): New variable.
6751
6752 2004-05-22 Mark Kettenis <kettenis@gnu.org>
6753
6754 * bsd-kvm.c, bsd-kvm.h: New files.
6755 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
6756 "bsd-kvm.h".
6757 (i386fbsd_supply_pcb): New function.
6758 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
6759 (i386fbsd-nat.o): Update dependencies.
6760 (bsd_kvm_h): New variable.
6761 (bsd-kvm.o): New dependency.
6762 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
6763 (LOADLIBES): New variable.
6764
6765 * regset.c: Tweak comment.
6766 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
6767 macro.
6768 * regset.h: Update copyright year.
6769 (struct regset): Remove `descr' member, add `gdbarch' member.
6770 (regset_alloc): Adjust prototype and comment.
6771 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
6772 (i386_supply_fpregset): Likewise.
6773 (i386_regset_from_core_section): Update call to regset_alloc.
6774 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
6775 REGSET->arch.
6776 (i386obsd_aout_regset_from_core_section): Update call to
6777 regset_alloc.
6778 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
6779 REGSET->arch.
6780 (i386nbsd_aout_regset_from_core_section): Update call to
6781 regset_alloc.
6782 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
6783 REGSET->arch.
6784 (amd64_regset_from_core_section): Update call to regset_alloc.
6785 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
6786 REGSET->arch.
6787 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
6788 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
6789 &sparc32nbsd_gregset in sparc32_supply_gregset call.
6790 (sparc32nbsd_init_abi): Update call to regset_alloc.
6791 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
6792 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
6793 (sparc64obsd_init_abi): Update call to regset_alloc.
6794 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
6795 &sparc64nbsd_gregset in sparc64_supply_gregset call.
6796 (sparc64nbsd_init_abi): Update call to regset_alloc.
6797 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
6798 &sparc64fbsd_gregset in sparc64_supply_gregset call.
6799 (sparc64fbsd_init_abi): Update call to regset_alloc.
6800
6801 2004-05-22 Jim Blandy <jimb@redhat.com>
6802
6803 * ppc-tdep.h (spe_register_p): New declaration.
6804 (struct gdbarch_tdep): New members: ppc_acc_regnum and
6805 ppc_spefscr_regnum.
6806 * rs6000-tdep.c (spe_register_p): New function.
6807 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
6808 spefscr.
6809 (rs6000_gdbarch_init): Initialize the new members of the tdep
6810 structure.
6811
6812 2004-05-21 Jim Blandy <jimb@redhat.com>
6813
6814 * ppc-linux-nat.c (fetch_register): Move code back to be next
6815 to the comment that describes it. (Moved code, instead of
6816 comment, for symmetry with store_register.)
6817
6818 Allocate regset structures in the gdbarch's obstack, not using
6819 xmalloc.
6820 * regset.c (regset_alloc): Renamed from regset_xmalloc.
6821 Add 'arch' argument. Allocate the regset on arch's obstack, not
6822 using xmalloc.
6823 * regset.h (regset_alloc): Update declaration.
6824 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
6825 gdbarch argument.
6826 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6827 * i386-tdep.c (i386_regset_from_core_section): Same.
6828 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6829 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6830 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6831 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6832 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6833 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6834
6835 2004-05-21 Joel Brobecker <brobecker@gnat.com>
6836
6837 * config/djgpp/fnchange.lst: Undo previous change, was useless.
6838
6839 2004-05-21 Jim Blandy <jimb@redhat.com>
6840
6841 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
6842 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
6843
6844 2004-05-20 Jim Blandy <jimb@redhat.com>
6845
6846 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
6847
6848 2004-05-20 Mark Kettenis <kettenis@gnu.org>
6849
6850 * regset.h: Make prototype const-correct.
6851 * regset.c (regset_xmalloc): Make const-correct.
6852
6853 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
6854
6855 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
6856 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
6857 (symbol_search_name): Declare.
6858
6859 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
6860 (iter_name_next_hashed): Ditto.
6861 (iter_name_next_linear): Ditto.
6862 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
6863
6864 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
6865 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
6866 (symbol_search_name): New function.
6867
6868 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
6869
6870 * minsyms.c (build_minimal_symbol_hash_tables): Change
6871 test for adding to demangled hash table to check for difference
6872 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
6873
6874 2004-05-19 Jim Blandy <jimb@redhat.com>
6875
6876 Use a constructor function to create regset structures.
6877 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
6878 (struct regset): Use supply_regset_ftype. Add new
6879 'collect_regset' member.
6880 (regset_xmalloc): New declaration.
6881 * regset.c: New file.
6882 * am64-tdep.c (amd64_regset_from_core_section): Use
6883 regset_xmalloc to construct regset structures.
6884 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6885 * i386-tdep.c (i386_regset_from_core_section): Same.
6886 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6887 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6888 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6889 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6890 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6891 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6892 * Makefile.in (COMMON_OBS): Add regset.o.
6893 (regset.o): New rule.
6894
6895 2004-05-19 Joel Brobecker <brobecker@gnat.com>
6896
6897 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6898 and pthread_cond_wait.c.
6899
6900 2004-05-18 Jim Blandy <jimb@redhat.com>
6901
6902 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6903 before the mach-specific switch, and then let the individual cases
6904 override the defaults, rather than leaving them uninitialized
6905 until the switch and then setting them in each case.
6906
6907 2004-05-18 Randolph Chung <tausq@debian.org>
6908
6909 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6910 millicode functions.
6911
6912 2004-05-18 Randolph Chung <tausq@debian.org>
6913
6914 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
6915 references to dld_flags_buffer consistent.
6916
6917 2004-05-18 Randolph Chung <tausq@debian.org>
6918
6919 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
6920 it for unwinding the stack.
6921
6922 2004-05-18 Randolph Chung <tausq@debian.org>
6923
6924 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
6925 Undefine these so we can overide them using gdbarch.
6926
6927 2004-05-18 Randolph Chung <tausq@debian.org>
6928
6929 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
6930 handling for 64-bit HPUX (elf).
6931
6932 2004-05-18 Daniel Jacobowitz <dan@debian.org>
6933
6934 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
6935 constants.
6936 * amd64-tdep.c (amd64_skip_prologue): Likewise.
6937 * ia64-tdep.c (examine_prologue): Likewise.
6938 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
6939 * v850-tdep.c (v850_fix_call_dummy): Likewise.
6940
6941 2004-05-18 Mark Kettenis <kettenis@gnu.org>
6942
6943 * vax-tdep.c (vax_return_value): Implement
6944 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6945
6946 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6947
6948 * vax-tdep.c (vax_return_value): Fix typo.
6949
6950 2004-05-17 Andrew Cagney <cagney@redhat.com>
6951
6952 * MAINTAINERS: Mark Salter was also responsible for
6953 testsuite/config/
6954
6955 * NEWS: Mention signal fixes.
6956
6957 2004-05-17 Randolph Chung <tausq@debian.org>
6958
6959 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
6960 check to see if we are unwinding an export stub. Export stubs clobber
6961 the %rp in the call path and stores the original rp in a stack slot.
6962
6963 2004-05-17 Jim Blandy <jimb@redhat.com>
6964
6965 * MAINTAINERS: Update address for J.T. Conklin.
6966
6967 2004-05-17 Randolph Chung <tausq@debian.org>
6968
6969 * hppa-tdep.c: Remove superfluous #include's.
6970 * Makefile.in (hppa-tdep.o): Update dependencies.
6971
6972 2004-05-17 Randolph Chung <tausq@debian.org>
6973
6974 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
6975 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
6976 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
6977 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
6978 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
6979 Remove static function declarations.
6980
6981 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6982
6983 * alphabsd-nat.c: Update copyright year.
6984 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
6985
6986 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
6987 and M68K_A2_REGNUM.
6988
6989 * m68k-tdep.c (m68k_svr4_return_value): Implement
6990 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6991
6992 2004-05-16 Mark Kettenis <kettenis@gnu.org>
6993
6994 * sol-thread.c Update copyright year. Fix various coding
6995 standards violations. Tweak a few comments.
6996 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
6997 Delete prototypes.
6998
6999 2004-05-15 Randolph Chung <tausq@debian.org>
7000
7001 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7002 as pointer instead of array reference since HPUX compiler does
7003 not accept unsized array arguments.
7004 * somsolib.c (dld_flags_buffer): Use constant array size.
7005
7006 2004-05-15 Mark Kettenis <kettenis@gnu.org>
7007
7008 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7009 offset with decimal offset.
7010 (amd64obsd_sigcontext_addr): Return correct address for entire
7011 signal trampoline.
7012
7013 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7014 instead of get_frame_base.
7015
7016 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7017 (fill_gregset): Use regcache_raw_collect.
7018
7019 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7020 ppcobsd-tdep.c.
7021
7022 * config/sparc/tm-nbsd64.h: Remove file.
7023 * config/tm-sunos.h: Remove file.
7024
7025 2004-05-15 Joel Brobecker <brobecker@gnat.com>
7026
7027 * rs6000-tdep.c (store_param_on_stack_p): New function,
7028 an improved version of some code extracted from skip_prologue().
7029 (skip_prologue): Use store_param_on_stack_p() to detect
7030 instructions saving a parameter on the stack. Detect when r0
7031 is used to save a parameter.
7032 Do not mark "li rx, SIMM" instructions as part of the prologue,
7033 unless the following instruction is also part of the prologue.
7034
7035 2004-05-14 Andrew Cagney <cagney@redhat.com>
7036
7037 * infrun.c (handle_inferior_event): Simplify
7038 STEP_OVER_UNDEBUGGABLE.
7039
7040 * infrun.c (handle_step_into_function): Delete function.
7041 (handle_inferior_event): Inline calls to
7042 handle_step_into_function.
7043
7044 2004-05-14 Jerome Guitton <guitton@gnat.com>
7045
7046 * rs6000-nat.c: Fix a comment.
7047
7048 2004-05-12 David Anderson <davea@sgi.com>
7049
7050 Committed by Jim Blandy <jimb@redhat.com>:
7051 * regcache.c (struct regcache_descr): fix comment spelling.
7052
7053 2004-05-13 J. Brobecker <brobecker@gnat.com>
7054
7055 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7056 Fixes a link link failure.
7057
7058 2004-05-13 J. Brobecker <brobecker@gnat.com>
7059
7060 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7061 error that was causing the build to fail.
7062
7063 2004-05-13 J. Brobecker <brobecker@gnat.com>
7064
7065 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7066 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7067
7068 2004-05-13 Andrew Cagney <cagney@redhat.com>
7069
7070 * infrun.c (handle_inferior_event): Check for
7071 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7072 calls. Update comments.
7073
7074 2004-05-13 Jim Blandy <jimb@redhat.com>
7075
7076 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7077 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7078 (store_regs_user_thread, store_regs_kernel_thread): Use
7079 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7080 * ppc-linux-nat.c (fill_gregset): Same.
7081 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7082 (ppc_linux_sigtramp_cache): Same.
7083 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7084 (ppcnbsd_sigtramp_cache_init): Same.
7085 * rs6000-nat.c (fetch_core_registers): Same.
7086 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7087 (rs6000_frame_cache): Same.
7088
7089 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7090 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7091 of assuming that the gprs are numbered starting with zero.
7092 * ppc-linux-nat.c (fill_gregset): Same.
7093 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7094 * ppcnbsd-nat.c (getregs_supplies): Same.
7095 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7096 * rs6000-nat.c (fetch_core_registers): Same.
7097 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7098
7099 2004-05-07 Michael Snyder <msnyder@redhat.com>
7100
7101 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7102 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7103
7104 2004-05-13 Andrew Cagney <cagney@redhat.com>
7105
7106 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7107
7108 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7109
7110 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7111 base_address for shared libraries.
7112
7113 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7114
7115 * MAINTAINERS (write after approval): Add myself.
7116
7117 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7118
7119 * breakpoint.c (bpstat_stop_status): Add new argument
7120 STOPPED_BY_WATCHPOINT. Use it instead of testing
7121 target_stopped_data_address agaist 0 to check whether
7122 or not we stopped due to a hardware watchpoint.
7123 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7124 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7125 with new argument.
7126
7127 2004-05-12 Jim Blandy <jimb@redhat.com>
7128
7129 * configure.in: When checking whether we should use the -bbigtoc
7130 option, don't forget to restore the original value of LDFLAGS.
7131 * configure: Regenerated.
7132
7133 2004-05-12 Andrew Cagney <cagney@redhat.com>
7134
7135 * thread.c (load_infrun_state): Delete step_sp.
7136 * infrun.c (context_switch): Ditto.
7137 * inferior.h (step_sp): Ditto.
7138 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7139 * gdbthread.h (struct thread_info, save_infrun_state)
7140 (restore_infrun_state): Ditto.
7141
7142 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7143
7144 * MAINTAINERS (write after approval): Add myself.
7145
7146 2004-05-12 Andrew Cagney <cagney@redhat.com>
7147
7148 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7149 eliminate reference to step_sp.
7150 (struct execution_control_state, init_execution_control_state)
7151 (handle_inferior_event, keep_going): Delete update_step_sp and
7152 step_sp.
7153 * infcmd.c (step_sp): Note that variable is unused.
7154
7155 2004-05-11 Andrew Cagney <cagney@redhat.com>
7156
7157 * infrun.c (step_over_function): Delete function.
7158 (handle_step_into_function): Use insert_step_resume_breakpoint.
7159 (insert_step_resume_breakpoint): Fix assertion.
7160
7161 2004-05-11 Nick Roberts <nickrob@gnu.org>
7162
7163 * utils.c (defaulted_query): Just use the normal query input type
7164 when printing the annotations.
7165
7166 2004-05-11 Andrew Cagney <cagney@redhat.com>
7167
7168 * infrun.c (handle_inferior_event): Simplify code handling
7169 step-into or return-from a signal trampoline.
7170
7171 2004-05-11 Andrew Cagney <cagney@redhat.com>
7172
7173 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7174 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7175
7176 2004-05-10 Jim Blandy <jimb@redhat.com>
7177
7178 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7179 with a call to internal_error.
7180
7181 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7182 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7183 processor variant lacks those registers.
7184 (ppc_floating_point_unit_p): Change description to make it clear
7185 that this returns info about the ISA, not the ABI.
7186 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7187 return true or false by checking tdep->ppc_fp0_regnum and
7188 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7189 arch/mach switching done in rs6000_gdbarch_init; it's better to
7190 keep that logic there, and just check the results here.
7191 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7192 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7193 floating-point registers.
7194 (ppc_supply_fpregset, ppc_collect_fpregset)
7195 (rs6000_push_dummy_call, rs6000_extract_return_value)
7196 (rs6000_store_return_value): Assert that we have floating-point
7197 registers.
7198 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7199 (rs6000_frame_cache): Don't note the locations at which
7200 floating-point registers were saved if we have no fprs.
7201 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7202 registers.
7203 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7204 (store_regs_user_thread, store_regs_kernel_thread): Only call
7205 supply_fprs / fill_fprs if we actually have floating-point
7206 registers.
7207 (special_register_p): Check ppc_fpscr_regnum before matching
7208 against it.
7209 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7210 supply / collect fpscr if we don't have it.
7211 * ppc-bdm.c: #include "gdb_assert.h".
7212 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7213 have floating-point registers, since I can't test this code on
7214 FP-free systems to adapt it.
7215 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7216 fpscr and floating point register numbers if they don't exist.
7217 (fetch_register): Assert that we have floating-point registers
7218 before we reach the code that handles them.
7219 (store_register): Same. And use tdep instead of calling
7220 gdbarch_tdep again.
7221 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7222 don't have them.
7223 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7224 fprs and fpscr if we don't have them.
7225 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7226 don't have them.
7227 * ppcnbsd-nat.c: #include "gdb_assert.h".
7228 (getfpregs_supplies): Assert that we have floating-point registers.
7229 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7230 * ppcobsd-tdep.c: #include "gdb_assert.h".
7231 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7232 have floating-point registers.
7233 * rs6000-nat.c (regmap): Don't match against the fpscr and
7234 floating point register numbers if they don't exist.
7235 (fetch_inferior_registers, store_inferior_registers,
7236 fetch_core_registers): Only fetch / store / supply the
7237 floating-point registers and the fpscr if we have them.
7238 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7239 (ppcobsd-tdep.o): Update dependencies.
7240
7241 2004-05-10 Andrew Cagney <cagney@redhat.com>
7242
7243 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7244 (context_switch): Do not switch through_sigtramp_breakpoint.
7245 * gdbthread.h (save_infrun_state, load_infrun_state)
7246 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7247 and structure member.
7248 * thread.c (load_infrun_state, save_infrun_state): Update.
7249
7250 2004-05-10 Mark Kettenis <kettenis@gnu.org>
7251
7252 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7253
7254 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7255
7256 * acinclude.m4: Quote macro names being defined by AC_DEFUN
7257 throughout.
7258 * aclocal.m4: Regenerate.
7259
7260 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
7261
7262 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7263
7264 2004-05-10 Andrew Cagney <cagney@redhat.com>
7265
7266 * infrun.c (check_sigtramp2): Delete function.
7267 (handle_inferior_event): When single stepping, and taking a
7268 signal, set a breakpoint at the signal return address. Delete
7269 redundant calls to check_sigtramp2.
7270 (insert_step_resume_breakpoint): New function.
7271 (through_sigtramp_breakpoint, handle_inferior_event)
7272 (follow_exec, wait_for_inferior, fetch_inferior_event)
7273 (currently_stepping, keep_going): Delete most uses of
7274 through_sigtramp_breakpoint, not that it should be deleted.
7275 (delete_breakpoint_current_contents): Delete function.
7276
7277 2004-05-10 Randolph Chung <tausq@debian.org>
7278
7279 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7280 target.
7281 * config/pa/tm-linux.h: New file.
7282
7283 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
7284
7285 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7286 of prefixes. Don't print the prefix twice in the CLI.
7287
7288 2004-05-10 Jim Blandy <jimb@redhat.com>
7289
7290 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7291 collect all the gprs.
7292
7293 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7294 loop collecting gprs.
7295
7296 2004-05-09 Andrew Cagney <cagney@redhat.com>
7297
7298 * remote-vx.c (net_step): Delete step-range code.
7299 * remote.c (remote_resume, init_all_packet_configs)
7300 (set_remote_protocol_E_packet_cmd)
7301 (show_remote_protocol_E_packet_cmd)
7302 (remote_protocol_E, show_remote_cmd, _initialize_remote)
7303 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7304 (show_remote_protocol_e_packet_cmd): Ditto.
7305
7306 2004-05-09 Mark Kettenis <kettenis@gnu.org>
7307
7308 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7309
7310 * hppa-tdep.h: Update copyright year.
7311 (struct trad_frame_saved_reg): Add opaque declaration.
7312
7313 * amd64-tdep.c (amd64_return_value): Implement
7314 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7315
7316 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7317 (m68k_value_to_register): New functions.
7318 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7319 value_to_register.
7320
7321 * defs.h (enum return_value_convention): Add
7322 RETURN_VALUE_ABI_RETURNS_ADDRESS and
7323 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7324 * infcmd.c (legacy_return_value): New function.
7325 (print_return_value): Rwerite to implement
7326 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7327 * values.c (using_struct_return): Check for inequality to
7328 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7329 RETURN_VALUE_STRUCT_CONVENTION.
7330 * i386-tdep.c (i386_return_value): Implement
7331 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7332
7333 * vax-tdep.c: Tweak comments. Reorder include files. Don't
7334 include "symtab.h", "opcode/vax.h" and "inferior.h".
7335 (vax_skip_prologue): Replace calls to read_memory_integer by calls
7336 to read_memory_unsigned_integer.
7337 (vax_gdbarch_init): Reorder.
7338 (_initialize_vax_tdep): Spell out prototype.
7339 * Makefile.in (vax-tdep.o): Update dependencies.
7340
7341 2004-05-08 Andrew Cagney <cagney@redhat.com>
7342
7343 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7344 * target.c (target_detach, target_disconnect): Ditto.
7345
7346 * infcall.c (call_function_by_hand): When no
7347 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7348 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7349 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7350 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7351 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7352
7353 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7354 * gdbarch.h, gdbarch.c: Re-generate.
7355 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7356 deprecated_fix_call_dummy.
7357 * v850-tdep.c (v850_gdbarch_init): Ditto.
7358 * infcall.c (call_function_by_hand): Do not call
7359 DEPRECATED_FIX_CALL_DUMMY.
7360
7361 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7362 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7363 * gdbarch.h, gdbarch.c: Re-generate.
7364 * arm-linux-tdep.c (arm_linux_call_dummy_words)
7365 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7366 deprecated_sizeof_call_dummy_words.
7367 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
7368 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
7369 * v850-tdep.c (v850_gdbarch_init): Ditto.
7370 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7371 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
7372 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7373 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7374 * arch-utils.h (legacy_call_dummy_words)
7375 (legacy_sizeof_call_dummy_words): Delete declarations.
7376 * arch-utils.c (legacy_call_dummy_words)
7377 (legacy_sizeof_call_dummy_words): Delete variables.
7378
7379 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
7380 * gdbarch.h, gdbarch.c: Re-generate.
7381 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
7382 * infcall.c (call_function_by_hand): Eliminate call to
7383 DEPRECATED_PUSH_DUMMY_FRAME.
7384 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7385 push_dummy_frame.
7386 (ns32k_push_dummy_frame): Delete function.
7387
7388 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7389 deprecated_call_dummy_breakpoint_offset or
7390 deprecated_call_dummy_start_offset.
7391 * dummy-frame.c, arm-tdep.c: Update comments.
7392 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
7393 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
7394 * gdbarch.h, gdbarch.c: Re-generate.
7395
7396 * infcall.c (legacy_push_dummy_code): Delete function.
7397 (push_dummy_code): Delete call.
7398
7399 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
7400 * gdbarch.h, gdbarch.c: Re-generate.
7401 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
7402 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
7403 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
7404 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
7405
7406 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
7407 (struct frame_info): Delete opaque declaration.
7408 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
7409 * frame.c (get_frame_type): Delete call.
7410
7411 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7412 pc_in_call_dummy.
7413 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
7414 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
7415
7416 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7417
7418 * alphanbsd-tdep.c: Include "gdb_string.h".
7419 * armnbsd-tdep.c: Update copyright year.
7420 Include "gdb_string.h".
7421 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
7422 dependencies.
7423
7424 * delta68-nat.c: Remove file.
7425 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
7426 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
7427 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
7428 (delta68-nat.o): Remove dependency.
7429
7430 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
7431 function.
7432 (m68k_gdbarch_init): Don't set
7433 deprecated_frameless_function_invocation.
7434
7435 2004-05-07 Randolph Chung <tausq@debian.org>
7436
7437 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
7438 read_memory_nobpt for code reading when doing frame unwinding.
7439 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
7440
7441 2004-05-07 Randolph Chung <tausq@debian.org>
7442
7443 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
7444 instead of sp, handle sigaltstack case.
7445 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
7446 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
7447 signal handler and not that of the caller.
7448 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
7449 hppa_linux_sigtramp_find_sigcontext.
7450
7451 2004-05-07 Randolph Chung <tausq@debian.org>
7452
7453 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
7454 hppa-linux-nat.c.
7455 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
7456 * hppa-linux-nat.c (fetch_register, store_register): Define.
7457 (fetch_inferior_registers, store_inferior_registers): Define.
7458 (supply_gregset): Add comment and clean up some unneeded code.
7459 (fill_gregset): Add comment and fix so that it saves registers in
7460 the right place in the gregset.
7461 (fill_fpregset): Fix buffer overrun problem.
7462 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7463
7464 2004-05-07 Randolph Chung <tausq@debian.org>
7465
7466 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
7467 do common handling of the pcoqt register.
7468 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
7469 to use helper function.
7470 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
7471 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
7472 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
7473 generic fallback unwinder when all else fails.
7474 (hppa_gdbarch_init): Add fallback sniffer.
7475 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
7476 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
7477 to use helper function.
7478
7479 2004-05-08 Joel Brobecker <brobecker@gnat.com>
7480
7481 * config/djgpp/fnchange.lst: Add translation rules for
7482 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
7483
7484 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7485
7486 * frame.c (get_prev_frame_1): Work around GCC bug.
7487 * frame.h: Add comment about GCC bug.
7488
7489 2004-05-07 Andrew Cagney <cagney@redhat.com>
7490
7491 * observer.c: Include "commands.h" and "gdbcmd.h".
7492 (observer_debug, _initialize_observer): Add the
7493 command "set/show debug observer".
7494 * observer.sh: When observer debugging, log notify calls.
7495 * Makefile.in (observer.o): Update dependencies.
7496
7497 2004-05-07 Jason Molenda (jmolenda@apple.com)
7498
7499 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
7500
7501 2004-05-07 Jim Blandy <jimb@redhat.com>
7502
7503 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
7504 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
7505 to recognize gpr regnums, instead of assuming that
7506 tdep->ppc_fp0_regnum marks the end of the general-purpose
7507 registers.
7508
7509 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
7510 the given architecture has floating-point registers.
7511
7512 2004-05-07 Andrew Cagney <cagney@redhat.com>
7513
7514 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
7515 macro defined to 1.
7516 * gdbarch.h, gdbarch.c: Re-generate.
7517 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7518 deprecated_use_generic_dummy_frames.
7519
7520 2004-05-07 Brian Ford <ford@vss.fsi.com>
7521
7522 * NEWS: Mention Cygwin DWARF 2 support.
7523
7524 2004-05-07 Andrew Cagney <cagney@redhat.com>
7525
7526 * objfiles.h (struct entry_info): Delete unused fields
7527 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
7528 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
7529 * mipsread.c (mipscoff_symfile_read): Update.
7530 * mdebugread.c (parse_partial_symbols): Update.
7531 * dwarfread.c (read_file_scope): Update.
7532 * dwarf2read.c (read_file_scope): Update.
7533 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
7534 * coffread.c (complete_symtab): Update.
7535
7536 2004-05-07 Mark Kettenis <kettenis@gnu.org>
7537
7538 * infcall.c (_initialize_infcall): Fix typo.
7539
7540 2004-05-07 Andrew Cagney <cagney@redhat.com>
7541
7542 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
7543 * command.h (add_setshow_zinteger_cmd): Declare.
7544
7545 2004-05-06 Randolph Chung <tausq@debian.org>
7546
7547 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
7548 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
7549 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
7550 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
7551 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
7552 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
7553 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
7554 definitions ...
7555 * hppa-tdep.h: ... to here, with HPPA_ prefix.
7556 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
7557 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
7558 (hppa64_hpux_frame_find_saved_regs_in_sig)
7559 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
7560 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
7561 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
7562 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
7563 (hppa_linux_sigtramp_frame_prev_register): Likewise.
7564 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
7565 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
7566 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
7567 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
7568 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
7569 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
7570 (hppa32_register_type, hppa_cannot_store_register)
7571 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
7572 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
7573 * hpread.c (hpread_process_one_debug_symbol): Likewise.
7574 * pa64solib.c (pa64_solib_have_load_event)
7575 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
7576 (pa64_solib_unloaded_library_pathname): Likewise.
7577 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
7578 (som_solib_library_pathname): Likewise.
7579
7580 2004-05-05 Jim Ingham <jingham@apple.com>
7581
7582 * breakpoint.c (create_breakpoints): Copy the ignore count and
7583 thread id over from the pended breakpoint to the actual
7584 breakpoint.
7585
7586 2004-05-05 Andrew Cagney <cagney@redhat.com>
7587
7588 * gdbarch.sh (PARM_BOUNDARY): Delete.
7589 gdbarch.h, gdbarch.c: Re-generate.
7590 * valops.c (PARM_BOUNDARY): Delete macro.
7591 (value_push): Delete PARM_BOUNDARY code.
7592 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
7593
7594 2004-05-04 Jim Blandy <jimb@redhat.com>
7595
7596 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
7597 Don't assume that the gprs, fprs, and UISA sprs are
7598 contiguous, start at register number zero, and end with fpscr.
7599 Instead, use the numbers from the tdep structure.
7600
7601 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
7602 should no longer be used in code specific to the RS6000 and its
7603 derivatives.
7604 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
7605 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
7606 tdep->ppc_fp0_regnum.
7607 (ppc_supply_fpregset, ppc_collect_fpregset)
7608 (rs6000_push_dummy_call, rs6000_extract_return_value)
7609 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
7610 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
7611 FP0_REGNUM.
7612 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
7613 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
7614 Same.
7615 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
7616 bdm_ppc_store_registers): Same.
7617 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
7618 (store_register, fill_fpregset): Same.
7619 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
7620 (ppc_linux_supply_fpregset): Same.
7621 * ppcnbsd-nat.c (getfpregs_supplies): Same.
7622 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
7623 Same.
7624 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
7625 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
7626 ppc64_sysv_abi_return_value): Same.
7627 * rs6000-nat.c (regmap, fetch_inferior_registers)
7628 (store_inferior_registers, fetch_core_registers): Same.
7629
7630 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7631
7632 * m68knbsd-nat.c: Remove file.
7633 * m68knbsd-tdep.c: Remove file.
7634 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
7635 dependencies.
7636 * configure.host: Add m68k-*-netbsdelf*.
7637 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
7638 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
7639 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
7640 (XM_FILE): Remove.
7641 * config/m68k/nbsdelf.mh: New file.
7642 * config/m68k/nbsd.mt: New file.
7643 * config/m68k/nbsdaout.mt: Remove file.
7644 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
7645 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
7646 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
7647 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
7648 (use_struct_convention): Remove prototype.
7649 (USE_STRUCT_CONVENTION): Remove define.
7650 * config/m68k/xm-nbsd.h: Remove file.
7651
7652 2004-05-04 Michael Snyder <msnyder@redhat.com>
7653
7654 * m68k-tdep.c (m68k_gdbarch_init): Default to using
7655 reg_struct_return method (as gcc usually does for cross targets).
7656
7657 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7658
7659 Committed by Andrew Cagney.
7660 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
7661 alignment padding when accessing ucontext struct members.
7662
7663 2004-05-04 Jim Blandy <jimb@redhat.com>
7664
7665 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
7666 'ppc_gplast_regnum' member.
7667 (ppc_num_gprs): New enum constant.
7668 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
7669 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
7670 * rs6000-nat.c (regmap, fetch_inferior_registers,
7671 store_inferior_registers): Same.
7672 * rs6000-tdep.c (e500_pseudo_register_read)
7673 (e500_pseudo_register_write): Same.
7674 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
7675
7676 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
7677 * ppc-tdep.h (ppc_num_fprs): New enum constant.
7678 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
7679 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
7680 FPLAST_REGNUM.
7681 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7682 Same.
7683 * ppc-linux-nat.c (ppc_register_u_addr): Same.
7684 * rs6000-nat.c (regmap, fetch_inferior_registers)
7685 (store_inferior_registers): Same.
7686
7687 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
7688 with FPLAST_REGNUM.
7689
7690 2004-05-03 Joel Brobecker <brobecker@gnat.com>
7691
7692 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
7693 failure detected by recent versions of GCC.
7694 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
7695 to be consistent with the usage in dwarf2_create_include_psymtab.
7696
7697 2004-05-03 Michael Snyder <msnyder@redhat.com>
7698
7699 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
7700 (heuristic_proc_start): Whitespace cleanup.
7701
7702 2004-05-04 Mark Kettenis <kettenis@gnu.org>
7703
7704 * sun3-nat.c: Remove file.
7705 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
7706 dependencies.
7707 (ALLDEPFILES): Remove sun3-nat.c.
7708 (sun3-nat.o): Remove dependencies.
7709
7710 * i386-interix-nat.c, i386-interix-tdep.c,
7711 config/i386/nm-interix.h, config/i386/interix.mh,
7712 config/i386/interix.mt: Remove files.
7713 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
7714 dependencies.
7715
7716 2004-05-03 Mark Kettenis <kettenis@gnu.org>
7717
7718 * m68k-tdep.h (struct gdbarch_tdep): Add member
7719 struct_value_regnum.
7720 (m68k_svr4_init_abi): New prototype.
7721 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
7722 different calling conventions.
7723 (m68k_extract_return_value): Remove code dealing with single-field
7724 structs.
7725 (m68k_store_return_value): Remove code dealing with single-field
7726 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
7727 (m68k_extract_struct_value_address): Remove function.
7728 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
7729 (m68k_reg_struct_return_p, m68k_return_value)
7730 (m68k_svr4_return_value): New functions.
7731 (m68k_use_struct_convention): Remove function.
7732 (m68k_push_dummy_call): Use new struct_value_regnum member of
7733 `struct gdbarch_tdep' instead of hardcoded register number to
7734 store STRUCT_ADDR.
7735 (m68k_svr4_init_abi): New function.
7736 (m68k_gdbarch_init): Don't set extract_return_value,
7737 store_return_values, deprecated_extract_struct_value_address and
7738 use_struct_convention. Set return_value instead. Initialize new
7739 struct_value_regnum member of `struct gdbarch_tdep'.
7740 * m68klinux-tdep.c: Update copyright year.
7741 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
7742 (m68k_linux_extract_struct_value_address): Remove function.
7743 (m68k_linux_init_abi): Don't set extract_return_value,
7744 store_return_values, deprecated_extract_struct_value_address and
7745 use_struct_convention. Call m68k_svr4_init_abi but override the
7746 new struct_value_regnum member of `struct gdbarch_tdep'.
7747 * Makefile.in (m68k-tdep.o): Update dependencies.
7748
7749 2004-05-03 J. Brobecker <brobecker@gnat.com>
7750
7751 * dwarf2read.c (line_header): Add new included_p field in
7752 field file_names.
7753 (partial_die_info): New field has_stmt_list. New field line_offset.
7754 (dwarf2_create_include_psymtab): New function.
7755 (dwarf2_build_include_psymtabs): New function.
7756 (add_file_name): Add forward declaration. Initialize new field.
7757 (dwarf_decode_lines): Add new parameter. Enhance this procedure
7758 to be able to determine the list of files included by the
7759 given unit, and build their associated psymtabs.
7760 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
7761 files as well.
7762 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
7763 (read_file_scope): Update call to dwarf_decode_lines.
7764 (read_partial_die): Handle DW_AT_stmt_list attributes.
7765
7766 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
7767
7768 Unfix PR gdb/1626.
7769 * configure.in: Revert special case for osf5.*.
7770 * configure: Regenerate.
7771
7772 2004-05-02 Jim Blandy <jimb@redhat.com>
7773
7774 Move the symbol-file-from-memory functions into their own file.
7775 * symfile-mem.c, symfile-mem.h: New files.
7776 * symfile.c (symbol_file_add_from_bfd): New function.
7777 (symbol_file_add): Call symbol_file_add_from_bfd.
7778 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
7779 Moved to symfile-mem.c.
7780 (_initialize_symfile): Move definition of
7781 add-symbol-file-from-memory command to symfile-mem.c.
7782 * symfile.h (symbol_file_add_from_bfd): New declaration.
7783 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
7784 * config/powerpc/linux.mt (TDEPFILES): Same.
7785 * Makefile.in (SFILES): Add symfile-mem.c.
7786 (symfile_mem_h): New variable.
7787 (HFILES_NO_SRCDIR): Add symfile-mem.h.
7788 (symfile-mem.o): New rule.
7789
7790 2004-05-01 Andrew Cagney <cagney@redhat.com>
7791
7792 * breakpoint.c (insert_bp_location): Use get_frame_id, and
7793 frame_find_by_id instead of frame_relative_level.
7794 (do_enable_breakpoint): Ditto.
7795 * thread.c: Update copyright.
7796 (info_threads_command): Ditto, simplify.
7797
7798 * frame.c (deprecated_generic_get_saved_register): Delete
7799 function, moved to "xstormy16-tdep.c".
7800 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
7801 deprecated_generic_get_saved_register from "frame.c".
7802 (xstormy16_frame_saved_register): Call
7803 xstormy16_get_saved_register.
7804 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
7805 static.
7806 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
7807 * frame.h (deprecated_generic_get_saved_register): Delete.
7808
7809 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
7810
7811 * dwarfread.c: Update documentation on the state of dwarf-1.
7812
7813 2004-05-01 Andrew Cagney <cagney@redhat.com>
7814
7815 * stack.c (select_frame_command): Delete call to
7816 frame_relative_level.
7817 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
7818 Delete #if0 code.
7819 (frame_info): Do not print FRAMELESS.
7820 (print_block_frame_labels): Replace DEPRECATED_STREQ.
7821 (catch_info): Delete #if0 code.
7822
7823 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
7824 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
7825 of frame_relative_level.
7826 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
7827 to SENTINEL_FRAME.
7828 * frame.h (enum frame_type): Add SENTINEL_FRAME.
7829 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
7830 frame_relative_level.
7831
7832 * frame.h (deprecated_set_frame_type): Delete declaration.
7833 * frame.c (deprecated_set_frame_type): Delete function, update
7834 comments.
7835
7836 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
7837 * gdbarch.h, gdbarch.c: Re-generate.
7838 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
7839 (shnbsd_pc_in_sigtramp): Delete.
7840 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
7841 pc_in_sigtramp.
7842 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
7843 pc_in_sigtramp.
7844 * frame.h: Update comments.
7845 * ppc-linux-tdep.c: Update comments.
7846 * breakpoint.c (bpstat_what): Update comments.
7847
7848 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
7849 m68klinux-tdep.o's dependencies, were previously added to
7850 m68klinux-nat.o.
7851
7852 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
7853 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
7854 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7855 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7856 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7857
7858 * Makefile.in (m68klinux-nat.o): Update dependencies.
7859 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7860 (m68k_linux_sigtramp_frame_cache)
7861 (m68k_linux_sigtramp_frame_this_id)
7862 (m68k_linux_sigtramp_frame_prev_register)
7863 (m68k_linux_sigtramp_frame_unwind)
7864 (m68k_linux_sigtramp_frame_sniffer)
7865 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
7866 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
7867 names, use trad-frame.h.
7868 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
7869 (struct m68k_sigtramp_info): Delete.
7870 * m68k-tdep.c (m68k_sigtramp_frame_cache)
7871 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
7872 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
7873 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
7874 "m68klinux-tdep.c".
7875
7876 * infrun.c (check_sigtramp2): Delete check for
7877 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
7878
7879 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7880
7881 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
7882
7883 2004-05-01 Andrew Cagney <cagney@redhat.com>
7884
7885 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7886 (frv_linux_sigtramp_frame_cache)
7887 (frv_linux_sigtramp_frame_this_id)
7888 (frv_linux_sigtramp_frame_prev_register)
7889 (frv_linux_sigtramp_frame_unwind)
7890 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
7891 include "linux" in function and variable names, directly call
7892 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
7893 the latest trad-frame code.
7894 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
7895 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
7896 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7897 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7898 * frv-tdep.c (frv_sigtramp_frame_cache)
7899 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7900 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7901 frv-linux-tdep.c.
7902 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7903 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7904 (frv_set_sigcontext_reg_addr): Delete function.
7905
7906 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7907 (DEPRECATED_SIGTRAMP_END): Delete.
7908 * gdbarch.h, gdbarch.c: Re-generate.
7909 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7910 * config/vax/tm-vaxbsd.h: Update copyright.
7911 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7912 (DEPRECATED_IN_SIGTRAMP): Define.
7913 * config/m68k/tm-nbsd.h: Update copyright.
7914 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7915 (DEPRECATED_IN_SIGTRAMP): Define.
7916
7917 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7918
7919 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
7920 encondings. Fixes PR gdb/1628.
7921
7922 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
7923 DW_CFA_restore state without a matching DW_CFA_remember_state
7924 instead of aborting. Fixes PR backtrace/1589.
7925
7926 2004-04-30 Joel Brobecker <brobecker@gnat.com>
7927
7928 * MAINTAINERS: Add self as AIX maintainer.
7929 Update my e-mail address in write-after-approval section.
7930
7931 2004-04-30 Andrew Cagney <cagney@redhat.com>
7932
7933 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
7934 (legacy_get_prev_frame): Ditto.
7935
7936 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
7937 (mips_gdbarch_init): Do not set pc_in_sigtramp.
7938 * mipsread.c (sigtramp_address): Delete extern variable.
7939 (mipscoff_new_init): Delete reference.
7940 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
7941 (fixup_sigtramp): Delete function.
7942 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
7943 (fixup_sigtramp): Delete declarations.
7944
7945 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
7946 deprecated_pc_in_sigtramp.
7947 (ppcnbsd_pc_in_sigtramp): Delete function.
7948
7949 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7950
7951 * config/m68k/nm-nbsd.h: Tweak comments.
7952 * config/m68k/nm-nbsdaout.h: Likewise.
7953
7954 2004-04-30 Andrew Cagney <cagney@redhat.com>
7955
7956 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
7957 legacy_pc_in_sigtramp.
7958 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
7959
7960 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7961
7962 Add OpenBSD/m68k support.
7963 * NEWS (New native configurations): Mention OpenBSD/m68k.
7964 * m68kbsd-tdep.c: New file.
7965 * m68kbsd-nat.c: New file.
7966 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
7967 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
7968 * configure.host: Add m68k-*-openbsd.
7969 * configure.tgt: Add m68k-*-openbsd.
7970 * config/m68k/tm-obsd.h: New file.
7971 * config/m68k/obsd.mt: New file.
7972 * config/m68k/obsd.mh: New file.
7973 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
7974 m68kbsd-tdep.c.
7975
7976 2004-04-30 Andrew Cagney <cagney@redhat.com>
7977
7978 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
7979 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
7980
7981 2004-04-30 Mark Kettenis <kettenis@gnu.org>
7982
7983 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
7984 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
7985
7986 2004-04-30 Brian Ford <ford@vss.fsi.com>
7987
7988 Revert 2004-04-16 change.
7989 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
7990 (i386_coff_init_abi): Remove.
7991 * i386-tdep.h (i386_coff_init_abi): Remove.
7992 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
7993
7994 2004-04-30 Andrew Cagney <cagney@redhat.com>
7995
7996 * blockframe.c (find_pc_partial_function): Delete use of
7997 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
7998 DEPRECATED_SIGTRAMP_END.
7999
8000 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8001 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8002 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8003 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8004 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8005
8006 * defs.h (deprecated_inside_entry_file): Delete declaration.
8007 * blockframe.c (deprecated_inside_entry_file): Delete function.
8008 (legacy_frame_chain_valid): Delete call.
8009 * sh64-tdep.c (sh64_frame_chain): Delete call.
8010 * objfiles.h: Update comments.
8011 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8012 call.
8013 * frame.c (get_prev_frame): Delete call, update comments.
8014
8015 2004-04-30 Brian Ford <ford@vss.fsi.com>
8016
8017 * MAINTAINERS (Write After Approval): Add myself.
8018
8019 2004-04-30 Andrew Cagney <cagney@redhat.com>
8020
8021 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8022 * gdbarch.h, gdbarch.c: Re-generate.
8023 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8024 code.
8025
8026 2004-04-30 Andrew Cagney <cagney@redhat.com>
8027
8028 * gdb-events.sh (selected_thread_changed)
8029 (selected_frame_level_changed, target_changed): Delete.
8030 * gdb-events.h, gdb-events.c: Re-generate.
8031 * valops.c (value_assign): Update.
8032 * stack.c (select_frame_command, up_silently_base)
8033 (down_silently_base): Update.
8034
8035 2004-04-29 Andrew Cagney <cagney@redhat.com>
8036
8037 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8038 registers correctly.
8039 (print_gp_register_row, mips32_heuristic_proc_desc)
8040 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8041 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8042 references to mips_isa_regsize.
8043
8044 2004-04-29 Andrew Cagney <cagney@redhat.com>
8045
8046 * mips-tdep.c (struct gdbarch_tdep): Delete
8047 mips_fp_register_double.
8048 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8049 mips_abi_regsize.
8050 (mips_gdbarch_init): Do not set mips_fp_register_double.
8051 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8052
8053 2004-04-29 Joel Brobecker <brobecker@gnat.com>
8054
8055 Committed by Andrew Cagney.
8056 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8057 function calls.
8058
8059 2004-04-29 Andrew Cagney <cagney@redhat.com>
8060
8061 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8062 gdbarch, use mips_abi, update callers.
8063 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8064 mips_abi_regsize, update callers.
8065 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8066 mips_default_abi_regsize.
8067 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8068 mips_default_abi_regsize.
8069
8070 2004-04-29 Andrew Cagney <cagney@redhat.com>
8071
8072 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8073 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8074 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8075 mips_default_abi_regsize.
8076 (mips_isa_regsize): Rename mips_regisze.
8077 * mipsnbsd-tdep.c: Update.
8078 * mips-linux-tdep.c: Update.
8079 * irix5-nat.c: Update.
8080 * mips-tdep.h (mips_isa_regsize): Update.
8081
8082 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8083 Delete all disabled code.
8084 * gdb-events.h, gdb-events.c: Re-generate.
8085
8086 2004-04-19 Jerome Guitton <guitton@gnat.com>
8087 Mark Kettenis <kettenis@gnu.org>
8088
8089 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8090 the function begins with a branch instruction.
8091
8092 2004-04-29 Mark Kettenis <kettenis@gnu.org>
8093
8094 * i386-tdep.c: Fix spelling mistakes.
8095
8096 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8097 Andrew Cagney <cagney@redhat.com>
8098
8099 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8100 <sys/proc.h>.
8101 * acconfig.h: Provide default _KMEMUSER value.
8102 * config.in, configure: Re-generate.
8103 * NEWS: Mention fix.
8104
8105 2004-04-24 Randolph Chung <tausq@debian.org>
8106
8107 * configure.host (hppa*-*-linux*): New target.
8108 * configure.tgt (hppa*-*-linux*): Likewise.
8109 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8110 gdbarch_init_osabi() call earlier so that osabi-specific frame
8111 unwinders can be registered first.
8112 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8113 hppa-linux-nat.c.
8114 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8115 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8116 * config/pa/linux.mh: New file.
8117 * config/pa/linux.mt: New file.
8118 * config/pa/nm-linux.h: New file.
8119 * config/pa/xm-linux.h: New file.
8120 * hppa-linux-nat.c: New file.
8121 * hppa-linux-tdep.c: New file.
8122
8123 2004-04-28 Randolph Chung <tausq@debian.org>
8124
8125 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8126 return values.
8127 (hppa32_push_dummy_call): Fix small struct and floating point argument
8128 passing, and make sure the stack frame is properly aligned.
8129
8130 2004-04-28 Andrew Cagney <cagney@redhat.com>
8131
8132 * stack.c (print_stack_frame): Fix description.
8133
8134 * NEWS: Mention gdb/gdbserver/configure execute permission
8135 changed. PR server/519.
8136
8137 2004-04-28 Andrew Cagney <cagney@redhat.com>
8138
8139 * stack.c (print_stack_frame_stub): Delete declaration.
8140 (struct print_stack_frame_args, print_stack_frame)
8141 (print_frame_info, print_frame): Replace "source" with print what.
8142 Replace "print" with "print_level". Replace "args" with
8143 "print_args".
8144 * frame.h (show_and_print_stack_frame, print_stack_frame)
8145 (print_frame_info): Update declarations.
8146 * stack.c (select_and_print_frame, frame_command)
8147 (current_frame_command, up_command, down_command): Update calls -
8148 use get_selected_frame, pass "enum print_what" for source, do not
8149 call frame_relative_level.
8150 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8151 * remote-rdp.c (remote_rdp_open): Ditto.
8152 * remote-mips.c (common_open): Ditto.
8153 * remote-e7000.c (e7000_start_remote): Ditto.
8154 * ocd.c (ocd_start_remote): Ditto.
8155 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8156 * infrun.c (normal_stop): Ditto.
8157 * inflow.c (kill_command): Ditto.
8158 * infcmd.c (finish_command): Ditto.
8159 * corelow.c (core_open): Ditto.
8160 * tracepoint.c (finish_tfind_command): Ditto.
8161 * thread.c (info_threads_command, info_threads_command)
8162 (restore_current_thread, do_captured_thread_select): Ditto.
8163 * ada-tasks.c (task_command): Ditto.
8164
8165 2004-04-26 Orjan Friberg <orjanf@axis.com>
8166
8167 * frame.c: Include "observer.h".
8168 (frame_observer_target_changed): New function.
8169 (_initialize_frame): Attach target_changed observer.
8170 * regcache.c: Include "observer.h".
8171 (regcache_observer_target_changed): New function.
8172 (_initialize_regcache): Attach target_changed observer.
8173 * valops.c: Include "observer.h".
8174 (value_assign): Notify target_changed event when modifying register.
8175 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8176
8177 2004-04-26 Orjan Friberg <orjanf@axis.com>
8178
8179 From Paul Koning <pkoning@equallogic.com>:
8180 * breakpoint.c (free_valchain): New function.
8181 (insert_bp_location, delete_breakpoint): Use free_valchain.
8182 (remove_breakpoint): Do not remove the valchain.
8183 (bpstat_stop_status): If not stopped by watchpoint, skip
8184 watchpoints when generating stop status list.
8185 * infrun.c (handle_inferior_event): Make
8186 stepped_after_stopped_by_watchpoint a global variable.
8187 * remote.c (remote_stopped_data_address): Return watch data
8188 address rather than zero if stepped_after_stopped_by_watchpoint is
8189 set.
8190
8191 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8192
8193 Fix PR gdb/1626.
8194 * configure.in: Check for curses after termcap.
8195 On osf5.*, do not check for ncurses.
8196 * configure: Regenerate.
8197
8198 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8199
8200 * ppcobsd-nat.c: Include "ppc-tdep.h".
8201 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8202
8203 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8204 Fixes PR tdep/1623 and PR tdep/1624.
8205
8206 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8207
8208 * xmodem.h, xmodem.c: Remove files.
8209 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8210
8211 2004-04-23 Randolph Chung <tausq@debian.org>
8212
8213 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8214 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8215 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8216 for handling stackless frames.
8217 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8218
8219 2004-04-23 Randolph Chung <tausq@debian.org>
8220
8221 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8222 starts at a pc before the frame is created.
8223
8224 2004-04-23 Joel Brobecker <brobecker@gnat.com>
8225
8226 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8227
8228 2004-04-23 Jerome Guitton <guitton@gnat.com>
8229
8230 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8231 use convert_typed_floating to get the appropriate format.
8232
8233 2004-04-22 Randolph Chung <tausq@debian.org>
8234
8235 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8236 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8237 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8238 (hppa_sign_extend): Add prototype.
8239 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8240 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8241 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8242 hppa targets will also use these functions.
8243 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8244 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8245 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8246 (hppa_gdbarch_init): Remove gdbarch setting of
8247 skip_trampoline_code, in_solib_call_trampoline and
8248 in_solib_return_trampoline.
8249 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8250 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8251 hppa_in_solib_call_trampoline.
8252 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8253 Moved from hppa-tdep.c.
8254 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
8255 in_solib_call_trampoline and in_solib_return_trampoline.
8256
8257 2004-04-22 Randolph Chung <tausq@debian.org>
8258
8259 * hppa-tdep.c (hppa_debug): New variable.
8260 (find_unwind_entry, hppa_frame_cache): Add debug output.
8261 (_initialize_hppa_tdep): Add command to set debug flag.
8262
8263 2004-04-22 Andrew Cagney <cagney@redhat.com>
8264
8265 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
8266 "trad-frame.h".
8267 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8268 signal trampoline unwinder.
8269 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8270
8271 2004-04-22 Mark Kettenis <kettenis@gnu.org>
8272
8273 Add OpenBSD/powerpc support.
8274 * NEWS (New native configurations): Mention OpenBSD/powerpc.
8275 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8276 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8277 (ppc_collect_fpregset): New prototypes.
8278 * ppcobsd-nat.c: New file.
8279 * ppcobsd-tdep.c: New file.
8280 * ppcobsd-tdep.h: New file.
8281 * rs6000-tdep.c: Include "regset.h".
8282 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8283 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8284 New functions.
8285 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8286 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8287 (rs6000-tdep.o): Update dependencies.
8288 * configure.host: Add powerpc-*-openbsd.
8289 * configure.tgt: Add powerpc-*-openbsd.
8290 * config/powerpc/obsd.mh: New file.
8291 * config/powerpc/nm-obsd.h: New file.
8292 * config/powerpc/obsd.mt: New file.
8293
8294 2004-04-22 Andrew Cagney <cagney@redhat.com>
8295
8296 * frame.h (show_frame_info): Delete declaration.
8297
8298 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8299 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8300 * m32r-tdep.c (m32r_frame_this_id): Ditto.
8301 * frv-tdep.c (frv_frame_this_id): Ditto.
8302 * avr-tdep.c (avr_frame_this_id): Ditto.
8303
8304 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
8305
8306 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8307
8308 2004-04-22 Jim Blandy <jimb@redhat.com>
8309
8310 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8311 register number zero.
8312
8313 2004-04-21 Michael Snyder <msnyder@redhat.com>
8314
8315 * mips-tdep.c (heuristic_proc_start):
8316 Warning() already prefixes "Warning: ".
8317
8318 2004-04-21 Andrew Cagney <cagney@redhat.com>
8319
8320 * annotate.h (deprecated_annotate_starting_hook)
8321 (deprecated_annotate_stopped_hook)
8322 (deprecated_annotate_exited_hook)
8323 (deprecated_annotate_signal_hook)
8324 (deprecated_annotate_signalled_hook): Deprecate.
8325 * tracepoint.h (deprecated_create_tracepoint_hook)
8326 (deprecated_delete_tracepoint_hook)
8327 (deprecated_modify_tracepoint_hook)
8328 (deprecated_trace_find_hook)
8329 (deprecated_trace_start_stop_hook): Deprecate.
8330 * target.h (deprecated_target_new_objfile_hook): Deprecate.
8331 * remote.h (deprecated_target_resume_hook)
8332 (deprecated_target_wait_loop_hook): Deprecate.
8333 * gdbcore.h (deprecated_exec_file_display_hook)
8334 (deprecated_file_changed_hook): Deprecate.
8335 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8336 * defs.h (deprecated_modify_breakpoint_hook)
8337 (deprecated_command_loop_hook, deprecated_show_load_progress)
8338 (deprecated_print_frame_info_listing_hook)
8339 (deprecated_query_hook, deprecated_warning_hook)
8340 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8341 (deprecated_delete_breakpoint_hook)
8342 (deprecated_interactive_hook, deprecated_registers_changed_hook)
8343 (deprecated_readline_begin_hook, deprecated_readline_hook)
8344 (deprecated_readline_end_hook, deprecated_register_changed_hook)
8345 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8346 (deprecated_context_hook, deprecated_target_wait_hook)
8347 (deprecated_attach_hook, deprecated_detach_hook)
8348 (deprecated_call_command_hook, deprecated_set_hook)
8349 (deprecated_error_hook, deprecated_error_begin_hook)
8350 (deprecated_ui_load_progress_hook): Deprecate.
8351 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8352 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8353 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8354 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8355 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8356 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8357 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8358 * annotate.c, aix-thread.c: Update.
8359
8360 2004-04-21 Andrew Cagney <cagney@redhat.com>
8361
8362 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8363 * vaxnbsd-tdep.c: Include "gdb_string.h".
8364
8365 * symfile.c (symbol_file_add_from_memory): #if 0 function.
8366 (add_symbol_file_from_memory_command): #if 0 function body, call
8367 error instead.
8368
8369 2004-04-21 Andrew Cagney <cagney@redhat.com>
8370
8371 * gdbcore.h: Update copyright.
8372 (deprecated_add_core_fns): Rename add_core_fns.
8373 * win32-nat.c (_initialize_core_win32): Update.
8374 * sun3-nat.c (_initialize_core_sun3): Update.
8375 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
8376 * rs6000-nat.c (_initialize_core_rs6000): Update.
8377 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
8378 * nto-tdep.c (_initialize_nto_tdep): Update.
8379 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
8380 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
8381 * mips-nat.c (_initialize_core_mips): Update.
8382 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8383 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
8384 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
8385 * lynx-nat.c (_initialize_core_lynx): Update.
8386 * irix5-nat.c (_initialize_core_irix5): Update.
8387 * i386-interix-nat.c (_initialize_core_interix): Update.
8388 * cris-tdep.c (_initialize_cris_tdep): Update.
8389 * corelow.c (deprecated_add_core_fns): Update.
8390 * core-regset.c (_initialize_core_regset): Update.
8391 * core-aout.c (_initialize_core_aout): Update.
8392 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
8393 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
8394 * alpha-nat.c (_initialize_core_alpha): Update.
8395
8396 2004-04-21 Jim Blandy <jimb@redhat.com>
8397
8398 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
8399
8400 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
8401
8402 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
8403 Delete.
8404 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
8405 (read_attribute_value): Update calls to dwarf_alloc_block.
8406 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
8407 dwarf2_tmp_obstack.
8408 (psymtab_to_symtab_1): Likewise. Clean up using
8409 free_stack_comp_unit.
8410 (add_to_cu_func_list): Use the comp_unit_obstack.
8411
8412 2004-04-19 Joel Brobecker <brobecker@gnat.com>
8413
8414 * dwarf2read.c (dwarf2_flag_true_p): New function.
8415 (die_is_declaration): Use the function above. Add some comments.
8416
8417 2004-04-19 Mark Kettenis <kettenis@gnu.org>
8418
8419 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
8420 architecture when registering sparcnbsd_core_osabi_sniffer.
8421 Adjust comment.
8422
8423 2004-04-18 Mark Kettenis <kettenis@gnu.org>
8424
8425 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
8426 return value.
8427
8428 Based on a patch from Brian Ford <ford@vss.fsi.com>:
8429 * i386-tdep.c: Correct register numbering scheme comments
8430 throughout.
8431 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
8432 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
8433 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
8434 (i386_gdb_arch_init): Likewise.
8435
8436 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
8437 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
8438 ppcnbsd-tdep.o.
8439
8440 * m68k-tdep.h: Tweak comments.
8441 * m68k-tdep.c: Tweak comment.
8442
8443 2004-04-17 Randolph Chung <tausq@debian.org>
8444
8445 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
8446 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
8447 (hppa_hpux_som_init_abi): Set is_elf to 0.
8448 (hppa_hpux_elf_init_abi): Set is_elf to 1.
8449 * hppa-tdep.c (low_text_segment_address): Remove global.
8450 (record_text_segment_lowaddr): Pass in low address as parameter. Use
8451 section offset to calculate segment address.
8452 (internalize_unwinds): Define low_text_segment_address as local and
8453 pass to record_text_segment_lowaddr for ELF targets.
8454 (hppa_gdbarch_init): Zero fill tdep structure.
8455 (hppa_dump_tdep): Print tdep structure.
8456 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
8457
8458 2004-04-17 Randolph Chung <tausq@debian.org>
8459
8460 * hppa-tdep.c (hppa_pseudo_register_read): Define.
8461 (hppa_gdbarch_init): Set pseudo_register_read.
8462 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
8463 * regcache.c (supply_register): Remove check for
8464 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
8465
8466 2004-04-17 Randolph Chung <tausq@debian.org>
8467
8468 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
8469 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
8470 (hpread_adjust_stack_address): Move to hpread.c.
8471 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8472 obj_private_struct): Move from tm-hppa.h.
8473 * hpread.c (hppa-tdep.h): Include.
8474 (hpread_adjust_stack_address): Move from hppa-tdep.c.
8475 (hpread_read_function_type, hpread_read_doc_function_type)
8476 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
8477 directly.
8478 * pa64solib.c (hppa-tdep.h): Include.
8479 * somsolib.c (hppa-tdep.h): Include.
8480 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
8481 inferior_status): Remove unused forward declarations.
8482 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
8483 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8484 obj_private_struct): Move to hppa-tdep.h.
8485 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
8486
8487 2004-04-17 Randolph Chung <tausq@debian.org>
8488
8489 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
8490 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
8491 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
8492 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
8493 Remove forward declaration and make static.
8494 (hppa_reg_struct_has_addr): Remove.
8495
8496 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8497
8498 * observer.sh: Move comments in sed command to first column.
8499
8500 2004-04-16 Jason Molenda (jmolenda@apple.com)
8501
8502 * frame.c: Minor typeo corrections in comments.
8503
8504 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8505
8506 * observer.c (observer_test_first_notification_function): Update
8507 function profile.
8508 (observer_test_second_notification_function): Likewise.
8509 (observer_test_third_notification_function): Likewise.
8510
8511 2004-04-16 Mark Kettenis <kettenis@gnu.org>
8512
8513 From Brian Ford <ford@vss.fsi.com>:
8514 * i386-tdep.c (i386_coff_init_abi): New function.
8515 * i386-tdep.h (i386_coff_init_abi): New prototype.
8516 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
8517 register number translation functions for DWARF and DWARF 2.
8518
8519 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8520
8521 * dwarf2read.c: Back out my previous change, it was incorrect.
8522
8523 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
8524
8525 * dwarf2read.c: Include "hashtab.h".
8526 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
8527 has_namespace_info.
8528 (struct partial_die_info): Add comments. Use bitfields to reduce
8529 memory footprint. Add scope, scope_set, has_specification,
8530 spec_offset, die_parent, die_child, and die_sibling.
8531 (peek_die_abbrev): Add prototype.
8532 (partial_read_comp_unit_head): New function, broken out from
8533 dwarf2_build_psymtabs_hard.
8534 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
8535 Use partial_read_comp_unit_head. Initialize the CU and
8536 comp_unit_obstack. Update calls to read_partial_die and
8537 scan_partial_symbols. Use free_stack_comp_unit and
8538 load_partial_dies.
8539 (scan_partial_symbols): Change PDI to a pointer. Use the child and
8540 sibling pointers to walk partial DIEs. Call fixup_partial_die.
8541 Update calls to helper functions. Remove NAMESPACE argument.
8542 Update comments.
8543 (partial_die_parent_scope, partial_die_full_name): New functions.
8544 (add_partial_symbol): Remove namespace argument. Update call to
8545 pdi_needs_namespace. Use partial_die_full_name. Handle
8546 DW_TAG_namespace. Check has_namespace_info flag.
8547 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
8548 tag. Handle namespaces.
8549 (add_partial_namespace, add_partial_enumeration): Simplify.
8550 (guess_structure_name): New function, derived from
8551 add_partial_structure.
8552 (add_partial_structure): Remove.
8553 (determine_class_name): Update comment.
8554 (dwarf2_read_abbrevs): Set has_namespace_info flag.
8555 (is_type_tag_for_partial, load_partial_dies): New functions.
8556 (read_partial_die): Pass abbrev and abbrev_len as arguments.
8557 Record specifications instead of following them immediately.
8558 (find_partial_die_in_comp_unit, find_partial_die)
8559 (fixup_partial_die, free_stack_comp_unit)
8560 (hashtab_obstack_allocate, dummy_obstack_deallocate)
8561 (partial_die_hash, partial_die_eq): New functions.
8562 * Makefile.in (hashtab_h): Define.
8563 (dwarf2read.o): Update dependencies.
8564 (observer_inc, observer_h): Move to the correct section.
8565
8566 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8567
8568 * dwarf2read.c (dwarf2_attribute_true_p): New function.
8569 (die_is_declaration): Use the function above. Add comment.
8570
8571 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8572
8573 * dwarf2read.c (read_structure_scope): Identify stub types
8574 using die_is_declaration() only.
8575
8576 2004-04-15 Roland McGrath <roland@redhat.com>
8577
8578 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
8579 argument instead of NAME.
8580 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
8581 in call to symbol_file_add_with_addrs_or_offsets.
8582 (build_addr_info): New function, helper for ...
8583 (symbol_file_add_from_memory): New function.
8584 (add_symbol_file_from_memory_command): New function using that.
8585 (_initialize_symfile): Register it for add-symbol-file-from-memory.
8586 (pre_add_symbol_hook): Add const to argument type.
8587 * symfile.h (symbol_file_add_from_memory): Declare it.
8588
8589 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8590
8591 * NEWS (New native configurations): Mention OpenBSD/vax.
8592 * configure.host: Add vax-*-openbsd*.
8593 * config/vax/obsd.mh: New file.
8594 * config/vax/nm-obsd.h: New file.
8595
8596 * vax-tdep.c: Include "regset.h".
8597 (vax_supply_gregset): New function.
8598 (vax_gregset): New variable.
8599 (vax_regset_from_core_section): New function.
8600 (vax_gdbarch_init): Set regset_from_core_section.
8601 * Makefile.in (vax-tdep.o): Update dependencies.
8602
8603 2004-04-15 Andrew Cagney <cagney@redhat.com>
8604
8605 * observer.c (normal_stop_subject, observer_notify_normal_stop)
8606 (observer_normal_stop_notification_stub)
8607 (observer_attach_normal_stop, observer_detach_normal_stop):
8608 Delete, replaced by #include "observer.inc".
8609 * infrun.c (normal_stop): Pass "stop_bpstat" to
8610 observer_notify_normal_stop.
8611 * Makefile.in (observer_inc): Define.
8612 (observer.o): Update dependencies.
8613 (observer.h, observer.inc): New rules.
8614 * observer.h: Delete file.
8615 * observer.sh: New file.
8616
8617 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8618
8619 * vax-tdep.c (vax_frame_cache): Fix typo.
8620
8621 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8622
8623 * NEWS (New native configurations): Mention NetBSD/vax.
8624 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
8625 * config/vax/nbsdelf.mh: New file.
8626 * config/vax/nbsdaout.mh: New file.
8627 * config/vax/nm-nbsd.h: New file.
8628 * config/vax/nm-nbsdaout.h: New file.
8629
8630 * vaxnbsd-tdep.c: New file.
8631 * Makefile.in (vaxnbsd-tdep.o): New dependency.
8632 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
8633 * config/vax/nbsd.mt: New file.
8634 * config/vax/tm-nbsd.h: New file.
8635
8636 * Makefile.in (vaxbsd-nat.o): New dependency.
8637
8638 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
8639 * vax-tdep.c (vax_store_arguments): Remove struct_return and
8640 struct_addr arguments. Don't push return value address.
8641 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
8642 arguments to vax_store_arguments. Store return value address in
8643 R1.
8644 (vax_store_struct_return, vax_extract_return_value)
8645 (vax_store_return_value): Remove functions.
8646 (vax_return_value): New function.
8647 (vax_gdbarch_init): Set return value. Don't set
8648 deprecated_store_struct_return, deprecated_extract_struct_return
8649 and deprecated_store_return_value.
8650
8651 2004-04-14 Andreas Schwab <schwab@suse.de>
8652
8653 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
8654 value buffer.
8655 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
8656
8657 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8658
8659 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
8660 (vax_unwind_dummy_id): New functions.
8661 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
8662 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
8663 variables.
8664 (vax_fix_call_dummy): Remove function.
8665 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
8666 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
8667 call_dummy_location, deprecated_call_dummy_words,
8668 deprecated_sizeof_call_dummy_words,
8669 deprecated_call_dummy_breakpoint_offset,
8670 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
8671 and deprecated_dummy_write_sp.
8672
8673 2004-04-13 David Carlton <carlton@kealia.com>
8674
8675 * MAINTAINERS: Move myself to "paper trail" section.
8676
8677 2004-04-12 Mark Kettenis <kettenis@gnu.org>
8678
8679 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
8680 "trad-frame.h".
8681 (vax_frame_init_saved_regs): Remove function.
8682 (vax_sigtramp_saved_pc): Remove function.
8683 (vax_frame_saved_pc): Remove function.
8684 (vax_frame_args_address): Remove function.
8685 (vax_frame_num_args): Rewrite.
8686 (vax_frame_chain): Remove function.
8687 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
8688 VAX_FP_REGNUM.
8689 (vax_pop_frame): Likewise.
8690 (vax_saved_pc_after_call): Remove function.
8691 (struct vax_frame_cache): New structure.
8692 (vax_frame_cache): New function.
8693 (vax_frame_this_id): New function.
8694 (vax_frame_prev_register): New function.
8695 (vax_frame_unwind): New variable.
8696 (vax_frame_sniffer): New function.
8697 (vax_frame_base_address): New function.
8698 (vax_frame_args_address): New function.
8699 (vax_frame_base): New variable.
8700 (vax_unwind_pc): New function.
8701 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
8702 deprecated_fp_regnum, deprecated_saved_pc_after_call,
8703 deprecated_frame_chain, deprecated_frame_saved_pc,
8704 deprecated_frame_args_address and
8705 deprecated_frame_init_saved_regs.
8706 * Makefile.in (vax-tdep.o): Update dependencies.
8707
8708 * vaxbsd-nat.c: New file.
8709
8710 * vax-tdep.h: Update copyright year. Adjust comments.
8711 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
8712 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
8713 (vax_regnum): New enum. Replacing...
8714 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
8715 (VAX_PS_REGNUM): ... these removed macros.
8716 * vax-tdep.c (vax_register_name): Remove prototype.
8717 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
8718 (vax_register_byte, vax_register_raw_size,
8719 vax_register_virtual_size, vax_register_virtual_type): Remove
8720 functions.
8721 (vax_register_type): New function.
8722 (vax_breakpoint_from_pc): Reorganize.
8723 (vax_gdbarch_init): Set register_type. Don't set
8724 deprecated_register_size, deprecated_register_bytes,
8725 deprecated_register_byte, deprecated_register_raw_size,
8726 deprecated_max_register_raw_size,
8727 deprecated_register_virtual_size,
8728 deprecated_max_register_virtual_size and
8729 deprecated_register_virtual_type. Add comment on stack direction.
8730
8731 2004-04-11 Mark Kettenis <kettenis@gnu.org>
8732
8733 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
8734 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
8735 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
8736
8737 2004-04-10 Randolph Chung <tausq@debian.org>
8738
8739 * MAINTAINERS (write after approval): Add myself.
8740
8741 2004-04-07 Randolph Chung <tausq@debian.org>
8742
8743 * hppa-tdep.c (hppa_inner_than): Remove.
8744 (is_pa_2): Remove unused static variable.
8745 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
8746
8747 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
8748
8749 * language.h (language_defn): Add new la_post_parser field.
8750 * parser-defs.h (null_post_parser): New declaration (default for
8751 la_post_parser).
8752
8753 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
8754 insert call to that function.
8755 (parse_exp_in_context): New function, including code formerly in
8756 parse_exp_1. Calls language-dependent post-parser after
8757 prefixification.
8758 (parse_expression_in_context): New exported function.
8759 (null_post_parser): New definition.
8760 * expression.h (parse_expression_in_context): Add declaration.
8761
8762 * p-lang.c (pascal_language_defn): Add trivial post-parser.
8763 * c-lang.c (c_language_defn): Ditto.
8764 (cplus_language_defn): Ditto.
8765 (asm_language_defn): Ditto.
8766 (minimal_language_defn): Ditto.
8767 * f-lang.c (f_language_defn): Ditto.
8768 * jv-lang.c (java_language_defn): Ditto.
8769 * language.c (unknown_language_defn): Ditto.
8770 (auto_language_defn): Ditto.
8771 (local_language_defn): Ditto.
8772 * m2-lang.c (m2_language_defn): Ditto.
8773 * scm-lang.c (scm_language_defn): Ditto.
8774 * obj-lang.c (objc_language_defn): Ditto.
8775
8776 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8777
8778 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
8779 (amd64nbsd_mcontext_addr): New function.
8780 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
8781 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
8782 with amd64nbsd_r_reg_offset, instead of building it on the fly.
8783
8784 * corelow.c (core_xfer_partial): Fix coding standards violation.
8785 Add support for TARGET_OBJECT_WCOOKIE.
8786
8787 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
8788 deprecated_pc_in_sigtramp.
8789 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
8790 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
8791 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
8792 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
8793 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
8794 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
8795 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
8796
8797 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
8798 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
8799 Fix typo.
8800
8801 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
8802 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
8803 (amd64_collect_fxsave): Likewise.
8804
8805 * i386-sol2-tdep.c: Include "gdb_string.h".
8806 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
8807 name.
8808 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8809
8810 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8811
8812 * i386-sol2-tdep.c: Include "solib-svr4.h".
8813 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8814 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8815 * config/i386/tm-i386sol2.h: Include :solib.h".
8816 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
8817 solib-svr4.o and solib-legacy.o.
8818 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
8819 solib-svr4.o.
8820
8821 2004-04-09 Mark Kettenis <kettenis@gnu.org>
8822
8823 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
8824 whether a register is supplied by PTRACE_GETFPREGS.
8825 (store_inferior_registers): Likewise.
8826 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
8827 whether a register is supplied by PT_GETFPREGS.
8828 (store_inferior_registers): Likewise.
8829
8830 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
8831 * config/i386/linux64.mt (TDEPFILES): Likewise.
8832
8833 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
8834
8835 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
8836 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8837 the program counter is in the range specified by `struct
8838 gdbarch_tdep'.
8839 * amd64-linux-tdep.c: Include "symtab.h".
8840 (amd64_linux_pc_in_sigtramp): Remove function.
8841 (amd64_linux_sigtramp_p): New function.
8842 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8843 deprecated_pc_in_sigtramp.
8844 * amd64nbsd-tdep.c: Include "symtab.h".
8845 (amd64nbsd_sigtramp_p): New function.
8846 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8847 deprecated_pc_in_sigtramp.
8848 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
8849 few comments.
8850 (amd64obsd_pc_in_sigtramp): Remove function.
8851 (amd64obsd_sigtramp_p): New function.
8852 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8853 deprecated_pc_in_sigtramp.
8854 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
8855 (i386bsd_pc_ins_sigtramp): Remove prototype.
8856 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
8857 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
8858 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8859 the program counter is in the range specified by `struct
8860 gdbarch_tdep'.
8861 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
8862 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
8863 (i386_go32_pc_in_sigtramp): Remove function.
8864 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
8865 Initialize TDEP->sigtramp_p.
8866 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
8867 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
8868 deprecated_pc_in_sigtramp.
8869 * i386-linux-tdep.c: Adjust comments.
8870 (i386_linux_pc_in_sigtramp): Remove function.
8871 (i386_linux_sigtramp_p): New function.
8872 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8873 deprecated_pc_in_sigtramp.
8874 * i386-nto-tdep.c: Update copyright year.
8875 (i386nto_pc_in_sigtramp): Remove function.
8876 (i386nto_sigtramp_p): New function.
8877 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
8878 SP_REGNUM.
8879 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
8880 deprecated_pc_in_sigtramp.
8881 * i386-sol2-tdep.c: Update copyright year.
8882 (i386_sol2_pc_in_sigtramp): Remove function.
8883 (i386_sol2_sigtramp_p): New function.
8884 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
8885 deprecated_pc_in_sigtramp.
8886 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
8887 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
8888 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8889 deprecated_sigtramp_start and deprecated_sigtramp_end.
8890 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
8891 (i386nbsd_pc_in_sigtramp): Remove function.
8892 (i386nbsd_sigtramp_p): New function.
8893 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8894 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8895 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
8896 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8897 (i386obsd_pc_in_sigtramp): Remove function.
8898 (i386obsd_sigtramp_p): New function.
8899 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8900 functions.
8901 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8902 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8903 TDEP->sigtramp_p.
8904 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8905 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8906 dependencies.
8907
8908 * config/i386/i386aout.mt: Remove file.
8909
8910 * configure.tgt: Remove i[34567]86-*-go32*,
8911 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8912 and i[34567]86-*-isc*. Set gdb_target to i386 for
8913 i[34567]86-*-netware* and i[34567]86-*-*.
8914 * config/i386/i386.mt: New file.
8915 * config/i386/embed.mt: Remove file.
8916 * config/i386/go32.mt: Remove file.
8917 * config/i386/i386nw.mt: Remove file.
8918 * config/i386/i386v.mt: Remove file.
8919 * config/i386/tm-go32.h: Remove file.
8920
8921 * tui/tui-hooks.c: Include "readline/readline.h" after
8922 "gdb_curses.h" instead of before.
8923 * tui/tui-io.c: Likewise.
8924
8925 * tui/tui.c: Fix typo in comment.
8926
8927 * sparc64-tdep.c (sparc_address_from_register): Remove function.
8928
8929 2004-04-08 Andrew Cagney <cagney@redhat.com>
8930
8931 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
8932 (deprecated_exception_support_initialized): Declare.
8933 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
8934 (initialize_hp_cxx_exception_support)
8935 (child_enable_exception_callback): Update.
8936 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
8937 (deprecated_exception_support_initialized): Rename
8938 deprecated_exception_catchpoints_are_fragile and
8939 deprecated_exception_support_initialized.
8940 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
8941
8942 * symtab.c (deprecated_hp_som_som_object_present): Rename
8943 hp_som_som_object_present.
8944 * symtab.h (deprecated_hp_som_som_object_present): Declare.
8945 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
8946 Update. Delete extern declaration.
8947 * valops.c (hp_som_som_object_present): Ditto.
8948 * parse.c (deprecated_hp_som_som_object_present)
8949 (parse_nested_classes_for_hpacc): Ditto.
8950 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8951 * hppa-hpux-tdep.c (hp_som_som_object_present)
8952 (initialize_hp_cxx_exception_support): Ditto.
8953 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8954 * cp-valprint.c (hp_som_som_object_present)
8955 (cp_print_class_method): Ditto.
8956 * c-typeprint.c (hp_som_som_object_present):
8957 (c_type_print_base): Ditto.
8958 * c-exp.y (hp_som_som_object_present): Ditto.
8959
8960 2004-04-08 Andrew Cagney <cagney@redhat.com>
8961
8962 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
8963 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
8964 (frame_unwind_find_by_frame): Re-implement the unwind code so
8965 that it can both prepend and append sniffers. Replace
8966 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
8967 * tramp-frame.c (tramp_frame_append): Use
8968 frame_unwind_prepend_unwinder.
8969 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
8970 frame_unwind_register_unwinder.
8971 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
8972 tramp_frame_append.
8973 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8974 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
8975 (mips_linux_init_abi): Update.
8976
8977 2004-04-08 Kevin Buettner <kevinb@redhat.com>
8978
8979 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
8980 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
8981 file support.
8982
8983 2004-04-07 Kevin Buettner <kevinb@redhat.com>
8984
8985 * ia64-tdep.c (elf.h): Don't include.
8986 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
8987
8988 2004-04-07 Jason Molenda (jmolenda@apple.com)
8989
8990 * frame.h: Typeo corrections in comments.
8991
8992 2004-04-07 Jim Blandy <jimb@redhat.com>
8993
8994 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
8995 %esp and %ebp
8996
8997 2004-04-07 Mark Kettenis <kettenis@gnu.org>
8998
8999 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9000 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9001 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9002 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9003 and solib-legacy.o.
9004 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9005 solib-svr4.o.
9006 * config/sparc/tm-sol2.h: Update copyright year. Include
9007 "solib.h".
9008
9009 * sparc-sol2-tdep.c: Update copyright year. Include
9010 "solib-svr4.h".
9011 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9012 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9013 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9014 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9015 dependencies.
9016
9017 2004-04-06 Andrew Cagney <cagney@redhat.com>
9018
9019 * infttrace.c: Include "infttrace.h".
9020 * infttrace.h: Include "target.h".
9021 * Makefile.in (infttrace_h): Update.
9022 (infttrace.o): Update.
9023
9024 2004-04-06 Andrew Cagney <cagney@redhat.com>
9025
9026 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9027 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9028 move extern declarations from here ...
9029 * infttrace.h: ... to here.
9030 * Makefile.in (hppah-nat.o): Update dependencies.
9031
9032 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9033 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9034 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9035 (hppa_breakpoint_from_pc): Delete.
9036
9037 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9038
9039 2004-04-05 Andrew Cagney <cagney@redhat.com>
9040
9041 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9042 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9043 <sys/file.h>.
9044
9045 2004-04-06 Randolph Chung <tausq@debian.org>
9046
9047 Committed by Andrew Cagney (mechanical change).
9048 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9049 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9050 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9051 child_enable_exception_callback, current_ex_event,
9052 null_symtab_and_line, child_get_current_exception_event,
9053 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9054 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9055 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9056 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9057 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9058 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9059 Move hpux-specific definitions ...
9060 * hppa-hpux-tdep.c: ... to here.
9061
9062 2004-04-05 Andrew Cagney <cagney@redhat.com>
9063
9064 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9065 skip_prologue_using_sal.
9066
9067 2004-04-05 Andrew Cagney <cagney@redhat.com>
9068
9069 * config/i386/tm-i386.h: Delete file.
9070 * config/i386/tm-vxworks.h: Update copyright, do not include
9071 "tm-i386.h".
9072 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9073 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9074 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9075 * config/i386/ncr3000.mt (TM_FILE): Delete.
9076 * config/i386/interix.mt (TM_FILE): Delete.
9077 * config/i386/i386v.mt (TM_FILE): Delete.
9078 * config/i386/i386nw.mt (TM_FILE): Delete.
9079 * config/i386/i386gnu.mt (TM_FILE): Delete.
9080 * config/i386/i386aout.mt (TM_FILE): Delete.
9081 * config/i386/embed.mt (TM_FILE): Delete.
9082
9083 2004-04-05 Kevin Buettner <kevinb@redhat.com>
9084
9085 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9086 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9087 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9088 (accg7_regnum): New constants.
9089 (last_spr_regnum, last_pseudo_regnum): Update.
9090 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9091 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9092 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9093 for accg registers.
9094 (frv_register_sim_regno): Update spr_map[].
9095
9096 2004-04-04 Andrew Cagney <cagney@redhat.com>
9097
9098 * config/mips/xm-riscos.h: Delete.
9099 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9100 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9101 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9102 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9103 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9104 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9105 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9106 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9107 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9108 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9109 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9110 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9111 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9112 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9113 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9114 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9115 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9116 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9117 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9118 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9119 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9120 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9121 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9122 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9123 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9124 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9125
9126 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9127 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9128 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9129 * configure.host: Remove m680[01]0-sun-sunos3*,
9130 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9131 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9132 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9133 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9134 mips-*-riscos*.
9135 * NEWS: Mention removed systems.
9136
9137 2004-04-04 Andrew Cagney <cagney@redhat.com>
9138
9139 GDB 6.1 release created from 6.1 branch.
9140
9141 2004-04-04 Andrew Cagney <cagney@redhat.com>
9142
9143 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9144 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9145 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9146
9147 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9148 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9149 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9150
9151 2004-04-03 Jim Blandy <jimb@redhat.com>
9152
9153 * MAINTAINERS: Chris Faylor has changed employers; add him to
9154 "paper trail" section, and update his E-mail address.
9155
9156 2004-04-03 Andrew Cagney <cagney@redhat.com>
9157
9158 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9159 generic dummy frames.
9160 * dummy-frame.c: Update copyright.
9161 (dummy_frame_sniffer): Delete check for generic dummy frames.
9162
9163 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9164 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9165 (REG_PARM_STACK_SPACE): Delete.
9166 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9167 Inline reference to REG_PARM_STACK_SPACE.
9168
9169 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9170 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9171 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9172 (FRAME_BASE_BEFORE_SIGTRAMP)
9173 (hppa32_hpux_frame_base_before_sigtramp)
9174 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9175 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9176 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9177 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9178 (FRAME_BASE_BEFORE_SIGTRAMP)
9179 (hppa64_hpux_frame_base_before_sigtramp)
9180 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9181
9182 2004-04-03 Andrew Cagney <cagney@redhat.com>
9183
9184 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9185
9186 2004-04-02 Andrew Cagney <cagney@redhat.com>
9187
9188 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9189 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9190 * dummy-frame.h: Delete out-of-date comments.
9191 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9192 * gdbarch.h, gdbarch.c: Re-generate.
9193
9194 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9195
9196 Committed by Andrew Cagney <cagney@redhat.com>.
9197 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9198 into account an instruction saving a register if we have already
9199 seen an earlier instruction saving that same register.
9200
9201 2004-04-02 Andrew Cagney <cagney@redhat.com>
9202
9203 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9204 * gdbarch.h, gdbarch.c: Re-generate.
9205 * frame.c (legacy_get_prev_frame): Delete references to
9206 DEPRECATED_INIT_FRAME_PC_FIRST.
9207
9208 * infrun.c (pc_in_sigtramp): Delete function.
9209 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9210 get_frame_type.
9211
9212 2004-04-02 Andrew Cagney <cagney@redhat.com>
9213
9214 * infrun.c (handle_step_into_function): Delete code conditional on
9215 legacy_frame_p.
9216 (handle_inferior_event, step_over_function): Ditto.
9217
9218 2004-04-02 Andrew Cagney <cagney@redhat.com>
9219
9220 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9221 "previous frame inner to this frame" test.
9222
9223 2004-04-02 Andrew Cagney <cagney@redhat.com>
9224
9225 * frame.c (safe_frame_unwind_memory): New function.
9226 * frame.h (safe_frame_unwind_memory): Declare. Update description
9227 of /safe_/ methods.
9228 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9229 "next_frame". Use safe_frame_unwind_memory.
9230 (tramp_frame_sniffer): Update call to tramp_frame_start.
9231
9232 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
9233
9234 * dwarf2read.c (dwarf2_objfile_data_key): New.
9235 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9236 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9237 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9238 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9239 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9240 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9241 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9242 Remove variables.
9243 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9244 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9245 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9246 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9247 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9248 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9249 Remove macros.
9250 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9251 data.
9252 (dwarf2_locate_sections, dwarf2_build_psymtabs)
9253 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9254 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9255 (read_partial_die, read_full_die, read_indirect_string)
9256 (dwarf_decode_line_header, dwarf_decode_macros)
9257 (dwarf2_symbol_mark_computed): Remove use of removed macros.
9258 Update uses of removed variables.
9259 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
9260 of removed macros.
9261 (_initialize_dwarf2_read): New function.
9262 * symfile.h (dwarf2_has_info): Update prototype.
9263 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9264 * elfread.c (elf_symfile_read): Likewise.
9265
9266 2004-04-01 Jim Blandy <jimb@redhat.com>
9267
9268 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9269 function for register numbers on all the rs6000-derived targets.
9270 (rs6000_gdbarch_init): Don't register a separate
9271 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
9272 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9273 variants.
9274
9275 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9276 numbering.
9277
9278 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
9279
9280 * valarith.c: Update copyright notice.
9281 (value_add): Handle range types.
9282 (value_sub): Ditto.
9283 (value_equal): Ditto.
9284 (value_less): Ditto.
9285 (value_neg): Ditto.
9286 (value_complement): Ditto.
9287 (value_binop): Simplify slightly by using is_integral_type and
9288 eliminiating unnecessary COERCE_ENUMs.
9289
9290 2004-03-31 Andrew Cagney <cagney@redhat.com>
9291
9292 * frame.h (frame_unwind_id): Declare.
9293 * frame.c (frame_unwind_id): New function.
9294 (get_prev_frame_1): New function.
9295 (frame_debug_got_null_frame): New function.
9296 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
9297 code proper to prev_frame, update description.
9298 * infrun.c (step_over_function): Use frame_unwind_id.
9299
9300 2004-04-31 J. Brobecker <brobecker@gnat.com>
9301
9302 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9303 (hppa64_push_dummy_call): Likewise.
9304
9305 2004-03-30 Jim Blandy <jimb@redhat.com>
9306
9307 From Ulrich Weigand:
9308 * utils.c (query): Do not use a va_list variable multiple times.
9309
9310 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9311
9312 * Makefile.in (linux_nat_h): Update dependencies.
9313 * configure.in: Check for <gnu/libc-version.h>.
9314 * configure: Regenerate.
9315 * config.in: Regenerate.
9316 * linux-nat.h: Include "target.h". Add waitstatus field to
9317 struct lwp_info.
9318 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9319 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9320 to.
9321 (lin_lwp_handle_extended): New function. Handle clone events.
9322 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
9323 thread exit events.
9324 (child_wait): Handle clone events.
9325 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9326 * linux-nat.c (linux_enable_event_reporting): Turn on
9327 PTRACE_O_TRACECLONE.
9328 (linux_handle_extended_wait): Handle clone events.
9329 * thread-db.c: Include <gnu/libc-version.h>.
9330 (struct private_thread_info): Add dying flag.
9331 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9332 higher.
9333 (attach_thread): Update comments. Handle dying threads.
9334 (detach_thread): Set the dying flag.
9335 (check_event): Always call attach_thread.
9336
9337 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9338
9339 * mips-tdep.c (mips_pdr_data): New.
9340 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9341 (_initialize_mips_tdep): Initialize mips_pdr_data.
9342
9343 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
9344
9345 * minsyms.c (install_minimal_symbols): Move dropping leading
9346 char from linkage name from here...
9347 (prim_record_minimal_symbol_and_info): ...to here. Simplify
9348 test for "__gnu_compiled*" symbols.
9349
9350 2004-03-28 Jim Blandy <jimb@redhat.com>
9351
9352 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9353 registers to temp register r0 and byte stores as prologue
9354 instructions.
9355
9356 2004-03-28 Andrew Cagney <cagney@redhat.com>
9357
9358 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
9359 arm*-*-*.
9360
9361 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9362
9363 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9364 and switch the layout to force a display of register window.
9365
9366 2004-02-26 J. Brobecker <brobecker@gnat.com>
9367
9368 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
9369 of the INTEGER class.
9370
9371 2004-03-26 Jim Blandy <jimb@redhat.com>
9372
9373 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
9374 bytes long on PPC GNU/Linux.
9375
9376 2004-03-26 David Carlton <carlton@kealia.com>
9377
9378 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
9379
9380 2004-03-25 Andrew Cagney <cagney@redhat.com>
9381
9382 * PROBLEMS: Add general section titles, remove references to
9383 specific releases.
9384
9385 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
9386
9387 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
9388 INT_REGISTER_SIZE.
9389 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
9390 FP_REGISTER_VIRTUAL_SIZE.
9391 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
9392 of DEPRECATED_REGISTER_RAW_SIZE.
9393 (arm_register_type): Add gdbarch argument.
9394 (arm_register_raw_size, arm_register_virtual_size): Delete.
9395 (arm_register_byte, arm_extract_return_value)
9396 (arm_store_return_value, arm_get_longjmp_target): Update references
9397 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
9398 (arm_gdbarch_init): Likewise. Don't set
9399 deprecated_register_raw_size, deprecated_register_virtual_size,
9400 deprecated_max_register_raw_size,
9401 deprecated_max_register_virtual_size, or
9402 deprecated_max_register_virtual_type. Do set register_type.
9403 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
9404 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
9405 (FP_REGISTER_VIRTUAL_SIZE): Delete.
9406 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
9407 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
9408 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
9409 INT_REGISTER_SIZE.
9410 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
9411 (remote_rdp_store_register): Likewise.
9412
9413 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
9414
9415 * Makefile.in (mips-linux-tdep.o): Update dependencies.
9416 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
9417 to after osabi initialization.
9418 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
9419 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
9420 functions.
9421 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
9422 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
9423 variables.
9424 (mips_linux_init_abi): Append signal trampoline unwinders.
9425
9426 2004-03-24 Andrew Cagney <cagney@redhat.com>
9427
9428 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
9429 * tramp-frame.c: Include "gdb_assert.h".
9430 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
9431 correct sizeof.
9432 (tramp_frame_append): Validate the tramp frame's instructions.
9433 * Makefile.in (tramp-frame.o): Update dependencies.
9434
9435 2004-03-23 Andrew Cagney <cagney@redhat.com>
9436
9437 * trad-frame.h (trad_frame_set_reg_addr): Declare.
9438
9439 2004-03-23 Andrew Cagney <cagney@redhat.com>
9440
9441 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
9442 Nasser as past testsuite/lib/ (and other) maintainers.
9443
9444 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9445
9446 * infcmd.c (attach_command): Reread symbols if we already have
9447 an exec file.
9448
9449 2004-03-23 Andrew Cagney <cagney@redhat.com>
9450
9451 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
9452
9453 2004-03-23 Andrew Cagney <cagney@redhat.com>
9454
9455 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
9456 * gdbarch.h, gdbarch.c: Re-generate.
9457 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9458 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9459 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9460 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
9461 (DEPRECATED_SIGTRAMP_START): Update.
9462 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
9463 (DEPRECATED_SIGTRAMP_START): Update.
9464 * blockframe.c (find_pc_sect_partial_function): Update.
9465 * arch-utils.c (legacy_pc_in_sigtramp): Update.
9466
9467 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9468
9469 * remote.c (remote_open_1): Reopen the exec file and reread symbols
9470 if necessary.
9471
9472 2004-03-23 Andrew Cagney <cagney@redhat.com>
9473
9474 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
9475 predicate, deprecate.
9476 * gdbarch.h, gdbarch.c: Re-generate.
9477 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
9478 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
9479 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
9480 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
9481 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
9482 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
9483 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
9484 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
9485 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
9486 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
9487 * blockframe.c (find_pc_partial_function): Update.
9488 * breakpoint.c (bpstat_what): Update.
9489 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
9490 * frv-linux-tdep.c (frv_linux_init_abi): Update.
9491 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
9492 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
9493 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9494 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9495 * i386-nto-tdep.c (i386nto_init_abi): Update.
9496 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
9497 * i386-tdep.c (i386_sigtramp_frame_sniffer)
9498 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
9499 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9500 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9501 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9502 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
9503 * infrun.c (pc_in_sigtramp): Update.
9504 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
9505 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9506 * mips-tdep.c (mips_gdbarch_init): Update.
9507 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
9508 * ppc-linux-tdep.c: Update comment.
9509 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
9510 * shnbsd-tdep.c (shnbsd_init_abi): Update.
9511 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
9512 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
9513 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
9514 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
9515 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
9516 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
9517 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
9518 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
9519
9520 2004-03-23 Andrew Cagney <cagney@redhat.com>
9521
9522 * tramp-frame.h, tramp-frame.h: New files.
9523 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
9524 Update rules to include "tramp-frame.h" and "tramp-frame.c".
9525
9526 * Makefile.in: Update all dependencies.
9527
9528 2004-03-23 Andrew Cagney <cagney@redhat.com>
9529
9530 * Makefile.in (trad_frame_h): Add $(frame_h).
9531 * trad-frame.h: Update copyright. Include "frame.h".
9532 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
9533 (trad_frame_set_id, trad_frame_get_id): Declare.
9534 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
9535 * trad-frame.c: Update copyright.
9536 (struct trad_frame_cache): Define.
9537 (trad_frame_cache_zalloc): New function.
9538 (trad_frame_set_id, trad_frame_get_id): New functions.
9539 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
9540
9541 2004-03-22 Andrew Cagney <cagney@redhat.com>
9542
9543 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
9544 s390_pltstub_unwind_cache.
9545 (s390_stub_frame_unwind_cache): Rename
9546 s390_pltstub_frame_unwind_cache.
9547 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
9548 (s390_stub_frame_prev_register): Rename
9549 s390_pltstub_frame_prev_register.
9550 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
9551 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
9552
9553 From Ulrich Weigand:
9554 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
9555 pointer calls like PLT calls.
9556
9557 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
9558
9559 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
9560 PC rather than the partial function start address. Use the start
9561 address to sanity check the found PDR.
9562
9563 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
9564
9565 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
9566 linux_handle_extended_wait.
9567
9568 2004-03-22 Andrew Cagney <cagney@redhat.com>
9569
9570 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
9571 function.
9572
9573 * frame.h (generic_pop_current_frame): Delete declaration.
9574 (deprecate_pop_dummy_frame): Deprecate
9575 generic_pop_dummy_frame.
9576 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
9577 (generic_pop_current_frame): Delete function.
9578 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
9579 generic_pop_current_frame.
9580 * v850-tdep.c (v850_pop_frame): Update.
9581 * mcore-tdep.c (mcore_pop_frame): Update.
9582 * sh64-tdep.c (sh64_pop_frame): Update.
9583 * h8300-tdep.c (h8300_pop_frame): Update.
9584
9585 2004-03-22 Andrew Cagney <cagney@redhat.com>
9586
9587 * frame.h (deprecated_pc_in_call_dummy): Rename
9588 generic_pc_in_call_dummy.
9589 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
9590 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
9591 generic_pc_in_call_dummy.
9592 (pc_in_dummy_frame): Make static.
9593 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
9594 * gdbarch.h, gdbarch.c: Re-generate.
9595 * dummy-frame.c (dummy_frame_sniffer): Simplify.
9596 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
9597 (legacy_get_prev_frame): Ditto.
9598 * inferior.h: Delete reference to generic_pc_in_call_dummy in
9599 comment.
9600
9601 2004-03-21 Andrew Cagney <cagney@redhat.com>
9602
9603 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
9604 declaration and out-of-date comment.
9605 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9606 Delete function.
9607 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
9608 deprecated_pc_in_call_dummy.
9609
9610 * infrun.c (handle_inferior_event): For non legacy frames, use the
9611 frame ID and frame type to identify a signal trampoline. Update
9612 comments.
9613
9614 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
9615
9616 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
9617 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
9618
9619 2004-03-21 Andrew Cagney <cagney@redhat.com>
9620
9621 * frame-unwind.h: Update copyright.
9622 (struct frame_data): Add opaque declaration.
9623 (frame_sniffer_ftype): Declare.
9624 (struct frame_unwind): Add "unwind_data" and "sniffer".
9625 (frame_unwind_register_unwinder): Declare.
9626 (frame_unwind_find_by_frame): Add parameter "this_cache".
9627 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
9628 (legacy_get_prev_frame, legacy_get_prev_frame)
9629 (get_frame_type): Pass the prologue_cache to
9630 frame_unwind_find_by_frame.
9631 * frame-unwind.c (struct frame_unwind_table_entry): Add field
9632 "unwinder".
9633 (frame_unwind_register_unwinder): New function.
9634 (frame_unwind_find_by_frame): Handle an unwind sniffer.
9635
9636 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
9637
9638 * bcache.c (print_percentage): Use floating point to avoid
9639 incorrect results when portion*100 overflows.
9640
9641 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9642
9643 * ppc_tdep.h (ppc_linux_frame_saved_pc)
9644 (ppc_linux_init_extra_frame_info)
9645 (ppc_linux_frameless_function_invocation)
9646 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
9647 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
9648 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
9649 (rs6000_frame_chain): Delete declarations.
9650 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
9651 (ppc_linux_init_extra_frame_info)
9652 (ppc_linux_frameless_function_invocation)
9653 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
9654 (ppc_linux_init_abi): Remove registration of above deleted functions.
9655 * rs6000-tdep.c (rs6000_init_extra_frame_info)
9656 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
9657 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
9658 (rs6000_pop_frame, rs6000_frameless_function_invocation)
9659 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
9660 (rs6000_gdbarch_init): Remove registration of above deleted functions.
9661 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
9662 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
9663 frame management for all OSABIs.
9664
9665 2004-03-19 Andrew Cagney <cagney@redhat.com>
9666
9667 Committed by Kevin Buettner <kevinb@redhat.com>.
9668
9669 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
9670 Update copyright.
9671 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
9672 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
9673 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
9674 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
9675 unwinders. #ifdef legacy frame code.
9676 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9677 "frame-base.h".
9678 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
9679 (struct rs6000_frame_cache, rs6000_frame_cache)
9680 (rs6000_frame_this_id, rs6000_frame_prev_register)
9681 (rs6000_frame_sniffer, rs6000_frame_unwind)
9682 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
9683 (rs6000_frame_base): Implement a traditional frame unwinder.
9684 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
9685 frame unwinder.
9686
9687 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9688
9689 * breakpoint.c (adjust_breakpoint_address): Don't adjust
9690 breakpoint address for watchpoints or the catch eventpoints.
9691 Add new paramter ``bptype''. Adjust all callers.
9692
9693 2004-03-19 Andrew Cagney <cagney@redhat.com>
9694
9695 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
9696
9697 * PROBLEMS: Delete note that ARM does not use frame code, problem
9698 fixed.
9699
9700 2004-03-18 Andrew Cagney <cagney@redhat.com>
9701
9702 * stack.c (return_command): Delete code wrapped in #ifdef
9703 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
9704
9705 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
9706
9707 2004-03-18 Andrew Cagney <cagney@redhat.com>
9708
9709 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
9710 DEPRECATED_IN_SIGTRAMP.
9711 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9712 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
9713 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9714 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9715 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9716 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9717 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9718 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9719 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
9720 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
9721
9722 2004-03-18 Andrew Cagney <cagney@redhat.com>
9723
9724 * frame-base.c: Update copyright. Include "gdb_obstack.h".
9725 (struct frame_base_table_entry): Define.
9726 (struct frame_base_table): Re-implement as a linked list.
9727 (frame_base_init): Re-implement.
9728 (frame_base_table): Delete function.
9729 (append_predicate): Delete function.
9730 (frame_base_append_sniffer): Update.
9731 (frame_base_set_default): Update.
9732 (frame_base_find_by_frame): Update.
9733 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
9734 * Makefile.in (frame-base.o): Update dependencies.
9735
9736 2004-03-17 Andrew Cagney <cagney@redhat.com>
9737
9738 * frame.c (legacy_get_prev_frame): Pass correct frame to
9739 frame_unwind_find_by_frame.
9740
9741 2004-03-17 David Carlton <carlton@kealia.com>
9742
9743 * NEWS: Mention C++ nested types and namespaces
9744
9745 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
9746
9747 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
9748 and "Regressions since gdb 5.3.". Add known regressions since
9749 gdb 6.0.
9750
9751 2004-03-16 David Carlton <carlton@kealia.com>
9752
9753 * dwarf2read.c (process_structure_scope): Process children even
9754 when we're a declaration.
9755
9756 2004-03-16 Andrew Cagney <cagney@redhat.com>
9757
9758 * symtab.h (find_pc_sect_partial_function): Delete declaration.
9759 * blockframe.c (find_pc_partial_function)
9760 (find_pc_sect_partial_function): Merge into a single
9761 find_pc_partial_function.
9762
9763 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9764
9765 * i386bsd-nat.c: s/regno/regnum/g.
9766 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
9767 FP0_REGNUM.
9768 (store_inferior_registers): Likewise.
9769
9770 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9771
9772 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
9773 of i387_fill_fsave.
9774 (store_inferior_registers): Call i387_collect_fsave and
9775 i387_collect_fxsave instead of i387_fill_fsave and
9776 i387_fill_fxsave.
9777
9778 2004-03-15 Andrew Cagney <cagney@redhat.com>
9779
9780 * Makefile.in (frame-unwind.o): Update dependencies.
9781 * frame-unwind.c: Include "gdb_obstack.h".
9782 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
9783 parameter.
9784 (append_predicate): Delete function.
9785 (struct frame_unwind_table_entry): New structure.
9786 (struct frame_unwind_table): Replace "sniffer" with "head" and
9787 "tail".
9788 (frame_unwind_append_sniffer): Update.
9789 (frame_unwind_find_by_frame): Update.
9790 (_initialize_frame_unwind): Registe frame_unwind_init using
9791 gdbarch_data_register_pre_init.
9792
9793 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9794
9795 * i386bsd-nat.c: Update copyright year.
9796 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
9797 define unconditionally.
9798
9799 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9800
9801 * i387-tdep.h (i387_collect_fsave): New prototype.
9802 * i387-tdep.c (i387_collect_fsave): New function containing most
9803 of the code from i387_fill_fsave.
9804 (i387_fill_fsave): Call i387_collect_fsave.
9805
9806 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9807
9808 * i386-linux-tdep.c: Update copyright year.
9809 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
9810 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
9811 svr4_ilp32_link_map_offsets instead of
9812 i386_linux_svr4_fetch_link_map_offsets.
9813
9814 2004-03-15 David Carlton <carlton@kealia.com>
9815
9816 Fix for PR c++/1553:
9817 * dwarf2read.c (read_structure_type): Determine type name by
9818 calling determine_class_name.
9819 (determine_class_name): New.
9820 (determine_prefix): Look at TYPE_TAG_NAME and call
9821 determine_class_name when appropriate.
9822 (determine_prefix_aux, class_name): Delete.
9823 (read_namespace): Set die->type.
9824
9825 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9826
9827 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
9828 unused macro definition. The definition in target.h (or perhaps
9829 elsewhere) takes precedence.
9830
9831 2004-03-15 Andrew Cagney <cagney@redhat.com>
9832
9833 * ppc-tdep.h: Update copyright.
9834 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
9835 function signatures to match "regsets.h".
9836 * ppc-linux-tdep.c: Include "regset.h".
9837 (ELF_GREGSET_SIZE): Delete.
9838 (right_supply_register): New function.
9839 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
9840 using right_supply_register.
9841 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
9842 functions.
9843 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
9844 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
9845 (_initialize_ppc_linux_tdep): Do not register
9846 ppc_linux_regset_core_fns.
9847 (ppc_linux_regset_from_core_section): Replace
9848 fetch_core_registers.
9849 (ppc_linux_regset_core_fns): Delete.
9850 * ppc-linux-nat.c: (right_fill_reg): New function.
9851 (supply_gregset): Update call to ppc_linux_supply_gregset.
9852 (fill_gregset): Clear the register set, use right_fill_reg.
9853 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
9854 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
9855
9856 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
9857 unsigned.
9858
9859 2004-03-15 Andrew Cagney <cagney@redhat.com>
9860
9861 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
9862 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
9863 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
9864 and register_gdbarch_data.
9865 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
9866 (struct gdbarch_data): Replace "init" by "pre_init" and
9867 "post_init".
9868 * gdbarch.h, gdbarch.c: Re-generate.
9869 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
9870 with"obstack", use OBSTACK_ZALLOC.
9871 (dwarf2_frame_ops): Delete.
9872 (dwarf2_frame_set_init_reg): Use gdbarch_data.
9873 (dwarf2_frame_init_reg): Use gdbarch_data.
9874 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
9875 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
9876 (_initialize_svr4_solib): Update.
9877 * user-regs.c (_initialize_user_regs): Update.
9878 * reggroups.c (_initialize_reggroup): Update.
9879 * regcache.c (_initialize_regcache): Update.
9880 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9881 * libunwind-frame.c (_initialize_libunwind_frame): Update.
9882 * gnu-v3-abi.c (init_gnuv3_ops): Update.
9883 * frame-unwind.c (_initialize_frame_unwind): Update.
9884 * frame-base.c (_initialize_frame_base): Update.
9885 * user-regs.c (user_reg_add): Update.
9886 * reggroups.c (reggroup_add): Update.
9887 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
9888 * libunwind-frame.c (libunwind_frame_set_descr): Update.
9889 * frame-unwind.c (frame_unwind_append_sniffer): Update.
9890 * frame-base.c (frame_base_table): Update.
9891 * remote.c (_initialize_remote): Update.
9892 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
9893
9894 2004-03-15 Andrew Cagney <cagney@redhat.com>
9895
9896 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9897
9898 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9899
9900 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9901 * frv-linux-tdep.c: New file.
9902 * frv-tdep.c (struct gdbarch_tdep): Add new field
9903 ``sigcontext_reg_addr''.
9904 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9905 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9906 (frv_sigramp_frame_sniffer): New functions.
9907 (frv_sigtramp_frame_unwind): New static global.
9908 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9909 sniffers.
9910 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9911 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9912
9913 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9914
9915 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
9916 but not via a call to error(), when unable to read memory.
9917
9918 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9919
9920 * frv-tdep.c (frv_call_dummy_words): Delete.
9921 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
9922
9923 2004-03-15 Andrew Cagney <cagney@redhat.com>
9924
9925 * infrun.c (handle_step_into_function, step_over_function): Only
9926 update and use STEP_FRAME_ID when the system is using legacy
9927 frames. Update comments.
9928
9929 2004-03-14 Mark Kettenis <kettenis@gnu.org>
9930
9931 * amd64-linux-tdep.h: Remove file.
9932 * amd64-linux-tdep.c: Don't include "inferior.h" and
9933 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
9934 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
9935 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
9936 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
9937 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
9938 macros.
9939 (user_to_gdb_regmap): Remove variable.
9940 (amd64_linux_gregset_reg_offset): New variable.
9941 (amd64_core_fns): Remove variable.
9942 (fetch_core_registers): Remove function.
9943 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
9944 functions.
9945 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
9946 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
9947 * Makefile.in (amd64_linux_tdep_h): Remove.
9948 (amd64-linux-nat.o): Update dependencies.
9949 (amd64-linux-tdep.o): Update dependencies.
9950
9951 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
9952 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
9953 functions.
9954 (fetch_inferior_registers, store_inferior_registers): Rewrite.
9955
9956 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
9957 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
9958
9959 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
9960
9961 * dwarf2read.c (read_structure_type): Rename from
9962 read_structure_scope. Don't create a symbol or call process_die.
9963 Return immediately if die->type is set. Call read_type_die before
9964 dwarf2_add_member_fn.
9965 (process_structure_scope): New function.
9966 (read_enumeration_type, process_enumeration_scope): New functions,
9967 broken out from read_enumeration. Don't create the enumeration
9968 type if it has already been created.
9969 (read_enumeration): Removed.
9970 (process_die): Call read_structure_type, process_structure_scope,
9971 read_enumeration_type, and process_enumeration_scope. Just call
9972 new_symbol for base and subrange types. Add a comment about other
9973 type dies.
9974 (read_type_die): Call read_enumeration_type.
9975 (add_partial_structure, new_symbol): Update comments.
9976
9977 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9978
9979 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
9980
9981 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9982
9983 * tui/tui-win.h (tui_get_cmd_list): Declare.
9984 * tui/tui-win.c (tui_command): New function.
9985 (tui_get_cmd_list): New function.
9986 (_initialize_tui_win): Moved initialization of tui command in
9987 tui_get_cmd_list.
9988
9989 * tui/tui-data.c (init_content_element): Setup new data members.
9990 (init_win_info): Likewise.
9991 (free_content_elements): Free it.
9992 * tui/tui-data.h (struct tui_data_element): Store the register
9993 content to print.
9994 (struct tui_data_info): Keep the current register group.
9995
9996 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
9997
9998 * tui/tui-regs.h (tui_show_registers): Update prototype.
9999 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10000 (tui_resize_all): No need to calculate anything for register window.
10001 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10002 (tui_set_register_element, tui_set_general_regs_content): Remove.
10003 (tui_set_special_regs_content): Remove.
10004 (tui_set_general_and_special_regs_content): Remove.
10005 (tui_set_float_regs_content): Remove.
10006 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10007 (tui_set_regs_content): Remove.
10008 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10009 (tui_v_show_registers_command_support): Remove.
10010 (tui_show_registers): Use a reggroup to specify the registers to show.
10011 (tui_show_register_group): New function.
10012 (tui_display_registers_from): Compute the layout of register window
10013 and refresh with new API; be sure to delete old register windows.
10014 (tui_check_register_values): Update to use tui_get_register and
10015 tui_display_data.
10016 (tui_display_register): Just refresh the register window part.
10017 (tui_register_format): Format registers and save in tui_data_element.
10018 (tui_get_register): New to combine tui_reg_value_has_changed and
10019 tui_get_register_raw_value; fix to use the new gdb API.
10020 (tui_show_float_command): Renamed tui_reg_float_command.
10021 (tui_show_general_command): Renamed tui_reg_general_command.
10022 (tui_show_special_command): Renamed tui_reg_system_command.
10023 (_initialize_tui_regs): Remove unused commands.
10024
10025 2004-03-13 Mark Kettenis <kettenis@gnu.org>
10026
10027 * NEWS (New native configurations): Mention OpenBSD/amd64.
10028
10029 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10030 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10031 Remove defines.
10032 * config/i386/nm-fbsd64.h: Likewise.
10033 * config/i386/nm-obsd.h: Likewise.
10034 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10035 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10036
10037 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10038
10039 * frv-tdep.c (set_variant_scratch_registers): New function.
10040 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10041 New constants.
10042
10043 From Richard Sandiford <rsandifo@redhat.com>:
10044 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10045
10046 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10047
10048 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10049 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10050 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10051 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10052 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10053 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10054 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10055 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10056 definitions from frv-tdep.c to frv-tdep.h.
10057
10058 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10059
10060 Add shared library support for FR-V FDPIC ABI:
10061 * Makefile.in (solib-frv.o): Add dependencies.
10062 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10063 New functions.
10064 (frv_push_dummy_call): Add support for FDPIC ABI.
10065 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10066 for FDPIC ABI.
10067 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10068 (frv_fdpic_find_canonical_descriptor): Declare.
10069 * solib-frv.c: New file.
10070 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10071 * config/frv/tm-frv.h (solib.h): Include.
10072
10073 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10074
10075 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10076 (frv-tdep.o): Update dependencies.
10077 * frv-tdep.h: New file.
10078 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10079 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10080 constants.
10081 (struct gdbarch_tdep): Add new member ``frv_abi''.
10082 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10083 functions.
10084 (new_variant): Set ``frv_abi'' field.
10085 (gdb_arch_init): Detect FDPIC executables.
10086
10087 2004-03-12 Mark Kettenis <kettenis@gnu.org>
10088
10089 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10090 wrapper.
10091
10092 2004-03-11 Andrew Cagney <cagney@redhat.com>
10093
10094 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10095
10096 2004-03-11 Kevin Buettner <kevinb@redhat.com>
10097
10098 * solist.h (master_so_list): New function.
10099 * solib.c (master_so_list): Likewise.
10100 * solib-svr4.c (enable_break): Iterate over so_list entries
10101 obtained from master list instead of entries obtained directly
10102 via svr4_current_sos().
10103
10104 2004-03-10 Ben Elliston <bje@gnu.org>
10105
10106 * MAINTAINERS: Update my mail address.
10107
10108 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10109
10110 * remote-m32r-sdi.c: Support hardware watchpoint.
10111
10112 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10113
10114 * user-regs.c: Update copyright years.
10115 (struct user_regs): Rename to gdb_user_regs.
10116 (append_user_reg, builtin_user_regs, user_regs_init)
10117 (user_reg_add, user_reg_map_name_to_regnum)
10118 (usernum_to_user_reg): Update.
10119
10120 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10121
10122 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10123 (skip_children): New functions.
10124 (locate_pdi_sibling): Call skip_children.
10125
10126 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10127
10128 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10129 * gdbtypes.c (check_typedef): Update comments.
10130
10131 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10132
10133 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10134 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10135 pointer. Update comment about comp_unit_head.
10136 (struct abbrev_info): Shorten two int flags.
10137 (dwarf_alloc_abbrev): Take a CU argument.
10138 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10139 each time through the loop. Update cleanup argument.
10140 (psymtab_to_symtab_1): Update cleanup call.
10141 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10142 abbrev_obstack.
10143 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10144 Just call obstack_free and clear the pointer.
10145
10146 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10147
10148 * infrun.c (handle_inferior_event): Remove short-circuit code for
10149 events in a different thread.
10150
10151 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10152
10153 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10154 print the whole transfer.
10155 (initialize_targets): Update description of "set debug target".
10156
10157 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10158
10159 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10160
10161 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10162
10163 * MAINTAINERS (write after approval): Add myself.
10164
10165 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10166
10167 * sh-tdep.c (sh_print_registers_info): Use for loop.
10168 Don't skip multiple registers when a float register is encountered.
10169
10170 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10171
10172 Fix PR tdep/1291.
10173 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10174 to official SH documentation.
10175
10176 2004-03-07 Andrew Cagney <cagney@redhat.com>
10177
10178 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10179 unused function.
10180
10181 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10182
10183 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10184 (arm_get_next_pc): Handle BX and BLX.
10185
10186 2004-03-07 Andrew Cagney <cagney@redhat.com>
10187
10188 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10189 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10190 HPPA_SP_REGNUM.
10191 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10192 (hppa_target_read_fp): Delete.
10193 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10194 register_virtual_size, max_register_raw_size,
10195 max_register_virtual_size, register_byte, register_size,
10196 target_read_fp, fp_regnum, and register_bytes. Set register_type
10197 instead of register_virtual_type.
10198 (hppa32_register_type, hppa64_register_type): Replace
10199 hppa32_register_virtual_type and hppa64_register_virtual_type.
10200 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10201 (HPPA_FP_REGNUM): Define.
10202
10203 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10204
10205 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10206 (pa_do_registers_info): Delete.
10207 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10208 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10209 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10210
10211 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10212 GDB_TARGET_IS_HPPA code.
10213 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10214 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10215 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10216 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10217 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10218 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10219 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10220 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10221 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10222 (hppa_frameless_function_invocation, hppa64_store_return_value)
10223 (hppa_store_struct_return, hppa64_extract_return_value)
10224 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10225 (hppa32_call_dummy_length, hppa64_call_dummy_length)
10226 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10227 (find_proc_framesize, deposit_21, restore_pc_queue)
10228 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10229 (rp_saved, pc_in_linker_stub): Delete.
10230
10231 Unconditionally enable 64-bit frame and ABI code.
10232 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10233 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10234 push_dummy_frame, fix_call_dummy, push_arguments,
10235 call_dummy_location, extract_return_value, use_struct_convention,
10236 store_return_value, store_struct_return, saved_pc_after_call,
10237 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10238 frame_chain, frame_chain_valid, frameless_function_invocation,
10239 frame_saved_pc, and pop_frame.
10240
10241 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10242 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10243 (hppa_gdbarch_init): Do not set PC_REGNUM.
10244
10245 2004-03-06 Mark Kettenis <kettenis@gnu.org>
10246
10247 * config/alpha/tm-fbsd.h: Remove file.
10248 * config/alpha/fbsd.mt: Tweak comment.
10249 (TM_FILE): Set to tm-alpha.h.
10250
10251 2004-03-05 Andrew Cagney <cagney@redhat.com>
10252
10253 * infrun.c (step_over_function): When non-legacy code, and no
10254 step_frame_id, use the unwinder to get the caller's frame ID.
10255
10256 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10257
10258 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10259 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10260 bfd_arch_unknown. Adjust comment.
10261
10262 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
10263 * i386obsd-tdep.c: Correct spelling in comment.
10264 * i386nbsd-tdep.c: Correct spelling in comment.
10265 * sparc-tdep.c: Correct spelling in comments.
10266
10267 2004-03-05 David Carlton <carlton@kealia.com>
10268
10269 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10270 bug.
10271
10272 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10273
10274 * sparc-tdep.c: Fix typo in comment.
10275
10276 2004-03-04 J. Brobecker <brobecker@gnat.com>
10277
10278 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10279
10280 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
10281
10282 * dwarf2read.c: Add comment describing memory lifetimes.
10283 (struct dwarf2_pinfo): Update comment.
10284 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10285 (read_enumeration, new_symbol): Don't use obsavestring.
10286
10287 2004-03-04 Mark Kettenis <kettenis@gnu.org>
10288
10289 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10290 instead of amd64_fill_fxsave.
10291 * amd64bsd-nat.c (store_inferior_registers): Likewise.
10292 * amd64fbsd-nat.c (fill_fpregset): Likewise.
10293
10294 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10295 Reorganize code a bit.
10296
10297 2004-03-04 Orjan Friberg <orjanf@axis.com>
10298
10299 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
10300 when the frame pointer is pushed. Don't set the frame pointer's
10301 address on the stack unless it's actually located there.
10302 Set the SRP's address on the stack correctly when the PC is still in
10303 the prologue.
10304 (cris_return_value): New function.
10305 (cris_gdbarch_init): Clear deprecated store_return_value,
10306 extract_return_value.
10307
10308 2004-03-02 Jim Blandy <jimb@redhat.com>
10309
10310 * stabsread.c (reg_value_complaint): The maximum register number
10311 is one less than the number of registers.
10312
10313 2004-03-02 Andrew Cagney <cagney@redhat.com>
10314
10315 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10316 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
10317 trailing comma and redundant assignment of I386_ST0_REGNUM.
10318 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10319 32-bit segment registers.
10320
10321 2004-03-01 Andrew Cagney <cagney@redhat.com>
10322
10323 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10324 use frame_relative_level and get_next_frame.
10325
10326 2004-02-29 Andrew Cagney <cagney@redhat.com>
10327
10328 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10329 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10330 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10331 Delete macro.
10332
10333 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10334
10335 * inflow.c (terminal_inferior): Don't give up the terminal if we
10336 previously couldn't get the inferior's terminal state.
10337
10338 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10339
10340 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10341 PC_REGNUM.
10342
10343 2004-02-28 Andrew Cagney <cagney@redhat.com>
10344
10345 * NEWS: Refer to GDB 6.1.
10346 * README: Refer to GDB 6.1.
10347 * PROBLEMS: Refer to GDB 6.1.
10348
10349 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10350
10351 * thread-db.c (disable_thread_signals): Remove unused function.
10352
10353 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10354
10355 * amd64-nat.c: Include "gdb_string.h".
10356 (amd64_collect_native_gregset): Zero-extend the 32-bit
10357 general-purpose registers and %eip.
10358
10359 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10360 * amd64-tdep.c (amd64_collect_fxsave): New function.
10361 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10362
10363 * i387-tdep.h: Update copyright year.
10364 (i387_collect_fxsave): New prototype.
10365 * i387-tdep.c: Update copyright year.
10366 (i387_collect_fxsave): New function containing most of the code
10367 from i387_fill_fxsave.
10368 (i387_fill_fxsave): Call i387_collect_fxsave.
10369
10370 2004-02-28 Andrew Cagney <cagney@redhat.com>
10371
10372 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
10373 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
10374
10375 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10376
10377 * amd64-tdep.c (amd64_frame_cache): Fix comment.
10378
10379 2004-02-28 Andrew Cagney <cagney@redhat.com>
10380
10381 * utils.c: Use "", instead of <>, to include readline.
10382 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
10383 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
10384 * source.c, solib.c, exec.c, event-top.c: Ditto.
10385 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
10386 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
10387 * Makefile.in: Update all dependencies.
10388 (readline_tilde_h, readline_history_h): Define.
10389 (readline_headers): Delete.
10390
10391 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10392
10393 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
10394 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
10395 "config/i386/tm-lx64.h".
10396
10397 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
10398 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
10399 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
10400
10401 2004-02-28 Andrew Cagney <cagney@redhat.com>
10402
10403 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
10404
10405 * breakpoint.c (_initialize_breakpoint): Use
10406 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
10407 Add help to show command.
10408
10409 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10410
10411 * i386-nat.c: Reformat to be closer to coding standards.
10412 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
10413 `retval'. Make variables `align' and `size' local to while-loop.
10414 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
10415 (_initialize_i386_nat): New prototype.
10416
10417 * tui/tui.c: Include <readline/readline.h> instead of
10418 "readline/readline.h". Include it after <term.h> and
10419 "gdb_curses.h".
10420
10421 2004-02-27 Andrew Cagney <cagney@redhat.com>
10422
10423 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10424 the new frame unwind code.
10425 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
10426 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
10427 PCOQ_HEAD_REGNUM.
10428
10429 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
10430 "return_value" and "push_dummy_call".
10431 (hppa32_use_struct_convention): Delete unused function.
10432 (hppa32_store_return_value): Delete unused function.
10433 (hppa32_extract_return_value): Delete unused function.
10434 (hppa32_stack_align): Delete function.
10435
10436 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
10437
10438 * coffread.c (enter_linenos): Don't let rawptr reference memory
10439 outside linetab[]'s limits.
10440
10441 2004-02-27 Andrew Cagney <cagney@redhat.com>
10442
10443 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
10444 inferior stack space - the stack needs to grow upwards.
10445 (hppa32_frame_align): New function.
10446 (hppa64_frame_align): Replace hppa_frame_align.
10447 (hppa_gdbarch_init): Update.
10448
10449 2004-02-26 Orjan Friberg <orjanf@axis.com>
10450
10451 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
10452 (dwarf2-frame.h): Include.
10453 (enum cris_regnums): New enum CRIS_FP_REGNUM.
10454 Remove static variables related to ABI setting.
10455 (struct gdbarch_tdep): Remove cris_abi member.
10456 (struct frame_extra_info): Remove.
10457 (cris_unwind_cache, stack_item): New structs.
10458 (cris_frame_unwind, cris_frame_base): New variables.
10459 (push_stack_item, pop_stack_item)
10460 (cris_frame_unwind_cache, cris_frame_this_id)
10461 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
10462 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
10463 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
10464 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
10465 (cris_reg_struct_has_addr): New functions.
10466 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
10467 (cris_frame_saved_pc, cris_saved_pc_after_call,
10468 (cris_store_struct_return, cris_frameless_function_invocation)
10469 (cris_pop_frame, cris_skip_prologue_main)
10470 (cris_abi_original_store_return_value)
10471 (cris_abi_v2_store_return_value)
10472 (cris_abi_original_extract_return_value)
10473 (cris_abi_v2_extract_return_value)
10474 (cris_abi_original_reg_struct_has_addr)
10475 (cris_abi_v2_reg_struct_has_addr)
10476 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
10477 (cris_push_return_address, cris_abi_update): Remove.
10478 (_initialize_cris_tdep): Remove ABI command.
10479 (cris_dump_tdep): Ditto.
10480 (cris_gdbarch_init): Remove ABI command.
10481 Set store_return_value, extract_return_value, push_dummy_code,
10482 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
10483 frame_unwind_append_sniffer, frame_base_set_default.
10484 Clear deprecated init_frame_pc, push_arguments, store_return_value,
10485 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
10486 sizeof_call_dummy_words, get_saved_register, push_return_address,
10487 pop_frame, store_struct_return, frame_init_saved_regs,
10488 init_extra_frame_info, frameless_function_invocation, frame_chain,
10489 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
10490 dummy_write_sp.
10491
10492 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10493
10494 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
10495 * valprint.c (print_hex_chars): Change from static to external.
10496 (print_char_chars): New function.
10497 * printcmd.c (print_scalar_formatted): For integer and enum types
10498 that are longer than LONGEST, perform processing via appropriate
10499 print_*_chars routines.
10500
10501 2004-02-26 Andrew Cagney <cagney@redhat.com>
10502
10503 * Makefile.in: Update dependencies.
10504 Changes from Ulrich Weigand,
10505 * s390-tdep.c: Include "dwarf2-frame.h".
10506 (s390_dwarf2_frame_init_reg): New function.
10507 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
10508 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
10509
10510 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10511
10512 * breakpoint.c (pending_break_support): New setting variable.
10513 (break_command_1): Account for pending_break_support setting
10514 when creating pending breakpoints.
10515 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
10516 (_initialize_breakpoint): Add "set breakpoint pending" and
10517 "show breakpoint pending" commands.
10518
10519 2004-02-26 Andrew Cagney <cagney@redhat.com>
10520
10521 Fix PR i18n/1570.
10522 * charset.c (backslashable, backslashed, represented): Remove 'e'
10523 from list of escaped characters, not part of ISO-C.
10524
10525 2004-02-25 J. Brobecker <brobecker@gnat.com>
10526
10527 From Peter Schauer <schauer@pdf.de>:
10528 * tui/tui.c: Move system header includes after local includes.
10529 Fixes a build failure on solaris systems.
10530
10531 2004-02-25 J. Brobecker <brobecker@gnat.com>
10532
10533 * configure.in: Refine the previous change.
10534 * configure: Regenerate.
10535
10536 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10537
10538 * amd64-tdep.h: Renamed from x86-64-tdep.h.
10539 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
10540 "amd64-tdep.h" instead of "x86-64-tdep.h".
10541 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10542 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
10543 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
10544 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10545 and "x86-64-tdep.c".
10546 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
10547 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10548 and "x86-64-tdep.c".
10549 * amd64bsd-nat.c: Update copyright year.
10550 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10551 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
10552 "x86-64-tdep.h".
10553 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
10554 "x86-64-tdep.h".
10555 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
10556 "x86-64-tdep.h".
10557 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
10558 "x86-64-tdep.h".
10559 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
10560 "x86-64-tdep.h".
10561 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
10562 "x86-64-tdep.h".
10563 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
10564 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
10565 * Makefile.in (amd64_linux_tdep_h): Renamed from
10566 x86_64_linux_tdep_h.
10567 (amd64_tdep_h): Renamed from x86_64_tdep_h.
10568 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
10569 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
10570 (amd64obsd-tdep.o): Update dependencies.
10571 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
10572 dependencies.
10573 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
10574 dependencies.
10575 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
10576 amd64-linux-nat.c amd64-linux-tdep.c.
10577 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
10578 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
10579 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
10580 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
10581 amd64-tdep.o and amd64-linux-tdep.o.
10582 (TM_FILE): Set to tm-linux64.h.
10583 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
10584 (NAT_FILE): Set to nm-linux64.h.
10585 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
10586 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10587 amd64-tdep.o.
10588 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10589 amd64-tdep.o.
10590 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10591 amd64-tdep.o.
10592
10593 2004-02-25 Roland McGrath <roland@redhat.com>
10594
10595 * remote.c (remote_protocol_qPart_auxv): New variable.
10596 (init_all_packet_configs): Initialize it.
10597 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
10598 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
10599 (show_remote_cmd): Call it.
10600 (_initialize_remote): Initialize commands.
10601 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
10602 service TARGET_OBJECT_AUXV requests.
10603
10604 2004-02-25 J. Brobecker <brobecker@gnat.com>
10605
10606 * configure.in: Make sure that the wborder function is available.
10607 Otherwise, search for it in the cur_colr library.
10608 * configure: Regenerate.
10609
10610 2004-02-25 Andrew Cagney <cagney@redhat.com>
10611
10612 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
10613
10614 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10615
10616 * config/i386/tm-x86-64linux.h: Tweak comments.
10617
10618 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
10619
10620 * MAINTAINERS: Add self to write-after-approval list.
10621
10622 2004-02-25 Andrew Cagney <cagney@redhat.com>
10623
10624 PR cli/1566. Problem found, and fix suggested by David Allan.
10625 * cli/cli-script.c (execute_control_command): Unconditionally
10626 install a cleanup. Default "ret" to "invalid_control". Use
10627 "break" instead of "return" to escape from the switch.
10628
10629 2004-02-24 J. Brobecker <brobecker@gnat.com>
10630
10631 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
10632 with the lines macro defined in term.h on AiX.
10633 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
10634 a collision with the label_width macro defined in term.h on AiX.
10635
10636 2004-02-23 David Mosberger <davidm@hpl.hp.com>
10637
10638 Committed by Kevin Buettner <kevinb@redhat.com>.
10639
10640 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
10641 * ia64-tdep.c (ia64_write_pc): Make it a global function.
10642 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
10643 instead of ia64_write_pc().
10644 * ia64-linux-tdep.c (regcache.h): Include.
10645 (ia64_linux_write_pc): New function.
10646
10647 2004-02-23 Roland McGrath <roland@redhat.com>
10648
10649 * auxv.c (info_auxv_command): Fix typos in error messages.
10650
10651 2004-02-23 Mark Kettenis <kettenis@gnu.org>
10652
10653 * x86-64-tdep.h: Tweak comment.
10654 (enum amd64_regnum): New.
10655 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
10656 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
10657 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
10658 (X86_64_XMM1_REGNUM): Removed.
10659 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
10660 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
10661 prototypes for renamed functions.
10662 * x86-64-tdep.c: Fix typo.
10663 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
10664 register numbers.
10665 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
10666 Use constants from `enum amd64_regnum' for register numbers.
10667 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
10668 (amd64_analyze_prologue, amd64_frame_cache,
10669 amd64_sigtramp_frame_cache): Use constants from `enum
10670 amd64_regnum' for register numbers.
10671 (amd64_supply_fpregset): Adjust for renamed functions.
10672 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
10673 `enum amd64_regnum' for register numbers.
10674 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
10675 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
10676 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
10677 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
10678 (amd64_linux_fill_gregset): Adjust for renamed macros.
10679 (fetch_core_registers): Adjust for renamed functions.
10680 (amd64_linux_init_abi): Adjust for renamed functions.
10681 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
10682 renamed functions.
10683 * amd64-nat.c: Adjust for renamed macros.
10684 * amd64bsd-nat.c (fetch_inferior_registers)
10685 (store_inferior_registers): Use constants from `enum amd64_regnum'
10686 for register numbers. Adjust for renamed variables.
10687 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
10688 renamed variables.
10689 (_initialize_amd64fbsd_nat): Use constants from `enum
10690 amd64_regnum' for register numbers.
10691 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
10692 `enum amd64_regnum' for register numbers.
10693 (amd64fbsd_init_abi): Adjust for renamed functions.
10694 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
10695 `enum amd64_regnum' for register numbers.
10696 (amd64nbsd_init_abi): Adjust for renamed functions.
10697 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
10698 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
10699 `enum amd64_regnum' for register numbers.
10700 (amd64obsd_init_abi): Adjust for renamed functions.
10701 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
10702
10703 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10704
10705 * breakpoint.c (print_one_breakpoint): Do not output spaces
10706 after printing <PENDING> for a pending breakpoint.
10707
10708 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10709
10710 * printcmd.c (print_scalar_formatted): Initialize val_long
10711 to remove compiler warning message.
10712
10713 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10714
10715 * defs.h (nquery, yquery): New prototypes.
10716 * breakpoint.c (break_command_1): Use new nquery interface.
10717 * utils.c (defaulted_query, nquery, yquery): New functions.
10718
10719 2004-02-23 Andrew Cagney <cagney@redhat.com>
10720
10721 * hppa-tdep.c (hppa_frame_align): New function.
10722 (hppa32_push_dummy_call): New function.
10723 (hppa64_push_dummy_call): New function.
10724 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
10725 disabled.
10726
10727 * infcall.c (legacy_push_dummy_code): Don't call deprecated
10728 FIX_CALL_DUMMY when push_dummy_call is available.
10729 (call_function_by_hand, push_dummy_code): Ditto.
10730
10731 2004-02-22 Andrew Cagney <cagney@redhat.com>
10732
10733 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
10734 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
10735 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
10736 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
10737 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
10738 call_dummy_location to ON_STACK.
10739
10740 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10741
10742 * x86-64-linux-tdep.c: Tweak comment.
10743 (amd64_linux_supply_gregset): Renamed from
10744 x86_64_linux_supply_gresget.
10745 (amd64_linux_fill_gregset): Renamed from
10746 x86_64_linux_fill_gregset.
10747 (fetch_core_registers): Adjust for renamed functions.
10748 (amd64_core_fns): Renamed from x86_64_core_fns.
10749 (amd64_linux_sigtramp_start): Renamed from
10750 x86_64_linux_sigtramp_start.
10751 (amd64_linux_pc_in_sigtramp): Renamed from
10752 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
10753 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
10754 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
10755 (amd64_linux_sigcontext_addr): Renamed from
10756 x86_64_linux_sigcontext_addr.
10757 (amd64_linux_sc_reg_offset): Renamed from
10758 x86_64_linux_sc_reg_offset.
10759 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
10760 Adjust for renamed functions and variables.
10761 (_initialize_amd64_linux_tdep): Renamed from
10762 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
10763 variables.
10764 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
10765 Adjust for renamed functions.
10766
10767 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
10768 from x86_64_linux_gregset64_reg_offset.
10769 (amd64_linux_gregset32_reg_offset): Rename from
10770 x86_64_linux_gregset64_reg_offset.
10771 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
10772 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
10773 (amd64_linux_dr_set_control): Renamed from
10774 x86_64_linux_dr_set_control. Adjust for renamed functions.
10775 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
10776 Adjust for renamed functions.
10777 (amd64_linux_dr_reset_addr): Renamed from
10778 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
10779 (amd64_linux_dr_get_status): Renamed from
10780 x86_64_linux_dr_get_status. Adjust for renamed functions.
10781 (_initialize_amd64_linux_nat): Renamed from
10782 _initialize_x86_64_linux_nat. Adjust for renamed variables and
10783 functions.
10784 * config/i386/nm-x86-64linux.h: Update copyright year.
10785 Adjust for renamed functions.
10786
10787 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
10788 amd64fbsd_sigtramp_start.
10789 (amd64fbsd_sigtramp_end_addr): Renamed from
10790 amd64fbsd_sigtramp_end.
10791 (amd64fbsd_init_abi): Adjust for renamed variables.
10792 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
10793 variables.
10794 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
10795 amd64fbsd_sigtramp_start.
10796 (amd64fbsd_sigtramp_end_addr): Renamed from
10797 amd64fbsd_sigtramp_end.
10798
10799 2004-02-22 Andrew Cagney <cagney@redhat.com>
10800
10801 * hppa-tdep.c (hppa32_return_value): New function.
10802 (hppa64_return_value): New function.
10803 (hppa_gdbarch_init): Set return_value; keep disabled.
10804
10805 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
10806 struct-return and inferior function call methods.
10807
10808 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10809 "frame-base.h".
10810 (struct hppa_frame_cache): Define.
10811 (hppa_frame_cache, hppa_frame_this_id): New functions.
10812 (hppa_frame_prev_register): New function.
10813 (hppa_frame_unwind, hppa_frame_base): New variables.
10814 (hppa_frame_unwind_sniffer): New function.
10815 (hppa_frame_base_address, hppa_unwind_pc): New function.
10816 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
10817 sniffer, and frame base sniffer; keep disabled.
10818 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
10819 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
10820
10821 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
10822 to predicates for "seriously old code".
10823
10824 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
10825 runtime if(0).
10826
10827 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
10828 unsigned.
10829 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
10830
10831 * config/pa/tm-hppa.h: Update copyright.
10832 (DEPRECATED_INIT_FRAME_PC): Delete macro.
10833 (deprecated_init_frame_pc_default): Delete declaration.
10834 (hppa_frame_init_saved_regs): Delete declaration.
10835 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10836 * hppa-tdep.c: Include "arch-utils.h".
10837 (hppa_gdbarch_init): Set deprecated init_frame_pc
10838 and deprecated frame_init_saved_regs.
10839 (hppa_frame_init_saved_regs): Make static.
10840
10841 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10842
10843 Remove old 386BSD support.
10844 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
10845 * configure.host: Remove i[34567]86-*-bsd*.
10846 * configure.tgt: Remove i[34567]86-*-bsd*.
10847 * i386b-nat.c: Removed.
10848 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
10849 (i386b-nat.o): Remove dependencies.
10850
10851 * config/i386/i386bsd.mh: Removed.
10852 * config/i386/i386bsd.mt: Removed.
10853 * config/i386/nm-i386bsd.h: Removed.
10854 * config/i386/tm-i386bsd.h: Removed.
10855 * config/i386/xm-i386bsd.h: Removed.
10856
10857 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
10858
10859 * amd64fbsd-tdep.c: Include "solib-svr4.h".
10860 (amd64fbsd_init_abi): Set link map offsets.
10861 * amd64nbsd-tdep.c: Include "slib-svr4.h".
10862 (amd64nbsd_init_abi): Set link map offsets.
10863 * amd64obsd-tdep.c: Include "solib-svr4.h".
10864 (amd64obsd_init_abi): Set link map offsets.
10865 * i386fbsd-tdep.c: Include "solib-svr4.h".
10866 (i386fbsd_init_abi): Set link map offsets.
10867 * i386nbsd-tdep.c: Include "solib-svr4.h".
10868 (i386nbsdelf_init_abi): Set link map offsets.
10869 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
10870 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
10871 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
10872 solib-legacy.o and core-aout.o. Reformat.
10873 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
10874 solib-svr4.o, solib-legacy.o. Reformat.
10875 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
10876 * config/i386/nbsdelf.mh: Reformat.
10877 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
10878 solib-svr4.o, solib-legacy.o and corelow.o.
10879 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
10880 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
10881 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
10882 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10883 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10884 (TM_FILE): Set to tm-fbsd.h.
10885 * config/i386/nbsd.mt (TDEPFILES): Reformat.
10886 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
10887 solib-svr4.o.
10888 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
10889 solib-svr4.o.
10890 (TM_FILE): Set to nm-nbsd.h.
10891 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
10892 Simplify shared library support. Don't include "elf/common.h".
10893 (SVR4_SHARED_LIBS): Don't define.
10894 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
10895 "solib.h".
10896 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10897 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10898 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10899 Don't include "i386/tm-i386.h". Include "solib.h".
10900 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10901 Don't include "i386/tm-i386.h".
10902 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10903 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10904 Include "i386/xm-i386.h".
10905 (HOST_LONG_DOUBLE_FORMAT): Remove.
10906
10907 Fix OpenBSD/i386 sigtramp recognition.
10908 * i386-tdep.h: Update copyright year.
10909 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10910 (i386bsd_sigtramp_end): New prototypes.
10911 (i386fbsd_sigtramp_start_addr): Renamed from
10912 i386fbsd_sigtramp_start.
10913 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10914 (i386obsd_sigtramp_start_addr): Renamed from
10915 i386obsd_sigtramp_start.
10916 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10917 * i386bsd-tdep.c: Update copyright year.
10918 (i386bsd_pc_in_sigtramp): Make public.
10919 * i386fbsd-nat.c: Update copyright year.
10920 (_initialize_i386fbsd_nat): Adjust for renamed variables.
10921 * i386fbsd-tdep.c: Update copyright year.
10922 (i386fbsd_sigtramp_start_addr): Renamed from
10923 i386fbsd_sigtramp_start.
10924 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10925 (i386fbsdaout_init_abi): Adjust for renamed variables.
10926 * i386obsd-nat.c: Update copyright year.
10927 (_initialize_i386obsd_nat): Adjust for renamed variables.
10928 * i386obsd-tdep.c: Include "target.h".
10929 (i386obsd_page_size): New variable.
10930 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
10931 (i386obsd_sigtramp_end): New functions.
10932 (i386obsd_sigtramp_start_addr): Renamed from
10933 i386obsd_sigtramp_start.
10934 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10935 (i386obsd_init_abi): Adjust for renamed variables. Set
10936 pc_in_sigtramp, sigtramp_start and sigtramp_end.
10937 * Makefile.in (i386obsd-tdep.o): Update dependencies.
10938
10939 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
10940 trampoline change in OpenBSD kernel.
10941
10942 * amd64-nat.c: Update copyright year.
10943 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
10944 architecture from REGCACHE.
10945
10946 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
10947 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
10948
10949 2004-02-21 Mark Kettenis <kettenis@gnu.org>
10950
10951 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
10952 i[34567]86-*-openbsd3.[0-3].
10953 * config/i386/obsdaout.mh: New file.
10954
10955 * config/i386/obsd.mh (MH_FLAGS): Remove.
10956
10957 Fix PR build/1549.
10958 * i386obsd-tdep.c: Update copyright years. Include
10959 "solib-svr4.h".
10960 (i386obsd_init_abi): Don't set regset_from_core_section here.
10961 (i386obsd_aout_init_abi): New function. Set
10962 regset_from_core_section here.
10963 (i386obsd_elf_init_abi): New function.
10964 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
10965 * Makefile.in (i386obsd-tdep.o): Update dependecies.
10966 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10967 (TM_FILE): Set to tm-nbsd.h.
10968
10969 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
10970 solib-sunos.o.
10971
10972 * solib-svr4.h: Update copyright year.
10973 (svr4_ilp32_fetch_link_map_offsets)
10974 (svr4_lp64_fetch_link_map_offsets): New prototype.
10975 * solib-svr4.c: Update copyright year.
10976 (svr4_ilp32_fetch_link_map_offsets)
10977 (svr4_lp64_fetch_link_map_offsets): New function.
10978
10979 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
10980
10981 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
10982 to the partial symbol table.
10983
10984 2004-02-20 J. brobecker <brobecker@gnat.com>
10985
10986 * PROBLEMS: Add description of problem documented under gdb/1560.
10987
10988 2004-02-20 Mark Kettenis <kettenis@gnu.org>
10989
10990 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
10991 comments.
10992 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
10993 functions.
10994 (amd64obsd_init_abi): Reorder initializations. Use
10995 amd64obsd_r_reg_offset to initialize the general-purpose register
10996 set details. Set regset_from_core_section.
10997 (_initialize_amd64obsd_tdep): Rename from
10998 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
10999 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11000 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11001
11002 * NEWS (New native configurations): Mention OpenBSD/alpha.
11003 * configure.tgt: Add alpha*-*-openbsd*.
11004 * configure.host: Add alpha*-*-openbsd*.
11005 * alphanbsd-tdep.c: Update copyright year.
11006 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11007
11008 2004-02-20 Andrew Cagney <cagney@redhat.com>
11009
11010 Fix PR tdep/1372.
11011 * configure.tgt: Delete target "none-*-*".
11012 * configure.host: Delete host "none-*-*".
11013 * config/none/none.mh: Delete file.
11014 * config/none/none.mt: Delete file.
11015 * config/none/xm-none.h: Delete file.
11016 * config/none/tm-none.h: Delete file.
11017 * config/none/nm-none.h: Delete file.
11018
11019 2004-02-19 Fred Fish <fnf@redhat.com>
11020
11021 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11022 cache->uses_fp prior to setting it.
11023
11024 2004-02-19 Fred Fish <fnf@redhat.com>
11025
11026 Fix for PR breakpoint/1558.
11027 * sh-tdep.c (IS_JSR): New macro.
11028 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11029
11030 2004-02-19 Jim Blandy <jimb@redhat.com>
11031
11032 * findvar.c (value_from_register): Doc fix.
11033
11034 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11035
11036 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11037 type being greater than sizeof of host's LONGEST. Always use
11038 unpack_long() unless format 'f' chosen.
11039
11040 2004-02-19 Joel Brobecker <brobecker@gnat.com>
11041
11042 Committed by Elena Zannoni <ezannoni@redhat.com>
11043
11044 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11045 contains a symbol wich is the best, non-exact match for the given
11046 pc. Update comments.
11047
11048 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11049
11050 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11051 macro, which was part of the now removed Mach 3 port.
11052 * utils.c (request_quit): Ditto.
11053
11054 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11055
11056 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11057 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11058
11059 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11060
11061 Committed by Mark Kettenis <kettenis@gnu.org>.
11062
11063 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11064 Define.
11065
11066 2004-02-18 Andrew Cagney <cagney@redhat.com>
11067
11068 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11069 CONFIG_INSTALL and CONFIG_UNINSTALL.
11070 * configure: Re-generate.
11071 * interps.h (INTERP_TUI): Define.
11072 * Makefile.in: Update dependencies.
11073 (TUI): New macro.
11074 (tui-main.o): Specify dependencies.
11075 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11076 * tui/tui-main.c: New file.
11077
11078 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11079
11080 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11081 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11082 dependencies.
11083 * configure.host: Add x86_64-*-openbsd*.
11084 * configure.tgt: Add x86_64-*-openbsd*.
11085 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11086
11087 * tui/tui.c: Don't include <malloc.h>.
11088
11089 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11090 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11091 amd64nbsd-tdep.c.
11092
11093 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11094 static. Remove extraneous whitespace.
11095 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11096 static.
11097
11098 2004-02-17 Jim Blandy <jimb@redhat.com>
11099
11100 * findvar.c (value_from_register): Doc fix.
11101
11102 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11103
11104 Committed by Jim Blandy <jimb@redhat.com>.
11105
11106 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11107 CORE_ADDR as type for selectors. Correct types for GNU run time
11108 message lookup function to use double indirection.
11109 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11110 * objc-lang.h (lookup_child_selector): Adapt prototype.
11111
11112 * s390-nat.c (SUBOFF): New macro.
11113 (supply_gregset, fill_gregset): Use it to handle debugging
11114 of 32-bit exectuables running under a 64-bit kernel.
11115 * s390-tdep.c: Include "solib-svr4.h".
11116 (s390_svr4_fetch_link_map_offset): New function.
11117 (s390x_svr_fetch_link_map_offset): Likewise.
11118 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11119 * Makefile.in (s390-tdep.o): Update dependencies.
11120
11121 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11122 "frame-unwind.h".
11123 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11124 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11125 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11126 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11127 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11128 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11129 S390_SIGNAL_FRAMESIZE,
11130 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11131 (struct frame_extra_info): Remove.
11132 (s390_memset_extra_info): Remove.
11133 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11134 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11135 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11136 (is_rse): Renamed to ...
11137 (is_rsy): ... this. Support long displacements.
11138 (is_rxe): Renamed to ...
11139 (is_rxy): ... this. Support long displacements.
11140 (compute_x_addr): Support long displacements.
11141 (struct s390_prologue_data): New data type.
11142 (s390_on_stack): Change API to use struct s390_prologue_data.
11143 (s390_store): Reimplement.
11144 (s390_load): New function.
11145 (s390_get_signal_frame_info): Remove.
11146 (s390_get_frame_info): Remove, replace by ...
11147 (s390_analyze_prolog): ... this new function.
11148 (s390_check_function_end): Remove.
11149 (s390_function_start): Remove.
11150 (s390_frameless_function_invokation): Remove.
11151 (s390_is_sigreturn): Remove.
11152 (s390_init_frame_pc_first): Remove.
11153 (s390_init_frame_extra_info): Remove.
11154 (s390_frame_init_saved_regs): Remove.
11155 (s390_frame_saved_pc_nofix): Remove.
11156 (s390_frame_saved_pc): Remove.
11157 (s390_frame_chain): Remove.
11158 (s390_fp_regnum, s390_read_fp): Remove.
11159 (s390_pop_frame_regular, s390_pop_frame): Remove.
11160 (s390_saved_pc_after_call): Remove.
11161 (s390_skip_prologue): Reimplement.
11162 (s390_in_function_epilogue_p): Support long displacements.
11163 (struct s390_unwind_cache): New data structure.
11164 (s390_frame_unwind_cache): New function.
11165 (s390_prologue_frame_unwind_cache): Likewise.
11166 (s390_backchain_frame_unwind_cache): Likewise.
11167 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11168 (s390_frame_unwind): Define.
11169 (s390_frame_sniffer): New function.
11170 (struct s390_pltstub_unwind_cache): New data structure.
11171 (s390_pltstub_frame_unwind_cache): New function.
11172 (s390_pltstub_frame_this_id): Likewise.
11173 (s390_pltstub_frame_prev_register): Likewise.
11174 (s390_pltstub_frame_unwind): Define.
11175 (s390_pltstub_frame_sniffer): New function.
11176 (struct s390_sigtramp_unwind_cache): New data structure.
11177 (s390_sigtramp_frame_unwind_cache): New function.
11178 (s390_sigtramp_frame_this_id): Likewise.
11179 (s390_sigtramp_frame_prev_register): Likewise.
11180 (s390_sigtramp_frame_unwind): Define.
11181 (s390_sigtramp_frame_sniffer): New function.
11182 (s390_frame_base_address, s390_local_base_address): New functions.
11183 (s390_frame_base): Define.
11184 (s390_unwind_pc, s390_unwind_sp): New function.
11185 (s390_push_dummy_call): Use new frame base location.
11186 (s390_unwind_dummy_id): Likewise.
11187 (s390_gdbarch_init): Remove calls to:
11188 set_gdbarch_frameless_function_invocation,
11189 set_gdbarch_deprecated_init_frame_pc,
11190 set_gdbarch_deprecated_frame_chain,
11191 set_gdbarch_deprecated_frame_init_saved_regs,
11192 set_gdbarch_deprecated_pop_frame,
11193 set_gdbarch_deprecated_init_extra_frame_info,
11194 set_gdbarch_deprecated_init_frame_pc_first,
11195 set_gdbarch_deprecated_target_read_fp,
11196 set_gdbarch_deprecated_frame_saved_pc,
11197 set_gdbarch_deprecated_saved_pc_after_call,
11198 set_gdbarch_deprecated_fp_regnum.
11199 Add calls to:
11200 set_gdbarch_in_solib_call_trampoline,
11201 frame_unwind_append_sniffer,
11202 frame_base_set_default,
11203 set_gdbarch_unwind_pc,
11204 set_gdbarch_unwind_sp.
11205 * Makefile.in (s390-tdep.o): Update dependencies.
11206
11207 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11208 (S390_STACK_FRAME_OVERHEAD): Remove.
11209 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11210 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11211 (s390_promote_integer_argument): Remove.
11212 (s390_cannot_extract_struct_value_address): Remove.
11213 (s390_use_struct_convention, s390_store_struct_return): Remove.
11214 (s390_extract_return_value, s390_store_return_value): Remove.
11215 (s390_return_value_convention, s390_return_value): New functions.
11216 (is_float_singleton): Handle typedefs.
11217 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11218 Remove, replace by ...
11219 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11220 s390_function_arg_integer): ... these new functions.
11221 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11222 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11223 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11224 Fill in tdep->abi.
11225 Remove calls to:
11226 set_gdbarch_deprecated_store_struct_return,
11227 set_gdbarch_deprecated_extract_return_value,
11228 set_gdbarch_deprecated_store_return_value,
11229 set_gdbarch_use_struct_convention,
11230 set_gdbarch_extract_struct_value_address,
11231 set_gdbarch_deprecated_pc_in_call_dummy,
11232 set_gdbarch_deprecated_push_arguments,
11233 set_gdbarch_deprecated_save_dummy_frame_tos,
11234 set_gdbarch_deprecated_push_return_address,
11235 set_gdbarch_deprecated_sizeof_call_dummy_words,
11236 set_gdbarch_deprecated_call_dummy_words,
11237 set_gdbarch_deprecated_dummy_write_sp.
11238 Add calls to:
11239 set_gdbarch_push_dummy_call,
11240 set_gdbarch_unwind_dummy_id,
11241 set_gdbarch_return_value.
11242
11243 * config/s390/nm-linux.h: Update comments.
11244 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11245 (STOPPED_BY_WATCHPOINT): Redefine.
11246 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11247 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11248 (s390_stopped_by_watchpoint): Likewise.
11249 (watch_area_cnt): Remove.
11250 * s390-nat.c: Update comments.
11251 (watch_area): Remove typedef.
11252 Global replace watch_area by struct watch_area.
11253 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
11254 (s390_stopped_by_watchpoint): Remove pid argument,
11255 use s390_inferior_tid. Add short-cut for the no watchpoint case.
11256 (s390_fix_watch_points): Remove pid argument,
11257 use s390_inferior_tid. Recompute area spanned by watchpoints.
11258 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11259 argument. Reimplement.
11260
11261 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
11262 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11263 (FETCH_INFERIOR_REGISTERS): Define.
11264 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
11265 core-regset.o.
11266 * config/s390/s390x.mt: Remove.
11267 * config/s390/tm-s390.h: Remove.
11268 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11269 (TARGET_ELF64): Remove.
11270 (SKIP_TRAMPOLINE_CODE): Do not undefine.
11271 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11272 s390*-*-* case; always set gdb_target to s390.
11273 * regformats/reg-s390.dat: Remove control registers.
11274 * regformats/reg-s390x.dat: Likewise.
11275 * s390-tdep.h: New file.
11276 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
11277 Include "inferior.h" and "s390-tdep.h".
11278 Remove private definition of offsetof.
11279 (s390_register_u_addr): Remove.
11280 (regmap_gregset, regmap_fpregset): Define.
11281 (supply_gregset, fill_gregset): Reimplement.
11282 (supply_fpregset, fill_fpregset): Likewise.
11283 (s390_inferior_tid): New function.
11284 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11285 (fetch_inferior_registers, store_inferior_registers): Likewise.
11286 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
11287 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
11288 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11289 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11290 (struct gdbarch_tdep): Define.
11291 (struct s390_register_info): Define.
11292 (s390_register_info): New variable.
11293 (s390_register_name): Reimplement.
11294 (s390_register_type): New function.
11295 (s390_register_raw_size, s390x_register_raw_size): Remove.
11296 (s390_cannot_fetch_register): Remove.
11297 (s390_register_byte): Remove.
11298 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11299 (s390_dwarf_regmap): New variable.
11300 (s390_dwarf_reg_to_regnum): New function.
11301 (s390_stab_reg_to_regnum): Remove.
11302 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11303 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11304 (s390_convert_register_p): Likewise.
11305 (s390_register_to_value, s390_value_to_register): Likewise.
11306 (s390_register_reggroup_p): Likewise.
11307 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11308 s390_gregset, s390x_gregset, s390_fpregset): New variables.
11309 (s390_supply_regset, s390_regset_from_core_section): New functions.
11310 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11311 (S390_FPR_SIZE): Likewise.
11312 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
11313 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11314 (S390_NUM_GPRS): Move here from tm-s390.h.
11315 (S390_NUM_FPRS): Likewise.
11316 (s390_in_function_epilogue_p): New function.
11317 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11318 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11319 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11320 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11321 Replace S390_FP_REGNUM by S390_SP_REGNUM.
11322 Remove calls to:
11323 set_gdbarch_deprecated_max_register_raw_size,
11324 set_gdbarch_deprecated_max_register_virtual_size,
11325 set_gdbarch_deprecated_register_byte,
11326 set_gdbarch_cannot_fetch_register,
11327 set_gdbarch_cannot_store_register,
11328 set_gdbarch_deprecated_register_size,
11329 set_gdbarch_deprecated_register_raw_size,
11330 set_gdbarch_deprecated_register_virtual_size,
11331 set_gdbarch_deprecated_register_virtual_type,
11332 set_gdbarch_deprecated_register_bytes.
11333 Add calls to:
11334 set_gdbarch_num_pseudo_regs,
11335 set_gdbarch_register_type,
11336 set_gdbarch_convert_register_p,
11337 set_gdbarch_register_to_value,
11338 set_gdbarch_value_to_register,
11339 set_gdbarch_register_reggroup_p,
11340 set_gdbarch_regset_from_core_section,
11341 set_gdbarch_pseudo_register_read,
11342 set_gdbarch_pseudo_register_write,
11343 set_gdbarch_in_function_epilogue_p.
11344 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11345 (s390_tdep_h): New variable.
11346
11347 2004-02-17 Jim Blandy <jimb@redhat.com>
11348
11349 * findvar.c (value_from_register): If the type has no length, just
11350 return an acceptable value --- don't report an internal error.
11351
11352 * stabsread.c (read_type): If we find any type numbers that are
11353 forward references, complain if the references aren't resolved by
11354 the time we're finished reading.
11355 (cleanup_undefined_types): Make error message more appropriate for
11356 a complaint.
11357
11358 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11359
11360 * Makefile.in (defs_h): Remove dependency on progress_h.
11361 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11362 progress.h.
11363 * main.c (captured_main): Delete use of START_PROGRESS and
11364 END_PROGRESS.
11365
11366 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11367
11368 * objfiles.c (terminate_minimal_symbol_table): Add back
11369 initialization of MSYMBOL_TYPE.
11370
11371 2004-02-17 David Mosberger <davidm@hpl.hp.com>
11372
11373 Committed by Andrew Cagney.
11374 * Makefile.in (ia64_tdep_h): New macro.
11375 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
11376 (ia64-tdep.o): Likewise.
11377 * ia64-tdep.h: New file.
11378 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
11379 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
11380 (ia64_aix_sigcontext_register_address): Likewise.
11381 (ia64_linux_getunwind_table): Delete declaration.
11382 * ia64-linux-tdep.c: Likewise.
11383
11384 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
11385
11386 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
11387 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
11388 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
11389
11390 2004-02-17 Andrew Cagney <cagney@redhat.com>
11391
11392 * symtab.c (skip_prologue_using_sal): New function.
11393 * symtab.h (skip_prologue_using_sal): Declare.
11394 * frv-tdep.c: Include "symtab.h".
11395 (skip_prologue_using_sal): Delete function.
11396 * mips-tdep.c (skip_prologue_using_sal): Delete function.
11397 * rs6000-tdep.c (refine_prologue_limit): Mention
11398 skip_prologue_using_sal.
11399 * ia64-tdep.c (refine_prologue_limit): Ditto.
11400 * Makefile.in: Update dependencies.
11401
11402 2004-02-16 Andrew Cagney <cagney@redhat.com>
11403
11404 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
11405 START_INFERIOR_TRAPS_EXPECTED.
11406 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
11407 START_INFERIOR_TRAPS_EXPECTED.
11408 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
11409 Delete macro.
11410 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
11411 macro, moved to "nm-osf.h". Update copyright.
11412 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
11413 update copyright.
11414
11415 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
11416 and function replacing FRAMELESS_FUNCTION_INVOCATION.
11417 * blockframe.c (legacy_frameless_look_for_prologue): Rename
11418 frameless_look_for_prologue.
11419 * frame.h (legacy_frameless_look_for_prologue): Rename
11420 frameless_look_for_prologue.
11421 * gdbarch.h, gdbarch.c: Re-generate.
11422 * sh64-tdep.c (sh64_gdbarch_init): Update.
11423 * sh-tdep.c (sh_gdbarch_init): Update.
11424 * s390-tdep.c (s390_gdbarch_init): Update.
11425 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11426 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11427 * m68k-tdep.c (m68k_gdbarch_init): Update.
11428 (delta68_frame_args_address): Update.
11429 * m32r-tdep.c (m32r_gdbarch_init): Update.
11430 * hppa-tdep.c (hppa_gdbarch_init): Update.
11431 * h8300-tdep.c (h8300_gdbarch_init): Update.
11432 * frv-tdep.c (frv_gdbarch_init): Update.
11433 (frv_frameless_function_invocation): Update.
11434 * cris-tdep.c (cris_gdbarch_init): Update.
11435 (cris_frameless_function_invocation): Update.
11436 * avr-tdep.c (avr_gdbarch_init): Update.
11437 * arm-tdep.c (arm_gdbarch_init): Update.
11438 * stack.c (frame_info): Update, call predicate.
11439 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
11440 * frame.c (legacy_get_prev_frame): Update, call predicate..
11441 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
11442 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
11443 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
11444 invocation.
11445 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11446 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11447 * vax-tdep.c (vax_gdbarch_init): Ditto.
11448
11449 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
11450 function.
11451
11452 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11453
11454 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
11455 initializations.
11456
11457 2004-02-16 Andrew Cagney <cagney@redhat.com>
11458
11459 * tui/tui-windata.c: Include "gdb_string.h".
11460 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
11461 * tui/tui-layout.c, tui/tui-command.c: Ditto.
11462 * Makefile.in: Update dependencies.
11463
11464 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11465
11466 * Makefile.in (infrun.o): Add $(gdb_assert_h).
11467 * infrun.c: Include "gdb_assert.h".
11468 (singlestep_ptid, saved_singlestep_ptid)
11469 (stepping_past_singlestep_breakpoint): New variables.
11470 (resume): Set singlestep_ptid. Check for singlestep thread
11471 hop.
11472 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
11473 (handle_inferior_event): Handle singlestep thread hop.
11474
11475 2004-02-16 Andrew Cagney <cagney@redhat.com>
11476
11477 * dwarf2-frame.c (dwarf2_frame_ops): New function.
11478 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
11479 (dwarf2_frame_init_reg): Ditto.
11480
11481 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
11482 suggested by Joshua Neuheisel
11483
11484 * configure.in: Always check for curses, including pdcurses.
11485 Warn, instead of error, when no curses are found. Enable TUI when
11486 curses is available.
11487 * configure: Re-generate.
11488
11489 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11490
11491 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
11492 sh_sh4_register_convert_to_virtual.
11493 (sh_register_convert_to_raw): Rename from
11494 sh_sh4_register_convert_to_raw.
11495 (sh_pseudo_register_read): Accomodate above name change.
11496 (sh_pseudo_register_write): Ditto.
11497
11498 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11499
11500 * sh-tdep.c (sh_generic_register_name): Remove.
11501 (sh_gdbarch_init): Use sh_sh_register_name in default case.
11502
11503 2004-02-15 Andrew Cagney <cagney@redhat.com>
11504
11505 * configure.in (build_warnings): Add -Wunused-function.
11506 * configure: Re-generate.
11507
11508 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
11509 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
11510
11511 * procfs.c (procfs_init_inferior): Assume that
11512 START_INFERIOR_TRAPS_EXPECTED is defined.
11513 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
11514 * config/ns32k/tm-nbsd.h: Delete file,
11515 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
11516
11517 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
11518 * config/vax/tm-vax.h: Delete file.
11519
11520 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11521 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11522 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11523 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11524 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
11525 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11526 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
11527
11528 2004-02-15 Mark Kettenis <kettenis@gnu.org>
11529
11530 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
11531 * dwarf2-frame.c (dwarf2_frame_data): New variable.
11532 (struct dwarf2_frame_ops): New.
11533 (dwarf2_frame_default_init_reg): New function, based on
11534 dwarf2_frame_init_reg.
11535 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
11536 (dwarf2_frame_init_reg): Call architecture-specific function.
11537 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
11538 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
11539 instead of dwarf2_frame_data.
11540 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
11541 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
11542
11543 2004-02-15 Andrew Cagney <cagney@redhat.com>
11544
11545 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
11546 register_gdbarch_swap.
11547 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
11548 * f-lang.c (_initialize_f_language): Update, use
11549 DEPRECATED_REGISTER_GDBARCH_SWAP.
11550 * remote.c (_initialize_remote): Ditto.
11551 * regcache.c (_initialize_regcache): Ditto.
11552 * parse.c (_initialize_parse): Ditto.
11553 * infrun.c (_initialize_infrun): Ditto.
11554 * mi/mi-main.c (_initialize_mi_main): Ditto.
11555 * gdbtypes.c (_initialize_gdbtypes): Ditto.
11556
11557 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
11558 poking .cacheable directly.
11559 * symfile.c (symfile_bfd_open): Ditto.
11560
11561 * Makefile.in: Update all dependencies.
11562
11563 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
11564 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
11565 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
11566 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
11567 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
11568
11569 2004-02-14 Andrew Cagney <cagney@redhat.com>
11570
11571 * arch-utils.c (legacy_convert_register_p): Check
11572 DEPRECATED_REGISTER_CONVERTIBLE_P.
11573 * findvar.c (value_of_register): Ditto.
11574
11575 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
11576 * gdbarch.h, gdbarch.c: Re-generate.
11577 * arch-utils.c (deprecated_register_convertible_not): Delete.
11578 * arch-utils.h (deprecated_register_convertible_not): Delete.
11579 * mi/mi-main.c (get_register): Update. Update copyright.
11580 * infcmd.c (default_print_registers_info): Update.
11581
11582 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11583 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
11584 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
11585 * gdbarch.h, gdbarch.c: Re-generate.
11586 * frame.c (deprecated_get_next_frame_hack): Delete function.
11587 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
11588 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
11589 Update.
11590 * infcall.c (call_function_by_hand): Update.
11591
11592 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
11593
11594 * symfile.c (init_entry_point_info, entry_point_address): Move
11595 from here...
11596 * objfiles.c (init_entry_point_info, entry_point_address):..to
11597 here.
11598 * symfile.h (init_entry_point_info, entry_point_address): Remove
11599 prototypes.
11600 * objfiles.h (init_entry_point_info, entry_point_address):Add
11601 prototypes.
11602 * cris-tdep.c: Remove include of symfile.h. Add include of
11603 objfiles.h.
11604 * infcall.c: Ditto.
11605 * mcore-tdep.c: Ditto.
11606 * mn10300-tdep.c: Ditto.
11607 * sh64-tdep.c: Ditto.
11608 * v850-tdep.c: Ditto.
11609 * arm-tdep.c: Remove include of symfile.h.
11610 * blockframe.c: Ditto.
11611 * coffread.c: Ditto.
11612 * dbxread.c: Ditto.
11613 * dwarf2read.c: Ditto.
11614 * dwarfread.c: Ditto.
11615 * frv-tdep.c: Ditto.
11616 * ia64-tdep.c: Ditto.
11617 * mdebugread.c: Ditto.
11618 * mipsread.c: Ditto.
11619 * rs6000-tdep.c: Ditto.
11620 * s390-tdep.c: Ditto.
11621 * sh-tdep.c: Ditto.
11622 * xstormy16-tdep.c: Ditto.
11623 * gdbarch.sh: Remove include of symfile.h.
11624 * gdbarch.c: Regenerate.
11625 * solib-irix.c (enable_break): Use entry_point_address().
11626 Add comment about include file.
11627 * xcoffread.c: Add comment about include file.
11628 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
11629 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
11630 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
11631 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
11632 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
11633
11634 2004-02-13 Andrew Cagney <cagney@redhat.com>
11635
11636 * corelow.c (core_xfer_partial): Use "struct bfd_section".
11637 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
11638 copyright.
11639 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
11640
11641 2004-02-12 Fred Fish <fnf@redhat.com>
11642
11643 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
11644 set_gdbarch_store_return_value.
11645
11646 2004-02-12 Andrew Cagney <cagney@redhat.com>
11647
11648 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
11649 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
11650 (interrupt_query): Ditto.
11651 (ofunc): Delete unused variable.
11652 * cris-tdep.c (cris_abi): Delete unused function.
11653 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
11654 (cris_get_wide_opcode, cris_get_short_size): Ditto.
11655 (cris_get_asr_quick_shift_steps): Ditto.
11656 (cris_skip_prologue_frameless_p): Ditto.
11657 * arm-tdep.c (arm_push_return_address): Delete unused function.
11658 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
11659 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
11660 * s390-tdep.c (s390_function_start): Delete unused function.
11661
11662 2004-02-12 Andrew Cagney <cagney@redhat.com>
11663
11664 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
11665 gdbarch.h, gdbarch.c: Re-generate.
11666 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
11667 to generic_prologue_frameless_p.
11668 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
11669 * arch-utils.c (generic_prologue_frameless_p): Delete function.
11670
11671 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
11672
11673 * mips-linux-tdep.c: Include "frame.h".
11674 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
11675 (mips_linux_skip_resolver): New functions.
11676 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
11677 and set_gdbarch_in_solib_call_trampoline.
11678 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
11679 to after set_gdbarch_in_solib_return_trampoline. Only set the
11680 solib hooks to mips16 functions if the OS ABI is unknown.
11681 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
11682 including "config/tm-linux.h".
11683 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
11684 * Makefile.in (mips-linux-tdep.o): Update.
11685
11686 2004-02-11 David Carlton <carlton@kealia.com>
11687
11688 * linespec.c (decode_compound): Only look for a class symbol when
11689 considering all but the rightmost component.
11690
11691 2004-02-11 Andrew Cagney <cagney@redhat.com>
11692
11693 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
11694 abi code are are separatly grouped.
11695
11696 2004-02-11 Andrew Cagney <cagney@redhat.com>
11697
11698 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
11699 * gdbarch.h, gdbarch.c: Re-generate.
11700 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11701 * v850-tdep.c (v850_gdbarch_init): Update.
11702 * sh64-tdep.c (sh64_gdbarch_init): Update.
11703 * sh-tdep.c (sh_gdbarch_init): Update.
11704 * s390-tdep.c (s390_gdbarch_init): Update.
11705 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11706 * mips-tdep.c (mips_gdbarch_init): Update.
11707 * mcore-tdep.c (mcore_gdbarch_init): Update.
11708 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11709 * m32r-tdep.c (m32r_gdbarch_init): Update.
11710 * ia64-tdep.c (ia64_gdbarch_init): Update.
11711 * hppa-tdep.c (hppa_gdbarch_init): Update.
11712 * h8300-tdep.c (h8300_gdbarch_init): Update.
11713 * frv-tdep.c (frv_gdbarch_init): Update.
11714 * d10v-tdep.c (d10v_gdbarch_init): Update.
11715 * cris-tdep.c (cris_gdbarch_init): Update.
11716 * avr-tdep.c (avr_gdbarch_init): Update.
11717 * arm-tdep.c (arm_gdbarch_init): Update.
11718 * alpha-tdep.c (alpha_gdbarch_init): Update.
11719
11720 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
11721
11722 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
11723 comma.
11724 (sh_sh4al_dsp_register_name): Ditto.
11725
11726 2004-02-10 Andrew Cagney <cagney@redhat.com>
11727
11728 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
11729 (mips_init_frame_pc_first): Delete function.
11730 (mips_frame_saved_pc): Delete function.
11731 (mips_frame_chain): Delete function.
11732 (mips_init_extra_frame_info): Delete function.
11733 (mips_xfer_register): Delete unused variable "reg".
11734 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
11735 (mips_n32n64_return_value): Delete unused variable "reg".
11736 (mips_n32n64_return_value): Delete unused variable "pos".
11737 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
11738 (mips_o32_return_value): Delete unused variable "pos".
11739 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
11740 (mips_print_fp_register): Delete unused variable "namelen"
11741 (mips_print_fp_register): Delete unused variable "flt2"
11742 (get_frame_pointer): Delete function.
11743 (cached_proc_desc): Delete static variable.
11744 (mips_pop_frame): Delete function.
11745 (mips_find_saved_regs): Delete function.
11746 (mips_get_saved_register): Delete function.
11747 (mips_saved_pc_after_call): Delete function.
11748 (SIGFRAME_BASE): Delete macro.
11749 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
11750 (SIGFRAME_PC_OFF): Delete macro.
11751 (SIGFRAME_REGSAVE_OFF): Delete macro.
11752 (mips_dump_tdep): Do not print deleted macro definitions.
11753
11754 2004-02-10 Andrew Cagney <cagney@redhat.com>
11755
11756 * Makefile.in (SFILES): Remove explictly listed tui files.
11757 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
11758
11759 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
11760
11761 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
11762 to use paddr functions to format ia64 addresses and long values.
11763 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
11764 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
11765 (get_kernel_table, ia64_find_proc_info_x): Ditto.
11766 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
11767 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
11768
11769 2004-02-10 Andrew Cagney <cagney@redhat.com>
11770
11771 * defs.h: Do not include "tui.h".
11772 * gdb_curses.h: New file.
11773 * tui/tui-hooks.h: New file.
11774 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
11775 (tui_install_hooks, tui_remove_hooks): Delete declarations.
11776 (tui_initialize_io): Delete declaration.
11777 (tui_initialize_readline: Delete redundant declaration.
11778 (struct tui_point): Delete definition.
11779 * tui/tui-data.h (struct tui_point): Define.
11780 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
11781 * utils.c: Include "tui/tui.h".
11782 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
11783 * printcmd.c [TUI]: Include "tui/tui.h".
11784 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
11785 * tui/tui-command.c: Include "gdb_curses.h".
11786 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
11787 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
11788 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
11789 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
11790 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
11791 * Makefile.in: Update all dependencies.
11792 (tui_hooks_h, gdb_curses_h): Define.
11793 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
11794
11795 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
11796
11797 * objfiles.h (struct objfile): Remove unused fields auxf1 and
11798 auxf2. Add comments about some other rarely used fields.
11799
11800 2004-02-10 Andrew Cagney <cagney@redhat.com>
11801
11802 * Makefile.in (init.c): Fix script removing duplicates. Problem
11803 reported by Peter Schauer.
11804
11805 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11806
11807 * bcache.c (bcache_xmalloc): Use obstack_init instead of
11808 obstack_specify_allocation.
11809 * objfiles.c (allocate_objfile): Ditto.
11810 * solib-sunos.c (solib_add_common_symbols)
11811 (allocate_rt_common_objfile): Ditto.
11812 * symfile.c (reread_symbols): Ditto.
11813 * gdb_obstack.h: Add comment.
11814
11815 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11816
11817 * linespec.c (decode_line_1, locate_first_half)
11818 (decode_compound, lookup_prefix_sym): Update comments. Delete old
11819 commented out code.
11820
11821 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
11822
11823 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
11824 obstack_free.
11825
11826 2004-02-09 Andrew Cagney <cagney@redhat.com>
11827
11828 * blockframe.c (find_pc_partial_function): If find_pc_overlay
11829 fails, try find_pc_section. Fix PR c++/1267.
11830 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
11831 instead of find_pc_mapped_section.
11832 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
11833 not default to the section containing PC. Fix PR symtab/1519.
11834
11835 2004-02-09 Andrew Cagney <cagney@redhat.com>
11836
11837 * Makefile.in (mips-tdep.o): Update dependencies.
11838 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
11839 "trad-frame.h".
11840 (mips_unwind_pc): Return the pseudo PC register.
11841 (mips_unwind_dummy_id): New function.
11842 (mips16_fetch_instruction): New function.
11843 (mips32_fetch_instruction): New function.
11844 (struct mips_frame_cache): Define.
11845 (mips_mdebug_frame_cache): New function.
11846 (mips_mdebug_frame_this_id): New function.
11847 (mips_mdebug_frame_prev_register): New function.
11848 (mips_mdebug_frame_unwind): Define.
11849 (mips_mdebug_frame_sniffer): New function.
11850 (mips_mdebug_frame_base_address): New function.
11851 (mips_mdebug_frame_base): Define.
11852 (mips_mdebug_frame_base_sniffer): New function.
11853 (mips_gdbarch_init): Append unwind and base sniffers. Set
11854 unwind_dummy_id.
11855
11856 2004-02-08 Andrew Cagney <cagney@redhat.com>
11857
11858 * frame.c: Print both the register number and name.
11859
11860 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
11861 and a sed into a single sed. Make .c and .o patterns more robust.
11862 (OBS): Delete.
11863 (INIT_FILES): Replace OBS with COMMON_OBS.
11864 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
11865
11866 2004-02-08 Mark Kettenis <kettenis@gnu.org>
11867
11868 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
11869 the PT_WCOOKIE request.
11870
11871 2004-02-08 Andrew Cagney <cagney@redhat.com>
11872
11873 * mips-tdep.c (mips_unwind_pc): New function.
11874 (mips_gdbarch_init): Set mips_unwind_pc.
11875
11876 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
11877 (get_frame_id): Allow the UNKNOWN_FRAME.
11878 (frame_register_unwind, get_frame_type): Ditto.
11879
11880 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
11881 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
11882 unwind_dummy_id indicates a legacy frame.
11883
11884 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
11885 * configure: Re-generate.
11886
11887 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
11888 methods.
11889
11890 2004-02-08 Andrew Cagney <cagney@redhat.com>
11891
11892 * configure.in (CONFIG_ALL): Set to Makefile target, and not
11893 makefile macro.
11894 * configure: Re-generate.
11895 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
11896 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11897 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11898 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11899 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11900 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11901 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11902 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11903 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11904 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11905
11906 2004-02-07 Andrew Cagney <cagney@redhat.com>
11907
11908 * Makefile.in: Update all dependencies.
11909
11910 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11911 * configure: Re-generate.
11912 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11913 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11914 (COMMON_OBS): Add "main.o" and "annotate.o".
11915 (ANNOTATE_OBS): Delete.
11916 (OBS): Remove ANNOTATE_OBS.
11917 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
11918 CONFIG_INITS.
11919 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
11920 against CONFIG_OBS and "main.o".
11921 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
11922 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
11923
11924 * tui/tui-command.c: Include "gdb_string.h", delete register
11925 attribute, use ISO-C function signatures.
11926 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
11927 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11928 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
11929 * tui/tui.c: Ditto.
11930
11931 * tui/tui-command.c: Change variable and function names to lower
11932 case.
11933 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
11934 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
11935 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11936 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11937 * tui/tui-winsource.c, tui/tui.c: Ditto.
11938
11939 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11940
11941 * buildsym.c (free_pending_blocks, finish_block)
11942 (record_pending_block, make_blockvector, end_symtab): Replace
11943 symbol_obstack with objfile_obstack.
11944 * coffread.c (process_coff_symbol, coff_read_struct_type)
11945 (coff_read_enum_type): Ditto.
11946 * cp-namespace.c (initialize_namespace_symtab)
11947 (check_one_possible_namespace_symbol): Ditto.
11948 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
11949 (dwarf2_symbol_mark_computed): Ditto.
11950 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
11951 * elfread.c (elf_symtab_read): Ditto.
11952 * hpread.c (hpread_symfile_init, hpread_symfile_init)
11953 (hpread_read_enum_type, hpread_read_function_type)
11954 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
11955 Ditto.
11956 * jv-lang.c (get_java_class_symtab, add_class_symbol)
11957 (java_link_class_type): Ditto.
11958 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
11959 (new_symbol): Ditto.
11960 * minsyms.c (install_minimal_symbols): Ditto.
11961 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
11962 (terminate_minimal_symbol_table): Replace symbol_obstack with
11963 objfile_obstack.
11964 (free_objfile): Remove freeing of symbol_obstack.
11965 * objfiles.h: Remove symbol_obstack field.
11966 * pa64solib.c (add_to_solist): Replace symbol_obstack with
11967 objfile_obstack.
11968 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11969 symbol_obstack.
11970 (solib_add_common_symbols): Replace symbol_obstack with
11971 objfile_obstack.
11972 * somsolib.c (som_solib_add): Ditto.
11973 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
11974 (common_block_start, common_block_end): Ditto.
11975 * symfile.c (reread_symbols): Remove freeing and init of
11976 symbol_obstack.
11977 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
11978 * symfile.h: Update comment.
11979 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
11980 stats printing.
11981 * symtab.c (symbol_set_names): Replace symbol_obstack with
11982 objfile_obstack.
11983 * symtab.h (struct general_symbol_info, struct minimal_symbol):
11984 Update comments.
11985 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
11986 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
11987 objfile_obstack.
11988
11989 2004-02-07 Andrew Cagney <cagney@redhat.com>
11990
11991 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
11992 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
11993 fields and variables.
11994 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
11995 (m_beInvisible): Delete macro.
11996 * tui/tui-data.h: Fix case case fields and variables.
11997 (m_genWinPtrIsNull): Delete macro.
11998 (tui_win_list): Rename winList.
11999 (TUI_SRC_WIN): Rename srcWin.
12000 (TUI_DISASM_WIN): Rename disassemWin.
12001 (TUI_DATA_WIN): Rename dataWin.
12002 (TUI_CMD_WIN): Rename cmdWin.
12003 (m_genWinPtrNotNull): Delete macro.
12004 (m_winPtrIsNull): Delete macro.
12005 (m_winPtrNotNull): Delete macro.
12006 (tui_win_is_source_type): Replace m_winIsSourceType
12007 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12008 (tui_win_has_locator): Replace m_hasLocator.
12009 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12010 m_setWinHighlightOff.
12011 * tui/tui-data.c: Update references.
12012 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12013 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12014 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12015 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12016 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12017 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12018 * tui/tui-winsource.c, tui/tui.c: Ditto.
12019
12020 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12021
12022 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12023 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12024 StackGhost.
12025
12026 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12027 variable `i6' to `i7'.
12028 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12029
12030 2004-02-07 Andrew Cagney <cagney@redhat.com>
12031
12032 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12033 (TuiPoint, TuiPointPtr): Ditto.
12034 (TuiStatus, TuiStatusPtr): Ditto.
12035 (TuiWinType, TuiWinTypePtr): Ditto.
12036 (struct tui_point): Rename _TuiPoint.
12037 (tui_get_low_disassembly_address): Rename
12038 tuiGetLowDisassemblyAddress.
12039 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12040 (tuiFree): Delete declaration.
12041 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12042 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12043 * tui/tui.c (tuiFree): Delete function.
12044 * cli/cli-cmds.c (disassemble_command): Update references.
12045 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12046 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12047 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12048 * tui/tui-winsource.c: Ditto.
12049
12050 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12051
12052 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12053 coffstab_build_psymtabs, elfstab_build_psymtabs)
12054 (stabsect_build_psymtabs): Replace psymbol_obstack with
12055 objfile_obstack.
12056 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12057 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12058 Ditto.
12059 * dwarfread.c (scan_compilation_units): Ditto.
12060 * elfread.c (elfstab_offset_sections): Ditto.
12061 * hppa-tdep.c (read_unwind_info): Ditto.
12062 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12063 (hpread_end_psymtab): Ditto.
12064 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12065 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12066 Ditto.
12067 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12068 * objfiles.c (add_to_objfile_sections)
12069 (build_objfile_section_table): Ditto.
12070 (allocate_objfile): Remove init of psymbol_obstack.
12071 (free_objfile): Remove freeing of psymbol_obstack.
12072 * objfiles.h (struct objfile): Remove field
12073 psymbol_obstack. Update comments.
12074 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12075 psymbol_obstack with objfile_obstack.
12076 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12077 psymbol_obstack.
12078 * somread.c (som_symfile_offsets, init_import_symbols)
12079 (init_export_symbols): Replace psymbol_obstack with
12080 objfile_obstack.
12081 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12082 * symfile.c (default_symfile_offsets, syms_from_objfile)
12083 (reread_symbols): Remove freeing and init of psymbol_obstack.
12084 (cashier_psymtab): Update comment.
12085 * symmisc.c (print_objfile_statistics): Don't report stats for
12086 psymbol obstack.
12087 * symtab.h (struct general_symbol_info, struct partial_symtab):
12088 Update comments.
12089 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12090 (xcoff_symfile_offsets): Replace psymbol_obstack with
12091 objfile_obstack.
12092
12093 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12094
12095 * objfiles.h (struct objfile): Add objfile_obstack field.
12096 Remove type_obstack field.
12097
12098 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12099 read_structure_scope read_enumeration, new_symbol): Replace
12100 type_obstack with objfile_obstack.
12101 * dwarfread.c (struct_type, enum_type): Ditto.
12102 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12103 (lookup_fundamental_type): Ditto.
12104 * gdbtypes.h (TYPE_ALLOC): Ditto.
12105 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12106 (hpread_read_doc_function_type, hpread_read_struct_type)
12107 (fix_static_member_physnames, hpread_read_array_type)
12108 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12109 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12110 (java_link_class_type): Ditto.
12111 * mdebugread.c (parse_type): Ditto.
12112 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12113 * solib-sunos.c (solib_add_common_symbols): Ditto.
12114 * stabsread.c (define_symbol, read_type, read_member_functions,
12115 read_cpp_abbrev, read_one_struct_field): Ditto.
12116 * symfile.c (reread_symbols): Ditto.
12117 * symmisc.c (print_objfile_statistics): Ditto.
12118
12119 2004-02-07 Andrew Cagney <cagney@redhat.com>
12120
12121 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12122 (tui_exec_info_content): Rename TuiExecInfoContent.
12123 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12124 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12125 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12126 (TuiList, TuiListPtr): Ditto.
12127 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12128 (TuiDataType, TuiDataTypePtr): Ditto.
12129 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12130 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12131 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12132 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12133 (TuiDataElement, TuiDataElementPtr): Ditto.
12134 (TuiWinElement, TuiWinElementPtr): Ditto.
12135 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12136 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12137 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12138 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12139 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12140 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12141 * tui/tui-command.c, tui/tui-data.c: Update references.
12142 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12143 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12144 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12145 * tui/tui-winsource.c, tui/tui.c: Ditto.
12146
12147 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12148
12149 * dwarf2-frame.h: Update copyright.
12150 (enum dwarf2_frame_reg_rule): New.
12151 (struct dwarf2_frame_state_reg): New.
12152 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12153 * dwarf2-frame.c: Update copyright.
12154 (enum dwarf2_reg_rule): Remove.
12155 (struct dwarf2_frame_state): Remove defenition of `struct
12156 dwarf2_frame_state_reg'.
12157 (read_reg): Call get_frame_arch to get the architecture instead of
12158 using CURRENT_GDBARCH.
12159 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12160 DWARF2_FRAME_.
12161 (dwarf2_frame_init_reg): New function.
12162 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12163 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12164 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12165 tags with DWARF2_FRAME_.
12166 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12167 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12168 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12169
12170 2004-02-06 Andrew Cagney <cagney@redhat.com>
12171
12172 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12173 (enum tui_data_type): Rename _TuiDataType.
12174 (struct tui_layout_def): Rename _TuiLayoutDef.
12175 (struct tui_source_element): Rename _TuiSourceElement.
12176 (struct tui_data_element): Rename _TuiDataElement.
12177 (struct tui_command_element): Rename _TuiCommandElement.
12178 (struct tui_locator_element): Rename _TuiLocatorElement.
12179 (union tui_which_element): Define.
12180 (struct tui_win_element): Rename _TuiWinElement.
12181 (struct tui_data_info): Rename _TuiDataInfo.
12182 (struct tui_source_info): Rename _TuiSourceInfo.
12183 (struct tui_command_info): Rename _TuiCommandInfo.
12184 (tui_initialize_static_data): Rename initializeStaticData.
12185 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12186 (tui_alloc_win_info): Rename allocWinInfo.
12187 (tui_init_generic_part): Rename initGenericPart.
12188 (tui_init_win_info): Rename initWinInfo.
12189 (tui_alloc_content): Rename allocContent.
12190 (tui_add_content_elements): Rename addContentElements.
12191 (tui_init_content_element): Rename initContentElement.
12192 (tui_free_window): Rename freeWindow.
12193 (tui_free_win_content): Rename freeWinContent.
12194 (tui_free_data_content): Rename freeDataContent.
12195 (tui_free_all_source_wins_content): Rename
12196 freeAllSourceWinsContent.
12197 (tui_del_window): Rename tuiDelWindow.
12198 (tui_del_data_windows): Rename tuiDelDataWindows.
12199 (tui_partial_win_by_name): Rename partialWinByName.
12200 (tui_win_name): Rename winName.
12201 (tui_current_layout): Rename currentLayout.
12202 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12203 (tui_term_height): Rename termHeight.
12204 (tui_set_term_height_to): Rename setTermHeightTo.
12205 (tui_term_width): Rename termWidth.
12206 (tui_set_term_width_to): Rename setTermWidthTo.
12207 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12208 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12209 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12210 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12211 (tui_source_windows): Rename sourceWindows.
12212 (tui_clear_source_windows): Rename clearSourceWindows.
12213 (tui_clear_source_windows_detail): Rename
12214 clearSourceWindowsDetail.
12215 (tui_clear_win_detail): Rename clearWinDetail.
12216 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12217 (tui_default_tab_len): Rename tuiDefaultTabLen.
12218 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12219 (tui_win_with_focus): Rename tuiWinWithFocus.
12220 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12221 (tui_layout_def): Rename tuiLayoutDef.
12222 (tui_win_resized): Rename tuiWinResized.
12223 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12224 (tui_next_win): Rename tuiNextWin.
12225 (tui_prev_win): Rename tuiPrevWin.
12226 (tui_add_to_source_windows): Rename addToSourceWindows.
12227 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12228 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12229 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12230 * tui/tui.c, tui/tui-data.c: Ditto.
12231 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12232 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12233
12234 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12235 (struct symtab): Declare.
12236 (tui_set_source_content): Rename tuiSetSourceContent.
12237 (tui_show_symtab_source): Rename tuiShowSource.
12238 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12239 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12240 * tui/tui-source.c: Update copyright. Update references.
12241 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12242 * tui/tui-stack.c: Update references.
12243
12244 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12245 (struct tui_win_info): Declare.
12246 (tui_scroll_forward): Rename tuiScrollForward.
12247 (tui_scroll_backward): Rename tuiScrollBackward.
12248 (tui_scroll_left): Rename tuiScrollLeft.
12249 (tui_scroll_right): Rename tuiScrollRight.
12250 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12251 (tui_resize_all): Rename tuiResizeAll.
12252 (tui_refresh_all_win): Rename tuiRefreshAll.
12253 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12254 * tui/tui-layout.c, * tui/tui-io.c: Update references.
12255 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12256 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12257
12258 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
12259 (tui_erase_data_content): Rename tuiEraseDataContent.
12260 (tui_display_all_data): Rename tuiDisplayAllData.
12261 (tui_check_data_values): Rename tuiCheckDataValues.
12262 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12263 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12264 (tui_first_data_element_no_in_line): Rename
12265 tuiFirstDataElementNoInLine.
12266 (tui_delete_data_content_windows): Rename
12267 tuiDeleteDataContentWindows.
12268 (tui_refresh_data_win): Rename tuiRefreshDataWin.
12269 (tui_display_data_from): Rename tuiDisplayDataFrom.
12270 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12271 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12272 * tui/tui-win.c, tui/tui-regs.c: Update references.
12273 * tui/tui-layout.c, tui/tui.c: Update references.
12274
12275 * tui/tui-wingeneral.h: Update copyright.
12276 (m_allBeVisible): Delete macro.
12277 (m_allBeInvisible): Delete macro.
12278 (struct tui_gen_win_info): Declare.
12279 (struct tui_win_info): Declare.
12280 (tui_unhighlight_win): Rename unhighlightWin.
12281 (tui_make_visible, tui_make_invisible): Replace makeVisible.
12282 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12283 (tui_make_window): Rename makeWindow.
12284 (tui_copy_win): Rename copyWin.
12285 (tui_box_win): Rename boxWin.
12286 (tui_highlight_win): Rename highlightWin.
12287 (tui_check_and_display_highlight_if_needed): Rename
12288 checkAndDisplayHighlightIfNeeded.
12289 (tui_refresh_all): Rename refreshAll.
12290 (tui_delete_win): Rename tuiDelwin.
12291 (tui_refresh_win): Rename tuiRefreshWin.
12292 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12293 (tui_make_visible, tui_make_invisible): New functions.
12294 (tui_make_all_visible, tui_make_all_invisible): New functions.
12295 (make_all_visible): Rename makeAllVisible.
12296 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12297 * tui/tui-data.c, tui/tui-winsource.c: Update references.
12298 * tui/tui-windata.c, tui/tui-win.c: Update references.
12299 * tui/tui-regs.c, tui/tui-layout.c: Update references.
12300 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12301
12302 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12303
12304 * proc-api.c (write_with_trace): Initialize local variable to
12305 silence compiler warning.
12306
12307 2004-02-06 Andrew Cagney <cagney@redhat.com>
12308
12309 * tui/tui-source.h: Do not include "defs.h".
12310 (struct tui_win_info): Declare.
12311 (tui_set_source_content_nil): Declare.
12312 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12313 (union tui_line_or_address): Rename _TuiLineOrAddress.
12314 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
12315 (tui_update_source_window): Rename tuiUpdateSourceWindow.
12316 (tui_update_source_window_as_is): Rename
12317 tuiUpdateSourceWindowAsIs.
12318 (tui_update_source_windows_with_addr): Rename
12319 tuiUpdateSourceWindowsWithAddr.
12320 (tui_update_source_windows_with_line): Rename
12321 tuiUpdateSourceWindowsWithLine.
12322 (tui_clear_source_content): Rename tuiClearSourceContent.
12323 (tui_erase_source_content): Rename tuiEraseSourceContent.
12324 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12325 (tui_show_source_content): Rename tuiShowSourceContent.
12326 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12327 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12328 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12329 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12330 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12331 (tui_update_exec_info): Rename tuiUpdateExecInfo.
12332 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12333 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12334 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12335 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12336 (struct tui_win_info): Declare.
12337 * tui/tui-stack.c: Update references.
12338 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12339 * tui/tui-win.c, tui/tui-source.c: Ditto.
12340 * tui/tui.c, tui/tui-disasm.c: Ditto.
12341
12342 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12343
12344 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12345 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
12346
12347 2004-02-05 Mark Kettenis <kettenis@gnu.org>
12348
12349 * infrun.c (handle_inferior_event): Allow for breakpoint
12350 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12351 and SIGEMT. Update comments.
12352 * NEWS (Revised SPARC target): Mention support for non-executable
12353 stack.
12354
12355 2004-02-04 Mark Kettenis <kettenis@gnu.org>
12356
12357 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12358 * inftarg.c: Update copyright year.
12359 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12360 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12361 (sparc_xfer_wcookie): New function.
12362 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12363 * Makefile.in (sparc-nat.o): Update dependencies.
12364 * config/sparc/nm-nbsd.h: Include "target.h".
12365 (NATIVE_XFER_WCOOKIE): New define.
12366 (sparc_xfer_wcookie): New prototype.
12367
12368 2004-02-04 Andrew Cagney <cagney@redhat.com>
12369
12370 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
12371 SYSCALL_TRAP function.
12372 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
12373
12374 2004-02-04 Andrew Cagney <cagney@redhat.com>
12375 Daniel Jacobowitz <drow@mvista.com>
12376
12377 * objfiles.h: Delete comments refering to inside_entry_func and
12378 DEPRECATED_FRAME_CHAIN_VALID.
12379 * defs.h (inside_entry_func): Update prototype..
12380 * blockframe.c (inside_entry_func): Rename to
12381 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
12382 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
12383
12384 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
12385
12386 * breakpoint.c (struct captured_parse_breakpoint_args): Move
12387 outside of #ifdef SOLIB_ADD region.
12388 (do_restore_lang_radix_cleanup): Ditto.
12389 (resolve_pending_breakpoint): Ditto.
12390
12391 2004-02-03 Andrew Cagney <cagney@redhat.com>
12392
12393 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
12394 (process_note_abi_tag_sections): Delete unused function.
12395 (ia64_read_fp): Delete unused function.
12396 (gdbarch_extract_struct_value_address): Delete declaration.
12397
12398 2004-02-02 Andrew Cagney <cagney@redhat.com>
12399
12400 * vax-tdep.c (vax_frame_chain): Delete call to
12401 deprecated_inside_entry_file.
12402 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
12403
12404 2004-02-02 Mark Kettenis <kettenis@gnu.org>
12405
12406 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
12407 column that's "empty" or "same value" when eliminating REG_RA
12408 rules.
12409
12410 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12411
12412 * NEWS: Add information about new pending breakpoint support.
12413
12414 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12415
12416 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
12417 and pending fields for pending breakpoint support.
12418 * breakpoint.c (breakpoint_enabled): Add check for not pending.
12419 (condition_command): Only parse condition if not a pending
12420 breakpoint.
12421 (print_one_breakpoint): Add support for pending breakpoints.
12422 (describe_other_breakpoints): Add checks to verify we are not
12423 dealing with pending breakpoints.
12424 (check_duplicates): Don't check pending breakpoints.
12425 (set_raw_breakpoint): Initialize pending flag.
12426 (do_restore_lang_radix_cleanup): New cleanup routine.
12427 (resolve_pending_breakpoint): New function.
12428 (re_enable_breakpoints_in_shlibs): Try and resolve any
12429 pending breakpoints via resolve_pending_breakpoint.
12430 (mention): Add pending breakpoint support.
12431 (parse_breakpoint_sals): Add new parameter to pass to
12432 decode_line_1 to indicate silent errors when files or functions
12433 are not found. Change all callers.
12434 (do_captured_parse_breakpoint): New function.
12435 (break_command_1): Change prototype to return an rc value and to
12436 take an optional pending breakpoint pointer. Support creating
12437 a pending breakpoint if a "not found" form of error occurs when
12438 parsing the breakpoint. Also support resolving an existing pending
12439 breakpoint and be silent if the resolution fails.
12440 (create_breakpoints): Change prototype to take pending breakpoint
12441 pointer. When resolving a pending breakpoint, use the new pointer
12442 to provide a conditional or commands added by the end-user.
12443 (delete_breakpoint): Add appropriate check for pending.
12444 (breakpoint_re_set_one): Ditto.
12445 (do_enable_breakpoint): Ditto.
12446
12447 2004-02-02 David Carlton <carlton@kealia.com>
12448
12449 * valops.c (enum oload_classification): New.
12450 (find_overload_match): Break implementation into separate
12451 functions; delete #if 0'd code; look for symbols within
12452 namespaces.
12453 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
12454 (find_oload_champ,oload_method_static,classify_oload_match): New.
12455 * cp-support.h: Add declaration for cp_func_name; update
12456 declaration for make_symbol_overload_list.
12457 * cp-support.c (cp_func_name): New.
12458 (overload_list_add_symbol): Fix comment, use
12459 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
12460 (make_symbol_overload_list): Take a function name and a namespace
12461 instead of a symbol; change implementation.
12462 (make_symbol_overload_list_using): New.
12463 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
12464
12465 2004-02-02 Fred Fish <fnf@redhat.com>
12466
12467 * main.c (gdb_stdtarg): Move definition to group with other
12468 gdb_stdtarg definitions and update copyright years.
12469 * remote-sim.c (gdb_os_write_stderr): Write output to
12470 gdb_stdtargerr stream instead of gdb_stdtarg stream.
12471 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
12472 gdb_stderr stream and update copyright years.
12473
12474 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12475
12476 * Makefile.in (mips-linux-nat.o): Update dependencies.
12477 * mips-linux-nat.c: Include mips-tdep.h.
12478
12479 2004-02-01 Roland McGrath <roland@redhat.com>
12480
12481 * sol-thread.c (sol_thread_xfer_partial): New function.
12482 (init_sol_thread_ops): Use that for to_xfer_partial hook.
12483 (init_sol_core_ops): Likewise.
12484
12485 * procfs.c (procfs_xfer_partial): New function.
12486 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
12487 * Makefile.in (procfs.o): Add $(auxv_h) dep.
12488
12489 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
12490 procfs_xfer_auxv function.
12491
12492 * procfs.c (procfs_make_note_section): If we can read
12493 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
12494 * linux-proc.c (linux_make_note_section): Likewise.
12495
12496 * auxv.h: New file.
12497 * auxv.c: New file.
12498 * Makefile.in (auxv_h): New variable.
12499 (COMMON_OBS): Add auxv.o here.
12500 (auxv.o): New target.
12501
12502 * corelow.c (core_xfer_partial): New function.
12503 (init_core_ops): Use it for core_ops.to_xfer_partial.
12504
12505 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
12506 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
12507 macro if that is defined.
12508
12509 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12510
12511 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
12512 and check the specified thread for each breakpoint.
12513 * breakpoint.h (bpstat_stop_status): Update prototype.
12514 * infrun.c (handle_inferior_event): Update calls to
12515 bpstat_stop_status.
12516
12517 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12518
12519 * Makefile.in (cli-cmds.o): Add $(readline_h).
12520
12521 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12522
12523 * cli/cli-cmds.c: Include readline.h.
12524 (complete_command): Pass the start of the last word to
12525 complete_line.
12526
12527 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12528
12529 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
12530 argument, and change first argument to a CORE_ADDR.
12531 * breakpoint.h (bpstat_stop_status): Update prototype.
12532 * infrun.c (adjust_pc_after_break): Add a new comment.
12533 (handle_inferior_event): Update calls to bpstat_stop_status.
12534
12535 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12536
12537 * breakpoint.h: Update copyright years.
12538
12539 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12540
12541 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
12542 (bpstat_stop_status): Don't decrement PC.
12543 * breakpoint.h (software_breakpoint_inserted_here_p): Add
12544 prototype.
12545 * infrun.c (adjust_pc_after_break): New function.
12546 (handle_inferior_event): Call it, early. Remove later references
12547 to DECR_PC_AFTER_BREAK.
12548 (normal_stop): Add commentary.
12549
12550 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12551
12552 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
12553 2004-01-27 double-free fix.
12554
12555 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12556
12557 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12558 (sparc32_frame_prev_register): Handle StackGhost.
12559 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12560
12561 2004-01-29 Roland McGrath <roland@redhat.com>
12562
12563 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
12564 * configure: Regenerated.
12565
12566 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
12567 * Makefile.in (procfs.o): Add dep.
12568
12569 2004-01-28 Andrew Cagney <cagney@redhat.com>
12570
12571 * tui/tui-stack.h: Update copyright.
12572 (struct frame_info): Add opaque declaration.
12573 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
12574 (tui_show_locator_content): Rename tuiShowLocatorContent.
12575 (tui_show_frame_info): Rename tuiShowFrameInfo.
12576 * tui/tui-stack.c: Update copyright. Update references.
12577 * tui/tui-winsource.c: Update references.
12578 * tui/tui-win.c: Update references.
12579 * tui/tui-layout.c: Update references.
12580 * tui/tui-hooks.c: Update copyright, update references.
12581 * tui/tui.c: Update copyright, update references.
12582 * tui/tui-disasm.c: Update references.
12583
12584 2004-01-28 David Carlton <carlton@kealia.com>
12585
12586 * dwarf2read.c (add_partial_structure): Use demangled name if
12587 namespace equals "".
12588
12589 2004-01-27 Jim Blandy <jimb@redhat.com>
12590
12591 Clean up misapplied patch:
12592 * dwarf2read.c (determine_prefix): Change one of the two forward
12593 declarations for 'determine_prefix_aux' to a declaration for this.
12594 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
12595 argument to 'die_specification'.
12596
12597 * dwarf2read.c (read_func_scope): Re-indent comment.
12598
12599 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
12600
12601 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
12602 b->exp to NULL after freeing so that error during re-parsing or
12603 evaluation of expressions associated with breakpoint don't
12604 eventually lead to re-freeing of storage.
12605 Committed by Andrew Cagney.
12606
12607 2004-01-27 Andrew Cagney <cagney@redhat.com>
12608
12609 * source.c (ambiguous_line_spec): Delete undefined declaration.
12610 * m32r-rom.c (m32r_set_board_address): Delete unused function.
12611 (m32r_set_server_address, m32r_set_download_path): Ditto.
12612 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
12613
12614 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
12615
12616 * dwarf2read.c: Update calls to changed and renamed functions, and
12617 references to moved variables.
12618
12619 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
12620 language, language_defn, list_in_scope, and ftypes members.
12621 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
12622 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
12623 (baseaddr): Remove globals.
12624
12625 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
12626 (set_cu_language, die_is_declaration, die_specification)
12627 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
12628 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
12629 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
12630 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
12631
12632 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
12633 cu.list_in_scope. Don't initialize cu_header_offset.
12634 (add_partial_symbol): Add local baseaddr.
12635 (psymtab_to_symtab_1): Add local baseaddr. Use
12636 objfile->section_offsets for consistency. Don't initialize
12637 cu_header_offset; do initialize cu.header.offset and
12638 cu.list_in_scope.
12639 (read_file_scope, read_func_scope, read_lexical_block_scope)
12640 (dwarf_decode_lines, new_symbol): Add local baseaddr.
12641
12642 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
12643
12644 * PROBLEMS: Add gdb/1516.
12645
12646 2003-12-29 Robert Millan <robertmh@gnu.org>
12647
12648 Patch committed by Andrw Cagney.
12649 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
12650 * configure.tgt: Match knetbsd*-gnu.
12651
12652 2004-01-26 Andrew Cagney <cagney@redhat.com>
12653
12654 * breakpoint.c (catch_command_1): Delete #ifdef code.
12655 (catch_fork_command_1): Delete #ifdef wrapper.
12656 (catch_exec_command_1): Ditto.
12657 (catch_load_command_1): Ditto.
12658 (catch_unload_command_1): Ditto.
12659
12660 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
12661 (catch_breakpoint): Delete #if0ed function.
12662 (disable_catch_breakpoint): Ditto.
12663 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
12664 (disable_catch, enable_catch, delete_catch): Ditto.
12665
12666 2004-01-26 Andrew Cagney <cagney@redhat.com>
12667
12668 * remote.c (echo_check, quit_flag): Delete variables.
12669 (cisco_kernel_mode): Delete variable.
12670 (minitelnet_return, tty_input, escape_count): Delete variables.
12671 (remote_cisco_mode): Delete variable.
12672 (remote_cisco_open, remote_cisco_close): Delete function.
12673 (remote_cisco_mourn, remote_cisco_wait): Delete function.
12674 (init_remote_cisco_ops): Delete function.
12675 (_initialize_remote): Do not install "remote cisco" code.
12676 (read_frame): Delete cisco specific code.
12677 (remote_info_process): Delete function.
12678 (remote_wait): Delete cisco specific code.
12679 (remote_cisco_section_offsets): Delete function.
12680 (remote_cisco_objfile_relocate): Delete function.
12681 (remote_async_wait): Delete cisco specific code.
12682 (minitelnet, readtty, readsocket): Delete function.
12683
12684 2004-01-26 Andrew Cagney <cagney@redhat.com>
12685
12686 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
12687 comments mentioning extract_returned_value_address.
12688 * infcmd.c (print_return_value): Update. Add comments on
12689 extract_returned_value_address.
12690 * stack.c (return_command): Add comments on
12691 extract_returned_value_address.
12692 * values.c: Update comment.
12693 * m32r-tdep.c: Update comment.
12694 * sparc-tdep.c: Update comment.
12695 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
12696 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12697 * sh64-tdep.c (sh64_gdbarch_init): Update.
12698 * sh-tdep.c (sh_gdbarch_init): Update.
12699 * s390-tdep.c (s390_gdbarch_init): Update.
12700 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12701 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
12702 * m68k-tdep.c (m68k_gdbarch_init): Update.
12703 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12704 * m32r-tdep.c (m32r_gdbarch_init): Update.
12705 * ia64-tdep.c (ia64_gdbarch_init): Update.
12706 * h8300-tdep.c (h8300_gdbarch_init): Update.
12707 * frv-tdep.c (frv_gdbarch_init): Update.
12708 * arm-tdep.c (arm_gdbarch_init): Update.
12709 * alpha-tdep.c (alpha_gdbarch_init): Update.
12710
12711 2004-01-26 Andrew Cagney <cagney@redhat.com>
12712
12713 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
12714 SYMBOL_LOCATION_FUNCS
12715 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
12716 "struct symbol_ops".
12717 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
12718 type to "struct symbol_ops".
12719 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
12720 (struct symbol): Replace ".aux_value.loc.funcs" and
12721 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
12722 (SYMBOL_OBJFILE): Delete macro.
12723 (SYMBOL_LOCATION_FUNCS): Delete macro.
12724 (SYMBOL_LOCATION_BATON): Update.
12725 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
12726 intead of SYMBOL_LOCATION_FUNCS.
12727 * ax-gdb.c (gen_var_ref): Ditto.
12728 * printcmd.c (address_info): Ditto.
12729 * findvar.c (read_var_value): Ditto.
12730 (symbol_read_needs_frame): Ditto.
12731
12732 2004-01-26 Andrew Cagney <cagney@redhat.com>
12733
12734 * dwarf2read.c (read_func_scope): Document frame-base hack.
12735
12736 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12737
12738 * infcmd.c (print_return_value): Plug memory leak; delete
12739 ui_stream object. Rename argument `structure_return' to
12740 `struct_return'.
12741
12742 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12743
12744 * infcmd.c (print_return_value): Wrap long lines.
12745 (finish_command_continuation, finish_command): Remove unused
12746 variable `funcaddr'. Fix some coding-standards problems.
12747
12748 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
12749 SECT_SIZE is large enough, not whether it's exactly the right size.
12750 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
12751 TDEP->fpregset to zero.
12752
12753 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
12754 floating-point registers for traditional NetBSD core files.
12755 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
12756 TDEP->sizeof_fpregset here.
12757
12758 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12759
12760 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
12761 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
12762 function with code split out from
12763 sparc32nbsd_sigcontext_frame_cache.
12764 (sparc32nbsd_sigcontext_frame_cache): Use
12765 sparc32nbsd_sigcontext_saved_regs.
12766 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
12767 OpenBSD.
12768 * sparcobsd-tdep.c: New file.
12769 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
12770 (sparcobsd-tdep.o): New dependency.
12771 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
12772 * config/sparc/obsd.mt: New file.
12773
12774 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
12775 TDEP->fpregset to be initialized to enable core file register
12776 sets.
12777
12778 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12779
12780 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
12781 Add opaque declarations.
12782 (sparc64nbsd_sigcontext_saved_regs): New prototype.
12783 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
12784 function with code split out from
12785 sparc64nbsd_sigcontext_frame_cache.
12786 (sparc64nbsd_sigcontext_frame_cache): Use
12787 sparc64nbsd_sigcontext_saved_regs.
12788 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
12789 OpenBSD.
12790 * sparc64obsd-tdep.c: New file.
12791 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
12792 (sparc64obsd-tdep.o): New dependency.
12793 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
12794 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
12795 * config/sparc/obsd64.mt: New file.
12796
12797 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
12798 read the instruction at PC.
12799
12800 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
12801 value of GDB_OSABI_DEFAULT.
12802 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
12803 instead of GDB_OSABI_NETBSD_AOUT.
12804
12805 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12806
12807 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
12808 copyright.
12809
12810 2004-01-23 Andrew Cagney <cagney@redhat.com>
12811
12812 * printcmd.c (display_command): Replace tui_set_display call with
12813 tui_set_layout_for_display_command.
12814 * tui/tui.h (enum tui_win_type): Define.
12815 (tui_set_layout): Delete declaration.
12816 (tui_set_layout_for_display_command): Rename set_tui_layout.
12817 * tui/tui-data.h (enum tui_layout_type): Define.
12818 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
12819 "tui.h".
12820 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
12821 (tui_default_win_height): Rename tuiDefaultWinHeight.
12822 (tui_default_win_viewport_height): Rename
12823 tuiDefaultWinViewportHeight.
12824 (tui_set_layout): RenametuiSetLayout.
12825 * tui/tui-layout.c: Update references.
12826 * tui/tui.c: Update references.
12827 * tui/tui-disasm.c: Update references.
12828
12829 2004-01-23 David Carlton <carlton@kealia.com>
12830
12831 Partial workaround for PR c++/1511:
12832 * cp-namespace.c: Include frame.h.
12833 (cp_lookup_transparent_type): New
12834 (cp_lookup_transparent_type_loop): New.
12835 * cp-support.h: Declare cp_lookup_transparent_type.
12836 * symtab.c (basic_lookup_transparent_type): Renamed from
12837 lookup_transparent_type.
12838 (lookup_transparent_type): Replace old body by a call to
12839 current_language->la_lookup_transparent_type.
12840 * symtab.h: Update copyright. Declare
12841 basic_lookup_transparent_type.
12842 * language.h: Update copyright.
12843 (struct language_defn): Add la_lookup_transparent_type.
12844 * language.c: Update copyright.
12845 (unknown_language_defn): Add basic_lookup_transparent_type.
12846 (auto_language_defn): Add basic_lookup_transparent_type.
12847 (local_language_defn): Add basic_lookup_transparent_type.
12848 * ada-lang.c: Update copyright.
12849 (ada_language_defn): Add basic_lookup_transparent_type.
12850 * c-lang.c: Update copyright.
12851 (c_language_defn): Add basic_lookup_transparent_type.
12852 (cplus_language_defn): Add basic_lookup_transparent_type.
12853 (asm_language_defn): Add basic_lookup_transparent_type.
12854 (minimal_language_defn): Add basic_lookup_transparent_type.
12855 * f-lang.c: Update copyright.
12856 (f_language_defn): Add basic_lookup_transparent_type.
12857 * jv-lang.c: Update copyright.
12858 (java_language_defn): Add basic_lookup_transparent_type.
12859 * m2-lang.c: Update copyright.
12860 (m2_language_defn): Add basic_lookup_transparent_type.
12861 * objc-lang.c: Update copyright.
12862 (objc_language_defn): Add basic_lookup_transparent_type.
12863 * p-lang.c: Update copyright.
12864 (p_language_defn): Add basic_lookup_transparent_type.
12865 * scm-lang.c: Update copyright.
12866 (scm_language_defn): Add basic_lookup_transparent_type.
12867 * Makefile.in (cp-namespace.o): Depend on frame.h.
12868
12869 2004-01-23 David Carlton <carlton@kealia.com>
12870
12871 Patch for PR c++/1520:
12872 * dwarf2read.c (read_func_scope): Set processing_current_prefix
12873 properly if we have a specification die.
12874 (determine_prefix_aux): Rename from determine_prefix.
12875 (determine_prefix): Like the old determine_prefix, but never
12876 returns NULL.
12877
12878 2004-01-23 Theodore A. Roth <troth@openavr.org>
12879
12880 * avr-tdep.c: Update copyright.
12881 (avr_iaddr_p): Delete unused function.
12882 (avr_saddr_p): Delete unused function.
12883
12884 2004-01-23 David Carlton <carlton@kealia.com>
12885
12886 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
12887 Fix for PR symtab/1534.
12888
12889 2004-01-23 Mark Kettenis <kettenis@gnu.org>
12890
12891 * NEWS (New native configurations): Mention OpenBSD/sparc and
12892 OpenBSD/sparc64.
12893 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
12894 * configure.host: Likewise.
12895 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
12896 handler for OpenBSD.
12897 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12898
12899 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12900
12901 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12902 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12903
12904 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12905 * cli/cli-cmds.c (shell_escape): Likewise.
12906
12907 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12908 OpenBSD .note.openbsd.ident sections.
12909
12910 2004-01-22 David Carlton <carlton@kealia.com>
12911
12912 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12913 get_scope_pc_bounds.
12914 (read_file_scope): Ditto.
12915 (get_scope_pc_bounds): New function, produced by extracting code
12916 from the above two functions, consolidating it, and adding support
12917 for DW_TAG_namespace.
12918
12919 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12920
12921 * osabi.c (MAX_NOTESZ): New define.
12922 (check_note): New function.
12923 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
12924 check_note.
12925
12926 2004-01-21 Roland McGrath <roland@redhat.com>
12927
12928 * MAINTAINERS (write after approval): Add myself.
12929
12930 2004-01-21 Eli Zaretskii <eliz@gnu.org>
12931
12932 * utils.c (init_page_info): Move declarations of `rows' and
12933 `cols' before the __GO32__-specific code. Move the closing brace
12934 outside the #ifdef __GO32__..#endif block.
12935 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
12936
12937 2004-01-21 Paul Brook <paul@codesourcery.com>
12938
12939 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
12940 BPSTAT_WHAT_CHECK_SHLIBS.
12941
12942 2004-01-21 Paul Brook <paul@codesourcery.com>
12943
12944 * MAINTAINERS: Add myself to write-after-approval.
12945
12946 2004-01-20 Andrew Cagney <cagney@redhat.com>
12947
12948 * ax-gdb.c (print_axs_value): Delete unused function.
12949 * jv-lang.c (java_lookup_type): Delete unused function.
12950 * cli/cli-dump.c (dump_filetype): Delete unused function.
12951 * remote-mips.c (remote_mips_insert_hw_breakpoint)
12952 (remote_mips_remove_hw_breakpoint): Delete unused functions.
12953 (mips_getstring): Delete unused function.
12954 (pmon_insert_breakpoint): Delete #if0ed function.
12955 (PMON_MAX_BP): Delete #if0ed MACRO.
12956 (mips_pmon_bp_info): Delete #if0ed variable.
12957 (pmon_remove_breakpoint): Delete #if0ed function.
12958 * monitor.c (monitor_write_even_block): Delete unused function.
12959 (monitor_write_memory_block): Delete #if0ed code.
12960 * dink32-rom.c (dink32_load): Delete unused function.
12961 (_initialize_dink32_rom): Delete #if0ed code.
12962 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
12963
12964 * tui/tui-command.c: Update references.
12965 * tui/tui-io.c: Update references.
12966 * tui/tui-command.h: Update copyright.
12967 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
12968
12969 * source.c (ambiguous_line_spec): Delete never-defined function.
12970 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
12971 * gdbtypes.c (add_name, add_mangled_type): Ditto.
12972 * cli/cli-cmds.c (validate_comname): Ditto.
12973
12974 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
12975 "tui-data.h".
12976 (tui_set_disassem_content): Rename tuiSetDisassemContent.
12977 (tui_show_disassem): Rename tuiShowDisassem.
12978 (tui_show_disassem_and_update_source): Rename
12979 tuiVerticalDisassemScroll.
12980 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
12981 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
12982 * tui/tui.h: Update copyright.
12983 (enum tui_status): Define.
12984 * tui/tui-data.h (enum tui_scroll_direction): Define.
12985 * tui/tui-disasm.c: Update copyright. Update references.
12986 * tui/tui-winsource.c: Update copyright. Update references.
12987 * tui/tui-win.c: Update references.
12988 * tui/tui-layout.c: Update references.
12989
12990 2004-01-20 Andrew Cagney <cagney@redhat.com>
12991
12992 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
12993 sym2 to start of block.
12994
12995 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
12996
12997 * MAINTAINERS: Delete mmalloc.
12998 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
12999 * NEWS: Mention removal of --with-malloc.
13000 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13001 * config.in: Regenerate.
13002 * configure: Regenerate.
13003 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13004 USE_MMALLOC, MMCHECK_FORCE.
13005 * gdbinit.in: Remove mmalloc.
13006 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13007 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13008 * config/i386/go32.mh: Likewise.
13009 * config/i386/interix.mh: Likewise.
13010 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13011
13012 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13013
13014 * linespec.c (decode_variable, symtab_from_filename): Call
13015 error_silent with error message instead of throwing an exception
13016 directly.
13017 * defs.h (error_silent, error_output_message): Add prototypes.
13018 (catch_exceptions_with_msg): Ditto.
13019 * utils.c (error_silent, error_output_message): New functions.
13020 * top.c (catch_exceptions_with_msg): New function.
13021
13022 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13023
13024 * mi/mi-cmds.h (enum print_values): Add definition.
13025
13026 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13027 type and value for simple data types and just the name and type
13028 for complex ones, if required.
13029
13030 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13031 children, if required.
13032
13033 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13034
13035 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13036 unused declarations.
13037
13038 2004-01-19 Andrew Cagney <cagney@redhat.com>
13039
13040 * top.h (mapped_symbol_files): Delete declaration.
13041 * main.c (captured_main): Delete option "m" and "mapped".
13042 * objfiles.c (mapped_symbol_files): Delete variable.
13043 * symfile.c (symbol_file_command): Delete mmap code.
13044 (symbol_file_add_with_addrs_or_offsets): Ditto.
13045 (add_symbol_file_command, reread_separate_symbols): Ditto.
13046 * objfiles.h (OBJF_MAPPED): Delete.
13047 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13048 (free_objfile) [USE_MMALLOC]: Ditto.
13049 (open_existing_mapped_file): Delete function.
13050 (open_mapped_file): Delete function.
13051 (map_to_file): Delete function.
13052
13053 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13054
13055 * infrun.c (step_into_function): Account for possible breakpoint
13056 adjustment when computing ``stop_func_start''.
13057
13058 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13059
13060 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13061 the region size against the size of a pointer, not the size of
13062 a register as given by DEPRECATED_REGISTER_SIZE.
13063
13064 2004-01-19 Andrew Cagney <cagney@redhat.com>
13065
13066 * tui/tui-regs.h: Include "tui-data.h".
13067 (tuiFirstRegElementNoInLine): Delete declaration.
13068 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13069 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13070 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13071 (tui_calculate_regs_column_count): Rename
13072 tuiCalculateRegsColumnCount.
13073 (tui_check_register_values): Rename tuiCheckRegisterValues.
13074 (tui_show_registers): Rename tuiShowRegisters.
13075 (tui_display_registers_from_line): Rename
13076 tuiDisplayRegistersFromLine.
13077 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13078 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13079 (tui_first_reg_element_no_inline): Rename
13080 tuiFirstRegElementNoInLine.
13081 * tui/tui-data.h: Update copyright.
13082 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13083 * tui/tui-windata.c: Update copyright, update references.
13084 * tui/tui-regs.c: Update copyright, update references.
13085 * tui/tui-win.c: Update copyright, update references.
13086 * tui/tui-layout.c: Update copyright, update references.
13087
13088 2004-01-18 Andrew Cagney <cagney@redhat.com>
13089
13090 * tui/tui-io.c: Update copyright.
13091 (key_is_end_sequence, key_is_backspace): New functions.
13092 (key_is_command_char, key_is_start_sequence): New function.
13093 (tui_getc): Update references.
13094 * tui/tui-io.h: Update copyright.
13095 (m_tuiStartNewLine): Delete macro.
13096 (m_isBackspace, m_isDeleteChar): Delete macros.
13097 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13098 (m_isNextPage, m_isPrevPage): Delete macros.
13099 (m_isLeftArrow, m_isRightArrow): Delete macros.
13100 (m_isXdbStyleCommandChar): Delete macro.
13101 (key_is_start_sequence): Declare, replace m_isStartSequence.
13102 (key_is_end_sequence): Declare, replace m_isEndSequence.
13103 (key_is_backspace): Declare ,replace m_isBackspace.
13104 (key_is_command_char): Declare, replace m_isCommandChar.
13105 * tui/tui-command.c: Update copyright.
13106 (tuiDispatchCtrlChar): Update references.
13107
13108 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13109 tuiSourceWin.h.
13110
13111 * tui/tui-command.c: Rename tui/tuiCommand.c.
13112 * tui/tui-command.h: Rename tui/tuiCommand.h.
13113 * tui/tui-data.c: Rename tui/tuiData.c.
13114 * tui/tui-data.h: Rename tui/tuiData.h.
13115 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13116 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13117 * tui/tui-io.c: Rename tui/tuiIO.c.
13118 * tui/tui-io.h: Rename tui/tuiIO.h.
13119 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13120 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13121 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13122 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13123 * tui/tui-source.c: Rename tui/tuiSource.c.
13124 * tui/tui-source.h: Rename tui/tuiSource.h.
13125 * tui/tui-stack.c: Rename tui/tuiStack.c.
13126 * tui/tui-stack.h: Rename tui/tuiStack.h.
13127 * tui/tui-win.c: Rename tui/tuiWin.c.
13128 * tui/tui-win.h: Rename tui/tuiWin.h.
13129 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13130 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13131 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13132 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13133 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13134 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13135 * tui/tui-file.c: Update includes.
13136 * tui/tui-hooks.c: Update includes.
13137 * tui/tui-interp.c: Update includes.
13138 * tui/tui.c: Update includes.
13139 * Makefile.in: Update all tui/ dependencies.
13140 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13141
13142 * Makefile.in: Update copyright. Update dependencies.
13143
13144 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13145 problem.
13146
13147 2004-01-18 Andrew Cagney <cagney@redhat.com>
13148
13149 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13150 instead of register_gdbarch_init.
13151
13152 * remote-sds.c (tohex): Delete unused function. Update copyright.
13153 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13154 * v850-tdep.c (v850_register_virtual_size): Ditto.
13155 * target.c (normal_target_post_startup_inferior): Ditto.
13156 * source.c (ambiguous_line_spec): Ditto.
13157 * remote.c (adapt_remote_get_threadinfo): Ditto.
13158 * mi/mi-out.c (out_field_fmt): Ditto.
13159 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13160 (output_control_change_notification): Ditto.
13161 * m68k-tdep.c (m68k_register_byte): Ditto.
13162 (m68k_remote_breakpoint_from_pc): Ditto.
13163 * ui-out.c (init_ui_out_state): Delete unused declaration.
13164 * stabsread.c (search_value): Ditto.
13165 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13166 * maint.c (print_section_table): Ditto.
13167 * infrun.c (set_follow_fork_mode_command): Ditto.
13168
13169 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13170
13171 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13172 DW_CFA_def_cfa_exporession. Add support for
13173 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13174 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13175
13176 2004-01-18 Andrew Cagney <cagney@redhat.com>
13177
13178 * ocd.c: Update copyright.
13179 (bdm_read_register_command): Delete unused function.
13180 (_initialize_remote_ocd): Delete commented out reference.
13181 (get_quoted_char, reset_packet): Delete #if0ed function.
13182 (output_packet, put_quoted_char): Delete #if0ed function.
13183 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13184 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13185 (BDM_BREAKPOINT): Delete #if0ed macro.
13186 (remote_timeout): Delete #if0ed variable.
13187
13188 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13189
13190 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13191 (core-sol2.o): Remove dependency.
13192 * core-sol2.c: Remove file.
13193
13194 2004-01-17 Andrew Cagney <cagney@redhat.com>
13195
13196 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13197 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13198 enums.
13199
13200 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13201
13202 * remote.c: Update copyright years.
13203
13204 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13205
13206 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13207
13208 2004-01-17 Andrew Cagney <cagney@redhat.com>
13209
13210 * mdebugread.c: Update copyright.
13211 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13212 (parse_type, parse_procedure): Ditto.
13213 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13214
13215 * cris-tdep.c (cris_store_struct_return): Put back accidently
13216 deleted function.
13217
13218 * gdbarch.sh: Update copyright year.
13219 * gdbarch.h, gdbarch.c: Re-generate.
13220
13221 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13222
13223 Suggested by George Anzinger.
13224 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13225 correct stack offset. Include unknown opcode numbers in the error
13226 message.
13227
13228 2004-01-17 Andrew Cagney <cagney@redhat.com>
13229
13230 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13231 extract_struct_value_address, i386 does not set it.
13232 * sparc64-tdep.c (sparc64_init_abi): Do not set
13233 extract_struct_value_address, never called.
13234 (sparc64_extract_struct_value_address): Delete function.
13235 * m68hc11-tdep.c: Update copyright.
13236 (m68hc11_gdbarch_init): Delete redundant assignment of
13237 extract_struct_value_address.
13238 * i386-tdep.c: Update copyright.
13239 (i386_gdbarch_init): Do not set extract_struct_value_address,
13240 never called.
13241 (i386_extract_struct_value_address): Delete function.
13242 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13243 extract_struct_value_address, never called.
13244 (sparc32_extract_struct_value_address): #if 0 function. Add
13245 comments explaining its future.
13246
13247 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13248
13249 * arm-tdep.c (arm_write_pc): New function.
13250 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13251
13252 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13253
13254 * breakpoint.c (must_shift_inst_regs): Delete.
13255 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13256 and SHIFT_INST_REGS.
13257 * infcmd.c (step_1, step_1_continuation): Delete references to
13258 SHIFT_INST_REGS.
13259 * infrun.c (keep_going): Likewise.
13260 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13261 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13262
13263 2004-01-17 Andrew Cagney <cagney@redhat.com>
13264
13265 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13266 * gdbarch.h, gdbarch.c: Re-generate.
13267 * infcmd.c (print_return_value): Delete reference to
13268 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13269
13270 * cris-tdep.c (cris_gdbarch_init): Do not set
13271 deprecated_extract_struct_value_address.
13272
13273 * xstormy16-tdep.c: Update copyright.
13274 (xstormy16_extract_struct_value_address): Update to current
13275 extract struct value address interface.
13276 (xstormy16_gdbarch_init): Set extract_struct_value_address.
13277 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13278 current extract struct value address interface.
13279 (sh64_gdbarch_init): Set extract_struct_value_address.
13280
13281 * cris-tdep.c: Update copyright.
13282 (cris_extract_struct_value_address): Delete function.
13283 (struct_return_address): Delete variable.
13284 (cris_store_struct_return): Do not set struct_return_address.
13285
13286 * mcore-tdep.c: Update copyright.
13287 (mcore_extract_struct_value_address): Delete function. Update
13288 comments.
13289 (mcore_gdbarch_init): Update.
13290 * mn10300-tdep.c: Update copyright.
13291 (mn10300_extract_struct_value_address): Delete function.
13292 (mn10300_gdbarch_init): Update.
13293 * v850-tdep.c: Update copyright.
13294 (v850_extract_struct_value_address): Delete.
13295 (v850_gdbarch_init): Update.
13296 * ns32k-tdep.c: Update copyright.
13297 (ns32k_extract_struct_value_address): Delete.
13298 (ns32k_gdbarch_init): Update.
13299 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13300 (hppa_gdbarch_init): Update.
13301 * vax-tdep.c: Update copyright.
13302 (vax_extract_struct_value_address): Delete.
13303 (vax_gdbarch_init): Update.
13304
13305 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13306 * gdbarch.h, gdbarch.c: Re-generate.
13307 * procfs.c (procfs_fetch_registers): Delete reference to
13308 DEPRECATED_NPC_REGNUM.
13309 (procfs_store_registers): Ditto.
13310 * regcache.c (generic_target_write_pc): Simplify.
13311 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
13312
13313 * core-sol2.c (fetch_core_registers): Replace
13314 DEPRECATED_NPC_REGNUM with equivalent tdep value.
13315
13316 * hppa-tdep.c: Update copyright year.
13317 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13318 NPC_REGNUM.
13319 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13320
13321 * mips-tdep.c (mips_write_pc): New function.
13322 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13323 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13324 (mips_find_saved_regs, mips_software_single_step: Ditto.
13325 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13326 mips_init_extra_frame_info, mips_pop_frame): Ditto.
13327
13328 2004-01-17 Andrew Cagney <cagney@redhat.com>
13329
13330 * mips-tdep.c: Re-indent. Group functions by ABI.
13331
13332 2004-01-17 Andrew Cagney <cagney@redhat.com>
13333
13334 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13335 * gdbarch.c: Re-generate.
13336 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13337 DECR_PC_AFTER_BREAK to zero.
13338 * vax-tdep.c (vax_gdbarch_init): Ditto.
13339 * v850-tdep.c (v850_gdbarch_init): Ditto.
13340 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13341 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13342 * sh-tdep.c (sh_gdbarch_init): Ditto.
13343 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13344 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13345 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13346 * mips-tdep.c (mips_gdbarch_init): Ditto.
13347 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13348 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13349 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13350 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13351 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13352 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13353 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13354 * frv-tdep.c (frv_gdbarch_init): Ditto.
13355 * cris-tdep.c (cris_gdbarch_init): Ditto.
13356 * avr-tdep.c (avr_gdbarch_init): Ditto.
13357 * arm-tdep.c (arm_gdbarch_init): Ditto.
13358 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13359
13360 2004-01-17 J. Brobecker <brobecker@gnat.com>
13361
13362 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13363 Delete, no longer used.
13364 (read_subrange_type): New function, mostly extracted from
13365 read_array_type().
13366 (read_array_type): Replace extracted code by call to
13367 read_subrange_type().
13368 (dwarf2_get_attr_constant_value): New function.
13369 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
13370 (add_partial_symbol): Likewise.
13371 (process_die): Likewise.
13372 (new_symbol): Likewise.
13373 (read_type_die): Likewise.
13374
13375 2004-01-16 Andrew Cagney <cagney@redhat.com>
13376
13377 * symfile.c: Update copyright year.
13378 (compare_symbols): Delete unused function.
13379 * stabsread.c: Update copyright year.
13380 (lrs_general_complaint): Delete unused function.
13381 (ref_search_value): Ditto.
13382 (get_substring): Delete declaration.
13383 * sh64-tdep.c: Update copyright year.
13384 (sh64_get_gdb_regnum): Delete unused function.
13385 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
13386 Delete unused function.
13387
13388 2004-01-17 Mark Kettenis <kettenis@gnu.org>
13389
13390 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
13391 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
13392
13393 2004-01-16 Andrew Cagney <cagney@redhat.com>
13394
13395 Changes from Peter Schauer.
13396 * rs6000-tdep.c: Update copyright year.
13397 (rs6000_push_dummy_call): Update the stack pointer before
13398 accessing the corresponding stack region.
13399 * rs6000-nat.c: Update copyright year.
13400 (set_host_arch): Set "info.abfd" to "exec_bfd".
13401
13402 2004-01-15 Mark Kettenis <kettenis@gnu.org>
13403
13404 * blockframe.c: Update copyright year.
13405 (inside_entry_func): Don't treat a zero PC specially.
13406
13407 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13408
13409 * gcore.c (gcore_copy_callback): Use paddr_d to print size
13410 variable.
13411 (gcore_create_callback): Ditto. Skip any memory segment that has
13412 no permissions set.
13413
13414 2004-01-14 David Carlton <carlton@kealia.com>
13415
13416 Change symbols for C++ nested types to contain the fully qualified
13417 name, if possible. (At least in the DWARF-2 case.) Partial fix
13418 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
13419 c++/895.
13420 * c-exp.y (qualified_type): Handle types nested within classes.
13421 * cp-namespace.c: Update comments.
13422 (cp_set_block_scope): Delete #if 0.
13423 (cp_lookup_nested_type): Handle types nested within classes.
13424 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
13425 when appropriate.
13426 (add_partial_symbol): Add the name of the enclosing namespace to
13427 types.
13428 (pdi_needs_namespace): New.
13429 (add_partial_namespace): Tweak comment.
13430 (add_partial_structure): New.
13431 (psymtab_to_symtab_1): Initialize processing_current_prefix
13432 here...
13433 (process_die): instead of here.
13434 (read_structure_scope): Try to figure out the name of the class or
13435 namespace that the structure might be defined within.
13436 (read_enumeration): Generate fully-qualified names, if possible.
13437 (read_namespace): Don't set name to NULL.
13438 (die_specification): New.
13439 (new_symbol): Generate fully-qualified names for types.
13440 (read_type_die): Determine appropriate prefix.
13441 (determine_prefix): New.
13442 (typename_concat): New.
13443 (class_name): New.
13444 * valops.c (value_aggregate_elt): Pass NOSIDE to
13445 value_struct_elt_for_reference.
13446 (value_struct_elt_for_reference): Make static, add NOSIDE
13447 parameter, call value_maybe_namespace_elt as a last resort.
13448 (value_namespace_elt): Break out code into
13449 value_maybe_namespace_elt.
13450 (value_maybe_namespace_elt): New.
13451
13452 2004-01-12 Andrew Cagney <cagney@redhat.com>
13453
13454 * mips-tdep.c (mips_convert_register_p): Handle both raw and
13455 cooked floating-point registers.
13456 (mips_gdbarch_init): Set convert_register_p, register_to_value,
13457 and value_to_register.
13458
13459 2004-01-13 Andrew Cagney <cagney@redhat.com>
13460
13461 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
13462 * gdbarch.c: Re-generate.
13463 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13464 FUNCTION_START_OFFSET.
13465 * v850-tdep.c (v850_gdbarch_init): Ditto.
13466 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13467 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13468 * sh-tdep.c (sh_gdbarch_init): Ditto.
13469 * s390-tdep.c (s390_gdbarch_init): Ditto.
13470 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13471 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13472 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13473 * mips-tdep.c (mips_gdbarch_init): Ditto.
13474 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13475 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
13476 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13477 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13478 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13479 * i386-tdep.c (i386_gdbarch_init): Ditto.
13480 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13481 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13482 * frv-tdep.c (frv_gdbarch_init): Ditto.
13483 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
13484 * cris-tdep.c (cris_gdbarch_init): Ditto.
13485 * avr-tdep.c (avr_gdbarch_init): Ditto.
13486 * arm-tdep.c (arm_gdbarch_init): Ditto.
13487 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
13488
13489 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
13490
13491 * infrun.c (follow_fork_mode_ask): Remove.
13492 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
13493 (follow_fork): Simplify and remove internal error for
13494 follow_fork_mode_ask.
13495 (_initialize_infrun): Update "set follow-fork-mode" help text.
13496
13497 2004-01-13 Andrew Cagney <cagney@redhat.com>
13498
13499 * configure.in: Update copyright year.
13500 (build_warnings): Add -Wunused-label.
13501 * configure: Re-generate.
13502
13503 2004-01-12 Andrew Cagney <cagney@redhat.com>
13504
13505 * exec.h (exec_ops): Make "extern".
13506
13507 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
13508 the function is void.
13509 (mips_pseudo_register_write): Ditto.
13510
13511 2004-01-12 Andrew Cagney <cagney@redhat.com>
13512
13513 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
13514 call. Never defined.
13515 * sparc-tdep.h (struct frame_info): Add opaque declaration.
13516 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
13517 (struct sparc_gregset, struct regcache): Ditto.
13518 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
13519
13520 2004-01-12 Andrew Cagney <cagney@redhat.com>
13521
13522 * mi/ChangeLog: Delete file. Renamed to ...
13523 * mi/ChangeLog-1999-2003: New file.
13524 * tui/ChangeLog: Delete file. Renamed to ...
13525 * tui/ChangeLog-1998-2003: New file.
13526
13527 2004-01-11 Mark Kettenis <kettenis@gnu.org>
13528
13529 * sparc64nbsd-tdep.c: Include "regset.h".
13530 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
13531 Remove variables.
13532 (fetch_core_registers): Remove function.
13533 (sparc64nbsd_core_fns): Remove variable.
13534 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
13535 functions.
13536 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
13537 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13538 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
13539
13540 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
13541 sparc_extract_struct_value_address.
13542 (sparc32_gdbarch_init): Set extract_struct_value_address.
13543 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
13544 function.
13545 (sparc64_init_abi): Set extract_struct_value_address. Don't set
13546 return_value_on_stack.
13547
13548 * NEWS: Mention that %cs and %ss have been added to the AMD64
13549 configurations
13550
13551 * frame.c: Update copyright year.
13552 (get_prev_frame): Improve comment.
13553
13554 * sparc64fbsd-tdep.c: Include "regset.h".
13555 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13556 Remove variables.
13557 (fetch_core_registers): Remove function.
13558 (sparc64fbsd_core_fns): Remove variable.
13559 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
13560 functions.
13561 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
13562 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13563 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
13564
13565 * sparcnbsd-tdep.c: Include "regset.h".
13566 (fetch_core_registers): Remove function.
13567 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
13568 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
13569 functions.
13570 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
13571 TDEP->fpregset.
13572 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
13573
13574 * sparc-tdep.h (struct regset): Provide opaque declaration.
13575 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
13576 fpregset and sizeof_fpregset members.
13577 * sparc-tdep.c (struct regset): Provide opaque declaration.
13578 (sparc_regset_from_core_section): New function.
13579 (sparc32_gdbarch_init): Initialize TDEP->gregset,
13580 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
13581 Set regset_from_core_section when appropriate.
13582
13583 2004-01-10 Mark Kettenis <kettenis@gnu.org>
13584
13585 * x86-64-tdep.c (amd64_non_pod_p): New function.
13586 (amd64_classify_aggregate): Return class memory for non-POD
13587 C++ structure types.
13588
13589 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
13590 argument. Use it to reserve a register if necessary.
13591 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
13592 amd64_push_arguments.
13593
13594 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
13595
13596 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
13597 register numbers in comments.
13598 * x86-64-tdep.h: Update copyright year.
13599 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
13600 Adjust for addition of %cs and %ss.
13601 * amd64fbsd-nat.c: Update copyright year.
13602 (reg_offset): Add register offsets for %cs and %ss.
13603 * amd64fbsd-tdep.c: Update copyright year.
13604 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
13605 (amd64fbsd_sc_reg_offset): Likewise.
13606 * x86-64-linux-nat.c: Update copyright year.
13607 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
13608 and %ss.
13609 * amd64nbsd-nat.c: Update copyright year.
13610 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
13611 * amd64nbsd-tdep.c: Update copyright year.
13612 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
13613 * x86-64-linux-tdep.c: Update copyright year.
13614 (user_to_gdb_regmap): Add mapping for %cs and %ss.
13615 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
13616 * regformats/reg-x86-64.dat: Add %cs and %ss.
13617
13618 * blockframe.c (inside_entry_func): Reformat. Introduce new local
13619 variables to prevent long lines. Update comments to reflect
13620 reality.
13621
13622 2004-01-09 David Carlton <carlton@kealia.com>
13623
13624 Checked in by Elena Zannoni <ezannoni@redhat.com>.
13625 * dwarf2read.c (read_namespace): Pull out name-generating code
13626 into namespace_name. Rename previous_namespace to previous_prefix
13627 and processing_current_namespace to processing_current_prefix..
13628 (namespace_name): New function.
13629 (add_partial_symbol): Substitute uses of pdi->name with
13630 actual_name.
13631 * cp-support.h: Rename processing_current_namespace to
13632 processing_current_prefix.
13633 Update copyright year.
13634 * cp-namespace.c: Rename processing_current_namespace to
13635 processing_current_prefix.
13636 Update copyright year.
13637
13638 2004-01-09 Andrew Cagney <cagney@redhat.com>
13639
13640 * jv-valprint.c, ser-unix.c: Add missing copyright years.
13641
13642 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13643
13644 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
13645 complaining.
13646 (process_one_symbol): Deal with N_PATCH stabs.
13647
13648 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
13649
13650 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
13651 ifdeffed code.
13652 Update copyright year.
13653
13654 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13655
13656 * config/pa/tm-hppa.h: Update extern declarations for
13657 hppa32_hpux_frame_saved_pc_in_sigtramp,
13658 hppa32_hpux_frame_base_before_sigtramp, and
13659 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
13660
13661 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13662
13663 * config/pa/tm-hppah.h: Update copyright years.
13664
13665 2004-01-08 Andrew Cagney <cagney@redhat.com>
13666
13667 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
13668 (mips_o32_reg_struct_has_addr): Delete function.
13669 (mips_gdbarch_init): Update.
13670 (mips_extract_struct_value_address): Delete function.
13671
13672 2004-01-08 David Mosberger <davidm@hpl.hp.com>
13673
13674 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
13675 reality.
13676
13677 2004-01-07 Andrew Cagney <cagney@redhat.com>
13678
13679 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
13680 architecture's elf flags (when available).
13681
13682 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
13683 FPU to the start, check the MIPS FPU when looking for an old
13684 architecture.
13685 (set_mipsfpu_single_command): Update the architecture.
13686 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
13687
13688 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
13689 (mips_mask_address_p): Add "tdep" parameter.
13690 (show_mask_address, mips_addr_bits_remove): Update.
13691 (mips_dump_tdep): Update.
13692 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
13693 (MIPS_STACK_ARGSIZE): Delete macro.
13694 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
13695 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
13696 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
13697 (mips_dump_tdep): Update.
13698 (MIPS_SAVED_REGSIZE): Delete macro.
13699 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
13700 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
13701 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
13702 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
13703 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
13704 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
13705 (mips_pop_frame, return_value_location): Update.
13706 (mips_n32n64_return_value, mips_dump_tdep): Update.
13707
13708 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
13709 MIPS ABI.
13710
13711 * mips-tdep.c: Update copyright.
13712 (mips_gdbarch_init): Merge two code blocks handling the register
13713 name and number layout.
13714
13715 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
13716
13717 * tracepoint.c (validate_actionline): Fix segv at EOF
13718
13719 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13720
13721 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
13722 properly for static fields.
13723
13724 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
13725 Jason Molenda <jmolenda@apple.com>
13726
13727 * disasm.c: Update copyright to include 2004.
13728 (do_mixed_source_and_assembly): For uiout asm list
13729 and tuple cleanups, initialize to null_cleanup instead of
13730 NULL and do so prior to loop. Only reset when we close off
13731 the tuple/list. Move check for whether to close off the
13732 asm tuple/list to after dump_insns call where it will be run
13733 on each loop iteration.
13734
13735 2004-01-05 Andrew Cagney <cagney@redhat.com>
13736
13737 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
13738 should be a switch case and not a label.
13739 * mips-tdep.c (mips32_next_pc): Delete unused labels
13740 "greater_equal_branch" and "less_zero_branch".
13741 * jv-valprint.c (java_print_value_fields): Delete unused label
13742 "flush_it".
13743
13744 * target.c (unpush_target): Only close a target that is in the
13745 target stack.
13746
13747 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13748
13749 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
13750 address from [sp + 64] instead of %o2.
13751
13752 * frame.c (get_prev_frame): Don't try to unwind the PC. This
13753 fixes PR backtrace/1476.
13754
13755 2004-01-05 Andrew Cagney <cagney@redhat.com>
13756
13757 * libunwind-frame.h (struct frame_id): Add opaque declaration,
13758 move to start of file.
13759 * i386-tdep.h (struct regcache): Add opaque declaration.
13760 * config/ia64/nm-linux.h (struct target_ops): Add opaque
13761 declaration.
13762 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
13763 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
13764 * win32-nat.c (fake_create_process): Use ISO C style definition.
13765 * stabsread.c (define_symbol): Delete #ifndef
13766 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
13767 stabs_argument_has_addr call, macro never defined.
13768
13769 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
13770
13771 * op50-rom.c: Delete.
13772 * w89k-rom.c: Delete.
13773 * Makefile.in: Remove references.
13774
13775 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13776
13777 * x86-64-tdep.c: Update copyright year.
13778 (struct amd64_register_info): Rename from x86_64_register_info.
13779 (amd64_register_info): Rename from x86_64_register_info.
13780 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
13781 (amd64_register_name): Rename from x86_64_register_name.
13782 (amd64_register_type): Rename from x86_64_register_type.
13783 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
13784 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
13785 (amd64_dwarf_reg_to_regnum): Rename from
13786 x86_64_dwarf_reg_to_regnum.
13787 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
13788 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
13789 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
13790 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
13791 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
13792 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
13793 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
13794 (amd64_frame_cache): Rename from x86_64_frame_cache.
13795 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
13796 (amd64_frame_prev_register): Rename from
13797 x86_64_frame_prev_register.
13798 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
13799 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
13800 (amd64_sigtramp_frame_cache): Rename from
13801 x86_64_sigtramp_frame_cache.
13802 (amd64_sigtramp_frame_prev_register): Rename from
13803 x86_64_sigtramp_frame_prev_register.
13804 (amd64_sigtramp_frame_unwind): Rename from
13805 x86_64_sigtramp_frame_unwind.
13806 (amd64_sigtramp_frame_sniffer): Rename from
13807 x86_64_sigtramp_frame_sniffer.
13808 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
13809 (amd64_frame_base): Rename from x86_64_frame_base.
13810 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
13811 (amd64_frame_align): Rename from x86_64_frame_align.
13812 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
13813 (amd64_regset_from_core_section): Rename from
13814 x86_64_regset_from_core_section.
13815 (x86_64_init_abi): Update comments.
13816
13817 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
13818
13819 * MAINTAINERS (write after approval): Add myself.
13820
13821 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13822
13823 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
13824 `float' arguments.
13825
13826 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13827
13828 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
13829 such that it mentions a specific version of GCC that exhibits this
13830 bug.
13831
13832 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13833
13834 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
13835 structure that has a single `float' member, store it in %f1 in
13836 addition to %f0.
13837
13838 * sparc-sol2-nat.c: Add missing '\'.
13839
13840 * sparc-tdep.c (sparc32_return_value): New function.
13841 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
13842 Remove functions.
13843 (sparc32_gdbarch_init): Set return_value, don't set
13844 extract_return_value, store_return_value, use_struct_convention
13845 and return_value_on_stack.
13846
13847 * sparc-sol2-nat.c: Add missing ')'.
13848
13849 2004-01-03 J. Brobecker <brobecker@gnat.com>
13850
13851 * infrun.c (handle_step_into_function): New function.
13852 (handle_inferior_event): Extract out some code into the new
13853 function above.
13854
13855 2004-01-03 J. Brobecker <brobecker@gnat.com>
13856
13857 * infrun.c (handle_inferior_event): Move the declaration of
13858 real_stop_pc inside the if blocks where it is used.
13859
13860 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13861
13862 * sparc64-tdep.c (sparc64_16_byte_align_p)
13863 (sparc64_store_floating_fields, sparc64_store_floating_fields):
13864 Use check_typedef to get subtypes of structures and unions.
13865 (sparc64_store_return_value): Fix calculation of the appropriate
13866 offset into VALBUF when storing a structure or union.
13867 (sparc64_return_value): New function.
13868 (sparc64_use_struct_convention): Remove function.
13869 (sparc64_init_abi): Set return_value, don't set
13870 extract_return_value, store_return_value and
13871 use_struct_convention.
13872
13873 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
13874
13875 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
13876 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
13877 gdb/config/alpha/xm-alphaosf.h,
13878 gdb/config/powerpc/tm-ppcle-eabi.h,
13879 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
13880 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
13881 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
13882 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
13883 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
13884 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
13885 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
13886 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
13887 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
13888 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
13889 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
13890 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
13891 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
13892 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
13893 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
13894 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
13895 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
13896 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13897 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13898 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13899 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13900 Remove lines for .cvsignore files.
13901
13902 2004-01-03 J. Brobecker <brobecker@gnat.com>
13903
13904 * infrun.c: Back out the previous change.
13905
13906 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13907
13908 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13909 sparc-*-sunos4* to the list of REMOVED configurations.
13910
13911 * configure.tgt: Add back sparc-*-vxworks*.
13912 * remote-vxsparc.c: Remove all includes except for "defs.h",
13913 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13914 Include "sparc-tdep.h".
13915 (SPARC_R_G1): New define.
13916 (vxsparc_gregset): New variable.
13917 (ext_format_sparc): Remove extern declaration.
13918 (vx_read_register): Rewrite to use sparc32_supply_gregset and
13919 sparc32_supply_fpregset.
13920 (vx_write_register): Rewrite to use sparc32_collect_gregset,
13921 sparc_collect_rwindow and sparc32_collect_fpregset.
13922 * config/sparc/tm-vxworks.h: New file, based on recently removed
13923 tm-vxsparc.h.
13924 * config/sparc/vxworks.mt: New file, based on recently removed
13925 vxworks.mt.
13926
13927 2004-01-03 J. Brobecker <brobecker@gnat.com>
13928
13929 * infrun.c (handle_step_into_function): New function.
13930 (handle_inferior_event): Extract out some code into the new
13931 function above.
13932
13933 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13934
13935 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
13936 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
13937 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
13938 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
13939 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
13940 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
13941 (sparc_nat_h): New variable.
13942 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
13943 (tm-sun4os4.h): Remove dependency.
13944 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
13945 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
13946 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
13947 sparc-tdep.o): Update dependencies.
13948 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
13949 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
13950 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
13951 dependencies.
13952 * configure.host: Remove existing sparc-*-lynxos*,
13953 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
13954 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
13955 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
13956 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
13957 triplets.
13958 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
13959 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
13960 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
13961 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
13962 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
13963 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
13964 sparc64-*-solaris2* and sparc64-*-* triplets.
13965 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
13966 "symtab.h" and "objfiles.h".
13967 (BIAS): Remove define.
13968 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
13969 (X_DISP19): Remove macros.
13970 (sparc_fetch_instruction): Remove function.
13971 (struct gdbarch_tdep): Remove definition.
13972 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
13973 (sparc_breakpoint_from_pc): Remove function.
13974 (struct sparc64_frame_cache): Remove definition.
13975 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
13976 sparc64_unwind_pc): Remove functions.
13977 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
13978 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
13979 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
13980 (sparc64_frame_cache): Change return type to `struct
13981 sparc_frame_cache *'. Simply call sparc_frame_cache.
13982 (sparc64_frame_this_id, sparc64_frame_prev_register,
13983 sparc64_frame_base_address): Use `struct sparc_frame_cache'
13984 instead of `struct sparc64_frame_cache.
13985 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
13986 sparc_analyze_control_transfer, sparc_software_single_step,
13987 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
13988 _initialize_sparc64_tdep): Remove functions.
13989 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
13990 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
13991 macros.
13992 (sparc64_supply_gregset, sparc64_collect_gregset,
13993 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
13994 (sparc64_init_abi): New function.
13995 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
13996 inclusion guard. Include "sparc-tdep.h".
13997 (BIAS): Define.
13998 (r_tstate_offset, r_fprs_offset): New defines.
13999 (enum sparc_regnum): Remove defenition.
14000 (enum sparc64_regnum): Reformat.
14001 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14002 (sparc64_init_abi, sparc64_supply_gregset,
14003 sparc64_collect_gregset, sparc64_supply_fpregset,
14004 sparc64_collect_fpregset): New prototypes.
14005 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14006 Add extern declarations.
14007 (sparc64_sol2_init_abi): New prototype.
14008 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14009 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14010 prototypes.
14011 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14012 "sparnbsd-nat.h".
14013 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14014 functions.
14015 (_initialize_sparc64fbsd_nat): Remove initialization of
14016 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14017 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14018 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
14019 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14020 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14021 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14022 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14023 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14024 (sparc64fbsd_r_y_offset): Remove variables.
14025 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14026 Make static and const.
14027 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14028 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14029 functions.
14030 (sparc64fbsd_gregset): New variable.
14031 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14032 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14033 and sparc64_supply_fpregset.
14034 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14035 (sparc64fbsd_sigtramp_frame_this_id)
14036 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14037 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14038 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14039 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14040 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14041 * sparcnbsd-tdep.c: Update copyright year. Include
14042 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14043 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14044 "value.h" and "sparcnbsd-tdep.h".
14045 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14046 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14047 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14048 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14049 defines.
14050 (sparcnbsd_gregset): New variable.
14051 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14052 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14053 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14054 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14055 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14056 variables.
14057 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14058 (sparc32nbsd_sigcontext_frame_this_id)
14059 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14060 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14061 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14062 (sparcnbsd_get_longjmp_target_32,
14063 sparcnbsd_get_longjmp_target_64): Remove functions.
14064 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14065 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14066 sparcnbsd_init_elf): Remove.
14067 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14068 (sparcnbsd_elf_init_abi): New functions.
14069 (_initialize_sparcnbsd_tdep): New prototype.
14070 (_initialize_sparnbsd_tdep): Update.
14071 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14072 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14073 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14074 * config/sparc/linux.mh: Update comment.
14075 (XM_FILE, HOST_IPC): Remove variables.
14076 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14077 sparc-linux-nat.o.
14078 * config/sparc/linux.mt: Update comment.
14079 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14080 * config/sparc/nbsd.mt: Reformat.
14081 * config/sparc/nbsd64.mh: Update comment.
14082 (NATDEPFILES): Add sparc-nat.o.
14083 * config/sparc/nbsd64.mt: Update comment.
14084 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14085 (TM_FILE): Set to tm-nbsd.h.
14086 * config/sparc/nbsdelf.mh: Update comment.
14087 (NATDEPFILES): Add sparc-nat.o.
14088 (XM_FILE): Delete.
14089 * config/sparc/nbsdaout.mh: Update comment.
14090 (NATDEPFILES): Add sparc-nat.o
14091 (XM_FILE): Delete.
14092 * config/sparc/nm-linux.h: Update copyright year. Don't include
14093 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14094 inclusion.
14095 (KERNEL_U_SIZE): Remove define.
14096 (kernel_u_size): Remove prototype.
14097 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14098 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14099 "regcache.h".
14100 (CHILD_PREPARE_TO_STORE): Remove define.
14101 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14102 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14103 sparcnbsd-nat.c: Rewrite files.
14104 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14105 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14106 sparcnbsd-tdep.h: Remove files.
14107 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14108 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14109 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14110 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14111 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14112 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14113 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14114 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14115 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14116 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14117 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14118 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14119 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14120 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14121 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14122 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14123 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14124 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14125 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14126
14127 2004-01-02 Andrew Cagney <cagney@redhat.com>
14128
14129 From 2003-12-18 Kazuhiro Inaoka:
14130 * configure.host: Add m32r-linux target.
14131
14132 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14133
14134 * top.c (print_gdb_version): Update year to 2004.
14135
14136 2004-01-02 Mark Mitchell <mark@codesourcery.com>
14137
14138 * MAINTAINERS: Add myself to the write-after-approval category.
14139
14140 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
14141
14142 From Bernardo Innocenti <bernie@develer.com>:
14143 * configure.tgt: Add uClinux target.
14144
14145 2004-01-02 Andrew Cagney <cagney@redhat.com>
14146
14147 * utils.c (do_my_cleanups): Make static, add forward declaration.
14148 * defs.h (do_my_cleanups): Delete declaration.
14149
14150 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
14151
14152 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14153 bfd/ChangeLog-0203.
14154
14155 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14156
14157 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14158 in <machine/reg.h>.
14159 * configure, config.in: Regenerate.
14160
14161 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14162 tui/ChangeLog-1998-2003.
14163 \f
14164 Local Variables:
14165 mode: change-log
14166 left-margin: 8
14167 fill-column: 74
14168 version-control: never
14169 End:
This page took 0.294613 seconds and 5 git commands to generate.