* config/i386/nm-fbsd64.h: Remove file.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2
3 * config/i386/nm-fbsd64.h: Remove file.
4 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
5
6 2004-09-26 Mark Kettenis <kettenis@gnu.org>
7
8 * amd64-nat.h: Update copyright year.
9 (amd64bsd_target): New prototype.
10 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
11 (amd64bsd_target): New function.
12 (amd64bsd_fetch_inferior_registers): Rename from
13 fetch_inferior_registers. Make static.
14 (amd64bsd_store_inferior_registers): Rename from
15 store_inferior_registers. Make static.
16 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
17 (_initialize_amd64fbsd_nat): Construct and add target vector.
18 * amd64nbsd-nat.o: Include "target.h".
19 (_initialize_amd64nbsd_nat): Construct and add target vector.
20 * amd64obsd-nat.c: Include "target.h".
21 (_initialize_amd64obsd_nat): Construct and add target vector.
22 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
23 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
24 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
25 fbsd-nat.o.
26 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
27 Remove infptrace.o and inftarg.o. Add inf-child.o and
28 inf-ptrace.o.
29 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
30 (amd64obsd-nat.o): Update dependencies.
31
32 2004-09-25 Mark Kettenis <kettenis@gnu.org>
33
34 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
35 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
36 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
37 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
38 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
39
40 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
41 Inline attach call.
42 (inf_ptrace_detach): Inline detach call.
43
44 * configure.in: Check for waddstr instead of mvwaddstr when
45 searching for curses library. Check for wborder.
46 * configure, config.in: Regenerate.
47 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
48 available.
49
50 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
51
52 2004-09-24 Robert Picco <Robert.Picco@hp.com>
53
54 Committed by Andrew Cagney.
55 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
56 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
57 configuration.
58 (fetch_register_using_p): Implement 'p' packet. Based on code by
59 Fernando Nasser.
60 (remote_fetch_registers): Call fetch_register_using_p.
61 (init_all_packet_configs, show_remote_cmd)
62 (_initialize_remote): Add p-packet.
63
64 2004-09-24 Mark Kettenis <kettenis@gnu.org>
65
66 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
67 instead of call_ptrace. Call wait directly instead of
68 ptrace_wait.
69 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
70 (inf_ptrace_wait): Inline ptrace_wait call.
71
72 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
73
74 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
75 rolled back instead.
76
77 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
78
79 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
80 the new argument order.
81
82 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
83
84 * MAINTAINERS: Remove "broken" from XStormy16 entry.
85 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
86 (struct gdbarch_tdep): Remove.
87 (struct xstormy16_frame_cache): New frame cache structure.
88 (xstormy16_register_byte, xstormy16_register_raw_size)
89 (xstormy16_reg_virtual_type, xstormy16_register_type)
90 (xstormy16_push_arguments, xstormy16_push_return_address)
91 (xstormy16_pop_frame, xstormy16_store_struct_return)
92 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
93 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
94 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
95 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
96 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
97 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
98 (xstormy16_use_struct_convention): Drop gcc_p parameter.
99 (xstormy16_extract_return_value, xstormy16_store_return_value):
100 Regcachify. Drop useless struct convention handling.
101 (xstormy16_register_type, xstormy16_return_value)
102 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
103 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
104 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
105 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
106 (xstormy16_unwind_sp, xstormy16_unwind_pc)
107 (xstormy16_unwind_dummy_id) : New functions.
108 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
109 of xstormy16_scan_prologue.
110 (xstormy16_frame_unwind): New frame_unwind structure.
111 (xstormy16_frame_base): New frame_base structure.
112 (xstormy16_gdbarch_init): Accomodate all of the above changes.
113 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
114
115 2004-09-22 Mark Kettenis <kettenis@gnu.org>
116
117 * language.c (language_gdbarch_post_init): Fix off-by one error.
118
119 2004-09-21 Daniel Jacobowitz <dan@debian.org>
120
121 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
122 (struct dwarf2_offset_and_type): New.
123 (set_die_type, reset_die_and_siblings_types, get_die_type)
124 (offset_and_type_hash, offset_and_type_eq): New functions.
125 (read_structure_type, read_enumeration_type, read_array_type)
126 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
127 (read_tag_reference_type, read_tag_const_type)
128 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
129 (read_typedef, read_base_type, read_subrange_type): Use
130 set_die_type.
131
132 2004-09-20 Daniel Jacobowitz <dan@debian.org>
133
134 * Makefile.in (dwarf2read.o): Update dependencies.
135 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
136 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
137 and read_in_chain.
138 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
139 mark, and has_form_ref_addr.
140 (struct dwarf2_per_cu_data): New.
141 (dwarf2_max_cache_age): New.
142 (dwarf2_build_psymtabs_hard): Free cached compilation units
143 after loading. Create and manage the list of compilation units.
144 Remove unnecessary NULL initialization. Fix indentation.
145 (psymtab_to_symtab_1): Initialize all of CU.
146 (dwarf2_read_abbrevs): Set has_form_ref_addr.
147 (find_partial_die): Use dwarf2_find_containing_comp_unit
148 and load_comp_unit.
149 (free_stack_comp_unit): Update comments. Clear the per-cu
150 pointer. Handle aging.
151 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
152 (age_cached_comp_units, free_one_cached_comp_unit)
153 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
154 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
155 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
156 (show_dwarf2_cmd): New.
157 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
158 and "maint show dwarf2 max-cache-age".
159 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
160 externs.
161 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
162 global.
163
164 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
165
166 * dwarf2read.c (typename_concat): Change prototype to accept obstack
167 and dwarf2_cu struct pointer as arguments. Change function to use
168 obstack if provided and use dwarf2_cu to determine language-specific
169 separator.
170 (partial_die_parent_scope): Change comment to include java. Use
171 new version of typename_concat instead of obconcat.
172 (partial_die_full_name): Use typename_concat.
173 (read_namespace): Ditto.
174 (read_enumeration_type): Use typename_concat instead of obconcat.
175 (new_symbol): Ditto.
176 (add_partial_symbol): Enhance tests for C++ to also test for Java.
177 (guess_structure_name): Ditto.
178 (read_subroutine_type): Ditto.
179 (read_structure_type): Ditto.
180 (is_vtable_name): Add Java support.
181 (determine_class_name): Switch to new typename_concat call.
182 (determine_prefix): Switch to new typename_concat call.
183 * jv-exp.y (FuncStart): New pattern.
184 (MethodInvocation): Add support for simple function calls. Change
185 warning message for other forms of inferior call currently not
186 supported.
187 * valarith.c (value_subscript): Treat an array with upper-bound
188 of -1 as unknown size.
189
190 2004-09-20 Daniel Jacobowitz <dan@debian.org>
191
192 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
193 (lookup_partial_symtab): Use symtab_to_fullname.
194
195 2004-09-19 Jim Blandy <jimb@redhat.com>
196
197 * minsyms.c (lookup_minimal_symbol): Doc fix.
198
199 2004-09-20 Andrew Cagney <cagney@gnu.org>
200
201 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
202 CHILD_RESUME.
203 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
204 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
205 KILL_INFERIOR.
206 * infptrace.c: Update.
207
208 2004-09-19 Daniel Jacobowitz <dan@debian.org>
209
210 * symtab.c (output_source_filename): Mark first argument as const.
211 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
212 for "info sources" output.
213
214 2004-09-20 Mark Kettenis <kettenis@gnu.org>
215
216 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
217 <machine/vmparam.h>.
218 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
219 (register_u_addr): Remove prototype.
220
221 2004-09-19 Mark Kettenis <kettenis@gnu.org>
222
223 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
224 (i386bsd_fetch_inferior_registers): Rename from
225 fetch_inferior_registers. Make static.
226 (i386bsd_store_inferior_registers): Rename from
227 store_inferior_registers. Make static.
228 (i386bsd_target): New function.
229 * i386bsd-nat.h: New file.
230 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
231 "i386bsd-nat.h".
232 (i386fbsd_resume): Rename from child_resume. Make static.
233 (_initialize_i386fbsd_nat): Construct and add target vector.
234 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
235 (_initialize_i386nbsd_nat): Construct and add target vector.
236 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
237 Remove defines.
238 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
239 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
240 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
241 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
242 (LOADLIBES): New variable.
243 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
244 inf-ptrace.o. Remove inftarg.o.
245 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
246 inf-ptrace.o. Remove inftarg.o.
247 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
248 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
249 (LOADLIBES): New variable.
250 * Makefile.in (i386bsd_nat_h): New variable.
251 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
252 dependencies.
253
254 * sparc64nbsd-tdep.c: Include "objfiles.h".
255 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
256 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
257 svr4_lp64_fetch_link_map_offsets.
258 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
259 "nbsd-tdep.h".
260 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
261 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
262 svr4_lp64_fetch_link_map_offsets.
263 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
264 dependencies.
265
266 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
267 * fbsd-nat.h: New file.
268 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
269 (fbsd_nat_h): New variable.
270 (fbsd-nat.o): New dependency.
271
272 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
273 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
274
275 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
276 comment.
277
278 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
279
280 * ada-exp.y (type_int): New function to add layer of abstraction
281 around references to expression types.
282 (type_long): Ditto.
283 (type_long_long): Ditto.
284 (type_float): Ditto.
285 (type_double): Ditto.
286 (type_long_double): Ditto.
287 (type_char): Ditto.
288 (type_system_address): Ditto.
289 (simple_exp): Use type_* functions in place of builtin_*
290 variables.
291 (exp): Ditto.
292 (write_var_from_name): Ditto.
293 (write_object_renaming): Ditto.
294 * ada-lang.c (ada_create_fundamental_type): Remove redundant
295 declaration.
296 (build_ada_types): Remove, replacing with...
297 (ada_language_arch_info): New function to initialize primitive
298 type vector in language_arch_info.
299 (ada_array_length): Remove use of builtin_type_ada_int.
300 (value_pos_atr): Ditto.
301 (ada_evaluate_subexp): Ditto.
302 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
303 builtin_type_ada_long_long, builtin_type_ada_char,
304 builtin_type_ada_float, builtin_type_ada_double,
305 builtin_type_ada_long_double, builtin_type_ada_natural,
306 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
307 (ada_builtin_types): Remove.
308 (ada_language_defn): Remove entries for la_builtin_type_vector and
309 string_char_type and use ada_language_arch_info.
310 (_initialize_ada_language): Do type-vector initialization along
311 the lines of c-lang.c.
312 (ada_create_fundamental_type): Break up line.
313 (ada_dump_symtab): Remove unused function.
314 (enum ada_primitive_types): Define.
315 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
316 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
317 builtin_type_ada_float, builtin_type_ada_double,
318 builtin_type_ada_long_double, builtin_type_ada_natural,
319 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
320 * ada-lex.l: Use type_* functions in place of builtin_* variables.
321 (processInt): Ditto.
322 (processReal): Ditto.
323 (name_lookup): Ditto.
324 * ada-typeprint.c (print_range): Use builtin_type_int, not
325 builtin_type_ada_int.
326
327 2004-09-18 Mark Kettenis <kettenis@gnu.org>
328
329 * i386-tdep.c (i386_register_name): Rename regno to regnum.
330
331 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
332 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
333 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
334 * configure.in: Improve checks for curses library by checking for
335 mvwaddstr instead of initscr. Drop HP curses in favour of
336 standard curses on HP-UX.
337 * configure: Regenerated.
338
339 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
340
341 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
342 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
343 Minor formatting changes.
344 (empty_array): Slight rewrite for formatting.
345 (emit_char,parse,ada_language_defn,build_ada_types,
346 ada_is_exception_sym, _initialize_ada_language): Move
347 definitions around.
348 (ada_dump_symtab): Remove unused definition.
349 (ada_maybe_exception_partial_symbol): Remove unused definition.
350
351 2004-09-16 Andrew Cagney <cagney@gnu.org>
352
353 * inf-child.c: Include "gdb_string.h".
354 (inf_child_core_file_to_sym_file): Delete.
355 (inf_child_target): Set to_fetch_registers and to_store_registers.
356 * inf-ptrace.c: Include "gdb_string.h".
357 * Makefile.in: Update all dependencies.
358
359 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
360 problem.
361
362 2004-09-14 Joel Brobecker <brobecker@gnat.com>
363
364 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
365 call to heuristic_proc_desc. Remove code that became redundant
366 as a consequence.
367 (read_next_frame_reg): Remove special case for SP_REGNUM.
368 (set_reg_offset): Fix small typo.
369 (reset_saved_regs): New procedure.
370 (mips32_heuristic_proc_desc): No longer compute a fake
371 procedure descriptor. Compute the full frame cache instead.
372 Some minor comment reformatting.
373
374 2004-09-14 Andrew Cagney <cagney@gnu.org>
375
376 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
377 maintainer.
378
379 * thread-db.c (thread_db_new_objfile): Assume that there is a
380 child process.
381
382 2004-09-13 Jim Blandy <jimb@redhat.com>
383
384 * valops.c (value_assign): Move 'buffer' to the enclosing block,
385 so that its storage isn't referenced after its lifetime ends.
386
387 * valops.c (value_assign): 'use_buffer' is initialized to zero,
388 and never assigned to. Delete it, and the 'if (use_buffer)'
389 clauses. Delete 'raw_buffer', since it is now unused.
390
391 2004-09-13 Andrew Cagney <cagney@gnu.org>
392
393 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
394 * configure: Re-generate.
395 * nlm/Makefile.in (TAGS): Update.
396 * Makefile.in (TAGS): Update.
397 * config/vax/nbsd.mt (TM_FILE): Update.
398 * config/sparc/vxworks.mt (TM_FILE): Update.
399 * config/sparc/sol2.mt (TM_FILE): Update.
400 * config/sparc/sol2-64.mt (TM_FILE): Update.
401 * config/sparc/obsd64.mt (TM_FILE): Update.
402 * config/sparc/obsd.mt (TM_FILE): Update.
403 * config/sparc/nbsd64.mt (TM_FILE): Update.
404 * config/sparc/nbsd.mt (TM_FILE): Update.
405 * config/sparc/linux64.mt (TM_FILE): Update.
406 * config/sparc/linux.mt (TM_FILE): Update.
407 * config/sparc/fbsd.mt (TM_FILE): Update.
408 * config/sh/wince.mt (TM_FILE): Update.
409 * config/sh/nbsd.mt (TM_FILE): Update.
410 * config/sh/linux.mt (TM_FILE): Update.
411 * config/sh/embed.mt (TM_FILE): Update.
412 * config/s390/s390.mt (TM_FILE): Update.
413 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
414 * config/rs6000/rs6000.mt (TM_FILE): Update.
415 * config/rs6000/aix4.mt (TM_FILE): Update.
416 * config/powerpc/vxworks.mt (TM_FILE): Update.
417 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
418 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
419 * config/powerpc/obsd.mt (TM_FILE): Update.
420 * config/powerpc/nbsd.mt (TM_FILE): Update.
421 * config/powerpc/linux.mt (TM_FILE): Update.
422 * config/powerpc/aix.mt (TM_FILE): Update.
423 * config/pa/obsd.mt (TM_FILE): Update.
424 * config/pa/linux.mt (TM_FILE): Update.
425 * config/pa/hppahpux.mt (TM_FILE): Update.
426 * config/pa/hppa64.mt (TM_FILE): Update.
427 * config/pa/hppa.mt (TM_FILE): Update.
428 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
429 * config/mips/wince.mt (TM_FILE): Update.
430 * config/mips/vxmips.mt (TM_FILE): Update.
431 * config/mips/nbsd.mt (TM_FILE): Update.
432 * config/mips/linux.mt (TM_FILE): Update.
433 * config/mips/irix6.mt (TM_FILE): Update.
434 * config/mips/irix5.mt (TM_FILE): Update.
435 * config/mips/embed.mt (TM_FILE): Update.
436 * config/m68k/vxworks68.mt (TM_FILE): Update.
437 * config/m68k/st2000.mt (TM_FILE): Update.
438 * config/m68k/os68k.mt (TM_FILE): Update.
439 * config/m68k/obsd.mt (TM_FILE): Update.
440 * config/m68k/nbsd.mt (TM_FILE): Update.
441 * config/m68k/monitor.mt (TM_FILE): Update.
442 * config/m68k/linux.mt (TM_FILE): Update.
443 * config/m68k/cisco.mt (TM_FILE): Update.
444 * config/ia64/linux.mt (TM_FILE): Update.
445 * config/ia64/aix.mt (TM_FILE): Update.
446 * config/ia64/ia64.mt (TM_FILE): Update.
447 * config/i386/vxworks.mt (TM_FILE): Update.
448 * config/i386/obsd64.mt (TM_FILE): Update.
449 * config/i386/obsd.mt (TM_FILE): Update.
450 * config/i386/nto.mt (TM_FILE): Update.
451 * config/i386/nbsd64.mt (TM_FILE): Update.
452 * config/i386/nbsd.mt (TM_FILE): Update.
453 * config/i386/linux64.mt (TM_FILE): Update.
454 * config/i386/linux.mt (TM_FILE): Update.
455 * config/i386/i386sol2.mt (TM_FILE): Update.
456 * config/i386/i386lynx.mt (TM_FILE): Update.
457 * config/i386/fbsd64.mt (TM_FILE): Update.
458 * config/i386/fbsd.mt (TM_FILE): Update.
459 * config/i386/cygwin.mt (TM_FILE): Update.
460 * config/h8300/h8300.mt (TM_FILE): Update.
461 * config/frv/frv.mt (TM_FILE): Update.
462 * config/cris/cris.mt (TM_FILE): Update.
463 * config/arm/wince.mt (TM_FILE): Update.
464 * config/arm/nbsd.mt (TM_FILE): Update.
465 * config/arm/linux.mt (TM_FILE): Update.
466 * config/arm/embed.mt (TM_FILE): Update.
467 * config/alpha/nbsd.mt (TM_FILE): Update.
468 * config/alpha/fbsd.mt (TM_FILE): Update.
469 * config/alpha/alpha.mt (TM_FILE): Update.
470 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
471 * config/alpha/alpha-linux.mt (TM_FILE): Update.
472
473 Eliminate event_loop_p, always has the value 1.
474 * defs.h (event_loop_p): Delete macro.
475 * breakpoint.c (until_break_command): Simplify.
476 * utils.c (prompt_for_continue): Simplify.
477 * tracepoint.c (read_actions): Simplify.
478 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
479 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
480 (set_prompt, init_main): Simplify.
481 (init_signals, disconnect): Delete, unused.
482 * remote.c (remote_async_resume)
483 (extended_remote_async_create_inferior): Simplify.
484 * mi/mi-interp.c (mi_input): Delete, unused.
485 (mi_interpreter_resume, mi_command_loop): Simplify.
486 * interps.c (current_interp_command_loop): Simplify.
487 * infrun.c (proceed): Simplify.
488 * infcmd.c (run_command, continue_command, step_1, jump_command)
489 (until_command, advance_command, finish_command)
490 (interrupt_target_command): Simplify.
491 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
492
493 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
494 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
495 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
496 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
497 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
498 * mips-tdep.c (mips_dump_tdep): Do not print same.
499
500 2004-09-12 Andrew Cagney <cagney@gnu.org>
501
502 * valprint.c (print_longest): Use fputs_filtered. Make "val"
503 const.
504 * Makefile.in (valprint.o): Delete explict rule.
505
506 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
507 reported by Dave Anderson.
508
509 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
510
511 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
512
513 2004-09-12 Salvador E. Tropea <set@users.sf.net>
514 Andrew Cagney <cagney@gnu.org>
515
516 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
517 (mi_cmd_data_list_register_values)
518 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
519 the register number computation.
520
521 2004-09-12 Andrew Cagney <cagney@gnu.org>
522
523 * ppcnbsd-nat.c: Include "inf-ptrace.h".
524 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
525 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
526 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
527 target.
528 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
529 inf-ptrace.o and inf-child.o.
530 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
531 * Makefile.in: Update dependencies.
532
533 2004-09-11 Andrew Cagney <cagney@gnu.org>
534
535 * language.c (hex_string, hex_string_custom): Move from here ...
536 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
537 (CELLSIZE): Increase to 50.
538 * language.h (hex_string, hex_string_custom): Move from here ...
539 * defs.h: ... to here.
540 * Makefile.in: Update all dependencies.
541
542 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
543
544 * language.c (local_hex_format_custom): Remove.
545 (local_hex_string): Rename to hex_string, use C format, and move to
546 utils.c
547 (local_hex_string_custom): Rename to hex_string_custom and change
548 interface. Now uses C format. Move to utils.c
549 (local_octal_format_custom): Remove.
550 (local_decimal_format_custom): Remove.
551 (unknown_language_defn): Remove language-specific number
552 formatting entries.
553 (auto_language_defn): Ditto.
554 (local_language_defn): Ditto.
555 * language.h (struct language_format_info): Delete declaration.
556 (struct language_defn): Remove language_format_info fields
557 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
558 (local_binary_format): Remove macro.
559 (local_binary_format_prefix): Remove macro.
560 (local_binary_format_specifier): Remove macro.
561 (local_binary_format_suffix): Remove macro.
562 (local_octal_format): Remove macro.
563 (local_octal_format_prefix): Remove macro.
564 (local_octal_format_specifier): Remove macro.
565 (local_octal_format_suffix): Remove macro.
566 (local_decimal_format): Remove macro.
567 (local_decimal_format_prefix): Remove macro.
568 (local_decimal_format_specifier): Remove macro.
569 (local_decimal_format_suffix): Remove macro.
570 (local_hex_format): Remove macro.
571 (local_hex_format_prefix): Remove macro.
572 (local_hex_format_specifier): Remove macro.
573 (local_hex_format_suffix): Remove macro.
574 (local_decimal_format_custom): Remove.
575 (local_octal_format_custom): Remove.
576 (local_hex_format_custom): Remove.
577 (local_hex_string): Rename to hex_string and move to defs.h.
578 (local_hex_string_custom): Rename to hex_string_custom, change
579 interface, and move to defs.h.
580 * utils.c: (int_string): New function.
581 (hex_string): New function (from language.c).
582 (hex_string_custom): New function (from language.c).
583 (octal2str): New function.
584 (decimal2str): Add width parameter.
585 (paddr_u): Use new decimal2str interface.
586 (paddr_d): Ditto.
587 * defs.h (hex_string): Declare.
588 (hex_string_custom): Declare.
589 (int_string): Declare.
590 * printcmd.c (print_scalar_formatted): Remove localized binary
591 formatting.
592 * valprint.c (print_longest): Use int_string.
593 (print_floating): Use C hex format.
594 (print_hex_chars): Ditto.
595 (print_binary_chars): Remove language-specific formatting.
596 (print_octal_chars): Use C octal format.
597 (print_decimal_chars): Delocalize format.
598 (print_decimal): Remove.
599 * ada-lang.c (ada_language_defn): Remove language-specific number
600 formatting entries.
601 * p-lang.c (pascal_language_defn): Ditto.
602 * c-lang.c (c_language_defn): Ditto.
603 (cplus_language_defn): Ditto.
604 (asm_language_defn): Ditto.
605 (minimal_language_defn): Ditto.
606 * f-lang.c (f_language_defn): Ditto.
607 * jv-lang.c (java_language_defn): Ditto.
608 * m2-lang.c (m2_language_defn): Ditto.
609 * scm-lang.c (scm_language_defn): Ditto.
610 * objc-lang.c (objc_language_defn): Ditto.
611 * memattr.c (mem_info_command): Use renamed hex_string_custom with
612 new interface.
613 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
614 * ui-out.c (ui_out_field_core_addr): Ditto.
615 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
616 * exec.c (print_section_info): Ditto.
617 * i387-tdep.c (print_i387_status_word): Ditto.
618 (print_i387_control_word): Ditto.
619 (i387_print_float_info): Ditto.
620 * maint.c (maint_print_section_info): Ditto.
621 * solib.c (info_sharedlibrary_command): Ditto.
622 * somsolib.c (som_sharedlibrary_info_command): Ditto.
623 * symtab.c (print_msymbol_info): Ditto.
624 * tracepoint.c (tracepoints_info): Ditto.
625 * solib-frv.c (lm_base): Ditto.
626 (frv_current_sos): Ditto.
627 (enable_break2): Ditto.
628 (enable_break): Ditto.
629 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
630 (process_one_symbol): Ditto.
631 * infcmd.c (program_info): Ditto.
632 * mdebugread.c (parse_partial_symbols): Ditto.
633 * symfile.c (add_symbol_file_command): Ditto.
634 * cli/cli-cmds.c (edit_command): Ditto.
635 (list_command): Ditto.
636 * infcall.c (call_function_by_hand): Ditto.
637 * remote-vx.c (vx_run_files_info): Ditto.
638 (vx_wait): Ditto.
639 (vx_attach): Ditto.
640 (vx_detach): Ditto.
641 (vx_kill): Ditto.
642 * aix-thread.c (pdc_symbol_addrs): Ditto.
643 (pdc_read_regs): Ditto.
644 (pdc_write_regs): Ditto.
645 (pdc_read_data): Ditto.
646 (pdc_write_data): Ditto.
647 * d10v-tdep.c (display_trace): Ditto.
648 * rs6000-nat.c (find_toc_address): Ditto.
649 * aix-thread.c: Don't include language.h.
650 * buildsym.c: Ditto.
651 * dbxread.c: Ditto.
652 * mdebugread.c: Ditto.
653 * rs6000-nat.c: Ditto.
654 * buildsym.c (make_blockvector): Use renamed hex_string.
655
656 2004-09-10 Jason Molenda (jmolenda@apple.com)
657
658 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
659 chars after 'if' or 'while' commands in user-defined commands.
660
661 2004-09-08 Jim Blandy <jimb@redhat.com>
662
663 Fix bug reported and analyzed by Olivier Crete:
664 * symfile.c (copy_section_addr_info): New function.
665 (symbol_file_add_with_addrs_or_offsets): Use it to save the
666 original set of address arguments, instead of handwritten code
667 that uses one length to allocate and a different length to
668 initialize. Use make_cleanup_free_section_addr_info.
669 * symfile.h (copy_section_addr_info): New declaration.
670 * utils.c: #include "symfile.h".
671 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
672 New functions.
673 * defs.h (make_cleanup_free_section_addr_info): New declaration.
674 * Makefile.in (utils.o): Update dependencies.
675
676 2004-09-08 Andrew Cagney <cagney@gnu.org>
677
678 * thread-db.c (keep_thread_db): Delete.
679 (thread_db_new_objfile, thread_db_create_inferior)
680 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
681
682 2004-09-08 Mark Kettenis <kettenis@gnu.org>
683
684 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
685 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
686 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
687 (i386_frameless_signal_p): Remove prototype.
688 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
689 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
690 I386_SSE_NUM_REGS.
691 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
692 instead of FP0_REGNUM.
693 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
694 of FP0_REGNUM and FPC_REGNUM.
695
696 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
697 (sunos_solib_create_inferior_hook): Don't call
698 sunos_relocate_main_executable.
699
700 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
701 solib_svr4_fetch_link_map_offsets to
702 svr4_ilp32_fetch_link_map_offsets.
703 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
704 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
705 svr4_ilp32_fetch_link_map_offsets.
706 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
707
708 2004-09-07 Jim Blandy <jimb@redhat.com>
709
710 * frame.h (frame_register): Doc fix.
711
712 2004-09-07 Andrew Cagney <cagney@gnu.org>
713
714 * vx-share/wait.h: Delete #ifdef USG.
715 * utils.c (request_quit): Ditto.
716 * tui/tui.c (tui_reset): Ditto.
717 * remote.c: Ditto.
718 * remote-sds.c: Ditto.
719 * remote-rdi.c: Ditto.
720 * mdebugread.c: Ditto.
721 * m68klinux-nat.c: Ditto.
722 * infttrace.c: Ditto.
723 * infptrace.c: Ditto.
724 * i386v-nat.c: Ditto.
725 * exec.c: Ditto.
726 * dbxread.c: Ditto.
727 * core-aout.c: Ditto.
728
729 2004-09-05 Joel Brobecker <brobecker@gnat.com>
730
731 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
732 heuristic_proc_desc.
733 (mips_insn32_frame_cache): Likewise.
734
735 2004-09-04 Joel Brobecker <brobecker@gnat.com>
736
737 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
738 left behind by error.
739
740 2004-09-04 Joel Brobecker <brobecker@gnat.com>
741
742 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
743 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
744
745 2004-09-04 Joel Brobecker <brobecker@gnat.com>
746
747 * config/rs6000/xm-aix4.h: Remove this file.
748 * config/rs6000/aix4.mh (XM_FILE): Delete.
749
750 2004-09-04 Joel Brobecker <brobecker@gnat.com>
751
752 * config/rs6000/xm-rs6000.h: Remove this file.
753 * config/rs6000/rs6000.mh (XM_FILE): Remove.
754
755 2004-09-03 Andrew Cagney <cagney@gnu.org>
756
757 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
758 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
759 only use.
760
761 * mips-tdep.c (temp_saved_regs): Delete.
762 (set_reg_offset): Replace saved_regs parameter with this_cache.
763 (heuristic_proc_desc, mips16_heuristic_proc_desc)
764 (mips32_heuristic_proc_desc): Add this_cache parameter.
765 (mips_insn32_frame_cache, mips_insn16_frame_cache)
766 (after_prologue): Pass a NULL this_cache.
767
768 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
769 non-kernel trap prologues.
770
771 * mips-tdep.c (find_proc_desc): Delete function.
772 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
773 simplify.
774 (mips_insn16_frame_cache): Replace find_proc_desc with code from
775 mips_insn32_frame_cache.
776
777 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
778 Simplify as NEXT_FRAME is NULL.
779 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
780
781 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
782 local variable.
783 (mips_skip_prologue): Update.
784
785 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
786 "cur_frame" parameter.
787 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
788 (mips_insn32_frame_cache, find_proc_desc): Update
789
790 * config/vax/nm-obsd.h: Delete file.
791 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
792 * config/vax/nm-nbsd.h: Delete file.
793 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
794 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
795 * config/sh/nm-nbsd.h: Delete file.
796 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
797 * config/rs6000/nm-rs6000ly.h: Delete file.
798 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
799 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
800 * config/powerpc/nm-obsd.h: Delete file.
801 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
802 * config/powerpc/nm-nbsd.h: Delete file.
803 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
804 * config/pa/nm-obsd.h: Delete file.
805 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
806 * config/mips/nm-nbsd.h: Delete file.
807 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
808 * config/m88k/nm-obsd.h: Delete file.
809 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
810 * config/m68k/nm-nbsd.h: Delete file.
811 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
812 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
813 * config/i386/nm-nbsd.h: Delete file.
814 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
815 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
816 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
817 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
818 * config/i386/nm-i386lynx.h: Delete file.
819 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
820 * config/arm/nm-nbsd.h: Delete file.
821 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
822 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
823
824 * config/i386/tm-fbsd.h: Delete file.
825 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
826 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
827
828 * config/rs6000/tm-rs6000-aix4.h: Delete file.
829 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
830 * config/rs6000/aix4.mt (TM_FILE): Set to
831 config/rs6000/tm-rs6000.h.
832 * config/powerpc/tm-ppc-aix.h: Delete file.
833 * config/powerpc/aix.mt (TM_FILE): Set to
834 config/rs6000/tm-rs6000.h.
835 * config/m68k/tm-linux.h: Delete file.
836 * config/m68k/linux.mt (TM_FILE): Set to solib.h
837 * config/i386/tm-linux64.h: Delete file.
838 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
839 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
840
841 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
842 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
843 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
844 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
845 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
846 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
847 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
848 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
849 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
850
851 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
852 gdb_host_cpu.
853
854 2004-09-02 Joel Brobecker <brobecker@gnat.com>
855
856 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
857 Minor reformatting. Some code factoring.
858
859 2004-09-02 Andrew Cagney <cagney@gnu.org>
860
861 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
862 * config/vax/tm-nbsd.h: Delete file.
863 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
864 * config/sparc/tm-vxworks.h: Delete file.
865 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
866 * config/sparc/tm-nbsd.h: Delete file.
867 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
868 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
869 * config/sparc/tm-linux.h: Delete file.
870 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
871 * config/s390/tm-linux.h: Delete file.
872 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
873 * config/pa/tm-bsd.h: Delete file.
874 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
875 * config/m68k/tm-obsd.h: Delete file.
876 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
877 * config/m68k/tm-nbsd.h: Delete file.
878 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
879 * config/i386/tm-vxworks.h: Delete file.
880 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
881 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
882 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
883 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
884 * config/i386/tm-nbsd.h: Delete file.
885 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
886 * config/i386/tm-i386lynx.h: Delete file.
887 * config/cris/cris.mt (TM_FILE): Set to solib.h.
888 * config/cris/tm-cris.h: Delete file.
889
890 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
891 * configure: Re-generate.
892 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
893 * config/arm/tm-nbsd.h: Delete file.
894
895 * config/powerpc/tm-ppcle-sim.h: Delete.
896 * config/powerpc/tm-ppcle-eabi.h: Delete.
897 * config/powerpc/tm-nbsd.h: Delete.
898 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
899 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
900 tm-ppcle-eabi.h.
901
902 * config/i386/nto.mh (NAT_FILE): Delete.
903 * config/i386/nm-nto.h: Delete.
904
905 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
906 * config/m68k/tm-os68k.h: Ditto.
907 * config/m68k/tm-monitor.h: Ditto.
908 * config/m68k/tm-cisco.h: Ditto.
909 * config/m68k/st2000.mt (TM_FILE): Delete.
910 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
911 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
912 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
913 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
914
915 * config/m68k/tm-st2000.h: Delete.
916 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
917 * config/sparc/fbsd.mt (TM_FILE): Delete.
918 * config/sparc/tm-fbsd.h: Delete.
919
920 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
921 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
922 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
923
924 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
925 GDB_TM_FILE and GDB_XM_FILE.
926 * gdbarch.c: Re-generate.
927 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
928 quotes in macro definition.
929 * configure.in: Re-generate.
930
931 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
932 validating architecture methods.
933 * gdbarch.c: Re-generate.
934
935 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
936 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
937 GDB_MULTI_ARCH_PARTIAL.
938 * gdbarch.h: Re-generate.
939
940 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
941 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
942 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
943 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
944 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
945 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
946 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
947 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
948 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
949 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
950 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
951 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
952
953 2004-09-01 Andrew Cagney <cagney@gnu.org>
954
955 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
956 and main_func_highpc.
957 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
958 * objfiles.c (init_entry_point_info, objfile_relocate): Update
959 * nlmread.c (nlm_symfile_read): Update.
960
961 2004-09-01 Joel Brobecker <brobecker@gnat.com>
962
963 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
964 (mips_insn32_frame_cache): Inline call to find_proc_desc.
965 (find_proc_desc): Remove dead code.
966
967 2004-09-01 Joel Brobecker <brobecker@gnat.com>
968
969 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
970
971 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
972
973 * observer.sh: Add struct so_list declaration.
974 * Makefile.in: Add dependencies on observer.h for solib.c and
975 breakpoint.c.
976 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
977 function.
978 (_initialize_breakpoint): Register
979 disable_breakpoints_in_unloaded_shlib as an observer of the
980 "solib unloaded" observation event.
981 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
982 call decode_line_1 so unfound breakpoint errors are silent.
983 * solib.c (update_solib_list): When a solib is discovered to have
984 been unloaded by the program, notify all observers of the
985 "solib unloaded" observation event.
986
987 2004-09-01 Andrew Cagney <cagney@gnu.org>
988
989 * frame.c: Include "objfiles.h".
990 (inside_main_func): New function.
991 (get_prev_frame): Use new inside_main_func.
992 * Makefile.in (frame.o): Update dependencies.
993 * defs.h (inside_main_func): Delete declaration.
994 * blockframe.c (inside_main_func): Delete function.
995
996 2004-08-31 Jim Blandy <jimb@redhat.com>
997
998 * dwarf2read.c (is_vtable_name): New function, based on logic from
999 read_structure_type, but passing the correct length to strncmp,
1000 and using 'sizeof' instead of 'strlen'.
1001 (read_structure_type): Call it.
1002
1003 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1004
1005 * config/powerpc/aix.mh: Add comment.
1006
1007 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1008
1009 * MAINTAINERS: Add self to Write-After-Approval.
1010
1011 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1012
1013 * MAINTAINERS: Add self to Write-After-Approval.
1014
1015 2004-08-30 Andrew Cagney <cagney@gnu.org>
1016
1017 Fix PR breakpoints/1757.
1018 * infrun.c (struct execution_control_state): Replace
1019 remove_breakpoints_on_following_step with
1020 step_after_step_resume_breakpoint.
1021 (init_execution_control_state): Update.
1022 (handle_inferior_event): For signals, when stepping off a
1023 breakpoint, set step_after_step_resume_breakpoint. When
1024 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1025 (keep_going): Delete code handling
1026 remove_breakpoints_on_following_step.
1027
1028 2004-08-29 David Lecomber <david@streamline-computing.com>
1029
1030 Fix PR gdb/648
1031 * language.h (enum array_ordering): New enum.
1032 * language.h (struct language_defn): New la_array_ordering
1033 attribute.
1034 * language.c (unknown_language_defn, auto_language_defn)
1035 (local_language_defn): Ditto.
1036 * ada-lang.c (ada_language_defn): Ditto.
1037 * c-lang.c (c_language_defn, cplus_language_defn)
1038 (asm_language_defn, minimal_language_defn): Ditto.
1039 * f-lang.c (f_language_defn): Ditto.
1040 * jv-lang.c (java_language_defn): Ditto.
1041 * m2-lang.c (f_language_defn): Ditto.
1042 * objc-lang.c (objc_language_defn): Ditto.
1043 * p-lang.c (pascal_language_defn): Ditto.
1044 * scm-lang.c (scm_language_defn): Ditto.
1045 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1046 oriented large to small in type structure.
1047 * dwarf2read.c (read_array_order): New function.
1048 (read_array_type): Use read_array_order to check row/column
1049 major ordering.
1050
1051 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1052
1053 * target.c (target_resize_to_sections): Check
1054 current_target.to_sections for an old value when updating.
1055
1056 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1057
1058 * procfs.c (dbx_link_bpt_addr): New static global variable.
1059 (dbx_link_shadow_contents): New static global variable.
1060 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1061 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1062 if we just hit it.
1063 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1064 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1065 from run to run.
1066 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1067 after the inferior has been forked.
1068 (remove_dbx_link_breakpoint): New function.
1069 (dbx_link_addr): New function.
1070 (insert_dbx_link_bpt_in_file): New function.
1071 (insert_dbx_link_bpt_in_region): New function.
1072 (insert_dbx_link_breakpoint): New function.
1073 (proc_trace_syscalls_1): New function, extracted from
1074 proc_trace_syscalls.
1075 (proc_trace_syscalls): Replace extract code by call to
1076 proc_trace_syscalls_1.
1077 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1078 is no longer valid.
1079
1080 2004-08-25 Jim Blandy <jimb@redhat.com>
1081
1082 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1083
1084 2004-08-25 Andrew Cagney <cagney@gnu.org>
1085
1086 * infrun.c (struct execution_control_state): Delete field
1087 "stepping_through_sigtramp".
1088 (init_execution_control_state): Do not set same.
1089 (context_switch): Do not pass same to save_infrun_state and
1090 load_infrun_state.
1091 * gdbthread.h (struct thread_info): Delete field
1092 stepping_through_sigtramp.
1093 (save_infrun_state, load_infrun_state): Delete parameter
1094 stepping_through_sigtramp.
1095 * thread.c (load_infrun_state, save_infrun_state): Update.
1096
1097 * infrun.c: Re-indent. Move expression operators to the beginning
1098 of the line. Remove long disabled #if 0 code.
1099
1100 2004-08-24 Andrew Cagney <cagney@gnu.org>
1101
1102 * doublest.h (floatformat_ieee_quad): Rename
1103 floatformat_ia64_quad.
1104 * doublest.c (floatformat_ieee_quad): Rename
1105 floatformat_ia64_quad.
1106 (_initialize_doublest): Update.
1107
1108 2004-08-24 Jim Blandy <jimb@redhat.com>
1109
1110 * dwarf2expr.h (struct dwarf_expr_context): New members
1111 'num_pieces' and 'pieces', for returning the result of an
1112 expression that uses DW_OP_piece.
1113 (struct dwarf_expr_piece): New struct type.
1114 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1115 pieces.
1116 (free_dwarf_expr_context): Free pieces, if any.
1117 (add_piece): New function.
1118 (execute_stack_op): Implement DW_OP_piece.
1119 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1120 expression is a list of pieces, print an error message.
1121 (dwarf2_loc_desc_needs_frame): If the expression yields
1122 pieces, and any piece is in a register, then we need a frame.
1123
1124 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1125 the stack until we've decided what sort of result the evaluation
1126 has produced. Use separate variables, with more specific names.
1127
1128 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1129
1130 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1131 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1132 (arm_netbsd_init_abi_common): Register them.
1133
1134 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1135
1136 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1137
1138 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1139 safe_frame_unwind_memory instead of target_read_memory.
1140
1141 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1142 Reorder includes.
1143 (fetch_register, store_register): Remove prototypes.
1144 (child_resume): Reorganize code and comments such that it is
1145 grouped a bit more logically.
1146 (attach): Explicitly compare errno against 0.
1147 (detach): Likewise. Use perror_with_name instead of
1148 print_sys_errmsg.
1149 * Makefile.in (infptrace.o): Update dependencies.
1150
1151 * ia64-linux-nat.c: Update copyright year.
1152 (fetch_debug_register, store_debug_register)
1153 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1154 PTRACE_TYPE_ARG3.
1155 * config/ia64/nm-linux.h: Update copyright year.
1156 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1157
1158 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1159 from CORE_ADDR to struct frame_info *. Use
1160 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1161 (amd64_linux_sigtramp_p): Adjust for changed signature of
1162 and64_linux_sigtramp_start
1163
1164 * gdb_ptrace.h: GNU/Linux.
1165
1166 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1167 Remove defines.
1168
1169 * infptrace.c: Include "gdb_assert.h".
1170 (PTRACE_XFER_TYPE): Remove define.
1171 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1172 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1173 Tweak comment.
1174 (fetch_inferior_registers, store_inferior_registers): Remove
1175 redundant culry braces. Tweak comment. s/regno/regnum.
1176 * Makefile.in (infptrace.o): Update dependencies.
1177
1178 * configure.in: Change test for return type of ptrace to default
1179 to `long' instead of `int'.
1180 * configure: Regenerate.
1181
1182 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1183
1184 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1185
1186 * configure.in: Check for ttrace function.
1187 * configure, config.in: Regenerate.
1188
1189 * gdb_ptrace.h: New file.
1190 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1191 <sys/ptrace.h>.
1192 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1193 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1194 (attach): Don't define PT_ATTACH.
1195 (detach): Don't define PT_DETACH.
1196 * Makefile.in (gdb_ptrace_h): New variable.
1197 (infptrace.o): Update dependencies.
1198
1199 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1200
1201 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1202 instead of `int' if not already defined.
1203 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1204 PTRACE_TYPE_ARG3.
1205 * infptrace.c (call_ptrace): Revert change that replaced
1206 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1207
1208 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1209
1210 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1211 Remove defines.
1212
1213 * linux-nat.c (kill_inferior): Add missing third and fourth
1214 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1215
1216 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1217 PTRACE_TYPE_RET.
1218
1219 * proc-why.c (proc_prettyfprint_why): Fix format string.
1220
1221 * solib-osf.c (osf_current_sos): Remove unsused label.
1222
1223 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1224 curses headers.
1225 * configure, config.in: Regenerate.
1226 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1227 <ncurses/ncurses.h>.
1228
1229 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1230 * config/nm-nbsd.h: Update copyright year.
1231 (PTRACE_ARG3_TYPE): Remove define.
1232
1233 * sparc-nat.c (fetch_inferior_registers)
1234 (store_inferior_registers, sparc_xfer_wcookie):
1235 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1236
1237 * alphabsd-nat.c (fetch_inferior_registers):
1238 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1239 PTRACE_TYPE_ARG3.
1240 * amd64bsd-nat.c (fetch_inferior_registers)
1241 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1242 PTRACE_TYPE_ARG3.
1243 * armnbsd-nat.c: Update copyright year.
1244 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1245 (store_register, store_regs, store_fp_register, store_fp_regs):
1246 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1247 * hppabsd-nat.c (fetch_inferior_registers)
1248 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1249 PTRACE_TYPE_ARG3.
1250 * i386bsd-nat.c (fetch_inferior_registers)
1251 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1252 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1253 * m68kbsd-nat.c (fetch_inferior_registers)
1254 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1255 PTRACE_TYPE_ARG3.
1256 * m88kbsd-nat.c (fetch_inferior_registers)
1257 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1258 PTRACE_TYPE_ARG3.
1259 * mipsnbsd-nat.c: Update copyright year.
1260 (fetch_inferior_registers, store_inferior_registers):
1261 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1262 * ns32knbsd-nat.c: Update copyright year.
1263 (fetch_inferior_registers, store_inferior_registers):
1264 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1265 * ppcnbsd-nat.c (fetch_inferior_registers):
1266 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1267 PTRACE_TYPE_ARG3.
1268 * ppcobsd-nat.c (fetch_inferior_registers):
1269 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1270 PTRACE_TYPE_ARG3.
1271 * shnbsd-nat.c: Update copyright year.
1272 (fetch_inferior_registers, store_inferior_registers):
1273 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1274 * vaxbsd-nat.c (fetch_inferior_registers)
1275 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1276 PTRACE_TYPE_ARG3.
1277
1278 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1279 PTRACE_TYPE_ARG3.
1280 * infptrace.c (call_ptrace, child_resume, attach, detach)
1281 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1282 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1283 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1284 PTRACE_TYPE_ARG3.
1285
1286 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1287
1288 * defs.h: Remove out-of-date comment.
1289 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1290 [!GETENV_PROVIDED] (getenv): Remove prototype.
1291
1292 * standalone.c: Remove file.
1293 * Makefile.in (standalone.o): Remove dependency.
1294
1295 * i386-linux-nat.c (dummy_sse_values): Remove function and
1296 prototype.
1297 (i386_linux_dr_get): Fix typo in comment.
1298 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1299
1300 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1301
1302 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1303 from declaration.
1304 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1305 from definition.
1306
1307 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1308
1309 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1310 parenthesis in definition.
1311 * configure: Regenerated.
1312
1313 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1314
1315 * PROBLEMS: Mention build/1411.
1316
1317 2004-08-09 Robert Millan <robertmh@gnu.org>
1318
1319 Committed by Nathanael Nerode.
1320 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1321 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1322
1323 2004-08-12 Andrew Cagney <cagney@gnu.org>
1324
1325 * NEWS: Mention fixes in GDB 6.2.1.
1326 * PROBLEMS: Remove mention of mips-irix.
1327
1328 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1329
1330 * config/powerpc/xm-aix.h: Delete.
1331 * config/powerpc/aix.mh (MH_FILE): Remove.
1332 * config/powerpc/aix432.mh (MH_FILE): Remove.
1333
1334 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1335
1336 * config/powerpc/aix.mh: Remove obsolete comment.
1337 * config/powerpc/aix432.mh: Likewise.
1338
1339 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1340
1341 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1342
1343 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1344
1345 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1346 this file is now empty.
1347 * config/xm-aix4.h: Remove, this file is no longer included
1348 anywhere.
1349
1350 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1351
1352 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1353 that file is now empty.
1354 (termdef): Remove prototype, function no longer used.
1355
1356 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1357
1358 * doc/gdbint.texinfo (Host Definition): Remove documentation
1359 for USE_O_NOCTTY, no longer used.
1360 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1361 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1362
1363 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1364
1365 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1366 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1367 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1368
1369 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1370
1371 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1372 instead of FIVE_ARG_PTRACE.
1373
1374 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1375 (new_tty): Use O_NOCTTY unconditionally.
1376
1377 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1378
1379 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1380 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1381 fflush on stdout.
1382
1383 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1384
1385 * xcoff_symfile_finish: Replace last call to xmfree by call
1386 to xfree.
1387
1388 2004-08-10 Andrew Cagney <cagney@gnu.org>
1389
1390 * main.c (captured_main): Delete call to init_malloc.
1391 * defs.h (init_malloc): Delete declaration.
1392 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1393 (init_malloc): Delete functions.
1394
1395 * defs.h (xmfree): Delete.
1396 * utils.c (xmfree): Delete function.
1397 (xfree): Inline calls to xmfree and mfree.
1398 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1399 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1400 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1401 * somread.c (som_symfile_finish): Ditto.
1402 * objfiles.c (allocate_objfile, free_objfile):
1403 * nlmread.c (nlm_symfile_finish): Ditto.
1404 * hpread.c (hpread_symfile_finish): Ditto.
1405 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1406 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1407 * coffread.c (coff_symfile_finish): Ditto.
1408
1409 * defs.h (xmcalloc): Delete declaration.
1410 * utils.c (xmcalloc): Delete.
1411 (xcalloc): Inline calls to xmcalloc and mcalloc.
1412 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1413 xcalloc and xfree.
1414 * symtab.c (create_demangled_names_hash): Ditto.
1415
1416 * defs.h (xmrealloc): Delete.
1417 * utils.c (xmrealloc): Delete.
1418 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1419 * symmisc.c (extend_psymbol_list): Use xrealloc.
1420 * source.c (find_source_lines): Ditto.
1421 * hpread.c (hpread_lookup_type): Ditto.
1422 * dbxread.c (add_bincl_to_list): Ditto.
1423
1424 * utils.c (xmmalloc): Delete.
1425 (xmalloc): Inline xmmalloc and mmalloc calls.
1426 (msavestring): Use xmalloc.
1427 * defs.h (xmmalloc): Delete declaration.
1428 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1429 xmmalloc.
1430 * symmisc.c (extend_psymbol_list): Ditto.
1431 * symfile.c (init_psymbol_list): Ditto.
1432 * source.c (find_source_lines): Ditto.
1433 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1434 * elfread.c (elf_symtab_read): Ditto.
1435 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1436 * coffread.c (coff_symfile_init): Ditto.
1437
1438 2004-08-10 David Carlton <carlton@bactrian.org>
1439
1440 * MAINTAINERS: Remove David Carlton from c++ testsuite
1441 maintainers.
1442
1443 2004-08-10 Jerome Guitton <guitton@gnat.com>
1444
1445 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1446 print a line feed before the prompt.
1447
1448 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1449
1450 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1451
1452 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1453
1454 General cleanup of the AIX xm include file:
1455 * config/xm-aix4.h (fd_set): Remove undefine.
1456 Remove include of <sys/select.h>.
1457 (HAVE_TERMIO): Remove define.
1458 (USG): Likewise.
1459 (NULL): Remove redefine.
1460 (alloca): Remove #pragma.
1461 (vfork): Remove define.
1462 (termdef): Remove.
1463 (SIGWINCH_HANDLER): Remove.
1464 (SIGWINCH_HANDLER_BODY): Remove.
1465
1466 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1467
1468 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1469 GDB_OSABI_OPENBSD_ELF.
1470
1471 2004-08-07 Robert Millan <robertmh@gnu.org>
1472
1473 * bsd-kvm.c: Check for nlist.h before including it.
1474
1475 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1476
1477 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1478 sigcontext' offset consistency checks for ancient BSD.
1479
1480 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1481
1482 * configure.in: Check for <sys/types.h>. Check return and
1483 argument types of ptrace.
1484 * configure, config.in: Regenerate.
1485
1486 2004-08-09 Jim Blandy <jimb@redhat.com>
1487
1488 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1489 rs6000_register_sim_regno): Doc fixes.
1490
1491 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1492
1493 * mips-tdep.c: Include "floatformat.h".
1494 (n32n64_floatformat_always_valid): New function.
1495 (floatformat_n32n64_long_double_big): New constant.
1496 (mips_gdbarch_init): Set size and format of long double
1497 for N32 and N64 ABIs.
1498 * Makefile.in (mips-tdep.o): Update dependencies.
1499
1500 2004-08-08 Andrew Cagney <cagney@gnu.org>
1501
1502 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1503 print. Improve script's error messages.
1504 * gdbarch.h: Re-generate.
1505
1506 * gdbarch.sh (pformat): New function.
1507 (float_format, double_format, long_double_format): List with bit
1508 members. Use pformat when printing.
1509 * gdbarch.c, gdbarch.h: Re-generate.
1510
1511 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1512
1513 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1514 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1515 (ppcnbsd_supply_pcb): New function.
1516 (_initialize_ppcnbsd_nat): New prototype and function.
1517 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1518 (LOADLIBES): New variable.
1519 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1520
1521 2004-08-08 Andrew Cagney <cagney@gnu.org>
1522
1523 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1524 (builtin_type_ieee_double, builtin_type_ia64_quad)
1525 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1526 BE/LE floating-point types.
1527 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1528 (builtin_type_ieee_double, builtin_type_ia64_quad)
1529 (builtin_type_ia64_spill): Declare.
1530 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1531 (floatformat_ieee_double, floatformat_arm_ext)
1532 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1533 of LE/BE floatformats.
1534 * doublest.h: (struct floatformat, floatformat_ieee_single)
1535 (floatformat_ieee_double, floatformat_arm_ext)
1536 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1537
1538 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1539
1540 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1541
1542 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1543 instead of regcache_raw_supply when storing the registers.
1544
1545 * i386gnu-nat.c: Update copyright year.
1546 (gnu_store_registers): Don't use deprecated_registers and
1547 deprecated_registers_valid. Use regcache_valid_p and
1548 regcache_raw_supply instead.
1549
1550 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1551 frame_pc_unwind.
1552
1553 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1554 variables. Incapitalized "process".
1555
1556 * configure.in: Add cursesX to the list of possible curses libs.
1557 Add cursesX.h to the list of possible curses headers.
1558 * configure, config.in: Regenerate.
1559
1560 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1561
1562 * configure.in: Test for struct lwp in <sys/lwp.h>.
1563 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1564 the offset of l_addr in struct lwp.
1565
1566 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1567
1568 * bsd-kvm.c: Include "gdbcore.h"
1569 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1570
1571 2004-08-07 Andrew Cagney <cagney@gnu.org>
1572
1573 * gdbtypes.c (build_flt, build_complex): New functions.
1574 (gdbtypes_post_init): Use.
1575
1576 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1577
1578 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1579 through to builtin_type_uint128.
1580
1581 * c-exp.y: Use builtin_type function to obtain builtin types.
1582
1583 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1584 builtin_uint128.
1585 * gdbtypes.c (gdbtypes_post_init): Update.
1586 (build_gdbtypes): Move initialization of builtin_type_int0
1587 through to builtin_type_uint128 from here ...
1588 (_initialize_gdbtypes): ... to here.
1589 * d10v-tdep.c (d10v_register_type): Update.
1590
1591 * doublest.c: Update copyright.
1592 (floatformat_from_length): Call error when floatformat is NULL.
1593 (extract_floating_by_length): Remove NULL fmt check.
1594 (store_floating_by_length): Ditto.
1595
1596 2004-08-07 Andrew Cagney <cagney@gnu.org>
1597
1598 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1599 that the register is valid.
1600
1601 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1602
1603 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1604 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1605 struct frame_info *. Use safe_frame_unwind_memory instead of
1606 deprecated_read_memory_nobpt.
1607 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1608 changed signature of i386_linux_sigtramp_start and
1609 i386_linux_rt_sigtramp_start.
1610
1611 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1612 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1613 instead of deprecated_read_memory_nobpt.
1614 (i386nbsd_sigtramp_p): Adjust for changed signature of
1615 i386nbsd_sigtramp_offset.
1616
1617 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1618 safe_frame_unwind_memory instead of target_read_memory.
1619
1620 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1621 !NO_SYS_FILE.
1622 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1623 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1624 (_initialize_kernel_u_addr): Remove prototype and function.
1625 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1626 !NO_SYS_FILE.
1627 * xcoffread.c: Likewise.
1628
1629 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1630
1631 * vax-nat.c: New file.
1632 * vaxbsd-nat.c: Tweak comment.
1633 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1634 vaxnbsd-tdep.c.
1635 (vax-nat.o): New dependency.
1636 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1637 (vax-*-ultrix2*): Remove.
1638 * config/vax/vax.mh: New file.
1639 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1640 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1641 (vax_register_u_addr): New prototype.
1642 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1643 * config/vax/vaxult2.mh: Remove file.
1644 * config/vax/vaxult.mh: Remove file.
1645 * config/vax/vaxbsd.mh: Remove file.
1646 * config/vax/vax.mt (TM_FILE): Remove.
1647 * config/vax/tm-vaxbsd.h: Remove file.
1648
1649 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1650
1651 * aix-thread.c (get_signaled_thread): New function.
1652 (iter_trap): Delete, no longer used.
1653 (iter_tid): New function.
1654 (pd_update): Find the thread that received the SIGTRAP signal
1655 by first locating the kernel thread, and then finding its
1656 associated thread.
1657
1658 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1659
1660 * lin-lwp.c (child_wait): Continue inferior after processing
1661 PTRACE_EVENT_CLONE event.
1662
1663 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1664
1665 * MAINTAINERS: Add self to Write-After-Approval.
1666
1667 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1668
1669 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1670 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1671
1672 2004-08-05 Andrew Cagney <cagney@gnu.org>
1673
1674 * config/xm-sysv4.h: Delete file.
1675 * config/mips/xm-irix5.h: Delete file.
1676 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1677 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1678 * config/ia64/xm-aix.h: Delete file.
1679 * config/ia64/aix.mh (XM_FILE): Delete.
1680 * config/pa/xm-hppah.h: Delete file.
1681 * config/pa/hpux11w.mh (XM_FILE): Delete.
1682 * config/pa/hpux11.mh (XM_FILE): Delete.
1683 * config/pa/hpux1020.mh (XM_FILE): Delete.
1684 * config/pa/hppahpux.mh (XM_FILE): Delete.
1685
1686 * config/alpha/xm-alphalinux.h: Delete file.
1687 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1688 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1689 * config/alpha/xm-alphaosf.h: Delete file.
1690 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1691 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1692 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1693 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1694
1695 * config/i386/xm-i386v.h: Delete file.
1696 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1697 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1698 * config/i386/xm-i386sco.h: Delete file.
1699 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1700 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1701 * config/i386/xm-i386v4.h: Delete file.
1702 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1703 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1704 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1705 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1706
1707 * config/vax/xm-vax.h: Delete file.
1708 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1709 * config/vax/xm-vaxult2.h: Delete file.
1710 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1711 * config/vax/vaxult2.mh (XM_FILE): Delete.
1712 * config/vax/xm-vaxult.h: Delete file.
1713 * config/vax/vaxult.mh (XM_FILE): Delete.
1714 * config/vax/xm-vaxbsd.h: Delete file.
1715 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1716
1717 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1718 * gdbarch.h, gdbarch.c: Re-generate.
1719 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1720 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1721 * frame.h: Delete deprecated_read_fp from comments.
1722 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1723 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1724
1725 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1726
1727 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1728 trampoline in OpenBSD 3.5-current.
1729
1730 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1731 SSE registers.
1732
1733 * Makefile.in: Remove embedded page breaks.
1734
1735 2004-08-04 Jim Blandy <jimb@redhat.com>
1736
1737 * regcache.c (regcache_raw_read): Assert that, after calling
1738 target_fetch_registers, the register we're reading is cached.
1739
1740 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1741 a call to 'internal_error', with a more helpful error message.
1742 * rs6000-tdep.c (e500_pseudo_register_read,
1743 e500_pseudo_register_write, rs6000_store_return_value): Same.
1744
1745 2004-08-04 Andrew Cagney <cagney@gnu.org>
1746
1747 * Makefile.in: Update dependencies.
1748
1749 2004-08-04 Jim Blandy <jimb@redhat.com>
1750
1751 Change the layout of the PowerPC E500 raw register cache to allow
1752 the lower 32-bit halves of the GPRS to be their own raw registers,
1753 not pseudoregisters.
1754 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1755 add ppc_ev0_upper_regnum flag.
1756 * rs6000-tdep.c: #include "reggroups.h".
1757 (spe_register_p): Recognize the ev upper half registers as SPE
1758 registers.
1759 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1760 registers.
1761 (e500_move_ev_register): New function.
1762 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1763 vector registers are the pseudo-registers now, formed by splicing
1764 together the gprs and the upper-half registers.
1765 (e500_register_reggroup_p): New function.
1766 (P): Macro deleted.
1767 (P8, A4): New macro.
1768 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1769 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1770 macros.
1771 (registers_e500): Rearrange register set so that the raw register
1772 set contains 32-bit GPRs and upper-half registers, and the SPE
1773 vector registers become pseudo-registers.
1774 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1775 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1776 register numbers are now the same for the E500 as they are for
1777 other PowerPC variants. Register e500_register_reggroup_p as the
1778 register group function for the E500.
1779 * Makefile.in (rs6000-tdep.o): Update dependencies.
1780
1781 Adapt PPC E500 native support to the new raw regcache layout.
1782 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1783 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1784 (fetch_spe_register, store_spe_register): Handle fetching/storing
1785 all the SPE registers at once, if regno == -1. These now take
1786 over the job of fetch_spe_registers and store_spe_registers.
1787 (fetch_spe_registers, store_spe_registers): Deleted.
1788 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1789 unconditionally; they're always raw. Fetch/store SPE upper half
1790 registers, if present, instead of ev registers.
1791 (fetch_register, store_register): Remove sanity checks: gprs are
1792 never pseudo-registers now, so we never need to even mention any
1793 registers that are ever pseudoregisters.
1794
1795 Use a fixed register numbering when communicating with the PowerPC
1796 simulator.
1797 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1798 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1799 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1800 New functions.
1801 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1802 init_sim_regno_table.
1803 * Makefile.in (gdb_sim_ppc_h): New variable.
1804 (rs6000-tdep.o): Update dependencies.
1805
1806 2004-08-02 Andrew Cagney <cagney@gnu.org>
1807
1808 * cris-tdep.c (cris_register_size): Restore function, still used
1809 locally.
1810
1811 * gdbarch.sh (deprecated_target_read_fp)
1812 (deprecated_frame_locals_address, deprecated_frame_args_address)
1813 (deprecated_frame_chain_valid, deprecated_frame_chain)
1814 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1815 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1816 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1817 * gdbarch.h, gdbarch.c: Re-generate.
1818 * regcache.c (deprecated_read_fp): Do not call
1819 DEPRECATED_TARGET_READ_FP_P.
1820 * infcmd.c (default_print_registers_info): Do not call
1821 DEPRECATED_DO_REGISTERS_INFO.
1822 * frame-base.c (default_frame_locals_address): Do not call
1823 DEPRECATED_FRAME_LOCALS_ADDRESS.
1824 (default_frame_args_address): Do not call
1825 DEPRECATED_FRAME_ARGS_ADDRESS.
1826
1827 * gdbarch.sh (deprecated_register_raw_size)
1828 (deprecated_register_virtual_size:int): Delete.
1829 * gdbarch.h, gdbarch.c: Re-generate.
1830 * cris-tdep.c (cris_register_size): Delete.
1831 (cris_gdbarch_init): Update.
1832 * alpha-tdep.c (alpha_register_raw_size)
1833 (alpha_register_virtual_size): Delete.
1834 (alpha_gdbarch_init): Update.
1835
1836 * gdbarch.sh (deprecated_register_virtual_type)
1837 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1838 (deprecated_dummy_write_sp): Delete.
1839 * gdbarch.h, gdbarch.c: Re-generate.
1840
1841 * gdbarch.sh (deprecated_register_bytes): Delete.
1842 * gdbarch.h, gdbarch.c: Re-generate.
1843 * regcache.c (deprecated_register_bytes): New function.
1844 * regcache.h (deprecated_register_bytes): Declare.
1845 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1846 * v850-tdep.c (v850_gdbarch_init): Update.
1847 * sh64-tdep.c (sh64_gdbarch_init): Update.
1848 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1849 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1850 * mcore-tdep.c (mcore_gdbarch_init): Update.
1851 * cris-tdep.c (cris_gdbarch_init): Update.
1852 * arm-tdep.c (arm_gdbarch_init): Update.
1853 * remote.c (init_remote_state): Update.
1854 * remote-vx.c (vx_prepare_to_store): Update.
1855 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1856 * irix5-nat.c (fetch_core_registers): Update.
1857 * cris-tdep.c (cris_register_bytes_ok): Update.
1858 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1859
1860 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1861 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1862 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1863 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1864 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1865 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1866 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1867 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1868 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1869 with mips_insn16 and mips_insn32.
1870
1871 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1872 * rs6000-tdep.c (rs6000_push_dummy_call)
1873 (rs6000_extract_return_value): Use register_size.
1874 * xstormy16-tdep.c (xstormy16_get_saved_register)
1875 (xstormy16_extract_return_value): Ditto.
1876 * valops.c (value_assign): Ditto.
1877 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1878 * v850-tdep.c (v850_extract_return_value): Ditto.
1879 * tracepoint.c (collect_symbol): Ditto.
1880 * target.c (debug_print_register): Ditto.
1881 * stack.c (frame_info): Ditto.
1882 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1883 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1884 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1885 (store_register_using_P): Ditto.
1886 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1887 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1888 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1889 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1890 * regcache.c (deprecated_read_register_bytes)
1891 (deprecated_write_register_bytes, read_register)
1892 (write_register): Ditto.
1893 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1894 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1895 * monitor.c (monitor_supply_register, monitor_fetch_register)
1896 (monitor_store_register): Ditto.
1897 * mn10300-tdep.c (mn10300_pop_frame_regular)
1898 (mn10300_print_register): Ditto.
1899 * mipsv4-nat.c (fill_fpregset): Ditto.
1900 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1901 (mips64_fill_fpregset): Ditto.
1902 * mi/mi-main.c (register_changed_p, get_register)
1903 (mi_cmd_data_write_register_values): Ditto.
1904 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1905 * irix5-nat.c (fill_gregset, fetch_core_registers):
1906 * infrun.c (write_inferior_status_register): Ditto.
1907 * infptrace.c (fetch_register, store_register): Ditto.
1908 * infcmd.c (default_print_registers_info): Ditto.
1909 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1910 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1911 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1912 * hpux-thread.c (hpux_thread_fetch_registers)
1913 (hpux_thread_store_registers): Ditto.
1914 * hppah-nat.c (store_inferior_registers, fetch_register):
1915 * findvar.c (value_from_register): Ditto.
1916 * dve3900-rom.c (fetch_bitmapped_register):
1917 * cris-tdep.c (cris_gdbarch_init): Ditto.
1918 * alpha-tdep.h: Ditto.
1919 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1920
1921 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1922 DEPRECATED_REGISTER_RAW_SIZE from comments.
1923 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1924 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1925 DEPRECATED_REGISTER_RAW_SIZE.
1926 * findvar.c (value_of_register): Simplify by assuming that the
1927 registers raw and virtual sizes are identical.
1928 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1929 comment.
1930 * arch-utils.c (generic_register_size): Simplify by assuming
1931 register_type.
1932
1933 * regcache.c (legacy_read_register_gen, real_register)
1934 (legacy_write_register_gen): Delete, not used.
1935
1936 * regcache.c (struct regcache_descr): Delete legacy_p.
1937 (init_legacy_regcache_descr): Delete function.
1938 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1939 Do not use deprecated register functions.
1940 (regcache_raw_read, deprecated_write_register_gen):
1941 (deprecated_read_register_gen, regcache_raw_write): Delete code
1942 predicated on legacy_p.
1943 (register_size): Delete check against register raw size.
1944
1945 * cris-tdep.c (cris_register_type): Replace
1946 cris_register_virtual_type.
1947 (cris_gdbarch_init): Update, set register_type.
1948
1949 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1950 * gdbarch.h, gdbarch.c: Re-generate.
1951 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1952 (arm_gdbarch_init) Do not set frameless function invocation.
1953 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1954 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1955 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1956 (frv_gdbarch_init): Do not set frameless function invocation.
1957 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1958 * sh-tdep.c (sh_gdbarch_init): Ditto.
1959 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1960 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1961 * avr-tdep.c (avr_gdbarch_init): Ditto.
1962
1963 * blockframe.c (legacy_frame_chain_valid): Delete function.
1964
1965 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1966 and pc. Update comments.
1967 (pc_in_dummy_frame): Delete function.
1968 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1969 use the "id".
1970 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1971 call_hi, top and pc, use the id.
1972 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1973
1974 * dummy-frame.c: Include "gdb_string.h".
1975 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1976 (generic_save_dummy_frame_tos): Delete.
1977 (dummy_frame_push): New function, replaces above.
1978 * dummy-frame.h: Update copyright.
1979 (dummy_frame_push): Declare.
1980 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1981 (generic_save_call_dummy_addr): Delete declarations.
1982 * infcall.c: Include "dummy-frame.h".
1983 (call_function_by_hand): Add locals caller_regcache,
1984 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1985 with call to frame_save_as_regcache plus cleanup. Delete calls to
1986 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1987 Move clear_proceed_status to just before the resume, add call to
1988 dummy_frame_push (discard cleanup).
1989 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1990 (dummy-frame.o): Add $(gdb_string_h).
1991
1992 2004-08-01 Andrew Cagney <cagney@gnu.org>
1993
1994 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1995 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1996 * dummy-frame.c (find_dummy_frame): Delete.
1997 (struct dummy_frame_cache, dummy_frame_sniffer)
1998 (dummy_frame_prev_register, dummy_frame_this_id)
1999 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2000 frame unwinder using a dummy_frame_cache.
2001
2002 2004-08-01 Andrew Cagney <cagney@gnu.org>
2003
2004 * frame.h (frame_save_as_regcache): Declare.
2005 * frame.c (frame_save_as_regcache): New function.
2006 (do_frame_read_register): Replace do_frame_unwind_register.
2007 (frame_pop): Use frame_save_as_regcache.
2008 * dummy-frame.c (generic_push_dummy_frame): Use
2009 frame_save_as_regcache.
2010
2011 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2012
2013 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2014 file as included until we record the first line in the linetable.
2015
2016 2004-08-01 Andrew Cagney <cagney@gnu.org>
2017
2018 * frame.h (deprecated_pop_dummy_frame)
2019 (deprecated_read_register_dummy)
2020 (deprecated_generic_find_dummy_frame): Delete.
2021 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2022 (deprecated_read_register_dummy)
2023 (deprecated_find_dummy_frame_regcache)
2024 (discard_innermost_dummy)
2025 (deprecated_pop_dummy_frame): Delete.
2026 (dummy_frame_this_id): Simplify.
2027 (struct dummy_frame): Delete "fp" and "sp".
2028 (find_dummy_frame): Simplify.
2029 (generic_push_dummy_frame): Do not set "fp" or "sp".
2030 (fprint_dummy_frames): Do not print "fp" and "sp"
2031
2032 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2033
2034 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2035 (struct i386_insn): New structure.
2036 (i386_match_insn): New function.
2037 (i386_frame_setup_skip_insns): New variable.
2038 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2039 array i386_frame_setup_insns of instructions that should be
2040 skipped inside the frame setup sequence.
2041
2042 2004-08-01 Andrew Cagney <cagney@gnu.org>
2043
2044 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2045 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2046 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2047 * stack.c (frame_info): Delete references to
2048 DEPRECATED_FRAME_INIT_SAVED_REGS and
2049 deprecated_get_frame_saved_regs.
2050 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2051 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2052 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2053 (frame_unwind_register_signed)
2054 (frame_unwind_register_unsigned)
2055 (frame_unwind_unsigned_register): Use register_size.
2056 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2057 (deprecated_frame_xmalloc_with_cleanup)
2058 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2059 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2060
2061 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2062 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2063 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2064 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2065
2066 * infcall.c (call_function_by_hand): Do not use
2067 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2068 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2069 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2070 DEPRECATED_STACK_ALIGN.
2071
2072 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2073
2074 Committed by Andrew Cagney.
2075 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2076
2077 2004-08-01 Andrew Cagney <cagney@gnu.org>
2078
2079 * mips-tdep.c (mips16_frame_cache)
2080 (mips16_frame_this_id, mips16_frame_prev_register)
2081 (mips16_frame_unwind, mips16_frame_sniffer)
2082 (mips16_frame_base_address, mips16_frame_base)
2083 (mips16_frame_base_sniffer, mips32_frame_cache)
2084 (mips32_frame_this_id, mips32_frame_prev_register)
2085 (mips32_frame_unwind, mips32_frame_sniffer)
2086 (mips32_frame_base_address, mips32_frame_base)
2087 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2088 separate heuristic mips16 and mips32 unwinders.
2089 (mips_stub_frame_cache, mips_stub_frame_this_id)
2090 (mips_stub_frame_prev_register)
2091 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2092 (mips_stub_frame_base_address, mips_stub_frame_base)
2093 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2094 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2095 match true mdebug frames.
2096 (non_heuristic_proc_desc): Add forward declaration.
2097
2098 2004-08-01 Andrew Cagney <cagney@gnu.org>
2099
2100 * config/mips/tm-irix6.h: Delete file.
2101 * config/mips/tm-irix5.h: Delete file.
2102 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2103 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2104
2105 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2106 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2107 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2108 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2109 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2110 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2111 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2112 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2113 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2114 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2115 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2116 (TARGET_SIGNAL_RAW_VALUES): Delete.
2117 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2118 Delete.
2119 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2120 (TARGET_HW_WATCH_LIMIT): Delete.
2121 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2122 * minimon.h: Delete file.
2123
2124 * trad-frame.c (trad_frame_get_this_base)
2125 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2126 functions.
2127 * trad-frame.h (trad_frame_set_this_base)
2128 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2129
2130 2004-07-31 Andrew Cagney <cagney@gnu.org>
2131
2132 * trad-frame.c (trad_frame_get_prev_register): Rename
2133 trad_frame_get_prev_register.
2134 * vax-tdep.c (vax_frame_prev_register): Update.
2135 * trad-frame.h: Update.
2136 * trad-frame.c (trad_frame_get_register): Update.
2137 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2138 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2139 Update.
2140 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2141 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2142 Update.
2143 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2144 Update.
2145 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2146 Update.
2147 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2148 Update.
2149 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2150 Update.
2151 * s390-tdep.c (s390_frame_prev_register)
2152 (s390_stub_frame_prev_register)
2153 (s390_sigtramp_frame_prev_register): Update.
2154 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2155 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2156 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2157 * m88k-tdep.c (m88k_frame_prev_register)
2158 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2159 * m32r-tdep.c (m32r_frame_prev_register): Update.
2160 * hppa-tdep.c (hppa_frame_prev_register_helper)
2161 * frv-tdep.c (frv_frame_prev_register): Update.
2162 * d10v-tdep.c (d10v_frame_prev_register): Update.
2163 * cris-tdep.c (cris_frame_prev_register): Update.
2164 * avr-tdep.c (avr_frame_prev_register): Update.
2165 * arm-tdep.c (arm_prologue_prev_register)
2166 (arm_sigtramp_prev_register): Update.
2167
2168 2004-07-31 Andrew Cagney <cagney@gnu.org>
2169
2170 * frame.h (legacy_saved_regs_unwind)
2171 (legacy_frame_chain_valid, legacy_frame_p)
2172 (enum frame_type): Delete UNKNOWN_FRAME.
2173 * dummy-frame.c (dummy_frame_this_id): Simplify.
2174 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2175 * frame.c (struct frame_info): Delete the field "type".
2176 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2177 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2178 (legacy_saved_regs_unwind, legacy_frame_p)
2179 (frame_type_from_pc): Delete.
2180 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2181 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2182
2183 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2184
2185 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2186 indentation.
2187
2188 * mips-nat.c: Remove file.
2189 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2190 (mips-nat.o): Remove dependency.
2191
2192 * infptrace.c: Update copyright year.
2193 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2194 explicitly setting the buffer to all zeroes.
2195
2196 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2197 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2198
2199 2004-07-30 Andrew Cagney <cagney@gnu.org>
2200
2201 * GDB 6.2 released from gdb_6_2-branch.
2202
2203 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2204
2205 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2206
2207 * exec.c (exec_file_attach):
2208 * nto-tdep.c (nto_find_and_open_solib):
2209 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2210 * solib.c (solib_open):
2211 * somsolib.c (som_solib_sizeof_symbol_table):
2212 * source.c (is_regular_file, openp, open_source_file):
2213 * symfile.c (symfile_bfd_open):
2214 * wince.c (upload_to_device): Differentiate between the search for
2215 binary and source files.
2216
2217 2004-07-30 Andrew Cagney <cagney@gnu.org>
2218
2219 * complaints.c (_initialize_complaints): Pass NULL to
2220 add_setshow_zinteger_cmd for help_doc.
2221 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2222
2223 2004-07-30 Andrew Cagney <cagney@gnu.org>
2224
2225 Fix PR i18n/761.
2226 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2227 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2228 $(PACKAGE).pot and update-po.
2229 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2230 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2231 (update-po): New rules.
2232 (localedir): Define using autoconf.
2233 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2234 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2235 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2236 * configure.in: Generate CATALOGS and LINGUAS from contents of
2237 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2238 * configure: Re-generate.
2239 * po/gdbtext: New file
2240
2241 2004-07-30 Jerome Guitton <guitton@gnat.com>
2242
2243 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2244 order.
2245
2246 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2247
2248 * dwarf2read.c (read_file_scope): Set producer if attribute
2249 present.
2250 (struct dwarf2_cu): Added new member producer.
2251
2252 2004-07-30 Jerome Guitton <guitton@gnat.com>
2253
2254 * inflow.c (kill_command): release file handles in BFD.
2255 * exec.c (exec_file_attach): Ditto.
2256 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2257
2258 2004-07-29 Andrew Cagney <cagney@gnu.org>
2259
2260 * PROBLEMS (mips-irix): Note that it is broken.
2261
2262 2004-07-29 Andrew Cagney <cagney@gnu.org>
2263
2264 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2265 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2266
2267 * config/xm-nbsd.h: Delete file.
2268 * config/arm/xm-nbsd.h: Delete file.
2269 * config/i386/xm-nbsd.h: Delete file.
2270 * config/ns32k/xm-nbsd.h: Delete file.
2271 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2272 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2273 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2274 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2275 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2276
2277 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2278 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2279 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2280 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2281 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2282 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2283
2284 * config/powerpc/xm-linux.h: Delete empty file.
2285 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2286 * config/powerpc/linux.mh (XM_FILE): Delete.
2287 * config/m68k/xm-linux.h: Delete empty file.
2288 * config/m68k/linux.mh (XM_FILE): Delete.
2289 * config/ia64/xm-linux.h: Delete empty file.
2290 * config/ia64/linux.mh (XM_FILE): Delete.
2291 * config/arm/xm-linux.h: Delete empty file.
2292 * config/arm/linux.mh (XM_FILE): Delete.
2293
2294 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2295 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2296 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2297 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2298 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2299 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2300 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2301 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2302
2303 * config/m68k/xm-m68k.h: Delete file.
2304 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2305 copyright.
2306 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2307 * config/pa/xm-linux.h: Delete empty file.
2308 * config/pa/linux.mh (XM_FILE): Delete.
2309 * config/i386/xm-i386.h: Delete empty file.
2310 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2311 "i386/xm-i386.h".
2312 * config/i386/obsdaout.mh (XM_FILE): Delete.
2313 * config/i386/obsd64.mh (XM_FILE): Delete.
2314 * config/i386/fbsd64.mh (XM_FILE): Delete.
2315 * config/i386/nto.mh (XM_FILE): Delete.
2316 * config/i386/obsd.mh (XM_FILE): Delete.
2317 * config/i386/linux64.mh (XM_FILE): Delete.
2318 * config/i386/linux.mh (XM_FILE): Delete.
2319 * config/i386/i386sol2.mh (XM_FILE): Delete.
2320 * config/i386/i386gnu.mh (XM_FILE): Delete.
2321 * config/i386/fbsd.mh (XM_FILE): Delete.
2322 * config/i386/nbsd64.mh (XM_FILE): Delete.
2323
2324 2004-07-29 Andrew Cagney <cagney@gnu.org>
2325
2326 * config/pa/xm-linux.h: Do not include "floatformat.h".
2327 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2328 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2329 * config/i386/xm-i386.h: Do not include "floatformat.h".
2330 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2331 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2332 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2333 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2334 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2335 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2336 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2337 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2338 * configure, config.in: Regenerate.
2339 * configure.host (gdb_host_float_format, gdb_host_double_format)
2340 (gdb_host_long_double_format): Set according to the host.
2341
2342 2004-07-29 Andrew Cagney <cagney@gnu.org>
2343
2344 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2345
2346 2004-07-28 Andrew Cagney <cagney@gnu.org>
2347
2348 * PROBLEMS: Mention threads/1650.
2349 * NEWS: Mention the NPTL fix.
2350
2351 2004-07-28 Andrew Cagney <cagney@gnu.org>
2352
2353 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2354 (add_setshow_cmd_full): Make static.
2355 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2356 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2357 * cli/cli-decode.c (add_setshow_filename_cmd)
2358 (add_setshow_string_cmd): New functions.
2359 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2360 * mips-tdep.c (_initialize_mips_tdep): Update.
2361 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2362 * cli/cli-logging.c (_initialize_cli_logging): Update.
2363 * complaints.c (_initialize_complaints): Update.
2364 * remote.c (_initialize_remote): Update.
2365
2366 2004-07-28 Andrew Cagney <cagney@gnu.org>
2367
2368 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2369 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2370 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2371 print parameters. Make string parameters constant.
2372 * command.h: Update. Update copyright.
2373 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2374 * observer.c (_initialize_observer): Ditto.
2375 * frame.c (_initialize_frame): Ditto.
2376 * complaints.c (_initialize_complaints): Ditto.
2377 * maint.c (_initialize_maint_cmds): Ditto.
2378 * target.c (initialize_targets): Ditto.
2379 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2380 * infcall.c (_initialize_infcall): Ditto.
2381 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2382 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2383 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2384 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2385 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2386
2387 2004-07-28 Andrew Cagney <cagney@gnu.org>
2388
2389 * gdbtypes.c (lookup_primitive_typename): Delete function.
2390 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2391 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2392 * gdbtypes.c (lookup_typename): Ditto.
2393 * f-exp.y (yylex): Ditto.
2394 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2395
2396 * scm-lang.c (c_builtin_types): Delete extern declaration.
2397 (scm_language_defn): Replace
2398 string_char_type and primitive_type_vector with
2399 la_language_arch_info.
2400 * jv-lang.c (java_language_defn): Replace
2401 string_char_type and primitive_type_vector with
2402 la_language_arch_info.
2403 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2404 c_builtin_types in comment.
2405 * c-lang.h (struct language_arch_info): Declare opaque.
2406 (c_language_arch_info): Declare.
2407 (c_builtin_types): Delete declaration.
2408 * c-lang.c (c_language_arch_info): Set string_char_type to
2409 builtin_char, not builtin_true_char. Make global.
2410 (c_builtin_types): Delete array.
2411 (asm_language_defn, minimal_language_defn): Replace
2412 string_char_type and primitive_type_vector with
2413 la_language_arch_info.
2414
2415 2004-07-28 Andrew Cagney <cagney@gnu.org>
2416
2417 * gdbtypes.h (struct builtin_type): Rename true_char to
2418 builtin_true_char.
2419 * gdbtypes.c (gdbtypes_post_init): Update.
2420 * c-lang.c (arch_info): New function.
2421 (enum c_primitive_types): New enum.
2422 (c_language_defn): Instead of string_char_type and
2423 primitive_type_vector set la_language_arch_info.
2424
2425 2004-07-28 Andrew Cagney <cagney@gnu.org>
2426
2427 * language.h (struct language_arch_info): Fix typo
2428 s/primative/primitive/.
2429 * gdbtypes.c (lookup_primitive_typename): Ditto.
2430 * language.c (language_lookup_primitive_type_by_name)
2431 (unknown_language_arch_info): Ditto.
2432
2433 2004-07-27 Andrew Cagney <cagney@gnu.org>
2434
2435 * defs.h (enum language): Add nr_languages.
2436 * language.h (struct language_arch_info): Define.
2437 (struct language_defn): Add la_language_arch_info.
2438 (language_lookup_primative_type_by_name): Declare.
2439 (language_string_char_type): Declare.
2440 * language.c (_initialize_language, language_gdbarch_post_init)
2441 (struct language_gdbarch, language_gdbarch_data): Implement
2442 per-architecture language information.
2443 (unknown_language_arch_info, language_string_char_type)
2444 (language_lookup_primative_type_by_name): New functions.
2445 (unknown_language_defn, auto_language_defn)
2446 (local_language_defn): Set la_language_arch_info to
2447 unknown_language_arch_info.
2448 (unknown_builtin_types): Delete.
2449 * gdbtypes.c (lookup_primitive_typename): Use
2450 language_lookup_primative_type_by_name.
2451 (create_string_type): Use language_string_char_type.
2452 * values.c (value_from_string): Use language_string_char_type.
2453 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2454 * p-lang.c (pascal_language_defn): Ditto.
2455 * m2-lang.c (m2_language_defn): Ditto.
2456 * jv-lang.c (java_language_defn): Ditto.
2457 * objc-lang.c (objc_language_defn): Ditto.
2458 * f-lang.c (f_language_defn): Ditto.
2459 * c-lang.c (c_language_defn, cplus_language_defn)
2460 (asm_language_defn, minimal_language_defn): Ditto.
2461
2462 2004-07-27 Andrew Cagney <cagney@gnu.org>
2463
2464 * gdbtypes.h (struct builtin_type): Declare.
2465 (builtin_type): Declare.
2466 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2467 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2468 (gdbtypes_post_init): New function.
2469 (builtin_type): New function.
2470
2471 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2472
2473 * remote-m32r-sdi.c: Fix breakpoint bug.
2474 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2475 recv_char_data, recv_long_data): New functions to replace communication
2476 sequences.
2477
2478 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2479
2480 Document PR threads/1650.
2481 * PROBLEMS (Threads): Document problem with many threads
2482
2483 2004-07-26 Andrew Cagney <cagney@gnu.org>
2484
2485 * gdb-mi.el: Move from here ...
2486 * mi/gdb-mi.el: ... to here.
2487
2488 2004-07-26 Andrew Cagney <cagney@gnu.org>
2489
2490 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2491 * main.c (captured_main): When in batch mode always detach.
2492
2493 2004-07-26 Andrew Cagney <cagney@gnu.org>
2494
2495 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2496 and h8300 as broken.
2497 * NEWS: END-OF-LIFE frame compatibility module.
2498 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2499 specific comments.
2500
2501 2004-07-26 Andrew Cagney <cagney@gnu.org>
2502
2503 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2504 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2505 * wince.c (_initialize_wince): Update.
2506 * win32-nat.c (_initialize_win32_nat): Update.
2507 * varobj.c (_initialize_varobj): Update.
2508 * valops.c (_initialize_valops): Update.
2509 * utils.c (initialize_utils, initialize_utils): Update.
2510 * tui/tui-win.c (_initialize_tui_win): Update.
2511 * top.c (init_main): Update.
2512 * symfile.c (_initialize_symfile): Update.
2513 * source.c (_initialize_source): Update.
2514 * somsolib.c (_initialize_som_solib): Update.
2515 * solib.c (_initialize_solib): Update.
2516 * solib-frv.c (_initialize_frv_solib): Update.
2517 * serial.c (_initialize_serial): Update.
2518 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2519 * remote.c (_initialize_remote, _initialize_remote): Update.
2520 * remote-vx.c (_initialize_vx): Update.
2521 * remote-utils.c (_initialize_sr_support): Update.
2522 * remote-sds.c (_initialize_remote_sds): Update.
2523 * remote-mips.c (_initialize_remote_mips): Update.
2524 * remote-e7000.c (_initialize_remote_e7000): Update.
2525 * proc-api.c (_initialize_proc_api): Update.
2526 * printcmd.c: Update.
2527 * parse.c (_initialize_parse): Update.
2528 * pa64solib.c (_initialize_pa64_solib): Update.
2529 * p-valprint.c (_initialize_pascal_valprint): Update.
2530 * monitor.c (_initialize_remote_monitors): Update.
2531 * mips-tdep.c (_initialize_mips_tdep): Update.
2532 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2533 * maint.c (_initialize_maint_cmds): Update.
2534 * lin-lwp.c (_initialize_lin_lwp): Update.
2535 * language.c (_initialize_language): Update.
2536 * kod.c (_initialize_kod): Update.
2537 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2538 * i386-tdep.c (_initialize_i386_tdep): Update.
2539 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2540 * gdbarch.sh: Update.
2541 * gdbarch.c: Re-generate.
2542 * gdb-events.sh: Update.
2543 * gdb-events.c: Re-generate.
2544 * frame.c (_initialize_frame): Update.
2545 * exec.c: Update.
2546 * demangle.c (_initialize_demangler): Update.
2547 * dcache.c (_initialize_dcache): Update.
2548 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2549 * cp-valprint.c (_initialize_cp_valprint): Update.
2550 * corefile.c (_initialize_core): Update.
2551 * command.h: Update.
2552 * cli/cli-decode.h: Update.
2553 * cli/cli-cmds.c (init_cli_cmds): Update.
2554 * charset.c (_initialize_charset): Update.
2555 * breakpoint.c (_initialize_breakpoint): Update.
2556 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2557 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2558 * aix-thread.c (_initialize_aix_thread): Update.
2559
2560 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2561
2562 Partial fix for PR backtrace/1718.
2563 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2564 that GCC migrates into the prolugue. Don't handle any
2565 instructions that clobber %ebx.
2566
2567 2004-07-23 Andrew Cagney <cagney@gnu.org>
2568
2569 Use regcache_raw_collect instead of regcache_collect.
2570 * regcache.h (regcache_collect): Delete declaration.
2571 * regcache.c (regcache_colect): Delete function.
2572 * win32-nat.c (do_child_store_inferior_registers): Update.
2573 * sol-thread.c (sol_thread_store_registers): Update.
2574 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2575 * rs6000-nat.c (store_register): Update.
2576 * remote.c (store_register_using_P, remote_store_registers): Update.
2577 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2578 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2579 (fill_vrregset, store_spe_registers, fill_gregset)
2580 (fill_gregset): Update.
2581 * nto-procfs.c (procfs_store_registers): Update.
2582 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2583 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2584 * m68klinux-nat.c (store_register, fill_gregset): Update.
2585 * m68k-tdep.c (fill_gregset): Update.
2586 * infptrace.c (store_register): Update.
2587 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2588 * i386-linux-nat.c (store_register, fill_gregset): Update.
2589 * hppa-linux-nat.c (fill_gregset): Update.
2590 * go32-nat.c (store_register): Update.
2591 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2592 (store_fp_regs): Update.
2593 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2594 (store_nwfpe_extended, store_fpregister, store_fpregs)
2595 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2596 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2597 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2598 (store_regs_user_thread, store_regs_kernel_thread): Update.
2599
2600 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2601
2602 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2603 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2604 encoding.
2605 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2606 member of `struct comp_unit'.
2607
2608 2004-07-23 Andrew Cagney <cagney@gnu.org>
2609
2610 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2611 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2612
2613 2004-07-23 Martin Hunt <hunt@redhat.com>
2614 Kevin Buettner <kevinb@redhat.com>
2615
2616 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2617 alignment was being added to the offset instead of multiplied.
2618
2619 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2620
2621 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2622 changed signal trampoline in OpenBSD 3.5-current.
2623
2624 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2625 <machine/pcb.h> and "bsd-kvm.h".
2626 (sparc64nbsd_supply_pcb): New function.
2627 (_initialize_sparc64nbsd_nat): Renamed from
2628 _initialize_sparcnbsd_nat. Enable libkvm interface.
2629 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2630 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2631 (LOADLIBES): New variable.
2632
2633 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2634
2635 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2636
2637 2004-07-21 Andrew Cagney <cagney@gnu.org>
2638
2639 Use regcache_raw_supply instead of supply_register.
2640 * regcache.h (supply_register): Delete declaration.
2641 * regcache.c (supply_register): Delete function.
2642 * wince.c (do_child_fetch_inferior_registers): Update.
2643 * win32-nat.c (do_child_fetch_inferior_registers)
2644 (fetch_elf_core_registers): Update.
2645 * v850ice.c (v850ice_fetch_registers): Update.
2646 * thread-db.c (thread_db_store_registers): Update.
2647 * sol-thread.c (sol_thread_store_registers): Update.
2648 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2649 * rs6000-nat.c (fetch_register): Update.
2650 * rom68k-rom.c (rom68k_supply_one_register): Update.
2651 * remote.c (remote_wait, remote_async_wait): Update.
2652 * remote-st.c (get_hex_regs): Update.
2653 * remote-sim.c (gdbsim_fetch_register): Update.
2654 * remote-sds.c (sds_fetch_registers): Update.
2655 * remote-rdp.c (remote_rdp_fetch_register): Update.
2656 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2657 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2658 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2659 * remote-hms.c (init_hms_cmds): Update.
2660 * remote-est.c (init_est_cmds): Update.
2661 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2662 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2663 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2664 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2665 (fetch_register, supply_vrregset, supply_vrregset)
2666 (fetch_spe_registers): Update.
2667 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2668 * monitor.c (monitor_supply_register): Update.
2669 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2670 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2671 (mipsnbsd_supply_fpreg): Update.
2672 * mips-nat.c (fetch_inferior_registers)
2673 (fetch_core_registers): Update.
2674 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2675 (supply_fpregset, mips64_supply_gregset)
2676 (mips64_supply_fpregset): Update.
2677 * m68klinux-nat.c (fetch_register, supply_gregset)
2678 (supply_fpregset): Update.
2679 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2680 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2681 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2682 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2683 * infptrace.c (fetch_register): Update.
2684 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2685 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2686 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2687 (gnu_fetch_registers, gnu_store_registers): Update.
2688 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2689 * i386-linux-nat.c (fetch_register, supply_gregset)
2690 (dummy_sse_values): Update.
2691 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2692 * hppah-nat.c (fetch_register): Update.
2693 * hppa-linux-nat.c (fetch_register, supply_gregset)
2694 (supply_fpregset): Update.
2695 * go32-nat.c (fetch_register): Update.
2696 * dve3900-rom.c (fetch_bitmapped_register)
2697 (_initialize_r3900_rom): Update.
2698 * cris-tdep.c (supply_gregset): Update.
2699 * abug-rom.c (init_abug_cmds): Update.
2700 * core-aout.c (fetch_core_registers): Update.
2701 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2702 (fetch_register, fetch_fp_register): Update.
2703 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2704 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2705 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2706 * alphanbsd-tdep.c (fetch_core_registers): Update.
2707 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2708 * alpha-nat.c (fetch_osf_core_registers)
2709 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2710 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2711 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2712
2713 2004-07-21 Andrew Cagney <cagney@gnu.org>
2714
2715 * PROBLEMS: Mention breakpoints/1702.
2716 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2717 that is known to work.
2718
2719 2004-07-21 Andrew Cagney <cagney@gnu.org>
2720
2721 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2722 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2723 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2724 (handle_inferior_event): Wrap call to deprecated
2725 IGNORE_HELPER_CALL in #ifdef.
2726 * config/mips/tm-nbsd.h: Update.
2727
2728 2004-07-20 Jim Blandy <jimb@redhat.com>
2729
2730 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2731 bfd_mach_ppc has no segment registers.
2732
2733 Include PowerPC SPR numbers for special-purpose registers.
2734 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2735 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2736 new member in initializer.
2737 (S, S4, SN4, S64): New macros for defining special-purpose
2738 registers.
2739 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2740 registers_403, registers_403GC, registers_505, registers_860,
2741 registers_601, registers_602, registers_603, registers_604,
2742 registers_750, registers_e500): Use them.
2743
2744 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2745 replace references with expression used to initialize variable.
2746
2747 2004-07-20 Andrew Cagney <cagney@gnu.org>
2748
2749 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2750 read_memory_nobpt.
2751 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2752 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2753 (s390_sigtramp_frame_sniffer): Update.
2754 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2755 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2756 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2757 (mips32_fetch_instruction): Update.
2758 * mcore-tdep.c (get_insn): Update.
2759 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2760 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2761 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2762 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2763 (i386_linux_rt_sigtramp_start): Update.
2764 * i386-linux-nat.c (child_resume): Update.
2765 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2766 * hppa-linux-tdep.c (insns_match_pattern): Update.
2767 * gdbcore.h: Update.
2768 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2769 * frame.c (safe_frame_unwind_memory): Update.
2770 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2771 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2772 * alpha-tdep.c (alpha_read_insn): Update.
2773
2774 2004-07-20 Andrew Cagney <cagney@gnu.org>
2775
2776 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2777 containing both bytes and mask. Add "frame_type".
2778 * tramp-frame.c (tramp_frame_start): Update.
2779 (tramp_frame_prepend_unwinder): Update.
2780 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2781 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2782 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2783 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2784
2785 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2786
2787 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2788 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2789 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2790 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2791
2792 2004-07-17 Andrew Cagney <cagney@gnu.org>
2793
2794 * NEWS, PROBLEMS: Update for 6.2.
2795
2796 * README: Update to 6.2.
2797
2798 * utils.c (xvasprintf): Call xstrvprintf.
2799
2800 * parse.c: Update copyright.
2801 (null_post_parser): Eliminate ARGSUSED.
2802
2803 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2804 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2805 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2806
2807 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2808 * ppc-linux-nat.c: Use "Linux kernel".
2809 * hppa-linux-tdep.c: Use GNU/Linux.
2810 * hppa-linux-nat.c: Use GNU/Linux.
2811 * dwarfread.c: Add [sic] to use of Linux.
2812
2813 * hppa-linux-nat.c: Do not include <string.h>.
2814 (supply_fpregset): Remove "register" attribute.
2815
2816 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2817
2818 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2819
2820 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2821 * configure, config.in: Regenerated.
2822
2823 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2824 "bsd-kvm.h".
2825 (vaxbsd_supply_pcb): New function.
2826 (_initialize_vaxbsd_nat): New prototype and function.
2827 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2828 solib-sunos.o.
2829 (LOADLIBES): New variable.
2830 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2831 (LOADLIBES): New variable.
2832 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2833 (LOADLIBES): New variable.
2834 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2835
2836 2004-07-16 Andrew Cagney <cagney@gnu.org>
2837
2838 * defs.h (event_loop_p): Replace variable declaration with macro,
2839 always 1.
2840 * main.c (captured_main): Delete options "-async" and "-noasync".
2841 (event_loop_p): Delete variable.
2842 * NEWS: Mention that "-async" and "-noasync" were removed.
2843
2844 2004-07-16 Andrew Cagney <cagney@gnu.org>
2845
2846 * remote-m32r-sdi.c: Re-indent.
2847
2848 2004-07-16 Jim Blandy <jimb@redhat.com>
2849
2850 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2851 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2852 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2853 missing MPC823 SPRs.
2854 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2855 incorrect. (This was corrected in GDB's register name tables on
2856 2004-07-14.)
2857
2858 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2859 should be "esasrr" ("ESA Save and Restore Register").
2860
2861 2004-07-16 Andrew Cagney <cagney@gnu.org>
2862
2863 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2864 calls, no longer applicable. Update comments and rename parameter
2865 "step_frame" to "return_frame".
2866
2867 2004-07-16 Andrew Cagney <cagney@gnu.org>
2868
2869 * frame.c (fprint_field): New function.
2870 (fprint_frame_id): Use fprint_field.
2871
2872 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2873
2874 * ada-lang.c (ada_language_defn): Remove commented out code.
2875
2876 2004-07-15 Jim Blandy <jimb@redhat.com>
2877
2878 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2879 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2880
2881 2004-07-14 Jim Blandy <jimb@redhat.com>
2882
2883 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2884
2885 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2886
2887 * ppc-tdep.h (ppc_num_srs): New enum constant.
2888
2889 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2890 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2891 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2892 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2893 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2894 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2895 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2896 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2897 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2898 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2899 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2900 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2901 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2902 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2903 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2904 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2905 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2906 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2907 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2908 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2909 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2910 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2911 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2912 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2913 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2914 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2915 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2916 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2917 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2918 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2919 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2920 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2921 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2922 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2923 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2924 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2925 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2926 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2927 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2928 special-purpose register numbers.
2929
2930 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2931 manual mentions 'md_twb', but many mention 'm_twb', and at that
2932 point in the register list.)
2933
2934 2004-07-14 Andrew Cagney <cagney@gnu.org>
2935
2936 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2937 instead of "internal-error".
2938
2939 2004-07-10 Joel Brobecker <brobecker@gnat.com>
2940
2941 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2942 that was inserted inside a comment.
2943
2944 2004-07-10 Randolph Chung <tausq@debian.org>
2945
2946 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2947 function.
2948 (hppa_hpux_push_dummy_code): New function.
2949 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2950 Set find_global_pointer method.
2951
2952 2004-07-10 Mark Kettenis <kettenis@gnu.org>
2953
2954 * NEWS: Mention BSD libkvm interface.
2955
2956 2004-07-10 Michael Snyder <msnyder@redhat.com>
2957
2958 * symfile.c (generic_load): Comment typo.
2959 * stack.c (get_selected_block): Ditto.
2960 * regcache.c (regcache_cooked_read): Ditto.
2961 * monitor.c (monitor_debug): Ditto.
2962 * mips-tdep.c (mips_read_pc): Ditto.
2963 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2964 * gdb_mbuild.sh: Ditto.
2965 * gdbarch.sh: Ditto.
2966 * gdbarch.h: Ditto.
2967
2968 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2969
2970 * ada-tasks.c: Remove file.
2971
2972 Remove ARI problems:
2973
2974 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2975 beginning of line.
2976
2977 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2978 Add comment.
2979 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2980 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2981 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2982 (UMIN_OF_SIZE): Remove.
2983 (max_of_type): New function to replace orphan macro in gdbtypes.h
2984 (min_of_type): Ditto.
2985 (discrete_type_high_bound): Use max_of_type.
2986 (discrete_type_low_bound): Use min_of_type.
2987 (possible_user_operator_p): Move operator to beginning of line.
2988 (ada_is_variant_part): Ditto.
2989 (ensure_lval): Rewrite to avoid deprecated operations.
2990 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2991 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2992 (ada_enum_name): Remove assignments in 'if' statements.
2993 (build_ada_types): Add gdbarch parameter.
2994 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2995 with gdbarch_data_register_post_init.
2996 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2997 add_show_from_set.
2998
2999 * ada-valprint.c (inspect_it): Remove declaration.
3000 (repeat_count_threshold): Remove declaration.
3001 (ada_print_floating): Remove assignments in 'if' statements.
3002 (print_str): Move operator to beginning of line.
3003
3004 2004-07-08 Jim Blandy <jimb@redhat.com>
3005
3006 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3007
3008 2004-07-08 Bob Rossi <bob@brasko.net>
3009
3010 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3011
3012 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3013
3014 * language.h (struct_language_defn): Add new function pointer:
3015 la_class_name_from_physname. Also add new prototype for
3016 language_class_name_from_physname.
3017 * language.c (language_class_name_from_physname): New function.
3018 (unk_lang_class_name): Ditto.
3019 (unknown_language_defn, auto_language_defn): Change
3020 to add unk_lang_class_name function pointer for
3021 la_class_name_from_physname.
3022 (local_language_defn): Ditto.
3023 * dwarf2read.c (guess_structure_name): Change to call
3024 language_class_name_from_physname.
3025 (determine_class_name): Ditto.
3026 * cp-support.c (class_name_from_physname): Renamed.
3027 (cp_class_name_from_physname): New name of function.
3028 * cp-support.h: Ditto.
3029 * c-lang.c (c_language_defn): Change to add NULL
3030 for class_name_from_physname function pointer.
3031 (cplus_language_defn): Change to add cp_class_name_from_physname.
3032 * jv-lang.c (java_class_name_physname): New function.
3033 (java_find_last_component): New static routine.
3034 (java_language_defn): Add java_class_name_from_physname pointer.
3035 * ada-lang.c (ada_language_defn): Change to add NULL
3036 for class_name_from_physname function pointer.
3037 * f-lang.c (f_language_defn): Ditto.
3038 * m2-lang.c (m2_language_defn): Ditto.
3039 * objc-lang.c (objc_language_defn): Ditto.
3040 * p-lang.c (pascal_language_defn): Ditto.
3041 * scm-lang.c (scm_language_defn): Ditto.
3042
3043 2004-07-06 Andrew Cagney <cagney@gnu.org>
3044
3045 Patch from Bart Robinson.
3046 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3047 (O_LARGEFILE): Define to 0, if not defined.
3048
3049 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3050
3051 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3052 <machine/pcb.h> and "bsd-kvm.h".
3053 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3054 (m68kbsd_supply_pcb): New function.
3055 (_initialize_m68kbsd_nat): New prototype and function.
3056 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3057 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3058 (LOADLIBES): New variable.
3059 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3060 (LOADLIBES): New variable.
3061
3062 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3063
3064 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3065
3066 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3067 <sys/proc.h>.
3068 (bsd_kvm_cmdlist): New variable.
3069 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3070 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3071 command and "kvm proc" command.
3072 * Makefile.in (bsd-kvm.o): Update dependencies.
3073
3074 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3075
3076 * osabi.c: Update copyright year.
3077 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3078 notes if EI_OSABI is set to ELFOSABI_HPUX.
3079
3080 2004-07-01 Michael Snyder <msnyder@redhat.com>
3081
3082 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3083 that seems to have gotten whacked out of line.
3084
3085 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3086
3087 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3088 code.
3089
3090 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3091
3092 * ada-lang.c (decode_packed_array): Minor change to comment.
3093 (ada_value_slice_ptr): New function.
3094 (ada_value_slice): New function.
3095 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3096 test. Don't know why it is there.
3097 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3098 to avoid dereferencing huge arrays from which one is slicing.
3099 (empty_array): Correct to return an array rather than
3100 a subrange value.
3101 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3102 on empty arrays (let'em use 'FIRST instead).
3103
3104 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3105
3106 Address complaints from gdb_ari.sh:
3107
3108 * ada-exp.y: Include gdb_string.h rather than string.h.
3109 (convert_char_literal): Reformat declaration.
3110 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3111 * ada-lex.l: Change use of free to xfree (the macro would do so
3112 anyway, but this is harmless).
3113 Include gdb_string.h rather than string.h.
3114 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3115
3116 * ada-lang.c (parse): Remove K&Rism in parameter list.
3117 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3118
3119 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3120
3121 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3122 dead code.
3123
3124 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3125
3126 * alphabsd-nat.c: Update copyright year.
3127 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3128
3129 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3130
3131 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3132 (i386_cygwin_in_solib_call_trampoline): New function.
3133 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3134 and skip_trampoline_code gdbarch methods.
3135
3136 2004-06-29 Jim Blandy <jimb@redhat.com>
3137
3138 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3139 name actually used in the dependency lists.
3140
3141 2004-06-29 Randolph Chung <tausq@debian.org>
3142
3143 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3144
3145 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3146
3147 * win32-nat.c (child_pid_to_exec_file): New function.
3148 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3149 functionality.
3150
3151 2004-06-28 Andrew Cagney <cagney@gnu.org>
3152
3153 * defs.h (xstrvprintf): Declare.
3154 * utils.c (xstrvprintf): New function.
3155 (internal_vproblem, xstrprintf, xasprintf)
3156 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3157 * serial.c (serial_printf): Ditto.
3158 * complaints.c (vcomplaint): Ditto.
3159
3160 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3161
3162 * infcmd.c (attach_command): Move call to target_terminal_inferior
3163 behind loading symbol table.
3164
3165 2004-06-28 Andrew Cagney <cagney@gnu.org>
3166
3167 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3168 change - add back extern deprecated_ui_loop_hook declaration.
3169
3170 2004-06-28 Andrew Cagney <cagney@gnu.org>
3171
3172 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3173 xstrprintf.
3174 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3175 (c_value_of_variable): Ditto.
3176 * utils.c (internal_vproblem): Ditto.
3177 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3178 * remote.c (add_packet_config_cmd): Ditto.
3179 * remote-rdp.c (rdp_set_command_line): Ditto.
3180 * regcache.c (regcache_dump): Ditto.
3181 * frv-tdep.c (new_variant, new_variant): Ditto.
3182 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3183 (fbsd_find_memory_regions): Ditto.
3184 * breakpoint.c (create_thread_event_breakpoint)
3185 (create_breakpoints): Ditto.
3186 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3187 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3188
3189 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3190
3191 * ada-lang.c: Re-indent file, with some massaging to help indent
3192 a bit when the result is otherwise really too ugly.
3193
3194 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3195
3196 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3197 code_addr_p and special_addr_p to 'unsigned int'.
3198
3199 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3200
3201 * i386v4-nat.c: Update copyright year and tweak comment.
3202 (regmap): Remove trailing comma.
3203 (supply_gregset): Rename local variable i to regnum. Call
3204 regcache_raw_supply instead of supply_register.
3205 (fill_gregset): Rename argument regno to regnum. Call
3206 regcache_raw_collect instead of regcache_collect.
3207
3208 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3209
3210 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3211 and special_addr_p.
3212 (frame_id_build, frame_id_build_special): Update comments.
3213 (frame_id_build_wild): New prototype.
3214 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3215 struct frame_id fields.
3216 (frame_id_build_wild): New function.
3217 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3218
3219 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3220
3221 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3222 hppabsd-tdep.c.
3223
3224 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3225
3226 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3227
3228 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3229
3230 * ada-lang.c: Re-indent file.
3231
3232 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3233
3234 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3235 (no_symtab_msg): Likewise.
3236
3237 2004-06-27 Andreas Schwab <schwab@suse.de>
3238
3239 * source.c: Fix whitespace.
3240
3241 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3242
3243 * configure.in: Include <sys/param.h> for td_pcb test.
3244 * configure: Regenerated.
3245
3246 * i386nbsd-nat.c: New file.
3247 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3248 i386obsd-nat.c and i386obsd-tdep.c.
3249 (i386nbsd-nat.o): New dependency.
3250 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3251 bsd-kvm.o.
3252 (LOADLIBES): New variable.
3253 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3254 bsd-kvm.o.
3255 (LOADLIBES): New variable.
3256
3257 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3258 (LOADLIBES): New variable.
3259
3260 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3261 fetching from BSD_KVM_PADDR. Correctly lookup address for
3262 "_thread0".
3263
3264 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3265 "bsd-kvm.h".
3266 (amd64fbsd_supply_pcb): New funcion.
3267 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3268
3269 2004-06-27 <david@streamline-computing.com>
3270
3271 Partial fix for PR cli/1056.
3272 * valarith.c: Check for zero in division and remainder
3273 evaluation.
3274
3275 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3276
3277 * i387-tdep.c: Remove excessive whitespace.
3278
3279 2004-06-26 Andrew Cagney <cagney@gnu.org>
3280
3281 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3282 * gdb-events.h, gdb-events.c: Re-generate.
3283 * tui/tui-hooks.c (tui_install_hooks): Update.
3284 (tui_remove_hooks): Update.
3285 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3286
3287 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3288
3289 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3290 (gregset_t, fpregset_t): Remove typedefs.
3291 (REG_OFFSET): Rename argument.
3292 (amd64bsd_r_reg_offset): Rename from reg_offset.
3293 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3294 Remove functions.
3295 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3296 of reg_offset.
3297 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3298
3299 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3300
3301 * vax-tdep.c: Tweak comment.
3302
3303 Add OpenBSD/hppa support.
3304 * NEWS (New native configurations): Mention OpenBSD/hppa.
3305 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3306 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3307 files.
3308 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3309 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3310 * configure.host: Add hppa*-*-openbsd*.
3311 * configure.tgt: Add hppa*-*-openbsd*.
3312
3313 2004-06-25 Andrew Cagney <cagney@gnu.org>
3314
3315 * defs.h (deprecated_ui_loop_hook): Deprecated.
3316 * wince.c (child_wait): Update.
3317 * win32-nat.c (child_wait): Update.
3318 * v850ice.c (v850ice_wait): Update.
3319 * top.c (deprecated_ui_loop_hook): Update.
3320 * serial.h: Update.
3321 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3322 (do_unix_readchar): Update.
3323 * ser-tcp.c (net_open): Update.
3324 * remote-sim.c (gdb_os_poll_quit): Update.
3325 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3326
3327 2004-06-24 Andrew Cagney <cagney@gnu.org>
3328
3329 * defs.h (deprecated_pre_add_symbol_hook)
3330 (deprecated_post_add_symbol_hook): Deprecated.
3331 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3332 (symbol_file_add_with_addrs_or_offsets): Update references.
3333
3334 2004-06-24 Andrew Cagney <cagney@gnu.org>
3335
3336 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3337 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3338 * wince.c (ui_loop_hook): Delete extern declaration.
3339 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3340 * v850ice.c (ui_loop_hook): Delete extern declaration..
3341 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3342 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3343 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3344 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3345 ui_loop_hook declaration.
3346
3347 2004-06-24 Andrew Cagney <cagney@gnu.org>
3348
3349 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3350 entry_func_highpc fields.
3351 * objfiles.c (init_entry_point_info): Do not clear
3352 entry_func_lowpc and entry_func_highpc.
3353 (objfile_relocate): Do not relocate entry_func_lowpc and
3354 entry_func_highpc.
3355 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3356 entry_func_highpc.
3357 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3358 entry_func_highpc.
3359 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3360 entry_func_lowpc and entry_func_highpc with call to
3361 inside_entry_func.
3362
3363 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3364
3365 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3366 quad-precision floating point arguments in registers.
3367
3368 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3369
3370 From Michael Mueller <m.mueller99@kay-mueller.de>:
3371 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3372 account.
3373
3374 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3375
3376 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3377 to -1.
3378 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3379 untriggered watchpoints to a separate if clause. Update function
3380 comment regarding STOPPED_BY_WATCHPOINT argument.
3381
3382 2004-06-22 Jim Blandy <jimb@redhat.com>
3383
3384 * gdbarch.sh: Doc fix.
3385
3386 2004-06-21 Martin Hunt <hunt@redhat.com>
3387 Kevin Buettner <kevinb@redhat.com>
3388
3389 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3390 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3391 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3392 to set_gdbarch_sp_regnum(). Use cooked register number.
3393 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3394
3395 2004-06-21 Andrew Cagney <cagney@gnu.org>
3396
3397 * gdbarch.sh: When the macro field is empty, do not generate a
3398 macro definition. When the macro field is "=", generate the macro
3399 name from the upper-case function name.
3400 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3401 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3402 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3403 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3404 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3405 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3406 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3407 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3408 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3409 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3410 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3411 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3412 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3413 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3414 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3415 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3416 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3417 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3418 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3419 (DEPRECATED_USE_STRUCT_CONVENTION)
3420 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3421 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3422 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3423 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3424 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3425 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3426 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3427 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3428 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3429 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3430 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3431 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3432 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3433 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3434 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3435 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3436 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3437 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3438
3439 2004-06-21 Andrew Cagney <cagney@gnu.org>
3440
3441 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3442 macro name, and the function rather than macro value. Only wrap
3443 macro print statements in #ifdef. Move format logic to where it
3444 is needed.
3445 * gdbarch.c: Re-generate.
3446
3447 * gdbarch.sh (read): Delete "print_p" and "description", add
3448 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3449 Delete references to print_p.
3450 (TARGET_ARCHITECTURE): Delete print predicate.
3451 * gdbarch.c: Re-generate.
3452
3453 * gdbarch.sh: Check that multi-arch methods do not provide a
3454 macro.
3455 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3456 (print_registers_info, print_float_info, print_vector_info)
3457 (adjust_breakpoint_address, remote_translate_xfer_address)
3458 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3459 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3460 name from the multi-arch definition.
3461
3462 2004-06-20 Andrew Cagney <cagney@gnu.org>
3463
3464 * gdbarch.sh: Sort by the function, instead of macro name.
3465 * gdbarch.c: Re-generate.
3466
3467 2004-06-20 Andrew Cagney <cagney@gnu.org>
3468
3469 * gdbarch.sh: Use the function, instead of macro name in
3470 errors and the log file.
3471 (return_value): Remove stray ":" in spec.
3472
3473 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3474 * gdbarch.h, gdbarch.c: Re-generate.
3475 * Makefile.in (arch-utils.o): Update dependencies.
3476 * values.c (using_struct_return): Move code calling
3477 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3478 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3479 to legacy_return_value, simplify.
3480 * infcmd.c (print_return_value): Move code calling
3481 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3482 to legacy_return_value, simplify.
3483 * infcall.c (call_function_by_hand): Move code calling
3484 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3485 * arch-utils.c: Update copyright. Include "gdbcore.h".
3486 (legacy_return_value): New function.
3487 * arch-utils.h: Update copyright.
3488 (legacy_return_value): Declare.
3489
3490 2004-06-20 Andrew Cagney <cagney@gnu.org>
3491
3492 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3493 * gdbarch.h, gdbarch.c: Re-generate.
3494 * values.c (using_struct_return): Update call.
3495 * mcore-tdep.c: Update comment.
3496 * infcall.c (call_function_by_hand): Update comment.
3497 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3498 * arch-utils.h (always_use_struct_convention): Update.
3499 * v850-tdep.c (v850_gdbarch_init): Update.
3500 * sh64-tdep.c (sh64_gdbarch_init): Update.
3501 * sh-tdep.c (sh_gdbarch_init): Update.
3502 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3503 * mips-tdep.c (mips_gdbarch_init): Update.
3504 * mcore-tdep.c (mcore_gdbarch_init): Update.
3505 * m32r-tdep.c (m32r_gdbarch_init): Update.
3506 * ia64-tdep.c (ia64_gdbarch_init): Update.
3507 * h8300-tdep.c (h8300_gdbarch_init): Update.
3508 * frv-tdep.c (frv_gdbarch_init): Update.
3509 * cris-tdep.c (cris_gdbarch_init): Update.
3510 * arm-tdep.c (arm_gdbarch_init): Update.
3511 * alpha-tdep.c (alpha_gdbarch_init): Update.
3512
3513 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3514
3515 * PROBLEMS: Add more specific information, and a work-around,
3516 for PR gdb/1458.
3517
3518 2004-06-18 Andrew Cagney <cagney@gnu.org>
3519
3520 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3521 * gdbarch.h, gdbarch.c: Re-generate.
3522 * ada-lang.c (ada_finish_decode_line_1): Update.
3523 * infrun.c (handle_inferior_event): Update.
3524 * infcall.c (find_function_addr): Update.
3525 * linespec.c (minsym_found): Update.
3526 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3527 Update.
3528 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3529 * cli/cli-cmds.c (disassemble_command): Update.
3530 * vax-tdep.c (vax_gdbarch_init): Update.
3531
3532 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3533
3534 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3535
3536 2004-06-17 Andrew Cagney <cagney@gnu.org>
3537
3538 GDB 6.1.1 released from the GDB 6.1 branch.
3539 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3540 * PROBLEMS: Ditto.
3541
3542 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3543
3544 PR gdb/1658
3545 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3546 operation as a uleb128. Found by Michael Coulter.
3547
3548 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3549
3550 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3551 make it non-static.
3552 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3553 to ada-lang.h; this is needed to be able to implement the kill command
3554 in multi-task mode.
3555 (task_ptid): Ditto.
3556 (task_entry): Ditto.
3557 (task_list): Ditto.
3558 (ada_build_task_list): Ditto.
3559
3560 * ada-lang.c: Conditionalize routines and data structures related
3561 to breakpoints, exceptions, completion, and symbol caching on
3562 GNAT_GDB, since these are not yet used in the submitted public sources.
3563 (ada_main_name): Editorial: Move definition out of exception-related
3564 code.
3565
3566 2004-06-15 Andrew Cagney <cagney@gnu.org>
3567
3568 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3569 deprecated_pc_in_call_dummy.
3570
3571 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3572
3573 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3574 bfd_get_section_size_before_reloc or _raw_size.
3575 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3576 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3577 (dwarf2_read_section): Likewise.
3578 * elfread.c (elf_locate_sections): Likewise.
3579 * gcore.c (derive_heap_segment): Likewise.
3580 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3581 * remote-e7000.c (e7000_load): Likewise.
3582 * remote-m32r-sdi.c (m32r_load): Likewise.
3583 * remote-mips.c (mips_load_srec): Likewise.
3584 (pmon_load_fast): Likewise.
3585 * remote.c (compare_sections_command): Likewise.
3586 * symfile.c (add_section_size_callback): Likewise.
3587 (load_section_callback): Likewise.
3588 (pc_in_unmapped_range): Likewise.
3589 (pc_in_mapped_range): Likewise.
3590 (sections_overlap): Likewise.
3591 (list_overlays_command): Likewise.
3592 (simple_overlay_update_1): Likewise.
3593 (simple_overlay_update): Likewise.
3594 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3595 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3596
3597 2004-06-14 Randolph Chung <tausq@debian.org>
3598
3599 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3600 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3601 static.
3602 (hppa_hpux_inferior_created): New function.
3603 (hppa_hpux_init_abi): Register observer.
3604 * symfile.c (hp_cxx_exception_support_initialized)
3605 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3606 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3607
3608 2004-06-14 Randolph Chung <tausq@debian.org>
3609
3610 * MAINTAINERS (Write After Approval): Alphabetize my entry
3611 correctly.
3612
3613 2004-06-14 Andrew Cagney <cagney@gnu.org>
3614
3615 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3616 testsuite maintainer.
3617
3618 2004-06-13 Andrew Cagney <cagney@gnu.org>
3619
3620 * infcmd.c (print_return_value): Fix logic, allow
3621 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3622
3623 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3624 defining any macros.
3625 * gdbarch.h: Re-generate.
3626
3627 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3628 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3629 * gdbarch.h: Re-generate.
3630
3631 * values.c (generic_use_struct_convention): Don't check gcc_p.
3632
3633 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3634 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3635 * gdbarch.h, gdbarch.c: Regenerate.
3636 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3637 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3638 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3639 deprecated_max_register_raw_size and
3640 deprecated_max_register_virtual_size.
3641 * v850-tdep.c (v850_gdbarch_init): Ditto.
3642 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3643 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3644 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3645 * cris-tdep.c (cris_gdbarch_init): Ditto.
3646
3647 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3648 * gdbarch.h, gdbarch.c: Re-generate.
3649 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3650 (m68hc11_use_struct_convention): Delete function.
3651 (m68hc11_extract_struct_value_address): Delete function.
3652 (m68hc11_return_value): New function.
3653 (m68hc11_gdbarch_init): Instead of store_return_value,
3654 extract_return_value, return_value_on_stack,
3655 deprecated_extract_struct_value_address and use_struct_convention,
3656 set return_value.
3657 * values.c (using_struct_return): Do not call
3658 RETURN_VALUE_ON_STACK.
3659 * arch-utils.h (generic_return_value_on_stack_not): Delete
3660 declaration.
3661 * arch-utils.c (generic_return_value_on_stack_not): Delete
3662 function.
3663
3664 2004-06-12 Andrew Cagney <cagney@gnu.org>
3665
3666 * values.c (register_value_being_returned): Delete function.
3667 * infcmd.c (legacy_return_value): Delete function.
3668 * infcall.c (call_function_by_hand): Inline
3669 "register_value_being_returned", simplify.
3670 * values.c (using_struct_return): Update comment, refer to
3671 print_return_value instead of register_value_being_returned.
3672 * infcmd.c (print_return_value): Inline calls to
3673 register_value_being_returned and legacy_return_value. Simplify.
3674
3675 2004-06-11 Randolph Chung <tausq@debian.org>
3676
3677 * somread.c (som_symtab_read): Exclude gcc local symbols.
3678
3679 2004-06-11 Randolph Chung <tausq@debian.org>
3680
3681 * infrun.c (handle_inferior_event): Handle the case when a
3682 trampoline ends up in the runtime resolver, and if the trampoline
3683 has no name. Rearrange the code so that all the trampoline
3684 processing happens before other step-out-of-range handling.
3685
3686 2004-06-11 Martin Hunt <hunt@redhat.com>
3687
3688 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3689 has no fpu.
3690
3691 2004-06-10 Andrew Cagney <cagney@gnu.org>
3692
3693 * blockframe.c (legacy_inside_entry_func): Delete.
3694 (legacy_frame_chain_valid): Inline call to
3695 legacy_inside_entry_func, simplify.
3696
3697 2004-06-10 Bob Rossi <bob@brasko.net>
3698
3699 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3700 * dwarf2read.c (partial_die_info): Add dirname field.
3701 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3702 (read_partial_die): Save away DW_AT_comp_dir.
3703 * defs.h (symtab_to_filename): Removed.
3704 * source.c (find_and_open_source): Added.
3705 (open_source_file): Just calls find_and_open_source.
3706 (symtab_to_filename): Removed.
3707 (symtab_to_fullname, psymtab_to_fullname): Added.
3708 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3709 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3710 symtab_to_filename.
3711 * symtab.h (partial_symtab): Add dirname field.
3712 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3713 (mi_cmd_file_list_exec_source_file): Call new function
3714 symtab_to_fullname to find fullname.
3715 (mi_cmd_file_list_exec_source_files): Added.
3716 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3717 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3718
3719 2004-06-10 Andrew Cagney <cagney@gnu.org>
3720
3721 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3722 to generic_use_struct_convention, the default value.
3723
3724 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3725 of abort.
3726
3727 * ns32k-tdep.c (ns32k_push_arguments): New function.
3728 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3729 * infcall.c (call_function_by_hand): Call error instead of
3730 legacy_push_arguments.
3731 * value.h (legacy_push_arguments): Delete declaration.
3732 * valops.c (legacy_push_arguments): Delete function.
3733 (value_push): Delete function.
3734
3735 2004-06-10 Brian Ford <ford@vss.fsi.com>
3736
3737 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3738 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3739 info.
3740 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3741
3742 2004-06-10 Andrew Cagney <cagney@gnu.org>
3743
3744 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3745 * gdbarch.h, gdbarch.c: Re-generate.
3746 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3747 parameters.
3748 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3749 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3750 deprecated_pc_in_call_dummy instead of
3751 DEPRECATED_PC_IN_CALL_DUMMY.
3752 (arm_skip_prologue): Ditto.
3753 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3754 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3755 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3756 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3757 Ditto.
3758 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3759 (sh64_init_extra_frame_info, sh64_get_saved_register)
3760 (sh64_pop_frame): Ditto.
3761 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3762 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3763 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3764 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3765 (h8300_pop_frame): Ditto.
3766 * blockframe.c (legacy_inside_entry_func)
3767 (legacy_frame_chain_valid): Ditto.
3768 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3769 to deprecated_pc_in_call_dummy.
3770
3771 2004-06-09 Andrew Cagney <cagney@gnu.org>
3772
3773 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3774 provide a default value.
3775 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3776 * gdbarch.h, gdbarch.c: Re-generate.
3777 * arch-utils.c (generic_convert_register_p): Rename
3778 legacy_convert_register_p
3779 (legacy_register_to_value, legacy_value_to_register): Delete
3780 functions.
3781 * arch-utils.h (generic_convert_register_p): Rename
3782 legacy_convert_register_p.
3783 (legacy_register_to_value, legacy_value_to_register): Delete
3784 declarations.
3785
3786 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3787 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3788 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3789 * gdbarch.h, gdbarch.c: Re-generate.
3790 * infcmd.c (default_print_registers_info): Simplify.
3791 * findvar.c (value_of_register): Simplify.
3792 * mi/mi-main.c (get_register): Simplify.
3793 * arch-utils.c (legacy_convert_register_p): Always return 0.
3794 (legacy_register_to_value, legacy_value_to_register): Always call
3795 internal_error.
3796
3797 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3798 #ifdef CLEAR_INSN_CACHE code.
3799 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3800 Delete #ifdef CLEAR_DEFERRED_STORES code.
3801
3802 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3803
3804 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3805 copyright.
3806 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3807
3808 * config/mips/mipsv4.mh: Delete file.
3809
3810 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3811 unreferenced macro.
3812 (hpread_adjust_stack_address): Delete declaration.
3813
3814 2004-06-08 Andrew Cagney <cagney@gnu.org>
3815
3816 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3817 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3818 PTRACE_ATTACH / PTRACE_DETACH available call error.
3819 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3820 * infttrace.c (update_thread_state_after_attach, attach, detach):
3821 Remove #ifdef wrappers.
3822 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3823 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3824 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3825 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3826 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3827 * config/nm-linux.h (ATTACH_DETACH): Delete.
3828 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3829 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3830 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3831 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3832 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3833
3834 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3835
3836 * configure.in: Set $configdir to the right OS specific value.
3837 Use value when setting $tcldir and $tkdir.
3838 * configure: Regenerate.
3839
3840 2004-06-06 Paul Brook <paul@codesourcery.com>
3841
3842 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3843 records.
3844
3845 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3846
3847 * ada-lang.c (lookup_symbol_in_language): New function to allow
3848 re-use of another language's symbol lookup code. (Placed here
3849 temporarily while Ada support is being integrated into the public
3850 tree).
3851 (restore_language): New auxiliary function for
3852 lookup_symbol_in_language.
3853 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3854 temporarily while Ada support is being integrated into the public
3855 tree).
3856
3857 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3858
3859 * Makefile.in (check//%): New.
3860
3861 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3862 (mn10300_store_return_value): Rewrite.
3863 (mn10300_type_align): New.
3864 (mn10300_use_struct_convention): Rewrite.
3865 (mn10300_return_value): New, using all of the above.
3866 (mn10300_pop_frame_regular): Add saved_regs_size.
3867 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3868
3869 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3870 regs if PC is on movm.
3871
3872 2004-06-07 Jim Blandy <jimb@redhat.com>
3873
3874 Add native Linux support for the PowerPC E500.
3875 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3876 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3877 all architectures except the E500.
3878 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3879 #definitions.
3880 (struct gdb_evrregset_t): New type.
3881 (have_ptrace_getsetevrregs): New variable.
3882 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3883 fetch_spe_registers): New functions.
3884 (fetch_register): Call fetch_spe_register as appropriate.
3885 Assert that we're only passed raw register numbers.
3886 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3887 Don't fetch gprs if they're pseudoregisters.
3888 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3889 store_spe_registers): New functions.
3890 (store_register): Call store_spe_register as appropriate.
3891 Assert that we're only passed raw register numbers.
3892 (store_ppc_registers): Call store_spe_registers as appropriate.
3893 Don't store gprs if they're pseudoregisters.
3894
3895 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3896
3897 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3898 struct if one exists, even if we are dealing with a zombie thread.
3899
3900 2004-06-07 Andrew Cagney <cagney@gnu.org>
3901
3902 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3903 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3904 Rename PC_REQUIRES_RUN_BEFORE_USE.
3905 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3906 #ifdef.
3907
3908 2004-06-07 Randolph Chung <tausq@debian.org>
3909
3910 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3911 unwinding after sp has been saved to the stack but before the end
3912 of the prologue, and after the fp has been modified but before it has
3913 been saved to the stack.
3914 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3915 Remove superfluous definitions.
3916 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3917
3918 2004-06-07 Guy Martin <gmsoft@gentoo.org>
3919
3920 Committed by Randolph Chung.
3921 * hppa-linux-nat.c: Include the correct version of the header file
3922 depending on the kernel version.
3923
3924 2004-06-06 Randolph Chung <tausq@debian.org>
3925
3926 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3927 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3928
3929 2004-06-06 Randolph Chung <tausq@debian.org>
3930
3931 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3932 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3933 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3934 * hppa-tdep.c (hppa_symbol_address): New function definition.
3935 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3936
3937 2004-06-06 Randolph Chung <tausq@debian.org>
3938
3939 * hppa-tdep.h (struct value): Forward declaration.
3940 (gdbarch_tdep): Define tdep find_global_pointer method.
3941 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3942 associated with the function we are trying to call, and write it
3943 to the gp register.
3944 (hppa32_convert_from_funct_ptr_addr): New function.
3945 (hppa_find_global_pointer): New function.
3946 (hppa_gdbarch_init): Set default find_global_pointer method; set
3947 convert_from_func_ptr_addr method.
3948 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3949 (hppa_linux_init_abi): Set find_global_pointer method.
3950 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3951
3952 2004-06-06 Randolph Chung <tausq@debian.org>
3953
3954 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3955 to struct value *function.
3956 * gdbarch.c: Regenerate.
3957 * gdbarch.h: Likewise.
3958 * infcall.c (call_function_by_hand): Pass entire function value
3959 to push_dummy_call.
3960
3961 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3962 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3963 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3964 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3965 * arm-tdep.c (arm_push_dummy_call): Likewise.
3966 * avr-tdep.c (avr_push_dummy_call): Likewise.
3967 * cris-tdep.c (cris_push_dummy_call): Likewise.
3968 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3969 * frv-tdep.c (frv_push_dummy_call): Likewise.
3970 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3971 * hppa-tdep.c (hppa32_push_dummy_call)
3972 (hppa64_push_dummy_call): Likewise.
3973 * i386-tdep.c (i386_push_dummy_call): Likewise.
3974 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3975 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3976 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3977 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3978 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3979 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3980 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3981 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3982 (ppc64_sysv_abi_push_dummy_call): Likewise.
3983 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3984 (ppc64_sysv_abi_push_dummy_call): Likewise.
3985 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3986 * s390-tdep.c (s390_push_dummy_call): Likewise.
3987 * sh-tdep.c (sh_push_dummy_call_fpu)
3988 (sh_push_dummy_call_nofpu): Likewise.
3989 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3990 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3991 * vax-tdep.c (vax_push_dummy_call): Likewise.
3992
3993 2004-06-04 Jim Blandy <jimb@redhat.com>
3994
3995 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3996 gdbarch argument to register_size.
3997
3998 * rs6000-tdep.c (rs6000_store_return_value): Use
3999 regcache_cooked_write_part instead of
4000 deprecated_write_register_bytes.
4001 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4002 not gdbarch_deprecated_store_return_value.
4003
4004 * ppc-linux-nat.c (store_register, fetch_register): Remove
4005 incorrect assertions. Simplify and generalize handling of
4006 transfers whose sizes are not multiples of, or less than, sizeof
4007 (PTRACE_XFER_TYPE).
4008
4009 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4010
4011 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4012 as a new thread event.
4013 * thread-db.c (thread_get_info_callback): If the thread is a
4014 zombie, return TD_THR_ZOMBIE.
4015 (thread_from_lwp): If thread_get_info_callback returns
4016 TD_THR_ZOMBIE, check if the thread is still on the thread list
4017 and return a -1 ptid if not found.
4018 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4019 change the status to TARGET_WAITKIND_SPURIOUS.
4020
4021 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4022
4023 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4024 double values in little endian mode.
4025
4026 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4027
4028 Committed by Andrew Cagney.
4029 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4030 after last enum constant to avoid error from IBM C
4031 compiler.
4032
4033 2004-06-02 Jim Blandy <jimb@redhat.com>
4034
4035 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4036 to 'message', and make it local to the lone block that uses it.
4037
4038 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4039
4040 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4041
4042 * ada-exp.y: Update copyright notice.
4043 Include block.h.
4044
4045 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4046 SPECIAL_VARIABLE and unify the treatment of these cases.
4047
4048 (write_attribute_call0): Remove.
4049 (write_attribute_call1): Remove.
4050 (write_attribute_calln): Remove.
4051 (save_qualifier): Add missing semicolon.
4052
4053 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4054 temporarily disabled to allow compilation with FSF head version.
4055
4056 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4057 use individual operators (OP_*) for all attributes.
4058 (exp syntax): Use write_int.
4059 Handle STRING literals with OP_STRING.
4060 (variable syntax): Add limit parameter to calls to
4061 write_object_renaming.
4062
4063 (temp_parse_space): New definition to hold entities that need
4064 only live until the next call to ada_parse.
4065 (string_to_operator): Rename fields of ada_opname_table entries.
4066
4067 (write_var_from_sym): Record block.
4068 (write_var_from_name): Minor reformatting.
4069 Make sure saved name is properly encoded in the case of multiple
4070 matches, and set its language to Ada.
4071 Update comment.
4072 Modify to indicate unresolved name as symbol in the UNRESOLVED
4073 namespace, allocated in temp_parse_space.
4074 (write_int): New function.
4075
4076 (write_object_renaming): Add max_depth parameter to limit
4077 chains of object renamings.
4078 Handle case where root of renaming expression is itself a renaming.
4079 Use temp_parse_space for temporary name buffer.
4080 Handle renamings to dereferenced pointers (___XEXA suffices).
4081
4082 (ada_parse, yyerror, string_to_operator,
4083 write_var_from_sym, write_var_from_name, write_attribute_call0,
4084 write_attribute_call1, write_attribute_calln,
4085 write_object_renaming): Protoize.
4086
4087 (_initialize_ada_exp): New function.
4088
4089 * ada-lang.c: Update copyright notice.
4090 General terminology change to conform to GNAT compiler usage:
4091 mangle => encode, demangle => decode
4092 Include gdb_obstack.h.
4093 Include gdb_regex.h
4094 Include frame.h
4095 Include hashtab.h
4096 Include completer.h
4097 Include gdb_stat.h
4098 Include block.h
4099 Include infcall.h
4100
4101 (ADA_RETAIN_DOTS): Make sure this is defined.
4102 (TRUNCATION_TOWARDS_ZERO): Define.
4103 (struct string_vector): Define.
4104 (unresolved_names): Remove definition.
4105 (xnew_string_vector): New function.
4106 (string_vector_append): New function.
4107 (extract_string): Make static.
4108 (ada_unqualified_name): New function.
4109 (add_angle_brackets): New function.
4110 (function_name_from_pc): New function.
4111 (place_on_stack): Rename to ensure_lval.
4112
4113 (ensure_lval): Renamed from place_on_stack.
4114 Make identity on lvals.
4115 Update comment.
4116 (is_nonfunction): New interface.
4117 Only symbols in LOC_CONST class can be enumerals.
4118 (fill_in_ada_prototype): Remove; now independent of language.
4119 (add_defn_to_vec): Add obstack and symtab arguments.
4120 Use obstack to hold collected definitions.
4121 (num_defns_collected): New function.
4122 (defns_collected): New function.
4123 (ada_resolve_subexp): Rename to resolve_subexp.
4124 (resolve_subexp): Renamed from ada_resolve_subexp.
4125 (ada_op_name): Return non-const result.
4126 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4127 other purposes.
4128
4129 (to_fixed_array_type): Add declaration.
4130 (coerce_unspec_val_to_type): Remove offset parameter.
4131 (find_sal_from_funcs_and_line): New interface.
4132 (find_line_in_linetable): Ditto.
4133
4134 (all_sals_for_line): Rename to ada_sals_for_line and make
4135 global.
4136 Add new parameter. When set, do not ask the user to choose the
4137 instance, but use the first one found instead.
4138 Use given line number in returned sals.
4139 Fix comment.
4140 Skip the prologue if funfirstline is set.
4141 Correct for memory leak when 0 lines found.
4142
4143 (value_pos_atr): Use pos_atr.
4144 (pos_atr): New function.
4145 (standard_lookup): Add block parameter.
4146
4147 (makeTimeStart): Remove declaration and uses.
4148 (makeTimeStop): Remove declaration and uses.
4149
4150 (ada_completer_word_break_characters): Allow for VMS.
4151 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4152 (raise_sym_name): New constant.
4153 (raise_unhandled_sym_name): New constant.
4154 (raise_assert_sym_name): New constant.
4155 (process_raise_exception_name): New constant.
4156 (longest_exception_template): New constant.
4157 (warning_limit): New variable to limit warnings during expression
4158 evaluation.
4159 (warnings_issued): New variable to keep track of warnings issued.
4160 (known_runtime_file_name_patterns): New constant.
4161 (known_auxiliary_function_name_patterns): New constant.
4162 (symbol_list_obstack): New variable.
4163
4164 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4165 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4166 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4167 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4168 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4169 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4170 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4171 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4172 and strcmp.
4173
4174 (ada_get_field_index): New function.
4175 (lim_warning): New function.
4176 (ada_translate_error_message): New function.
4177 (MAX_OF_SIZE): New function.
4178 (MIN_OF_SIZE): New function.
4179 (UMAX_OF_SIZE): New function.
4180 (UMIN_OF_SIZE): New function.
4181 (discrete_type_high_bound): New function.
4182 (discrete_type_low_bound): New function.
4183 (base_type): New function.
4184 (do_command): Remove.
4185
4186 (ada_update_initial_language): Use language_ada, not language_unknown.
4187 (ada_encode): Renamed from ada_mangle.
4188 Obey ADA_RETAIN_DOTS.
4189 (ada_decode): Renamed from ada_demangle.
4190 Update coding conventions.
4191 (decoded_names_store): New hash table.
4192 (ada_decode_symbol): New function.
4193 (ada_la_decode): New function.
4194
4195 (modify_general_field): Correct computations of offset and bit
4196 position.
4197 (desc_base_type): Handle ref types, too.
4198 (ada_is_direct_array_type): New function.
4199
4200 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4201 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4202 (ada_is_bogus_array_descriptor,ada_type_of_array,
4203 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4204 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4205 ada_is_array_descriptor_type.
4206
4207 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4208 (ada_is_packed_array_type): Handle pointers or
4209 references to packed arrays as well.
4210 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4211 (decode_packed_array_type): Search for the packed array type
4212 symbol in the currently selected block and associated
4213 superblocks too.
4214 Use lookup_symbol again.
4215
4216 (decode_packed_array): Handle pointers and references.
4217 Update call to coerce_unspec_val_to_type.
4218 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4219 (ada_value_primitive_packed_val): Improve comment.
4220
4221 (ada_index_type): Substitute int type for "undefined".
4222 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4223 ada_array_langth, ada_is_string_type): Use renamed
4224 ada_is_simple_array_type.
4225 (empty_array): New function.
4226
4227 (ada_resolve): Rename to resolve.
4228 (resolve): Make static.
4229 Call renamed resolve_subexp.
4230 Update comment.
4231 (ada_resolve_subexp): Rename to resolve_subexp.
4232 (resolve_subexp): Update comment.
4233 Decomment disabled code.
4234 Add LOC_COMPUTED* cases.
4235 Modify to use temporary struct symbols (marked as being in
4236 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4237 OP_UNRESOLVED_VALUE.
4238 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4239 Add OP_STRING case.
4240 Remove OP_ARRAY.
4241 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4242 Use new ada_lookup_symbol_list interface.
4243 Use new ada_resolve_function interface.
4244 Remove OP_TYPE case.
4245
4246 (ada_args_match): Idiot proof against null actuals.
4247 Use intermediate variables to clarify.
4248 (ada_resolve_function): Update comment and interface.
4249 (mangled_ordered_before): Rename to encoded_ordered_before and
4250 update comment.
4251 (sort_choices): Update comment and interface.
4252 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4253 (user_select_syms): New interface.
4254 Use new sort_choices interface.
4255 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4256 (possible_user_operator_p): Idiot-proof against null values.
4257 (ada_simple_renamed_entity): Don't make cleanup; rely on
4258 caller to free result string.
4259 Remove const from return type.
4260 (make_array_descriptor): Rename uses of place_on_stack to
4261 ensure_lval.
4262 Make sure that arrays are on stack.
4263
4264 (HASH_SIZE): Define.
4265 (struct cache_entry): Define.
4266 (cache_space): Define.
4267 (cache): Define.
4268 (clear_ada_sym_cache): New function.
4269 (find_entry): New function.
4270 (lookup_cached_symbol): New function.
4271 (defn_vector_size): Define.
4272 (cache_symbol): New function.
4273 (defn_symbols): Remove.
4274
4275 (standard_lookup): Use lookup_symbol_in_language to get effect of
4276 C lookup.
4277 Cache results.
4278
4279 (symbol_completion_match): New function.
4280 (symbol_completion_add): New function.
4281 (ada_make_symbol_completion_list): New function.
4282
4283 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4284 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4285 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4286 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4287
4288 (ada_lookup_simple_minsym): New function.
4289 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4290
4291 (add_symbols_from_enclosing_procs): New interface.
4292 Conditionalize more helpfully.
4293 Don't bother if program isn't running.
4294 Use new interface to get_frame_block.
4295 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4296
4297 (remove_extra_symbols): New interface.
4298 (xget_renaming_scope): New function.
4299 (is_package_name): New function.
4300 (renaming_is_visible): New function.
4301 (remove_out_of_scope_renamings): New function.
4302
4303 (ada_lookup_symbol_list): New interface.
4304 Properly reinitialize the symbol list obstack.
4305 Don't call add_symbols_from_enclosing_procs if we start from a
4306 static or global block.
4307 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4308 add_symbols_from_enclosing_procs.
4309 Add symtab data to cached entries.
4310 Handle symbols prefixed with
4311 "standard__" specially; strip prefix and don't look in local symbols.
4312 Do not include out of scope renaming symbols in list of
4313 symbols returned.
4314 Add const to block parameter.
4315 Move check for non-local, non-global symbols earlier.
4316 Remove timing stuff.
4317 (ada_lookup_symbol): New interface.
4318 Find symtab as well.
4319 (ada_lookup_symbol_nonlocal): New function.
4320
4321 (is_name_suffix): Enhance suffix detection to recognize
4322 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4323 (is_dot_digits_suffix): New function.
4324 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4325
4326 (ada_add_block_symbols): New interface. Use obstack to return results
4327 in a vector of struct ada_symbol_infos. Add symtab argument.
4328 Use new interface to add_defn_to_vec.
4329 Remove calls to fill_in_ada_prototype.
4330 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4331
4332 (ada_finish_decode_line_1): Add const qualification to local to fix
4333 warning.
4334 Start looking in static block for functions to avoid attempts
4335 to search frame chain for up-level variables.
4336 Adapt to new ada_sals_for_line interface.
4337 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4338 Handle quoting of the function name inside the spec string.
4339 Skip prologue when funfirstline is set and update the
4340 function documentation to that effect.
4341
4342 (debug_print_lines, debug_print_block, debug_print_blocks,
4343 debug_print_symtab): Remove.
4344
4345 (ada_main_name): New function.
4346 (ada_exception_breakpoint_type): New function.
4347 (is_known_support_routine): New function.
4348 (ada_find_printable_frame): Renamed from find_printable_frame and made
4349 global.
4350 Remove level parameter.
4351 Use new interface to select_frame.
4352
4353 (begin_command): Remove.
4354 (ada_adjust_exception_stop): New function.
4355 (ada_print_exception_stop): New function.
4356 (exception_name_from_cond): New function.
4357 (ada_report_exception_break): Replace disabled code with
4358 conditionalization on GNAT_GDB.
4359 Get the exception name from the condition string.
4360 Remove and move functionality into new functions
4361 ada_print_exception_breakpoint_task and
4362 ada_print_exception_breakpoint_nontask.
4363 (error_breakpoint_runtime_sym_not_found): New function.
4364 (is_runtime_sym_defined): New function.
4365 (ada_breakpoint_rewrite): Uncomment suppressed code.
4366 Use symbolic error-message and runtime-symbol names.
4367 Surround runtime symbol names in quotes.
4368 Allow non-specific breakpoints on exceptions and assertions before
4369 program starts.
4370
4371 (ada_is_tagged_type): Add parameter.
4372 (ada_is_tag_type): New function.
4373 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4374 (ada_variant_discrim_type): Ditto.
4375 (value_tag_from_contents_and_address): New function.
4376 (type_from_tag): New function.
4377 (struct tag_args): New structure used to communicate with
4378 ada_tag_name_1.
4379 (ada_tag_name_1): New function.
4380 (ada_tag_name): New function.
4381
4382 (ada_scan_number): Update comment.
4383 (find_struct_field): New function.
4384 (ada_search_struct_field): Make static.
4385 (ada_value_struct_elt): New version that returns references when
4386 given pointers or references to structs.
4387 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4388 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4389 interface.
4390 (ada_value_ind): Use new ada_to_fixed_value interface.
4391 (ada_coerce_ref): Ditto.
4392 (field_offset): Remove.
4393
4394 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4395 (ada_find_renaming_symbol): New function.
4396 (ada_prefer_type): Prefer named types over unnamed ones.
4397 (variant_field_index): New function.
4398 (contains_variant_part): Removed: subsumed by variant_field_index.
4399 (ada_template_to_fixed_record_type): New function, mostly from
4400 template_to_fixed_record_type.
4401 (template_to_fixed_record_type):
4402 Do not scan the type fields beyond the last one; prevents a
4403 potential SEGV.
4404 Handle case where variant field is listed BEFORE discriminant it
4405 depends on.
4406 Fix calculation of record length when bit length is
4407 not evenly divisible by char length.
4408 Move code to ada_template_to_fixed_record_type and call it.
4409
4410 (template_to_static_fixed_type): Revise comment.
4411 Modify to work on ordinary record types as well as templates,
4412 so as to handle fields that use ___XVE or ___XVU encodings.
4413 (to_record_with_fixed_variant_part): Fill out comment.
4414 Initialize C++ stuff in right type.
4415 Allow case where DVAL is null.
4416 Handle case where variant field is not last.
4417 Fix typo concerning record length.
4418 (to_fixed_record_type): Decomment disabled code.
4419 (to_fixed_record_type): Use variant_field_index instead of
4420 contains_variant_part.
4421 (to_fixed_variant_branch_type): Ditto.
4422 (to_fixed_array_type): Decomment disabled code.
4423 (ada_to_fixed_type): Convert tagged types to the specific type.
4424 Deactivate the size-check for array types in order to avoid
4425 some false size alarms.
4426 (to_static_fixed_type): Decomment disabled code.
4427 Modify to call template_to_static_fixed_type
4428 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4429 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4430 Remove valaddr argument, as it is never really used.
4431 (ada_to_fixed_value): Change interface to act on single struct value*
4432 operand.
4433 (adjust_pc_past_prologue): New function.
4434 (ada_attribute_name): Modify to take enum exp_opcode argument.
4435
4436 (ada_enum_name): Recognize new homonym-distinguishing convention.
4437 Adjust local variable's type to remove compiler warning.
4438 Fix a small problem in the part that unqualifies the enumeration name.
4439 (ada_value_binop): New function.
4440 (ada_value_equal): New function.
4441
4442 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4443 Don't give error message when not doing normal evaluation
4444 and a tagged type doesn't seem to contain a structure member.
4445 Give error message for packed arrays.
4446 For indexing arrays, handle pointers to packed arrays correctly.
4447 Handle case of 'first and 'last attributes of bare integral type
4448 without encoded subtype info.
4449 Remove some unnecessary casts.
4450 Fix uninitialized value of type in computing 'first, 'last, or 'length
4451 of array object.
4452 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4453 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4454 calls.
4455 Attributes are now exp_opcode values.
4456 Correct treatment of 'modulus.
4457 Better error message for taking 'length of wrong kind of type;
4458 improve comment.
4459 Change EVAL_NORMAL to noside for consistency.
4460 Use ada_value_binop for DIV, MOD, REM.
4461 Make special case out of array of length 0, since an argument
4462 of 0 upsets some platforms' malloc.
4463 Use OP_STRING instead of OP_ARRAY.
4464 For slice, add check that we have an array type before extracting
4465 a slice out of it. Avoids a SEGV.
4466 When evaluating an array slice, if the array type is a reference to
4467 an aligner type, then replace the aligner type by the actual type.
4468 Decomment disabled code.
4469 Remove some dead code.
4470 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4471 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4472 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4473 and UNOP_MBR to UNOP_IN_RANGE.
4474 If an array type has a parallel ___XVE type, then use it.
4475 Turn arrays into pointers for lvalue arrays.
4476 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4477 bounds error and handle 0-length slices.
4478 Use lim_warning.
4479 When selecting fields, apply ada_to_fixed_value (because the fields
4480 might have ___XVU or ___XVE encodings even if not dynamic.)
4481 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4482 (ada_is_system_address_type): New function.
4483
4484 (get_var_value): Use new interface to ada_lookup_symbol_list.
4485 (get_int_var_value): New interface.
4486 (to_fixed_range_type): Allow unknown bound, with warning.
4487 (ada_is_modular_type): Decomment disabled code.
4488 (ADA_OPERATORS): New definition.
4489 (ada_operator_length): New function.
4490 (ada_expr_op_name): New function.
4491 (ada_forward_operator_length): New function.
4492 (ada_dump_subexp_body): New function.
4493 (ada_print_subexp): New function.
4494 (ada_exp_descriptor): New constant.
4495 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4496 (ada_language_defn): Add ada_exp_descriptor entry.
4497 Change ada_parse => parse.
4498 Add post-parser entry.
4499 Use ada-specific non-local symbol lookup.
4500 Don't use C-style arrays.
4501 String lower-bound is 1.
4502 Decomment disabled code.
4503 (parse): New function.
4504 New fields ada_translate_error_message, ada_lookup_symbol,
4505 ada_lookup_minimal_symbol.
4506
4507 * ada-lang.h: Update copyright dates.
4508 Replace the mangle/demangle terminology throughout by the
4509 more appropriate encode/decode one.
4510 Include breakpoint.h.
4511 Forward declare struct partial_symbol, struct block.
4512 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4513 (EXTRACT_ADDRESS): Remove.
4514 (EXTRACT_INT): Remove.
4515 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4516 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4517 (MAX_RENAMING_CHAIN_LENGTH): Define.
4518 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4519
4520 (enum task_states): Remove.
4521 ada_task_states: Remove.
4522 (fat_string): Remove.
4523 (struct entry_call): Remove.
4524 (struct task_fields): Remove.
4525 (struct task_entry): Remove.
4526
4527 (struct ada_symbol_info): Define.
4528 (enum ada_attribute): Remove.
4529 (enum ada_operator): Define.
4530
4531 (ada_get_field_index): Declare.
4532 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4533 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4534 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4535 (ada_lookup_symbol_list): New interface.
4536 (ada_decode_symbol): Declare.
4537 (ada_decode): Declare.
4538 (ada_lookup_symbol): New interface.
4539 (ada_update_initial_language): Declare.
4540 (ada_lookup_simple_minsym): Declare.
4541 (user_select_syms): New interface.
4542 (ada_sals_for_line): Declare.
4543 (ada_is_tagged_type): New interface.
4544 (ada_tag_name): Declare.
4545 (ada_lookup_struct_elt_type): Remove declaration.
4546 (ada_search_struct_field): Remove declaration.
4547 (ada_attribute_name): New interface.
4548 (ada_is_system_address_type): Declare.
4549 (ada_to_fixed_value): Remove declaration.
4550 (ada_template_to_fixed_record_type_1): Declare.
4551 (get_int_var_value): New interface.
4552 (ada_find_any_symbol): Declare.
4553 (ada_find_renaming_symbol): Declare.
4554 (ada_mangle): Rename to ada_encode.
4555 (ada_simple_renamed_entity): Remove const.
4556 (ada_main_name): Declare.
4557 (get_current_task): Rename to ada_get_current_task.
4558 (get_entry_number): Remove declaration.
4559 (ada_report_exception_break): Remove declaration.
4560 (ada_print_exception_breakpoint_nontask): Declare.
4561 (ada_print_exception_breakpoint_task): Declare.
4562 (ada_find_printable_frame): Declare.
4563
4564 * ada-lex.l: Update copyright notices.
4565 Use xmalloc and xfree instead of malloc and free.
4566 Use new interface to name_lookup.
4567 Use new interface to
4568 ada_mangle=>ada_encode.
4569 Redo handling of '$...' variable to parallel current treatment
4570 in c-exp.y.
4571 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4572 digit_to_int, strtoulst, processInt, processReal, processId,
4573 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4574 yywrap): Protoize.
4575
4576 (processInt): Use cast to remove harmless warning.
4577 (processReal): Modify to get rid of compiler warning on scan formats.
4578
4579 (processId): Replace xmalloc with obstack_alloc for name and remove
4580 call to ada_name_string_cleanup.
4581 Remove obsolete disabled code.
4582 (name_lookup): Ditto.
4583 New interface.
4584 Use obsavestring on temp_parse_space instead of savestring
4585 on name, and remove call to ada_name_string_cleanup.
4586 Free string returned from ada_simple_renamed_entity.
4587 Use new interface to ada_lookup_symbol_list.
4588 Decomment disabled code.
4589 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4590 not types.
4591 When a type name lookup succeeds as a result of
4592 lookup_primitive_typename, check for regular type entry that has not
4593 yet been read in.
4594 Limit length of chain of renamed symbols we are willing to follow.
4595 Do not break names beginning with "standard__" into segments.
4596 (block_lookup): Use new interface to ada_lookup_symbol_list.
4597
4598 * ada-typeprint.c: Update copyright notice.
4599 (demangled_type_name): Rename to decoded_type_name.
4600 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4601 (print_range_bound): Correct handling of negative
4602 bounds that make the index type looked unsigned under STABS.
4603 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4604 (print_range_type_named): Use the builtin int type if no type
4605 corresponding to the given type name could be found.
4606 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4607 Add some bullet-proofing.
4608 (print_variant_clauses): Allow for variant branches with ___XVU
4609 encodings that are not dynamic fields.
4610 Use new interface to ada_is_tagged_type.
4611 (print_record_type): Allow for fields with ___XVE encodings that
4612 are not dynamic fields.
4613 Use new interface to ada_is_tagged_type.
4614 (ada_print_type): ada_is_array_descriptor =>
4615 ada_is_array_descriptor_type.
4616
4617 * ada-valprint.c: Update copyright notice.
4618 Include gdb_string.h
4619 Include infcall.h
4620 (ui_memcpy): New function.
4621 (ada_print_floating): New function.
4622 (ada_print_str): Order arguments correctly.
4623 Correct handling of empty arrays and arrays of 0-length items.
4624 ada_is_array_descriptor => ada_is_array_descriptor_type
4625 Print values of type System.Address in hexadecimal format.
4626 Use ada_print_floating to print floating-point numbers in Ada format.
4627 Print class tag values with type names.
4628 No longer print the address of reference values. Avoids
4629 a potential confusion.
4630 (ada_value_print): Stop printing the object type for reference
4631 values, but preserve that behavior for access types. Avoids
4632 a potential confusion.
4633 Simplify one conditional expression, as the first part is now
4634 necessarily true.
4635 ada_is_array_descriptor => ada_is_array_descriptor_type
4636 Add check for arrays for null records, and print them by hand.
4637
4638 2004-06-01 Jim Blandy <jimb@redhat.com>
4639
4640 * ppc-tdep.h: Delete unused 'regoff' member.
4641 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4642
4643 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4644
4645 Fix PR symtab/1661.
4646 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4647 (hpread_read_struct_type): Likewise.
4648
4649 2004-06-01 Andrew Cagney <cagney@gnu.org>
4650
4651 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4652 instead of xasprintf.
4653 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4654 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4655 (mi_cmd_data_list_register_names)
4656 (mi_cmd_data_list_changed_registers)
4657 (mi_cmd_data_list_register_values)
4658 (get_register, mi_cmd_data_write_register_values)
4659 (mi_cmd_data_write_register_values)
4660 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4661 (mi_cmd_target_download, mi_cmd_target_select)
4662 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4663 (mi_execute_cli_command, mi_execute_async_cli_command)
4664 (mi_execute_async_cli_command): Ditto.
4665 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4666 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4667
4668 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4669 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4670 error_last_message instead of mi_error_last_message.
4671 * mi/mi-main.c (mi_error_last_message): Delete function.
4672
4673 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4674 "invalid number of columns" error. Delete redundant "out of
4675 memory" check.
4676
4677 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4678
4679 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4680 (gregset_t, fpregset_t): Remove typedefs.
4681 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4682 (REG_OFFSET): Rename argument.
4683 (i386bsd_r_reg_offset): Rename from reg_offset.
4684 (REG_ADDR): Remove macro.
4685 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4686 functions.
4687 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4688 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4689 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4690 instead of supply_gregset.
4691 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4692 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4693 instead of fill_gregset.
4694 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4695
4696 * i386bsd-nat.c: Don't include "gregset.h".
4697 (supply_gregset, fill_gregset): Make static.
4698 (supply_fpregset, fill_fpregset): Remove.
4699 * Makefile.in (i386bsd-nat.o): Update dependencies.
4700
4701 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4702
4703 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4704 "gdb_assert.h". Con't include "gregset.h".
4705 (fbsd_make_corefile_notes): Use regset-based core file support
4706 instead off fill_gregset and fill_fpregset.
4707 * Makefile.in (fbsd-proc.o): Update dependencies.
4708
4709 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4710 instructions.
4711 (m88k_frame_prev_register): Simplify code a bit.
4712
4713 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4714 (amd64_collect_fpregset): New function.
4715 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4716
4717 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4718
4719 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4720 (i386_collect_gregset): New function.
4721 (i386_supply_fpregset): Adjust comment.
4722 (i386_collect_fpregset): New function.
4723 (i386_regset_from_core_section): Use i386_collect_gregset and
4724 i386_collect_fpregset.
4725
4726 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4727 handle VALUEP being null.
4728
4729 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4730
4731 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4732
4733 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4734
4735 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4736 assembler in OpenBSD 3.5-current.
4737 (amd64obsd_sigcontext_addr): Likewise.
4738
4739 2004-05-28 Jim Blandy <jimb@redhat.com>
4740
4741 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4742 register set, so our regcache isn't declared "legacy" and our E500
4743 pseudoregister read and write functions aren't ignored.
4744 (rs6000_register_byte, rs6000_register_raw_size,
4745 rs6000_register_virtual_type, rs6000_register_convertible,
4746 rs6000_register_convert_to_virtual,
4747 rs6000_register_convert_to_raw): Deleted.
4748 (rs6000_register_type, rs6000_convert_register_p,
4749 rs6000_register_to_value, rs6000_value_to_register): New
4750 functions.
4751 (rs6000_gdbarch_init): Don't register
4752 gdbarch_deprecated_register_size,
4753 gdbarch_deprecated_register_bytes,
4754 gdbarch_deprecated_register_byte,
4755 gdbarch_deprecated_register_raw_size,
4756 gdbarch_deprecated_register_virtual_type,
4757 gdbarch_deprecated_register_convertible,
4758 gdbarch_deprecated_register_convert_to_virtual, or
4759 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4760 register gdbarch_register_type, gdbarch_convert_register_p,
4761 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4762
4763 2004-05-26 Jim Blandy <jimb@redhat.com>
4764
4765 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4766 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4767 functions, updated to match the register numberings used in GCC.
4768 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4769 rs6000_dwarf2_reg_to_regnum as register number conversions
4770 functions for STABS and Dwarf2.
4771
4772 2004-05-26 Randolph Chung <tausq@debian.org>
4773
4774 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4775 in header file.
4776
4777 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4778
4779 * NEWS: Document new "start" command.
4780
4781 2004-05-25 Randolph Chung <tausq@debian.org>
4782
4783 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4784 hppa-linux.
4785
4786 2004-05-25 Randolph Chung <tausq@debian.org>
4787
4788 * hppa-hpux-tdep.c (offsetof): Define.
4789 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4790 (hppa32_hpux_frame_base_before_sigtramp)
4791 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4792 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4793 (hppa64_hpux_frame_base_before_sigtramp)
4794 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4795 functions.
4796 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4797 (hppa_hpux_sigtramp_frame_unwind_cache)
4798 (hppa_hpux_sigtramp_frame_this_id)
4799 (hppa_hpux_sigtramp_frame_prev_register)
4800 (hppa_hpux_sigtramp_frame_unwind)
4801 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4802 (hppa_hpux_init_abi): Register sigtramp unwinder.
4803 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4804
4805 2004-05-25 Randolph Chung <tausq@debian.org>
4806
4807 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4808 and multiple stack unwinds.
4809 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4810
4811 2004-05-25 Andrew Cagney <cagney@gnu.org>
4812
4813 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4814 * symfile-mem.h: Delete file.
4815 * symfile-mem.c: Do not include "symfile-mem.h".
4816 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4817 "struct bfd_section". When an error do not bother returning NULL.
4818 (add_symbol_file_from_memory_command): Use "struct bfd" and
4819 "struct bfd_section".
4820 * Makefile.in (symfile_mem_h): Delete.
4821 (symfile-mem.o): Update dependencies.
4822
4823 2004-05-25 Nick Roberts <nickrob@gnu.org>
4824
4825 * gdb-mi.el: New file.
4826
4827 2004-05-25 Andrew Cagney <cagney@gnu.org>
4828
4829 * inftarg.c: Include "observer.h".
4830 (child_attach, child_create_inferior): Notify inferior_created.
4831 * corelow.c: Include "observer.h".
4832 (core_open): Notify inferior_created.
4833 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4834
4835 2004-05-25 Andrew Cagney <cagney@gnu.org>
4836
4837 * target.h (struct target_ops): Add from_tty to
4838 to_create_inferior.
4839 (target_create_inferior, find_default_create_inferior): Update.
4840 * infcmd.c (run_command): Update.
4841 * wince.c (child_create_inferior): Update.
4842 * win32-nat.c (child_create_inferior): Update.
4843 * uw-thread.c (uw_thread_create_inferior): Update.
4844 * thread-db.c (thread_db_create_inferior): Update.
4845 * target.c (debug_to_create_inferior)
4846 (find_default_create_inferior): Update.
4847 (maybe_kill_then_create_inferior): Update.
4848 * sol-thread.c (sol_thread_create_inferior): Update.
4849 * remote.c (extended_remote_async_create_inferior)
4850 (extended_remote_create_inferior): Update.
4851 * remote-vx.c (vx_create_inferior): Update.
4852 * remote-st.c (st2000_create_inferior): Update.
4853 * remote-sim.c (gdbsim_create_inferior): Update.
4854 * remote-sds.c (sds_create_inferior): Update.
4855 * remote-rdp.c (remote_rdp_create_inferior): Update.
4856 * remote-rdi.c (arm_rdi_create_inferior): Update.
4857 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4858 * remote-e7000.c (e7000_create_inferior): Update.
4859 * procfs.c (procfs_create_inferior): Update.
4860 * ocd.c (ocd_create_inferior): Update.
4861 * ocd.h (ocd_create_inferior): Update.
4862 * nto-procfs.c (procfs_create_inferior): Update.
4863 * monitor.c (monitor_create_inferior): Update.
4864 * lin-lwp.c (lin_lwp_create_inferior): Update.
4865 * inftarg.c (child_create_inferior): Update.
4866 * hpux-thread.c (hpux_thread_create_inferior): Update.
4867 * gnu-nat.c (gnu_create_inferior): Update.
4868
4869 2004-05-25 Andrew Cagney <cagney@gnu.com>
4870
4871 * MAINTAINERS: Update e-mail address.
4872
4873 2004-05-24 Randolph Chung <tausq@debian.org>
4874
4875 * thread.c (info_threads_command, thread_apply_all_command)
4876 (thread_apply_command, thread_command, do_captured_thread_select):
4877 Remove HPUXHPPA-specific code.
4878
4879 2004-05-24 Randolph Chung <tausq@debian.org>
4880
4881 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4882 unused symbols.
4883 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4884 references.
4885
4886 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4887
4888 * infcmd.c (kill_if_already_running): New function, extracted
4889 from run_command().
4890 (run_command): Replace extracted code by call to
4891 kill_if_already_running().
4892 (start_command): New function.
4893 (_initialize_infcmd): Add "start" command.
4894
4895 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4896
4897 Add OpenBSD/m88k support.
4898 * NEWS (New native configurations): Mention OpenBSD/m88k.
4899 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4900 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4901 * Makefile.in (m88k_tdep_h): New variable.
4902 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4903 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4904 * configure.host: Add m88*-*-openbsd*.
4905 * configure.tgt: Add m88*-*-openbsd*.
4906
4907 2004-05-24 Jim Blandy <jimb@redhat.com>
4908
4909 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4910 to approve changes.
4911
4912 2004-05-24 Kevin Buettner <kevinb@redhat.com>
4913
4914 * symtab.c (fixup_section): Search section table when lookup by
4915 name fails.
4916
4917 2004-05-24 Randolph Chung <tausq@debian.org>
4918
4919 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4920 be "small_struct".
4921
4922 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4923
4924 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4925 register number in regcache_raw_collect call.
4926 (m68kbsd_collect_fpregset): Likewise.
4927 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4928
4929 * regset.h (struct regset): Add back `regset' member.
4930
4931 2004-05-23 Mark Kettenis <kettenis@gnu.org>
4932
4933 * configure.in: Check for td_pcb in `struct thread'.
4934 * configure, config.in: Regenerated.
4935
4936 * dpx2-nat.c: Remove file.
4937 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4938 (dpx2-nat.o): Remove dependencies.
4939
4940 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4941 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4942 (amd64obsd_supply_pcb): New function.
4943 (_initialize_amd64obsd_nat): Enable libkvm interface.
4944 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4945 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4946 (LOADLIBES): New variable.
4947
4948 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4949 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4950 (sparc32nbsd_supply_pcb): New function.
4951 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4952 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4953 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4954 (LOADLIBES): New variable.
4955
4956 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4957
4958 * bsd-kvm.c, bsd-kvm.h: New files.
4959 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4960 "bsd-kvm.h".
4961 (i386fbsd_supply_pcb): New function.
4962 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4963 (i386fbsd-nat.o): Update dependencies.
4964 (bsd_kvm_h): New variable.
4965 (bsd-kvm.o): New dependency.
4966 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4967 (LOADLIBES): New variable.
4968
4969 * regset.c: Tweak comment.
4970 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4971 macro.
4972 * regset.h: Update copyright year.
4973 (struct regset): Remove `descr' member, add `gdbarch' member.
4974 (regset_alloc): Adjust prototype and comment.
4975 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4976 (i386_supply_fpregset): Likewise.
4977 (i386_regset_from_core_section): Update call to regset_alloc.
4978 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4979 REGSET->arch.
4980 (i386obsd_aout_regset_from_core_section): Update call to
4981 regset_alloc.
4982 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4983 REGSET->arch.
4984 (i386nbsd_aout_regset_from_core_section): Update call to
4985 regset_alloc.
4986 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4987 REGSET->arch.
4988 (amd64_regset_from_core_section): Update call to regset_alloc.
4989 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4990 REGSET->arch.
4991 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4992 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4993 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4994 (sparc32nbsd_init_abi): Update call to regset_alloc.
4995 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4996 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4997 (sparc64obsd_init_abi): Update call to regset_alloc.
4998 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4999 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5000 (sparc64nbsd_init_abi): Update call to regset_alloc.
5001 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5002 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5003 (sparc64fbsd_init_abi): Update call to regset_alloc.
5004
5005 2004-05-22 Jim Blandy <jimb@redhat.com>
5006
5007 * ppc-tdep.h (spe_register_p): New declaration.
5008 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5009 ppc_spefscr_regnum.
5010 * rs6000-tdep.c (spe_register_p): New function.
5011 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5012 spefscr.
5013 (rs6000_gdbarch_init): Initialize the new members of the tdep
5014 structure.
5015
5016 2004-05-21 Jim Blandy <jimb@redhat.com>
5017
5018 * ppc-linux-nat.c (fetch_register): Move code back to be next
5019 to the comment that describes it. (Moved code, instead of
5020 comment, for symmetry with store_register.)
5021
5022 Allocate regset structures in the gdbarch's obstack, not using
5023 xmalloc.
5024 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5025 Add 'arch' argument. Allocate the regset on arch's obstack, not
5026 using xmalloc.
5027 * regset.h (regset_alloc): Update declaration.
5028 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5029 gdbarch argument.
5030 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5031 * i386-tdep.c (i386_regset_from_core_section): Same.
5032 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5033 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5034 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5035 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5036 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5037 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5038
5039 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5040
5041 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5042
5043 2004-05-21 Jim Blandy <jimb@redhat.com>
5044
5045 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5046 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5047
5048 2004-05-20 Jim Blandy <jimb@redhat.com>
5049
5050 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5051
5052 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5053
5054 * regset.h: Make prototype const-correct.
5055 * regset.c (regset_xmalloc): Make const-correct.
5056
5057 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5058
5059 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5060 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5061 (symbol_search_name): Declare.
5062
5063 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5064 (iter_name_next_hashed): Ditto.
5065 (iter_name_next_linear): Ditto.
5066 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5067
5068 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5069 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5070 (symbol_search_name): New function.
5071
5072 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5073
5074 * minsyms.c (build_minimal_symbol_hash_tables): Change
5075 test for adding to demangled hash table to check for difference
5076 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5077
5078 2004-05-19 Jim Blandy <jimb@redhat.com>
5079
5080 Use a constructor function to create regset structures.
5081 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5082 (struct regset): Use supply_regset_ftype. Add new
5083 'collect_regset' member.
5084 (regset_xmalloc): New declaration.
5085 * regset.c: New file.
5086 * am64-tdep.c (amd64_regset_from_core_section): Use
5087 regset_xmalloc to construct regset structures.
5088 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5089 * i386-tdep.c (i386_regset_from_core_section): Same.
5090 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5091 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5092 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5093 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5094 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5095 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5096 * Makefile.in (COMMON_OBS): Add regset.o.
5097 (regset.o): New rule.
5098
5099 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5100
5101 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5102 and pthread_cond_wait.c.
5103
5104 2004-05-18 Jim Blandy <jimb@redhat.com>
5105
5106 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5107 before the mach-specific switch, and then let the individual cases
5108 override the defaults, rather than leaving them uninitialized
5109 until the switch and then setting them in each case.
5110
5111 2004-05-18 Randolph Chung <tausq@debian.org>
5112
5113 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5114 millicode functions.
5115
5116 2004-05-18 Randolph Chung <tausq@debian.org>
5117
5118 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5119 references to dld_flags_buffer consistent.
5120
5121 2004-05-18 Randolph Chung <tausq@debian.org>
5122
5123 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5124 it for unwinding the stack.
5125
5126 2004-05-18 Randolph Chung <tausq@debian.org>
5127
5128 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5129 Undefine these so we can overide them using gdbarch.
5130
5131 2004-05-18 Randolph Chung <tausq@debian.org>
5132
5133 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5134 handling for 64-bit HPUX (elf).
5135
5136 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5137
5138 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5139 constants.
5140 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5141 * ia64-tdep.c (examine_prologue): Likewise.
5142 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5143 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5144
5145 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5146
5147 * vax-tdep.c (vax_return_value): Implement
5148 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5149
5150 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5151
5152 * vax-tdep.c (vax_return_value): Fix typo.
5153
5154 2004-05-17 Andrew Cagney <cagney@redhat.com>
5155
5156 * MAINTAINERS: Mark Salter was also responsible for
5157 testsuite/config/
5158
5159 * NEWS: Mention signal fixes.
5160
5161 2004-05-17 Randolph Chung <tausq@debian.org>
5162
5163 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5164 check to see if we are unwinding an export stub. Export stubs clobber
5165 the %rp in the call path and stores the original rp in a stack slot.
5166
5167 2004-05-17 Jim Blandy <jimb@redhat.com>
5168
5169 * MAINTAINERS: Update address for J.T. Conklin.
5170
5171 2004-05-17 Randolph Chung <tausq@debian.org>
5172
5173 * hppa-tdep.c: Remove superfluous #include's.
5174 * Makefile.in (hppa-tdep.o): Update dependencies.
5175
5176 2004-05-17 Randolph Chung <tausq@debian.org>
5177
5178 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5179 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5180 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5181 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5182 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5183 Remove static function declarations.
5184
5185 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5186
5187 * alphabsd-nat.c: Update copyright year.
5188 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5189
5190 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5191 and M68K_A2_REGNUM.
5192
5193 * m68k-tdep.c (m68k_svr4_return_value): Implement
5194 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5195
5196 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5197
5198 * sol-thread.c Update copyright year. Fix various coding
5199 standards violations. Tweak a few comments.
5200 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5201 Delete prototypes.
5202
5203 2004-05-15 Randolph Chung <tausq@debian.org>
5204
5205 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5206 as pointer instead of array reference since HPUX compiler does
5207 not accept unsized array arguments.
5208 * somsolib.c (dld_flags_buffer): Use constant array size.
5209
5210 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5211
5212 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5213 offset with decimal offset.
5214 (amd64obsd_sigcontext_addr): Return correct address for entire
5215 signal trampoline.
5216
5217 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5218 instead of get_frame_base.
5219
5220 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5221 (fill_gregset): Use regcache_raw_collect.
5222
5223 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5224 ppcobsd-tdep.c.
5225
5226 * config/sparc/tm-nbsd64.h: Remove file.
5227 * config/tm-sunos.h: Remove file.
5228
5229 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5230
5231 * rs6000-tdep.c (store_param_on_stack_p): New function,
5232 an improved version of some code extracted from skip_prologue().
5233 (skip_prologue): Use store_param_on_stack_p() to detect
5234 instructions saving a parameter on the stack. Detect when r0
5235 is used to save a parameter.
5236 Do not mark "li rx, SIMM" instructions as part of the prologue,
5237 unless the following instruction is also part of the prologue.
5238
5239 2004-05-14 Andrew Cagney <cagney@redhat.com>
5240
5241 * infrun.c (handle_inferior_event): Simplify
5242 STEP_OVER_UNDEBUGGABLE.
5243
5244 * infrun.c (handle_step_into_function): Delete function.
5245 (handle_inferior_event): Inline calls to
5246 handle_step_into_function.
5247
5248 2004-05-14 Jerome Guitton <guitton@gnat.com>
5249
5250 * rs6000-nat.c: Fix a comment.
5251
5252 2004-05-12 David Anderson <davea@sgi.com>
5253
5254 Committed by Jim Blandy <jimb@redhat.com>:
5255 * regcache.c (struct regcache_descr): fix comment spelling.
5256
5257 2004-05-13 J. Brobecker <brobecker@gnat.com>
5258
5259 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5260 Fixes a link link failure.
5261
5262 2004-05-13 J. Brobecker <brobecker@gnat.com>
5263
5264 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5265 error that was causing the build to fail.
5266
5267 2004-05-13 J. Brobecker <brobecker@gnat.com>
5268
5269 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5270 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5271
5272 2004-05-13 Andrew Cagney <cagney@redhat.com>
5273
5274 * infrun.c (handle_inferior_event): Check for
5275 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5276 calls. Update comments.
5277
5278 2004-05-13 Jim Blandy <jimb@redhat.com>
5279
5280 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5281 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5282 (store_regs_user_thread, store_regs_kernel_thread): Use
5283 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5284 * ppc-linux-nat.c (fill_gregset): Same.
5285 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5286 (ppc_linux_sigtramp_cache): Same.
5287 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5288 (ppcnbsd_sigtramp_cache_init): Same.
5289 * rs6000-nat.c (fetch_core_registers): Same.
5290 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5291 (rs6000_frame_cache): Same.
5292
5293 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5294 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5295 of assuming that the gprs are numbered starting with zero.
5296 * ppc-linux-nat.c (fill_gregset): Same.
5297 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5298 * ppcnbsd-nat.c (getregs_supplies): Same.
5299 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5300 * rs6000-nat.c (fetch_core_registers): Same.
5301 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5302
5303 2004-05-07 Michael Snyder <msnyder@redhat.com>
5304
5305 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5306 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5307
5308 2004-05-13 Andrew Cagney <cagney@redhat.com>
5309
5310 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5311
5312 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5313
5314 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5315 base_address for shared libraries.
5316
5317 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5318
5319 * MAINTAINERS (write after approval): Add myself.
5320
5321 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5322
5323 * breakpoint.c (bpstat_stop_status): Add new argument
5324 STOPPED_BY_WATCHPOINT. Use it instead of testing
5325 target_stopped_data_address agaist 0 to check whether
5326 or not we stopped due to a hardware watchpoint.
5327 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5328 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5329 with new argument.
5330
5331 2004-05-12 Jim Blandy <jimb@redhat.com>
5332
5333 * configure.in: When checking whether we should use the -bbigtoc
5334 option, don't forget to restore the original value of LDFLAGS.
5335 * configure: Regenerated.
5336
5337 2004-05-12 Andrew Cagney <cagney@redhat.com>
5338
5339 * thread.c (load_infrun_state): Delete step_sp.
5340 * infrun.c (context_switch): Ditto.
5341 * inferior.h (step_sp): Ditto.
5342 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5343 * gdbthread.h (struct thread_info, save_infrun_state)
5344 (restore_infrun_state): Ditto.
5345
5346 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5347
5348 * MAINTAINERS (write after approval): Add myself.
5349
5350 2004-05-12 Andrew Cagney <cagney@redhat.com>
5351
5352 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5353 eliminate reference to step_sp.
5354 (struct execution_control_state, init_execution_control_state)
5355 (handle_inferior_event, keep_going): Delete update_step_sp and
5356 step_sp.
5357 * infcmd.c (step_sp): Note that variable is unused.
5358
5359 2004-05-11 Andrew Cagney <cagney@redhat.com>
5360
5361 * infrun.c (step_over_function): Delete function.
5362 (handle_step_into_function): Use insert_step_resume_breakpoint.
5363 (insert_step_resume_breakpoint): Fix assertion.
5364
5365 2004-05-11 Nick Roberts <nickrob@gnu.org>
5366
5367 * utils.c (defaulted_query): Just use the normal query input type
5368 when printing the annotations.
5369
5370 2004-05-11 Andrew Cagney <cagney@redhat.com>
5371
5372 * infrun.c (handle_inferior_event): Simplify code handling
5373 step-into or return-from a signal trampoline.
5374
5375 2004-05-11 Andrew Cagney <cagney@redhat.com>
5376
5377 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5378 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5379
5380 2004-05-10 Jim Blandy <jimb@redhat.com>
5381
5382 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5383 with a call to internal_error.
5384
5385 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5386 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5387 processor variant lacks those registers.
5388 (ppc_floating_point_unit_p): Change description to make it clear
5389 that this returns info about the ISA, not the ABI.
5390 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5391 return true or false by checking tdep->ppc_fp0_regnum and
5392 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5393 arch/mach switching done in rs6000_gdbarch_init; it's better to
5394 keep that logic there, and just check the results here.
5395 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5396 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5397 floating-point registers.
5398 (ppc_supply_fpregset, ppc_collect_fpregset)
5399 (rs6000_push_dummy_call, rs6000_extract_return_value)
5400 (rs6000_store_return_value): Assert that we have floating-point
5401 registers.
5402 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5403 (rs6000_frame_cache): Don't note the locations at which
5404 floating-point registers were saved if we have no fprs.
5405 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5406 registers.
5407 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5408 (store_regs_user_thread, store_regs_kernel_thread): Only call
5409 supply_fprs / fill_fprs if we actually have floating-point
5410 registers.
5411 (special_register_p): Check ppc_fpscr_regnum before matching
5412 against it.
5413 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5414 supply / collect fpscr if we don't have it.
5415 * ppc-bdm.c: #include "gdb_assert.h".
5416 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5417 have floating-point registers, since I can't test this code on
5418 FP-free systems to adapt it.
5419 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5420 fpscr and floating point register numbers if they don't exist.
5421 (fetch_register): Assert that we have floating-point registers
5422 before we reach the code that handles them.
5423 (store_register): Same. And use tdep instead of calling
5424 gdbarch_tdep again.
5425 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5426 don't have them.
5427 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5428 fprs and fpscr if we don't have them.
5429 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5430 don't have them.
5431 * ppcnbsd-nat.c: #include "gdb_assert.h".
5432 (getfpregs_supplies): Assert that we have floating-point registers.
5433 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5434 * ppcobsd-tdep.c: #include "gdb_assert.h".
5435 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5436 have floating-point registers.
5437 * rs6000-nat.c (regmap): Don't match against the fpscr and
5438 floating point register numbers if they don't exist.
5439 (fetch_inferior_registers, store_inferior_registers,
5440 fetch_core_registers): Only fetch / store / supply the
5441 floating-point registers and the fpscr if we have them.
5442 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5443 (ppcobsd-tdep.o): Update dependencies.
5444
5445 2004-05-10 Andrew Cagney <cagney@redhat.com>
5446
5447 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5448 (context_switch): Do not switch through_sigtramp_breakpoint.
5449 * gdbthread.h (save_infrun_state, load_infrun_state)
5450 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5451 and structure member.
5452 * thread.c (load_infrun_state, save_infrun_state): Update.
5453
5454 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5455
5456 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5457
5458 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5459
5460 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5461 throughout.
5462 * aclocal.m4: Regenerate.
5463
5464 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5465
5466 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5467
5468 2004-05-10 Andrew Cagney <cagney@redhat.com>
5469
5470 * infrun.c (check_sigtramp2): Delete function.
5471 (handle_inferior_event): When single stepping, and taking a
5472 signal, set a breakpoint at the signal return address. Delete
5473 redundant calls to check_sigtramp2.
5474 (insert_step_resume_breakpoint): New function.
5475 (through_sigtramp_breakpoint, handle_inferior_event)
5476 (follow_exec, wait_for_inferior, fetch_inferior_event)
5477 (currently_stepping, keep_going): Delete most uses of
5478 through_sigtramp_breakpoint, not that it should be deleted.
5479 (delete_breakpoint_current_contents): Delete function.
5480
5481 2004-05-10 Randolph Chung <tausq@debian.org>
5482
5483 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5484 target.
5485 * config/pa/tm-linux.h: New file.
5486
5487 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5488
5489 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5490 of prefixes. Don't print the prefix twice in the CLI.
5491
5492 2004-05-10 Jim Blandy <jimb@redhat.com>
5493
5494 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5495 collect all the gprs.
5496
5497 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5498 loop collecting gprs.
5499
5500 2004-05-09 Andrew Cagney <cagney@redhat.com>
5501
5502 * remote-vx.c (net_step): Delete step-range code.
5503 * remote.c (remote_resume, init_all_packet_configs)
5504 (set_remote_protocol_E_packet_cmd)
5505 (show_remote_protocol_E_packet_cmd)
5506 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5507 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5508 (show_remote_protocol_e_packet_cmd): Ditto.
5509
5510 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5511
5512 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5513
5514 * hppa-tdep.h: Update copyright year.
5515 (struct trad_frame_saved_reg): Add opaque declaration.
5516
5517 * amd64-tdep.c (amd64_return_value): Implement
5518 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5519
5520 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5521 (m68k_value_to_register): New functions.
5522 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5523 value_to_register.
5524
5525 * defs.h (enum return_value_convention): Add
5526 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5527 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5528 * infcmd.c (legacy_return_value): New function.
5529 (print_return_value): Rwerite to implement
5530 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5531 * values.c (using_struct_return): Check for inequality to
5532 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5533 RETURN_VALUE_STRUCT_CONVENTION.
5534 * i386-tdep.c (i386_return_value): Implement
5535 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5536
5537 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5538 include "symtab.h", "opcode/vax.h" and "inferior.h".
5539 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5540 to read_memory_unsigned_integer.
5541 (vax_gdbarch_init): Reorder.
5542 (_initialize_vax_tdep): Spell out prototype.
5543 * Makefile.in (vax-tdep.o): Update dependencies.
5544
5545 2004-05-08 Andrew Cagney <cagney@redhat.com>
5546
5547 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5548 * target.c (target_detach, target_disconnect): Ditto.
5549
5550 * infcall.c (call_function_by_hand): When no
5551 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5552 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5553 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5554 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5555 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5556
5557 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5558 * gdbarch.h, gdbarch.c: Re-generate.
5559 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5560 deprecated_fix_call_dummy.
5561 * v850-tdep.c (v850_gdbarch_init): Ditto.
5562 * infcall.c (call_function_by_hand): Do not call
5563 DEPRECATED_FIX_CALL_DUMMY.
5564
5565 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5566 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5567 * gdbarch.h, gdbarch.c: Re-generate.
5568 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5569 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5570 deprecated_sizeof_call_dummy_words.
5571 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5572 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5573 * v850-tdep.c (v850_gdbarch_init): Ditto.
5574 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5575 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5576 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5577 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5578 * arch-utils.h (legacy_call_dummy_words)
5579 (legacy_sizeof_call_dummy_words): Delete declarations.
5580 * arch-utils.c (legacy_call_dummy_words)
5581 (legacy_sizeof_call_dummy_words): Delete variables.
5582
5583 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5584 * gdbarch.h, gdbarch.c: Re-generate.
5585 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5586 * infcall.c (call_function_by_hand): Eliminate call to
5587 DEPRECATED_PUSH_DUMMY_FRAME.
5588 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5589 push_dummy_frame.
5590 (ns32k_push_dummy_frame): Delete function.
5591
5592 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5593 deprecated_call_dummy_breakpoint_offset or
5594 deprecated_call_dummy_start_offset.
5595 * dummy-frame.c, arm-tdep.c: Update comments.
5596 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5597 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5598 * gdbarch.h, gdbarch.c: Re-generate.
5599
5600 * infcall.c (legacy_push_dummy_code): Delete function.
5601 (push_dummy_code): Delete call.
5602
5603 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5604 * gdbarch.h, gdbarch.c: Re-generate.
5605 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5606 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5607 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5608 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5609
5610 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5611 (struct frame_info): Delete opaque declaration.
5612 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5613 * frame.c (get_frame_type): Delete call.
5614
5615 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5616 pc_in_call_dummy.
5617 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5618 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5619
5620 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5621
5622 * alphanbsd-tdep.c: Include "gdb_string.h".
5623 * armnbsd-tdep.c: Update copyright year.
5624 Include "gdb_string.h".
5625 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5626 dependencies.
5627
5628 * delta68-nat.c: Remove file.
5629 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5630 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5631 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5632 (delta68-nat.o): Remove dependency.
5633
5634 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5635 function.
5636 (m68k_gdbarch_init): Don't set
5637 deprecated_frameless_function_invocation.
5638
5639 2004-05-07 Randolph Chung <tausq@debian.org>
5640
5641 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5642 read_memory_nobpt for code reading when doing frame unwinding.
5643 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5644
5645 2004-05-07 Randolph Chung <tausq@debian.org>
5646
5647 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5648 instead of sp, handle sigaltstack case.
5649 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5650 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5651 signal handler and not that of the caller.
5652 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5653 hppa_linux_sigtramp_find_sigcontext.
5654
5655 2004-05-07 Randolph Chung <tausq@debian.org>
5656
5657 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5658 hppa-linux-nat.c.
5659 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5660 * hppa-linux-nat.c (fetch_register, store_register): Define.
5661 (fetch_inferior_registers, store_inferior_registers): Define.
5662 (supply_gregset): Add comment and clean up some unneeded code.
5663 (fill_gregset): Add comment and fix so that it saves registers in
5664 the right place in the gregset.
5665 (fill_fpregset): Fix buffer overrun problem.
5666 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5667
5668 2004-05-07 Randolph Chung <tausq@debian.org>
5669
5670 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5671 do common handling of the pcoqt register.
5672 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5673 to use helper function.
5674 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5675 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5676 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5677 generic fallback unwinder when all else fails.
5678 (hppa_gdbarch_init): Add fallback sniffer.
5679 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5680 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5681 to use helper function.
5682
5683 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5684
5685 * config/djgpp/fnchange.lst: Add translation rules for
5686 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5687
5688 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5689
5690 * frame.c (get_prev_frame_1): Work around GCC bug.
5691 * frame.h: Add comment about GCC bug.
5692
5693 2004-05-07 Andrew Cagney <cagney@redhat.com>
5694
5695 * observer.c: Include "commands.h" and "gdbcmd.h".
5696 (observer_debug, _initialize_observer): Add the
5697 command "set/show debug observer".
5698 * observer.sh: When observer debugging, log notify calls.
5699 * Makefile.in (observer.o): Update dependencies.
5700
5701 2004-05-07 Jason Molenda (jmolenda@apple.com)
5702
5703 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5704
5705 2004-05-07 Jim Blandy <jimb@redhat.com>
5706
5707 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5708 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5709 to recognize gpr regnums, instead of assuming that
5710 tdep->ppc_fp0_regnum marks the end of the general-purpose
5711 registers.
5712
5713 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5714 the given architecture has floating-point registers.
5715
5716 2004-05-07 Andrew Cagney <cagney@redhat.com>
5717
5718 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5719 macro defined to 1.
5720 * gdbarch.h, gdbarch.c: Re-generate.
5721 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5722 deprecated_use_generic_dummy_frames.
5723
5724 2004-05-07 Brian Ford <ford@vss.fsi.com>
5725
5726 * NEWS: Mention Cygwin DWARF 2 support.
5727
5728 2004-05-07 Andrew Cagney <cagney@redhat.com>
5729
5730 * objfiles.h (struct entry_info): Delete unused fields
5731 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5732 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5733 * mipsread.c (mipscoff_symfile_read): Update.
5734 * mdebugread.c (parse_partial_symbols): Update.
5735 * dwarfread.c (read_file_scope): Update.
5736 * dwarf2read.c (read_file_scope): Update.
5737 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5738 * coffread.c (complete_symtab): Update.
5739
5740 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5741
5742 * infcall.c (_initialize_infcall): Fix typo.
5743
5744 2004-05-07 Andrew Cagney <cagney@redhat.com>
5745
5746 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5747 * command.h (add_setshow_zinteger_cmd): Declare.
5748
5749 2004-05-06 Randolph Chung <tausq@debian.org>
5750
5751 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5752 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5753 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5754 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5755 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5756 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5757 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5758 definitions ...
5759 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5760 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5761 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5762 (hppa64_hpux_frame_find_saved_regs_in_sig)
5763 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5764 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5765 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5766 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5767 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5768 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5769 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5770 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5771 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5772 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5773 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5774 (hppa32_register_type, hppa_cannot_store_register)
5775 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5776 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5777 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5778 * pa64solib.c (pa64_solib_have_load_event)
5779 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5780 (pa64_solib_unloaded_library_pathname): Likewise.
5781 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5782 (som_solib_library_pathname): Likewise.
5783
5784 2004-05-05 Jim Ingham <jingham@apple.com>
5785
5786 * breakpoint.c (create_breakpoints): Copy the ignore count and
5787 thread id over from the pended breakpoint to the actual
5788 breakpoint.
5789
5790 2004-05-05 Andrew Cagney <cagney@redhat.com>
5791
5792 * gdbarch.sh (PARM_BOUNDARY): Delete.
5793 gdbarch.h, gdbarch.c: Re-generate.
5794 * valops.c (PARM_BOUNDARY): Delete macro.
5795 (value_push): Delete PARM_BOUNDARY code.
5796 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5797
5798 2004-05-04 Jim Blandy <jimb@redhat.com>
5799
5800 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5801 Don't assume that the gprs, fprs, and UISA sprs are
5802 contiguous, start at register number zero, and end with fpscr.
5803 Instead, use the numbers from the tdep structure.
5804
5805 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5806 should no longer be used in code specific to the RS6000 and its
5807 derivatives.
5808 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5809 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5810 tdep->ppc_fp0_regnum.
5811 (ppc_supply_fpregset, ppc_collect_fpregset)
5812 (rs6000_push_dummy_call, rs6000_extract_return_value)
5813 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5814 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5815 FP0_REGNUM.
5816 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5817 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5818 Same.
5819 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5820 bdm_ppc_store_registers): Same.
5821 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5822 (store_register, fill_fpregset): Same.
5823 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5824 (ppc_linux_supply_fpregset): Same.
5825 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5826 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5827 Same.
5828 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5829 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5830 ppc64_sysv_abi_return_value): Same.
5831 * rs6000-nat.c (regmap, fetch_inferior_registers)
5832 (store_inferior_registers, fetch_core_registers): Same.
5833
5834 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5835
5836 * m68knbsd-nat.c: Remove file.
5837 * m68knbsd-tdep.c: Remove file.
5838 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5839 dependencies.
5840 * configure.host: Add m68k-*-netbsdelf*.
5841 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5842 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5843 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5844 (XM_FILE): Remove.
5845 * config/m68k/nbsdelf.mh: New file.
5846 * config/m68k/nbsd.mt: New file.
5847 * config/m68k/nbsdaout.mt: Remove file.
5848 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5849 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5850 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5851 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5852 (use_struct_convention): Remove prototype.
5853 (USE_STRUCT_CONVENTION): Remove define.
5854 * config/m68k/xm-nbsd.h: Remove file.
5855
5856 2004-05-04 Michael Snyder <msnyder@redhat.com>
5857
5858 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5859 reg_struct_return method (as gcc usually does for cross targets).
5860
5861 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5862
5863 Committed by Andrew Cagney.
5864 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5865 alignment padding when accessing ucontext struct members.
5866
5867 2004-05-04 Jim Blandy <jimb@redhat.com>
5868
5869 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5870 'ppc_gplast_regnum' member.
5871 (ppc_num_gprs): New enum constant.
5872 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5873 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5874 * rs6000-nat.c (regmap, fetch_inferior_registers,
5875 store_inferior_registers): Same.
5876 * rs6000-tdep.c (e500_pseudo_register_read)
5877 (e500_pseudo_register_write): Same.
5878 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5879
5880 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5881 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5882 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5883 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5884 FPLAST_REGNUM.
5885 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5886 Same.
5887 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5888 * rs6000-nat.c (regmap, fetch_inferior_registers)
5889 (store_inferior_registers): Same.
5890
5891 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5892 with FPLAST_REGNUM.
5893
5894 2004-05-03 Joel Brobecker <brobecker@gnat.com>
5895
5896 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5897 failure detected by recent versions of GCC.
5898 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5899 to be consistent with the usage in dwarf2_create_include_psymtab.
5900
5901 2004-05-03 Michael Snyder <msnyder@redhat.com>
5902
5903 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5904 (heuristic_proc_start): Whitespace cleanup.
5905
5906 2004-05-04 Mark Kettenis <kettenis@gnu.org>
5907
5908 * sun3-nat.c: Remove file.
5909 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5910 dependencies.
5911 (ALLDEPFILES): Remove sun3-nat.c.
5912 (sun3-nat.o): Remove dependencies.
5913
5914 * i386-interix-nat.c, i386-interix-tdep.c,
5915 config/i386/nm-interix.h, config/i386/interix.mh,
5916 config/i386/interix.mt: Remove files.
5917 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5918 dependencies.
5919
5920 2004-05-03 Mark Kettenis <kettenis@gnu.org>
5921
5922 * m68k-tdep.h (struct gdbarch_tdep): Add member
5923 struct_value_regnum.
5924 (m68k_svr4_init_abi): New prototype.
5925 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5926 different calling conventions.
5927 (m68k_extract_return_value): Remove code dealing with single-field
5928 structs.
5929 (m68k_store_return_value): Remove code dealing with single-field
5930 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5931 (m68k_extract_struct_value_address): Remove function.
5932 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5933 (m68k_reg_struct_return_p, m68k_return_value)
5934 (m68k_svr4_return_value): New functions.
5935 (m68k_use_struct_convention): Remove function.
5936 (m68k_push_dummy_call): Use new struct_value_regnum member of
5937 `struct gdbarch_tdep' instead of hardcoded register number to
5938 store STRUCT_ADDR.
5939 (m68k_svr4_init_abi): New function.
5940 (m68k_gdbarch_init): Don't set extract_return_value,
5941 store_return_values, deprecated_extract_struct_value_address and
5942 use_struct_convention. Set return_value instead. Initialize new
5943 struct_value_regnum member of `struct gdbarch_tdep'.
5944 * m68klinux-tdep.c: Update copyright year.
5945 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5946 (m68k_linux_extract_struct_value_address): Remove function.
5947 (m68k_linux_init_abi): Don't set extract_return_value,
5948 store_return_values, deprecated_extract_struct_value_address and
5949 use_struct_convention. Call m68k_svr4_init_abi but override the
5950 new struct_value_regnum member of `struct gdbarch_tdep'.
5951 * Makefile.in (m68k-tdep.o): Update dependencies.
5952
5953 2004-05-03 J. Brobecker <brobecker@gnat.com>
5954
5955 * dwarf2read.c (line_header): Add new included_p field in
5956 field file_names.
5957 (partial_die_info): New field has_stmt_list. New field line_offset.
5958 (dwarf2_create_include_psymtab): New function.
5959 (dwarf2_build_include_psymtabs): New function.
5960 (add_file_name): Add forward declaration. Initialize new field.
5961 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5962 to be able to determine the list of files included by the
5963 given unit, and build their associated psymtabs.
5964 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5965 files as well.
5966 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5967 (read_file_scope): Update call to dwarf_decode_lines.
5968 (read_partial_die): Handle DW_AT_stmt_list attributes.
5969
5970 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5971
5972 Unfix PR gdb/1626.
5973 * configure.in: Revert special case for osf5.*.
5974 * configure: Regenerate.
5975
5976 2004-05-02 Jim Blandy <jimb@redhat.com>
5977
5978 Move the symbol-file-from-memory functions into their own file.
5979 * symfile-mem.c, symfile-mem.h: New files.
5980 * symfile.c (symbol_file_add_from_bfd): New function.
5981 (symbol_file_add): Call symbol_file_add_from_bfd.
5982 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5983 Moved to symfile-mem.c.
5984 (_initialize_symfile): Move definition of
5985 add-symbol-file-from-memory command to symfile-mem.c.
5986 * symfile.h (symbol_file_add_from_bfd): New declaration.
5987 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5988 * config/powerpc/linux.mt (TDEPFILES): Same.
5989 * Makefile.in (SFILES): Add symfile-mem.c.
5990 (symfile_mem_h): New variable.
5991 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5992 (symfile-mem.o): New rule.
5993
5994 2004-05-01 Andrew Cagney <cagney@redhat.com>
5995
5996 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5997 frame_find_by_id instead of frame_relative_level.
5998 (do_enable_breakpoint): Ditto.
5999 * thread.c: Update copyright.
6000 (info_threads_command): Ditto, simplify.
6001
6002 * frame.c (deprecated_generic_get_saved_register): Delete
6003 function, moved to "xstormy16-tdep.c".
6004 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6005 deprecated_generic_get_saved_register from "frame.c".
6006 (xstormy16_frame_saved_register): Call
6007 xstormy16_get_saved_register.
6008 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6009 static.
6010 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6011 * frame.h (deprecated_generic_get_saved_register): Delete.
6012
6013 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6014
6015 * dwarfread.c: Update documentation on the state of dwarf-1.
6016
6017 2004-05-01 Andrew Cagney <cagney@redhat.com>
6018
6019 * stack.c (select_frame_command): Delete call to
6020 frame_relative_level.
6021 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6022 Delete #if0 code.
6023 (frame_info): Do not print FRAMELESS.
6024 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6025 (catch_info): Delete #if0 code.
6026
6027 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6028 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6029 of frame_relative_level.
6030 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6031 to SENTINEL_FRAME.
6032 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6033 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6034 frame_relative_level.
6035
6036 * frame.h (deprecated_set_frame_type): Delete declaration.
6037 * frame.c (deprecated_set_frame_type): Delete function, update
6038 comments.
6039
6040 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6041 * gdbarch.h, gdbarch.c: Re-generate.
6042 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6043 (shnbsd_pc_in_sigtramp): Delete.
6044 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6045 pc_in_sigtramp.
6046 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6047 pc_in_sigtramp.
6048 * frame.h: Update comments.
6049 * ppc-linux-tdep.c: Update comments.
6050 * breakpoint.c (bpstat_what): Update comments.
6051
6052 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6053 m68klinux-tdep.o's dependencies, were previously added to
6054 m68klinux-nat.o.
6055
6056 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6057 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6058 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6059 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6060 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6061
6062 * Makefile.in (m68klinux-nat.o): Update dependencies.
6063 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6064 (m68k_linux_sigtramp_frame_cache)
6065 (m68k_linux_sigtramp_frame_this_id)
6066 (m68k_linux_sigtramp_frame_prev_register)
6067 (m68k_linux_sigtramp_frame_unwind)
6068 (m68k_linux_sigtramp_frame_sniffer)
6069 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6070 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6071 names, use trad-frame.h.
6072 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6073 (struct m68k_sigtramp_info): Delete.
6074 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6075 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6076 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6077 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6078 "m68klinux-tdep.c".
6079
6080 * infrun.c (check_sigtramp2): Delete check for
6081 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6082
6083 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6084
6085 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6086
6087 2004-05-01 Andrew Cagney <cagney@redhat.com>
6088
6089 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6090 (frv_linux_sigtramp_frame_cache)
6091 (frv_linux_sigtramp_frame_this_id)
6092 (frv_linux_sigtramp_frame_prev_register)
6093 (frv_linux_sigtramp_frame_unwind)
6094 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6095 include "linux" in function and variable names, directly call
6096 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6097 the latest trad-frame code.
6098 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6099 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6100 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6101 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6102 * frv-tdep.c (frv_sigtramp_frame_cache)
6103 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6104 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6105 frv-linux-tdep.c.
6106 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6107 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6108 (frv_set_sigcontext_reg_addr): Delete function.
6109
6110 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6111 (DEPRECATED_SIGTRAMP_END): Delete.
6112 * gdbarch.h, gdbarch.c: Re-generate.
6113 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6114 * config/vax/tm-vaxbsd.h: Update copyright.
6115 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6116 (DEPRECATED_IN_SIGTRAMP): Define.
6117 * config/m68k/tm-nbsd.h: Update copyright.
6118 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6119 (DEPRECATED_IN_SIGTRAMP): Define.
6120
6121 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6122
6123 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6124 encondings. Fixes PR gdb/1628.
6125
6126 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6127 DW_CFA_restore state without a matching DW_CFA_remember_state
6128 instead of aborting. Fixes PR backtrace/1589.
6129
6130 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6131
6132 * MAINTAINERS: Add self as AIX maintainer.
6133 Update my e-mail address in write-after-approval section.
6134
6135 2004-04-30 Andrew Cagney <cagney@redhat.com>
6136
6137 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6138 (legacy_get_prev_frame): Ditto.
6139
6140 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6141 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6142 * mipsread.c (sigtramp_address): Delete extern variable.
6143 (mipscoff_new_init): Delete reference.
6144 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6145 (fixup_sigtramp): Delete function.
6146 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6147 (fixup_sigtramp): Delete declarations.
6148
6149 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6150 deprecated_pc_in_sigtramp.
6151 (ppcnbsd_pc_in_sigtramp): Delete function.
6152
6153 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6154
6155 * config/m68k/nm-nbsd.h: Tweak comments.
6156 * config/m68k/nm-nbsdaout.h: Likewise.
6157
6158 2004-04-30 Andrew Cagney <cagney@redhat.com>
6159
6160 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6161 legacy_pc_in_sigtramp.
6162 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6163
6164 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6165
6166 Add OpenBSD/m68k support.
6167 * NEWS (New native configurations): Mention OpenBSD/m68k.
6168 * m68kbsd-tdep.c: New file.
6169 * m68kbsd-nat.c: New file.
6170 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6171 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6172 * configure.host: Add m68k-*-openbsd.
6173 * configure.tgt: Add m68k-*-openbsd.
6174 * config/m68k/tm-obsd.h: New file.
6175 * config/m68k/obsd.mt: New file.
6176 * config/m68k/obsd.mh: New file.
6177 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6178 m68kbsd-tdep.c.
6179
6180 2004-04-30 Andrew Cagney <cagney@redhat.com>
6181
6182 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6183 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6184
6185 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6186
6187 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6188 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6189
6190 2004-04-30 Brian Ford <ford@vss.fsi.com>
6191
6192 Revert 2004-04-16 change.
6193 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6194 (i386_coff_init_abi): Remove.
6195 * i386-tdep.h (i386_coff_init_abi): Remove.
6196 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6197
6198 2004-04-30 Andrew Cagney <cagney@redhat.com>
6199
6200 * blockframe.c (find_pc_partial_function): Delete use of
6201 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6202 DEPRECATED_SIGTRAMP_END.
6203
6204 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6205 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6206 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6207 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6208 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6209
6210 * defs.h (deprecated_inside_entry_file): Delete declaration.
6211 * blockframe.c (deprecated_inside_entry_file): Delete function.
6212 (legacy_frame_chain_valid): Delete call.
6213 * sh64-tdep.c (sh64_frame_chain): Delete call.
6214 * objfiles.h: Update comments.
6215 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6216 call.
6217 * frame.c (get_prev_frame): Delete call, update comments.
6218
6219 2004-04-30 Brian Ford <ford@vss.fsi.com>
6220
6221 * MAINTAINERS (Write After Approval): Add myself.
6222
6223 2004-04-30 Andrew Cagney <cagney@redhat.com>
6224
6225 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6226 * gdbarch.h, gdbarch.c: Re-generate.
6227 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6228 code.
6229
6230 2004-04-30 Andrew Cagney <cagney@redhat.com>
6231
6232 * gdb-events.sh (selected_thread_changed)
6233 (selected_frame_level_changed, target_changed): Delete.
6234 * gdb-events.h, gdb-events.c: Re-generate.
6235 * valops.c (value_assign): Update.
6236 * stack.c (select_frame_command, up_silently_base)
6237 (down_silently_base): Update.
6238
6239 2004-04-29 Andrew Cagney <cagney@redhat.com>
6240
6241 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6242 registers correctly.
6243 (print_gp_register_row, mips32_heuristic_proc_desc)
6244 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6245 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6246 references to mips_isa_regsize.
6247
6248 2004-04-29 Andrew Cagney <cagney@redhat.com>
6249
6250 * mips-tdep.c (struct gdbarch_tdep): Delete
6251 mips_fp_register_double.
6252 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6253 mips_abi_regsize.
6254 (mips_gdbarch_init): Do not set mips_fp_register_double.
6255 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6256
6257 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6258
6259 Committed by Andrew Cagney.
6260 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6261 function calls.
6262
6263 2004-04-29 Andrew Cagney <cagney@redhat.com>
6264
6265 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6266 gdbarch, use mips_abi, update callers.
6267 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6268 mips_abi_regsize, update callers.
6269 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6270 mips_default_abi_regsize.
6271 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6272 mips_default_abi_regsize.
6273
6274 2004-04-29 Andrew Cagney <cagney@redhat.com>
6275
6276 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6277 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6278 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6279 mips_default_abi_regsize.
6280 (mips_isa_regsize): Rename mips_regisze.
6281 * mipsnbsd-tdep.c: Update.
6282 * mips-linux-tdep.c: Update.
6283 * irix5-nat.c: Update.
6284 * mips-tdep.h (mips_isa_regsize): Update.
6285
6286 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6287 Delete all disabled code.
6288 * gdb-events.h, gdb-events.c: Re-generate.
6289
6290 2004-04-19 Jerome Guitton <guitton@gnat.com>
6291 Mark Kettenis <kettenis@gnu.org>
6292
6293 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6294 the function begins with a branch instruction.
6295
6296 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6297
6298 * i386-tdep.c: Fix spelling mistakes.
6299
6300 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6301 Andrew Cagney <cagney@redhat.com>
6302
6303 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6304 <sys/proc.h>.
6305 * acconfig.h: Provide default _KMEMUSER value.
6306 * config.in, configure: Re-generate.
6307 * NEWS: Mention fix.
6308
6309 2004-04-24 Randolph Chung <tausq@debian.org>
6310
6311 * configure.host (hppa*-*-linux*): New target.
6312 * configure.tgt (hppa*-*-linux*): Likewise.
6313 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6314 gdbarch_init_osabi() call earlier so that osabi-specific frame
6315 unwinders can be registered first.
6316 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6317 hppa-linux-nat.c.
6318 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6319 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6320 * config/pa/linux.mh: New file.
6321 * config/pa/linux.mt: New file.
6322 * config/pa/nm-linux.h: New file.
6323 * config/pa/xm-linux.h: New file.
6324 * hppa-linux-nat.c: New file.
6325 * hppa-linux-tdep.c: New file.
6326
6327 2004-04-28 Randolph Chung <tausq@debian.org>
6328
6329 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6330 return values.
6331 (hppa32_push_dummy_call): Fix small struct and floating point argument
6332 passing, and make sure the stack frame is properly aligned.
6333
6334 2004-04-28 Andrew Cagney <cagney@redhat.com>
6335
6336 * stack.c (print_stack_frame): Fix description.
6337
6338 * NEWS: Mention gdb/gdbserver/configure execute permission
6339 changed. PR server/519.
6340
6341 2004-04-28 Andrew Cagney <cagney@redhat.com>
6342
6343 * stack.c (print_stack_frame_stub): Delete declaration.
6344 (struct print_stack_frame_args, print_stack_frame)
6345 (print_frame_info, print_frame): Replace "source" with print what.
6346 Replace "print" with "print_level". Replace "args" with
6347 "print_args".
6348 * frame.h (show_and_print_stack_frame, print_stack_frame)
6349 (print_frame_info): Update declarations.
6350 * stack.c (select_and_print_frame, frame_command)
6351 (current_frame_command, up_command, down_command): Update calls -
6352 use get_selected_frame, pass "enum print_what" for source, do not
6353 call frame_relative_level.
6354 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6355 * remote-rdp.c (remote_rdp_open): Ditto.
6356 * remote-mips.c (common_open): Ditto.
6357 * remote-e7000.c (e7000_start_remote): Ditto.
6358 * ocd.c (ocd_start_remote): Ditto.
6359 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6360 * infrun.c (normal_stop): Ditto.
6361 * inflow.c (kill_command): Ditto.
6362 * infcmd.c (finish_command): Ditto.
6363 * corelow.c (core_open): Ditto.
6364 * tracepoint.c (finish_tfind_command): Ditto.
6365 * thread.c (info_threads_command, info_threads_command)
6366 (restore_current_thread, do_captured_thread_select): Ditto.
6367 * ada-tasks.c (task_command): Ditto.
6368
6369 2004-04-26 Orjan Friberg <orjanf@axis.com>
6370
6371 * frame.c: Include "observer.h".
6372 (frame_observer_target_changed): New function.
6373 (_initialize_frame): Attach target_changed observer.
6374 * regcache.c: Include "observer.h".
6375 (regcache_observer_target_changed): New function.
6376 (_initialize_regcache): Attach target_changed observer.
6377 * valops.c: Include "observer.h".
6378 (value_assign): Notify target_changed event when modifying register.
6379 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6380
6381 2004-04-26 Orjan Friberg <orjanf@axis.com>
6382
6383 From Paul Koning <pkoning@equallogic.com>:
6384 * breakpoint.c (free_valchain): New function.
6385 (insert_bp_location, delete_breakpoint): Use free_valchain.
6386 (remove_breakpoint): Do not remove the valchain.
6387 (bpstat_stop_status): If not stopped by watchpoint, skip
6388 watchpoints when generating stop status list.
6389 * infrun.c (handle_inferior_event): Make
6390 stepped_after_stopped_by_watchpoint a global variable.
6391 * remote.c (remote_stopped_data_address): Return watch data
6392 address rather than zero if stepped_after_stopped_by_watchpoint is
6393 set.
6394
6395 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6396
6397 Fix PR gdb/1626.
6398 * configure.in: Check for curses after termcap.
6399 On osf5.*, do not check for ncurses.
6400 * configure: Regenerate.
6401
6402 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6403
6404 * ppcobsd-nat.c: Include "ppc-tdep.h".
6405 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6406
6407 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6408 Fixes PR tdep/1623 and PR tdep/1624.
6409
6410 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6411
6412 * xmodem.h, xmodem.c: Remove files.
6413 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6414
6415 2004-04-23 Randolph Chung <tausq@debian.org>
6416
6417 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6418 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6419 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6420 for handling stackless frames.
6421 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6422
6423 2004-04-23 Randolph Chung <tausq@debian.org>
6424
6425 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6426 starts at a pc before the frame is created.
6427
6428 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6429
6430 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6431
6432 2004-04-23 Jerome Guitton <guitton@gnat.com>
6433
6434 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6435 use convert_typed_floating to get the appropriate format.
6436
6437 2004-04-22 Randolph Chung <tausq@debian.org>
6438
6439 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6440 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6441 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6442 (hppa_sign_extend): Add prototype.
6443 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6444 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6445 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6446 hppa targets will also use these functions.
6447 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6448 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6449 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6450 (hppa_gdbarch_init): Remove gdbarch setting of
6451 skip_trampoline_code, in_solib_call_trampoline and
6452 in_solib_return_trampoline.
6453 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6454 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6455 hppa_in_solib_call_trampoline.
6456 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6457 Moved from hppa-tdep.c.
6458 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6459 in_solib_call_trampoline and in_solib_return_trampoline.
6460
6461 2004-04-22 Randolph Chung <tausq@debian.org>
6462
6463 * hppa-tdep.c (hppa_debug): New variable.
6464 (find_unwind_entry, hppa_frame_cache): Add debug output.
6465 (_initialize_hppa_tdep): Add command to set debug flag.
6466
6467 2004-04-22 Andrew Cagney <cagney@redhat.com>
6468
6469 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6470 "trad-frame.h".
6471 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6472 signal trampoline unwinder.
6473 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6474
6475 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6476
6477 Add OpenBSD/powerpc support.
6478 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6479 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6480 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6481 (ppc_collect_fpregset): New prototypes.
6482 * ppcobsd-nat.c: New file.
6483 * ppcobsd-tdep.c: New file.
6484 * ppcobsd-tdep.h: New file.
6485 * rs6000-tdep.c: Include "regset.h".
6486 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6487 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6488 New functions.
6489 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6490 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6491 (rs6000-tdep.o): Update dependencies.
6492 * configure.host: Add powerpc-*-openbsd.
6493 * configure.tgt: Add powerpc-*-openbsd.
6494 * config/powerpc/obsd.mh: New file.
6495 * config/powerpc/nm-obsd.h: New file.
6496 * config/powerpc/obsd.mt: New file.
6497
6498 2004-04-22 Andrew Cagney <cagney@redhat.com>
6499
6500 * frame.h (show_frame_info): Delete declaration.
6501
6502 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6503 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6504 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6505 * frv-tdep.c (frv_frame_this_id): Ditto.
6506 * avr-tdep.c (avr_frame_this_id): Ditto.
6507
6508 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6509
6510 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6511
6512 2004-04-22 Jim Blandy <jimb@redhat.com>
6513
6514 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6515 register number zero.
6516
6517 2004-04-21 Michael Snyder <msnyder@redhat.com>
6518
6519 * mips-tdep.c (heuristic_proc_start):
6520 Warning() already prefixes "Warning: ".
6521
6522 2004-04-21 Andrew Cagney <cagney@redhat.com>
6523
6524 * annotate.h (deprecated_annotate_starting_hook)
6525 (deprecated_annotate_stopped_hook)
6526 (deprecated_annotate_exited_hook)
6527 (deprecated_annotate_signal_hook)
6528 (deprecated_annotate_signalled_hook): Deprecate.
6529 * tracepoint.h (deprecated_create_tracepoint_hook)
6530 (deprecated_delete_tracepoint_hook)
6531 (deprecated_modify_tracepoint_hook)
6532 (deprecated_trace_find_hook)
6533 (deprecated_trace_start_stop_hook): Deprecate.
6534 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6535 * remote.h (deprecated_target_resume_hook)
6536 (deprecated_target_wait_loop_hook): Deprecate.
6537 * gdbcore.h (deprecated_exec_file_display_hook)
6538 (deprecated_file_changed_hook): Deprecate.
6539 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6540 * defs.h (deprecated_modify_breakpoint_hook)
6541 (deprecated_command_loop_hook, deprecated_show_load_progress)
6542 (deprecated_print_frame_info_listing_hook)
6543 (deprecated_query_hook, deprecated_warning_hook)
6544 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6545 (deprecated_delete_breakpoint_hook)
6546 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6547 (deprecated_readline_begin_hook, deprecated_readline_hook)
6548 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6549 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6550 (deprecated_context_hook, deprecated_target_wait_hook)
6551 (deprecated_attach_hook, deprecated_detach_hook)
6552 (deprecated_call_command_hook, deprecated_set_hook)
6553 (deprecated_error_hook, deprecated_error_begin_hook)
6554 (deprecated_ui_load_progress_hook): Deprecate.
6555 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6556 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6557 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6558 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6559 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6560 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6561 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6562 * annotate.c, aix-thread.c: Update.
6563
6564 2004-04-21 Andrew Cagney <cagney@redhat.com>
6565
6566 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6567 * vaxnbsd-tdep.c: Include "gdb_string.h".
6568
6569 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6570 (add_symbol_file_from_memory_command): #if 0 function body, call
6571 error instead.
6572
6573 2004-04-21 Andrew Cagney <cagney@redhat.com>
6574
6575 * gdbcore.h: Update copyright.
6576 (deprecated_add_core_fns): Rename add_core_fns.
6577 * win32-nat.c (_initialize_core_win32): Update.
6578 * sun3-nat.c (_initialize_core_sun3): Update.
6579 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6580 * rs6000-nat.c (_initialize_core_rs6000): Update.
6581 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6582 * nto-tdep.c (_initialize_nto_tdep): Update.
6583 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6584 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6585 * mips-nat.c (_initialize_core_mips): Update.
6586 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6587 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6588 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6589 * lynx-nat.c (_initialize_core_lynx): Update.
6590 * irix5-nat.c (_initialize_core_irix5): Update.
6591 * i386-interix-nat.c (_initialize_core_interix): Update.
6592 * cris-tdep.c (_initialize_cris_tdep): Update.
6593 * corelow.c (deprecated_add_core_fns): Update.
6594 * core-regset.c (_initialize_core_regset): Update.
6595 * core-aout.c (_initialize_core_aout): Update.
6596 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6597 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6598 * alpha-nat.c (_initialize_core_alpha): Update.
6599
6600 2004-04-21 Jim Blandy <jimb@redhat.com>
6601
6602 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6603
6604 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6605
6606 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6607 Delete.
6608 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6609 (read_attribute_value): Update calls to dwarf_alloc_block.
6610 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6611 dwarf2_tmp_obstack.
6612 (psymtab_to_symtab_1): Likewise. Clean up using
6613 free_stack_comp_unit.
6614 (add_to_cu_func_list): Use the comp_unit_obstack.
6615
6616 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6617
6618 * dwarf2read.c (dwarf2_flag_true_p): New function.
6619 (die_is_declaration): Use the function above. Add some comments.
6620
6621 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6622
6623 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6624 architecture when registering sparcnbsd_core_osabi_sniffer.
6625 Adjust comment.
6626
6627 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6628
6629 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6630 return value.
6631
6632 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6633 * i386-tdep.c: Correct register numbering scheme comments
6634 throughout.
6635 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6636 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6637 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6638 (i386_gdb_arch_init): Likewise.
6639
6640 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6641 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6642 ppcnbsd-tdep.o.
6643
6644 * m68k-tdep.h: Tweak comments.
6645 * m68k-tdep.c: Tweak comment.
6646
6647 2004-04-17 Randolph Chung <tausq@debian.org>
6648
6649 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6650 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6651 (hppa_hpux_som_init_abi): Set is_elf to 0.
6652 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6653 * hppa-tdep.c (low_text_segment_address): Remove global.
6654 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6655 section offset to calculate segment address.
6656 (internalize_unwinds): Define low_text_segment_address as local and
6657 pass to record_text_segment_lowaddr for ELF targets.
6658 (hppa_gdbarch_init): Zero fill tdep structure.
6659 (hppa_dump_tdep): Print tdep structure.
6660 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6661
6662 2004-04-17 Randolph Chung <tausq@debian.org>
6663
6664 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6665 (hppa_gdbarch_init): Set pseudo_register_read.
6666 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6667 * regcache.c (supply_register): Remove check for
6668 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6669
6670 2004-04-17 Randolph Chung <tausq@debian.org>
6671
6672 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6673 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6674 (hpread_adjust_stack_address): Move to hpread.c.
6675 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6676 obj_private_struct): Move from tm-hppa.h.
6677 * hpread.c (hppa-tdep.h): Include.
6678 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6679 (hpread_read_function_type, hpread_read_doc_function_type)
6680 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6681 directly.
6682 * pa64solib.c (hppa-tdep.h): Include.
6683 * somsolib.c (hppa-tdep.h): Include.
6684 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6685 inferior_status): Remove unused forward declarations.
6686 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6687 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6688 obj_private_struct): Move to hppa-tdep.h.
6689 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6690
6691 2004-04-17 Randolph Chung <tausq@debian.org>
6692
6693 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6694 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6695 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6696 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6697 Remove forward declaration and make static.
6698 (hppa_reg_struct_has_addr): Remove.
6699
6700 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6701
6702 * observer.sh: Move comments in sed command to first column.
6703
6704 2004-04-16 Jason Molenda (jmolenda@apple.com)
6705
6706 * frame.c: Minor typeo corrections in comments.
6707
6708 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6709
6710 * observer.c (observer_test_first_notification_function): Update
6711 function profile.
6712 (observer_test_second_notification_function): Likewise.
6713 (observer_test_third_notification_function): Likewise.
6714
6715 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6716
6717 From Brian Ford <ford@vss.fsi.com>:
6718 * i386-tdep.c (i386_coff_init_abi): New function.
6719 * i386-tdep.h (i386_coff_init_abi): New prototype.
6720 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6721 register number translation functions for DWARF and DWARF 2.
6722
6723 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6724
6725 * dwarf2read.c: Back out my previous change, it was incorrect.
6726
6727 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6728
6729 * dwarf2read.c: Include "hashtab.h".
6730 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6731 has_namespace_info.
6732 (struct partial_die_info): Add comments. Use bitfields to reduce
6733 memory footprint. Add scope, scope_set, has_specification,
6734 spec_offset, die_parent, die_child, and die_sibling.
6735 (peek_die_abbrev): Add prototype.
6736 (partial_read_comp_unit_head): New function, broken out from
6737 dwarf2_build_psymtabs_hard.
6738 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6739 Use partial_read_comp_unit_head. Initialize the CU and
6740 comp_unit_obstack. Update calls to read_partial_die and
6741 scan_partial_symbols. Use free_stack_comp_unit and
6742 load_partial_dies.
6743 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6744 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6745 Update calls to helper functions. Remove NAMESPACE argument.
6746 Update comments.
6747 (partial_die_parent_scope, partial_die_full_name): New functions.
6748 (add_partial_symbol): Remove namespace argument. Update call to
6749 pdi_needs_namespace. Use partial_die_full_name. Handle
6750 DW_TAG_namespace. Check has_namespace_info flag.
6751 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6752 tag. Handle namespaces.
6753 (add_partial_namespace, add_partial_enumeration): Simplify.
6754 (guess_structure_name): New function, derived from
6755 add_partial_structure.
6756 (add_partial_structure): Remove.
6757 (determine_class_name): Update comment.
6758 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6759 (is_type_tag_for_partial, load_partial_dies): New functions.
6760 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6761 Record specifications instead of following them immediately.
6762 (find_partial_die_in_comp_unit, find_partial_die)
6763 (fixup_partial_die, free_stack_comp_unit)
6764 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6765 (partial_die_hash, partial_die_eq): New functions.
6766 * Makefile.in (hashtab_h): Define.
6767 (dwarf2read.o): Update dependencies.
6768 (observer_inc, observer_h): Move to the correct section.
6769
6770 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6771
6772 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6773 (die_is_declaration): Use the function above. Add comment.
6774
6775 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6776
6777 * dwarf2read.c (read_structure_scope): Identify stub types
6778 using die_is_declaration() only.
6779
6780 2004-04-15 Roland McGrath <roland@redhat.com>
6781
6782 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6783 argument instead of NAME.
6784 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6785 in call to symbol_file_add_with_addrs_or_offsets.
6786 (build_addr_info): New function, helper for ...
6787 (symbol_file_add_from_memory): New function.
6788 (add_symbol_file_from_memory_command): New function using that.
6789 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6790 (pre_add_symbol_hook): Add const to argument type.
6791 * symfile.h (symbol_file_add_from_memory): Declare it.
6792
6793 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6794
6795 * NEWS (New native configurations): Mention OpenBSD/vax.
6796 * configure.host: Add vax-*-openbsd*.
6797 * config/vax/obsd.mh: New file.
6798 * config/vax/nm-obsd.h: New file.
6799
6800 * vax-tdep.c: Include "regset.h".
6801 (vax_supply_gregset): New function.
6802 (vax_gregset): New variable.
6803 (vax_regset_from_core_section): New function.
6804 (vax_gdbarch_init): Set regset_from_core_section.
6805 * Makefile.in (vax-tdep.o): Update dependencies.
6806
6807 2004-04-15 Andrew Cagney <cagney@redhat.com>
6808
6809 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6810 (observer_normal_stop_notification_stub)
6811 (observer_attach_normal_stop, observer_detach_normal_stop):
6812 Delete, replaced by #include "observer.inc".
6813 * infrun.c (normal_stop): Pass "stop_bpstat" to
6814 observer_notify_normal_stop.
6815 * Makefile.in (observer_inc): Define.
6816 (observer.o): Update dependencies.
6817 (observer.h, observer.inc): New rules.
6818 * observer.h: Delete file.
6819 * observer.sh: New file.
6820
6821 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6822
6823 * vax-tdep.c (vax_frame_cache): Fix typo.
6824
6825 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6826
6827 * NEWS (New native configurations): Mention NetBSD/vax.
6828 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6829 * config/vax/nbsdelf.mh: New file.
6830 * config/vax/nbsdaout.mh: New file.
6831 * config/vax/nm-nbsd.h: New file.
6832 * config/vax/nm-nbsdaout.h: New file.
6833
6834 * vaxnbsd-tdep.c: New file.
6835 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6836 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6837 * config/vax/nbsd.mt: New file.
6838 * config/vax/tm-nbsd.h: New file.
6839
6840 * Makefile.in (vaxbsd-nat.o): New dependency.
6841
6842 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6843 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6844 struct_addr arguments. Don't push return value address.
6845 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6846 arguments to vax_store_arguments. Store return value address in
6847 R1.
6848 (vax_store_struct_return, vax_extract_return_value)
6849 (vax_store_return_value): Remove functions.
6850 (vax_return_value): New function.
6851 (vax_gdbarch_init): Set return value. Don't set
6852 deprecated_store_struct_return, deprecated_extract_struct_return
6853 and deprecated_store_return_value.
6854
6855 2004-04-14 Andreas Schwab <schwab@suse.de>
6856
6857 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6858 value buffer.
6859 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6860
6861 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6862
6863 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6864 (vax_unwind_dummy_id): New functions.
6865 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6866 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6867 variables.
6868 (vax_fix_call_dummy): Remove function.
6869 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6870 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6871 call_dummy_location, deprecated_call_dummy_words,
6872 deprecated_sizeof_call_dummy_words,
6873 deprecated_call_dummy_breakpoint_offset,
6874 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6875 and deprecated_dummy_write_sp.
6876
6877 2004-04-13 David Carlton <carlton@kealia.com>
6878
6879 * MAINTAINERS: Move myself to "paper trail" section.
6880
6881 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6882
6883 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6884 "trad-frame.h".
6885 (vax_frame_init_saved_regs): Remove function.
6886 (vax_sigtramp_saved_pc): Remove function.
6887 (vax_frame_saved_pc): Remove function.
6888 (vax_frame_args_address): Remove function.
6889 (vax_frame_num_args): Rewrite.
6890 (vax_frame_chain): Remove function.
6891 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6892 VAX_FP_REGNUM.
6893 (vax_pop_frame): Likewise.
6894 (vax_saved_pc_after_call): Remove function.
6895 (struct vax_frame_cache): New structure.
6896 (vax_frame_cache): New function.
6897 (vax_frame_this_id): New function.
6898 (vax_frame_prev_register): New function.
6899 (vax_frame_unwind): New variable.
6900 (vax_frame_sniffer): New function.
6901 (vax_frame_base_address): New function.
6902 (vax_frame_args_address): New function.
6903 (vax_frame_base): New variable.
6904 (vax_unwind_pc): New function.
6905 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6906 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6907 deprecated_frame_chain, deprecated_frame_saved_pc,
6908 deprecated_frame_args_address and
6909 deprecated_frame_init_saved_regs.
6910 * Makefile.in (vax-tdep.o): Update dependencies.
6911
6912 * vaxbsd-nat.c: New file.
6913
6914 * vax-tdep.h: Update copyright year. Adjust comments.
6915 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6916 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6917 (vax_regnum): New enum. Replacing...
6918 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6919 (VAX_PS_REGNUM): ... these removed macros.
6920 * vax-tdep.c (vax_register_name): Remove prototype.
6921 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6922 (vax_register_byte, vax_register_raw_size,
6923 vax_register_virtual_size, vax_register_virtual_type): Remove
6924 functions.
6925 (vax_register_type): New function.
6926 (vax_breakpoint_from_pc): Reorganize.
6927 (vax_gdbarch_init): Set register_type. Don't set
6928 deprecated_register_size, deprecated_register_bytes,
6929 deprecated_register_byte, deprecated_register_raw_size,
6930 deprecated_max_register_raw_size,
6931 deprecated_register_virtual_size,
6932 deprecated_max_register_virtual_size and
6933 deprecated_register_virtual_type. Add comment on stack direction.
6934
6935 2004-04-11 Mark Kettenis <kettenis@gnu.org>
6936
6937 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6938 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
6939 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
6940
6941 2004-04-10 Randolph Chung <tausq@debian.org>
6942
6943 * MAINTAINERS (write after approval): Add myself.
6944
6945 2004-04-07 Randolph Chung <tausq@debian.org>
6946
6947 * hppa-tdep.c (hppa_inner_than): Remove.
6948 (is_pa_2): Remove unused static variable.
6949 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
6950
6951 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6952
6953 * language.h (language_defn): Add new la_post_parser field.
6954 * parser-defs.h (null_post_parser): New declaration (default for
6955 la_post_parser).
6956
6957 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6958 insert call to that function.
6959 (parse_exp_in_context): New function, including code formerly in
6960 parse_exp_1. Calls language-dependent post-parser after
6961 prefixification.
6962 (parse_expression_in_context): New exported function.
6963 (null_post_parser): New definition.
6964 * expression.h (parse_expression_in_context): Add declaration.
6965
6966 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6967 * c-lang.c (c_language_defn): Ditto.
6968 (cplus_language_defn): Ditto.
6969 (asm_language_defn): Ditto.
6970 (minimal_language_defn): Ditto.
6971 * f-lang.c (f_language_defn): Ditto.
6972 * jv-lang.c (java_language_defn): Ditto.
6973 * language.c (unknown_language_defn): Ditto.
6974 (auto_language_defn): Ditto.
6975 (local_language_defn): Ditto.
6976 * m2-lang.c (m2_language_defn): Ditto.
6977 * scm-lang.c (scm_language_defn): Ditto.
6978 * obj-lang.c (objc_language_defn): Ditto.
6979
6980 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6981
6982 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6983 (amd64nbsd_mcontext_addr): New function.
6984 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6985 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6986 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6987
6988 * corelow.c (core_xfer_partial): Fix coding standards violation.
6989 Add support for TARGET_OBJECT_WCOOKIE.
6990
6991 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6992 deprecated_pc_in_sigtramp.
6993 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6994 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6995 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6996 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6997 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6998 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6999 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7000
7001 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7002 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7003 Fix typo.
7004
7005 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7006 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7007 (amd64_collect_fxsave): Likewise.
7008
7009 * i386-sol2-tdep.c: Include "gdb_string.h".
7010 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7011 name.
7012 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7013
7014 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7015
7016 * i386-sol2-tdep.c: Include "solib-svr4.h".
7017 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7018 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7019 * config/i386/tm-i386sol2.h: Include :solib.h".
7020 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7021 solib-svr4.o and solib-legacy.o.
7022 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7023 solib-svr4.o.
7024
7025 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7026
7027 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7028 whether a register is supplied by PTRACE_GETFPREGS.
7029 (store_inferior_registers): Likewise.
7030 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7031 whether a register is supplied by PT_GETFPREGS.
7032 (store_inferior_registers): Likewise.
7033
7034 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7035 * config/i386/linux64.mt (TDEPFILES): Likewise.
7036
7037 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7038
7039 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7040 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7041 the program counter is in the range specified by `struct
7042 gdbarch_tdep'.
7043 * amd64-linux-tdep.c: Include "symtab.h".
7044 (amd64_linux_pc_in_sigtramp): Remove function.
7045 (amd64_linux_sigtramp_p): New function.
7046 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7047 deprecated_pc_in_sigtramp.
7048 * amd64nbsd-tdep.c: Include "symtab.h".
7049 (amd64nbsd_sigtramp_p): New function.
7050 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7051 deprecated_pc_in_sigtramp.
7052 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7053 few comments.
7054 (amd64obsd_pc_in_sigtramp): Remove function.
7055 (amd64obsd_sigtramp_p): New function.
7056 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7057 deprecated_pc_in_sigtramp.
7058 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7059 (i386bsd_pc_ins_sigtramp): Remove prototype.
7060 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7061 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7062 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7063 the program counter is in the range specified by `struct
7064 gdbarch_tdep'.
7065 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7066 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7067 (i386_go32_pc_in_sigtramp): Remove function.
7068 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7069 Initialize TDEP->sigtramp_p.
7070 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7071 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7072 deprecated_pc_in_sigtramp.
7073 * i386-linux-tdep.c: Adjust comments.
7074 (i386_linux_pc_in_sigtramp): Remove function.
7075 (i386_linux_sigtramp_p): New function.
7076 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7077 deprecated_pc_in_sigtramp.
7078 * i386-nto-tdep.c: Update copyright year.
7079 (i386nto_pc_in_sigtramp): Remove function.
7080 (i386nto_sigtramp_p): New function.
7081 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7082 SP_REGNUM.
7083 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7084 deprecated_pc_in_sigtramp.
7085 * i386-sol2-tdep.c: Update copyright year.
7086 (i386_sol2_pc_in_sigtramp): Remove function.
7087 (i386_sol2_sigtramp_p): New function.
7088 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7089 deprecated_pc_in_sigtramp.
7090 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7091 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7092 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7093 deprecated_sigtramp_start and deprecated_sigtramp_end.
7094 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7095 (i386nbsd_pc_in_sigtramp): Remove function.
7096 (i386nbsd_sigtramp_p): New function.
7097 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7098 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7099 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7100 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7101 (i386obsd_pc_in_sigtramp): Remove function.
7102 (i386obsd_sigtramp_p): New function.
7103 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7104 functions.
7105 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7106 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7107 TDEP->sigtramp_p.
7108 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7109 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7110 dependencies.
7111
7112 * config/i386/i386aout.mt: Remove file.
7113
7114 * configure.tgt: Remove i[34567]86-*-go32*,
7115 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7116 and i[34567]86-*-isc*. Set gdb_target to i386 for
7117 i[34567]86-*-netware* and i[34567]86-*-*.
7118 * config/i386/i386.mt: New file.
7119 * config/i386/embed.mt: Remove file.
7120 * config/i386/go32.mt: Remove file.
7121 * config/i386/i386nw.mt: Remove file.
7122 * config/i386/i386v.mt: Remove file.
7123 * config/i386/tm-go32.h: Remove file.
7124
7125 * tui/tui-hooks.c: Include "readline/readline.h" after
7126 "gdb_curses.h" instead of before.
7127 * tui/tui-io.c: Likewise.
7128
7129 * tui/tui.c: Fix typo in comment.
7130
7131 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7132
7133 2004-04-08 Andrew Cagney <cagney@redhat.com>
7134
7135 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7136 (deprecated_exception_support_initialized): Declare.
7137 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7138 (initialize_hp_cxx_exception_support)
7139 (child_enable_exception_callback): Update.
7140 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7141 (deprecated_exception_support_initialized): Rename
7142 deprecated_exception_catchpoints_are_fragile and
7143 deprecated_exception_support_initialized.
7144 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7145
7146 * symtab.c (deprecated_hp_som_som_object_present): Rename
7147 hp_som_som_object_present.
7148 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7149 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7150 Update. Delete extern declaration.
7151 * valops.c (hp_som_som_object_present): Ditto.
7152 * parse.c (deprecated_hp_som_som_object_present)
7153 (parse_nested_classes_for_hpacc): Ditto.
7154 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7155 * hppa-hpux-tdep.c (hp_som_som_object_present)
7156 (initialize_hp_cxx_exception_support): Ditto.
7157 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7158 * cp-valprint.c (hp_som_som_object_present)
7159 (cp_print_class_method): Ditto.
7160 * c-typeprint.c (hp_som_som_object_present):
7161 (c_type_print_base): Ditto.
7162 * c-exp.y (hp_som_som_object_present): Ditto.
7163
7164 2004-04-08 Andrew Cagney <cagney@redhat.com>
7165
7166 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7167 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7168 (frame_unwind_find_by_frame): Re-implement the unwind code so
7169 that it can both prepend and append sniffers. Replace
7170 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7171 * tramp-frame.c (tramp_frame_append): Use
7172 frame_unwind_prepend_unwinder.
7173 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7174 frame_unwind_register_unwinder.
7175 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7176 tramp_frame_append.
7177 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7178 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7179 (mips_linux_init_abi): Update.
7180
7181 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7182
7183 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7184 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7185 file support.
7186
7187 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7188
7189 * ia64-tdep.c (elf.h): Don't include.
7190 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7191
7192 2004-04-07 Jason Molenda (jmolenda@apple.com)
7193
7194 * frame.h: Typeo corrections in comments.
7195
7196 2004-04-07 Jim Blandy <jimb@redhat.com>
7197
7198 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7199 %esp and %ebp
7200
7201 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7202
7203 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7204 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7205 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7206 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7207 and solib-legacy.o.
7208 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7209 solib-svr4.o.
7210 * config/sparc/tm-sol2.h: Update copyright year. Include
7211 "solib.h".
7212
7213 * sparc-sol2-tdep.c: Update copyright year. Include
7214 "solib-svr4.h".
7215 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7216 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7217 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7218 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7219 dependencies.
7220
7221 2004-04-06 Andrew Cagney <cagney@redhat.com>
7222
7223 * infttrace.c: Include "infttrace.h".
7224 * infttrace.h: Include "target.h".
7225 * Makefile.in (infttrace_h): Update.
7226 (infttrace.o): Update.
7227
7228 2004-04-06 Andrew Cagney <cagney@redhat.com>
7229
7230 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7231 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7232 move extern declarations from here ...
7233 * infttrace.h: ... to here.
7234 * Makefile.in (hppah-nat.o): Update dependencies.
7235
7236 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7237 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7238 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7239 (hppa_breakpoint_from_pc): Delete.
7240
7241 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7242
7243 2004-04-05 Andrew Cagney <cagney@redhat.com>
7244
7245 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7246 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7247 <sys/file.h>.
7248
7249 2004-04-06 Randolph Chung <tausq@debian.org>
7250
7251 Committed by Andrew Cagney (mechanical change).
7252 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7253 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7254 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7255 child_enable_exception_callback, current_ex_event,
7256 null_symtab_and_line, child_get_current_exception_event,
7257 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7258 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7259 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7260 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7261 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7262 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7263 Move hpux-specific definitions ...
7264 * hppa-hpux-tdep.c: ... to here.
7265
7266 2004-04-05 Andrew Cagney <cagney@redhat.com>
7267
7268 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7269 skip_prologue_using_sal.
7270
7271 2004-04-05 Andrew Cagney <cagney@redhat.com>
7272
7273 * config/i386/tm-i386.h: Delete file.
7274 * config/i386/tm-vxworks.h: Update copyright, do not include
7275 "tm-i386.h".
7276 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7277 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7278 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7279 * config/i386/ncr3000.mt (TM_FILE): Delete.
7280 * config/i386/interix.mt (TM_FILE): Delete.
7281 * config/i386/i386v.mt (TM_FILE): Delete.
7282 * config/i386/i386nw.mt (TM_FILE): Delete.
7283 * config/i386/i386gnu.mt (TM_FILE): Delete.
7284 * config/i386/i386aout.mt (TM_FILE): Delete.
7285 * config/i386/embed.mt (TM_FILE): Delete.
7286
7287 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7288
7289 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7290 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7291 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7292 (accg7_regnum): New constants.
7293 (last_spr_regnum, last_pseudo_regnum): Update.
7294 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7295 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7296 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7297 for accg registers.
7298 (frv_register_sim_regno): Update spr_map[].
7299
7300 2004-04-04 Andrew Cagney <cagney@redhat.com>
7301
7302 * config/mips/xm-riscos.h: Delete.
7303 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7304 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7305 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7306 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7307 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7308 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7309 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7310 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7311 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7312 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7313 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7314 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7315 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7316 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7317 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7318 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7319 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7320 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7321 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7322 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7323 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7324 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7325 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7326 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7327 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7328 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7329
7330 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7331 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7332 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7333 * configure.host: Remove m680[01]0-sun-sunos3*,
7334 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7335 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7336 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7337 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7338 mips-*-riscos*.
7339 * NEWS: Mention removed systems.
7340
7341 2004-04-04 Andrew Cagney <cagney@redhat.com>
7342
7343 GDB 6.1 release created from 6.1 branch.
7344
7345 2004-04-04 Andrew Cagney <cagney@redhat.com>
7346
7347 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7348 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7349 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7350
7351 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7352 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7353 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7354
7355 2004-04-03 Jim Blandy <jimb@redhat.com>
7356
7357 * MAINTAINERS: Chris Faylor has changed employers; add him to
7358 "paper trail" section, and update his E-mail address.
7359
7360 2004-04-03 Andrew Cagney <cagney@redhat.com>
7361
7362 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7363 generic dummy frames.
7364 * dummy-frame.c: Update copyright.
7365 (dummy_frame_sniffer): Delete check for generic dummy frames.
7366
7367 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7368 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7369 (REG_PARM_STACK_SPACE): Delete.
7370 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7371 Inline reference to REG_PARM_STACK_SPACE.
7372
7373 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7374 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7375 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7376 (FRAME_BASE_BEFORE_SIGTRAMP)
7377 (hppa32_hpux_frame_base_before_sigtramp)
7378 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7379 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7380 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7381 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7382 (FRAME_BASE_BEFORE_SIGTRAMP)
7383 (hppa64_hpux_frame_base_before_sigtramp)
7384 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7385
7386 2004-04-03 Andrew Cagney <cagney@redhat.com>
7387
7388 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7389
7390 2004-04-02 Andrew Cagney <cagney@redhat.com>
7391
7392 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7393 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7394 * dummy-frame.h: Delete out-of-date comments.
7395 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7396 * gdbarch.h, gdbarch.c: Re-generate.
7397
7398 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7399
7400 Committed by Andrew Cagney <cagney@redhat.com>.
7401 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7402 into account an instruction saving a register if we have already
7403 seen an earlier instruction saving that same register.
7404
7405 2004-04-02 Andrew Cagney <cagney@redhat.com>
7406
7407 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7408 * gdbarch.h, gdbarch.c: Re-generate.
7409 * frame.c (legacy_get_prev_frame): Delete references to
7410 DEPRECATED_INIT_FRAME_PC_FIRST.
7411
7412 * infrun.c (pc_in_sigtramp): Delete function.
7413 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7414 get_frame_type.
7415
7416 2004-04-02 Andrew Cagney <cagney@redhat.com>
7417
7418 * infrun.c (handle_step_into_function): Delete code conditional on
7419 legacy_frame_p.
7420 (handle_inferior_event, step_over_function): Ditto.
7421
7422 2004-04-02 Andrew Cagney <cagney@redhat.com>
7423
7424 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7425 "previous frame inner to this frame" test.
7426
7427 2004-04-02 Andrew Cagney <cagney@redhat.com>
7428
7429 * frame.c (safe_frame_unwind_memory): New function.
7430 * frame.h (safe_frame_unwind_memory): Declare. Update description
7431 of /safe_/ methods.
7432 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7433 "next_frame". Use safe_frame_unwind_memory.
7434 (tramp_frame_sniffer): Update call to tramp_frame_start.
7435
7436 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7437
7438 * dwarf2read.c (dwarf2_objfile_data_key): New.
7439 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7440 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7441 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7442 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7443 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7444 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7445 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7446 Remove variables.
7447 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7448 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7449 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7450 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7451 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7452 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7453 Remove macros.
7454 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7455 data.
7456 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7457 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7458 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7459 (read_partial_die, read_full_die, read_indirect_string)
7460 (dwarf_decode_line_header, dwarf_decode_macros)
7461 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7462 Update uses of removed variables.
7463 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7464 of removed macros.
7465 (_initialize_dwarf2_read): New function.
7466 * symfile.h (dwarf2_has_info): Update prototype.
7467 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7468 * elfread.c (elf_symfile_read): Likewise.
7469
7470 2004-04-01 Jim Blandy <jimb@redhat.com>
7471
7472 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7473 function for register numbers on all the rs6000-derived targets.
7474 (rs6000_gdbarch_init): Don't register a separate
7475 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7476 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7477 variants.
7478
7479 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7480 numbering.
7481
7482 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7483
7484 * valarith.c: Update copyright notice.
7485 (value_add): Handle range types.
7486 (value_sub): Ditto.
7487 (value_equal): Ditto.
7488 (value_less): Ditto.
7489 (value_neg): Ditto.
7490 (value_complement): Ditto.
7491 (value_binop): Simplify slightly by using is_integral_type and
7492 eliminiating unnecessary COERCE_ENUMs.
7493
7494 2004-03-31 Andrew Cagney <cagney@redhat.com>
7495
7496 * frame.h (frame_unwind_id): Declare.
7497 * frame.c (frame_unwind_id): New function.
7498 (get_prev_frame_1): New function.
7499 (frame_debug_got_null_frame): New function.
7500 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7501 code proper to prev_frame, update description.
7502 * infrun.c (step_over_function): Use frame_unwind_id.
7503
7504 2004-04-31 J. Brobecker <brobecker@gnat.com>
7505
7506 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7507 (hppa64_push_dummy_call): Likewise.
7508
7509 2004-03-30 Jim Blandy <jimb@redhat.com>
7510
7511 From Ulrich Weigand:
7512 * utils.c (query): Do not use a va_list variable multiple times.
7513
7514 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7515
7516 * Makefile.in (linux_nat_h): Update dependencies.
7517 * configure.in: Check for <gnu/libc-version.h>.
7518 * configure: Regenerate.
7519 * config.in: Regenerate.
7520 * linux-nat.h: Include "target.h". Add waitstatus field to
7521 struct lwp_info.
7522 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7523 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7524 to.
7525 (lin_lwp_handle_extended): New function. Handle clone events.
7526 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7527 thread exit events.
7528 (child_wait): Handle clone events.
7529 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7530 * linux-nat.c (linux_enable_event_reporting): Turn on
7531 PTRACE_O_TRACECLONE.
7532 (linux_handle_extended_wait): Handle clone events.
7533 * thread-db.c: Include <gnu/libc-version.h>.
7534 (struct private_thread_info): Add dying flag.
7535 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7536 higher.
7537 (attach_thread): Update comments. Handle dying threads.
7538 (detach_thread): Set the dying flag.
7539 (check_event): Always call attach_thread.
7540
7541 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7542
7543 * mips-tdep.c (mips_pdr_data): New.
7544 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7545 (_initialize_mips_tdep): Initialize mips_pdr_data.
7546
7547 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7548
7549 * minsyms.c (install_minimal_symbols): Move dropping leading
7550 char from linkage name from here...
7551 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7552 test for "__gnu_compiled*" symbols.
7553
7554 2004-03-28 Jim Blandy <jimb@redhat.com>
7555
7556 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7557 registers to temp register r0 and byte stores as prologue
7558 instructions.
7559
7560 2004-03-28 Andrew Cagney <cagney@redhat.com>
7561
7562 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7563 arm*-*-*.
7564
7565 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7566
7567 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7568 and switch the layout to force a display of register window.
7569
7570 2004-02-26 J. Brobecker <brobecker@gnat.com>
7571
7572 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7573 of the INTEGER class.
7574
7575 2004-03-26 Jim Blandy <jimb@redhat.com>
7576
7577 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7578 bytes long on PPC GNU/Linux.
7579
7580 2004-03-26 David Carlton <carlton@kealia.com>
7581
7582 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7583
7584 2004-03-25 Andrew Cagney <cagney@redhat.com>
7585
7586 * PROBLEMS: Add general section titles, remove references to
7587 specific releases.
7588
7589 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7590
7591 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7592 INT_REGISTER_SIZE.
7593 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7594 FP_REGISTER_VIRTUAL_SIZE.
7595 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7596 of DEPRECATED_REGISTER_RAW_SIZE.
7597 (arm_register_type): Add gdbarch argument.
7598 (arm_register_raw_size, arm_register_virtual_size): Delete.
7599 (arm_register_byte, arm_extract_return_value)
7600 (arm_store_return_value, arm_get_longjmp_target): Update references
7601 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7602 (arm_gdbarch_init): Likewise. Don't set
7603 deprecated_register_raw_size, deprecated_register_virtual_size,
7604 deprecated_max_register_raw_size,
7605 deprecated_max_register_virtual_size, or
7606 deprecated_max_register_virtual_type. Do set register_type.
7607 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7608 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7609 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7610 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7611 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7612 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7613 INT_REGISTER_SIZE.
7614 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7615 (remote_rdp_store_register): Likewise.
7616
7617 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7618
7619 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7620 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7621 to after osabi initialization.
7622 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7623 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7624 functions.
7625 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7626 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7627 variables.
7628 (mips_linux_init_abi): Append signal trampoline unwinders.
7629
7630 2004-03-24 Andrew Cagney <cagney@redhat.com>
7631
7632 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7633 * tramp-frame.c: Include "gdb_assert.h".
7634 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7635 correct sizeof.
7636 (tramp_frame_append): Validate the tramp frame's instructions.
7637 * Makefile.in (tramp-frame.o): Update dependencies.
7638
7639 2004-03-23 Andrew Cagney <cagney@redhat.com>
7640
7641 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7642
7643 2004-03-23 Andrew Cagney <cagney@redhat.com>
7644
7645 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7646 Nasser as past testsuite/lib/ (and other) maintainers.
7647
7648 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7649
7650 * infcmd.c (attach_command): Reread symbols if we already have
7651 an exec file.
7652
7653 2004-03-23 Andrew Cagney <cagney@redhat.com>
7654
7655 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7656
7657 2004-03-23 Andrew Cagney <cagney@redhat.com>
7658
7659 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7660 * gdbarch.h, gdbarch.c: Re-generate.
7661 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7662 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7663 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7664 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7665 (DEPRECATED_SIGTRAMP_START): Update.
7666 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7667 (DEPRECATED_SIGTRAMP_START): Update.
7668 * blockframe.c (find_pc_sect_partial_function): Update.
7669 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7670
7671 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7672
7673 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7674 if necessary.
7675
7676 2004-03-23 Andrew Cagney <cagney@redhat.com>
7677
7678 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7679 predicate, deprecate.
7680 * gdbarch.h, gdbarch.c: Re-generate.
7681 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7682 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7683 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7684 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7685 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7686 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7687 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7688 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7689 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7690 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7691 * blockframe.c (find_pc_partial_function): Update.
7692 * breakpoint.c (bpstat_what): Update.
7693 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7694 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7695 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7696 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7697 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7698 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7699 * i386-nto-tdep.c (i386nto_init_abi): Update.
7700 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7701 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7702 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7703 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7704 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7705 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7706 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7707 * infrun.c (pc_in_sigtramp): Update.
7708 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7709 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7710 * mips-tdep.c (mips_gdbarch_init): Update.
7711 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7712 * ppc-linux-tdep.c: Update comment.
7713 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7714 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7715 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7716 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7717 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7718 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7719 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7720 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7721 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7722 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7723
7724 2004-03-23 Andrew Cagney <cagney@redhat.com>
7725
7726 * tramp-frame.h, tramp-frame.h: New files.
7727 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7728 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7729
7730 * Makefile.in: Update all dependencies.
7731
7732 2004-03-23 Andrew Cagney <cagney@redhat.com>
7733
7734 * Makefile.in (trad_frame_h): Add $(frame_h).
7735 * trad-frame.h: Update copyright. Include "frame.h".
7736 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7737 (trad_frame_set_id, trad_frame_get_id): Declare.
7738 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7739 * trad-frame.c: Update copyright.
7740 (struct trad_frame_cache): Define.
7741 (trad_frame_cache_zalloc): New function.
7742 (trad_frame_set_id, trad_frame_get_id): New functions.
7743 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7744
7745 2004-03-22 Andrew Cagney <cagney@redhat.com>
7746
7747 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7748 s390_pltstub_unwind_cache.
7749 (s390_stub_frame_unwind_cache): Rename
7750 s390_pltstub_frame_unwind_cache.
7751 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7752 (s390_stub_frame_prev_register): Rename
7753 s390_pltstub_frame_prev_register.
7754 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7755 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7756
7757 From Ulrich Weigand:
7758 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7759 pointer calls like PLT calls.
7760
7761 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7762
7763 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7764 PC rather than the partial function start address. Use the start
7765 address to sanity check the found PDR.
7766
7767 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7768
7769 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7770 linux_handle_extended_wait.
7771
7772 2004-03-22 Andrew Cagney <cagney@redhat.com>
7773
7774 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7775 function.
7776
7777 * frame.h (generic_pop_current_frame): Delete declaration.
7778 (deprecate_pop_dummy_frame): Deprecate
7779 generic_pop_dummy_frame.
7780 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7781 (generic_pop_current_frame): Delete function.
7782 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7783 generic_pop_current_frame.
7784 * v850-tdep.c (v850_pop_frame): Update.
7785 * mcore-tdep.c (mcore_pop_frame): Update.
7786 * sh64-tdep.c (sh64_pop_frame): Update.
7787 * h8300-tdep.c (h8300_pop_frame): Update.
7788
7789 2004-03-22 Andrew Cagney <cagney@redhat.com>
7790
7791 * frame.h (deprecated_pc_in_call_dummy): Rename
7792 generic_pc_in_call_dummy.
7793 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7794 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7795 generic_pc_in_call_dummy.
7796 (pc_in_dummy_frame): Make static.
7797 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7798 * gdbarch.h, gdbarch.c: Re-generate.
7799 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7800 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7801 (legacy_get_prev_frame): Ditto.
7802 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7803 comment.
7804
7805 2004-03-21 Andrew Cagney <cagney@redhat.com>
7806
7807 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7808 declaration and out-of-date comment.
7809 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7810 Delete function.
7811 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7812 deprecated_pc_in_call_dummy.
7813
7814 * infrun.c (handle_inferior_event): For non legacy frames, use the
7815 frame ID and frame type to identify a signal trampoline. Update
7816 comments.
7817
7818 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7819
7820 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7821 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7822
7823 2004-03-21 Andrew Cagney <cagney@redhat.com>
7824
7825 * frame-unwind.h: Update copyright.
7826 (struct frame_data): Add opaque declaration.
7827 (frame_sniffer_ftype): Declare.
7828 (struct frame_unwind): Add "unwind_data" and "sniffer".
7829 (frame_unwind_register_unwinder): Declare.
7830 (frame_unwind_find_by_frame): Add parameter "this_cache".
7831 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7832 (legacy_get_prev_frame, legacy_get_prev_frame)
7833 (get_frame_type): Pass the prologue_cache to
7834 frame_unwind_find_by_frame.
7835 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7836 "unwinder".
7837 (frame_unwind_register_unwinder): New function.
7838 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7839
7840 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7841
7842 * bcache.c (print_percentage): Use floating point to avoid
7843 incorrect results when portion*100 overflows.
7844
7845 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7846
7847 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7848 (ppc_linux_init_extra_frame_info)
7849 (ppc_linux_frameless_function_invocation)
7850 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7851 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7852 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7853 (rs6000_frame_chain): Delete declarations.
7854 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7855 (ppc_linux_init_extra_frame_info)
7856 (ppc_linux_frameless_function_invocation)
7857 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7858 (ppc_linux_init_abi): Remove registration of above deleted functions.
7859 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7860 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7861 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7862 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7863 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7864 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7865 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7866 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7867 frame management for all OSABIs.
7868
7869 2004-03-19 Andrew Cagney <cagney@redhat.com>
7870
7871 Committed by Kevin Buettner <kevinb@redhat.com>.
7872
7873 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7874 Update copyright.
7875 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7876 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7877 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7878 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7879 unwinders. #ifdef legacy frame code.
7880 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7881 "frame-base.h".
7882 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7883 (struct rs6000_frame_cache, rs6000_frame_cache)
7884 (rs6000_frame_this_id, rs6000_frame_prev_register)
7885 (rs6000_frame_sniffer, rs6000_frame_unwind)
7886 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7887 (rs6000_frame_base): Implement a traditional frame unwinder.
7888 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7889 frame unwinder.
7890
7891 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7892
7893 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7894 breakpoint address for watchpoints or the catch eventpoints.
7895 Add new paramter ``bptype''. Adjust all callers.
7896
7897 2004-03-19 Andrew Cagney <cagney@redhat.com>
7898
7899 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7900
7901 * PROBLEMS: Delete note that ARM does not use frame code, problem
7902 fixed.
7903
7904 2004-03-18 Andrew Cagney <cagney@redhat.com>
7905
7906 * stack.c (return_command): Delete code wrapped in #ifdef
7907 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7908
7909 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7910
7911 2004-03-18 Andrew Cagney <cagney@redhat.com>
7912
7913 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7914 DEPRECATED_IN_SIGTRAMP.
7915 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7916 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7917 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7918 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7919 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7920 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7921 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7922 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7923 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7924 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7925
7926 2004-03-18 Andrew Cagney <cagney@redhat.com>
7927
7928 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7929 (struct frame_base_table_entry): Define.
7930 (struct frame_base_table): Re-implement as a linked list.
7931 (frame_base_init): Re-implement.
7932 (frame_base_table): Delete function.
7933 (append_predicate): Delete function.
7934 (frame_base_append_sniffer): Update.
7935 (frame_base_set_default): Update.
7936 (frame_base_find_by_frame): Update.
7937 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7938 * Makefile.in (frame-base.o): Update dependencies.
7939
7940 2004-03-17 Andrew Cagney <cagney@redhat.com>
7941
7942 * frame.c (legacy_get_prev_frame): Pass correct frame to
7943 frame_unwind_find_by_frame.
7944
7945 2004-03-17 David Carlton <carlton@kealia.com>
7946
7947 * NEWS: Mention C++ nested types and namespaces
7948
7949 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7950
7951 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7952 and "Regressions since gdb 5.3.". Add known regressions since
7953 gdb 6.0.
7954
7955 2004-03-16 David Carlton <carlton@kealia.com>
7956
7957 * dwarf2read.c (process_structure_scope): Process children even
7958 when we're a declaration.
7959
7960 2004-03-16 Andrew Cagney <cagney@redhat.com>
7961
7962 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7963 * blockframe.c (find_pc_partial_function)
7964 (find_pc_sect_partial_function): Merge into a single
7965 find_pc_partial_function.
7966
7967 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7968
7969 * i386bsd-nat.c: s/regno/regnum/g.
7970 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7971 FP0_REGNUM.
7972 (store_inferior_registers): Likewise.
7973
7974 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7975
7976 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7977 of i387_fill_fsave.
7978 (store_inferior_registers): Call i387_collect_fsave and
7979 i387_collect_fxsave instead of i387_fill_fsave and
7980 i387_fill_fxsave.
7981
7982 2004-03-15 Andrew Cagney <cagney@redhat.com>
7983
7984 * Makefile.in (frame-unwind.o): Update dependencies.
7985 * frame-unwind.c: Include "gdb_obstack.h".
7986 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7987 parameter.
7988 (append_predicate): Delete function.
7989 (struct frame_unwind_table_entry): New structure.
7990 (struct frame_unwind_table): Replace "sniffer" with "head" and
7991 "tail".
7992 (frame_unwind_append_sniffer): Update.
7993 (frame_unwind_find_by_frame): Update.
7994 (_initialize_frame_unwind): Registe frame_unwind_init using
7995 gdbarch_data_register_pre_init.
7996
7997 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7998
7999 * i386bsd-nat.c: Update copyright year.
8000 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8001 define unconditionally.
8002
8003 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8004
8005 * i387-tdep.h (i387_collect_fsave): New prototype.
8006 * i387-tdep.c (i387_collect_fsave): New function containing most
8007 of the code from i387_fill_fsave.
8008 (i387_fill_fsave): Call i387_collect_fsave.
8009
8010 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8011
8012 * i386-linux-tdep.c: Update copyright year.
8013 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8014 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8015 svr4_ilp32_link_map_offsets instead of
8016 i386_linux_svr4_fetch_link_map_offsets.
8017
8018 2004-03-15 David Carlton <carlton@kealia.com>
8019
8020 Fix for PR c++/1553:
8021 * dwarf2read.c (read_structure_type): Determine type name by
8022 calling determine_class_name.
8023 (determine_class_name): New.
8024 (determine_prefix): Look at TYPE_TAG_NAME and call
8025 determine_class_name when appropriate.
8026 (determine_prefix_aux, class_name): Delete.
8027 (read_namespace): Set die->type.
8028
8029 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8030
8031 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8032 unused macro definition. The definition in target.h (or perhaps
8033 elsewhere) takes precedence.
8034
8035 2004-03-15 Andrew Cagney <cagney@redhat.com>
8036
8037 * ppc-tdep.h: Update copyright.
8038 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8039 function signatures to match "regsets.h".
8040 * ppc-linux-tdep.c: Include "regset.h".
8041 (ELF_GREGSET_SIZE): Delete.
8042 (right_supply_register): New function.
8043 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8044 using right_supply_register.
8045 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8046 functions.
8047 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8048 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8049 (_initialize_ppc_linux_tdep): Do not register
8050 ppc_linux_regset_core_fns.
8051 (ppc_linux_regset_from_core_section): Replace
8052 fetch_core_registers.
8053 (ppc_linux_regset_core_fns): Delete.
8054 * ppc-linux-nat.c: (right_fill_reg): New function.
8055 (supply_gregset): Update call to ppc_linux_supply_gregset.
8056 (fill_gregset): Clear the register set, use right_fill_reg.
8057 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8058 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8059
8060 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8061 unsigned.
8062
8063 2004-03-15 Andrew Cagney <cagney@redhat.com>
8064
8065 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8066 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8067 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8068 and register_gdbarch_data.
8069 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8070 (struct gdbarch_data): Replace "init" by "pre_init" and
8071 "post_init".
8072 * gdbarch.h, gdbarch.c: Re-generate.
8073 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8074 with"obstack", use OBSTACK_ZALLOC.
8075 (dwarf2_frame_ops): Delete.
8076 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8077 (dwarf2_frame_init_reg): Use gdbarch_data.
8078 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8079 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8080 (_initialize_svr4_solib): Update.
8081 * user-regs.c (_initialize_user_regs): Update.
8082 * reggroups.c (_initialize_reggroup): Update.
8083 * regcache.c (_initialize_regcache): Update.
8084 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8085 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8086 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8087 * frame-unwind.c (_initialize_frame_unwind): Update.
8088 * frame-base.c (_initialize_frame_base): Update.
8089 * user-regs.c (user_reg_add): Update.
8090 * reggroups.c (reggroup_add): Update.
8091 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8092 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8093 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8094 * frame-base.c (frame_base_table): Update.
8095 * remote.c (_initialize_remote): Update.
8096 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8097
8098 2004-03-15 Andrew Cagney <cagney@redhat.com>
8099
8100 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8101
8102 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8103
8104 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8105 * frv-linux-tdep.c: New file.
8106 * frv-tdep.c (struct gdbarch_tdep): Add new field
8107 ``sigcontext_reg_addr''.
8108 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8109 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8110 (frv_sigramp_frame_sniffer): New functions.
8111 (frv_sigtramp_frame_unwind): New static global.
8112 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8113 sniffers.
8114 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8115 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8116
8117 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8118
8119 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8120 but not via a call to error(), when unable to read memory.
8121
8122 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8123
8124 * frv-tdep.c (frv_call_dummy_words): Delete.
8125 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8126
8127 2004-03-15 Andrew Cagney <cagney@redhat.com>
8128
8129 * infrun.c (handle_step_into_function, step_over_function): Only
8130 update and use STEP_FRAME_ID when the system is using legacy
8131 frames. Update comments.
8132
8133 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8134
8135 * amd64-linux-tdep.h: Remove file.
8136 * amd64-linux-tdep.c: Don't include "inferior.h" and
8137 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8138 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8139 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8140 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8141 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8142 macros.
8143 (user_to_gdb_regmap): Remove variable.
8144 (amd64_linux_gregset_reg_offset): New variable.
8145 (amd64_core_fns): Remove variable.
8146 (fetch_core_registers): Remove function.
8147 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8148 functions.
8149 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8150 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8151 * Makefile.in (amd64_linux_tdep_h): Remove.
8152 (amd64-linux-nat.o): Update dependencies.
8153 (amd64-linux-tdep.o): Update dependencies.
8154
8155 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8156 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8157 functions.
8158 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8159
8160 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8161 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8162
8163 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8164
8165 * dwarf2read.c (read_structure_type): Rename from
8166 read_structure_scope. Don't create a symbol or call process_die.
8167 Return immediately if die->type is set. Call read_type_die before
8168 dwarf2_add_member_fn.
8169 (process_structure_scope): New function.
8170 (read_enumeration_type, process_enumeration_scope): New functions,
8171 broken out from read_enumeration. Don't create the enumeration
8172 type if it has already been created.
8173 (read_enumeration): Removed.
8174 (process_die): Call read_structure_type, process_structure_scope,
8175 read_enumeration_type, and process_enumeration_scope. Just call
8176 new_symbol for base and subrange types. Add a comment about other
8177 type dies.
8178 (read_type_die): Call read_enumeration_type.
8179 (add_partial_structure, new_symbol): Update comments.
8180
8181 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8182
8183 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8184
8185 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8186
8187 * tui/tui-win.h (tui_get_cmd_list): Declare.
8188 * tui/tui-win.c (tui_command): New function.
8189 (tui_get_cmd_list): New function.
8190 (_initialize_tui_win): Moved initialization of tui command in
8191 tui_get_cmd_list.
8192
8193 * tui/tui-data.c (init_content_element): Setup new data members.
8194 (init_win_info): Likewise.
8195 (free_content_elements): Free it.
8196 * tui/tui-data.h (struct tui_data_element): Store the register
8197 content to print.
8198 (struct tui_data_info): Keep the current register group.
8199
8200 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8201
8202 * tui/tui-regs.h (tui_show_registers): Update prototype.
8203 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8204 (tui_resize_all): No need to calculate anything for register window.
8205 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8206 (tui_set_register_element, tui_set_general_regs_content): Remove.
8207 (tui_set_special_regs_content): Remove.
8208 (tui_set_general_and_special_regs_content): Remove.
8209 (tui_set_float_regs_content): Remove.
8210 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8211 (tui_set_regs_content): Remove.
8212 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8213 (tui_v_show_registers_command_support): Remove.
8214 (tui_show_registers): Use a reggroup to specify the registers to show.
8215 (tui_show_register_group): New function.
8216 (tui_display_registers_from): Compute the layout of register window
8217 and refresh with new API; be sure to delete old register windows.
8218 (tui_check_register_values): Update to use tui_get_register and
8219 tui_display_data.
8220 (tui_display_register): Just refresh the register window part.
8221 (tui_register_format): Format registers and save in tui_data_element.
8222 (tui_get_register): New to combine tui_reg_value_has_changed and
8223 tui_get_register_raw_value; fix to use the new gdb API.
8224 (tui_show_float_command): Renamed tui_reg_float_command.
8225 (tui_show_general_command): Renamed tui_reg_general_command.
8226 (tui_show_special_command): Renamed tui_reg_system_command.
8227 (_initialize_tui_regs): Remove unused commands.
8228
8229 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8230
8231 * NEWS (New native configurations): Mention OpenBSD/amd64.
8232
8233 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8234 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8235 Remove defines.
8236 * config/i386/nm-fbsd64.h: Likewise.
8237 * config/i386/nm-obsd.h: Likewise.
8238 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8239 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8240
8241 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8242
8243 * frv-tdep.c (set_variant_scratch_registers): New function.
8244 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8245 New constants.
8246
8247 From Richard Sandiford <rsandifo@redhat.com>:
8248 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8249
8250 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8251
8252 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8253 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8254 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8255 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8256 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8257 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8258 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8259 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8260 definitions from frv-tdep.c to frv-tdep.h.
8261
8262 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8263
8264 Add shared library support for FR-V FDPIC ABI:
8265 * Makefile.in (solib-frv.o): Add dependencies.
8266 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8267 New functions.
8268 (frv_push_dummy_call): Add support for FDPIC ABI.
8269 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8270 for FDPIC ABI.
8271 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8272 (frv_fdpic_find_canonical_descriptor): Declare.
8273 * solib-frv.c: New file.
8274 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8275 * config/frv/tm-frv.h (solib.h): Include.
8276
8277 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8278
8279 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8280 (frv-tdep.o): Update dependencies.
8281 * frv-tdep.h: New file.
8282 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8283 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8284 constants.
8285 (struct gdbarch_tdep): Add new member ``frv_abi''.
8286 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8287 functions.
8288 (new_variant): Set ``frv_abi'' field.
8289 (gdb_arch_init): Detect FDPIC executables.
8290
8291 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8292
8293 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8294 wrapper.
8295
8296 2004-03-11 Andrew Cagney <cagney@redhat.com>
8297
8298 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8299
8300 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8301
8302 * solist.h (master_so_list): New function.
8303 * solib.c (master_so_list): Likewise.
8304 * solib-svr4.c (enable_break): Iterate over so_list entries
8305 obtained from master list instead of entries obtained directly
8306 via svr4_current_sos().
8307
8308 2004-03-10 Ben Elliston <bje@gnu.org>
8309
8310 * MAINTAINERS: Update my mail address.
8311
8312 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8313
8314 * remote-m32r-sdi.c: Support hardware watchpoint.
8315
8316 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8317
8318 * user-regs.c: Update copyright years.
8319 (struct user_regs): Rename to gdb_user_regs.
8320 (append_user_reg, builtin_user_regs, user_regs_init)
8321 (user_reg_add, user_reg_map_name_to_regnum)
8322 (usernum_to_user_reg): Update.
8323
8324 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8325
8326 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8327 (skip_children): New functions.
8328 (locate_pdi_sibling): Call skip_children.
8329
8330 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8331
8332 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8333 * gdbtypes.c (check_typedef): Update comments.
8334
8335 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8336
8337 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8338 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8339 pointer. Update comment about comp_unit_head.
8340 (struct abbrev_info): Shorten two int flags.
8341 (dwarf_alloc_abbrev): Take a CU argument.
8342 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8343 each time through the loop. Update cleanup argument.
8344 (psymtab_to_symtab_1): Update cleanup call.
8345 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8346 abbrev_obstack.
8347 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8348 Just call obstack_free and clear the pointer.
8349
8350 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8351
8352 * infrun.c (handle_inferior_event): Remove short-circuit code for
8353 events in a different thread.
8354
8355 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8356
8357 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8358 print the whole transfer.
8359 (initialize_targets): Update description of "set debug target".
8360
8361 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8362
8363 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8364
8365 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8366
8367 * MAINTAINERS (write after approval): Add myself.
8368
8369 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8370
8371 * sh-tdep.c (sh_print_registers_info): Use for loop.
8372 Don't skip multiple registers when a float register is encountered.
8373
8374 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8375
8376 Fix PR tdep/1291.
8377 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8378 to official SH documentation.
8379
8380 2004-03-07 Andrew Cagney <cagney@redhat.com>
8381
8382 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8383 unused function.
8384
8385 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8386
8387 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8388 (arm_get_next_pc): Handle BX and BLX.
8389
8390 2004-03-07 Andrew Cagney <cagney@redhat.com>
8391
8392 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8393 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8394 HPPA_SP_REGNUM.
8395 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8396 (hppa_target_read_fp): Delete.
8397 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8398 register_virtual_size, max_register_raw_size,
8399 max_register_virtual_size, register_byte, register_size,
8400 target_read_fp, fp_regnum, and register_bytes. Set register_type
8401 instead of register_virtual_type.
8402 (hppa32_register_type, hppa64_register_type): Replace
8403 hppa32_register_virtual_type and hppa64_register_virtual_type.
8404 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8405 (HPPA_FP_REGNUM): Define.
8406
8407 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8408
8409 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8410 (pa_do_registers_info): Delete.
8411 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8412 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8413 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8414
8415 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8416 GDB_TARGET_IS_HPPA code.
8417 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8418 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8419 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8420 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8421 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8422 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8423 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8424 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8425 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8426 (hppa_frameless_function_invocation, hppa64_store_return_value)
8427 (hppa_store_struct_return, hppa64_extract_return_value)
8428 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8429 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8430 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8431 (find_proc_framesize, deposit_21, restore_pc_queue)
8432 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8433 (rp_saved, pc_in_linker_stub): Delete.
8434
8435 Unconditionally enable 64-bit frame and ABI code.
8436 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8437 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8438 push_dummy_frame, fix_call_dummy, push_arguments,
8439 call_dummy_location, extract_return_value, use_struct_convention,
8440 store_return_value, store_struct_return, saved_pc_after_call,
8441 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8442 frame_chain, frame_chain_valid, frameless_function_invocation,
8443 frame_saved_pc, and pop_frame.
8444
8445 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8446 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8447 (hppa_gdbarch_init): Do not set PC_REGNUM.
8448
8449 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8450
8451 * config/alpha/tm-fbsd.h: Remove file.
8452 * config/alpha/fbsd.mt: Tweak comment.
8453 (TM_FILE): Set to tm-alpha.h.
8454
8455 2004-03-05 Andrew Cagney <cagney@redhat.com>
8456
8457 * infrun.c (step_over_function): When non-legacy code, and no
8458 step_frame_id, use the unwinder to get the caller's frame ID.
8459
8460 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8461
8462 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8463 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8464 bfd_arch_unknown. Adjust comment.
8465
8466 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8467 * i386obsd-tdep.c: Correct spelling in comment.
8468 * i386nbsd-tdep.c: Correct spelling in comment.
8469 * sparc-tdep.c: Correct spelling in comments.
8470
8471 2004-03-05 David Carlton <carlton@kealia.com>
8472
8473 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8474 bug.
8475
8476 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8477
8478 * sparc-tdep.c: Fix typo in comment.
8479
8480 2004-03-04 J. Brobecker <brobecker@gnat.com>
8481
8482 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8483
8484 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8485
8486 * dwarf2read.c: Add comment describing memory lifetimes.
8487 (struct dwarf2_pinfo): Update comment.
8488 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8489 (read_enumeration, new_symbol): Don't use obsavestring.
8490
8491 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8492
8493 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8494 instead of amd64_fill_fxsave.
8495 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8496 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8497
8498 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8499 Reorganize code a bit.
8500
8501 2004-03-04 Orjan Friberg <orjanf@axis.com>
8502
8503 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8504 when the frame pointer is pushed. Don't set the frame pointer's
8505 address on the stack unless it's actually located there.
8506 Set the SRP's address on the stack correctly when the PC is still in
8507 the prologue.
8508 (cris_return_value): New function.
8509 (cris_gdbarch_init): Clear deprecated store_return_value,
8510 extract_return_value.
8511
8512 2004-03-02 Jim Blandy <jimb@redhat.com>
8513
8514 * stabsread.c (reg_value_complaint): The maximum register number
8515 is one less than the number of registers.
8516
8517 2004-03-02 Andrew Cagney <cagney@redhat.com>
8518
8519 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8520 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8521 trailing comma and redundant assignment of I386_ST0_REGNUM.
8522 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8523 32-bit segment registers.
8524
8525 2004-03-01 Andrew Cagney <cagney@redhat.com>
8526
8527 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8528 use frame_relative_level and get_next_frame.
8529
8530 2004-02-29 Andrew Cagney <cagney@redhat.com>
8531
8532 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8533 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8534 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8535 Delete macro.
8536
8537 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8538
8539 * inflow.c (terminal_inferior): Don't give up the terminal if we
8540 previously couldn't get the inferior's terminal state.
8541
8542 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8543
8544 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8545 PC_REGNUM.
8546
8547 2004-02-28 Andrew Cagney <cagney@redhat.com>
8548
8549 * NEWS: Refer to GDB 6.1.
8550 * README: Refer to GDB 6.1.
8551 * PROBLEMS: Refer to GDB 6.1.
8552
8553 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8554
8555 * thread-db.c (disable_thread_signals): Remove unused function.
8556
8557 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8558
8559 * amd64-nat.c: Include "gdb_string.h".
8560 (amd64_collect_native_gregset): Zero-extend the 32-bit
8561 general-purpose registers and %eip.
8562
8563 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8564 * amd64-tdep.c (amd64_collect_fxsave): New function.
8565 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8566
8567 * i387-tdep.h: Update copyright year.
8568 (i387_collect_fxsave): New prototype.
8569 * i387-tdep.c: Update copyright year.
8570 (i387_collect_fxsave): New function containing most of the code
8571 from i387_fill_fxsave.
8572 (i387_fill_fxsave): Call i387_collect_fxsave.
8573
8574 2004-02-28 Andrew Cagney <cagney@redhat.com>
8575
8576 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8577 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8578
8579 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8580
8581 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8582
8583 2004-02-28 Andrew Cagney <cagney@redhat.com>
8584
8585 * utils.c: Use "", instead of <>, to include readline.
8586 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8587 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8588 * source.c, solib.c, exec.c, event-top.c: Ditto.
8589 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8590 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8591 * Makefile.in: Update all dependencies.
8592 (readline_tilde_h, readline_history_h): Define.
8593 (readline_headers): Delete.
8594
8595 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8596
8597 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8598 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8599 "config/i386/tm-lx64.h".
8600
8601 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8602 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8603 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8604
8605 2004-02-28 Andrew Cagney <cagney@redhat.com>
8606
8607 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8608
8609 * breakpoint.c (_initialize_breakpoint): Use
8610 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8611 Add help to show command.
8612
8613 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8614
8615 * i386-nat.c: Reformat to be closer to coding standards.
8616 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8617 `retval'. Make variables `align' and `size' local to while-loop.
8618 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8619 (_initialize_i386_nat): New prototype.
8620
8621 * tui/tui.c: Include <readline/readline.h> instead of
8622 "readline/readline.h". Include it after <term.h> and
8623 "gdb_curses.h".
8624
8625 2004-02-27 Andrew Cagney <cagney@redhat.com>
8626
8627 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8628 the new frame unwind code.
8629 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8630 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8631 PCOQ_HEAD_REGNUM.
8632
8633 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8634 "return_value" and "push_dummy_call".
8635 (hppa32_use_struct_convention): Delete unused function.
8636 (hppa32_store_return_value): Delete unused function.
8637 (hppa32_extract_return_value): Delete unused function.
8638 (hppa32_stack_align): Delete function.
8639
8640 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8641
8642 * coffread.c (enter_linenos): Don't let rawptr reference memory
8643 outside linetab[]'s limits.
8644
8645 2004-02-27 Andrew Cagney <cagney@redhat.com>
8646
8647 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8648 inferior stack space - the stack needs to grow upwards.
8649 (hppa32_frame_align): New function.
8650 (hppa64_frame_align): Replace hppa_frame_align.
8651 (hppa_gdbarch_init): Update.
8652
8653 2004-02-26 Orjan Friberg <orjanf@axis.com>
8654
8655 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8656 (dwarf2-frame.h): Include.
8657 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8658 Remove static variables related to ABI setting.
8659 (struct gdbarch_tdep): Remove cris_abi member.
8660 (struct frame_extra_info): Remove.
8661 (cris_unwind_cache, stack_item): New structs.
8662 (cris_frame_unwind, cris_frame_base): New variables.
8663 (push_stack_item, pop_stack_item)
8664 (cris_frame_unwind_cache, cris_frame_this_id)
8665 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8666 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8667 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8668 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8669 (cris_reg_struct_has_addr): New functions.
8670 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8671 (cris_frame_saved_pc, cris_saved_pc_after_call,
8672 (cris_store_struct_return, cris_frameless_function_invocation)
8673 (cris_pop_frame, cris_skip_prologue_main)
8674 (cris_abi_original_store_return_value)
8675 (cris_abi_v2_store_return_value)
8676 (cris_abi_original_extract_return_value)
8677 (cris_abi_v2_extract_return_value)
8678 (cris_abi_original_reg_struct_has_addr)
8679 (cris_abi_v2_reg_struct_has_addr)
8680 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8681 (cris_push_return_address, cris_abi_update): Remove.
8682 (_initialize_cris_tdep): Remove ABI command.
8683 (cris_dump_tdep): Ditto.
8684 (cris_gdbarch_init): Remove ABI command.
8685 Set store_return_value, extract_return_value, push_dummy_code,
8686 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8687 frame_unwind_append_sniffer, frame_base_set_default.
8688 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8689 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8690 sizeof_call_dummy_words, get_saved_register, push_return_address,
8691 pop_frame, store_struct_return, frame_init_saved_regs,
8692 init_extra_frame_info, frameless_function_invocation, frame_chain,
8693 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8694 dummy_write_sp.
8695
8696 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8697
8698 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8699 * valprint.c (print_hex_chars): Change from static to external.
8700 (print_char_chars): New function.
8701 * printcmd.c (print_scalar_formatted): For integer and enum types
8702 that are longer than LONGEST, perform processing via appropriate
8703 print_*_chars routines.
8704
8705 2004-02-26 Andrew Cagney <cagney@redhat.com>
8706
8707 * Makefile.in: Update dependencies.
8708 Changes from Ulrich Weigand,
8709 * s390-tdep.c: Include "dwarf2-frame.h".
8710 (s390_dwarf2_frame_init_reg): New function.
8711 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8712 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8713
8714 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8715
8716 * breakpoint.c (pending_break_support): New setting variable.
8717 (break_command_1): Account for pending_break_support setting
8718 when creating pending breakpoints.
8719 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8720 (_initialize_breakpoint): Add "set breakpoint pending" and
8721 "show breakpoint pending" commands.
8722
8723 2004-02-26 Andrew Cagney <cagney@redhat.com>
8724
8725 Fix PR i18n/1570.
8726 * charset.c (backslashable, backslashed, represented): Remove 'e'
8727 from list of escaped characters, not part of ISO-C.
8728
8729 2004-02-25 J. Brobecker <brobecker@gnat.com>
8730
8731 From Peter Schauer <schauer@pdf.de>:
8732 * tui/tui.c: Move system header includes after local includes.
8733 Fixes a build failure on solaris systems.
8734
8735 2004-02-25 J. Brobecker <brobecker@gnat.com>
8736
8737 * configure.in: Refine the previous change.
8738 * configure: Regenerate.
8739
8740 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8741
8742 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8743 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8744 "amd64-tdep.h" instead of "x86-64-tdep.h".
8745 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8746 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8747 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8748 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8749 and "x86-64-tdep.c".
8750 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8751 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8752 and "x86-64-tdep.c".
8753 * amd64bsd-nat.c: Update copyright year.
8754 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8755 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8756 "x86-64-tdep.h".
8757 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8758 "x86-64-tdep.h".
8759 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8760 "x86-64-tdep.h".
8761 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8762 "x86-64-tdep.h".
8763 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8764 "x86-64-tdep.h".
8765 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8766 "x86-64-tdep.h".
8767 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8768 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8769 * Makefile.in (amd64_linux_tdep_h): Renamed from
8770 x86_64_linux_tdep_h.
8771 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8772 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8773 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8774 (amd64obsd-tdep.o): Update dependencies.
8775 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8776 dependencies.
8777 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8778 dependencies.
8779 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8780 amd64-linux-nat.c amd64-linux-tdep.c.
8781 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8782 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8783 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8784 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8785 amd64-tdep.o and amd64-linux-tdep.o.
8786 (TM_FILE): Set to tm-linux64.h.
8787 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8788 (NAT_FILE): Set to nm-linux64.h.
8789 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8790 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8791 amd64-tdep.o.
8792 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8793 amd64-tdep.o.
8794 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8795 amd64-tdep.o.
8796
8797 2004-02-25 Roland McGrath <roland@redhat.com>
8798
8799 * remote.c (remote_protocol_qPart_auxv): New variable.
8800 (init_all_packet_configs): Initialize it.
8801 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8802 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8803 (show_remote_cmd): Call it.
8804 (_initialize_remote): Initialize commands.
8805 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8806 service TARGET_OBJECT_AUXV requests.
8807
8808 2004-02-25 J. Brobecker <brobecker@gnat.com>
8809
8810 * configure.in: Make sure that the wborder function is available.
8811 Otherwise, search for it in the cur_colr library.
8812 * configure: Regenerate.
8813
8814 2004-02-25 Andrew Cagney <cagney@redhat.com>
8815
8816 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8817
8818 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8819
8820 * config/i386/tm-x86-64linux.h: Tweak comments.
8821
8822 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8823
8824 * MAINTAINERS: Add self to write-after-approval list.
8825
8826 2004-02-25 Andrew Cagney <cagney@redhat.com>
8827
8828 PR cli/1566. Problem found, and fix suggested by David Allan.
8829 * cli/cli-script.c (execute_control_command): Unconditionally
8830 install a cleanup. Default "ret" to "invalid_control". Use
8831 "break" instead of "return" to escape from the switch.
8832
8833 2004-02-24 J. Brobecker <brobecker@gnat.com>
8834
8835 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8836 with the lines macro defined in term.h on AiX.
8837 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8838 a collision with the label_width macro defined in term.h on AiX.
8839
8840 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8841
8842 Committed by Kevin Buettner <kevinb@redhat.com>.
8843
8844 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8845 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8846 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8847 instead of ia64_write_pc().
8848 * ia64-linux-tdep.c (regcache.h): Include.
8849 (ia64_linux_write_pc): New function.
8850
8851 2004-02-23 Roland McGrath <roland@redhat.com>
8852
8853 * auxv.c (info_auxv_command): Fix typos in error messages.
8854
8855 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8856
8857 * x86-64-tdep.h: Tweak comment.
8858 (enum amd64_regnum): New.
8859 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8860 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8861 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8862 (X86_64_XMM1_REGNUM): Removed.
8863 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8864 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8865 prototypes for renamed functions.
8866 * x86-64-tdep.c: Fix typo.
8867 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8868 register numbers.
8869 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8870 Use constants from `enum amd64_regnum' for register numbers.
8871 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8872 (amd64_analyze_prologue, amd64_frame_cache,
8873 amd64_sigtramp_frame_cache): Use constants from `enum
8874 amd64_regnum' for register numbers.
8875 (amd64_supply_fpregset): Adjust for renamed functions.
8876 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8877 `enum amd64_regnum' for register numbers.
8878 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8879 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8880 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8881 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8882 (amd64_linux_fill_gregset): Adjust for renamed macros.
8883 (fetch_core_registers): Adjust for renamed functions.
8884 (amd64_linux_init_abi): Adjust for renamed functions.
8885 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8886 renamed functions.
8887 * amd64-nat.c: Adjust for renamed macros.
8888 * amd64bsd-nat.c (fetch_inferior_registers)
8889 (store_inferior_registers): Use constants from `enum amd64_regnum'
8890 for register numbers. Adjust for renamed variables.
8891 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8892 renamed variables.
8893 (_initialize_amd64fbsd_nat): Use constants from `enum
8894 amd64_regnum' for register numbers.
8895 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8896 `enum amd64_regnum' for register numbers.
8897 (amd64fbsd_init_abi): Adjust for renamed functions.
8898 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8899 `enum amd64_regnum' for register numbers.
8900 (amd64nbsd_init_abi): Adjust for renamed functions.
8901 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8902 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8903 `enum amd64_regnum' for register numbers.
8904 (amd64obsd_init_abi): Adjust for renamed functions.
8905 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8906
8907 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8908
8909 * breakpoint.c (print_one_breakpoint): Do not output spaces
8910 after printing <PENDING> for a pending breakpoint.
8911
8912 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8913
8914 * printcmd.c (print_scalar_formatted): Initialize val_long
8915 to remove compiler warning message.
8916
8917 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8918
8919 * defs.h (nquery, yquery): New prototypes.
8920 * breakpoint.c (break_command_1): Use new nquery interface.
8921 * utils.c (defaulted_query, nquery, yquery): New functions.
8922
8923 2004-02-23 Andrew Cagney <cagney@redhat.com>
8924
8925 * hppa-tdep.c (hppa_frame_align): New function.
8926 (hppa32_push_dummy_call): New function.
8927 (hppa64_push_dummy_call): New function.
8928 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8929 disabled.
8930
8931 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8932 FIX_CALL_DUMMY when push_dummy_call is available.
8933 (call_function_by_hand, push_dummy_code): Ditto.
8934
8935 2004-02-22 Andrew Cagney <cagney@redhat.com>
8936
8937 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8938 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8939 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8940 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8941 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8942 call_dummy_location to ON_STACK.
8943
8944 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8945
8946 * x86-64-linux-tdep.c: Tweak comment.
8947 (amd64_linux_supply_gregset): Renamed from
8948 x86_64_linux_supply_gresget.
8949 (amd64_linux_fill_gregset): Renamed from
8950 x86_64_linux_fill_gregset.
8951 (fetch_core_registers): Adjust for renamed functions.
8952 (amd64_core_fns): Renamed from x86_64_core_fns.
8953 (amd64_linux_sigtramp_start): Renamed from
8954 x86_64_linux_sigtramp_start.
8955 (amd64_linux_pc_in_sigtramp): Renamed from
8956 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8957 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8958 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8959 (amd64_linux_sigcontext_addr): Renamed from
8960 x86_64_linux_sigcontext_addr.
8961 (amd64_linux_sc_reg_offset): Renamed from
8962 x86_64_linux_sc_reg_offset.
8963 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8964 Adjust for renamed functions and variables.
8965 (_initialize_amd64_linux_tdep): Renamed from
8966 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8967 variables.
8968 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8969 Adjust for renamed functions.
8970
8971 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8972 from x86_64_linux_gregset64_reg_offset.
8973 (amd64_linux_gregset32_reg_offset): Rename from
8974 x86_64_linux_gregset64_reg_offset.
8975 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8976 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8977 (amd64_linux_dr_set_control): Renamed from
8978 x86_64_linux_dr_set_control. Adjust for renamed functions.
8979 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8980 Adjust for renamed functions.
8981 (amd64_linux_dr_reset_addr): Renamed from
8982 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8983 (amd64_linux_dr_get_status): Renamed from
8984 x86_64_linux_dr_get_status. Adjust for renamed functions.
8985 (_initialize_amd64_linux_nat): Renamed from
8986 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8987 functions.
8988 * config/i386/nm-x86-64linux.h: Update copyright year.
8989 Adjust for renamed functions.
8990
8991 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8992 amd64fbsd_sigtramp_start.
8993 (amd64fbsd_sigtramp_end_addr): Renamed from
8994 amd64fbsd_sigtramp_end.
8995 (amd64fbsd_init_abi): Adjust for renamed variables.
8996 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8997 variables.
8998 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8999 amd64fbsd_sigtramp_start.
9000 (amd64fbsd_sigtramp_end_addr): Renamed from
9001 amd64fbsd_sigtramp_end.
9002
9003 2004-02-22 Andrew Cagney <cagney@redhat.com>
9004
9005 * hppa-tdep.c (hppa32_return_value): New function.
9006 (hppa64_return_value): New function.
9007 (hppa_gdbarch_init): Set return_value; keep disabled.
9008
9009 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9010 struct-return and inferior function call methods.
9011
9012 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9013 "frame-base.h".
9014 (struct hppa_frame_cache): Define.
9015 (hppa_frame_cache, hppa_frame_this_id): New functions.
9016 (hppa_frame_prev_register): New function.
9017 (hppa_frame_unwind, hppa_frame_base): New variables.
9018 (hppa_frame_unwind_sniffer): New function.
9019 (hppa_frame_base_address, hppa_unwind_pc): New function.
9020 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9021 sniffer, and frame base sniffer; keep disabled.
9022 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9023 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9024
9025 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9026 to predicates for "seriously old code".
9027
9028 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9029 runtime if(0).
9030
9031 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9032 unsigned.
9033 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9034
9035 * config/pa/tm-hppa.h: Update copyright.
9036 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9037 (deprecated_init_frame_pc_default): Delete declaration.
9038 (hppa_frame_init_saved_regs): Delete declaration.
9039 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9040 * hppa-tdep.c: Include "arch-utils.h".
9041 (hppa_gdbarch_init): Set deprecated init_frame_pc
9042 and deprecated frame_init_saved_regs.
9043 (hppa_frame_init_saved_regs): Make static.
9044
9045 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9046
9047 Remove old 386BSD support.
9048 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9049 * configure.host: Remove i[34567]86-*-bsd*.
9050 * configure.tgt: Remove i[34567]86-*-bsd*.
9051 * i386b-nat.c: Removed.
9052 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9053 (i386b-nat.o): Remove dependencies.
9054
9055 * config/i386/i386bsd.mh: Removed.
9056 * config/i386/i386bsd.mt: Removed.
9057 * config/i386/nm-i386bsd.h: Removed.
9058 * config/i386/tm-i386bsd.h: Removed.
9059 * config/i386/xm-i386bsd.h: Removed.
9060
9061 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9062
9063 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9064 (amd64fbsd_init_abi): Set link map offsets.
9065 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9066 (amd64nbsd_init_abi): Set link map offsets.
9067 * amd64obsd-tdep.c: Include "solib-svr4.h".
9068 (amd64obsd_init_abi): Set link map offsets.
9069 * i386fbsd-tdep.c: Include "solib-svr4.h".
9070 (i386fbsd_init_abi): Set link map offsets.
9071 * i386nbsd-tdep.c: Include "solib-svr4.h".
9072 (i386nbsdelf_init_abi): Set link map offsets.
9073 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9074 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9075 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9076 solib-legacy.o and core-aout.o. Reformat.
9077 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9078 solib-svr4.o, solib-legacy.o. Reformat.
9079 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9080 * config/i386/nbsdelf.mh: Reformat.
9081 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9082 solib-svr4.o, solib-legacy.o and corelow.o.
9083 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9084 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9085 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9086 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9087 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9088 (TM_FILE): Set to tm-fbsd.h.
9089 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9090 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9091 solib-svr4.o.
9092 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9093 solib-svr4.o.
9094 (TM_FILE): Set to nm-nbsd.h.
9095 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9096 Simplify shared library support. Don't include "elf/common.h".
9097 (SVR4_SHARED_LIBS): Don't define.
9098 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9099 "solib.h".
9100 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9101 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9102 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9103 Don't include "i386/tm-i386.h". Include "solib.h".
9104 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9105 Don't include "i386/tm-i386.h".
9106 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9107 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9108 Include "i386/xm-i386.h".
9109 (HOST_LONG_DOUBLE_FORMAT): Remove.
9110
9111 Fix OpenBSD/i386 sigtramp recognition.
9112 * i386-tdep.h: Update copyright year.
9113 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9114 (i386bsd_sigtramp_end): New prototypes.
9115 (i386fbsd_sigtramp_start_addr): Renamed from
9116 i386fbsd_sigtramp_start.
9117 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9118 (i386obsd_sigtramp_start_addr): Renamed from
9119 i386obsd_sigtramp_start.
9120 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9121 * i386bsd-tdep.c: Update copyright year.
9122 (i386bsd_pc_in_sigtramp): Make public.
9123 * i386fbsd-nat.c: Update copyright year.
9124 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9125 * i386fbsd-tdep.c: Update copyright year.
9126 (i386fbsd_sigtramp_start_addr): Renamed from
9127 i386fbsd_sigtramp_start.
9128 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9129 (i386fbsdaout_init_abi): Adjust for renamed variables.
9130 * i386obsd-nat.c: Update copyright year.
9131 (_initialize_i386obsd_nat): Adjust for renamed variables.
9132 * i386obsd-tdep.c: Include "target.h".
9133 (i386obsd_page_size): New variable.
9134 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9135 (i386obsd_sigtramp_end): New functions.
9136 (i386obsd_sigtramp_start_addr): Renamed from
9137 i386obsd_sigtramp_start.
9138 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9139 (i386obsd_init_abi): Adjust for renamed variables. Set
9140 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9141 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9142
9143 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9144 trampoline change in OpenBSD kernel.
9145
9146 * amd64-nat.c: Update copyright year.
9147 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9148 architecture from REGCACHE.
9149
9150 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9151 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9152
9153 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9154
9155 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9156 i[34567]86-*-openbsd3.[0-3].
9157 * config/i386/obsdaout.mh: New file.
9158
9159 * config/i386/obsd.mh (MH_FLAGS): Remove.
9160
9161 Fix PR build/1549.
9162 * i386obsd-tdep.c: Update copyright years. Include
9163 "solib-svr4.h".
9164 (i386obsd_init_abi): Don't set regset_from_core_section here.
9165 (i386obsd_aout_init_abi): New function. Set
9166 regset_from_core_section here.
9167 (i386obsd_elf_init_abi): New function.
9168 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9169 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9170 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9171 (TM_FILE): Set to tm-nbsd.h.
9172
9173 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9174 solib-sunos.o.
9175
9176 * solib-svr4.h: Update copyright year.
9177 (svr4_ilp32_fetch_link_map_offsets)
9178 (svr4_lp64_fetch_link_map_offsets): New prototype.
9179 * solib-svr4.c: Update copyright year.
9180 (svr4_ilp32_fetch_link_map_offsets)
9181 (svr4_lp64_fetch_link_map_offsets): New function.
9182
9183 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9184
9185 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9186 to the partial symbol table.
9187
9188 2004-02-20 J. brobecker <brobecker@gnat.com>
9189
9190 * PROBLEMS: Add description of problem documented under gdb/1560.
9191
9192 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9193
9194 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9195 comments.
9196 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9197 functions.
9198 (amd64obsd_init_abi): Reorder initializations. Use
9199 amd64obsd_r_reg_offset to initialize the general-purpose register
9200 set details. Set regset_from_core_section.
9201 (_initialize_amd64obsd_tdep): Rename from
9202 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9203 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9204 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9205
9206 * NEWS (New native configurations): Mention OpenBSD/alpha.
9207 * configure.tgt: Add alpha*-*-openbsd*.
9208 * configure.host: Add alpha*-*-openbsd*.
9209 * alphanbsd-tdep.c: Update copyright year.
9210 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9211
9212 2004-02-20 Andrew Cagney <cagney@redhat.com>
9213
9214 Fix PR tdep/1372.
9215 * configure.tgt: Delete target "none-*-*".
9216 * configure.host: Delete host "none-*-*".
9217 * config/none/none.mh: Delete file.
9218 * config/none/none.mt: Delete file.
9219 * config/none/xm-none.h: Delete file.
9220 * config/none/tm-none.h: Delete file.
9221 * config/none/nm-none.h: Delete file.
9222
9223 2004-02-19 Fred Fish <fnf@redhat.com>
9224
9225 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9226 cache->uses_fp prior to setting it.
9227
9228 2004-02-19 Fred Fish <fnf@redhat.com>
9229
9230 Fix for PR breakpoint/1558.
9231 * sh-tdep.c (IS_JSR): New macro.
9232 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9233
9234 2004-02-19 Jim Blandy <jimb@redhat.com>
9235
9236 * findvar.c (value_from_register): Doc fix.
9237
9238 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9239
9240 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9241 type being greater than sizeof of host's LONGEST. Always use
9242 unpack_long() unless format 'f' chosen.
9243
9244 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9245
9246 Committed by Elena Zannoni <ezannoni@redhat.com>
9247
9248 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9249 contains a symbol wich is the best, non-exact match for the given
9250 pc. Update comments.
9251
9252 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9253
9254 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9255 macro, which was part of the now removed Mach 3 port.
9256 * utils.c (request_quit): Ditto.
9257
9258 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9259
9260 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9261 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9262
9263 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9264
9265 Committed by Mark Kettenis <kettenis@gnu.org>.
9266
9267 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9268 Define.
9269
9270 2004-02-18 Andrew Cagney <cagney@redhat.com>
9271
9272 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9273 CONFIG_INSTALL and CONFIG_UNINSTALL.
9274 * configure: Re-generate.
9275 * interps.h (INTERP_TUI): Define.
9276 * Makefile.in: Update dependencies.
9277 (TUI): New macro.
9278 (tui-main.o): Specify dependencies.
9279 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9280 * tui/tui-main.c: New file.
9281
9282 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9283
9284 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9285 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9286 dependencies.
9287 * configure.host: Add x86_64-*-openbsd*.
9288 * configure.tgt: Add x86_64-*-openbsd*.
9289 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9290
9291 * tui/tui.c: Don't include <malloc.h>.
9292
9293 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9294 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9295 amd64nbsd-tdep.c.
9296
9297 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9298 static. Remove extraneous whitespace.
9299 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9300 static.
9301
9302 2004-02-17 Jim Blandy <jimb@redhat.com>
9303
9304 * findvar.c (value_from_register): Doc fix.
9305
9306 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9307
9308 Committed by Jim Blandy <jimb@redhat.com>.
9309
9310 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9311 CORE_ADDR as type for selectors. Correct types for GNU run time
9312 message lookup function to use double indirection.
9313 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9314 * objc-lang.h (lookup_child_selector): Adapt prototype.
9315
9316 * s390-nat.c (SUBOFF): New macro.
9317 (supply_gregset, fill_gregset): Use it to handle debugging
9318 of 32-bit exectuables running under a 64-bit kernel.
9319 * s390-tdep.c: Include "solib-svr4.h".
9320 (s390_svr4_fetch_link_map_offset): New function.
9321 (s390x_svr_fetch_link_map_offset): Likewise.
9322 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9323 * Makefile.in (s390-tdep.o): Update dependencies.
9324
9325 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9326 "frame-unwind.h".
9327 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9328 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9329 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9330 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9331 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9332 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9333 S390_SIGNAL_FRAMESIZE,
9334 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9335 (struct frame_extra_info): Remove.
9336 (s390_memset_extra_info): Remove.
9337 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9338 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9339 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9340 (is_rse): Renamed to ...
9341 (is_rsy): ... this. Support long displacements.
9342 (is_rxe): Renamed to ...
9343 (is_rxy): ... this. Support long displacements.
9344 (compute_x_addr): Support long displacements.
9345 (struct s390_prologue_data): New data type.
9346 (s390_on_stack): Change API to use struct s390_prologue_data.
9347 (s390_store): Reimplement.
9348 (s390_load): New function.
9349 (s390_get_signal_frame_info): Remove.
9350 (s390_get_frame_info): Remove, replace by ...
9351 (s390_analyze_prolog): ... this new function.
9352 (s390_check_function_end): Remove.
9353 (s390_function_start): Remove.
9354 (s390_frameless_function_invokation): Remove.
9355 (s390_is_sigreturn): Remove.
9356 (s390_init_frame_pc_first): Remove.
9357 (s390_init_frame_extra_info): Remove.
9358 (s390_frame_init_saved_regs): Remove.
9359 (s390_frame_saved_pc_nofix): Remove.
9360 (s390_frame_saved_pc): Remove.
9361 (s390_frame_chain): Remove.
9362 (s390_fp_regnum, s390_read_fp): Remove.
9363 (s390_pop_frame_regular, s390_pop_frame): Remove.
9364 (s390_saved_pc_after_call): Remove.
9365 (s390_skip_prologue): Reimplement.
9366 (s390_in_function_epilogue_p): Support long displacements.
9367 (struct s390_unwind_cache): New data structure.
9368 (s390_frame_unwind_cache): New function.
9369 (s390_prologue_frame_unwind_cache): Likewise.
9370 (s390_backchain_frame_unwind_cache): Likewise.
9371 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9372 (s390_frame_unwind): Define.
9373 (s390_frame_sniffer): New function.
9374 (struct s390_pltstub_unwind_cache): New data structure.
9375 (s390_pltstub_frame_unwind_cache): New function.
9376 (s390_pltstub_frame_this_id): Likewise.
9377 (s390_pltstub_frame_prev_register): Likewise.
9378 (s390_pltstub_frame_unwind): Define.
9379 (s390_pltstub_frame_sniffer): New function.
9380 (struct s390_sigtramp_unwind_cache): New data structure.
9381 (s390_sigtramp_frame_unwind_cache): New function.
9382 (s390_sigtramp_frame_this_id): Likewise.
9383 (s390_sigtramp_frame_prev_register): Likewise.
9384 (s390_sigtramp_frame_unwind): Define.
9385 (s390_sigtramp_frame_sniffer): New function.
9386 (s390_frame_base_address, s390_local_base_address): New functions.
9387 (s390_frame_base): Define.
9388 (s390_unwind_pc, s390_unwind_sp): New function.
9389 (s390_push_dummy_call): Use new frame base location.
9390 (s390_unwind_dummy_id): Likewise.
9391 (s390_gdbarch_init): Remove calls to:
9392 set_gdbarch_frameless_function_invocation,
9393 set_gdbarch_deprecated_init_frame_pc,
9394 set_gdbarch_deprecated_frame_chain,
9395 set_gdbarch_deprecated_frame_init_saved_regs,
9396 set_gdbarch_deprecated_pop_frame,
9397 set_gdbarch_deprecated_init_extra_frame_info,
9398 set_gdbarch_deprecated_init_frame_pc_first,
9399 set_gdbarch_deprecated_target_read_fp,
9400 set_gdbarch_deprecated_frame_saved_pc,
9401 set_gdbarch_deprecated_saved_pc_after_call,
9402 set_gdbarch_deprecated_fp_regnum.
9403 Add calls to:
9404 set_gdbarch_in_solib_call_trampoline,
9405 frame_unwind_append_sniffer,
9406 frame_base_set_default,
9407 set_gdbarch_unwind_pc,
9408 set_gdbarch_unwind_sp.
9409 * Makefile.in (s390-tdep.o): Update dependencies.
9410
9411 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9412 (S390_STACK_FRAME_OVERHEAD): Remove.
9413 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9414 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9415 (s390_promote_integer_argument): Remove.
9416 (s390_cannot_extract_struct_value_address): Remove.
9417 (s390_use_struct_convention, s390_store_struct_return): Remove.
9418 (s390_extract_return_value, s390_store_return_value): Remove.
9419 (s390_return_value_convention, s390_return_value): New functions.
9420 (is_float_singleton): Handle typedefs.
9421 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9422 Remove, replace by ...
9423 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9424 s390_function_arg_integer): ... these new functions.
9425 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9426 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9427 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9428 Fill in tdep->abi.
9429 Remove calls to:
9430 set_gdbarch_deprecated_store_struct_return,
9431 set_gdbarch_deprecated_extract_return_value,
9432 set_gdbarch_deprecated_store_return_value,
9433 set_gdbarch_use_struct_convention,
9434 set_gdbarch_extract_struct_value_address,
9435 set_gdbarch_deprecated_pc_in_call_dummy,
9436 set_gdbarch_deprecated_push_arguments,
9437 set_gdbarch_deprecated_save_dummy_frame_tos,
9438 set_gdbarch_deprecated_push_return_address,
9439 set_gdbarch_deprecated_sizeof_call_dummy_words,
9440 set_gdbarch_deprecated_call_dummy_words,
9441 set_gdbarch_deprecated_dummy_write_sp.
9442 Add calls to:
9443 set_gdbarch_push_dummy_call,
9444 set_gdbarch_unwind_dummy_id,
9445 set_gdbarch_return_value.
9446
9447 * config/s390/nm-linux.h: Update comments.
9448 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9449 (STOPPED_BY_WATCHPOINT): Redefine.
9450 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9451 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9452 (s390_stopped_by_watchpoint): Likewise.
9453 (watch_area_cnt): Remove.
9454 * s390-nat.c: Update comments.
9455 (watch_area): Remove typedef.
9456 Global replace watch_area by struct watch_area.
9457 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9458 (s390_stopped_by_watchpoint): Remove pid argument,
9459 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9460 (s390_fix_watch_points): Remove pid argument,
9461 use s390_inferior_tid. Recompute area spanned by watchpoints.
9462 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9463 argument. Reimplement.
9464
9465 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9466 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9467 (FETCH_INFERIOR_REGISTERS): Define.
9468 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9469 core-regset.o.
9470 * config/s390/s390x.mt: Remove.
9471 * config/s390/tm-s390.h: Remove.
9472 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9473 (TARGET_ELF64): Remove.
9474 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9475 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9476 s390*-*-* case; always set gdb_target to s390.
9477 * regformats/reg-s390.dat: Remove control registers.
9478 * regformats/reg-s390x.dat: Likewise.
9479 * s390-tdep.h: New file.
9480 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9481 Include "inferior.h" and "s390-tdep.h".
9482 Remove private definition of offsetof.
9483 (s390_register_u_addr): Remove.
9484 (regmap_gregset, regmap_fpregset): Define.
9485 (supply_gregset, fill_gregset): Reimplement.
9486 (supply_fpregset, fill_fpregset): Likewise.
9487 (s390_inferior_tid): New function.
9488 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9489 (fetch_inferior_registers, store_inferior_registers): Likewise.
9490 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9491 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9492 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9493 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9494 (struct gdbarch_tdep): Define.
9495 (struct s390_register_info): Define.
9496 (s390_register_info): New variable.
9497 (s390_register_name): Reimplement.
9498 (s390_register_type): New function.
9499 (s390_register_raw_size, s390x_register_raw_size): Remove.
9500 (s390_cannot_fetch_register): Remove.
9501 (s390_register_byte): Remove.
9502 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9503 (s390_dwarf_regmap): New variable.
9504 (s390_dwarf_reg_to_regnum): New function.
9505 (s390_stab_reg_to_regnum): Remove.
9506 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9507 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9508 (s390_convert_register_p): Likewise.
9509 (s390_register_to_value, s390_value_to_register): Likewise.
9510 (s390_register_reggroup_p): Likewise.
9511 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9512 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9513 (s390_supply_regset, s390_regset_from_core_section): New functions.
9514 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9515 (S390_FPR_SIZE): Likewise.
9516 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9517 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9518 (S390_NUM_GPRS): Move here from tm-s390.h.
9519 (S390_NUM_FPRS): Likewise.
9520 (s390_in_function_epilogue_p): New function.
9521 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9522 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9523 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9524 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9525 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9526 Remove calls to:
9527 set_gdbarch_deprecated_max_register_raw_size,
9528 set_gdbarch_deprecated_max_register_virtual_size,
9529 set_gdbarch_deprecated_register_byte,
9530 set_gdbarch_cannot_fetch_register,
9531 set_gdbarch_cannot_store_register,
9532 set_gdbarch_deprecated_register_size,
9533 set_gdbarch_deprecated_register_raw_size,
9534 set_gdbarch_deprecated_register_virtual_size,
9535 set_gdbarch_deprecated_register_virtual_type,
9536 set_gdbarch_deprecated_register_bytes.
9537 Add calls to:
9538 set_gdbarch_num_pseudo_regs,
9539 set_gdbarch_register_type,
9540 set_gdbarch_convert_register_p,
9541 set_gdbarch_register_to_value,
9542 set_gdbarch_value_to_register,
9543 set_gdbarch_register_reggroup_p,
9544 set_gdbarch_regset_from_core_section,
9545 set_gdbarch_pseudo_register_read,
9546 set_gdbarch_pseudo_register_write,
9547 set_gdbarch_in_function_epilogue_p.
9548 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9549 (s390_tdep_h): New variable.
9550
9551 2004-02-17 Jim Blandy <jimb@redhat.com>
9552
9553 * findvar.c (value_from_register): If the type has no length, just
9554 return an acceptable value --- don't report an internal error.
9555
9556 * stabsread.c (read_type): If we find any type numbers that are
9557 forward references, complain if the references aren't resolved by
9558 the time we're finished reading.
9559 (cleanup_undefined_types): Make error message more appropriate for
9560 a complaint.
9561
9562 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9563
9564 * Makefile.in (defs_h): Remove dependency on progress_h.
9565 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9566 progress.h.
9567 * main.c (captured_main): Delete use of START_PROGRESS and
9568 END_PROGRESS.
9569
9570 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9571
9572 * objfiles.c (terminate_minimal_symbol_table): Add back
9573 initialization of MSYMBOL_TYPE.
9574
9575 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9576
9577 Committed by Andrew Cagney.
9578 * Makefile.in (ia64_tdep_h): New macro.
9579 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9580 (ia64-tdep.o): Likewise.
9581 * ia64-tdep.h: New file.
9582 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9583 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9584 (ia64_aix_sigcontext_register_address): Likewise.
9585 (ia64_linux_getunwind_table): Delete declaration.
9586 * ia64-linux-tdep.c: Likewise.
9587
9588 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9589
9590 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9591 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9592 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9593
9594 2004-02-17 Andrew Cagney <cagney@redhat.com>
9595
9596 * symtab.c (skip_prologue_using_sal): New function.
9597 * symtab.h (skip_prologue_using_sal): Declare.
9598 * frv-tdep.c: Include "symtab.h".
9599 (skip_prologue_using_sal): Delete function.
9600 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9601 * rs6000-tdep.c (refine_prologue_limit): Mention
9602 skip_prologue_using_sal.
9603 * ia64-tdep.c (refine_prologue_limit): Ditto.
9604 * Makefile.in: Update dependencies.
9605
9606 2004-02-16 Andrew Cagney <cagney@redhat.com>
9607
9608 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9609 START_INFERIOR_TRAPS_EXPECTED.
9610 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9611 START_INFERIOR_TRAPS_EXPECTED.
9612 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9613 Delete macro.
9614 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9615 macro, moved to "nm-osf.h". Update copyright.
9616 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9617 update copyright.
9618
9619 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9620 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9621 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9622 frameless_look_for_prologue.
9623 * frame.h (legacy_frameless_look_for_prologue): Rename
9624 frameless_look_for_prologue.
9625 * gdbarch.h, gdbarch.c: Re-generate.
9626 * sh64-tdep.c (sh64_gdbarch_init): Update.
9627 * sh-tdep.c (sh_gdbarch_init): Update.
9628 * s390-tdep.c (s390_gdbarch_init): Update.
9629 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9630 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9631 * m68k-tdep.c (m68k_gdbarch_init): Update.
9632 (delta68_frame_args_address): Update.
9633 * m32r-tdep.c (m32r_gdbarch_init): Update.
9634 * hppa-tdep.c (hppa_gdbarch_init): Update.
9635 * h8300-tdep.c (h8300_gdbarch_init): Update.
9636 * frv-tdep.c (frv_gdbarch_init): Update.
9637 (frv_frameless_function_invocation): Update.
9638 * cris-tdep.c (cris_gdbarch_init): Update.
9639 (cris_frameless_function_invocation): Update.
9640 * avr-tdep.c (avr_gdbarch_init): Update.
9641 * arm-tdep.c (arm_gdbarch_init): Update.
9642 * stack.c (frame_info): Update, call predicate.
9643 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9644 * frame.c (legacy_get_prev_frame): Update, call predicate..
9645 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9646 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9647 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9648 invocation.
9649 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9650 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9651 * vax-tdep.c (vax_gdbarch_init): Ditto.
9652
9653 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9654 function.
9655
9656 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9657
9658 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9659 initializations.
9660
9661 2004-02-16 Andrew Cagney <cagney@redhat.com>
9662
9663 * tui/tui-windata.c: Include "gdb_string.h".
9664 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9665 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9666 * Makefile.in: Update dependencies.
9667
9668 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9669
9670 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9671 * infrun.c: Include "gdb_assert.h".
9672 (singlestep_ptid, saved_singlestep_ptid)
9673 (stepping_past_singlestep_breakpoint): New variables.
9674 (resume): Set singlestep_ptid. Check for singlestep thread
9675 hop.
9676 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9677 (handle_inferior_event): Handle singlestep thread hop.
9678
9679 2004-02-16 Andrew Cagney <cagney@redhat.com>
9680
9681 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9682 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9683 (dwarf2_frame_init_reg): Ditto.
9684
9685 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9686 suggested by Joshua Neuheisel
9687
9688 * configure.in: Always check for curses, including pdcurses.
9689 Warn, instead of error, when no curses are found. Enable TUI when
9690 curses is available.
9691 * configure: Re-generate.
9692
9693 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9694
9695 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9696 sh_sh4_register_convert_to_virtual.
9697 (sh_register_convert_to_raw): Rename from
9698 sh_sh4_register_convert_to_raw.
9699 (sh_pseudo_register_read): Accomodate above name change.
9700 (sh_pseudo_register_write): Ditto.
9701
9702 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9703
9704 * sh-tdep.c (sh_generic_register_name): Remove.
9705 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9706
9707 2004-02-15 Andrew Cagney <cagney@redhat.com>
9708
9709 * configure.in (build_warnings): Add -Wunused-function.
9710 * configure: Re-generate.
9711
9712 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9713 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9714
9715 * procfs.c (procfs_init_inferior): Assume that
9716 START_INFERIOR_TRAPS_EXPECTED is defined.
9717 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9718 * config/ns32k/tm-nbsd.h: Delete file,
9719 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9720
9721 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9722 * config/vax/tm-vax.h: Delete file.
9723
9724 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9725 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9726 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9727 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9728 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9729 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9730 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9731
9732 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9733
9734 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9735 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9736 (struct dwarf2_frame_ops): New.
9737 (dwarf2_frame_default_init_reg): New function, based on
9738 dwarf2_frame_init_reg.
9739 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9740 (dwarf2_frame_init_reg): Call architecture-specific function.
9741 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9742 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9743 instead of dwarf2_frame_data.
9744 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9745 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9746
9747 2004-02-15 Andrew Cagney <cagney@redhat.com>
9748
9749 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9750 register_gdbarch_swap.
9751 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9752 * f-lang.c (_initialize_f_language): Update, use
9753 DEPRECATED_REGISTER_GDBARCH_SWAP.
9754 * remote.c (_initialize_remote): Ditto.
9755 * regcache.c (_initialize_regcache): Ditto.
9756 * parse.c (_initialize_parse): Ditto.
9757 * infrun.c (_initialize_infrun): Ditto.
9758 * mi/mi-main.c (_initialize_mi_main): Ditto.
9759 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9760
9761 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9762 poking .cacheable directly.
9763 * symfile.c (symfile_bfd_open): Ditto.
9764
9765 * Makefile.in: Update all dependencies.
9766
9767 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9768 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9769 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9770 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9771 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9772
9773 2004-02-14 Andrew Cagney <cagney@redhat.com>
9774
9775 * arch-utils.c (legacy_convert_register_p): Check
9776 DEPRECATED_REGISTER_CONVERTIBLE_P.
9777 * findvar.c (value_of_register): Ditto.
9778
9779 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9780 * gdbarch.h, gdbarch.c: Re-generate.
9781 * arch-utils.c (deprecated_register_convertible_not): Delete.
9782 * arch-utils.h (deprecated_register_convertible_not): Delete.
9783 * mi/mi-main.c (get_register): Update. Update copyright.
9784 * infcmd.c (default_print_registers_info): Update.
9785
9786 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9787 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9788 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9789 * gdbarch.h, gdbarch.c: Re-generate.
9790 * frame.c (deprecated_get_next_frame_hack): Delete function.
9791 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9792 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9793 Update.
9794 * infcall.c (call_function_by_hand): Update.
9795
9796 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9797
9798 * symfile.c (init_entry_point_info, entry_point_address): Move
9799 from here...
9800 * objfiles.c (init_entry_point_info, entry_point_address):..to
9801 here.
9802 * symfile.h (init_entry_point_info, entry_point_address): Remove
9803 prototypes.
9804 * objfiles.h (init_entry_point_info, entry_point_address):Add
9805 prototypes.
9806 * cris-tdep.c: Remove include of symfile.h. Add include of
9807 objfiles.h.
9808 * infcall.c: Ditto.
9809 * mcore-tdep.c: Ditto.
9810 * mn10300-tdep.c: Ditto.
9811 * sh64-tdep.c: Ditto.
9812 * v850-tdep.c: Ditto.
9813 * arm-tdep.c: Remove include of symfile.h.
9814 * blockframe.c: Ditto.
9815 * coffread.c: Ditto.
9816 * dbxread.c: Ditto.
9817 * dwarf2read.c: Ditto.
9818 * dwarfread.c: Ditto.
9819 * frv-tdep.c: Ditto.
9820 * ia64-tdep.c: Ditto.
9821 * mdebugread.c: Ditto.
9822 * mipsread.c: Ditto.
9823 * rs6000-tdep.c: Ditto.
9824 * s390-tdep.c: Ditto.
9825 * sh-tdep.c: Ditto.
9826 * xstormy16-tdep.c: Ditto.
9827 * gdbarch.sh: Remove include of symfile.h.
9828 * gdbarch.c: Regenerate.
9829 * solib-irix.c (enable_break): Use entry_point_address().
9830 Add comment about include file.
9831 * xcoffread.c: Add comment about include file.
9832 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9833 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9834 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9835 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9836 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9837
9838 2004-02-13 Andrew Cagney <cagney@redhat.com>
9839
9840 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9841 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9842 copyright.
9843 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9844
9845 2004-02-12 Fred Fish <fnf@redhat.com>
9846
9847 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9848 set_gdbarch_store_return_value.
9849
9850 2004-02-12 Andrew Cagney <cagney@redhat.com>
9851
9852 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9853 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9854 (interrupt_query): Ditto.
9855 (ofunc): Delete unused variable.
9856 * cris-tdep.c (cris_abi): Delete unused function.
9857 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9858 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9859 (cris_get_asr_quick_shift_steps): Ditto.
9860 (cris_skip_prologue_frameless_p): Ditto.
9861 * arm-tdep.c (arm_push_return_address): Delete unused function.
9862 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9863 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9864 * s390-tdep.c (s390_function_start): Delete unused function.
9865
9866 2004-02-12 Andrew Cagney <cagney@redhat.com>
9867
9868 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9869 gdbarch.h, gdbarch.c: Re-generate.
9870 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9871 to generic_prologue_frameless_p.
9872 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9873 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9874
9875 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9876
9877 * mips-linux-tdep.c: Include "frame.h".
9878 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9879 (mips_linux_skip_resolver): New functions.
9880 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9881 and set_gdbarch_in_solib_call_trampoline.
9882 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9883 to after set_gdbarch_in_solib_return_trampoline. Only set the
9884 solib hooks to mips16 functions if the OS ABI is unknown.
9885 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9886 including "config/tm-linux.h".
9887 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9888 * Makefile.in (mips-linux-tdep.o): Update.
9889
9890 2004-02-11 David Carlton <carlton@kealia.com>
9891
9892 * linespec.c (decode_compound): Only look for a class symbol when
9893 considering all but the rightmost component.
9894
9895 2004-02-11 Andrew Cagney <cagney@redhat.com>
9896
9897 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9898 abi code are are separatly grouped.
9899
9900 2004-02-11 Andrew Cagney <cagney@redhat.com>
9901
9902 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9903 * gdbarch.h, gdbarch.c: Re-generate.
9904 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9905 * v850-tdep.c (v850_gdbarch_init): Update.
9906 * sh64-tdep.c (sh64_gdbarch_init): Update.
9907 * sh-tdep.c (sh_gdbarch_init): Update.
9908 * s390-tdep.c (s390_gdbarch_init): Update.
9909 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9910 * mips-tdep.c (mips_gdbarch_init): Update.
9911 * mcore-tdep.c (mcore_gdbarch_init): Update.
9912 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9913 * m32r-tdep.c (m32r_gdbarch_init): Update.
9914 * ia64-tdep.c (ia64_gdbarch_init): Update.
9915 * hppa-tdep.c (hppa_gdbarch_init): Update.
9916 * h8300-tdep.c (h8300_gdbarch_init): Update.
9917 * frv-tdep.c (frv_gdbarch_init): Update.
9918 * d10v-tdep.c (d10v_gdbarch_init): Update.
9919 * cris-tdep.c (cris_gdbarch_init): Update.
9920 * avr-tdep.c (avr_gdbarch_init): Update.
9921 * arm-tdep.c (arm_gdbarch_init): Update.
9922 * alpha-tdep.c (alpha_gdbarch_init): Update.
9923
9924 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
9925
9926 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9927 comma.
9928 (sh_sh4al_dsp_register_name): Ditto.
9929
9930 2004-02-10 Andrew Cagney <cagney@redhat.com>
9931
9932 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9933 (mips_init_frame_pc_first): Delete function.
9934 (mips_frame_saved_pc): Delete function.
9935 (mips_frame_chain): Delete function.
9936 (mips_init_extra_frame_info): Delete function.
9937 (mips_xfer_register): Delete unused variable "reg".
9938 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9939 (mips_n32n64_return_value): Delete unused variable "reg".
9940 (mips_n32n64_return_value): Delete unused variable "pos".
9941 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9942 (mips_o32_return_value): Delete unused variable "pos".
9943 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9944 (mips_print_fp_register): Delete unused variable "namelen"
9945 (mips_print_fp_register): Delete unused variable "flt2"
9946 (get_frame_pointer): Delete function.
9947 (cached_proc_desc): Delete static variable.
9948 (mips_pop_frame): Delete function.
9949 (mips_find_saved_regs): Delete function.
9950 (mips_get_saved_register): Delete function.
9951 (mips_saved_pc_after_call): Delete function.
9952 (SIGFRAME_BASE): Delete macro.
9953 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9954 (SIGFRAME_PC_OFF): Delete macro.
9955 (SIGFRAME_REGSAVE_OFF): Delete macro.
9956 (mips_dump_tdep): Do not print deleted macro definitions.
9957
9958 2004-02-10 Andrew Cagney <cagney@redhat.com>
9959
9960 * Makefile.in (SFILES): Remove explictly listed tui files.
9961 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9962
9963 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
9964
9965 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9966 to use paddr functions to format ia64 addresses and long values.
9967 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9968 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9969 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9970 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9971 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9972
9973 2004-02-10 Andrew Cagney <cagney@redhat.com>
9974
9975 * defs.h: Do not include "tui.h".
9976 * gdb_curses.h: New file.
9977 * tui/tui-hooks.h: New file.
9978 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9979 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9980 (tui_initialize_io): Delete declaration.
9981 (tui_initialize_readline: Delete redundant declaration.
9982 (struct tui_point): Delete definition.
9983 * tui/tui-data.h (struct tui_point): Define.
9984 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9985 * utils.c: Include "tui/tui.h".
9986 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9987 * printcmd.c [TUI]: Include "tui/tui.h".
9988 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9989 * tui/tui-command.c: Include "gdb_curses.h".
9990 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9991 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9992 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9993 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9994 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9995 * Makefile.in: Update all dependencies.
9996 (tui_hooks_h, gdb_curses_h): Define.
9997 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9998
9999 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10000
10001 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10002 auxf2. Add comments about some other rarely used fields.
10003
10004 2004-02-10 Andrew Cagney <cagney@redhat.com>
10005
10006 * Makefile.in (init.c): Fix script removing duplicates. Problem
10007 reported by Peter Schauer.
10008
10009 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10010
10011 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10012 obstack_specify_allocation.
10013 * objfiles.c (allocate_objfile): Ditto.
10014 * solib-sunos.c (solib_add_common_symbols)
10015 (allocate_rt_common_objfile): Ditto.
10016 * symfile.c (reread_symbols): Ditto.
10017 * gdb_obstack.h: Add comment.
10018
10019 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10020
10021 * linespec.c (decode_line_1, locate_first_half)
10022 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10023 commented out code.
10024
10025 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10026
10027 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10028 obstack_free.
10029
10030 2004-02-09 Andrew Cagney <cagney@redhat.com>
10031
10032 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10033 fails, try find_pc_section. Fix PR c++/1267.
10034 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10035 instead of find_pc_mapped_section.
10036 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10037 not default to the section containing PC. Fix PR symtab/1519.
10038
10039 2004-02-09 Andrew Cagney <cagney@redhat.com>
10040
10041 * Makefile.in (mips-tdep.o): Update dependencies.
10042 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10043 "trad-frame.h".
10044 (mips_unwind_pc): Return the pseudo PC register.
10045 (mips_unwind_dummy_id): New function.
10046 (mips16_fetch_instruction): New function.
10047 (mips32_fetch_instruction): New function.
10048 (struct mips_frame_cache): Define.
10049 (mips_mdebug_frame_cache): New function.
10050 (mips_mdebug_frame_this_id): New function.
10051 (mips_mdebug_frame_prev_register): New function.
10052 (mips_mdebug_frame_unwind): Define.
10053 (mips_mdebug_frame_sniffer): New function.
10054 (mips_mdebug_frame_base_address): New function.
10055 (mips_mdebug_frame_base): Define.
10056 (mips_mdebug_frame_base_sniffer): New function.
10057 (mips_gdbarch_init): Append unwind and base sniffers. Set
10058 unwind_dummy_id.
10059
10060 2004-02-08 Andrew Cagney <cagney@redhat.com>
10061
10062 * frame.c: Print both the register number and name.
10063
10064 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10065 and a sed into a single sed. Make .c and .o patterns more robust.
10066 (OBS): Delete.
10067 (INIT_FILES): Replace OBS with COMMON_OBS.
10068 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10069
10070 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10071
10072 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10073 the PT_WCOOKIE request.
10074
10075 2004-02-08 Andrew Cagney <cagney@redhat.com>
10076
10077 * mips-tdep.c (mips_unwind_pc): New function.
10078 (mips_gdbarch_init): Set mips_unwind_pc.
10079
10080 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10081 (get_frame_id): Allow the UNKNOWN_FRAME.
10082 (frame_register_unwind, get_frame_type): Ditto.
10083
10084 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10085 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10086 unwind_dummy_id indicates a legacy frame.
10087
10088 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10089 * configure: Re-generate.
10090
10091 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10092 methods.
10093
10094 2004-02-08 Andrew Cagney <cagney@redhat.com>
10095
10096 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10097 makefile macro.
10098 * configure: Re-generate.
10099 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10100 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10101 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10102 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10103 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10104 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10105 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10106 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10107 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10108 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10109
10110 2004-02-07 Andrew Cagney <cagney@redhat.com>
10111
10112 * Makefile.in: Update all dependencies.
10113
10114 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10115 * configure: Re-generate.
10116 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10117 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10118 (COMMON_OBS): Add "main.o" and "annotate.o".
10119 (ANNOTATE_OBS): Delete.
10120 (OBS): Remove ANNOTATE_OBS.
10121 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10122 CONFIG_INITS.
10123 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10124 against CONFIG_OBS and "main.o".
10125 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10126 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10127
10128 * tui/tui-command.c: Include "gdb_string.h", delete register
10129 attribute, use ISO-C function signatures.
10130 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10131 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10132 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10133 * tui/tui.c: Ditto.
10134
10135 * tui/tui-command.c: Change variable and function names to lower
10136 case.
10137 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10138 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10139 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10140 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10141 * tui/tui-winsource.c, tui/tui.c: Ditto.
10142
10143 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10144
10145 * buildsym.c (free_pending_blocks, finish_block)
10146 (record_pending_block, make_blockvector, end_symtab): Replace
10147 symbol_obstack with objfile_obstack.
10148 * coffread.c (process_coff_symbol, coff_read_struct_type)
10149 (coff_read_enum_type): Ditto.
10150 * cp-namespace.c (initialize_namespace_symtab)
10151 (check_one_possible_namespace_symbol): Ditto.
10152 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10153 (dwarf2_symbol_mark_computed): Ditto.
10154 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10155 * elfread.c (elf_symtab_read): Ditto.
10156 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10157 (hpread_read_enum_type, hpread_read_function_type)
10158 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10159 Ditto.
10160 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10161 (java_link_class_type): Ditto.
10162 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10163 (new_symbol): Ditto.
10164 * minsyms.c (install_minimal_symbols): Ditto.
10165 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10166 (terminate_minimal_symbol_table): Replace symbol_obstack with
10167 objfile_obstack.
10168 (free_objfile): Remove freeing of symbol_obstack.
10169 * objfiles.h: Remove symbol_obstack field.
10170 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10171 objfile_obstack.
10172 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10173 symbol_obstack.
10174 (solib_add_common_symbols): Replace symbol_obstack with
10175 objfile_obstack.
10176 * somsolib.c (som_solib_add): Ditto.
10177 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10178 (common_block_start, common_block_end): Ditto.
10179 * symfile.c (reread_symbols): Remove freeing and init of
10180 symbol_obstack.
10181 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10182 * symfile.h: Update comment.
10183 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10184 stats printing.
10185 * symtab.c (symbol_set_names): Replace symbol_obstack with
10186 objfile_obstack.
10187 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10188 Update comments.
10189 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10190 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10191 objfile_obstack.
10192
10193 2004-02-07 Andrew Cagney <cagney@redhat.com>
10194
10195 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10196 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10197 fields and variables.
10198 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10199 (m_beInvisible): Delete macro.
10200 * tui/tui-data.h: Fix case case fields and variables.
10201 (m_genWinPtrIsNull): Delete macro.
10202 (tui_win_list): Rename winList.
10203 (TUI_SRC_WIN): Rename srcWin.
10204 (TUI_DISASM_WIN): Rename disassemWin.
10205 (TUI_DATA_WIN): Rename dataWin.
10206 (TUI_CMD_WIN): Rename cmdWin.
10207 (m_genWinPtrNotNull): Delete macro.
10208 (m_winPtrIsNull): Delete macro.
10209 (m_winPtrNotNull): Delete macro.
10210 (tui_win_is_source_type): Replace m_winIsSourceType
10211 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10212 (tui_win_has_locator): Replace m_hasLocator.
10213 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10214 m_setWinHighlightOff.
10215 * tui/tui-data.c: Update references.
10216 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10217 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10218 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10219 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10220 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10221 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10222 * tui/tui-winsource.c, tui/tui.c: Ditto.
10223
10224 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10225
10226 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10227 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10228 StackGhost.
10229
10230 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10231 variable `i6' to `i7'.
10232 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10233
10234 2004-02-07 Andrew Cagney <cagney@redhat.com>
10235
10236 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10237 (TuiPoint, TuiPointPtr): Ditto.
10238 (TuiStatus, TuiStatusPtr): Ditto.
10239 (TuiWinType, TuiWinTypePtr): Ditto.
10240 (struct tui_point): Rename _TuiPoint.
10241 (tui_get_low_disassembly_address): Rename
10242 tuiGetLowDisassemblyAddress.
10243 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10244 (tuiFree): Delete declaration.
10245 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10246 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10247 * tui/tui.c (tuiFree): Delete function.
10248 * cli/cli-cmds.c (disassemble_command): Update references.
10249 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10250 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10251 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10252 * tui/tui-winsource.c: Ditto.
10253
10254 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10255
10256 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10257 coffstab_build_psymtabs, elfstab_build_psymtabs)
10258 (stabsect_build_psymtabs): Replace psymbol_obstack with
10259 objfile_obstack.
10260 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10261 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10262 Ditto.
10263 * dwarfread.c (scan_compilation_units): Ditto.
10264 * elfread.c (elfstab_offset_sections): Ditto.
10265 * hppa-tdep.c (read_unwind_info): Ditto.
10266 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10267 (hpread_end_psymtab): Ditto.
10268 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10269 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10270 Ditto.
10271 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10272 * objfiles.c (add_to_objfile_sections)
10273 (build_objfile_section_table): Ditto.
10274 (allocate_objfile): Remove init of psymbol_obstack.
10275 (free_objfile): Remove freeing of psymbol_obstack.
10276 * objfiles.h (struct objfile): Remove field
10277 psymbol_obstack. Update comments.
10278 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10279 psymbol_obstack with objfile_obstack.
10280 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10281 psymbol_obstack.
10282 * somread.c (som_symfile_offsets, init_import_symbols)
10283 (init_export_symbols): Replace psymbol_obstack with
10284 objfile_obstack.
10285 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10286 * symfile.c (default_symfile_offsets, syms_from_objfile)
10287 (reread_symbols): Remove freeing and init of psymbol_obstack.
10288 (cashier_psymtab): Update comment.
10289 * symmisc.c (print_objfile_statistics): Don't report stats for
10290 psymbol obstack.
10291 * symtab.h (struct general_symbol_info, struct partial_symtab):
10292 Update comments.
10293 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10294 (xcoff_symfile_offsets): Replace psymbol_obstack with
10295 objfile_obstack.
10296
10297 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10298
10299 * objfiles.h (struct objfile): Add objfile_obstack field.
10300 Remove type_obstack field.
10301
10302 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10303 read_structure_scope read_enumeration, new_symbol): Replace
10304 type_obstack with objfile_obstack.
10305 * dwarfread.c (struct_type, enum_type): Ditto.
10306 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10307 (lookup_fundamental_type): Ditto.
10308 * gdbtypes.h (TYPE_ALLOC): Ditto.
10309 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10310 (hpread_read_doc_function_type, hpread_read_struct_type)
10311 (fix_static_member_physnames, hpread_read_array_type)
10312 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10313 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10314 (java_link_class_type): Ditto.
10315 * mdebugread.c (parse_type): Ditto.
10316 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10317 * solib-sunos.c (solib_add_common_symbols): Ditto.
10318 * stabsread.c (define_symbol, read_type, read_member_functions,
10319 read_cpp_abbrev, read_one_struct_field): Ditto.
10320 * symfile.c (reread_symbols): Ditto.
10321 * symmisc.c (print_objfile_statistics): Ditto.
10322
10323 2004-02-07 Andrew Cagney <cagney@redhat.com>
10324
10325 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10326 (tui_exec_info_content): Rename TuiExecInfoContent.
10327 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10328 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10329 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10330 (TuiList, TuiListPtr): Ditto.
10331 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10332 (TuiDataType, TuiDataTypePtr): Ditto.
10333 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10334 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10335 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10336 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10337 (TuiDataElement, TuiDataElementPtr): Ditto.
10338 (TuiWinElement, TuiWinElementPtr): Ditto.
10339 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10340 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10341 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10342 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10343 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10344 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10345 * tui/tui-command.c, tui/tui-data.c: Update references.
10346 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10347 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10348 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10349 * tui/tui-winsource.c, tui/tui.c: Ditto.
10350
10351 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10352
10353 * dwarf2-frame.h: Update copyright.
10354 (enum dwarf2_frame_reg_rule): New.
10355 (struct dwarf2_frame_state_reg): New.
10356 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10357 * dwarf2-frame.c: Update copyright.
10358 (enum dwarf2_reg_rule): Remove.
10359 (struct dwarf2_frame_state): Remove defenition of `struct
10360 dwarf2_frame_state_reg'.
10361 (read_reg): Call get_frame_arch to get the architecture instead of
10362 using CURRENT_GDBARCH.
10363 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10364 DWARF2_FRAME_.
10365 (dwarf2_frame_init_reg): New function.
10366 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10367 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10368 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10369 tags with DWARF2_FRAME_.
10370 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10371 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10372 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10373
10374 2004-02-06 Andrew Cagney <cagney@redhat.com>
10375
10376 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10377 (enum tui_data_type): Rename _TuiDataType.
10378 (struct tui_layout_def): Rename _TuiLayoutDef.
10379 (struct tui_source_element): Rename _TuiSourceElement.
10380 (struct tui_data_element): Rename _TuiDataElement.
10381 (struct tui_command_element): Rename _TuiCommandElement.
10382 (struct tui_locator_element): Rename _TuiLocatorElement.
10383 (union tui_which_element): Define.
10384 (struct tui_win_element): Rename _TuiWinElement.
10385 (struct tui_data_info): Rename _TuiDataInfo.
10386 (struct tui_source_info): Rename _TuiSourceInfo.
10387 (struct tui_command_info): Rename _TuiCommandInfo.
10388 (tui_initialize_static_data): Rename initializeStaticData.
10389 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10390 (tui_alloc_win_info): Rename allocWinInfo.
10391 (tui_init_generic_part): Rename initGenericPart.
10392 (tui_init_win_info): Rename initWinInfo.
10393 (tui_alloc_content): Rename allocContent.
10394 (tui_add_content_elements): Rename addContentElements.
10395 (tui_init_content_element): Rename initContentElement.
10396 (tui_free_window): Rename freeWindow.
10397 (tui_free_win_content): Rename freeWinContent.
10398 (tui_free_data_content): Rename freeDataContent.
10399 (tui_free_all_source_wins_content): Rename
10400 freeAllSourceWinsContent.
10401 (tui_del_window): Rename tuiDelWindow.
10402 (tui_del_data_windows): Rename tuiDelDataWindows.
10403 (tui_partial_win_by_name): Rename partialWinByName.
10404 (tui_win_name): Rename winName.
10405 (tui_current_layout): Rename currentLayout.
10406 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10407 (tui_term_height): Rename termHeight.
10408 (tui_set_term_height_to): Rename setTermHeightTo.
10409 (tui_term_width): Rename termWidth.
10410 (tui_set_term_width_to): Rename setTermWidthTo.
10411 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10412 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10413 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10414 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10415 (tui_source_windows): Rename sourceWindows.
10416 (tui_clear_source_windows): Rename clearSourceWindows.
10417 (tui_clear_source_windows_detail): Rename
10418 clearSourceWindowsDetail.
10419 (tui_clear_win_detail): Rename clearWinDetail.
10420 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10421 (tui_default_tab_len): Rename tuiDefaultTabLen.
10422 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10423 (tui_win_with_focus): Rename tuiWinWithFocus.
10424 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10425 (tui_layout_def): Rename tuiLayoutDef.
10426 (tui_win_resized): Rename tuiWinResized.
10427 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10428 (tui_next_win): Rename tuiNextWin.
10429 (tui_prev_win): Rename tuiPrevWin.
10430 (tui_add_to_source_windows): Rename addToSourceWindows.
10431 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10432 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10433 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10434 * tui/tui.c, tui/tui-data.c: Ditto.
10435 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10436 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10437
10438 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10439 (struct symtab): Declare.
10440 (tui_set_source_content): Rename tuiSetSourceContent.
10441 (tui_show_symtab_source): Rename tuiShowSource.
10442 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10443 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10444 * tui/tui-source.c: Update copyright. Update references.
10445 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10446 * tui/tui-stack.c: Update references.
10447
10448 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10449 (struct tui_win_info): Declare.
10450 (tui_scroll_forward): Rename tuiScrollForward.
10451 (tui_scroll_backward): Rename tuiScrollBackward.
10452 (tui_scroll_left): Rename tuiScrollLeft.
10453 (tui_scroll_right): Rename tuiScrollRight.
10454 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10455 (tui_resize_all): Rename tuiResizeAll.
10456 (tui_refresh_all_win): Rename tuiRefreshAll.
10457 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10458 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10459 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10460 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10461
10462 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10463 (tui_erase_data_content): Rename tuiEraseDataContent.
10464 (tui_display_all_data): Rename tuiDisplayAllData.
10465 (tui_check_data_values): Rename tuiCheckDataValues.
10466 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10467 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10468 (tui_first_data_element_no_in_line): Rename
10469 tuiFirstDataElementNoInLine.
10470 (tui_delete_data_content_windows): Rename
10471 tuiDeleteDataContentWindows.
10472 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10473 (tui_display_data_from): Rename tuiDisplayDataFrom.
10474 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10475 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10476 * tui/tui-win.c, tui/tui-regs.c: Update references.
10477 * tui/tui-layout.c, tui/tui.c: Update references.
10478
10479 * tui/tui-wingeneral.h: Update copyright.
10480 (m_allBeVisible): Delete macro.
10481 (m_allBeInvisible): Delete macro.
10482 (struct tui_gen_win_info): Declare.
10483 (struct tui_win_info): Declare.
10484 (tui_unhighlight_win): Rename unhighlightWin.
10485 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10486 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10487 (tui_make_window): Rename makeWindow.
10488 (tui_copy_win): Rename copyWin.
10489 (tui_box_win): Rename boxWin.
10490 (tui_highlight_win): Rename highlightWin.
10491 (tui_check_and_display_highlight_if_needed): Rename
10492 checkAndDisplayHighlightIfNeeded.
10493 (tui_refresh_all): Rename refreshAll.
10494 (tui_delete_win): Rename tuiDelwin.
10495 (tui_refresh_win): Rename tuiRefreshWin.
10496 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10497 (tui_make_visible, tui_make_invisible): New functions.
10498 (tui_make_all_visible, tui_make_all_invisible): New functions.
10499 (make_all_visible): Rename makeAllVisible.
10500 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10501 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10502 * tui/tui-windata.c, tui/tui-win.c: Update references.
10503 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10504 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10505
10506 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10507
10508 * proc-api.c (write_with_trace): Initialize local variable to
10509 silence compiler warning.
10510
10511 2004-02-06 Andrew Cagney <cagney@redhat.com>
10512
10513 * tui/tui-source.h: Do not include "defs.h".
10514 (struct tui_win_info): Declare.
10515 (tui_set_source_content_nil): Declare.
10516 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10517 (union tui_line_or_address): Rename _TuiLineOrAddress.
10518 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10519 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10520 (tui_update_source_window_as_is): Rename
10521 tuiUpdateSourceWindowAsIs.
10522 (tui_update_source_windows_with_addr): Rename
10523 tuiUpdateSourceWindowsWithAddr.
10524 (tui_update_source_windows_with_line): Rename
10525 tuiUpdateSourceWindowsWithLine.
10526 (tui_clear_source_content): Rename tuiClearSourceContent.
10527 (tui_erase_source_content): Rename tuiEraseSourceContent.
10528 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10529 (tui_show_source_content): Rename tuiShowSourceContent.
10530 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10531 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10532 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10533 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10534 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10535 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10536 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10537 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10538 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10539 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10540 (struct tui_win_info): Declare.
10541 * tui/tui-stack.c: Update references.
10542 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10543 * tui/tui-win.c, tui/tui-source.c: Ditto.
10544 * tui/tui.c, tui/tui-disasm.c: Ditto.
10545
10546 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10547
10548 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10549 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10550
10551 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10552
10553 * infrun.c (handle_inferior_event): Allow for breakpoint
10554 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10555 and SIGEMT. Update comments.
10556 * NEWS (Revised SPARC target): Mention support for non-executable
10557 stack.
10558
10559 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10560
10561 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10562 * inftarg.c: Update copyright year.
10563 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10564 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10565 (sparc_xfer_wcookie): New function.
10566 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10567 * Makefile.in (sparc-nat.o): Update dependencies.
10568 * config/sparc/nm-nbsd.h: Include "target.h".
10569 (NATIVE_XFER_WCOOKIE): New define.
10570 (sparc_xfer_wcookie): New prototype.
10571
10572 2004-02-04 Andrew Cagney <cagney@redhat.com>
10573
10574 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10575 SYSCALL_TRAP function.
10576 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10577
10578 2004-02-04 Andrew Cagney <cagney@redhat.com>
10579 Daniel Jacobowitz <drow@mvista.com>
10580
10581 * objfiles.h: Delete comments refering to inside_entry_func and
10582 DEPRECATED_FRAME_CHAIN_VALID.
10583 * defs.h (inside_entry_func): Update prototype..
10584 * blockframe.c (inside_entry_func): Rename to
10585 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10586 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10587
10588 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10589
10590 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10591 outside of #ifdef SOLIB_ADD region.
10592 (do_restore_lang_radix_cleanup): Ditto.
10593 (resolve_pending_breakpoint): Ditto.
10594
10595 2004-02-03 Andrew Cagney <cagney@redhat.com>
10596
10597 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10598 (process_note_abi_tag_sections): Delete unused function.
10599 (ia64_read_fp): Delete unused function.
10600 (gdbarch_extract_struct_value_address): Delete declaration.
10601
10602 2004-02-02 Andrew Cagney <cagney@redhat.com>
10603
10604 * vax-tdep.c (vax_frame_chain): Delete call to
10605 deprecated_inside_entry_file.
10606 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10607
10608 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10609
10610 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10611 column that's "empty" or "same value" when eliminating REG_RA
10612 rules.
10613
10614 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10615
10616 * NEWS: Add information about new pending breakpoint support.
10617
10618 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10619
10620 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10621 and pending fields for pending breakpoint support.
10622 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10623 (condition_command): Only parse condition if not a pending
10624 breakpoint.
10625 (print_one_breakpoint): Add support for pending breakpoints.
10626 (describe_other_breakpoints): Add checks to verify we are not
10627 dealing with pending breakpoints.
10628 (check_duplicates): Don't check pending breakpoints.
10629 (set_raw_breakpoint): Initialize pending flag.
10630 (do_restore_lang_radix_cleanup): New cleanup routine.
10631 (resolve_pending_breakpoint): New function.
10632 (re_enable_breakpoints_in_shlibs): Try and resolve any
10633 pending breakpoints via resolve_pending_breakpoint.
10634 (mention): Add pending breakpoint support.
10635 (parse_breakpoint_sals): Add new parameter to pass to
10636 decode_line_1 to indicate silent errors when files or functions
10637 are not found. Change all callers.
10638 (do_captured_parse_breakpoint): New function.
10639 (break_command_1): Change prototype to return an rc value and to
10640 take an optional pending breakpoint pointer. Support creating
10641 a pending breakpoint if a "not found" form of error occurs when
10642 parsing the breakpoint. Also support resolving an existing pending
10643 breakpoint and be silent if the resolution fails.
10644 (create_breakpoints): Change prototype to take pending breakpoint
10645 pointer. When resolving a pending breakpoint, use the new pointer
10646 to provide a conditional or commands added by the end-user.
10647 (delete_breakpoint): Add appropriate check for pending.
10648 (breakpoint_re_set_one): Ditto.
10649 (do_enable_breakpoint): Ditto.
10650
10651 2004-02-02 David Carlton <carlton@kealia.com>
10652
10653 * valops.c (enum oload_classification): New.
10654 (find_overload_match): Break implementation into separate
10655 functions; delete #if 0'd code; look for symbols within
10656 namespaces.
10657 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10658 (find_oload_champ,oload_method_static,classify_oload_match): New.
10659 * cp-support.h: Add declaration for cp_func_name; update
10660 declaration for make_symbol_overload_list.
10661 * cp-support.c (cp_func_name): New.
10662 (overload_list_add_symbol): Fix comment, use
10663 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10664 (make_symbol_overload_list): Take a function name and a namespace
10665 instead of a symbol; change implementation.
10666 (make_symbol_overload_list_using): New.
10667 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10668
10669 2004-02-02 Fred Fish <fnf@redhat.com>
10670
10671 * main.c (gdb_stdtarg): Move definition to group with other
10672 gdb_stdtarg definitions and update copyright years.
10673 * remote-sim.c (gdb_os_write_stderr): Write output to
10674 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10675 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10676 gdb_stderr stream and update copyright years.
10677
10678 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10679
10680 * Makefile.in (mips-linux-nat.o): Update dependencies.
10681 * mips-linux-nat.c: Include mips-tdep.h.
10682
10683 2004-02-01 Roland McGrath <roland@redhat.com>
10684
10685 * sol-thread.c (sol_thread_xfer_partial): New function.
10686 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10687 (init_sol_core_ops): Likewise.
10688
10689 * procfs.c (procfs_xfer_partial): New function.
10690 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10691 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10692
10693 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10694 procfs_xfer_auxv function.
10695
10696 * procfs.c (procfs_make_note_section): If we can read
10697 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10698 * linux-proc.c (linux_make_note_section): Likewise.
10699
10700 * auxv.h: New file.
10701 * auxv.c: New file.
10702 * Makefile.in (auxv_h): New variable.
10703 (COMMON_OBS): Add auxv.o here.
10704 (auxv.o): New target.
10705
10706 * corelow.c (core_xfer_partial): New function.
10707 (init_core_ops): Use it for core_ops.to_xfer_partial.
10708
10709 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10710 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10711 macro if that is defined.
10712
10713 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10714
10715 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10716 and check the specified thread for each breakpoint.
10717 * breakpoint.h (bpstat_stop_status): Update prototype.
10718 * infrun.c (handle_inferior_event): Update calls to
10719 bpstat_stop_status.
10720
10721 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10722
10723 * Makefile.in (cli-cmds.o): Add $(readline_h).
10724
10725 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10726
10727 * cli/cli-cmds.c: Include readline.h.
10728 (complete_command): Pass the start of the last word to
10729 complete_line.
10730
10731 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10732
10733 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10734 argument, and change first argument to a CORE_ADDR.
10735 * breakpoint.h (bpstat_stop_status): Update prototype.
10736 * infrun.c (adjust_pc_after_break): Add a new comment.
10737 (handle_inferior_event): Update calls to bpstat_stop_status.
10738
10739 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10740
10741 * breakpoint.h: Update copyright years.
10742
10743 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10744
10745 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10746 (bpstat_stop_status): Don't decrement PC.
10747 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10748 prototype.
10749 * infrun.c (adjust_pc_after_break): New function.
10750 (handle_inferior_event): Call it, early. Remove later references
10751 to DECR_PC_AFTER_BREAK.
10752 (normal_stop): Add commentary.
10753
10754 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10755
10756 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10757 2004-01-27 double-free fix.
10758
10759 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10760
10761 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10762 (sparc32_frame_prev_register): Handle StackGhost.
10763 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10764
10765 2004-01-29 Roland McGrath <roland@redhat.com>
10766
10767 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10768 * configure: Regenerated.
10769
10770 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10771 * Makefile.in (procfs.o): Add dep.
10772
10773 2004-01-28 Andrew Cagney <cagney@redhat.com>
10774
10775 * tui/tui-stack.h: Update copyright.
10776 (struct frame_info): Add opaque declaration.
10777 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10778 (tui_show_locator_content): Rename tuiShowLocatorContent.
10779 (tui_show_frame_info): Rename tuiShowFrameInfo.
10780 * tui/tui-stack.c: Update copyright. Update references.
10781 * tui/tui-winsource.c: Update references.
10782 * tui/tui-win.c: Update references.
10783 * tui/tui-layout.c: Update references.
10784 * tui/tui-hooks.c: Update copyright, update references.
10785 * tui/tui.c: Update copyright, update references.
10786 * tui/tui-disasm.c: Update references.
10787
10788 2004-01-28 David Carlton <carlton@kealia.com>
10789
10790 * dwarf2read.c (add_partial_structure): Use demangled name if
10791 namespace equals "".
10792
10793 2004-01-27 Jim Blandy <jimb@redhat.com>
10794
10795 Clean up misapplied patch:
10796 * dwarf2read.c (determine_prefix): Change one of the two forward
10797 declarations for 'determine_prefix_aux' to a declaration for this.
10798 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10799 argument to 'die_specification'.
10800
10801 * dwarf2read.c (read_func_scope): Re-indent comment.
10802
10803 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10804
10805 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10806 b->exp to NULL after freeing so that error during re-parsing or
10807 evaluation of expressions associated with breakpoint don't
10808 eventually lead to re-freeing of storage.
10809 Committed by Andrew Cagney.
10810
10811 2004-01-27 Andrew Cagney <cagney@redhat.com>
10812
10813 * source.c (ambiguous_line_spec): Delete undefined declaration.
10814 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10815 (m32r_set_server_address, m32r_set_download_path): Ditto.
10816 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10817
10818 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10819
10820 * dwarf2read.c: Update calls to changed and renamed functions, and
10821 references to moved variables.
10822
10823 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10824 language, language_defn, list_in_scope, and ftypes members.
10825 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10826 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10827 (baseaddr): Remove globals.
10828
10829 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10830 (set_cu_language, die_is_declaration, die_specification)
10831 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10832 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10833 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10834 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10835
10836 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10837 cu.list_in_scope. Don't initialize cu_header_offset.
10838 (add_partial_symbol): Add local baseaddr.
10839 (psymtab_to_symtab_1): Add local baseaddr. Use
10840 objfile->section_offsets for consistency. Don't initialize
10841 cu_header_offset; do initialize cu.header.offset and
10842 cu.list_in_scope.
10843 (read_file_scope, read_func_scope, read_lexical_block_scope)
10844 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10845
10846 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10847
10848 * PROBLEMS: Add gdb/1516.
10849
10850 2003-12-29 Robert Millan <robertmh@gnu.org>
10851
10852 Patch committed by Andrw Cagney.
10853 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10854 * configure.tgt: Match knetbsd*-gnu.
10855
10856 2004-01-26 Andrew Cagney <cagney@redhat.com>
10857
10858 * breakpoint.c (catch_command_1): Delete #ifdef code.
10859 (catch_fork_command_1): Delete #ifdef wrapper.
10860 (catch_exec_command_1): Ditto.
10861 (catch_load_command_1): Ditto.
10862 (catch_unload_command_1): Ditto.
10863
10864 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10865 (catch_breakpoint): Delete #if0ed function.
10866 (disable_catch_breakpoint): Ditto.
10867 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10868 (disable_catch, enable_catch, delete_catch): Ditto.
10869
10870 2004-01-26 Andrew Cagney <cagney@redhat.com>
10871
10872 * remote.c (echo_check, quit_flag): Delete variables.
10873 (cisco_kernel_mode): Delete variable.
10874 (minitelnet_return, tty_input, escape_count): Delete variables.
10875 (remote_cisco_mode): Delete variable.
10876 (remote_cisco_open, remote_cisco_close): Delete function.
10877 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10878 (init_remote_cisco_ops): Delete function.
10879 (_initialize_remote): Do not install "remote cisco" code.
10880 (read_frame): Delete cisco specific code.
10881 (remote_info_process): Delete function.
10882 (remote_wait): Delete cisco specific code.
10883 (remote_cisco_section_offsets): Delete function.
10884 (remote_cisco_objfile_relocate): Delete function.
10885 (remote_async_wait): Delete cisco specific code.
10886 (minitelnet, readtty, readsocket): Delete function.
10887
10888 2004-01-26 Andrew Cagney <cagney@redhat.com>
10889
10890 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10891 comments mentioning extract_returned_value_address.
10892 * infcmd.c (print_return_value): Update. Add comments on
10893 extract_returned_value_address.
10894 * stack.c (return_command): Add comments on
10895 extract_returned_value_address.
10896 * values.c: Update comment.
10897 * m32r-tdep.c: Update comment.
10898 * sparc-tdep.c: Update comment.
10899 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10900 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10901 * sh64-tdep.c (sh64_gdbarch_init): Update.
10902 * sh-tdep.c (sh_gdbarch_init): Update.
10903 * s390-tdep.c (s390_gdbarch_init): Update.
10904 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10905 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10906 * m68k-tdep.c (m68k_gdbarch_init): Update.
10907 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10908 * m32r-tdep.c (m32r_gdbarch_init): Update.
10909 * ia64-tdep.c (ia64_gdbarch_init): Update.
10910 * h8300-tdep.c (h8300_gdbarch_init): Update.
10911 * frv-tdep.c (frv_gdbarch_init): Update.
10912 * arm-tdep.c (arm_gdbarch_init): Update.
10913 * alpha-tdep.c (alpha_gdbarch_init): Update.
10914
10915 2004-01-26 Andrew Cagney <cagney@redhat.com>
10916
10917 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10918 SYMBOL_LOCATION_FUNCS
10919 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10920 "struct symbol_ops".
10921 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10922 type to "struct symbol_ops".
10923 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10924 (struct symbol): Replace ".aux_value.loc.funcs" and
10925 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10926 (SYMBOL_OBJFILE): Delete macro.
10927 (SYMBOL_LOCATION_FUNCS): Delete macro.
10928 (SYMBOL_LOCATION_BATON): Update.
10929 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10930 intead of SYMBOL_LOCATION_FUNCS.
10931 * ax-gdb.c (gen_var_ref): Ditto.
10932 * printcmd.c (address_info): Ditto.
10933 * findvar.c (read_var_value): Ditto.
10934 (symbol_read_needs_frame): Ditto.
10935
10936 2004-01-26 Andrew Cagney <cagney@redhat.com>
10937
10938 * dwarf2read.c (read_func_scope): Document frame-base hack.
10939
10940 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10941
10942 * infcmd.c (print_return_value): Plug memory leak; delete
10943 ui_stream object. Rename argument `structure_return' to
10944 `struct_return'.
10945
10946 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10947
10948 * infcmd.c (print_return_value): Wrap long lines.
10949 (finish_command_continuation, finish_command): Remove unused
10950 variable `funcaddr'. Fix some coding-standards problems.
10951
10952 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
10953 SECT_SIZE is large enough, not whether it's exactly the right size.
10954 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10955 TDEP->fpregset to zero.
10956
10957 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
10958 floating-point registers for traditional NetBSD core files.
10959 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10960 TDEP->sizeof_fpregset here.
10961
10962 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10963
10964 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10965 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10966 function with code split out from
10967 sparc32nbsd_sigcontext_frame_cache.
10968 (sparc32nbsd_sigcontext_frame_cache): Use
10969 sparc32nbsd_sigcontext_saved_regs.
10970 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10971 OpenBSD.
10972 * sparcobsd-tdep.c: New file.
10973 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10974 (sparcobsd-tdep.o): New dependency.
10975 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10976 * config/sparc/obsd.mt: New file.
10977
10978 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10979 TDEP->fpregset to be initialized to enable core file register
10980 sets.
10981
10982 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10983
10984 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10985 Add opaque declarations.
10986 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10987 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10988 function with code split out from
10989 sparc64nbsd_sigcontext_frame_cache.
10990 (sparc64nbsd_sigcontext_frame_cache): Use
10991 sparc64nbsd_sigcontext_saved_regs.
10992 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10993 OpenBSD.
10994 * sparc64obsd-tdep.c: New file.
10995 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10996 (sparc64obsd-tdep.o): New dependency.
10997 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10998 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10999 * config/sparc/obsd64.mt: New file.
11000
11001 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11002 read the instruction at PC.
11003
11004 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11005 value of GDB_OSABI_DEFAULT.
11006 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11007 instead of GDB_OSABI_NETBSD_AOUT.
11008
11009 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11010
11011 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11012 copyright.
11013
11014 2004-01-23 Andrew Cagney <cagney@redhat.com>
11015
11016 * printcmd.c (display_command): Replace tui_set_display call with
11017 tui_set_layout_for_display_command.
11018 * tui/tui.h (enum tui_win_type): Define.
11019 (tui_set_layout): Delete declaration.
11020 (tui_set_layout_for_display_command): Rename set_tui_layout.
11021 * tui/tui-data.h (enum tui_layout_type): Define.
11022 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11023 "tui.h".
11024 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11025 (tui_default_win_height): Rename tuiDefaultWinHeight.
11026 (tui_default_win_viewport_height): Rename
11027 tuiDefaultWinViewportHeight.
11028 (tui_set_layout): RenametuiSetLayout.
11029 * tui/tui-layout.c: Update references.
11030 * tui/tui.c: Update references.
11031 * tui/tui-disasm.c: Update references.
11032
11033 2004-01-23 David Carlton <carlton@kealia.com>
11034
11035 Partial workaround for PR c++/1511:
11036 * cp-namespace.c: Include frame.h.
11037 (cp_lookup_transparent_type): New
11038 (cp_lookup_transparent_type_loop): New.
11039 * cp-support.h: Declare cp_lookup_transparent_type.
11040 * symtab.c (basic_lookup_transparent_type): Renamed from
11041 lookup_transparent_type.
11042 (lookup_transparent_type): Replace old body by a call to
11043 current_language->la_lookup_transparent_type.
11044 * symtab.h: Update copyright. Declare
11045 basic_lookup_transparent_type.
11046 * language.h: Update copyright.
11047 (struct language_defn): Add la_lookup_transparent_type.
11048 * language.c: Update copyright.
11049 (unknown_language_defn): Add basic_lookup_transparent_type.
11050 (auto_language_defn): Add basic_lookup_transparent_type.
11051 (local_language_defn): Add basic_lookup_transparent_type.
11052 * ada-lang.c: Update copyright.
11053 (ada_language_defn): Add basic_lookup_transparent_type.
11054 * c-lang.c: Update copyright.
11055 (c_language_defn): Add basic_lookup_transparent_type.
11056 (cplus_language_defn): Add basic_lookup_transparent_type.
11057 (asm_language_defn): Add basic_lookup_transparent_type.
11058 (minimal_language_defn): Add basic_lookup_transparent_type.
11059 * f-lang.c: Update copyright.
11060 (f_language_defn): Add basic_lookup_transparent_type.
11061 * jv-lang.c: Update copyright.
11062 (java_language_defn): Add basic_lookup_transparent_type.
11063 * m2-lang.c: Update copyright.
11064 (m2_language_defn): Add basic_lookup_transparent_type.
11065 * objc-lang.c: Update copyright.
11066 (objc_language_defn): Add basic_lookup_transparent_type.
11067 * p-lang.c: Update copyright.
11068 (p_language_defn): Add basic_lookup_transparent_type.
11069 * scm-lang.c: Update copyright.
11070 (scm_language_defn): Add basic_lookup_transparent_type.
11071 * Makefile.in (cp-namespace.o): Depend on frame.h.
11072
11073 2004-01-23 David Carlton <carlton@kealia.com>
11074
11075 Patch for PR c++/1520:
11076 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11077 properly if we have a specification die.
11078 (determine_prefix_aux): Rename from determine_prefix.
11079 (determine_prefix): Like the old determine_prefix, but never
11080 returns NULL.
11081
11082 2004-01-23 Theodore A. Roth <troth@openavr.org>
11083
11084 * avr-tdep.c: Update copyright.
11085 (avr_iaddr_p): Delete unused function.
11086 (avr_saddr_p): Delete unused function.
11087
11088 2004-01-23 David Carlton <carlton@kealia.com>
11089
11090 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11091 Fix for PR symtab/1534.
11092
11093 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11094
11095 * NEWS (New native configurations): Mention OpenBSD/sparc and
11096 OpenBSD/sparc64.
11097 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11098 * configure.host: Likewise.
11099 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11100 handler for OpenBSD.
11101 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11102
11103 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11104
11105 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11106 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11107
11108 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11109 * cli/cli-cmds.c (shell_escape): Likewise.
11110
11111 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11112 OpenBSD .note.openbsd.ident sections.
11113
11114 2004-01-22 David Carlton <carlton@kealia.com>
11115
11116 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11117 get_scope_pc_bounds.
11118 (read_file_scope): Ditto.
11119 (get_scope_pc_bounds): New function, produced by extracting code
11120 from the above two functions, consolidating it, and adding support
11121 for DW_TAG_namespace.
11122
11123 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11124
11125 * osabi.c (MAX_NOTESZ): New define.
11126 (check_note): New function.
11127 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11128 check_note.
11129
11130 2004-01-21 Roland McGrath <roland@redhat.com>
11131
11132 * MAINTAINERS (write after approval): Add myself.
11133
11134 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11135
11136 * utils.c (init_page_info): Move declarations of `rows' and
11137 `cols' before the __GO32__-specific code. Move the closing brace
11138 outside the #ifdef __GO32__..#endif block.
11139 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11140
11141 2004-01-21 Paul Brook <paul@codesourcery.com>
11142
11143 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11144 BPSTAT_WHAT_CHECK_SHLIBS.
11145
11146 2004-01-21 Paul Brook <paul@codesourcery.com>
11147
11148 * MAINTAINERS: Add myself to write-after-approval.
11149
11150 2004-01-20 Andrew Cagney <cagney@redhat.com>
11151
11152 * ax-gdb.c (print_axs_value): Delete unused function.
11153 * jv-lang.c (java_lookup_type): Delete unused function.
11154 * cli/cli-dump.c (dump_filetype): Delete unused function.
11155 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11156 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11157 (mips_getstring): Delete unused function.
11158 (pmon_insert_breakpoint): Delete #if0ed function.
11159 (PMON_MAX_BP): Delete #if0ed MACRO.
11160 (mips_pmon_bp_info): Delete #if0ed variable.
11161 (pmon_remove_breakpoint): Delete #if0ed function.
11162 * monitor.c (monitor_write_even_block): Delete unused function.
11163 (monitor_write_memory_block): Delete #if0ed code.
11164 * dink32-rom.c (dink32_load): Delete unused function.
11165 (_initialize_dink32_rom): Delete #if0ed code.
11166 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11167
11168 * tui/tui-command.c: Update references.
11169 * tui/tui-io.c: Update references.
11170 * tui/tui-command.h: Update copyright.
11171 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11172
11173 * source.c (ambiguous_line_spec): Delete never-defined function.
11174 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11175 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11176 * cli/cli-cmds.c (validate_comname): Ditto.
11177
11178 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11179 "tui-data.h".
11180 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11181 (tui_show_disassem): Rename tuiShowDisassem.
11182 (tui_show_disassem_and_update_source): Rename
11183 tuiVerticalDisassemScroll.
11184 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11185 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11186 * tui/tui.h: Update copyright.
11187 (enum tui_status): Define.
11188 * tui/tui-data.h (enum tui_scroll_direction): Define.
11189 * tui/tui-disasm.c: Update copyright. Update references.
11190 * tui/tui-winsource.c: Update copyright. Update references.
11191 * tui/tui-win.c: Update references.
11192 * tui/tui-layout.c: Update references.
11193
11194 2004-01-20 Andrew Cagney <cagney@redhat.com>
11195
11196 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11197 sym2 to start of block.
11198
11199 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11200
11201 * MAINTAINERS: Delete mmalloc.
11202 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11203 * NEWS: Mention removal of --with-malloc.
11204 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11205 * config.in: Regenerate.
11206 * configure: Regenerate.
11207 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11208 USE_MMALLOC, MMCHECK_FORCE.
11209 * gdbinit.in: Remove mmalloc.
11210 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11211 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11212 * config/i386/go32.mh: Likewise.
11213 * config/i386/interix.mh: Likewise.
11214 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11215
11216 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11217
11218 * linespec.c (decode_variable, symtab_from_filename): Call
11219 error_silent with error message instead of throwing an exception
11220 directly.
11221 * defs.h (error_silent, error_output_message): Add prototypes.
11222 (catch_exceptions_with_msg): Ditto.
11223 * utils.c (error_silent, error_output_message): New functions.
11224 * top.c (catch_exceptions_with_msg): New function.
11225
11226 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11227
11228 * mi/mi-cmds.h (enum print_values): Add definition.
11229
11230 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11231 type and value for simple data types and just the name and type
11232 for complex ones, if required.
11233
11234 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11235 children, if required.
11236
11237 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11238
11239 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11240 unused declarations.
11241
11242 2004-01-19 Andrew Cagney <cagney@redhat.com>
11243
11244 * top.h (mapped_symbol_files): Delete declaration.
11245 * main.c (captured_main): Delete option "m" and "mapped".
11246 * objfiles.c (mapped_symbol_files): Delete variable.
11247 * symfile.c (symbol_file_command): Delete mmap code.
11248 (symbol_file_add_with_addrs_or_offsets): Ditto.
11249 (add_symbol_file_command, reread_separate_symbols): Ditto.
11250 * objfiles.h (OBJF_MAPPED): Delete.
11251 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11252 (free_objfile) [USE_MMALLOC]: Ditto.
11253 (open_existing_mapped_file): Delete function.
11254 (open_mapped_file): Delete function.
11255 (map_to_file): Delete function.
11256
11257 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11258
11259 * infrun.c (step_into_function): Account for possible breakpoint
11260 adjustment when computing ``stop_func_start''.
11261
11262 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11263
11264 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11265 the region size against the size of a pointer, not the size of
11266 a register as given by DEPRECATED_REGISTER_SIZE.
11267
11268 2004-01-19 Andrew Cagney <cagney@redhat.com>
11269
11270 * tui/tui-regs.h: Include "tui-data.h".
11271 (tuiFirstRegElementNoInLine): Delete declaration.
11272 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11273 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11274 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11275 (tui_calculate_regs_column_count): Rename
11276 tuiCalculateRegsColumnCount.
11277 (tui_check_register_values): Rename tuiCheckRegisterValues.
11278 (tui_show_registers): Rename tuiShowRegisters.
11279 (tui_display_registers_from_line): Rename
11280 tuiDisplayRegistersFromLine.
11281 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11282 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11283 (tui_first_reg_element_no_inline): Rename
11284 tuiFirstRegElementNoInLine.
11285 * tui/tui-data.h: Update copyright.
11286 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11287 * tui/tui-windata.c: Update copyright, update references.
11288 * tui/tui-regs.c: Update copyright, update references.
11289 * tui/tui-win.c: Update copyright, update references.
11290 * tui/tui-layout.c: Update copyright, update references.
11291
11292 2004-01-18 Andrew Cagney <cagney@redhat.com>
11293
11294 * tui/tui-io.c: Update copyright.
11295 (key_is_end_sequence, key_is_backspace): New functions.
11296 (key_is_command_char, key_is_start_sequence): New function.
11297 (tui_getc): Update references.
11298 * tui/tui-io.h: Update copyright.
11299 (m_tuiStartNewLine): Delete macro.
11300 (m_isBackspace, m_isDeleteChar): Delete macros.
11301 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11302 (m_isNextPage, m_isPrevPage): Delete macros.
11303 (m_isLeftArrow, m_isRightArrow): Delete macros.
11304 (m_isXdbStyleCommandChar): Delete macro.
11305 (key_is_start_sequence): Declare, replace m_isStartSequence.
11306 (key_is_end_sequence): Declare, replace m_isEndSequence.
11307 (key_is_backspace): Declare ,replace m_isBackspace.
11308 (key_is_command_char): Declare, replace m_isCommandChar.
11309 * tui/tui-command.c: Update copyright.
11310 (tuiDispatchCtrlChar): Update references.
11311
11312 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11313 tuiSourceWin.h.
11314
11315 * tui/tui-command.c: Rename tui/tuiCommand.c.
11316 * tui/tui-command.h: Rename tui/tuiCommand.h.
11317 * tui/tui-data.c: Rename tui/tuiData.c.
11318 * tui/tui-data.h: Rename tui/tuiData.h.
11319 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11320 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11321 * tui/tui-io.c: Rename tui/tuiIO.c.
11322 * tui/tui-io.h: Rename tui/tuiIO.h.
11323 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11324 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11325 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11326 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11327 * tui/tui-source.c: Rename tui/tuiSource.c.
11328 * tui/tui-source.h: Rename tui/tuiSource.h.
11329 * tui/tui-stack.c: Rename tui/tuiStack.c.
11330 * tui/tui-stack.h: Rename tui/tuiStack.h.
11331 * tui/tui-win.c: Rename tui/tuiWin.c.
11332 * tui/tui-win.h: Rename tui/tuiWin.h.
11333 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11334 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11335 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11336 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11337 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11338 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11339 * tui/tui-file.c: Update includes.
11340 * tui/tui-hooks.c: Update includes.
11341 * tui/tui-interp.c: Update includes.
11342 * tui/tui.c: Update includes.
11343 * Makefile.in: Update all tui/ dependencies.
11344 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11345
11346 * Makefile.in: Update copyright. Update dependencies.
11347
11348 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11349 problem.
11350
11351 2004-01-18 Andrew Cagney <cagney@redhat.com>
11352
11353 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11354 instead of register_gdbarch_init.
11355
11356 * remote-sds.c (tohex): Delete unused function. Update copyright.
11357 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11358 * v850-tdep.c (v850_register_virtual_size): Ditto.
11359 * target.c (normal_target_post_startup_inferior): Ditto.
11360 * source.c (ambiguous_line_spec): Ditto.
11361 * remote.c (adapt_remote_get_threadinfo): Ditto.
11362 * mi/mi-out.c (out_field_fmt): Ditto.
11363 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11364 (output_control_change_notification): Ditto.
11365 * m68k-tdep.c (m68k_register_byte): Ditto.
11366 (m68k_remote_breakpoint_from_pc): Ditto.
11367 * ui-out.c (init_ui_out_state): Delete unused declaration.
11368 * stabsread.c (search_value): Ditto.
11369 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11370 * maint.c (print_section_table): Ditto.
11371 * infrun.c (set_follow_fork_mode_command): Ditto.
11372
11373 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11374
11375 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11376 DW_CFA_def_cfa_exporession. Add support for
11377 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11378 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11379
11380 2004-01-18 Andrew Cagney <cagney@redhat.com>
11381
11382 * ocd.c: Update copyright.
11383 (bdm_read_register_command): Delete unused function.
11384 (_initialize_remote_ocd): Delete commented out reference.
11385 (get_quoted_char, reset_packet): Delete #if0ed function.
11386 (output_packet, put_quoted_char): Delete #if0ed function.
11387 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11388 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11389 (BDM_BREAKPOINT): Delete #if0ed macro.
11390 (remote_timeout): Delete #if0ed variable.
11391
11392 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11393
11394 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11395 (core-sol2.o): Remove dependency.
11396 * core-sol2.c: Remove file.
11397
11398 2004-01-17 Andrew Cagney <cagney@redhat.com>
11399
11400 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11401 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11402 enums.
11403
11404 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11405
11406 * remote.c: Update copyright years.
11407
11408 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11409
11410 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11411
11412 2004-01-17 Andrew Cagney <cagney@redhat.com>
11413
11414 * mdebugread.c: Update copyright.
11415 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11416 (parse_type, parse_procedure): Ditto.
11417 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11418
11419 * cris-tdep.c (cris_store_struct_return): Put back accidently
11420 deleted function.
11421
11422 * gdbarch.sh: Update copyright year.
11423 * gdbarch.h, gdbarch.c: Re-generate.
11424
11425 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11426
11427 Suggested by George Anzinger.
11428 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11429 correct stack offset. Include unknown opcode numbers in the error
11430 message.
11431
11432 2004-01-17 Andrew Cagney <cagney@redhat.com>
11433
11434 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11435 extract_struct_value_address, i386 does not set it.
11436 * sparc64-tdep.c (sparc64_init_abi): Do not set
11437 extract_struct_value_address, never called.
11438 (sparc64_extract_struct_value_address): Delete function.
11439 * m68hc11-tdep.c: Update copyright.
11440 (m68hc11_gdbarch_init): Delete redundant assignment of
11441 extract_struct_value_address.
11442 * i386-tdep.c: Update copyright.
11443 (i386_gdbarch_init): Do not set extract_struct_value_address,
11444 never called.
11445 (i386_extract_struct_value_address): Delete function.
11446 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11447 extract_struct_value_address, never called.
11448 (sparc32_extract_struct_value_address): #if 0 function. Add
11449 comments explaining its future.
11450
11451 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11452
11453 * arm-tdep.c (arm_write_pc): New function.
11454 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11455
11456 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11457
11458 * breakpoint.c (must_shift_inst_regs): Delete.
11459 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11460 and SHIFT_INST_REGS.
11461 * infcmd.c (step_1, step_1_continuation): Delete references to
11462 SHIFT_INST_REGS.
11463 * infrun.c (keep_going): Likewise.
11464 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11465 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11466
11467 2004-01-17 Andrew Cagney <cagney@redhat.com>
11468
11469 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11470 * gdbarch.h, gdbarch.c: Re-generate.
11471 * infcmd.c (print_return_value): Delete reference to
11472 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11473
11474 * cris-tdep.c (cris_gdbarch_init): Do not set
11475 deprecated_extract_struct_value_address.
11476
11477 * xstormy16-tdep.c: Update copyright.
11478 (xstormy16_extract_struct_value_address): Update to current
11479 extract struct value address interface.
11480 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11481 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11482 current extract struct value address interface.
11483 (sh64_gdbarch_init): Set extract_struct_value_address.
11484
11485 * cris-tdep.c: Update copyright.
11486 (cris_extract_struct_value_address): Delete function.
11487 (struct_return_address): Delete variable.
11488 (cris_store_struct_return): Do not set struct_return_address.
11489
11490 * mcore-tdep.c: Update copyright.
11491 (mcore_extract_struct_value_address): Delete function. Update
11492 comments.
11493 (mcore_gdbarch_init): Update.
11494 * mn10300-tdep.c: Update copyright.
11495 (mn10300_extract_struct_value_address): Delete function.
11496 (mn10300_gdbarch_init): Update.
11497 * v850-tdep.c: Update copyright.
11498 (v850_extract_struct_value_address): Delete.
11499 (v850_gdbarch_init): Update.
11500 * ns32k-tdep.c: Update copyright.
11501 (ns32k_extract_struct_value_address): Delete.
11502 (ns32k_gdbarch_init): Update.
11503 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11504 (hppa_gdbarch_init): Update.
11505 * vax-tdep.c: Update copyright.
11506 (vax_extract_struct_value_address): Delete.
11507 (vax_gdbarch_init): Update.
11508
11509 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11510 * gdbarch.h, gdbarch.c: Re-generate.
11511 * procfs.c (procfs_fetch_registers): Delete reference to
11512 DEPRECATED_NPC_REGNUM.
11513 (procfs_store_registers): Ditto.
11514 * regcache.c (generic_target_write_pc): Simplify.
11515 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11516
11517 * core-sol2.c (fetch_core_registers): Replace
11518 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11519
11520 * hppa-tdep.c: Update copyright year.
11521 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11522 NPC_REGNUM.
11523 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11524
11525 * mips-tdep.c (mips_write_pc): New function.
11526 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11527 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11528 (mips_find_saved_regs, mips_software_single_step: Ditto.
11529 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11530 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11531
11532 2004-01-17 Andrew Cagney <cagney@redhat.com>
11533
11534 * mips-tdep.c: Re-indent. Group functions by ABI.
11535
11536 2004-01-17 Andrew Cagney <cagney@redhat.com>
11537
11538 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11539 * gdbarch.c: Re-generate.
11540 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11541 DECR_PC_AFTER_BREAK to zero.
11542 * vax-tdep.c (vax_gdbarch_init): Ditto.
11543 * v850-tdep.c (v850_gdbarch_init): Ditto.
11544 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11545 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11546 * sh-tdep.c (sh_gdbarch_init): Ditto.
11547 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11548 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11549 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11550 * mips-tdep.c (mips_gdbarch_init): Ditto.
11551 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11552 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11553 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11554 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11555 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11556 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11557 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11558 * frv-tdep.c (frv_gdbarch_init): Ditto.
11559 * cris-tdep.c (cris_gdbarch_init): Ditto.
11560 * avr-tdep.c (avr_gdbarch_init): Ditto.
11561 * arm-tdep.c (arm_gdbarch_init): Ditto.
11562 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11563
11564 2004-01-17 J. Brobecker <brobecker@gnat.com>
11565
11566 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11567 Delete, no longer used.
11568 (read_subrange_type): New function, mostly extracted from
11569 read_array_type().
11570 (read_array_type): Replace extracted code by call to
11571 read_subrange_type().
11572 (dwarf2_get_attr_constant_value): New function.
11573 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11574 (add_partial_symbol): Likewise.
11575 (process_die): Likewise.
11576 (new_symbol): Likewise.
11577 (read_type_die): Likewise.
11578
11579 2004-01-16 Andrew Cagney <cagney@redhat.com>
11580
11581 * symfile.c: Update copyright year.
11582 (compare_symbols): Delete unused function.
11583 * stabsread.c: Update copyright year.
11584 (lrs_general_complaint): Delete unused function.
11585 (ref_search_value): Ditto.
11586 (get_substring): Delete declaration.
11587 * sh64-tdep.c: Update copyright year.
11588 (sh64_get_gdb_regnum): Delete unused function.
11589 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11590 Delete unused function.
11591
11592 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11593
11594 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11595 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11596
11597 2004-01-16 Andrew Cagney <cagney@redhat.com>
11598
11599 Changes from Peter Schauer.
11600 * rs6000-tdep.c: Update copyright year.
11601 (rs6000_push_dummy_call): Update the stack pointer before
11602 accessing the corresponding stack region.
11603 * rs6000-nat.c: Update copyright year.
11604 (set_host_arch): Set "info.abfd" to "exec_bfd".
11605
11606 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11607
11608 * blockframe.c: Update copyright year.
11609 (inside_entry_func): Don't treat a zero PC specially.
11610
11611 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11612
11613 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11614 variable.
11615 (gcore_create_callback): Ditto. Skip any memory segment that has
11616 no permissions set.
11617
11618 2004-01-14 David Carlton <carlton@kealia.com>
11619
11620 Change symbols for C++ nested types to contain the fully qualified
11621 name, if possible. (At least in the DWARF-2 case.) Partial fix
11622 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11623 c++/895.
11624 * c-exp.y (qualified_type): Handle types nested within classes.
11625 * cp-namespace.c: Update comments.
11626 (cp_set_block_scope): Delete #if 0.
11627 (cp_lookup_nested_type): Handle types nested within classes.
11628 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11629 when appropriate.
11630 (add_partial_symbol): Add the name of the enclosing namespace to
11631 types.
11632 (pdi_needs_namespace): New.
11633 (add_partial_namespace): Tweak comment.
11634 (add_partial_structure): New.
11635 (psymtab_to_symtab_1): Initialize processing_current_prefix
11636 here...
11637 (process_die): instead of here.
11638 (read_structure_scope): Try to figure out the name of the class or
11639 namespace that the structure might be defined within.
11640 (read_enumeration): Generate fully-qualified names, if possible.
11641 (read_namespace): Don't set name to NULL.
11642 (die_specification): New.
11643 (new_symbol): Generate fully-qualified names for types.
11644 (read_type_die): Determine appropriate prefix.
11645 (determine_prefix): New.
11646 (typename_concat): New.
11647 (class_name): New.
11648 * valops.c (value_aggregate_elt): Pass NOSIDE to
11649 value_struct_elt_for_reference.
11650 (value_struct_elt_for_reference): Make static, add NOSIDE
11651 parameter, call value_maybe_namespace_elt as a last resort.
11652 (value_namespace_elt): Break out code into
11653 value_maybe_namespace_elt.
11654 (value_maybe_namespace_elt): New.
11655
11656 2004-01-12 Andrew Cagney <cagney@redhat.com>
11657
11658 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11659 cooked floating-point registers.
11660 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11661 and value_to_register.
11662
11663 2004-01-13 Andrew Cagney <cagney@redhat.com>
11664
11665 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11666 * gdbarch.c: Re-generate.
11667 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11668 FUNCTION_START_OFFSET.
11669 * v850-tdep.c (v850_gdbarch_init): Ditto.
11670 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11671 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11672 * sh-tdep.c (sh_gdbarch_init): Ditto.
11673 * s390-tdep.c (s390_gdbarch_init): Ditto.
11674 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11675 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11676 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11677 * mips-tdep.c (mips_gdbarch_init): Ditto.
11678 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11679 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11680 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11681 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11682 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11683 * i386-tdep.c (i386_gdbarch_init): Ditto.
11684 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11685 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11686 * frv-tdep.c (frv_gdbarch_init): Ditto.
11687 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11688 * cris-tdep.c (cris_gdbarch_init): Ditto.
11689 * avr-tdep.c (avr_gdbarch_init): Ditto.
11690 * arm-tdep.c (arm_gdbarch_init): Ditto.
11691 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11692
11693 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11694
11695 * infrun.c (follow_fork_mode_ask): Remove.
11696 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11697 (follow_fork): Simplify and remove internal error for
11698 follow_fork_mode_ask.
11699 (_initialize_infrun): Update "set follow-fork-mode" help text.
11700
11701 2004-01-13 Andrew Cagney <cagney@redhat.com>
11702
11703 * configure.in: Update copyright year.
11704 (build_warnings): Add -Wunused-label.
11705 * configure: Re-generate.
11706
11707 2004-01-12 Andrew Cagney <cagney@redhat.com>
11708
11709 * exec.h (exec_ops): Make "extern".
11710
11711 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11712 the function is void.
11713 (mips_pseudo_register_write): Ditto.
11714
11715 2004-01-12 Andrew Cagney <cagney@redhat.com>
11716
11717 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11718 call. Never defined.
11719 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11720 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11721 (struct sparc_gregset, struct regcache): Ditto.
11722 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11723
11724 2004-01-12 Andrew Cagney <cagney@redhat.com>
11725
11726 * mi/ChangeLog: Delete file. Renamed to ...
11727 * mi/ChangeLog-1999-2003: New file.
11728 * tui/ChangeLog: Delete file. Renamed to ...
11729 * tui/ChangeLog-1998-2003: New file.
11730
11731 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11732
11733 * sparc64nbsd-tdep.c: Include "regset.h".
11734 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11735 Remove variables.
11736 (fetch_core_registers): Remove function.
11737 (sparc64nbsd_core_fns): Remove variable.
11738 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11739 functions.
11740 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11741 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11742 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11743
11744 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11745 sparc_extract_struct_value_address.
11746 (sparc32_gdbarch_init): Set extract_struct_value_address.
11747 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11748 function.
11749 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11750 return_value_on_stack.
11751
11752 * NEWS: Mention that %cs and %ss have been added to the AMD64
11753 configurations
11754
11755 * frame.c: Update copyright year.
11756 (get_prev_frame): Improve comment.
11757
11758 * sparc64fbsd-tdep.c: Include "regset.h".
11759 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11760 Remove variables.
11761 (fetch_core_registers): Remove function.
11762 (sparc64fbsd_core_fns): Remove variable.
11763 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11764 functions.
11765 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11766 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11767 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11768
11769 * sparcnbsd-tdep.c: Include "regset.h".
11770 (fetch_core_registers): Remove function.
11771 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11772 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11773 functions.
11774 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11775 TDEP->fpregset.
11776 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11777
11778 * sparc-tdep.h (struct regset): Provide opaque declaration.
11779 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11780 fpregset and sizeof_fpregset members.
11781 * sparc-tdep.c (struct regset): Provide opaque declaration.
11782 (sparc_regset_from_core_section): New function.
11783 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11784 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11785 Set regset_from_core_section when appropriate.
11786
11787 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11788
11789 * x86-64-tdep.c (amd64_non_pod_p): New function.
11790 (amd64_classify_aggregate): Return class memory for non-POD
11791 C++ structure types.
11792
11793 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11794 argument. Use it to reserve a register if necessary.
11795 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11796 amd64_push_arguments.
11797
11798 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11799
11800 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11801 register numbers in comments.
11802 * x86-64-tdep.h: Update copyright year.
11803 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11804 Adjust for addition of %cs and %ss.
11805 * amd64fbsd-nat.c: Update copyright year.
11806 (reg_offset): Add register offsets for %cs and %ss.
11807 * amd64fbsd-tdep.c: Update copyright year.
11808 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11809 (amd64fbsd_sc_reg_offset): Likewise.
11810 * x86-64-linux-nat.c: Update copyright year.
11811 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11812 and %ss.
11813 * amd64nbsd-nat.c: Update copyright year.
11814 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11815 * amd64nbsd-tdep.c: Update copyright year.
11816 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11817 * x86-64-linux-tdep.c: Update copyright year.
11818 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11819 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11820 * regformats/reg-x86-64.dat: Add %cs and %ss.
11821
11822 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11823 variables to prevent long lines. Update comments to reflect
11824 reality.
11825
11826 2004-01-09 David Carlton <carlton@kealia.com>
11827
11828 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11829 * dwarf2read.c (read_namespace): Pull out name-generating code
11830 into namespace_name. Rename previous_namespace to previous_prefix
11831 and processing_current_namespace to processing_current_prefix..
11832 (namespace_name): New function.
11833 (add_partial_symbol): Substitute uses of pdi->name with
11834 actual_name.
11835 * cp-support.h: Rename processing_current_namespace to
11836 processing_current_prefix.
11837 Update copyright year.
11838 * cp-namespace.c: Rename processing_current_namespace to
11839 processing_current_prefix.
11840 Update copyright year.
11841
11842 2004-01-09 Andrew Cagney <cagney@redhat.com>
11843
11844 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11845
11846 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11847
11848 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11849 complaining.
11850 (process_one_symbol): Deal with N_PATCH stabs.
11851
11852 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11853
11854 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11855 ifdeffed code.
11856 Update copyright year.
11857
11858 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11859
11860 * config/pa/tm-hppa.h: Update extern declarations for
11861 hppa32_hpux_frame_saved_pc_in_sigtramp,
11862 hppa32_hpux_frame_base_before_sigtramp, and
11863 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11864
11865 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11866
11867 * config/pa/tm-hppah.h: Update copyright years.
11868
11869 2004-01-08 Andrew Cagney <cagney@redhat.com>
11870
11871 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11872 (mips_o32_reg_struct_has_addr): Delete function.
11873 (mips_gdbarch_init): Update.
11874 (mips_extract_struct_value_address): Delete function.
11875
11876 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11877
11878 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11879 reality.
11880
11881 2004-01-07 Andrew Cagney <cagney@redhat.com>
11882
11883 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11884 architecture's elf flags (when available).
11885
11886 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11887 FPU to the start, check the MIPS FPU when looking for an old
11888 architecture.
11889 (set_mipsfpu_single_command): Update the architecture.
11890 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11891
11892 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11893 (mips_mask_address_p): Add "tdep" parameter.
11894 (show_mask_address, mips_addr_bits_remove): Update.
11895 (mips_dump_tdep): Update.
11896 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11897 (MIPS_STACK_ARGSIZE): Delete macro.
11898 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11899 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11900 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11901 (mips_dump_tdep): Update.
11902 (MIPS_SAVED_REGSIZE): Delete macro.
11903 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11904 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11905 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11906 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11907 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11908 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11909 (mips_pop_frame, return_value_location): Update.
11910 (mips_n32n64_return_value, mips_dump_tdep): Update.
11911
11912 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11913 MIPS ABI.
11914
11915 * mips-tdep.c: Update copyright.
11916 (mips_gdbarch_init): Merge two code blocks handling the register
11917 name and number layout.
11918
11919 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11920
11921 * tracepoint.c (validate_actionline): Fix segv at EOF
11922
11923 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11924
11925 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11926 properly for static fields.
11927
11928 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
11929 Jason Molenda <jmolenda@apple.com>
11930
11931 * disasm.c: Update copyright to include 2004.
11932 (do_mixed_source_and_assembly): For uiout asm list
11933 and tuple cleanups, initialize to null_cleanup instead of
11934 NULL and do so prior to loop. Only reset when we close off
11935 the tuple/list. Move check for whether to close off the
11936 asm tuple/list to after dump_insns call where it will be run
11937 on each loop iteration.
11938
11939 2004-01-05 Andrew Cagney <cagney@redhat.com>
11940
11941 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11942 should be a switch case and not a label.
11943 * mips-tdep.c (mips32_next_pc): Delete unused labels
11944 "greater_equal_branch" and "less_zero_branch".
11945 * jv-valprint.c (java_print_value_fields): Delete unused label
11946 "flush_it".
11947
11948 * target.c (unpush_target): Only close a target that is in the
11949 target stack.
11950
11951 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11952
11953 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11954 address from [sp + 64] instead of %o2.
11955
11956 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11957 fixes PR backtrace/1476.
11958
11959 2004-01-05 Andrew Cagney <cagney@redhat.com>
11960
11961 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11962 move to start of file.
11963 * i386-tdep.h (struct regcache): Add opaque declaration.
11964 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11965 declaration.
11966 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11967 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11968 * win32-nat.c (fake_create_process): Use ISO C style definition.
11969 * stabsread.c (define_symbol): Delete #ifndef
11970 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11971 stabs_argument_has_addr call, macro never defined.
11972
11973 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11974
11975 * op50-rom.c: Delete.
11976 * w89k-rom.c: Delete.
11977 * Makefile.in: Remove references.
11978
11979 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11980
11981 * x86-64-tdep.c: Update copyright year.
11982 (struct amd64_register_info): Rename from x86_64_register_info.
11983 (amd64_register_info): Rename from x86_64_register_info.
11984 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11985 (amd64_register_name): Rename from x86_64_register_name.
11986 (amd64_register_type): Rename from x86_64_register_type.
11987 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11988 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11989 (amd64_dwarf_reg_to_regnum): Rename from
11990 x86_64_dwarf_reg_to_regnum.
11991 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11992 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11993 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11994 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11995 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11996 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11997 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11998 (amd64_frame_cache): Rename from x86_64_frame_cache.
11999 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12000 (amd64_frame_prev_register): Rename from
12001 x86_64_frame_prev_register.
12002 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12003 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12004 (amd64_sigtramp_frame_cache): Rename from
12005 x86_64_sigtramp_frame_cache.
12006 (amd64_sigtramp_frame_prev_register): Rename from
12007 x86_64_sigtramp_frame_prev_register.
12008 (amd64_sigtramp_frame_unwind): Rename from
12009 x86_64_sigtramp_frame_unwind.
12010 (amd64_sigtramp_frame_sniffer): Rename from
12011 x86_64_sigtramp_frame_sniffer.
12012 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12013 (amd64_frame_base): Rename from x86_64_frame_base.
12014 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12015 (amd64_frame_align): Rename from x86_64_frame_align.
12016 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12017 (amd64_regset_from_core_section): Rename from
12018 x86_64_regset_from_core_section.
12019 (x86_64_init_abi): Update comments.
12020
12021 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12022
12023 * MAINTAINERS (write after approval): Add myself.
12024
12025 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12026
12027 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12028 `float' arguments.
12029
12030 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12031
12032 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12033 such that it mentions a specific version of GCC that exhibits this
12034 bug.
12035
12036 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12037
12038 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12039 structure that has a single `float' member, store it in %f1 in
12040 addition to %f0.
12041
12042 * sparc-sol2-nat.c: Add missing '\'.
12043
12044 * sparc-tdep.c (sparc32_return_value): New function.
12045 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12046 Remove functions.
12047 (sparc32_gdbarch_init): Set return_value, don't set
12048 extract_return_value, store_return_value, use_struct_convention
12049 and return_value_on_stack.
12050
12051 * sparc-sol2-nat.c: Add missing ')'.
12052
12053 2004-01-03 J. Brobecker <brobecker@gnat.com>
12054
12055 * infrun.c (handle_step_into_function): New function.
12056 (handle_inferior_event): Extract out some code into the new
12057 function above.
12058
12059 2004-01-03 J. Brobecker <brobecker@gnat.com>
12060
12061 * infrun.c (handle_inferior_event): Move the declaration of
12062 real_stop_pc inside the if blocks where it is used.
12063
12064 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12065
12066 * sparc64-tdep.c (sparc64_16_byte_align_p)
12067 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12068 Use check_typedef to get subtypes of structures and unions.
12069 (sparc64_store_return_value): Fix calculation of the appropriate
12070 offset into VALBUF when storing a structure or union.
12071 (sparc64_return_value): New function.
12072 (sparc64_use_struct_convention): Remove function.
12073 (sparc64_init_abi): Set return_value, don't set
12074 extract_return_value, store_return_value and
12075 use_struct_convention.
12076
12077 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12078
12079 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12080 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12081 gdb/config/alpha/xm-alphaosf.h,
12082 gdb/config/powerpc/tm-ppcle-eabi.h,
12083 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12084 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12085 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12086 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12087 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12088 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12089 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12090 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12091 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12092 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12093 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12094 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12095 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12096 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12097 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12098 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12099 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12100 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12101 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12102 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12103 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12104 Remove lines for .cvsignore files.
12105
12106 2004-01-03 J. Brobecker <brobecker@gnat.com>
12107
12108 * infrun.c: Back out the previous change.
12109
12110 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12111
12112 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12113 sparc-*-sunos4* to the list of REMOVED configurations.
12114
12115 * configure.tgt: Add back sparc-*-vxworks*.
12116 * remote-vxsparc.c: Remove all includes except for "defs.h",
12117 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12118 Include "sparc-tdep.h".
12119 (SPARC_R_G1): New define.
12120 (vxsparc_gregset): New variable.
12121 (ext_format_sparc): Remove extern declaration.
12122 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12123 sparc32_supply_fpregset.
12124 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12125 sparc_collect_rwindow and sparc32_collect_fpregset.
12126 * config/sparc/tm-vxworks.h: New file, based on recently removed
12127 tm-vxsparc.h.
12128 * config/sparc/vxworks.mt: New file, based on recently removed
12129 vxworks.mt.
12130
12131 2004-01-03 J. Brobecker <brobecker@gnat.com>
12132
12133 * infrun.c (handle_step_into_function): New function.
12134 (handle_inferior_event): Extract out some code into the new
12135 function above.
12136
12137 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12138
12139 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12140 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12141 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12142 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12143 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12144 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12145 (sparc_nat_h): New variable.
12146 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12147 (tm-sun4os4.h): Remove dependency.
12148 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12149 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12150 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12151 sparc-tdep.o): Update dependencies.
12152 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12153 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12154 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12155 dependencies.
12156 * configure.host: Remove existing sparc-*-lynxos*,
12157 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12158 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12159 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12160 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12161 triplets.
12162 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12163 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12164 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12165 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12166 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12167 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12168 sparc64-*-solaris2* and sparc64-*-* triplets.
12169 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12170 "symtab.h" and "objfiles.h".
12171 (BIAS): Remove define.
12172 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12173 (X_DISP19): Remove macros.
12174 (sparc_fetch_instruction): Remove function.
12175 (struct gdbarch_tdep): Remove definition.
12176 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12177 (sparc_breakpoint_from_pc): Remove function.
12178 (struct sparc64_frame_cache): Remove definition.
12179 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12180 sparc64_unwind_pc): Remove functions.
12181 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12182 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12183 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12184 (sparc64_frame_cache): Change return type to `struct
12185 sparc_frame_cache *'. Simply call sparc_frame_cache.
12186 (sparc64_frame_this_id, sparc64_frame_prev_register,
12187 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12188 instead of `struct sparc64_frame_cache.
12189 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12190 sparc_analyze_control_transfer, sparc_software_single_step,
12191 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12192 _initialize_sparc64_tdep): Remove functions.
12193 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12194 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12195 macros.
12196 (sparc64_supply_gregset, sparc64_collect_gregset,
12197 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12198 (sparc64_init_abi): New function.
12199 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12200 inclusion guard. Include "sparc-tdep.h".
12201 (BIAS): Define.
12202 (r_tstate_offset, r_fprs_offset): New defines.
12203 (enum sparc_regnum): Remove defenition.
12204 (enum sparc64_regnum): Reformat.
12205 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12206 (sparc64_init_abi, sparc64_supply_gregset,
12207 sparc64_collect_gregset, sparc64_supply_fpregset,
12208 sparc64_collect_fpregset): New prototypes.
12209 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12210 Add extern declarations.
12211 (sparc64_sol2_init_abi): New prototype.
12212 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12213 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12214 prototypes.
12215 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12216 "sparnbsd-nat.h".
12217 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12218 functions.
12219 (_initialize_sparc64fbsd_nat): Remove initialization of
12220 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12221 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12222 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12223 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12224 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12225 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12226 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12227 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12228 (sparc64fbsd_r_y_offset): Remove variables.
12229 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12230 Make static and const.
12231 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12232 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12233 functions.
12234 (sparc64fbsd_gregset): New variable.
12235 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12236 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12237 and sparc64_supply_fpregset.
12238 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12239 (sparc64fbsd_sigtramp_frame_this_id)
12240 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12241 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12242 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12243 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12244 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12245 * sparcnbsd-tdep.c: Update copyright year. Include
12246 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12247 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12248 "value.h" and "sparcnbsd-tdep.h".
12249 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12250 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12251 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12252 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12253 defines.
12254 (sparcnbsd_gregset): New variable.
12255 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12256 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12257 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12258 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12259 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12260 variables.
12261 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12262 (sparc32nbsd_sigcontext_frame_this_id)
12263 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12264 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12265 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12266 (sparcnbsd_get_longjmp_target_32,
12267 sparcnbsd_get_longjmp_target_64): Remove functions.
12268 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12269 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12270 sparcnbsd_init_elf): Remove.
12271 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12272 (sparcnbsd_elf_init_abi): New functions.
12273 (_initialize_sparcnbsd_tdep): New prototype.
12274 (_initialize_sparnbsd_tdep): Update.
12275 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12276 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12277 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12278 * config/sparc/linux.mh: Update comment.
12279 (XM_FILE, HOST_IPC): Remove variables.
12280 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12281 sparc-linux-nat.o.
12282 * config/sparc/linux.mt: Update comment.
12283 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12284 * config/sparc/nbsd.mt: Reformat.
12285 * config/sparc/nbsd64.mh: Update comment.
12286 (NATDEPFILES): Add sparc-nat.o.
12287 * config/sparc/nbsd64.mt: Update comment.
12288 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12289 (TM_FILE): Set to tm-nbsd.h.
12290 * config/sparc/nbsdelf.mh: Update comment.
12291 (NATDEPFILES): Add sparc-nat.o.
12292 (XM_FILE): Delete.
12293 * config/sparc/nbsdaout.mh: Update comment.
12294 (NATDEPFILES): Add sparc-nat.o
12295 (XM_FILE): Delete.
12296 * config/sparc/nm-linux.h: Update copyright year. Don't include
12297 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12298 inclusion.
12299 (KERNEL_U_SIZE): Remove define.
12300 (kernel_u_size): Remove prototype.
12301 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12302 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12303 "regcache.h".
12304 (CHILD_PREPARE_TO_STORE): Remove define.
12305 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12306 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12307 sparcnbsd-nat.c: Rewrite files.
12308 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12309 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12310 sparcnbsd-tdep.h: Remove files.
12311 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12312 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12313 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12314 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12315 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12316 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12317 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12318 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12319 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12320 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12321 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12322 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12323 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12324 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12325 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12326 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12327 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12328 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12329 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12330
12331 2004-01-02 Andrew Cagney <cagney@redhat.com>
12332
12333 From 2003-12-18 Kazuhiro Inaoka:
12334 * configure.host: Add m32r-linux target.
12335
12336 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12337
12338 * top.c (print_gdb_version): Update year to 2004.
12339
12340 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12341
12342 * MAINTAINERS: Add myself to the write-after-approval category.
12343
12344 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12345
12346 From Bernardo Innocenti <bernie@develer.com>:
12347 * configure.tgt: Add uClinux target.
12348
12349 2004-01-02 Andrew Cagney <cagney@redhat.com>
12350
12351 * utils.c (do_my_cleanups): Make static, add forward declaration.
12352 * defs.h (do_my_cleanups): Delete declaration.
12353
12354 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12355
12356 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12357 bfd/ChangeLog-0203.
12358
12359 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12360
12361 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12362 in <machine/reg.h>.
12363 * configure, config.in: Regenerate.
12364
12365 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12366 tui/ChangeLog-1998-2003.
12367 \f
12368 Local Variables:
12369 mode: change-log
12370 left-margin: 8
12371 fill-column: 74
12372 version-control: never
12373 End:
This page took 0.264819 seconds and 5 git commands to generate.