gdb/doc/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2
3 * Makefile.in (dwarf2read.o): Update dependencies.
4 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
5 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
6 and read_in_chain.
7 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
8 mark, and has_form_ref_addr.
9 (struct dwarf2_per_cu_data): New.
10 (dwarf2_max_cache_age): New.
11 (dwarf2_build_psymtabs_hard): Free cached compilation units
12 after loading. Create and manage the list of compilation units.
13 Remove unnecessary NULL initialization. Fix indentation.
14 (psymtab_to_symtab_1): Initialize all of CU.
15 (dwarf2_read_abbrevs): Set has_form_ref_addr.
16 (find_partial_die): Use dwarf2_find_containing_comp_unit
17 and load_comp_unit.
18 (free_stack_comp_unit): Update comments. Clear the per-cu
19 pointer. Handle aging.
20 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
21 (age_cached_comp_units, free_one_cached_comp_unit)
22 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
23 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
24 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
25 (show_dwarf2_cmd): New.
26 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
27 and "maint show dwarf2 max-cache-age".
28 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
29 externs.
30 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
31 global.
32
33 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
34
35 * dwarf2read.c (typename_concat): Change prototype to accept obstack
36 and dwarf2_cu struct pointer as arguments. Change function to use
37 obstack if provided and use dwarf2_cu to determine language-specific
38 separator.
39 (partial_die_parent_scope): Change comment to include java. Use
40 new version of typename_concat instead of obconcat.
41 (partial_die_full_name): Use typename_concat.
42 (read_namespace): Ditto.
43 (read_enumeration_type): Use typename_concat instead of obconcat.
44 (new_symbol): Ditto.
45 (add_partial_symbol): Enhance tests for C++ to also test for Java.
46 (guess_structure_name): Ditto.
47 (read_subroutine_type): Ditto.
48 (read_structure_type): Ditto.
49 (is_vtable_name): Add Java support.
50 (determine_class_name): Switch to new typename_concat call.
51 (determine_prefix): Switch to new typename_concat call.
52 * jv-exp.y (FuncStart): New pattern.
53 (MethodInvocation): Add support for simple function calls. Change
54 warning message for other forms of inferior call currently not
55 supported.
56 * valarith.c (value_subscript): Treat an array with upper-bound
57 of -1 as unknown size.
58
59 2004-09-20 Daniel Jacobowitz <dan@debian.org>
60
61 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
62 (lookup_partial_symtab): Use symtab_to_fullname.
63
64 2004-09-19 Jim Blandy <jimb@redhat.com>
65
66 * minsyms.c (lookup_minimal_symbol): Doc fix.
67
68 2004-09-20 Andrew Cagney <cagney@gnu.org>
69
70 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
71 CHILD_RESUME.
72 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
73 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
74 KILL_INFERIOR.
75 * infptrace.c: Update.
76
77 2004-09-19 Daniel Jacobowitz <dan@debian.org>
78
79 * symtab.c (output_source_filename): Mark first argument as const.
80 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
81 for "info sources" output.
82
83 2004-09-20 Mark Kettenis <kettenis@gnu.org>
84
85 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
86 <machine/vmparam.h>.
87 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
88 (register_u_addr): Remove prototype.
89
90 2004-09-19 Mark Kettenis <kettenis@gnu.org>
91
92 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
93 (i386bsd_fetch_inferior_registers): Rename from
94 fetch_inferior_registers. Make static.
95 (i386bsd_store_inferior_registers): Rename from
96 store_inferior_registers. Make static.
97 (i386bsd_target): New function.
98 * i386bsd-nat.h: New file.
99 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
100 "i386bsd-nat.h".
101 (i386fbsd_resume): Rename from child_resume. Make static.
102 (_initialize_i386fbsd_nat): Construct and add target vector.
103 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
104 (_initialize_i386nbsd_nat): Construct and add target vector.
105 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
106 Remove defines.
107 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
108 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
109 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
110 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
111 (LOADLIBES): New variable.
112 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
113 inf-ptrace.o. Remove inftarg.o.
114 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
115 inf-ptrace.o. Remove inftarg.o.
116 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
117 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
118 (LOADLIBES): New variable.
119 * Makefile.in (i386bsd_nat_h): New variable.
120 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
121 dependencies.
122
123 * sparc64nbsd-tdep.c: Include "objfiles.h".
124 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
125 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
126 svr4_lp64_fetch_link_map_offsets.
127 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
128 "nbsd-tdep.h".
129 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
130 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
131 svr4_lp64_fetch_link_map_offsets.
132 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
133 dependencies.
134
135 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
136 * fbsd-nat.h: New file.
137 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
138 (fbsd_nat_h): New variable.
139 (fbsd-nat.o): New dependency.
140
141 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
142 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
143
144 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
145 comment.
146
147 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
148
149 * ada-exp.y (type_int): New function to add layer of abstraction
150 around references to expression types.
151 (type_long): Ditto.
152 (type_long_long): Ditto.
153 (type_float): Ditto.
154 (type_double): Ditto.
155 (type_long_double): Ditto.
156 (type_char): Ditto.
157 (type_system_address): Ditto.
158 (simple_exp): Use type_* functions in place of builtin_*
159 variables.
160 (exp): Ditto.
161 (write_var_from_name): Ditto.
162 (write_object_renaming): Ditto.
163 * ada-lang.c (ada_create_fundamental_type): Remove redundant
164 declaration.
165 (build_ada_types): Remove, replacing with...
166 (ada_language_arch_info): New function to initialize primitive
167 type vector in language_arch_info.
168 (ada_array_length): Remove use of builtin_type_ada_int.
169 (value_pos_atr): Ditto.
170 (ada_evaluate_subexp): Ditto.
171 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
172 builtin_type_ada_long_long, builtin_type_ada_char,
173 builtin_type_ada_float, builtin_type_ada_double,
174 builtin_type_ada_long_double, builtin_type_ada_natural,
175 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
176 (ada_builtin_types): Remove.
177 (ada_language_defn): Remove entries for la_builtin_type_vector and
178 string_char_type and use ada_language_arch_info.
179 (_initialize_ada_language): Do type-vector initialization along
180 the lines of c-lang.c.
181 (ada_create_fundamental_type): Break up line.
182 (ada_dump_symtab): Remove unused function.
183 (enum ada_primitive_types): Define.
184 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
185 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
186 builtin_type_ada_float, builtin_type_ada_double,
187 builtin_type_ada_long_double, builtin_type_ada_natural,
188 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
189 * ada-lex.l: Use type_* functions in place of builtin_* variables.
190 (processInt): Ditto.
191 (processReal): Ditto.
192 (name_lookup): Ditto.
193 * ada-typeprint.c (print_range): Use builtin_type_int, not
194 builtin_type_ada_int.
195
196 2004-09-18 Mark Kettenis <kettenis@gnu.org>
197
198 * i386-tdep.c (i386_register_name): Rename regno to regnum.
199
200 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
201 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
202 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
203 * configure.in: Improve checks for curses library by checking for
204 mvwaddstr instead of initscr. Drop HP curses in favour of
205 standard curses on HP-UX.
206 * configure: Regenerated.
207
208 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
209
210 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
211 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
212 Minor formatting changes.
213 (empty_array): Slight rewrite for formatting.
214 (emit_char,parse,ada_language_defn,build_ada_types,
215 ada_is_exception_sym, _initialize_ada_language): Move
216 definitions around.
217 (ada_dump_symtab): Remove unused definition.
218 (ada_maybe_exception_partial_symbol): Remove unused definition.
219
220 2004-09-16 Andrew Cagney <cagney@gnu.org>
221
222 * inf-child.c: Include "gdb_string.h".
223 (inf_child_core_file_to_sym_file): Delete.
224 (inf_child_target): Set to_fetch_registers and to_store_registers.
225 * inf-ptrace.c: Include "gdb_string.h".
226 * Makefile.in: Update all dependencies.
227
228 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
229 problem.
230
231 2004-09-14 Joel Brobecker <brobecker@gnat.com>
232
233 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
234 call to heuristic_proc_desc. Remove code that became redundant
235 as a consequence.
236 (read_next_frame_reg): Remove special case for SP_REGNUM.
237 (set_reg_offset): Fix small typo.
238 (reset_saved_regs): New procedure.
239 (mips32_heuristic_proc_desc): No longer compute a fake
240 procedure descriptor. Compute the full frame cache instead.
241 Some minor comment reformatting.
242
243 2004-09-14 Andrew Cagney <cagney@gnu.org>
244
245 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
246 maintainer.
247
248 * thread-db.c (thread_db_new_objfile): Assume that there is a
249 child process.
250
251 2004-09-13 Jim Blandy <jimb@redhat.com>
252
253 * valops.c (value_assign): Move 'buffer' to the enclosing block,
254 so that its storage isn't referenced after its lifetime ends.
255
256 * valops.c (value_assign): 'use_buffer' is initialized to zero,
257 and never assigned to. Delete it, and the 'if (use_buffer)'
258 clauses. Delete 'raw_buffer', since it is now unused.
259
260 2004-09-13 Andrew Cagney <cagney@gnu.org>
261
262 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
263 * configure: Re-generate.
264 * nlm/Makefile.in (TAGS): Update.
265 * Makefile.in (TAGS): Update.
266 * config/vax/nbsd.mt (TM_FILE): Update.
267 * config/sparc/vxworks.mt (TM_FILE): Update.
268 * config/sparc/sol2.mt (TM_FILE): Update.
269 * config/sparc/sol2-64.mt (TM_FILE): Update.
270 * config/sparc/obsd64.mt (TM_FILE): Update.
271 * config/sparc/obsd.mt (TM_FILE): Update.
272 * config/sparc/nbsd64.mt (TM_FILE): Update.
273 * config/sparc/nbsd.mt (TM_FILE): Update.
274 * config/sparc/linux64.mt (TM_FILE): Update.
275 * config/sparc/linux.mt (TM_FILE): Update.
276 * config/sparc/fbsd.mt (TM_FILE): Update.
277 * config/sh/wince.mt (TM_FILE): Update.
278 * config/sh/nbsd.mt (TM_FILE): Update.
279 * config/sh/linux.mt (TM_FILE): Update.
280 * config/sh/embed.mt (TM_FILE): Update.
281 * config/s390/s390.mt (TM_FILE): Update.
282 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
283 * config/rs6000/rs6000.mt (TM_FILE): Update.
284 * config/rs6000/aix4.mt (TM_FILE): Update.
285 * config/powerpc/vxworks.mt (TM_FILE): Update.
286 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
287 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
288 * config/powerpc/obsd.mt (TM_FILE): Update.
289 * config/powerpc/nbsd.mt (TM_FILE): Update.
290 * config/powerpc/linux.mt (TM_FILE): Update.
291 * config/powerpc/aix.mt (TM_FILE): Update.
292 * config/pa/obsd.mt (TM_FILE): Update.
293 * config/pa/linux.mt (TM_FILE): Update.
294 * config/pa/hppahpux.mt (TM_FILE): Update.
295 * config/pa/hppa64.mt (TM_FILE): Update.
296 * config/pa/hppa.mt (TM_FILE): Update.
297 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
298 * config/mips/wince.mt (TM_FILE): Update.
299 * config/mips/vxmips.mt (TM_FILE): Update.
300 * config/mips/nbsd.mt (TM_FILE): Update.
301 * config/mips/linux.mt (TM_FILE): Update.
302 * config/mips/irix6.mt (TM_FILE): Update.
303 * config/mips/irix5.mt (TM_FILE): Update.
304 * config/mips/embed.mt (TM_FILE): Update.
305 * config/m68k/vxworks68.mt (TM_FILE): Update.
306 * config/m68k/st2000.mt (TM_FILE): Update.
307 * config/m68k/os68k.mt (TM_FILE): Update.
308 * config/m68k/obsd.mt (TM_FILE): Update.
309 * config/m68k/nbsd.mt (TM_FILE): Update.
310 * config/m68k/monitor.mt (TM_FILE): Update.
311 * config/m68k/linux.mt (TM_FILE): Update.
312 * config/m68k/cisco.mt (TM_FILE): Update.
313 * config/ia64/linux.mt (TM_FILE): Update.
314 * config/ia64/aix.mt (TM_FILE): Update.
315 * config/ia64/ia64.mt (TM_FILE): Update.
316 * config/i386/vxworks.mt (TM_FILE): Update.
317 * config/i386/obsd64.mt (TM_FILE): Update.
318 * config/i386/obsd.mt (TM_FILE): Update.
319 * config/i386/nto.mt (TM_FILE): Update.
320 * config/i386/nbsd64.mt (TM_FILE): Update.
321 * config/i386/nbsd.mt (TM_FILE): Update.
322 * config/i386/linux64.mt (TM_FILE): Update.
323 * config/i386/linux.mt (TM_FILE): Update.
324 * config/i386/i386sol2.mt (TM_FILE): Update.
325 * config/i386/i386lynx.mt (TM_FILE): Update.
326 * config/i386/fbsd64.mt (TM_FILE): Update.
327 * config/i386/fbsd.mt (TM_FILE): Update.
328 * config/i386/cygwin.mt (TM_FILE): Update.
329 * config/h8300/h8300.mt (TM_FILE): Update.
330 * config/frv/frv.mt (TM_FILE): Update.
331 * config/cris/cris.mt (TM_FILE): Update.
332 * config/arm/wince.mt (TM_FILE): Update.
333 * config/arm/nbsd.mt (TM_FILE): Update.
334 * config/arm/linux.mt (TM_FILE): Update.
335 * config/arm/embed.mt (TM_FILE): Update.
336 * config/alpha/nbsd.mt (TM_FILE): Update.
337 * config/alpha/fbsd.mt (TM_FILE): Update.
338 * config/alpha/alpha.mt (TM_FILE): Update.
339 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
340 * config/alpha/alpha-linux.mt (TM_FILE): Update.
341
342 Eliminate event_loop_p, always has the value 1.
343 * defs.h (event_loop_p): Delete macro.
344 * breakpoint.c (until_break_command): Simplify.
345 * utils.c (prompt_for_continue): Simplify.
346 * tracepoint.c (read_actions): Simplify.
347 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
348 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
349 (set_prompt, init_main): Simplify.
350 (init_signals, disconnect): Delete, unused.
351 * remote.c (remote_async_resume)
352 (extended_remote_async_create_inferior): Simplify.
353 * mi/mi-interp.c (mi_input): Delete, unused.
354 (mi_interpreter_resume, mi_command_loop): Simplify.
355 * interps.c (current_interp_command_loop): Simplify.
356 * infrun.c (proceed): Simplify.
357 * infcmd.c (run_command, continue_command, step_1, jump_command)
358 (until_command, advance_command, finish_command)
359 (interrupt_target_command): Simplify.
360 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
361
362 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
363 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
364 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
365 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
366 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
367 * mips-tdep.c (mips_dump_tdep): Do not print same.
368
369 2004-09-12 Andrew Cagney <cagney@gnu.org>
370
371 * valprint.c (print_longest): Use fputs_filtered. Make "val"
372 const.
373 * Makefile.in (valprint.o): Delete explict rule.
374
375 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
376 reported by Dave Anderson.
377
378 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
379
380 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
381
382 2004-09-12 Salvador E. Tropea <set@users.sf.net>
383 Andrew Cagney <cagney@gnu.org>
384
385 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
386 (mi_cmd_data_list_register_values)
387 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
388 the register number computation.
389
390 2004-09-12 Andrew Cagney <cagney@gnu.org>
391
392 * ppcnbsd-nat.c: Include "inf-ptrace.h".
393 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
394 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
395 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
396 target.
397 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
398 inf-ptrace.o and inf-child.o.
399 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
400 * Makefile.in: Update dependencies.
401
402 2004-09-11 Andrew Cagney <cagney@gnu.org>
403
404 * language.c (hex_string, hex_string_custom): Move from here ...
405 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
406 (CELLSIZE): Increase to 50.
407 * language.h (hex_string, hex_string_custom): Move from here ...
408 * defs.h: ... to here.
409 * Makefile.in: Update all dependencies.
410
411 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
412
413 * language.c (local_hex_format_custom): Remove.
414 (local_hex_string): Rename to hex_string, use C format, and move to
415 utils.c
416 (local_hex_string_custom): Rename to hex_string_custom and change
417 interface. Now uses C format. Move to utils.c
418 (local_octal_format_custom): Remove.
419 (local_decimal_format_custom): Remove.
420 (unknown_language_defn): Remove language-specific number
421 formatting entries.
422 (auto_language_defn): Ditto.
423 (local_language_defn): Ditto.
424 * language.h (struct language_format_info): Delete declaration.
425 (struct language_defn): Remove language_format_info fields
426 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
427 (local_binary_format): Remove macro.
428 (local_binary_format_prefix): Remove macro.
429 (local_binary_format_specifier): Remove macro.
430 (local_binary_format_suffix): Remove macro.
431 (local_octal_format): Remove macro.
432 (local_octal_format_prefix): Remove macro.
433 (local_octal_format_specifier): Remove macro.
434 (local_octal_format_suffix): Remove macro.
435 (local_decimal_format): Remove macro.
436 (local_decimal_format_prefix): Remove macro.
437 (local_decimal_format_specifier): Remove macro.
438 (local_decimal_format_suffix): Remove macro.
439 (local_hex_format): Remove macro.
440 (local_hex_format_prefix): Remove macro.
441 (local_hex_format_specifier): Remove macro.
442 (local_hex_format_suffix): Remove macro.
443 (local_decimal_format_custom): Remove.
444 (local_octal_format_custom): Remove.
445 (local_hex_format_custom): Remove.
446 (local_hex_string): Rename to hex_string and move to defs.h.
447 (local_hex_string_custom): Rename to hex_string_custom, change
448 interface, and move to defs.h.
449 * utils.c: (int_string): New function.
450 (hex_string): New function (from language.c).
451 (hex_string_custom): New function (from language.c).
452 (octal2str): New function.
453 (decimal2str): Add width parameter.
454 (paddr_u): Use new decimal2str interface.
455 (paddr_d): Ditto.
456 * defs.h (hex_string): Declare.
457 (hex_string_custom): Declare.
458 (int_string): Declare.
459 * printcmd.c (print_scalar_formatted): Remove localized binary
460 formatting.
461 * valprint.c (print_longest): Use int_string.
462 (print_floating): Use C hex format.
463 (print_hex_chars): Ditto.
464 (print_binary_chars): Remove language-specific formatting.
465 (print_octal_chars): Use C octal format.
466 (print_decimal_chars): Delocalize format.
467 (print_decimal): Remove.
468 * ada-lang.c (ada_language_defn): Remove language-specific number
469 formatting entries.
470 * p-lang.c (pascal_language_defn): Ditto.
471 * c-lang.c (c_language_defn): Ditto.
472 (cplus_language_defn): Ditto.
473 (asm_language_defn): Ditto.
474 (minimal_language_defn): Ditto.
475 * f-lang.c (f_language_defn): Ditto.
476 * jv-lang.c (java_language_defn): Ditto.
477 * m2-lang.c (m2_language_defn): Ditto.
478 * scm-lang.c (scm_language_defn): Ditto.
479 * objc-lang.c (objc_language_defn): Ditto.
480 * memattr.c (mem_info_command): Use renamed hex_string_custom with
481 new interface.
482 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
483 * ui-out.c (ui_out_field_core_addr): Ditto.
484 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
485 * exec.c (print_section_info): Ditto.
486 * i387-tdep.c (print_i387_status_word): Ditto.
487 (print_i387_control_word): Ditto.
488 (i387_print_float_info): Ditto.
489 * maint.c (maint_print_section_info): Ditto.
490 * solib.c (info_sharedlibrary_command): Ditto.
491 * somsolib.c (som_sharedlibrary_info_command): Ditto.
492 * symtab.c (print_msymbol_info): Ditto.
493 * tracepoint.c (tracepoints_info): Ditto.
494 * solib-frv.c (lm_base): Ditto.
495 (frv_current_sos): Ditto.
496 (enable_break2): Ditto.
497 (enable_break): Ditto.
498 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
499 (process_one_symbol): Ditto.
500 * infcmd.c (program_info): Ditto.
501 * mdebugread.c (parse_partial_symbols): Ditto.
502 * symfile.c (add_symbol_file_command): Ditto.
503 * cli/cli-cmds.c (edit_command): Ditto.
504 (list_command): Ditto.
505 * infcall.c (call_function_by_hand): Ditto.
506 * remote-vx.c (vx_run_files_info): Ditto.
507 (vx_wait): Ditto.
508 (vx_attach): Ditto.
509 (vx_detach): Ditto.
510 (vx_kill): Ditto.
511 * aix-thread.c (pdc_symbol_addrs): Ditto.
512 (pdc_read_regs): Ditto.
513 (pdc_write_regs): Ditto.
514 (pdc_read_data): Ditto.
515 (pdc_write_data): Ditto.
516 * d10v-tdep.c (display_trace): Ditto.
517 * rs6000-nat.c (find_toc_address): Ditto.
518 * aix-thread.c: Don't include language.h.
519 * buildsym.c: Ditto.
520 * dbxread.c: Ditto.
521 * mdebugread.c: Ditto.
522 * rs6000-nat.c: Ditto.
523 * buildsym.c (make_blockvector): Use renamed hex_string.
524
525 2004-09-10 Jason Molenda (jmolenda@apple.com)
526
527 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
528 chars after 'if' or 'while' commands in user-defined commands.
529
530 2004-09-08 Jim Blandy <jimb@redhat.com>
531
532 Fix bug reported and analyzed by Olivier Crete:
533 * symfile.c (copy_section_addr_info): New function.
534 (symbol_file_add_with_addrs_or_offsets): Use it to save the
535 original set of address arguments, instead of handwritten code
536 that uses one length to allocate and a different length to
537 initialize. Use make_cleanup_free_section_addr_info.
538 * symfile.h (copy_section_addr_info): New declaration.
539 * utils.c: #include "symfile.h".
540 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
541 New functions.
542 * defs.h (make_cleanup_free_section_addr_info): New declaration.
543 * Makefile.in (utils.o): Update dependencies.
544
545 2004-09-08 Andrew Cagney <cagney@gnu.org>
546
547 * thread-db.c (keep_thread_db): Delete.
548 (thread_db_new_objfile, thread_db_create_inferior)
549 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
550
551 2004-09-08 Mark Kettenis <kettenis@gnu.org>
552
553 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
554 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
555 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
556 (i386_frameless_signal_p): Remove prototype.
557 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
558 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
559 I386_SSE_NUM_REGS.
560 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
561 instead of FP0_REGNUM.
562 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
563 of FP0_REGNUM and FPC_REGNUM.
564
565 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
566 (sunos_solib_create_inferior_hook): Don't call
567 sunos_relocate_main_executable.
568
569 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
570 solib_svr4_fetch_link_map_offsets to
571 svr4_ilp32_fetch_link_map_offsets.
572 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
573 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
574 svr4_ilp32_fetch_link_map_offsets.
575 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
576
577 2004-09-07 Jim Blandy <jimb@redhat.com>
578
579 * frame.h (frame_register): Doc fix.
580
581 2004-09-07 Andrew Cagney <cagney@gnu.org>
582
583 * vx-share/wait.h: Delete #ifdef USG.
584 * utils.c (request_quit): Ditto.
585 * tui/tui.c (tui_reset): Ditto.
586 * remote.c: Ditto.
587 * remote-sds.c: Ditto.
588 * remote-rdi.c: Ditto.
589 * mdebugread.c: Ditto.
590 * m68klinux-nat.c: Ditto.
591 * infttrace.c: Ditto.
592 * infptrace.c: Ditto.
593 * i386v-nat.c: Ditto.
594 * exec.c: Ditto.
595 * dbxread.c: Ditto.
596 * core-aout.c: Ditto.
597
598 2004-09-05 Joel Brobecker <brobecker@gnat.com>
599
600 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
601 heuristic_proc_desc.
602 (mips_insn32_frame_cache): Likewise.
603
604 2004-09-04 Joel Brobecker <brobecker@gnat.com>
605
606 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
607 left behind by error.
608
609 2004-09-04 Joel Brobecker <brobecker@gnat.com>
610
611 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
612 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
613
614 2004-09-04 Joel Brobecker <brobecker@gnat.com>
615
616 * config/rs6000/xm-aix4.h: Remove this file.
617 * config/rs6000/aix4.mh (XM_FILE): Delete.
618
619 2004-09-04 Joel Brobecker <brobecker@gnat.com>
620
621 * config/rs6000/xm-rs6000.h: Remove this file.
622 * config/rs6000/rs6000.mh (XM_FILE): Remove.
623
624 2004-09-03 Andrew Cagney <cagney@gnu.org>
625
626 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
627 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
628 only use.
629
630 * mips-tdep.c (temp_saved_regs): Delete.
631 (set_reg_offset): Replace saved_regs parameter with this_cache.
632 (heuristic_proc_desc, mips16_heuristic_proc_desc)
633 (mips32_heuristic_proc_desc): Add this_cache parameter.
634 (mips_insn32_frame_cache, mips_insn16_frame_cache)
635 (after_prologue): Pass a NULL this_cache.
636
637 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
638 non-kernel trap prologues.
639
640 * mips-tdep.c (find_proc_desc): Delete function.
641 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
642 simplify.
643 (mips_insn16_frame_cache): Replace find_proc_desc with code from
644 mips_insn32_frame_cache.
645
646 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
647 Simplify as NEXT_FRAME is NULL.
648 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
649
650 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
651 local variable.
652 (mips_skip_prologue): Update.
653
654 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
655 "cur_frame" parameter.
656 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
657 (mips_insn32_frame_cache, find_proc_desc): Update
658
659 * config/vax/nm-obsd.h: Delete file.
660 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
661 * config/vax/nm-nbsd.h: Delete file.
662 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
663 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
664 * config/sh/nm-nbsd.h: Delete file.
665 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
666 * config/rs6000/nm-rs6000ly.h: Delete file.
667 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
668 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
669 * config/powerpc/nm-obsd.h: Delete file.
670 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
671 * config/powerpc/nm-nbsd.h: Delete file.
672 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
673 * config/pa/nm-obsd.h: Delete file.
674 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
675 * config/mips/nm-nbsd.h: Delete file.
676 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
677 * config/m88k/nm-obsd.h: Delete file.
678 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
679 * config/m68k/nm-nbsd.h: Delete file.
680 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
681 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
682 * config/i386/nm-nbsd.h: Delete file.
683 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
684 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
685 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
686 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
687 * config/i386/nm-i386lynx.h: Delete file.
688 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
689 * config/arm/nm-nbsd.h: Delete file.
690 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
691 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
692
693 * config/i386/tm-fbsd.h: Delete file.
694 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
695 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
696
697 * config/rs6000/tm-rs6000-aix4.h: Delete file.
698 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
699 * config/rs6000/aix4.mt (TM_FILE): Set to
700 config/rs6000/tm-rs6000.h.
701 * config/powerpc/tm-ppc-aix.h: Delete file.
702 * config/powerpc/aix.mt (TM_FILE): Set to
703 config/rs6000/tm-rs6000.h.
704 * config/m68k/tm-linux.h: Delete file.
705 * config/m68k/linux.mt (TM_FILE): Set to solib.h
706 * config/i386/tm-linux64.h: Delete file.
707 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
708 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
709
710 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
711 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
712 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
713 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
714 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
715 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
716 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
717 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
718 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
719
720 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
721 gdb_host_cpu.
722
723 2004-09-02 Joel Brobecker <brobecker@gnat.com>
724
725 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
726 Minor reformatting. Some code factoring.
727
728 2004-09-02 Andrew Cagney <cagney@gnu.org>
729
730 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
731 * config/vax/tm-nbsd.h: Delete file.
732 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
733 * config/sparc/tm-vxworks.h: Delete file.
734 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
735 * config/sparc/tm-nbsd.h: Delete file.
736 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
737 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
738 * config/sparc/tm-linux.h: Delete file.
739 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
740 * config/s390/tm-linux.h: Delete file.
741 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
742 * config/pa/tm-bsd.h: Delete file.
743 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
744 * config/m68k/tm-obsd.h: Delete file.
745 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
746 * config/m68k/tm-nbsd.h: Delete file.
747 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
748 * config/i386/tm-vxworks.h: Delete file.
749 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
750 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
751 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
752 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
753 * config/i386/tm-nbsd.h: Delete file.
754 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
755 * config/i386/tm-i386lynx.h: Delete file.
756 * config/cris/cris.mt (TM_FILE): Set to solib.h.
757 * config/cris/tm-cris.h: Delete file.
758
759 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
760 * configure: Re-generate.
761 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
762 * config/arm/tm-nbsd.h: Delete file.
763
764 * config/powerpc/tm-ppcle-sim.h: Delete.
765 * config/powerpc/tm-ppcle-eabi.h: Delete.
766 * config/powerpc/tm-nbsd.h: Delete.
767 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
768 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
769 tm-ppcle-eabi.h.
770
771 * config/i386/nto.mh (NAT_FILE): Delete.
772 * config/i386/nm-nto.h: Delete.
773
774 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
775 * config/m68k/tm-os68k.h: Ditto.
776 * config/m68k/tm-monitor.h: Ditto.
777 * config/m68k/tm-cisco.h: Ditto.
778 * config/m68k/st2000.mt (TM_FILE): Delete.
779 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
780 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
781 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
782 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
783
784 * config/m68k/tm-st2000.h: Delete.
785 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
786 * config/sparc/fbsd.mt (TM_FILE): Delete.
787 * config/sparc/tm-fbsd.h: Delete.
788
789 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
790 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
791 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
792
793 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
794 GDB_TM_FILE and GDB_XM_FILE.
795 * gdbarch.c: Re-generate.
796 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
797 quotes in macro definition.
798 * configure.in: Re-generate.
799
800 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
801 validating architecture methods.
802 * gdbarch.c: Re-generate.
803
804 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
805 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
806 GDB_MULTI_ARCH_PARTIAL.
807 * gdbarch.h: Re-generate.
808
809 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
810 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
811 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
812 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
813 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
814 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
815 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
816 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
817 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
818 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
819 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
820 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
821
822 2004-09-01 Andrew Cagney <cagney@gnu.org>
823
824 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
825 and main_func_highpc.
826 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
827 * objfiles.c (init_entry_point_info, objfile_relocate): Update
828 * nlmread.c (nlm_symfile_read): Update.
829
830 2004-09-01 Joel Brobecker <brobecker@gnat.com>
831
832 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
833 (mips_insn32_frame_cache): Inline call to find_proc_desc.
834 (find_proc_desc): Remove dead code.
835
836 2004-09-01 Joel Brobecker <brobecker@gnat.com>
837
838 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
839
840 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
841
842 * observer.sh: Add struct so_list declaration.
843 * Makefile.in: Add dependencies on observer.h for solib.c and
844 breakpoint.c.
845 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
846 function.
847 (_initialize_breakpoint): Register
848 disable_breakpoints_in_unloaded_shlib as an observer of the
849 "solib unloaded" observation event.
850 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
851 call decode_line_1 so unfound breakpoint errors are silent.
852 * solib.c (update_solib_list): When a solib is discovered to have
853 been unloaded by the program, notify all observers of the
854 "solib unloaded" observation event.
855
856 2004-09-01 Andrew Cagney <cagney@gnu.org>
857
858 * frame.c: Include "objfiles.h".
859 (inside_main_func): New function.
860 (get_prev_frame): Use new inside_main_func.
861 * Makefile.in (frame.o): Update dependencies.
862 * defs.h (inside_main_func): Delete declaration.
863 * blockframe.c (inside_main_func): Delete function.
864
865 2004-08-31 Jim Blandy <jimb@redhat.com>
866
867 * dwarf2read.c (is_vtable_name): New function, based on logic from
868 read_structure_type, but passing the correct length to strncmp,
869 and using 'sizeof' instead of 'strlen'.
870 (read_structure_type): Call it.
871
872 2004-08-31 Joel Brobecker <brobecker@gnat.com>
873
874 * config/powerpc/aix.mh: Add comment.
875
876 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
877
878 * MAINTAINERS: Add self to Write-After-Approval.
879
880 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
881
882 * MAINTAINERS: Add self to Write-After-Approval.
883
884 2004-08-30 Andrew Cagney <cagney@gnu.org>
885
886 Fix PR breakpoints/1757.
887 * infrun.c (struct execution_control_state): Replace
888 remove_breakpoints_on_following_step with
889 step_after_step_resume_breakpoint.
890 (init_execution_control_state): Update.
891 (handle_inferior_event): For signals, when stepping off a
892 breakpoint, set step_after_step_resume_breakpoint. When
893 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
894 (keep_going): Delete code handling
895 remove_breakpoints_on_following_step.
896
897 2004-08-29 David Lecomber <david@streamline-computing.com>
898
899 Fix PR gdb/648
900 * language.h (enum array_ordering): New enum.
901 * language.h (struct language_defn): New la_array_ordering
902 attribute.
903 * language.c (unknown_language_defn, auto_language_defn)
904 (local_language_defn): Ditto.
905 * ada-lang.c (ada_language_defn): Ditto.
906 * c-lang.c (c_language_defn, cplus_language_defn)
907 (asm_language_defn, minimal_language_defn): Ditto.
908 * f-lang.c (f_language_defn): Ditto.
909 * jv-lang.c (java_language_defn): Ditto.
910 * m2-lang.c (f_language_defn): Ditto.
911 * objc-lang.c (objc_language_defn): Ditto.
912 * p-lang.c (pascal_language_defn): Ditto.
913 * scm-lang.c (scm_language_defn): Ditto.
914 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
915 oriented large to small in type structure.
916 * dwarf2read.c (read_array_order): New function.
917 (read_array_type): Use read_array_order to check row/column
918 major ordering.
919
920 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
921
922 * target.c (target_resize_to_sections): Check
923 current_target.to_sections for an old value when updating.
924
925 2004-08-27 Joel Brobecker <brobecker@gnat.com>
926
927 * procfs.c (dbx_link_bpt_addr): New static global variable.
928 (dbx_link_shadow_contents): New static global variable.
929 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
930 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
931 if we just hit it.
932 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
933 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
934 from run to run.
935 (procfs_create_inferior): Remove syssgi syscall-exit notifications
936 after the inferior has been forked.
937 (remove_dbx_link_breakpoint): New function.
938 (dbx_link_addr): New function.
939 (insert_dbx_link_bpt_in_file): New function.
940 (insert_dbx_link_bpt_in_region): New function.
941 (insert_dbx_link_breakpoint): New function.
942 (proc_trace_syscalls_1): New function, extracted from
943 proc_trace_syscalls.
944 (proc_trace_syscalls): Replace extract code by call to
945 proc_trace_syscalls_1.
946 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
947 is no longer valid.
948
949 2004-08-25 Jim Blandy <jimb@redhat.com>
950
951 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
952
953 2004-08-25 Andrew Cagney <cagney@gnu.org>
954
955 * infrun.c (struct execution_control_state): Delete field
956 "stepping_through_sigtramp".
957 (init_execution_control_state): Do not set same.
958 (context_switch): Do not pass same to save_infrun_state and
959 load_infrun_state.
960 * gdbthread.h (struct thread_info): Delete field
961 stepping_through_sigtramp.
962 (save_infrun_state, load_infrun_state): Delete parameter
963 stepping_through_sigtramp.
964 * thread.c (load_infrun_state, save_infrun_state): Update.
965
966 * infrun.c: Re-indent. Move expression operators to the beginning
967 of the line. Remove long disabled #if 0 code.
968
969 2004-08-24 Andrew Cagney <cagney@gnu.org>
970
971 * doublest.h (floatformat_ieee_quad): Rename
972 floatformat_ia64_quad.
973 * doublest.c (floatformat_ieee_quad): Rename
974 floatformat_ia64_quad.
975 (_initialize_doublest): Update.
976
977 2004-08-24 Jim Blandy <jimb@redhat.com>
978
979 * dwarf2expr.h (struct dwarf_expr_context): New members
980 'num_pieces' and 'pieces', for returning the result of an
981 expression that uses DW_OP_piece.
982 (struct dwarf_expr_piece): New struct type.
983 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
984 pieces.
985 (free_dwarf_expr_context): Free pieces, if any.
986 (add_piece): New function.
987 (execute_stack_op): Implement DW_OP_piece.
988 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
989 expression is a list of pieces, print an error message.
990 (dwarf2_loc_desc_needs_frame): If the expression yields
991 pieces, and any piece is in a register, then we need a frame.
992
993 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
994 the stack until we've decided what sort of result the evaluation
995 has produced. Use separate variables, with more specific names.
996
997 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
998
999 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1000 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1001 (arm_netbsd_init_abi_common): Register them.
1002
1003 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1004
1005 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1006
1007 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1008 safe_frame_unwind_memory instead of target_read_memory.
1009
1010 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1011 Reorder includes.
1012 (fetch_register, store_register): Remove prototypes.
1013 (child_resume): Reorganize code and comments such that it is
1014 grouped a bit more logically.
1015 (attach): Explicitly compare errno against 0.
1016 (detach): Likewise. Use perror_with_name instead of
1017 print_sys_errmsg.
1018 * Makefile.in (infptrace.o): Update dependencies.
1019
1020 * ia64-linux-nat.c: Update copyright year.
1021 (fetch_debug_register, store_debug_register)
1022 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1023 PTRACE_TYPE_ARG3.
1024 * config/ia64/nm-linux.h: Update copyright year.
1025 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1026
1027 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1028 from CORE_ADDR to struct frame_info *. Use
1029 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1030 (amd64_linux_sigtramp_p): Adjust for changed signature of
1031 and64_linux_sigtramp_start
1032
1033 * gdb_ptrace.h: GNU/Linux.
1034
1035 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1036 Remove defines.
1037
1038 * infptrace.c: Include "gdb_assert.h".
1039 (PTRACE_XFER_TYPE): Remove define.
1040 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1041 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1042 Tweak comment.
1043 (fetch_inferior_registers, store_inferior_registers): Remove
1044 redundant culry braces. Tweak comment. s/regno/regnum.
1045 * Makefile.in (infptrace.o): Update dependencies.
1046
1047 * configure.in: Change test for return type of ptrace to default
1048 to `long' instead of `int'.
1049 * configure: Regenerate.
1050
1051 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1052
1053 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1054
1055 * configure.in: Check for ttrace function.
1056 * configure, config.in: Regenerate.
1057
1058 * gdb_ptrace.h: New file.
1059 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1060 <sys/ptrace.h>.
1061 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1062 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1063 (attach): Don't define PT_ATTACH.
1064 (detach): Don't define PT_DETACH.
1065 * Makefile.in (gdb_ptrace_h): New variable.
1066 (infptrace.o): Update dependencies.
1067
1068 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1069
1070 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1071 instead of `int' if not already defined.
1072 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1073 PTRACE_TYPE_ARG3.
1074 * infptrace.c (call_ptrace): Revert change that replaced
1075 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1076
1077 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1078
1079 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1080 Remove defines.
1081
1082 * linux-nat.c (kill_inferior): Add missing third and fourth
1083 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1084
1085 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1086 PTRACE_TYPE_RET.
1087
1088 * proc-why.c (proc_prettyfprint_why): Fix format string.
1089
1090 * solib-osf.c (osf_current_sos): Remove unsused label.
1091
1092 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1093 curses headers.
1094 * configure, config.in: Regenerate.
1095 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1096 <ncurses/ncurses.h>.
1097
1098 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1099 * config/nm-nbsd.h: Update copyright year.
1100 (PTRACE_ARG3_TYPE): Remove define.
1101
1102 * sparc-nat.c (fetch_inferior_registers)
1103 (store_inferior_registers, sparc_xfer_wcookie):
1104 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1105
1106 * alphabsd-nat.c (fetch_inferior_registers):
1107 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1108 PTRACE_TYPE_ARG3.
1109 * amd64bsd-nat.c (fetch_inferior_registers)
1110 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1111 PTRACE_TYPE_ARG3.
1112 * armnbsd-nat.c: Update copyright year.
1113 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1114 (store_register, store_regs, store_fp_register, store_fp_regs):
1115 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1116 * hppabsd-nat.c (fetch_inferior_registers)
1117 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1118 PTRACE_TYPE_ARG3.
1119 * i386bsd-nat.c (fetch_inferior_registers)
1120 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1121 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1122 * m68kbsd-nat.c (fetch_inferior_registers)
1123 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1124 PTRACE_TYPE_ARG3.
1125 * m88kbsd-nat.c (fetch_inferior_registers)
1126 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1127 PTRACE_TYPE_ARG3.
1128 * mipsnbsd-nat.c: Update copyright year.
1129 (fetch_inferior_registers, store_inferior_registers):
1130 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1131 * ns32knbsd-nat.c: Update copyright year.
1132 (fetch_inferior_registers, store_inferior_registers):
1133 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1134 * ppcnbsd-nat.c (fetch_inferior_registers):
1135 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1136 PTRACE_TYPE_ARG3.
1137 * ppcobsd-nat.c (fetch_inferior_registers):
1138 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1139 PTRACE_TYPE_ARG3.
1140 * shnbsd-nat.c: Update copyright year.
1141 (fetch_inferior_registers, store_inferior_registers):
1142 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1143 * vaxbsd-nat.c (fetch_inferior_registers)
1144 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1145 PTRACE_TYPE_ARG3.
1146
1147 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1148 PTRACE_TYPE_ARG3.
1149 * infptrace.c (call_ptrace, child_resume, attach, detach)
1150 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1151 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1152 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1153 PTRACE_TYPE_ARG3.
1154
1155 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1156
1157 * defs.h: Remove out-of-date comment.
1158 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1159 [!GETENV_PROVIDED] (getenv): Remove prototype.
1160
1161 * standalone.c: Remove file.
1162 * Makefile.in (standalone.o): Remove dependency.
1163
1164 * i386-linux-nat.c (dummy_sse_values): Remove function and
1165 prototype.
1166 (i386_linux_dr_get): Fix typo in comment.
1167 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1168
1169 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1170
1171 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1172 from declaration.
1173 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1174 from definition.
1175
1176 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1177
1178 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1179 parenthesis in definition.
1180 * configure: Regenerated.
1181
1182 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1183
1184 * PROBLEMS: Mention build/1411.
1185
1186 2004-08-09 Robert Millan <robertmh@gnu.org>
1187
1188 Committed by Nathanael Nerode.
1189 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1190 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1191
1192 2004-08-12 Andrew Cagney <cagney@gnu.org>
1193
1194 * NEWS: Mention fixes in GDB 6.2.1.
1195 * PROBLEMS: Remove mention of mips-irix.
1196
1197 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1198
1199 * config/powerpc/xm-aix.h: Delete.
1200 * config/powerpc/aix.mh (MH_FILE): Remove.
1201 * config/powerpc/aix432.mh (MH_FILE): Remove.
1202
1203 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1204
1205 * config/powerpc/aix.mh: Remove obsolete comment.
1206 * config/powerpc/aix432.mh: Likewise.
1207
1208 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1209
1210 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1211
1212 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1213
1214 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1215 this file is now empty.
1216 * config/xm-aix4.h: Remove, this file is no longer included
1217 anywhere.
1218
1219 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1220
1221 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1222 that file is now empty.
1223 (termdef): Remove prototype, function no longer used.
1224
1225 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1226
1227 * doc/gdbint.texinfo (Host Definition): Remove documentation
1228 for USE_O_NOCTTY, no longer used.
1229 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1230 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1231
1232 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1233
1234 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1235 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1236 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1237
1238 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1239
1240 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1241 instead of FIVE_ARG_PTRACE.
1242
1243 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1244 (new_tty): Use O_NOCTTY unconditionally.
1245
1246 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1247
1248 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1249 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1250 fflush on stdout.
1251
1252 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1253
1254 * xcoff_symfile_finish: Replace last call to xmfree by call
1255 to xfree.
1256
1257 2004-08-10 Andrew Cagney <cagney@gnu.org>
1258
1259 * main.c (captured_main): Delete call to init_malloc.
1260 * defs.h (init_malloc): Delete declaration.
1261 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1262 (init_malloc): Delete functions.
1263
1264 * defs.h (xmfree): Delete.
1265 * utils.c (xmfree): Delete function.
1266 (xfree): Inline calls to xmfree and mfree.
1267 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1268 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1269 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1270 * somread.c (som_symfile_finish): Ditto.
1271 * objfiles.c (allocate_objfile, free_objfile):
1272 * nlmread.c (nlm_symfile_finish): Ditto.
1273 * hpread.c (hpread_symfile_finish): Ditto.
1274 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1275 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1276 * coffread.c (coff_symfile_finish): Ditto.
1277
1278 * defs.h (xmcalloc): Delete declaration.
1279 * utils.c (xmcalloc): Delete.
1280 (xcalloc): Inline calls to xmcalloc and mcalloc.
1281 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1282 xcalloc and xfree.
1283 * symtab.c (create_demangled_names_hash): Ditto.
1284
1285 * defs.h (xmrealloc): Delete.
1286 * utils.c (xmrealloc): Delete.
1287 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1288 * symmisc.c (extend_psymbol_list): Use xrealloc.
1289 * source.c (find_source_lines): Ditto.
1290 * hpread.c (hpread_lookup_type): Ditto.
1291 * dbxread.c (add_bincl_to_list): Ditto.
1292
1293 * utils.c (xmmalloc): Delete.
1294 (xmalloc): Inline xmmalloc and mmalloc calls.
1295 (msavestring): Use xmalloc.
1296 * defs.h (xmmalloc): Delete declaration.
1297 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1298 xmmalloc.
1299 * symmisc.c (extend_psymbol_list): Ditto.
1300 * symfile.c (init_psymbol_list): Ditto.
1301 * source.c (find_source_lines): Ditto.
1302 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1303 * elfread.c (elf_symtab_read): Ditto.
1304 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1305 * coffread.c (coff_symfile_init): Ditto.
1306
1307 2004-08-10 David Carlton <carlton@bactrian.org>
1308
1309 * MAINTAINERS: Remove David Carlton from c++ testsuite
1310 maintainers.
1311
1312 2004-08-10 Jerome Guitton <guitton@gnat.com>
1313
1314 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1315 print a line feed before the prompt.
1316
1317 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1318
1319 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1320
1321 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1322
1323 General cleanup of the AIX xm include file:
1324 * config/xm-aix4.h (fd_set): Remove undefine.
1325 Remove include of <sys/select.h>.
1326 (HAVE_TERMIO): Remove define.
1327 (USG): Likewise.
1328 (NULL): Remove redefine.
1329 (alloca): Remove #pragma.
1330 (vfork): Remove define.
1331 (termdef): Remove.
1332 (SIGWINCH_HANDLER): Remove.
1333 (SIGWINCH_HANDLER_BODY): Remove.
1334
1335 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1336
1337 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1338 GDB_OSABI_OPENBSD_ELF.
1339
1340 2004-08-07 Robert Millan <robertmh@gnu.org>
1341
1342 * bsd-kvm.c: Check for nlist.h before including it.
1343
1344 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1345
1346 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1347 sigcontext' offset consistency checks for ancient BSD.
1348
1349 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1350
1351 * configure.in: Check for <sys/types.h>. Check return and
1352 argument types of ptrace.
1353 * configure, config.in: Regenerate.
1354
1355 2004-08-09 Jim Blandy <jimb@redhat.com>
1356
1357 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1358 rs6000_register_sim_regno): Doc fixes.
1359
1360 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1361
1362 * mips-tdep.c: Include "floatformat.h".
1363 (n32n64_floatformat_always_valid): New function.
1364 (floatformat_n32n64_long_double_big): New constant.
1365 (mips_gdbarch_init): Set size and format of long double
1366 for N32 and N64 ABIs.
1367 * Makefile.in (mips-tdep.o): Update dependencies.
1368
1369 2004-08-08 Andrew Cagney <cagney@gnu.org>
1370
1371 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1372 print. Improve script's error messages.
1373 * gdbarch.h: Re-generate.
1374
1375 * gdbarch.sh (pformat): New function.
1376 (float_format, double_format, long_double_format): List with bit
1377 members. Use pformat when printing.
1378 * gdbarch.c, gdbarch.h: Re-generate.
1379
1380 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1381
1382 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1383 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1384 (ppcnbsd_supply_pcb): New function.
1385 (_initialize_ppcnbsd_nat): New prototype and function.
1386 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1387 (LOADLIBES): New variable.
1388 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1389
1390 2004-08-08 Andrew Cagney <cagney@gnu.org>
1391
1392 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1393 (builtin_type_ieee_double, builtin_type_ia64_quad)
1394 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1395 BE/LE floating-point types.
1396 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1397 (builtin_type_ieee_double, builtin_type_ia64_quad)
1398 (builtin_type_ia64_spill): Declare.
1399 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1400 (floatformat_ieee_double, floatformat_arm_ext)
1401 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1402 of LE/BE floatformats.
1403 * doublest.h: (struct floatformat, floatformat_ieee_single)
1404 (floatformat_ieee_double, floatformat_arm_ext)
1405 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1406
1407 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1408
1409 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1410
1411 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1412 instead of regcache_raw_supply when storing the registers.
1413
1414 * i386gnu-nat.c: Update copyright year.
1415 (gnu_store_registers): Don't use deprecated_registers and
1416 deprecated_registers_valid. Use regcache_valid_p and
1417 regcache_raw_supply instead.
1418
1419 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1420 frame_pc_unwind.
1421
1422 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1423 variables. Incapitalized "process".
1424
1425 * configure.in: Add cursesX to the list of possible curses libs.
1426 Add cursesX.h to the list of possible curses headers.
1427 * configure, config.in: Regenerate.
1428
1429 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1430
1431 * configure.in: Test for struct lwp in <sys/lwp.h>.
1432 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1433 the offset of l_addr in struct lwp.
1434
1435 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1436
1437 * bsd-kvm.c: Include "gdbcore.h"
1438 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1439
1440 2004-08-07 Andrew Cagney <cagney@gnu.org>
1441
1442 * gdbtypes.c (build_flt, build_complex): New functions.
1443 (gdbtypes_post_init): Use.
1444
1445 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1446
1447 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1448 through to builtin_type_uint128.
1449
1450 * c-exp.y: Use builtin_type function to obtain builtin types.
1451
1452 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1453 builtin_uint128.
1454 * gdbtypes.c (gdbtypes_post_init): Update.
1455 (build_gdbtypes): Move initialization of builtin_type_int0
1456 through to builtin_type_uint128 from here ...
1457 (_initialize_gdbtypes): ... to here.
1458 * d10v-tdep.c (d10v_register_type): Update.
1459
1460 * doublest.c: Update copyright.
1461 (floatformat_from_length): Call error when floatformat is NULL.
1462 (extract_floating_by_length): Remove NULL fmt check.
1463 (store_floating_by_length): Ditto.
1464
1465 2004-08-07 Andrew Cagney <cagney@gnu.org>
1466
1467 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1468 that the register is valid.
1469
1470 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1471
1472 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1473 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1474 struct frame_info *. Use safe_frame_unwind_memory instead of
1475 deprecated_read_memory_nobpt.
1476 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1477 changed signature of i386_linux_sigtramp_start and
1478 i386_linux_rt_sigtramp_start.
1479
1480 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1481 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1482 instead of deprecated_read_memory_nobpt.
1483 (i386nbsd_sigtramp_p): Adjust for changed signature of
1484 i386nbsd_sigtramp_offset.
1485
1486 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1487 safe_frame_unwind_memory instead of target_read_memory.
1488
1489 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1490 !NO_SYS_FILE.
1491 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1492 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1493 (_initialize_kernel_u_addr): Remove prototype and function.
1494 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1495 !NO_SYS_FILE.
1496 * xcoffread.c: Likewise.
1497
1498 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1499
1500 * vax-nat.c: New file.
1501 * vaxbsd-nat.c: Tweak comment.
1502 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1503 vaxnbsd-tdep.c.
1504 (vax-nat.o): New dependency.
1505 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1506 (vax-*-ultrix2*): Remove.
1507 * config/vax/vax.mh: New file.
1508 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1509 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1510 (vax_register_u_addr): New prototype.
1511 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1512 * config/vax/vaxult2.mh: Remove file.
1513 * config/vax/vaxult.mh: Remove file.
1514 * config/vax/vaxbsd.mh: Remove file.
1515 * config/vax/vax.mt (TM_FILE): Remove.
1516 * config/vax/tm-vaxbsd.h: Remove file.
1517
1518 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1519
1520 * aix-thread.c (get_signaled_thread): New function.
1521 (iter_trap): Delete, no longer used.
1522 (iter_tid): New function.
1523 (pd_update): Find the thread that received the SIGTRAP signal
1524 by first locating the kernel thread, and then finding its
1525 associated thread.
1526
1527 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1528
1529 * lin-lwp.c (child_wait): Continue inferior after processing
1530 PTRACE_EVENT_CLONE event.
1531
1532 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1533
1534 * MAINTAINERS: Add self to Write-After-Approval.
1535
1536 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1537
1538 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1539 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1540
1541 2004-08-05 Andrew Cagney <cagney@gnu.org>
1542
1543 * config/xm-sysv4.h: Delete file.
1544 * config/mips/xm-irix5.h: Delete file.
1545 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1546 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1547 * config/ia64/xm-aix.h: Delete file.
1548 * config/ia64/aix.mh (XM_FILE): Delete.
1549 * config/pa/xm-hppah.h: Delete file.
1550 * config/pa/hpux11w.mh (XM_FILE): Delete.
1551 * config/pa/hpux11.mh (XM_FILE): Delete.
1552 * config/pa/hpux1020.mh (XM_FILE): Delete.
1553 * config/pa/hppahpux.mh (XM_FILE): Delete.
1554
1555 * config/alpha/xm-alphalinux.h: Delete file.
1556 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1557 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1558 * config/alpha/xm-alphaosf.h: Delete file.
1559 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1560 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1561 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1562 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1563
1564 * config/i386/xm-i386v.h: Delete file.
1565 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1566 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1567 * config/i386/xm-i386sco.h: Delete file.
1568 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1569 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1570 * config/i386/xm-i386v4.h: Delete file.
1571 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1572 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1573 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1574 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1575
1576 * config/vax/xm-vax.h: Delete file.
1577 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1578 * config/vax/xm-vaxult2.h: Delete file.
1579 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1580 * config/vax/vaxult2.mh (XM_FILE): Delete.
1581 * config/vax/xm-vaxult.h: Delete file.
1582 * config/vax/vaxult.mh (XM_FILE): Delete.
1583 * config/vax/xm-vaxbsd.h: Delete file.
1584 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1585
1586 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1587 * gdbarch.h, gdbarch.c: Re-generate.
1588 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1589 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1590 * frame.h: Delete deprecated_read_fp from comments.
1591 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1592 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1593
1594 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1595
1596 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1597 trampoline in OpenBSD 3.5-current.
1598
1599 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1600 SSE registers.
1601
1602 * Makefile.in: Remove embedded page breaks.
1603
1604 2004-08-04 Jim Blandy <jimb@redhat.com>
1605
1606 * regcache.c (regcache_raw_read): Assert that, after calling
1607 target_fetch_registers, the register we're reading is cached.
1608
1609 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1610 a call to 'internal_error', with a more helpful error message.
1611 * rs6000-tdep.c (e500_pseudo_register_read,
1612 e500_pseudo_register_write, rs6000_store_return_value): Same.
1613
1614 2004-08-04 Andrew Cagney <cagney@gnu.org>
1615
1616 * Makefile.in: Update dependencies.
1617
1618 2004-08-04 Jim Blandy <jimb@redhat.com>
1619
1620 Change the layout of the PowerPC E500 raw register cache to allow
1621 the lower 32-bit halves of the GPRS to be their own raw registers,
1622 not pseudoregisters.
1623 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1624 add ppc_ev0_upper_regnum flag.
1625 * rs6000-tdep.c: #include "reggroups.h".
1626 (spe_register_p): Recognize the ev upper half registers as SPE
1627 registers.
1628 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1629 registers.
1630 (e500_move_ev_register): New function.
1631 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1632 vector registers are the pseudo-registers now, formed by splicing
1633 together the gprs and the upper-half registers.
1634 (e500_register_reggroup_p): New function.
1635 (P): Macro deleted.
1636 (P8, A4): New macro.
1637 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1638 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1639 macros.
1640 (registers_e500): Rearrange register set so that the raw register
1641 set contains 32-bit GPRs and upper-half registers, and the SPE
1642 vector registers become pseudo-registers.
1643 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1644 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1645 register numbers are now the same for the E500 as they are for
1646 other PowerPC variants. Register e500_register_reggroup_p as the
1647 register group function for the E500.
1648 * Makefile.in (rs6000-tdep.o): Update dependencies.
1649
1650 Adapt PPC E500 native support to the new raw regcache layout.
1651 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1652 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1653 (fetch_spe_register, store_spe_register): Handle fetching/storing
1654 all the SPE registers at once, if regno == -1. These now take
1655 over the job of fetch_spe_registers and store_spe_registers.
1656 (fetch_spe_registers, store_spe_registers): Deleted.
1657 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1658 unconditionally; they're always raw. Fetch/store SPE upper half
1659 registers, if present, instead of ev registers.
1660 (fetch_register, store_register): Remove sanity checks: gprs are
1661 never pseudo-registers now, so we never need to even mention any
1662 registers that are ever pseudoregisters.
1663
1664 Use a fixed register numbering when communicating with the PowerPC
1665 simulator.
1666 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1667 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1668 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1669 New functions.
1670 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1671 init_sim_regno_table.
1672 * Makefile.in (gdb_sim_ppc_h): New variable.
1673 (rs6000-tdep.o): Update dependencies.
1674
1675 2004-08-02 Andrew Cagney <cagney@gnu.org>
1676
1677 * cris-tdep.c (cris_register_size): Restore function, still used
1678 locally.
1679
1680 * gdbarch.sh (deprecated_target_read_fp)
1681 (deprecated_frame_locals_address, deprecated_frame_args_address)
1682 (deprecated_frame_chain_valid, deprecated_frame_chain)
1683 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1684 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1685 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1686 * gdbarch.h, gdbarch.c: Re-generate.
1687 * regcache.c (deprecated_read_fp): Do not call
1688 DEPRECATED_TARGET_READ_FP_P.
1689 * infcmd.c (default_print_registers_info): Do not call
1690 DEPRECATED_DO_REGISTERS_INFO.
1691 * frame-base.c (default_frame_locals_address): Do not call
1692 DEPRECATED_FRAME_LOCALS_ADDRESS.
1693 (default_frame_args_address): Do not call
1694 DEPRECATED_FRAME_ARGS_ADDRESS.
1695
1696 * gdbarch.sh (deprecated_register_raw_size)
1697 (deprecated_register_virtual_size:int): Delete.
1698 * gdbarch.h, gdbarch.c: Re-generate.
1699 * cris-tdep.c (cris_register_size): Delete.
1700 (cris_gdbarch_init): Update.
1701 * alpha-tdep.c (alpha_register_raw_size)
1702 (alpha_register_virtual_size): Delete.
1703 (alpha_gdbarch_init): Update.
1704
1705 * gdbarch.sh (deprecated_register_virtual_type)
1706 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1707 (deprecated_dummy_write_sp): Delete.
1708 * gdbarch.h, gdbarch.c: Re-generate.
1709
1710 * gdbarch.sh (deprecated_register_bytes): Delete.
1711 * gdbarch.h, gdbarch.c: Re-generate.
1712 * regcache.c (deprecated_register_bytes): New function.
1713 * regcache.h (deprecated_register_bytes): Declare.
1714 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1715 * v850-tdep.c (v850_gdbarch_init): Update.
1716 * sh64-tdep.c (sh64_gdbarch_init): Update.
1717 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1718 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1719 * mcore-tdep.c (mcore_gdbarch_init): Update.
1720 * cris-tdep.c (cris_gdbarch_init): Update.
1721 * arm-tdep.c (arm_gdbarch_init): Update.
1722 * remote.c (init_remote_state): Update.
1723 * remote-vx.c (vx_prepare_to_store): Update.
1724 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1725 * irix5-nat.c (fetch_core_registers): Update.
1726 * cris-tdep.c (cris_register_bytes_ok): Update.
1727 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1728
1729 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1730 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1731 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1732 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1733 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1734 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1735 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1736 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1737 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1738 with mips_insn16 and mips_insn32.
1739
1740 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1741 * rs6000-tdep.c (rs6000_push_dummy_call)
1742 (rs6000_extract_return_value): Use register_size.
1743 * xstormy16-tdep.c (xstormy16_get_saved_register)
1744 (xstormy16_extract_return_value): Ditto.
1745 * valops.c (value_assign): Ditto.
1746 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1747 * v850-tdep.c (v850_extract_return_value): Ditto.
1748 * tracepoint.c (collect_symbol): Ditto.
1749 * target.c (debug_print_register): Ditto.
1750 * stack.c (frame_info): Ditto.
1751 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1752 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1753 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1754 (store_register_using_P): Ditto.
1755 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1756 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1757 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1758 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1759 * regcache.c (deprecated_read_register_bytes)
1760 (deprecated_write_register_bytes, read_register)
1761 (write_register): Ditto.
1762 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1763 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1764 * monitor.c (monitor_supply_register, monitor_fetch_register)
1765 (monitor_store_register): Ditto.
1766 * mn10300-tdep.c (mn10300_pop_frame_regular)
1767 (mn10300_print_register): Ditto.
1768 * mipsv4-nat.c (fill_fpregset): Ditto.
1769 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1770 (mips64_fill_fpregset): Ditto.
1771 * mi/mi-main.c (register_changed_p, get_register)
1772 (mi_cmd_data_write_register_values): Ditto.
1773 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1774 * irix5-nat.c (fill_gregset, fetch_core_registers):
1775 * infrun.c (write_inferior_status_register): Ditto.
1776 * infptrace.c (fetch_register, store_register): Ditto.
1777 * infcmd.c (default_print_registers_info): Ditto.
1778 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1779 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1780 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1781 * hpux-thread.c (hpux_thread_fetch_registers)
1782 (hpux_thread_store_registers): Ditto.
1783 * hppah-nat.c (store_inferior_registers, fetch_register):
1784 * findvar.c (value_from_register): Ditto.
1785 * dve3900-rom.c (fetch_bitmapped_register):
1786 * cris-tdep.c (cris_gdbarch_init): Ditto.
1787 * alpha-tdep.h: Ditto.
1788 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1789
1790 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1791 DEPRECATED_REGISTER_RAW_SIZE from comments.
1792 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1793 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1794 DEPRECATED_REGISTER_RAW_SIZE.
1795 * findvar.c (value_of_register): Simplify by assuming that the
1796 registers raw and virtual sizes are identical.
1797 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1798 comment.
1799 * arch-utils.c (generic_register_size): Simplify by assuming
1800 register_type.
1801
1802 * regcache.c (legacy_read_register_gen, real_register)
1803 (legacy_write_register_gen): Delete, not used.
1804
1805 * regcache.c (struct regcache_descr): Delete legacy_p.
1806 (init_legacy_regcache_descr): Delete function.
1807 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1808 Do not use deprecated register functions.
1809 (regcache_raw_read, deprecated_write_register_gen):
1810 (deprecated_read_register_gen, regcache_raw_write): Delete code
1811 predicated on legacy_p.
1812 (register_size): Delete check against register raw size.
1813
1814 * cris-tdep.c (cris_register_type): Replace
1815 cris_register_virtual_type.
1816 (cris_gdbarch_init): Update, set register_type.
1817
1818 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1819 * gdbarch.h, gdbarch.c: Re-generate.
1820 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1821 (arm_gdbarch_init) Do not set frameless function invocation.
1822 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1823 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1824 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1825 (frv_gdbarch_init): Do not set frameless function invocation.
1826 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1827 * sh-tdep.c (sh_gdbarch_init): Ditto.
1828 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1829 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1830 * avr-tdep.c (avr_gdbarch_init): Ditto.
1831
1832 * blockframe.c (legacy_frame_chain_valid): Delete function.
1833
1834 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1835 and pc. Update comments.
1836 (pc_in_dummy_frame): Delete function.
1837 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1838 use the "id".
1839 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1840 call_hi, top and pc, use the id.
1841 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1842
1843 * dummy-frame.c: Include "gdb_string.h".
1844 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1845 (generic_save_dummy_frame_tos): Delete.
1846 (dummy_frame_push): New function, replaces above.
1847 * dummy-frame.h: Update copyright.
1848 (dummy_frame_push): Declare.
1849 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1850 (generic_save_call_dummy_addr): Delete declarations.
1851 * infcall.c: Include "dummy-frame.h".
1852 (call_function_by_hand): Add locals caller_regcache,
1853 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1854 with call to frame_save_as_regcache plus cleanup. Delete calls to
1855 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1856 Move clear_proceed_status to just before the resume, add call to
1857 dummy_frame_push (discard cleanup).
1858 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1859 (dummy-frame.o): Add $(gdb_string_h).
1860
1861 2004-08-01 Andrew Cagney <cagney@gnu.org>
1862
1863 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1864 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1865 * dummy-frame.c (find_dummy_frame): Delete.
1866 (struct dummy_frame_cache, dummy_frame_sniffer)
1867 (dummy_frame_prev_register, dummy_frame_this_id)
1868 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1869 frame unwinder using a dummy_frame_cache.
1870
1871 2004-08-01 Andrew Cagney <cagney@gnu.org>
1872
1873 * frame.h (frame_save_as_regcache): Declare.
1874 * frame.c (frame_save_as_regcache): New function.
1875 (do_frame_read_register): Replace do_frame_unwind_register.
1876 (frame_pop): Use frame_save_as_regcache.
1877 * dummy-frame.c (generic_push_dummy_frame): Use
1878 frame_save_as_regcache.
1879
1880 2004-08-01 Joel Brobecker <brobecker@gnat.com>
1881
1882 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1883 file as included until we record the first line in the linetable.
1884
1885 2004-08-01 Andrew Cagney <cagney@gnu.org>
1886
1887 * frame.h (deprecated_pop_dummy_frame)
1888 (deprecated_read_register_dummy)
1889 (deprecated_generic_find_dummy_frame): Delete.
1890 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1891 (deprecated_read_register_dummy)
1892 (deprecated_find_dummy_frame_regcache)
1893 (discard_innermost_dummy)
1894 (deprecated_pop_dummy_frame): Delete.
1895 (dummy_frame_this_id): Simplify.
1896 (struct dummy_frame): Delete "fp" and "sp".
1897 (find_dummy_frame): Simplify.
1898 (generic_push_dummy_frame): Do not set "fp" or "sp".
1899 (fprint_dummy_frames): Do not print "fp" and "sp"
1900
1901 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1902
1903 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1904 (struct i386_insn): New structure.
1905 (i386_match_insn): New function.
1906 (i386_frame_setup_skip_insns): New variable.
1907 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1908 array i386_frame_setup_insns of instructions that should be
1909 skipped inside the frame setup sequence.
1910
1911 2004-08-01 Andrew Cagney <cagney@gnu.org>
1912
1913 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1914 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1915 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1916 * stack.c (frame_info): Delete references to
1917 DEPRECATED_FRAME_INIT_SAVED_REGS and
1918 deprecated_get_frame_saved_regs.
1919 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1920 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1921 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1922 (frame_unwind_register_signed)
1923 (frame_unwind_register_unsigned)
1924 (frame_unwind_unsigned_register): Use register_size.
1925 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1926 (deprecated_frame_xmalloc_with_cleanup)
1927 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1928 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1929
1930 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1931 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1932 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1933 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1934
1935 * infcall.c (call_function_by_hand): Do not use
1936 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1937 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1938 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1939 DEPRECATED_STACK_ALIGN.
1940
1941 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1942
1943 Committed by Andrew Cagney.
1944 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
1945
1946 2004-08-01 Andrew Cagney <cagney@gnu.org>
1947
1948 * mips-tdep.c (mips16_frame_cache)
1949 (mips16_frame_this_id, mips16_frame_prev_register)
1950 (mips16_frame_unwind, mips16_frame_sniffer)
1951 (mips16_frame_base_address, mips16_frame_base)
1952 (mips16_frame_base_sniffer, mips32_frame_cache)
1953 (mips32_frame_this_id, mips32_frame_prev_register)
1954 (mips32_frame_unwind, mips32_frame_sniffer)
1955 (mips32_frame_base_address, mips32_frame_base)
1956 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
1957 separate heuristic mips16 and mips32 unwinders.
1958 (mips_stub_frame_cache, mips_stub_frame_this_id)
1959 (mips_stub_frame_prev_register)
1960 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
1961 (mips_stub_frame_base_address, mips_stub_frame_base)
1962 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
1963 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
1964 match true mdebug frames.
1965 (non_heuristic_proc_desc): Add forward declaration.
1966
1967 2004-08-01 Andrew Cagney <cagney@gnu.org>
1968
1969 * config/mips/tm-irix6.h: Delete file.
1970 * config/mips/tm-irix5.h: Delete file.
1971 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
1972 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
1973
1974 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
1975 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
1976 * config/nm-gnu.h (NO_CORE_OPS): Delete.
1977 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
1978 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
1979 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
1980 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
1981 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
1982 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
1983 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
1984 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
1985 (TARGET_SIGNAL_RAW_VALUES): Delete.
1986 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1987 Delete.
1988 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
1989 (TARGET_HW_WATCH_LIMIT): Delete.
1990 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1991 * minimon.h: Delete file.
1992
1993 * trad-frame.c (trad_frame_get_this_base)
1994 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1995 functions.
1996 * trad-frame.h (trad_frame_set_this_base)
1997 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1998
1999 2004-07-31 Andrew Cagney <cagney@gnu.org>
2000
2001 * trad-frame.c (trad_frame_get_prev_register): Rename
2002 trad_frame_get_prev_register.
2003 * vax-tdep.c (vax_frame_prev_register): Update.
2004 * trad-frame.h: Update.
2005 * trad-frame.c (trad_frame_get_register): Update.
2006 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2007 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2008 Update.
2009 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2010 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2011 Update.
2012 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2013 Update.
2014 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2015 Update.
2016 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2017 Update.
2018 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2019 Update.
2020 * s390-tdep.c (s390_frame_prev_register)
2021 (s390_stub_frame_prev_register)
2022 (s390_sigtramp_frame_prev_register): Update.
2023 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2024 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2025 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2026 * m88k-tdep.c (m88k_frame_prev_register)
2027 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2028 * m32r-tdep.c (m32r_frame_prev_register): Update.
2029 * hppa-tdep.c (hppa_frame_prev_register_helper)
2030 * frv-tdep.c (frv_frame_prev_register): Update.
2031 * d10v-tdep.c (d10v_frame_prev_register): Update.
2032 * cris-tdep.c (cris_frame_prev_register): Update.
2033 * avr-tdep.c (avr_frame_prev_register): Update.
2034 * arm-tdep.c (arm_prologue_prev_register)
2035 (arm_sigtramp_prev_register): Update.
2036
2037 2004-07-31 Andrew Cagney <cagney@gnu.org>
2038
2039 * frame.h (legacy_saved_regs_unwind)
2040 (legacy_frame_chain_valid, legacy_frame_p)
2041 (enum frame_type): Delete UNKNOWN_FRAME.
2042 * dummy-frame.c (dummy_frame_this_id): Simplify.
2043 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2044 * frame.c (struct frame_info): Delete the field "type".
2045 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2046 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2047 (legacy_saved_regs_unwind, legacy_frame_p)
2048 (frame_type_from_pc): Delete.
2049 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2050 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2051
2052 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2053
2054 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2055 indentation.
2056
2057 * mips-nat.c: Remove file.
2058 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2059 (mips-nat.o): Remove dependency.
2060
2061 * infptrace.c: Update copyright year.
2062 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2063 explicitly setting the buffer to all zeroes.
2064
2065 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2066 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2067
2068 2004-07-30 Andrew Cagney <cagney@gnu.org>
2069
2070 * GDB 6.2 released from gdb_6_2-branch.
2071
2072 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2073
2074 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2075
2076 * exec.c (exec_file_attach):
2077 * nto-tdep.c (nto_find_and_open_solib):
2078 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2079 * solib.c (solib_open):
2080 * somsolib.c (som_solib_sizeof_symbol_table):
2081 * source.c (is_regular_file, openp, open_source_file):
2082 * symfile.c (symfile_bfd_open):
2083 * wince.c (upload_to_device): Differentiate between the search for
2084 binary and source files.
2085
2086 2004-07-30 Andrew Cagney <cagney@gnu.org>
2087
2088 * complaints.c (_initialize_complaints): Pass NULL to
2089 add_setshow_zinteger_cmd for help_doc.
2090 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2091
2092 2004-07-30 Andrew Cagney <cagney@gnu.org>
2093
2094 Fix PR i18n/761.
2095 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2096 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2097 $(PACKAGE).pot and update-po.
2098 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2099 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2100 (update-po): New rules.
2101 (localedir): Define using autoconf.
2102 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2103 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2104 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2105 * configure.in: Generate CATALOGS and LINGUAS from contents of
2106 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2107 * configure: Re-generate.
2108 * po/gdbtext: New file
2109
2110 2004-07-30 Jerome Guitton <guitton@gnat.com>
2111
2112 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2113 order.
2114
2115 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2116
2117 * dwarf2read.c (read_file_scope): Set producer if attribute
2118 present.
2119 (struct dwarf2_cu): Added new member producer.
2120
2121 2004-07-30 Jerome Guitton <guitton@gnat.com>
2122
2123 * inflow.c (kill_command): release file handles in BFD.
2124 * exec.c (exec_file_attach): Ditto.
2125 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2126
2127 2004-07-29 Andrew Cagney <cagney@gnu.org>
2128
2129 * PROBLEMS (mips-irix): Note that it is broken.
2130
2131 2004-07-29 Andrew Cagney <cagney@gnu.org>
2132
2133 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2134 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2135
2136 * config/xm-nbsd.h: Delete file.
2137 * config/arm/xm-nbsd.h: Delete file.
2138 * config/i386/xm-nbsd.h: Delete file.
2139 * config/ns32k/xm-nbsd.h: Delete file.
2140 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2141 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2142 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2143 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2144 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2145
2146 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2147 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2148 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2149 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2150 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2151 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2152
2153 * config/powerpc/xm-linux.h: Delete empty file.
2154 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2155 * config/powerpc/linux.mh (XM_FILE): Delete.
2156 * config/m68k/xm-linux.h: Delete empty file.
2157 * config/m68k/linux.mh (XM_FILE): Delete.
2158 * config/ia64/xm-linux.h: Delete empty file.
2159 * config/ia64/linux.mh (XM_FILE): Delete.
2160 * config/arm/xm-linux.h: Delete empty file.
2161 * config/arm/linux.mh (XM_FILE): Delete.
2162
2163 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2164 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2165 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2166 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2167 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2168 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2169 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2170 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2171
2172 * config/m68k/xm-m68k.h: Delete file.
2173 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2174 copyright.
2175 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2176 * config/pa/xm-linux.h: Delete empty file.
2177 * config/pa/linux.mh (XM_FILE): Delete.
2178 * config/i386/xm-i386.h: Delete empty file.
2179 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2180 "i386/xm-i386.h".
2181 * config/i386/obsdaout.mh (XM_FILE): Delete.
2182 * config/i386/obsd64.mh (XM_FILE): Delete.
2183 * config/i386/fbsd64.mh (XM_FILE): Delete.
2184 * config/i386/nto.mh (XM_FILE): Delete.
2185 * config/i386/obsd.mh (XM_FILE): Delete.
2186 * config/i386/linux64.mh (XM_FILE): Delete.
2187 * config/i386/linux.mh (XM_FILE): Delete.
2188 * config/i386/i386sol2.mh (XM_FILE): Delete.
2189 * config/i386/i386gnu.mh (XM_FILE): Delete.
2190 * config/i386/fbsd.mh (XM_FILE): Delete.
2191 * config/i386/nbsd64.mh (XM_FILE): Delete.
2192
2193 2004-07-29 Andrew Cagney <cagney@gnu.org>
2194
2195 * config/pa/xm-linux.h: Do not include "floatformat.h".
2196 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2197 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2198 * config/i386/xm-i386.h: Do not include "floatformat.h".
2199 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2200 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2201 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2202 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2203 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2204 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2205 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2206 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2207 * configure, config.in: Regenerate.
2208 * configure.host (gdb_host_float_format, gdb_host_double_format)
2209 (gdb_host_long_double_format): Set according to the host.
2210
2211 2004-07-29 Andrew Cagney <cagney@gnu.org>
2212
2213 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2214
2215 2004-07-28 Andrew Cagney <cagney@gnu.org>
2216
2217 * PROBLEMS: Mention threads/1650.
2218 * NEWS: Mention the NPTL fix.
2219
2220 2004-07-28 Andrew Cagney <cagney@gnu.org>
2221
2222 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2223 (add_setshow_cmd_full): Make static.
2224 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2225 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2226 * cli/cli-decode.c (add_setshow_filename_cmd)
2227 (add_setshow_string_cmd): New functions.
2228 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2229 * mips-tdep.c (_initialize_mips_tdep): Update.
2230 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2231 * cli/cli-logging.c (_initialize_cli_logging): Update.
2232 * complaints.c (_initialize_complaints): Update.
2233 * remote.c (_initialize_remote): Update.
2234
2235 2004-07-28 Andrew Cagney <cagney@gnu.org>
2236
2237 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2238 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2239 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2240 print parameters. Make string parameters constant.
2241 * command.h: Update. Update copyright.
2242 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2243 * observer.c (_initialize_observer): Ditto.
2244 * frame.c (_initialize_frame): Ditto.
2245 * complaints.c (_initialize_complaints): Ditto.
2246 * maint.c (_initialize_maint_cmds): Ditto.
2247 * target.c (initialize_targets): Ditto.
2248 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2249 * infcall.c (_initialize_infcall): Ditto.
2250 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2251 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2252 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2253 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2254 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2255
2256 2004-07-28 Andrew Cagney <cagney@gnu.org>
2257
2258 * gdbtypes.c (lookup_primitive_typename): Delete function.
2259 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2260 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2261 * gdbtypes.c (lookup_typename): Ditto.
2262 * f-exp.y (yylex): Ditto.
2263 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2264
2265 * scm-lang.c (c_builtin_types): Delete extern declaration.
2266 (scm_language_defn): Replace
2267 string_char_type and primitive_type_vector with
2268 la_language_arch_info.
2269 * jv-lang.c (java_language_defn): Replace
2270 string_char_type and primitive_type_vector with
2271 la_language_arch_info.
2272 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2273 c_builtin_types in comment.
2274 * c-lang.h (struct language_arch_info): Declare opaque.
2275 (c_language_arch_info): Declare.
2276 (c_builtin_types): Delete declaration.
2277 * c-lang.c (c_language_arch_info): Set string_char_type to
2278 builtin_char, not builtin_true_char. Make global.
2279 (c_builtin_types): Delete array.
2280 (asm_language_defn, minimal_language_defn): Replace
2281 string_char_type and primitive_type_vector with
2282 la_language_arch_info.
2283
2284 2004-07-28 Andrew Cagney <cagney@gnu.org>
2285
2286 * gdbtypes.h (struct builtin_type): Rename true_char to
2287 builtin_true_char.
2288 * gdbtypes.c (gdbtypes_post_init): Update.
2289 * c-lang.c (arch_info): New function.
2290 (enum c_primitive_types): New enum.
2291 (c_language_defn): Instead of string_char_type and
2292 primitive_type_vector set la_language_arch_info.
2293
2294 2004-07-28 Andrew Cagney <cagney@gnu.org>
2295
2296 * language.h (struct language_arch_info): Fix typo
2297 s/primative/primitive/.
2298 * gdbtypes.c (lookup_primitive_typename): Ditto.
2299 * language.c (language_lookup_primitive_type_by_name)
2300 (unknown_language_arch_info): Ditto.
2301
2302 2004-07-27 Andrew Cagney <cagney@gnu.org>
2303
2304 * defs.h (enum language): Add nr_languages.
2305 * language.h (struct language_arch_info): Define.
2306 (struct language_defn): Add la_language_arch_info.
2307 (language_lookup_primative_type_by_name): Declare.
2308 (language_string_char_type): Declare.
2309 * language.c (_initialize_language, language_gdbarch_post_init)
2310 (struct language_gdbarch, language_gdbarch_data): Implement
2311 per-architecture language information.
2312 (unknown_language_arch_info, language_string_char_type)
2313 (language_lookup_primative_type_by_name): New functions.
2314 (unknown_language_defn, auto_language_defn)
2315 (local_language_defn): Set la_language_arch_info to
2316 unknown_language_arch_info.
2317 (unknown_builtin_types): Delete.
2318 * gdbtypes.c (lookup_primitive_typename): Use
2319 language_lookup_primative_type_by_name.
2320 (create_string_type): Use language_string_char_type.
2321 * values.c (value_from_string): Use language_string_char_type.
2322 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2323 * p-lang.c (pascal_language_defn): Ditto.
2324 * m2-lang.c (m2_language_defn): Ditto.
2325 * jv-lang.c (java_language_defn): Ditto.
2326 * objc-lang.c (objc_language_defn): Ditto.
2327 * f-lang.c (f_language_defn): Ditto.
2328 * c-lang.c (c_language_defn, cplus_language_defn)
2329 (asm_language_defn, minimal_language_defn): Ditto.
2330
2331 2004-07-27 Andrew Cagney <cagney@gnu.org>
2332
2333 * gdbtypes.h (struct builtin_type): Declare.
2334 (builtin_type): Declare.
2335 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2336 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2337 (gdbtypes_post_init): New function.
2338 (builtin_type): New function.
2339
2340 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2341
2342 * remote-m32r-sdi.c: Fix breakpoint bug.
2343 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2344 recv_char_data, recv_long_data): New functions to replace communication
2345 sequences.
2346
2347 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2348
2349 Document PR threads/1650.
2350 * PROBLEMS (Threads): Document problem with many threads
2351
2352 2004-07-26 Andrew Cagney <cagney@gnu.org>
2353
2354 * gdb-mi.el: Move from here ...
2355 * mi/gdb-mi.el: ... to here.
2356
2357 2004-07-26 Andrew Cagney <cagney@gnu.org>
2358
2359 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2360 * main.c (captured_main): When in batch mode always detach.
2361
2362 2004-07-26 Andrew Cagney <cagney@gnu.org>
2363
2364 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2365 and h8300 as broken.
2366 * NEWS: END-OF-LIFE frame compatibility module.
2367 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2368 specific comments.
2369
2370 2004-07-26 Andrew Cagney <cagney@gnu.org>
2371
2372 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2373 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2374 * wince.c (_initialize_wince): Update.
2375 * win32-nat.c (_initialize_win32_nat): Update.
2376 * varobj.c (_initialize_varobj): Update.
2377 * valops.c (_initialize_valops): Update.
2378 * utils.c (initialize_utils, initialize_utils): Update.
2379 * tui/tui-win.c (_initialize_tui_win): Update.
2380 * top.c (init_main): Update.
2381 * symfile.c (_initialize_symfile): Update.
2382 * source.c (_initialize_source): Update.
2383 * somsolib.c (_initialize_som_solib): Update.
2384 * solib.c (_initialize_solib): Update.
2385 * solib-frv.c (_initialize_frv_solib): Update.
2386 * serial.c (_initialize_serial): Update.
2387 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2388 * remote.c (_initialize_remote, _initialize_remote): Update.
2389 * remote-vx.c (_initialize_vx): Update.
2390 * remote-utils.c (_initialize_sr_support): Update.
2391 * remote-sds.c (_initialize_remote_sds): Update.
2392 * remote-mips.c (_initialize_remote_mips): Update.
2393 * remote-e7000.c (_initialize_remote_e7000): Update.
2394 * proc-api.c (_initialize_proc_api): Update.
2395 * printcmd.c: Update.
2396 * parse.c (_initialize_parse): Update.
2397 * pa64solib.c (_initialize_pa64_solib): Update.
2398 * p-valprint.c (_initialize_pascal_valprint): Update.
2399 * monitor.c (_initialize_remote_monitors): Update.
2400 * mips-tdep.c (_initialize_mips_tdep): Update.
2401 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2402 * maint.c (_initialize_maint_cmds): Update.
2403 * lin-lwp.c (_initialize_lin_lwp): Update.
2404 * language.c (_initialize_language): Update.
2405 * kod.c (_initialize_kod): Update.
2406 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2407 * i386-tdep.c (_initialize_i386_tdep): Update.
2408 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2409 * gdbarch.sh: Update.
2410 * gdbarch.c: Re-generate.
2411 * gdb-events.sh: Update.
2412 * gdb-events.c: Re-generate.
2413 * frame.c (_initialize_frame): Update.
2414 * exec.c: Update.
2415 * demangle.c (_initialize_demangler): Update.
2416 * dcache.c (_initialize_dcache): Update.
2417 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2418 * cp-valprint.c (_initialize_cp_valprint): Update.
2419 * corefile.c (_initialize_core): Update.
2420 * command.h: Update.
2421 * cli/cli-decode.h: Update.
2422 * cli/cli-cmds.c (init_cli_cmds): Update.
2423 * charset.c (_initialize_charset): Update.
2424 * breakpoint.c (_initialize_breakpoint): Update.
2425 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2426 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2427 * aix-thread.c (_initialize_aix_thread): Update.
2428
2429 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2430
2431 Partial fix for PR backtrace/1718.
2432 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2433 that GCC migrates into the prolugue. Don't handle any
2434 instructions that clobber %ebx.
2435
2436 2004-07-23 Andrew Cagney <cagney@gnu.org>
2437
2438 Use regcache_raw_collect instead of regcache_collect.
2439 * regcache.h (regcache_collect): Delete declaration.
2440 * regcache.c (regcache_colect): Delete function.
2441 * win32-nat.c (do_child_store_inferior_registers): Update.
2442 * sol-thread.c (sol_thread_store_registers): Update.
2443 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2444 * rs6000-nat.c (store_register): Update.
2445 * remote.c (store_register_using_P, remote_store_registers): Update.
2446 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2447 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2448 (fill_vrregset, store_spe_registers, fill_gregset)
2449 (fill_gregset): Update.
2450 * nto-procfs.c (procfs_store_registers): Update.
2451 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2452 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2453 * m68klinux-nat.c (store_register, fill_gregset): Update.
2454 * m68k-tdep.c (fill_gregset): Update.
2455 * infptrace.c (store_register): Update.
2456 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2457 * i386-linux-nat.c (store_register, fill_gregset): Update.
2458 * hppa-linux-nat.c (fill_gregset): Update.
2459 * go32-nat.c (store_register): Update.
2460 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2461 (store_fp_regs): Update.
2462 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2463 (store_nwfpe_extended, store_fpregister, store_fpregs)
2464 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2465 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2466 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2467 (store_regs_user_thread, store_regs_kernel_thread): Update.
2468
2469 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2470
2471 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2472 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2473 encoding.
2474 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2475 member of `struct comp_unit'.
2476
2477 2004-07-23 Andrew Cagney <cagney@gnu.org>
2478
2479 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2480 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2481
2482 2004-07-23 Martin Hunt <hunt@redhat.com>
2483 Kevin Buettner <kevinb@redhat.com>
2484
2485 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2486 alignment was being added to the offset instead of multiplied.
2487
2488 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2489
2490 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2491 changed signal trampoline in OpenBSD 3.5-current.
2492
2493 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2494 <machine/pcb.h> and "bsd-kvm.h".
2495 (sparc64nbsd_supply_pcb): New function.
2496 (_initialize_sparc64nbsd_nat): Renamed from
2497 _initialize_sparcnbsd_nat. Enable libkvm interface.
2498 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2499 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2500 (LOADLIBES): New variable.
2501
2502 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2503
2504 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2505
2506 2004-07-21 Andrew Cagney <cagney@gnu.org>
2507
2508 Use regcache_raw_supply instead of supply_register.
2509 * regcache.h (supply_register): Delete declaration.
2510 * regcache.c (supply_register): Delete function.
2511 * wince.c (do_child_fetch_inferior_registers): Update.
2512 * win32-nat.c (do_child_fetch_inferior_registers)
2513 (fetch_elf_core_registers): Update.
2514 * v850ice.c (v850ice_fetch_registers): Update.
2515 * thread-db.c (thread_db_store_registers): Update.
2516 * sol-thread.c (sol_thread_store_registers): Update.
2517 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2518 * rs6000-nat.c (fetch_register): Update.
2519 * rom68k-rom.c (rom68k_supply_one_register): Update.
2520 * remote.c (remote_wait, remote_async_wait): Update.
2521 * remote-st.c (get_hex_regs): Update.
2522 * remote-sim.c (gdbsim_fetch_register): Update.
2523 * remote-sds.c (sds_fetch_registers): Update.
2524 * remote-rdp.c (remote_rdp_fetch_register): Update.
2525 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2526 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2527 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2528 * remote-hms.c (init_hms_cmds): Update.
2529 * remote-est.c (init_est_cmds): Update.
2530 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2531 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2532 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2533 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2534 (fetch_register, supply_vrregset, supply_vrregset)
2535 (fetch_spe_registers): Update.
2536 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2537 * monitor.c (monitor_supply_register): Update.
2538 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2539 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2540 (mipsnbsd_supply_fpreg): Update.
2541 * mips-nat.c (fetch_inferior_registers)
2542 (fetch_core_registers): Update.
2543 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2544 (supply_fpregset, mips64_supply_gregset)
2545 (mips64_supply_fpregset): Update.
2546 * m68klinux-nat.c (fetch_register, supply_gregset)
2547 (supply_fpregset): Update.
2548 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2549 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2550 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2551 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2552 * infptrace.c (fetch_register): Update.
2553 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2554 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2555 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2556 (gnu_fetch_registers, gnu_store_registers): Update.
2557 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2558 * i386-linux-nat.c (fetch_register, supply_gregset)
2559 (dummy_sse_values): Update.
2560 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2561 * hppah-nat.c (fetch_register): Update.
2562 * hppa-linux-nat.c (fetch_register, supply_gregset)
2563 (supply_fpregset): Update.
2564 * go32-nat.c (fetch_register): Update.
2565 * dve3900-rom.c (fetch_bitmapped_register)
2566 (_initialize_r3900_rom): Update.
2567 * cris-tdep.c (supply_gregset): Update.
2568 * abug-rom.c (init_abug_cmds): Update.
2569 * core-aout.c (fetch_core_registers): Update.
2570 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2571 (fetch_register, fetch_fp_register): Update.
2572 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2573 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2574 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2575 * alphanbsd-tdep.c (fetch_core_registers): Update.
2576 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2577 * alpha-nat.c (fetch_osf_core_registers)
2578 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2579 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2580 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2581
2582 2004-07-21 Andrew Cagney <cagney@gnu.org>
2583
2584 * PROBLEMS: Mention breakpoints/1702.
2585 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2586 that is known to work.
2587
2588 2004-07-21 Andrew Cagney <cagney@gnu.org>
2589
2590 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2591 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2592 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2593 (handle_inferior_event): Wrap call to deprecated
2594 IGNORE_HELPER_CALL in #ifdef.
2595 * config/mips/tm-nbsd.h: Update.
2596
2597 2004-07-20 Jim Blandy <jimb@redhat.com>
2598
2599 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2600 bfd_mach_ppc has no segment registers.
2601
2602 Include PowerPC SPR numbers for special-purpose registers.
2603 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2604 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2605 new member in initializer.
2606 (S, S4, SN4, S64): New macros for defining special-purpose
2607 registers.
2608 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2609 registers_403, registers_403GC, registers_505, registers_860,
2610 registers_601, registers_602, registers_603, registers_604,
2611 registers_750, registers_e500): Use them.
2612
2613 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2614 replace references with expression used to initialize variable.
2615
2616 2004-07-20 Andrew Cagney <cagney@gnu.org>
2617
2618 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2619 read_memory_nobpt.
2620 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2621 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2622 (s390_sigtramp_frame_sniffer): Update.
2623 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2624 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2625 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2626 (mips32_fetch_instruction): Update.
2627 * mcore-tdep.c (get_insn): Update.
2628 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2629 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2630 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2631 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2632 (i386_linux_rt_sigtramp_start): Update.
2633 * i386-linux-nat.c (child_resume): Update.
2634 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2635 * hppa-linux-tdep.c (insns_match_pattern): Update.
2636 * gdbcore.h: Update.
2637 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2638 * frame.c (safe_frame_unwind_memory): Update.
2639 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2640 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2641 * alpha-tdep.c (alpha_read_insn): Update.
2642
2643 2004-07-20 Andrew Cagney <cagney@gnu.org>
2644
2645 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2646 containing both bytes and mask. Add "frame_type".
2647 * tramp-frame.c (tramp_frame_start): Update.
2648 (tramp_frame_prepend_unwinder): Update.
2649 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2650 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2651 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2652 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2653
2654 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2655
2656 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2657 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2658 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2659 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2660
2661 2004-07-17 Andrew Cagney <cagney@gnu.org>
2662
2663 * NEWS, PROBLEMS: Update for 6.2.
2664
2665 * README: Update to 6.2.
2666
2667 * utils.c (xvasprintf): Call xstrvprintf.
2668
2669 * parse.c: Update copyright.
2670 (null_post_parser): Eliminate ARGSUSED.
2671
2672 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2673 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2674 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2675
2676 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2677 * ppc-linux-nat.c: Use "Linux kernel".
2678 * hppa-linux-tdep.c: Use GNU/Linux.
2679 * hppa-linux-nat.c: Use GNU/Linux.
2680 * dwarfread.c: Add [sic] to use of Linux.
2681
2682 * hppa-linux-nat.c: Do not include <string.h>.
2683 (supply_fpregset): Remove "register" attribute.
2684
2685 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2686
2687 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2688
2689 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2690 * configure, config.in: Regenerated.
2691
2692 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2693 "bsd-kvm.h".
2694 (vaxbsd_supply_pcb): New function.
2695 (_initialize_vaxbsd_nat): New prototype and function.
2696 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2697 solib-sunos.o.
2698 (LOADLIBES): New variable.
2699 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2700 (LOADLIBES): New variable.
2701 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2702 (LOADLIBES): New variable.
2703 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2704
2705 2004-07-16 Andrew Cagney <cagney@gnu.org>
2706
2707 * defs.h (event_loop_p): Replace variable declaration with macro,
2708 always 1.
2709 * main.c (captured_main): Delete options "-async" and "-noasync".
2710 (event_loop_p): Delete variable.
2711 * NEWS: Mention that "-async" and "-noasync" were removed.
2712
2713 2004-07-16 Andrew Cagney <cagney@gnu.org>
2714
2715 * remote-m32r-sdi.c: Re-indent.
2716
2717 2004-07-16 Jim Blandy <jimb@redhat.com>
2718
2719 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2720 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2721 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2722 missing MPC823 SPRs.
2723 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2724 incorrect. (This was corrected in GDB's register name tables on
2725 2004-07-14.)
2726
2727 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2728 should be "esasrr" ("ESA Save and Restore Register").
2729
2730 2004-07-16 Andrew Cagney <cagney@gnu.org>
2731
2732 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2733 calls, no longer applicable. Update comments and rename parameter
2734 "step_frame" to "return_frame".
2735
2736 2004-07-16 Andrew Cagney <cagney@gnu.org>
2737
2738 * frame.c (fprint_field): New function.
2739 (fprint_frame_id): Use fprint_field.
2740
2741 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2742
2743 * ada-lang.c (ada_language_defn): Remove commented out code.
2744
2745 2004-07-15 Jim Blandy <jimb@redhat.com>
2746
2747 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2748 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2749
2750 2004-07-14 Jim Blandy <jimb@redhat.com>
2751
2752 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2753
2754 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2755
2756 * ppc-tdep.h (ppc_num_srs): New enum constant.
2757
2758 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2759 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2760 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2761 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2762 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2763 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2764 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2765 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2766 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2767 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2768 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2769 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2770 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2771 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2772 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2773 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2774 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2775 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2776 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2777 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2778 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2779 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2780 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2781 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2782 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2783 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2784 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2785 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2786 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2787 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2788 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2789 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2790 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2791 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2792 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2793 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2794 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2795 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2796 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2797 special-purpose register numbers.
2798
2799 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2800 manual mentions 'md_twb', but many mention 'm_twb', and at that
2801 point in the register list.)
2802
2803 2004-07-14 Andrew Cagney <cagney@gnu.org>
2804
2805 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2806 instead of "internal-error".
2807
2808 2004-07-10 Joel Brobecker <brobecker@gnat.com>
2809
2810 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2811 that was inserted inside a comment.
2812
2813 2004-07-10 Randolph Chung <tausq@debian.org>
2814
2815 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2816 function.
2817 (hppa_hpux_push_dummy_code): New function.
2818 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2819 Set find_global_pointer method.
2820
2821 2004-07-10 Mark Kettenis <kettenis@gnu.org>
2822
2823 * NEWS: Mention BSD libkvm interface.
2824
2825 2004-07-10 Michael Snyder <msnyder@redhat.com>
2826
2827 * symfile.c (generic_load): Comment typo.
2828 * stack.c (get_selected_block): Ditto.
2829 * regcache.c (regcache_cooked_read): Ditto.
2830 * monitor.c (monitor_debug): Ditto.
2831 * mips-tdep.c (mips_read_pc): Ditto.
2832 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2833 * gdb_mbuild.sh: Ditto.
2834 * gdbarch.sh: Ditto.
2835 * gdbarch.h: Ditto.
2836
2837 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2838
2839 * ada-tasks.c: Remove file.
2840
2841 Remove ARI problems:
2842
2843 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2844 beginning of line.
2845
2846 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2847 Add comment.
2848 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2849 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2850 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2851 (UMIN_OF_SIZE): Remove.
2852 (max_of_type): New function to replace orphan macro in gdbtypes.h
2853 (min_of_type): Ditto.
2854 (discrete_type_high_bound): Use max_of_type.
2855 (discrete_type_low_bound): Use min_of_type.
2856 (possible_user_operator_p): Move operator to beginning of line.
2857 (ada_is_variant_part): Ditto.
2858 (ensure_lval): Rewrite to avoid deprecated operations.
2859 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2860 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2861 (ada_enum_name): Remove assignments in 'if' statements.
2862 (build_ada_types): Add gdbarch parameter.
2863 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2864 with gdbarch_data_register_post_init.
2865 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2866 add_show_from_set.
2867
2868 * ada-valprint.c (inspect_it): Remove declaration.
2869 (repeat_count_threshold): Remove declaration.
2870 (ada_print_floating): Remove assignments in 'if' statements.
2871 (print_str): Move operator to beginning of line.
2872
2873 2004-07-08 Jim Blandy <jimb@redhat.com>
2874
2875 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2876
2877 2004-07-08 Bob Rossi <bob@brasko.net>
2878
2879 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2880
2881 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2882
2883 * language.h (struct_language_defn): Add new function pointer:
2884 la_class_name_from_physname. Also add new prototype for
2885 language_class_name_from_physname.
2886 * language.c (language_class_name_from_physname): New function.
2887 (unk_lang_class_name): Ditto.
2888 (unknown_language_defn, auto_language_defn): Change
2889 to add unk_lang_class_name function pointer for
2890 la_class_name_from_physname.
2891 (local_language_defn): Ditto.
2892 * dwarf2read.c (guess_structure_name): Change to call
2893 language_class_name_from_physname.
2894 (determine_class_name): Ditto.
2895 * cp-support.c (class_name_from_physname): Renamed.
2896 (cp_class_name_from_physname): New name of function.
2897 * cp-support.h: Ditto.
2898 * c-lang.c (c_language_defn): Change to add NULL
2899 for class_name_from_physname function pointer.
2900 (cplus_language_defn): Change to add cp_class_name_from_physname.
2901 * jv-lang.c (java_class_name_physname): New function.
2902 (java_find_last_component): New static routine.
2903 (java_language_defn): Add java_class_name_from_physname pointer.
2904 * ada-lang.c (ada_language_defn): Change to add NULL
2905 for class_name_from_physname function pointer.
2906 * f-lang.c (f_language_defn): Ditto.
2907 * m2-lang.c (m2_language_defn): Ditto.
2908 * objc-lang.c (objc_language_defn): Ditto.
2909 * p-lang.c (pascal_language_defn): Ditto.
2910 * scm-lang.c (scm_language_defn): Ditto.
2911
2912 2004-07-06 Andrew Cagney <cagney@gnu.org>
2913
2914 Patch from Bart Robinson.
2915 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2916 (O_LARGEFILE): Define to 0, if not defined.
2917
2918 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2919
2920 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2921 <machine/pcb.h> and "bsd-kvm.h".
2922 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2923 (m68kbsd_supply_pcb): New function.
2924 (_initialize_m68kbsd_nat): New prototype and function.
2925 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2926 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2927 (LOADLIBES): New variable.
2928 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2929 (LOADLIBES): New variable.
2930
2931 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2932
2933 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2934
2935 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2936 <sys/proc.h>.
2937 (bsd_kvm_cmdlist): New variable.
2938 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2939 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2940 command and "kvm proc" command.
2941 * Makefile.in (bsd-kvm.o): Update dependencies.
2942
2943 2004-07-02 Mark Kettenis <kettenis@gnu.org>
2944
2945 * osabi.c: Update copyright year.
2946 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
2947 notes if EI_OSABI is set to ELFOSABI_HPUX.
2948
2949 2004-07-01 Michael Snyder <msnyder@redhat.com>
2950
2951 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
2952 that seems to have gotten whacked out of line.
2953
2954 2004-07-01 Mark Kettenis <kettenis@gnu.org>
2955
2956 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
2957 code.
2958
2959 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2960
2961 * ada-lang.c (decode_packed_array): Minor change to comment.
2962 (ada_value_slice_ptr): New function.
2963 (ada_value_slice): New function.
2964 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
2965 test. Don't know why it is there.
2966 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
2967 to avoid dereferencing huge arrays from which one is slicing.
2968 (empty_array): Correct to return an array rather than
2969 a subrange value.
2970 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
2971 on empty arrays (let'em use 'FIRST instead).
2972
2973 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2974
2975 Address complaints from gdb_ari.sh:
2976
2977 * ada-exp.y: Include gdb_string.h rather than string.h.
2978 (convert_char_literal): Reformat declaration.
2979 * ada-lang.h: Include opaque struct declaration for struct frame_info.
2980 * ada-lex.l: Change use of free to xfree (the macro would do so
2981 anyway, but this is harmless).
2982 Include gdb_string.h rather than string.h.
2983 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
2984
2985 * ada-lang.c (parse): Remove K&Rism in parameter list.
2986 (is_name_suffix): Correct Linux => GNU/Linux in comment.
2987
2988 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2989
2990 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2991 dead code.
2992
2993 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2994
2995 * alphabsd-nat.c: Update copyright year.
2996 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2997
2998 2004-06-29 Joel Brobecker <brobecker@gnat.com>
2999
3000 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3001 (i386_cygwin_in_solib_call_trampoline): New function.
3002 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3003 and skip_trampoline_code gdbarch methods.
3004
3005 2004-06-29 Jim Blandy <jimb@redhat.com>
3006
3007 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3008 name actually used in the dependency lists.
3009
3010 2004-06-29 Randolph Chung <tausq@debian.org>
3011
3012 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3013
3014 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3015
3016 * win32-nat.c (child_pid_to_exec_file): New function.
3017 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3018 functionality.
3019
3020 2004-06-28 Andrew Cagney <cagney@gnu.org>
3021
3022 * defs.h (xstrvprintf): Declare.
3023 * utils.c (xstrvprintf): New function.
3024 (internal_vproblem, xstrprintf, xasprintf)
3025 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3026 * serial.c (serial_printf): Ditto.
3027 * complaints.c (vcomplaint): Ditto.
3028
3029 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3030
3031 * infcmd.c (attach_command): Move call to target_terminal_inferior
3032 behind loading symbol table.
3033
3034 2004-06-28 Andrew Cagney <cagney@gnu.org>
3035
3036 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3037 change - add back extern deprecated_ui_loop_hook declaration.
3038
3039 2004-06-28 Andrew Cagney <cagney@gnu.org>
3040
3041 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3042 xstrprintf.
3043 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3044 (c_value_of_variable): Ditto.
3045 * utils.c (internal_vproblem): Ditto.
3046 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3047 * remote.c (add_packet_config_cmd): Ditto.
3048 * remote-rdp.c (rdp_set_command_line): Ditto.
3049 * regcache.c (regcache_dump): Ditto.
3050 * frv-tdep.c (new_variant, new_variant): Ditto.
3051 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3052 (fbsd_find_memory_regions): Ditto.
3053 * breakpoint.c (create_thread_event_breakpoint)
3054 (create_breakpoints): Ditto.
3055 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3056 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3057
3058 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3059
3060 * ada-lang.c: Re-indent file, with some massaging to help indent
3061 a bit when the result is otherwise really too ugly.
3062
3063 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3064
3065 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3066 code_addr_p and special_addr_p to 'unsigned int'.
3067
3068 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3069
3070 * i386v4-nat.c: Update copyright year and tweak comment.
3071 (regmap): Remove trailing comma.
3072 (supply_gregset): Rename local variable i to regnum. Call
3073 regcache_raw_supply instead of supply_register.
3074 (fill_gregset): Rename argument regno to regnum. Call
3075 regcache_raw_collect instead of regcache_collect.
3076
3077 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3078
3079 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3080 and special_addr_p.
3081 (frame_id_build, frame_id_build_special): Update comments.
3082 (frame_id_build_wild): New prototype.
3083 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3084 struct frame_id fields.
3085 (frame_id_build_wild): New function.
3086 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3087
3088 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3089
3090 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3091 hppabsd-tdep.c.
3092
3093 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3094
3095 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3096
3097 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3098
3099 * ada-lang.c: Re-indent file.
3100
3101 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3102
3103 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3104 (no_symtab_msg): Likewise.
3105
3106 2004-06-27 Andreas Schwab <schwab@suse.de>
3107
3108 * source.c: Fix whitespace.
3109
3110 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3111
3112 * configure.in: Include <sys/param.h> for td_pcb test.
3113 * configure: Regenerated.
3114
3115 * i386nbsd-nat.c: New file.
3116 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3117 i386obsd-nat.c and i386obsd-tdep.c.
3118 (i386nbsd-nat.o): New dependency.
3119 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3120 bsd-kvm.o.
3121 (LOADLIBES): New variable.
3122 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3123 bsd-kvm.o.
3124 (LOADLIBES): New variable.
3125
3126 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3127 (LOADLIBES): New variable.
3128
3129 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3130 fetching from BSD_KVM_PADDR. Correctly lookup address for
3131 "_thread0".
3132
3133 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3134 "bsd-kvm.h".
3135 (amd64fbsd_supply_pcb): New funcion.
3136 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3137
3138 2004-06-27 <david@streamline-computing.com>
3139
3140 Partial fix for PR cli/1056.
3141 * valarith.c: Check for zero in division and remainder
3142 evaluation.
3143
3144 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3145
3146 * i387-tdep.c: Remove excessive whitespace.
3147
3148 2004-06-26 Andrew Cagney <cagney@gnu.org>
3149
3150 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3151 * gdb-events.h, gdb-events.c: Re-generate.
3152 * tui/tui-hooks.c (tui_install_hooks): Update.
3153 (tui_remove_hooks): Update.
3154 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3155
3156 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3157
3158 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3159 (gregset_t, fpregset_t): Remove typedefs.
3160 (REG_OFFSET): Rename argument.
3161 (amd64bsd_r_reg_offset): Rename from reg_offset.
3162 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3163 Remove functions.
3164 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3165 of reg_offset.
3166 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3167
3168 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3169
3170 * vax-tdep.c: Tweak comment.
3171
3172 Add OpenBSD/hppa support.
3173 * NEWS (New native configurations): Mention OpenBSD/hppa.
3174 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3175 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3176 files.
3177 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3178 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3179 * configure.host: Add hppa*-*-openbsd*.
3180 * configure.tgt: Add hppa*-*-openbsd*.
3181
3182 2004-06-25 Andrew Cagney <cagney@gnu.org>
3183
3184 * defs.h (deprecated_ui_loop_hook): Deprecated.
3185 * wince.c (child_wait): Update.
3186 * win32-nat.c (child_wait): Update.
3187 * v850ice.c (v850ice_wait): Update.
3188 * top.c (deprecated_ui_loop_hook): Update.
3189 * serial.h: Update.
3190 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3191 (do_unix_readchar): Update.
3192 * ser-tcp.c (net_open): Update.
3193 * remote-sim.c (gdb_os_poll_quit): Update.
3194 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3195
3196 2004-06-24 Andrew Cagney <cagney@gnu.org>
3197
3198 * defs.h (deprecated_pre_add_symbol_hook)
3199 (deprecated_post_add_symbol_hook): Deprecated.
3200 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3201 (symbol_file_add_with_addrs_or_offsets): Update references.
3202
3203 2004-06-24 Andrew Cagney <cagney@gnu.org>
3204
3205 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3206 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3207 * wince.c (ui_loop_hook): Delete extern declaration.
3208 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3209 * v850ice.c (ui_loop_hook): Delete extern declaration..
3210 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3211 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3212 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3213 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3214 ui_loop_hook declaration.
3215
3216 2004-06-24 Andrew Cagney <cagney@gnu.org>
3217
3218 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3219 entry_func_highpc fields.
3220 * objfiles.c (init_entry_point_info): Do not clear
3221 entry_func_lowpc and entry_func_highpc.
3222 (objfile_relocate): Do not relocate entry_func_lowpc and
3223 entry_func_highpc.
3224 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3225 entry_func_highpc.
3226 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3227 entry_func_highpc.
3228 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3229 entry_func_lowpc and entry_func_highpc with call to
3230 inside_entry_func.
3231
3232 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3233
3234 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3235 quad-precision floating point arguments in registers.
3236
3237 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3238
3239 From Michael Mueller <m.mueller99@kay-mueller.de>:
3240 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3241 account.
3242
3243 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3244
3245 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3246 to -1.
3247 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3248 untriggered watchpoints to a separate if clause. Update function
3249 comment regarding STOPPED_BY_WATCHPOINT argument.
3250
3251 2004-06-22 Jim Blandy <jimb@redhat.com>
3252
3253 * gdbarch.sh: Doc fix.
3254
3255 2004-06-21 Martin Hunt <hunt@redhat.com>
3256 Kevin Buettner <kevinb@redhat.com>
3257
3258 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3259 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3260 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3261 to set_gdbarch_sp_regnum(). Use cooked register number.
3262 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3263
3264 2004-06-21 Andrew Cagney <cagney@gnu.org>
3265
3266 * gdbarch.sh: When the macro field is empty, do not generate a
3267 macro definition. When the macro field is "=", generate the macro
3268 name from the upper-case function name.
3269 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3270 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3271 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3272 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3273 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3274 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3275 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3276 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3277 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3278 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3279 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3280 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3281 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3282 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3283 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3284 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3285 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3286 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3287 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3288 (DEPRECATED_USE_STRUCT_CONVENTION)
3289 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3290 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3291 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3292 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3293 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3294 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3295 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3296 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3297 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3298 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3299 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3300 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3301 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3302 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3303 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3304 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3305 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3306 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3307
3308 2004-06-21 Andrew Cagney <cagney@gnu.org>
3309
3310 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3311 macro name, and the function rather than macro value. Only wrap
3312 macro print statements in #ifdef. Move format logic to where it
3313 is needed.
3314 * gdbarch.c: Re-generate.
3315
3316 * gdbarch.sh (read): Delete "print_p" and "description", add
3317 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3318 Delete references to print_p.
3319 (TARGET_ARCHITECTURE): Delete print predicate.
3320 * gdbarch.c: Re-generate.
3321
3322 * gdbarch.sh: Check that multi-arch methods do not provide a
3323 macro.
3324 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3325 (print_registers_info, print_float_info, print_vector_info)
3326 (adjust_breakpoint_address, remote_translate_xfer_address)
3327 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3328 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3329 name from the multi-arch definition.
3330
3331 2004-06-20 Andrew Cagney <cagney@gnu.org>
3332
3333 * gdbarch.sh: Sort by the function, instead of macro name.
3334 * gdbarch.c: Re-generate.
3335
3336 2004-06-20 Andrew Cagney <cagney@gnu.org>
3337
3338 * gdbarch.sh: Use the function, instead of macro name in
3339 errors and the log file.
3340 (return_value): Remove stray ":" in spec.
3341
3342 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3343 * gdbarch.h, gdbarch.c: Re-generate.
3344 * Makefile.in (arch-utils.o): Update dependencies.
3345 * values.c (using_struct_return): Move code calling
3346 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3347 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3348 to legacy_return_value, simplify.
3349 * infcmd.c (print_return_value): Move code calling
3350 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3351 to legacy_return_value, simplify.
3352 * infcall.c (call_function_by_hand): Move code calling
3353 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3354 * arch-utils.c: Update copyright. Include "gdbcore.h".
3355 (legacy_return_value): New function.
3356 * arch-utils.h: Update copyright.
3357 (legacy_return_value): Declare.
3358
3359 2004-06-20 Andrew Cagney <cagney@gnu.org>
3360
3361 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3362 * gdbarch.h, gdbarch.c: Re-generate.
3363 * values.c (using_struct_return): Update call.
3364 * mcore-tdep.c: Update comment.
3365 * infcall.c (call_function_by_hand): Update comment.
3366 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3367 * arch-utils.h (always_use_struct_convention): Update.
3368 * v850-tdep.c (v850_gdbarch_init): Update.
3369 * sh64-tdep.c (sh64_gdbarch_init): Update.
3370 * sh-tdep.c (sh_gdbarch_init): Update.
3371 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3372 * mips-tdep.c (mips_gdbarch_init): Update.
3373 * mcore-tdep.c (mcore_gdbarch_init): Update.
3374 * m32r-tdep.c (m32r_gdbarch_init): Update.
3375 * ia64-tdep.c (ia64_gdbarch_init): Update.
3376 * h8300-tdep.c (h8300_gdbarch_init): Update.
3377 * frv-tdep.c (frv_gdbarch_init): Update.
3378 * cris-tdep.c (cris_gdbarch_init): Update.
3379 * arm-tdep.c (arm_gdbarch_init): Update.
3380 * alpha-tdep.c (alpha_gdbarch_init): Update.
3381
3382 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3383
3384 * PROBLEMS: Add more specific information, and a work-around,
3385 for PR gdb/1458.
3386
3387 2004-06-18 Andrew Cagney <cagney@gnu.org>
3388
3389 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3390 * gdbarch.h, gdbarch.c: Re-generate.
3391 * ada-lang.c (ada_finish_decode_line_1): Update.
3392 * infrun.c (handle_inferior_event): Update.
3393 * infcall.c (find_function_addr): Update.
3394 * linespec.c (minsym_found): Update.
3395 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3396 Update.
3397 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3398 * cli/cli-cmds.c (disassemble_command): Update.
3399 * vax-tdep.c (vax_gdbarch_init): Update.
3400
3401 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3402
3403 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3404
3405 2004-06-17 Andrew Cagney <cagney@gnu.org>
3406
3407 GDB 6.1.1 released from the GDB 6.1 branch.
3408 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3409 * PROBLEMS: Ditto.
3410
3411 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3412
3413 PR gdb/1658
3414 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3415 operation as a uleb128. Found by Michael Coulter.
3416
3417 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3418
3419 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3420 make it non-static.
3421 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3422 to ada-lang.h; this is needed to be able to implement the kill command
3423 in multi-task mode.
3424 (task_ptid): Ditto.
3425 (task_entry): Ditto.
3426 (task_list): Ditto.
3427 (ada_build_task_list): Ditto.
3428
3429 * ada-lang.c: Conditionalize routines and data structures related
3430 to breakpoints, exceptions, completion, and symbol caching on
3431 GNAT_GDB, since these are not yet used in the submitted public sources.
3432 (ada_main_name): Editorial: Move definition out of exception-related
3433 code.
3434
3435 2004-06-15 Andrew Cagney <cagney@gnu.org>
3436
3437 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3438 deprecated_pc_in_call_dummy.
3439
3440 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3441
3442 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3443 bfd_get_section_size_before_reloc or _raw_size.
3444 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3445 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3446 (dwarf2_read_section): Likewise.
3447 * elfread.c (elf_locate_sections): Likewise.
3448 * gcore.c (derive_heap_segment): Likewise.
3449 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3450 * remote-e7000.c (e7000_load): Likewise.
3451 * remote-m32r-sdi.c (m32r_load): Likewise.
3452 * remote-mips.c (mips_load_srec): Likewise.
3453 (pmon_load_fast): Likewise.
3454 * remote.c (compare_sections_command): Likewise.
3455 * symfile.c (add_section_size_callback): Likewise.
3456 (load_section_callback): Likewise.
3457 (pc_in_unmapped_range): Likewise.
3458 (pc_in_mapped_range): Likewise.
3459 (sections_overlap): Likewise.
3460 (list_overlays_command): Likewise.
3461 (simple_overlay_update_1): Likewise.
3462 (simple_overlay_update): Likewise.
3463 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3464 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3465
3466 2004-06-14 Randolph Chung <tausq@debian.org>
3467
3468 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3469 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3470 static.
3471 (hppa_hpux_inferior_created): New function.
3472 (hppa_hpux_init_abi): Register observer.
3473 * symfile.c (hp_cxx_exception_support_initialized)
3474 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3475 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3476
3477 2004-06-14 Randolph Chung <tausq@debian.org>
3478
3479 * MAINTAINERS (Write After Approval): Alphabetize my entry
3480 correctly.
3481
3482 2004-06-14 Andrew Cagney <cagney@gnu.org>
3483
3484 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3485 testsuite maintainer.
3486
3487 2004-06-13 Andrew Cagney <cagney@gnu.org>
3488
3489 * infcmd.c (print_return_value): Fix logic, allow
3490 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3491
3492 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3493 defining any macros.
3494 * gdbarch.h: Re-generate.
3495
3496 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3497 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3498 * gdbarch.h: Re-generate.
3499
3500 * values.c (generic_use_struct_convention): Don't check gcc_p.
3501
3502 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3503 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3504 * gdbarch.h, gdbarch.c: Regenerate.
3505 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3506 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3507 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3508 deprecated_max_register_raw_size and
3509 deprecated_max_register_virtual_size.
3510 * v850-tdep.c (v850_gdbarch_init): Ditto.
3511 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3512 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3513 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3514 * cris-tdep.c (cris_gdbarch_init): Ditto.
3515
3516 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3517 * gdbarch.h, gdbarch.c: Re-generate.
3518 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3519 (m68hc11_use_struct_convention): Delete function.
3520 (m68hc11_extract_struct_value_address): Delete function.
3521 (m68hc11_return_value): New function.
3522 (m68hc11_gdbarch_init): Instead of store_return_value,
3523 extract_return_value, return_value_on_stack,
3524 deprecated_extract_struct_value_address and use_struct_convention,
3525 set return_value.
3526 * values.c (using_struct_return): Do not call
3527 RETURN_VALUE_ON_STACK.
3528 * arch-utils.h (generic_return_value_on_stack_not): Delete
3529 declaration.
3530 * arch-utils.c (generic_return_value_on_stack_not): Delete
3531 function.
3532
3533 2004-06-12 Andrew Cagney <cagney@gnu.org>
3534
3535 * values.c (register_value_being_returned): Delete function.
3536 * infcmd.c (legacy_return_value): Delete function.
3537 * infcall.c (call_function_by_hand): Inline
3538 "register_value_being_returned", simplify.
3539 * values.c (using_struct_return): Update comment, refer to
3540 print_return_value instead of register_value_being_returned.
3541 * infcmd.c (print_return_value): Inline calls to
3542 register_value_being_returned and legacy_return_value. Simplify.
3543
3544 2004-06-11 Randolph Chung <tausq@debian.org>
3545
3546 * somread.c (som_symtab_read): Exclude gcc local symbols.
3547
3548 2004-06-11 Randolph Chung <tausq@debian.org>
3549
3550 * infrun.c (handle_inferior_event): Handle the case when a
3551 trampoline ends up in the runtime resolver, and if the trampoline
3552 has no name. Rearrange the code so that all the trampoline
3553 processing happens before other step-out-of-range handling.
3554
3555 2004-06-11 Martin Hunt <hunt@redhat.com>
3556
3557 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3558 has no fpu.
3559
3560 2004-06-10 Andrew Cagney <cagney@gnu.org>
3561
3562 * blockframe.c (legacy_inside_entry_func): Delete.
3563 (legacy_frame_chain_valid): Inline call to
3564 legacy_inside_entry_func, simplify.
3565
3566 2004-06-10 Bob Rossi <bob@brasko.net>
3567
3568 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3569 * dwarf2read.c (partial_die_info): Add dirname field.
3570 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3571 (read_partial_die): Save away DW_AT_comp_dir.
3572 * defs.h (symtab_to_filename): Removed.
3573 * source.c (find_and_open_source): Added.
3574 (open_source_file): Just calls find_and_open_source.
3575 (symtab_to_filename): Removed.
3576 (symtab_to_fullname, psymtab_to_fullname): Added.
3577 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3578 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3579 symtab_to_filename.
3580 * symtab.h (partial_symtab): Add dirname field.
3581 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3582 (mi_cmd_file_list_exec_source_file): Call new function
3583 symtab_to_fullname to find fullname.
3584 (mi_cmd_file_list_exec_source_files): Added.
3585 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3586 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3587
3588 2004-06-10 Andrew Cagney <cagney@gnu.org>
3589
3590 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3591 to generic_use_struct_convention, the default value.
3592
3593 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3594 of abort.
3595
3596 * ns32k-tdep.c (ns32k_push_arguments): New function.
3597 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3598 * infcall.c (call_function_by_hand): Call error instead of
3599 legacy_push_arguments.
3600 * value.h (legacy_push_arguments): Delete declaration.
3601 * valops.c (legacy_push_arguments): Delete function.
3602 (value_push): Delete function.
3603
3604 2004-06-10 Brian Ford <ford@vss.fsi.com>
3605
3606 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3607 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3608 info.
3609 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3610
3611 2004-06-10 Andrew Cagney <cagney@gnu.org>
3612
3613 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3614 * gdbarch.h, gdbarch.c: Re-generate.
3615 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3616 parameters.
3617 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3618 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3619 deprecated_pc_in_call_dummy instead of
3620 DEPRECATED_PC_IN_CALL_DUMMY.
3621 (arm_skip_prologue): Ditto.
3622 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3623 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3624 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3625 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3626 Ditto.
3627 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3628 (sh64_init_extra_frame_info, sh64_get_saved_register)
3629 (sh64_pop_frame): Ditto.
3630 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3631 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3632 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3633 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3634 (h8300_pop_frame): Ditto.
3635 * blockframe.c (legacy_inside_entry_func)
3636 (legacy_frame_chain_valid): Ditto.
3637 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3638 to deprecated_pc_in_call_dummy.
3639
3640 2004-06-09 Andrew Cagney <cagney@gnu.org>
3641
3642 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3643 provide a default value.
3644 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3645 * gdbarch.h, gdbarch.c: Re-generate.
3646 * arch-utils.c (generic_convert_register_p): Rename
3647 legacy_convert_register_p
3648 (legacy_register_to_value, legacy_value_to_register): Delete
3649 functions.
3650 * arch-utils.h (generic_convert_register_p): Rename
3651 legacy_convert_register_p.
3652 (legacy_register_to_value, legacy_value_to_register): Delete
3653 declarations.
3654
3655 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3656 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3657 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3658 * gdbarch.h, gdbarch.c: Re-generate.
3659 * infcmd.c (default_print_registers_info): Simplify.
3660 * findvar.c (value_of_register): Simplify.
3661 * mi/mi-main.c (get_register): Simplify.
3662 * arch-utils.c (legacy_convert_register_p): Always return 0.
3663 (legacy_register_to_value, legacy_value_to_register): Always call
3664 internal_error.
3665
3666 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3667 #ifdef CLEAR_INSN_CACHE code.
3668 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3669 Delete #ifdef CLEAR_DEFERRED_STORES code.
3670
3671 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3672
3673 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3674 copyright.
3675 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3676
3677 * config/mips/mipsv4.mh: Delete file.
3678
3679 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3680 unreferenced macro.
3681 (hpread_adjust_stack_address): Delete declaration.
3682
3683 2004-06-08 Andrew Cagney <cagney@gnu.org>
3684
3685 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3686 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3687 PTRACE_ATTACH / PTRACE_DETACH available call error.
3688 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3689 * infttrace.c (update_thread_state_after_attach, attach, detach):
3690 Remove #ifdef wrappers.
3691 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3692 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3693 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3694 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3695 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3696 * config/nm-linux.h (ATTACH_DETACH): Delete.
3697 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3698 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3699 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3700 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3701 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3702
3703 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3704
3705 * configure.in: Set $configdir to the right OS specific value.
3706 Use value when setting $tcldir and $tkdir.
3707 * configure: Regenerate.
3708
3709 2004-06-06 Paul Brook <paul@codesourcery.com>
3710
3711 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3712 records.
3713
3714 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3715
3716 * ada-lang.c (lookup_symbol_in_language): New function to allow
3717 re-use of another language's symbol lookup code. (Placed here
3718 temporarily while Ada support is being integrated into the public
3719 tree).
3720 (restore_language): New auxiliary function for
3721 lookup_symbol_in_language.
3722 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3723 temporarily while Ada support is being integrated into the public
3724 tree).
3725
3726 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3727
3728 * Makefile.in (check//%): New.
3729
3730 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3731 (mn10300_store_return_value): Rewrite.
3732 (mn10300_type_align): New.
3733 (mn10300_use_struct_convention): Rewrite.
3734 (mn10300_return_value): New, using all of the above.
3735 (mn10300_pop_frame_regular): Add saved_regs_size.
3736 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3737
3738 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3739 regs if PC is on movm.
3740
3741 2004-06-07 Jim Blandy <jimb@redhat.com>
3742
3743 Add native Linux support for the PowerPC E500.
3744 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3745 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3746 all architectures except the E500.
3747 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3748 #definitions.
3749 (struct gdb_evrregset_t): New type.
3750 (have_ptrace_getsetevrregs): New variable.
3751 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3752 fetch_spe_registers): New functions.
3753 (fetch_register): Call fetch_spe_register as appropriate.
3754 Assert that we're only passed raw register numbers.
3755 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3756 Don't fetch gprs if they're pseudoregisters.
3757 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3758 store_spe_registers): New functions.
3759 (store_register): Call store_spe_register as appropriate.
3760 Assert that we're only passed raw register numbers.
3761 (store_ppc_registers): Call store_spe_registers as appropriate.
3762 Don't store gprs if they're pseudoregisters.
3763
3764 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3765
3766 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3767 struct if one exists, even if we are dealing with a zombie thread.
3768
3769 2004-06-07 Andrew Cagney <cagney@gnu.org>
3770
3771 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3772 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3773 Rename PC_REQUIRES_RUN_BEFORE_USE.
3774 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3775 #ifdef.
3776
3777 2004-06-07 Randolph Chung <tausq@debian.org>
3778
3779 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3780 unwinding after sp has been saved to the stack but before the end
3781 of the prologue, and after the fp has been modified but before it has
3782 been saved to the stack.
3783 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3784 Remove superfluous definitions.
3785 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3786
3787 2004-06-07 Guy Martin <gmsoft@gentoo.org>
3788
3789 Committed by Randolph Chung.
3790 * hppa-linux-nat.c: Include the correct version of the header file
3791 depending on the kernel version.
3792
3793 2004-06-06 Randolph Chung <tausq@debian.org>
3794
3795 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3796 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3797
3798 2004-06-06 Randolph Chung <tausq@debian.org>
3799
3800 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3801 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3802 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3803 * hppa-tdep.c (hppa_symbol_address): New function definition.
3804 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3805
3806 2004-06-06 Randolph Chung <tausq@debian.org>
3807
3808 * hppa-tdep.h (struct value): Forward declaration.
3809 (gdbarch_tdep): Define tdep find_global_pointer method.
3810 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3811 associated with the function we are trying to call, and write it
3812 to the gp register.
3813 (hppa32_convert_from_funct_ptr_addr): New function.
3814 (hppa_find_global_pointer): New function.
3815 (hppa_gdbarch_init): Set default find_global_pointer method; set
3816 convert_from_func_ptr_addr method.
3817 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3818 (hppa_linux_init_abi): Set find_global_pointer method.
3819 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3820
3821 2004-06-06 Randolph Chung <tausq@debian.org>
3822
3823 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3824 to struct value *function.
3825 * gdbarch.c: Regenerate.
3826 * gdbarch.h: Likewise.
3827 * infcall.c (call_function_by_hand): Pass entire function value
3828 to push_dummy_call.
3829
3830 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3831 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3832 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3833 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3834 * arm-tdep.c (arm_push_dummy_call): Likewise.
3835 * avr-tdep.c (avr_push_dummy_call): Likewise.
3836 * cris-tdep.c (cris_push_dummy_call): Likewise.
3837 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3838 * frv-tdep.c (frv_push_dummy_call): Likewise.
3839 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3840 * hppa-tdep.c (hppa32_push_dummy_call)
3841 (hppa64_push_dummy_call): Likewise.
3842 * i386-tdep.c (i386_push_dummy_call): Likewise.
3843 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3844 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3845 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3846 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3847 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3848 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3849 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3850 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3851 (ppc64_sysv_abi_push_dummy_call): Likewise.
3852 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3853 (ppc64_sysv_abi_push_dummy_call): Likewise.
3854 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3855 * s390-tdep.c (s390_push_dummy_call): Likewise.
3856 * sh-tdep.c (sh_push_dummy_call_fpu)
3857 (sh_push_dummy_call_nofpu): Likewise.
3858 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3859 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3860 * vax-tdep.c (vax_push_dummy_call): Likewise.
3861
3862 2004-06-04 Jim Blandy <jimb@redhat.com>
3863
3864 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3865 gdbarch argument to register_size.
3866
3867 * rs6000-tdep.c (rs6000_store_return_value): Use
3868 regcache_cooked_write_part instead of
3869 deprecated_write_register_bytes.
3870 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3871 not gdbarch_deprecated_store_return_value.
3872
3873 * ppc-linux-nat.c (store_register, fetch_register): Remove
3874 incorrect assertions. Simplify and generalize handling of
3875 transfers whose sizes are not multiples of, or less than, sizeof
3876 (PTRACE_XFER_TYPE).
3877
3878 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3879
3880 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3881 as a new thread event.
3882 * thread-db.c (thread_get_info_callback): If the thread is a
3883 zombie, return TD_THR_ZOMBIE.
3884 (thread_from_lwp): If thread_get_info_callback returns
3885 TD_THR_ZOMBIE, check if the thread is still on the thread list
3886 and return a -1 ptid if not found.
3887 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3888 change the status to TARGET_WAITKIND_SPURIOUS.
3889
3890 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
3891
3892 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3893 double values in little endian mode.
3894
3895 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3896
3897 Committed by Andrew Cagney.
3898 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3899 after last enum constant to avoid error from IBM C
3900 compiler.
3901
3902 2004-06-02 Jim Blandy <jimb@redhat.com>
3903
3904 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3905 to 'message', and make it local to the lone block that uses it.
3906
3907 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3908
3909 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3910
3911 * ada-exp.y: Update copyright notice.
3912 Include block.h.
3913
3914 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3915 SPECIAL_VARIABLE and unify the treatment of these cases.
3916
3917 (write_attribute_call0): Remove.
3918 (write_attribute_call1): Remove.
3919 (write_attribute_calln): Remove.
3920 (save_qualifier): Add missing semicolon.
3921
3922 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3923 temporarily disabled to allow compilation with FSF head version.
3924
3925 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3926 use individual operators (OP_*) for all attributes.
3927 (exp syntax): Use write_int.
3928 Handle STRING literals with OP_STRING.
3929 (variable syntax): Add limit parameter to calls to
3930 write_object_renaming.
3931
3932 (temp_parse_space): New definition to hold entities that need
3933 only live until the next call to ada_parse.
3934 (string_to_operator): Rename fields of ada_opname_table entries.
3935
3936 (write_var_from_sym): Record block.
3937 (write_var_from_name): Minor reformatting.
3938 Make sure saved name is properly encoded in the case of multiple
3939 matches, and set its language to Ada.
3940 Update comment.
3941 Modify to indicate unresolved name as symbol in the UNRESOLVED
3942 namespace, allocated in temp_parse_space.
3943 (write_int): New function.
3944
3945 (write_object_renaming): Add max_depth parameter to limit
3946 chains of object renamings.
3947 Handle case where root of renaming expression is itself a renaming.
3948 Use temp_parse_space for temporary name buffer.
3949 Handle renamings to dereferenced pointers (___XEXA suffices).
3950
3951 (ada_parse, yyerror, string_to_operator,
3952 write_var_from_sym, write_var_from_name, write_attribute_call0,
3953 write_attribute_call1, write_attribute_calln,
3954 write_object_renaming): Protoize.
3955
3956 (_initialize_ada_exp): New function.
3957
3958 * ada-lang.c: Update copyright notice.
3959 General terminology change to conform to GNAT compiler usage:
3960 mangle => encode, demangle => decode
3961 Include gdb_obstack.h.
3962 Include gdb_regex.h
3963 Include frame.h
3964 Include hashtab.h
3965 Include completer.h
3966 Include gdb_stat.h
3967 Include block.h
3968 Include infcall.h
3969
3970 (ADA_RETAIN_DOTS): Make sure this is defined.
3971 (TRUNCATION_TOWARDS_ZERO): Define.
3972 (struct string_vector): Define.
3973 (unresolved_names): Remove definition.
3974 (xnew_string_vector): New function.
3975 (string_vector_append): New function.
3976 (extract_string): Make static.
3977 (ada_unqualified_name): New function.
3978 (add_angle_brackets): New function.
3979 (function_name_from_pc): New function.
3980 (place_on_stack): Rename to ensure_lval.
3981
3982 (ensure_lval): Renamed from place_on_stack.
3983 Make identity on lvals.
3984 Update comment.
3985 (is_nonfunction): New interface.
3986 Only symbols in LOC_CONST class can be enumerals.
3987 (fill_in_ada_prototype): Remove; now independent of language.
3988 (add_defn_to_vec): Add obstack and symtab arguments.
3989 Use obstack to hold collected definitions.
3990 (num_defns_collected): New function.
3991 (defns_collected): New function.
3992 (ada_resolve_subexp): Rename to resolve_subexp.
3993 (resolve_subexp): Renamed from ada_resolve_subexp.
3994 (ada_op_name): Return non-const result.
3995 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3996 other purposes.
3997
3998 (to_fixed_array_type): Add declaration.
3999 (coerce_unspec_val_to_type): Remove offset parameter.
4000 (find_sal_from_funcs_and_line): New interface.
4001 (find_line_in_linetable): Ditto.
4002
4003 (all_sals_for_line): Rename to ada_sals_for_line and make
4004 global.
4005 Add new parameter. When set, do not ask the user to choose the
4006 instance, but use the first one found instead.
4007 Use given line number in returned sals.
4008 Fix comment.
4009 Skip the prologue if funfirstline is set.
4010 Correct for memory leak when 0 lines found.
4011
4012 (value_pos_atr): Use pos_atr.
4013 (pos_atr): New function.
4014 (standard_lookup): Add block parameter.
4015
4016 (makeTimeStart): Remove declaration and uses.
4017 (makeTimeStop): Remove declaration and uses.
4018
4019 (ada_completer_word_break_characters): Allow for VMS.
4020 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4021 (raise_sym_name): New constant.
4022 (raise_unhandled_sym_name): New constant.
4023 (raise_assert_sym_name): New constant.
4024 (process_raise_exception_name): New constant.
4025 (longest_exception_template): New constant.
4026 (warning_limit): New variable to limit warnings during expression
4027 evaluation.
4028 (warnings_issued): New variable to keep track of warnings issued.
4029 (known_runtime_file_name_patterns): New constant.
4030 (known_auxiliary_function_name_patterns): New constant.
4031 (symbol_list_obstack): New variable.
4032
4033 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4034 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4035 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4036 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4037 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4038 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4039 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4040 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4041 and strcmp.
4042
4043 (ada_get_field_index): New function.
4044 (lim_warning): New function.
4045 (ada_translate_error_message): New function.
4046 (MAX_OF_SIZE): New function.
4047 (MIN_OF_SIZE): New function.
4048 (UMAX_OF_SIZE): New function.
4049 (UMIN_OF_SIZE): New function.
4050 (discrete_type_high_bound): New function.
4051 (discrete_type_low_bound): New function.
4052 (base_type): New function.
4053 (do_command): Remove.
4054
4055 (ada_update_initial_language): Use language_ada, not language_unknown.
4056 (ada_encode): Renamed from ada_mangle.
4057 Obey ADA_RETAIN_DOTS.
4058 (ada_decode): Renamed from ada_demangle.
4059 Update coding conventions.
4060 (decoded_names_store): New hash table.
4061 (ada_decode_symbol): New function.
4062 (ada_la_decode): New function.
4063
4064 (modify_general_field): Correct computations of offset and bit
4065 position.
4066 (desc_base_type): Handle ref types, too.
4067 (ada_is_direct_array_type): New function.
4068
4069 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4070 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4071 (ada_is_bogus_array_descriptor,ada_type_of_array,
4072 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4073 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4074 ada_is_array_descriptor_type.
4075
4076 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4077 (ada_is_packed_array_type): Handle pointers or
4078 references to packed arrays as well.
4079 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4080 (decode_packed_array_type): Search for the packed array type
4081 symbol in the currently selected block and associated
4082 superblocks too.
4083 Use lookup_symbol again.
4084
4085 (decode_packed_array): Handle pointers and references.
4086 Update call to coerce_unspec_val_to_type.
4087 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4088 (ada_value_primitive_packed_val): Improve comment.
4089
4090 (ada_index_type): Substitute int type for "undefined".
4091 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4092 ada_array_langth, ada_is_string_type): Use renamed
4093 ada_is_simple_array_type.
4094 (empty_array): New function.
4095
4096 (ada_resolve): Rename to resolve.
4097 (resolve): Make static.
4098 Call renamed resolve_subexp.
4099 Update comment.
4100 (ada_resolve_subexp): Rename to resolve_subexp.
4101 (resolve_subexp): Update comment.
4102 Decomment disabled code.
4103 Add LOC_COMPUTED* cases.
4104 Modify to use temporary struct symbols (marked as being in
4105 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4106 OP_UNRESOLVED_VALUE.
4107 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4108 Add OP_STRING case.
4109 Remove OP_ARRAY.
4110 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4111 Use new ada_lookup_symbol_list interface.
4112 Use new ada_resolve_function interface.
4113 Remove OP_TYPE case.
4114
4115 (ada_args_match): Idiot proof against null actuals.
4116 Use intermediate variables to clarify.
4117 (ada_resolve_function): Update comment and interface.
4118 (mangled_ordered_before): Rename to encoded_ordered_before and
4119 update comment.
4120 (sort_choices): Update comment and interface.
4121 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4122 (user_select_syms): New interface.
4123 Use new sort_choices interface.
4124 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4125 (possible_user_operator_p): Idiot-proof against null values.
4126 (ada_simple_renamed_entity): Don't make cleanup; rely on
4127 caller to free result string.
4128 Remove const from return type.
4129 (make_array_descriptor): Rename uses of place_on_stack to
4130 ensure_lval.
4131 Make sure that arrays are on stack.
4132
4133 (HASH_SIZE): Define.
4134 (struct cache_entry): Define.
4135 (cache_space): Define.
4136 (cache): Define.
4137 (clear_ada_sym_cache): New function.
4138 (find_entry): New function.
4139 (lookup_cached_symbol): New function.
4140 (defn_vector_size): Define.
4141 (cache_symbol): New function.
4142 (defn_symbols): Remove.
4143
4144 (standard_lookup): Use lookup_symbol_in_language to get effect of
4145 C lookup.
4146 Cache results.
4147
4148 (symbol_completion_match): New function.
4149 (symbol_completion_add): New function.
4150 (ada_make_symbol_completion_list): New function.
4151
4152 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4153 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4154 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4155 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4156
4157 (ada_lookup_simple_minsym): New function.
4158 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4159
4160 (add_symbols_from_enclosing_procs): New interface.
4161 Conditionalize more helpfully.
4162 Don't bother if program isn't running.
4163 Use new interface to get_frame_block.
4164 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4165
4166 (remove_extra_symbols): New interface.
4167 (xget_renaming_scope): New function.
4168 (is_package_name): New function.
4169 (renaming_is_visible): New function.
4170 (remove_out_of_scope_renamings): New function.
4171
4172 (ada_lookup_symbol_list): New interface.
4173 Properly reinitialize the symbol list obstack.
4174 Don't call add_symbols_from_enclosing_procs if we start from a
4175 static or global block.
4176 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4177 add_symbols_from_enclosing_procs.
4178 Add symtab data to cached entries.
4179 Handle symbols prefixed with
4180 "standard__" specially; strip prefix and don't look in local symbols.
4181 Do not include out of scope renaming symbols in list of
4182 symbols returned.
4183 Add const to block parameter.
4184 Move check for non-local, non-global symbols earlier.
4185 Remove timing stuff.
4186 (ada_lookup_symbol): New interface.
4187 Find symtab as well.
4188 (ada_lookup_symbol_nonlocal): New function.
4189
4190 (is_name_suffix): Enhance suffix detection to recognize
4191 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4192 (is_dot_digits_suffix): New function.
4193 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4194
4195 (ada_add_block_symbols): New interface. Use obstack to return results
4196 in a vector of struct ada_symbol_infos. Add symtab argument.
4197 Use new interface to add_defn_to_vec.
4198 Remove calls to fill_in_ada_prototype.
4199 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4200
4201 (ada_finish_decode_line_1): Add const qualification to local to fix
4202 warning.
4203 Start looking in static block for functions to avoid attempts
4204 to search frame chain for up-level variables.
4205 Adapt to new ada_sals_for_line interface.
4206 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4207 Handle quoting of the function name inside the spec string.
4208 Skip prologue when funfirstline is set and update the
4209 function documentation to that effect.
4210
4211 (debug_print_lines, debug_print_block, debug_print_blocks,
4212 debug_print_symtab): Remove.
4213
4214 (ada_main_name): New function.
4215 (ada_exception_breakpoint_type): New function.
4216 (is_known_support_routine): New function.
4217 (ada_find_printable_frame): Renamed from find_printable_frame and made
4218 global.
4219 Remove level parameter.
4220 Use new interface to select_frame.
4221
4222 (begin_command): Remove.
4223 (ada_adjust_exception_stop): New function.
4224 (ada_print_exception_stop): New function.
4225 (exception_name_from_cond): New function.
4226 (ada_report_exception_break): Replace disabled code with
4227 conditionalization on GNAT_GDB.
4228 Get the exception name from the condition string.
4229 Remove and move functionality into new functions
4230 ada_print_exception_breakpoint_task and
4231 ada_print_exception_breakpoint_nontask.
4232 (error_breakpoint_runtime_sym_not_found): New function.
4233 (is_runtime_sym_defined): New function.
4234 (ada_breakpoint_rewrite): Uncomment suppressed code.
4235 Use symbolic error-message and runtime-symbol names.
4236 Surround runtime symbol names in quotes.
4237 Allow non-specific breakpoints on exceptions and assertions before
4238 program starts.
4239
4240 (ada_is_tagged_type): Add parameter.
4241 (ada_is_tag_type): New function.
4242 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4243 (ada_variant_discrim_type): Ditto.
4244 (value_tag_from_contents_and_address): New function.
4245 (type_from_tag): New function.
4246 (struct tag_args): New structure used to communicate with
4247 ada_tag_name_1.
4248 (ada_tag_name_1): New function.
4249 (ada_tag_name): New function.
4250
4251 (ada_scan_number): Update comment.
4252 (find_struct_field): New function.
4253 (ada_search_struct_field): Make static.
4254 (ada_value_struct_elt): New version that returns references when
4255 given pointers or references to structs.
4256 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4257 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4258 interface.
4259 (ada_value_ind): Use new ada_to_fixed_value interface.
4260 (ada_coerce_ref): Ditto.
4261 (field_offset): Remove.
4262
4263 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4264 (ada_find_renaming_symbol): New function.
4265 (ada_prefer_type): Prefer named types over unnamed ones.
4266 (variant_field_index): New function.
4267 (contains_variant_part): Removed: subsumed by variant_field_index.
4268 (ada_template_to_fixed_record_type): New function, mostly from
4269 template_to_fixed_record_type.
4270 (template_to_fixed_record_type):
4271 Do not scan the type fields beyond the last one; prevents a
4272 potential SEGV.
4273 Handle case where variant field is listed BEFORE discriminant it
4274 depends on.
4275 Fix calculation of record length when bit length is
4276 not evenly divisible by char length.
4277 Move code to ada_template_to_fixed_record_type and call it.
4278
4279 (template_to_static_fixed_type): Revise comment.
4280 Modify to work on ordinary record types as well as templates,
4281 so as to handle fields that use ___XVE or ___XVU encodings.
4282 (to_record_with_fixed_variant_part): Fill out comment.
4283 Initialize C++ stuff in right type.
4284 Allow case where DVAL is null.
4285 Handle case where variant field is not last.
4286 Fix typo concerning record length.
4287 (to_fixed_record_type): Decomment disabled code.
4288 (to_fixed_record_type): Use variant_field_index instead of
4289 contains_variant_part.
4290 (to_fixed_variant_branch_type): Ditto.
4291 (to_fixed_array_type): Decomment disabled code.
4292 (ada_to_fixed_type): Convert tagged types to the specific type.
4293 Deactivate the size-check for array types in order to avoid
4294 some false size alarms.
4295 (to_static_fixed_type): Decomment disabled code.
4296 Modify to call template_to_static_fixed_type
4297 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4298 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4299 Remove valaddr argument, as it is never really used.
4300 (ada_to_fixed_value): Change interface to act on single struct value*
4301 operand.
4302 (adjust_pc_past_prologue): New function.
4303 (ada_attribute_name): Modify to take enum exp_opcode argument.
4304
4305 (ada_enum_name): Recognize new homonym-distinguishing convention.
4306 Adjust local variable's type to remove compiler warning.
4307 Fix a small problem in the part that unqualifies the enumeration name.
4308 (ada_value_binop): New function.
4309 (ada_value_equal): New function.
4310
4311 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4312 Don't give error message when not doing normal evaluation
4313 and a tagged type doesn't seem to contain a structure member.
4314 Give error message for packed arrays.
4315 For indexing arrays, handle pointers to packed arrays correctly.
4316 Handle case of 'first and 'last attributes of bare integral type
4317 without encoded subtype info.
4318 Remove some unnecessary casts.
4319 Fix uninitialized value of type in computing 'first, 'last, or 'length
4320 of array object.
4321 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4322 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4323 calls.
4324 Attributes are now exp_opcode values.
4325 Correct treatment of 'modulus.
4326 Better error message for taking 'length of wrong kind of type;
4327 improve comment.
4328 Change EVAL_NORMAL to noside for consistency.
4329 Use ada_value_binop for DIV, MOD, REM.
4330 Make special case out of array of length 0, since an argument
4331 of 0 upsets some platforms' malloc.
4332 Use OP_STRING instead of OP_ARRAY.
4333 For slice, add check that we have an array type before extracting
4334 a slice out of it. Avoids a SEGV.
4335 When evaluating an array slice, if the array type is a reference to
4336 an aligner type, then replace the aligner type by the actual type.
4337 Decomment disabled code.
4338 Remove some dead code.
4339 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4340 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4341 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4342 and UNOP_MBR to UNOP_IN_RANGE.
4343 If an array type has a parallel ___XVE type, then use it.
4344 Turn arrays into pointers for lvalue arrays.
4345 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4346 bounds error and handle 0-length slices.
4347 Use lim_warning.
4348 When selecting fields, apply ada_to_fixed_value (because the fields
4349 might have ___XVU or ___XVE encodings even if not dynamic.)
4350 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4351 (ada_is_system_address_type): New function.
4352
4353 (get_var_value): Use new interface to ada_lookup_symbol_list.
4354 (get_int_var_value): New interface.
4355 (to_fixed_range_type): Allow unknown bound, with warning.
4356 (ada_is_modular_type): Decomment disabled code.
4357 (ADA_OPERATORS): New definition.
4358 (ada_operator_length): New function.
4359 (ada_expr_op_name): New function.
4360 (ada_forward_operator_length): New function.
4361 (ada_dump_subexp_body): New function.
4362 (ada_print_subexp): New function.
4363 (ada_exp_descriptor): New constant.
4364 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4365 (ada_language_defn): Add ada_exp_descriptor entry.
4366 Change ada_parse => parse.
4367 Add post-parser entry.
4368 Use ada-specific non-local symbol lookup.
4369 Don't use C-style arrays.
4370 String lower-bound is 1.
4371 Decomment disabled code.
4372 (parse): New function.
4373 New fields ada_translate_error_message, ada_lookup_symbol,
4374 ada_lookup_minimal_symbol.
4375
4376 * ada-lang.h: Update copyright dates.
4377 Replace the mangle/demangle terminology throughout by the
4378 more appropriate encode/decode one.
4379 Include breakpoint.h.
4380 Forward declare struct partial_symbol, struct block.
4381 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4382 (EXTRACT_ADDRESS): Remove.
4383 (EXTRACT_INT): Remove.
4384 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4385 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4386 (MAX_RENAMING_CHAIN_LENGTH): Define.
4387 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4388
4389 (enum task_states): Remove.
4390 ada_task_states: Remove.
4391 (fat_string): Remove.
4392 (struct entry_call): Remove.
4393 (struct task_fields): Remove.
4394 (struct task_entry): Remove.
4395
4396 (struct ada_symbol_info): Define.
4397 (enum ada_attribute): Remove.
4398 (enum ada_operator): Define.
4399
4400 (ada_get_field_index): Declare.
4401 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4402 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4403 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4404 (ada_lookup_symbol_list): New interface.
4405 (ada_decode_symbol): Declare.
4406 (ada_decode): Declare.
4407 (ada_lookup_symbol): New interface.
4408 (ada_update_initial_language): Declare.
4409 (ada_lookup_simple_minsym): Declare.
4410 (user_select_syms): New interface.
4411 (ada_sals_for_line): Declare.
4412 (ada_is_tagged_type): New interface.
4413 (ada_tag_name): Declare.
4414 (ada_lookup_struct_elt_type): Remove declaration.
4415 (ada_search_struct_field): Remove declaration.
4416 (ada_attribute_name): New interface.
4417 (ada_is_system_address_type): Declare.
4418 (ada_to_fixed_value): Remove declaration.
4419 (ada_template_to_fixed_record_type_1): Declare.
4420 (get_int_var_value): New interface.
4421 (ada_find_any_symbol): Declare.
4422 (ada_find_renaming_symbol): Declare.
4423 (ada_mangle): Rename to ada_encode.
4424 (ada_simple_renamed_entity): Remove const.
4425 (ada_main_name): Declare.
4426 (get_current_task): Rename to ada_get_current_task.
4427 (get_entry_number): Remove declaration.
4428 (ada_report_exception_break): Remove declaration.
4429 (ada_print_exception_breakpoint_nontask): Declare.
4430 (ada_print_exception_breakpoint_task): Declare.
4431 (ada_find_printable_frame): Declare.
4432
4433 * ada-lex.l: Update copyright notices.
4434 Use xmalloc and xfree instead of malloc and free.
4435 Use new interface to name_lookup.
4436 Use new interface to
4437 ada_mangle=>ada_encode.
4438 Redo handling of '$...' variable to parallel current treatment
4439 in c-exp.y.
4440 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4441 digit_to_int, strtoulst, processInt, processReal, processId,
4442 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4443 yywrap): Protoize.
4444
4445 (processInt): Use cast to remove harmless warning.
4446 (processReal): Modify to get rid of compiler warning on scan formats.
4447
4448 (processId): Replace xmalloc with obstack_alloc for name and remove
4449 call to ada_name_string_cleanup.
4450 Remove obsolete disabled code.
4451 (name_lookup): Ditto.
4452 New interface.
4453 Use obsavestring on temp_parse_space instead of savestring
4454 on name, and remove call to ada_name_string_cleanup.
4455 Free string returned from ada_simple_renamed_entity.
4456 Use new interface to ada_lookup_symbol_list.
4457 Decomment disabled code.
4458 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4459 not types.
4460 When a type name lookup succeeds as a result of
4461 lookup_primitive_typename, check for regular type entry that has not
4462 yet been read in.
4463 Limit length of chain of renamed symbols we are willing to follow.
4464 Do not break names beginning with "standard__" into segments.
4465 (block_lookup): Use new interface to ada_lookup_symbol_list.
4466
4467 * ada-typeprint.c: Update copyright notice.
4468 (demangled_type_name): Rename to decoded_type_name.
4469 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4470 (print_range_bound): Correct handling of negative
4471 bounds that make the index type looked unsigned under STABS.
4472 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4473 (print_range_type_named): Use the builtin int type if no type
4474 corresponding to the given type name could be found.
4475 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4476 Add some bullet-proofing.
4477 (print_variant_clauses): Allow for variant branches with ___XVU
4478 encodings that are not dynamic fields.
4479 Use new interface to ada_is_tagged_type.
4480 (print_record_type): Allow for fields with ___XVE encodings that
4481 are not dynamic fields.
4482 Use new interface to ada_is_tagged_type.
4483 (ada_print_type): ada_is_array_descriptor =>
4484 ada_is_array_descriptor_type.
4485
4486 * ada-valprint.c: Update copyright notice.
4487 Include gdb_string.h
4488 Include infcall.h
4489 (ui_memcpy): New function.
4490 (ada_print_floating): New function.
4491 (ada_print_str): Order arguments correctly.
4492 Correct handling of empty arrays and arrays of 0-length items.
4493 ada_is_array_descriptor => ada_is_array_descriptor_type
4494 Print values of type System.Address in hexadecimal format.
4495 Use ada_print_floating to print floating-point numbers in Ada format.
4496 Print class tag values with type names.
4497 No longer print the address of reference values. Avoids
4498 a potential confusion.
4499 (ada_value_print): Stop printing the object type for reference
4500 values, but preserve that behavior for access types. Avoids
4501 a potential confusion.
4502 Simplify one conditional expression, as the first part is now
4503 necessarily true.
4504 ada_is_array_descriptor => ada_is_array_descriptor_type
4505 Add check for arrays for null records, and print them by hand.
4506
4507 2004-06-01 Jim Blandy <jimb@redhat.com>
4508
4509 * ppc-tdep.h: Delete unused 'regoff' member.
4510 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4511
4512 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4513
4514 Fix PR symtab/1661.
4515 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4516 (hpread_read_struct_type): Likewise.
4517
4518 2004-06-01 Andrew Cagney <cagney@gnu.org>
4519
4520 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4521 instead of xasprintf.
4522 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4523 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4524 (mi_cmd_data_list_register_names)
4525 (mi_cmd_data_list_changed_registers)
4526 (mi_cmd_data_list_register_values)
4527 (get_register, mi_cmd_data_write_register_values)
4528 (mi_cmd_data_write_register_values)
4529 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4530 (mi_cmd_target_download, mi_cmd_target_select)
4531 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4532 (mi_execute_cli_command, mi_execute_async_cli_command)
4533 (mi_execute_async_cli_command): Ditto.
4534 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4535 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4536
4537 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4538 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4539 error_last_message instead of mi_error_last_message.
4540 * mi/mi-main.c (mi_error_last_message): Delete function.
4541
4542 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4543 "invalid number of columns" error. Delete redundant "out of
4544 memory" check.
4545
4546 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4547
4548 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4549 (gregset_t, fpregset_t): Remove typedefs.
4550 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4551 (REG_OFFSET): Rename argument.
4552 (i386bsd_r_reg_offset): Rename from reg_offset.
4553 (REG_ADDR): Remove macro.
4554 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4555 functions.
4556 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4557 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4558 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4559 instead of supply_gregset.
4560 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4561 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4562 instead of fill_gregset.
4563 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4564
4565 * i386bsd-nat.c: Don't include "gregset.h".
4566 (supply_gregset, fill_gregset): Make static.
4567 (supply_fpregset, fill_fpregset): Remove.
4568 * Makefile.in (i386bsd-nat.o): Update dependencies.
4569
4570 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4571
4572 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4573 "gdb_assert.h". Con't include "gregset.h".
4574 (fbsd_make_corefile_notes): Use regset-based core file support
4575 instead off fill_gregset and fill_fpregset.
4576 * Makefile.in (fbsd-proc.o): Update dependencies.
4577
4578 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4579 instructions.
4580 (m88k_frame_prev_register): Simplify code a bit.
4581
4582 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4583 (amd64_collect_fpregset): New function.
4584 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4585
4586 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4587
4588 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4589 (i386_collect_gregset): New function.
4590 (i386_supply_fpregset): Adjust comment.
4591 (i386_collect_fpregset): New function.
4592 (i386_regset_from_core_section): Use i386_collect_gregset and
4593 i386_collect_fpregset.
4594
4595 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4596 handle VALUEP being null.
4597
4598 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4599
4600 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4601
4602 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4603
4604 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4605 assembler in OpenBSD 3.5-current.
4606 (amd64obsd_sigcontext_addr): Likewise.
4607
4608 2004-05-28 Jim Blandy <jimb@redhat.com>
4609
4610 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4611 register set, so our regcache isn't declared "legacy" and our E500
4612 pseudoregister read and write functions aren't ignored.
4613 (rs6000_register_byte, rs6000_register_raw_size,
4614 rs6000_register_virtual_type, rs6000_register_convertible,
4615 rs6000_register_convert_to_virtual,
4616 rs6000_register_convert_to_raw): Deleted.
4617 (rs6000_register_type, rs6000_convert_register_p,
4618 rs6000_register_to_value, rs6000_value_to_register): New
4619 functions.
4620 (rs6000_gdbarch_init): Don't register
4621 gdbarch_deprecated_register_size,
4622 gdbarch_deprecated_register_bytes,
4623 gdbarch_deprecated_register_byte,
4624 gdbarch_deprecated_register_raw_size,
4625 gdbarch_deprecated_register_virtual_type,
4626 gdbarch_deprecated_register_convertible,
4627 gdbarch_deprecated_register_convert_to_virtual, or
4628 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4629 register gdbarch_register_type, gdbarch_convert_register_p,
4630 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4631
4632 2004-05-26 Jim Blandy <jimb@redhat.com>
4633
4634 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4635 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4636 functions, updated to match the register numberings used in GCC.
4637 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4638 rs6000_dwarf2_reg_to_regnum as register number conversions
4639 functions for STABS and Dwarf2.
4640
4641 2004-05-26 Randolph Chung <tausq@debian.org>
4642
4643 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4644 in header file.
4645
4646 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4647
4648 * NEWS: Document new "start" command.
4649
4650 2004-05-25 Randolph Chung <tausq@debian.org>
4651
4652 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4653 hppa-linux.
4654
4655 2004-05-25 Randolph Chung <tausq@debian.org>
4656
4657 * hppa-hpux-tdep.c (offsetof): Define.
4658 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4659 (hppa32_hpux_frame_base_before_sigtramp)
4660 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4661 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4662 (hppa64_hpux_frame_base_before_sigtramp)
4663 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4664 functions.
4665 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4666 (hppa_hpux_sigtramp_frame_unwind_cache)
4667 (hppa_hpux_sigtramp_frame_this_id)
4668 (hppa_hpux_sigtramp_frame_prev_register)
4669 (hppa_hpux_sigtramp_frame_unwind)
4670 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4671 (hppa_hpux_init_abi): Register sigtramp unwinder.
4672 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4673
4674 2004-05-25 Randolph Chung <tausq@debian.org>
4675
4676 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4677 and multiple stack unwinds.
4678 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4679
4680 2004-05-25 Andrew Cagney <cagney@gnu.org>
4681
4682 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4683 * symfile-mem.h: Delete file.
4684 * symfile-mem.c: Do not include "symfile-mem.h".
4685 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4686 "struct bfd_section". When an error do not bother returning NULL.
4687 (add_symbol_file_from_memory_command): Use "struct bfd" and
4688 "struct bfd_section".
4689 * Makefile.in (symfile_mem_h): Delete.
4690 (symfile-mem.o): Update dependencies.
4691
4692 2004-05-25 Nick Roberts <nickrob@gnu.org>
4693
4694 * gdb-mi.el: New file.
4695
4696 2004-05-25 Andrew Cagney <cagney@gnu.org>
4697
4698 * inftarg.c: Include "observer.h".
4699 (child_attach, child_create_inferior): Notify inferior_created.
4700 * corelow.c: Include "observer.h".
4701 (core_open): Notify inferior_created.
4702 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4703
4704 2004-05-25 Andrew Cagney <cagney@gnu.org>
4705
4706 * target.h (struct target_ops): Add from_tty to
4707 to_create_inferior.
4708 (target_create_inferior, find_default_create_inferior): Update.
4709 * infcmd.c (run_command): Update.
4710 * wince.c (child_create_inferior): Update.
4711 * win32-nat.c (child_create_inferior): Update.
4712 * uw-thread.c (uw_thread_create_inferior): Update.
4713 * thread-db.c (thread_db_create_inferior): Update.
4714 * target.c (debug_to_create_inferior)
4715 (find_default_create_inferior): Update.
4716 (maybe_kill_then_create_inferior): Update.
4717 * sol-thread.c (sol_thread_create_inferior): Update.
4718 * remote.c (extended_remote_async_create_inferior)
4719 (extended_remote_create_inferior): Update.
4720 * remote-vx.c (vx_create_inferior): Update.
4721 * remote-st.c (st2000_create_inferior): Update.
4722 * remote-sim.c (gdbsim_create_inferior): Update.
4723 * remote-sds.c (sds_create_inferior): Update.
4724 * remote-rdp.c (remote_rdp_create_inferior): Update.
4725 * remote-rdi.c (arm_rdi_create_inferior): Update.
4726 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4727 * remote-e7000.c (e7000_create_inferior): Update.
4728 * procfs.c (procfs_create_inferior): Update.
4729 * ocd.c (ocd_create_inferior): Update.
4730 * ocd.h (ocd_create_inferior): Update.
4731 * nto-procfs.c (procfs_create_inferior): Update.
4732 * monitor.c (monitor_create_inferior): Update.
4733 * lin-lwp.c (lin_lwp_create_inferior): Update.
4734 * inftarg.c (child_create_inferior): Update.
4735 * hpux-thread.c (hpux_thread_create_inferior): Update.
4736 * gnu-nat.c (gnu_create_inferior): Update.
4737
4738 2004-05-25 Andrew Cagney <cagney@gnu.com>
4739
4740 * MAINTAINERS: Update e-mail address.
4741
4742 2004-05-24 Randolph Chung <tausq@debian.org>
4743
4744 * thread.c (info_threads_command, thread_apply_all_command)
4745 (thread_apply_command, thread_command, do_captured_thread_select):
4746 Remove HPUXHPPA-specific code.
4747
4748 2004-05-24 Randolph Chung <tausq@debian.org>
4749
4750 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4751 unused symbols.
4752 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4753 references.
4754
4755 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4756
4757 * infcmd.c (kill_if_already_running): New function, extracted
4758 from run_command().
4759 (run_command): Replace extracted code by call to
4760 kill_if_already_running().
4761 (start_command): New function.
4762 (_initialize_infcmd): Add "start" command.
4763
4764 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4765
4766 Add OpenBSD/m88k support.
4767 * NEWS (New native configurations): Mention OpenBSD/m88k.
4768 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4769 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4770 * Makefile.in (m88k_tdep_h): New variable.
4771 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4772 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4773 * configure.host: Add m88*-*-openbsd*.
4774 * configure.tgt: Add m88*-*-openbsd*.
4775
4776 2004-05-24 Jim Blandy <jimb@redhat.com>
4777
4778 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4779 to approve changes.
4780
4781 2004-05-24 Kevin Buettner <kevinb@redhat.com>
4782
4783 * symtab.c (fixup_section): Search section table when lookup by
4784 name fails.
4785
4786 2004-05-24 Randolph Chung <tausq@debian.org>
4787
4788 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4789 be "small_struct".
4790
4791 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4792
4793 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4794 register number in regcache_raw_collect call.
4795 (m68kbsd_collect_fpregset): Likewise.
4796 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4797
4798 * regset.h (struct regset): Add back `regset' member.
4799
4800 2004-05-23 Mark Kettenis <kettenis@gnu.org>
4801
4802 * configure.in: Check for td_pcb in `struct thread'.
4803 * configure, config.in: Regenerated.
4804
4805 * dpx2-nat.c: Remove file.
4806 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4807 (dpx2-nat.o): Remove dependencies.
4808
4809 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4810 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4811 (amd64obsd_supply_pcb): New function.
4812 (_initialize_amd64obsd_nat): Enable libkvm interface.
4813 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4814 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4815 (LOADLIBES): New variable.
4816
4817 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4818 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4819 (sparc32nbsd_supply_pcb): New function.
4820 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4821 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4822 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4823 (LOADLIBES): New variable.
4824
4825 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4826
4827 * bsd-kvm.c, bsd-kvm.h: New files.
4828 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4829 "bsd-kvm.h".
4830 (i386fbsd_supply_pcb): New function.
4831 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4832 (i386fbsd-nat.o): Update dependencies.
4833 (bsd_kvm_h): New variable.
4834 (bsd-kvm.o): New dependency.
4835 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4836 (LOADLIBES): New variable.
4837
4838 * regset.c: Tweak comment.
4839 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4840 macro.
4841 * regset.h: Update copyright year.
4842 (struct regset): Remove `descr' member, add `gdbarch' member.
4843 (regset_alloc): Adjust prototype and comment.
4844 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4845 (i386_supply_fpregset): Likewise.
4846 (i386_regset_from_core_section): Update call to regset_alloc.
4847 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4848 REGSET->arch.
4849 (i386obsd_aout_regset_from_core_section): Update call to
4850 regset_alloc.
4851 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4852 REGSET->arch.
4853 (i386nbsd_aout_regset_from_core_section): Update call to
4854 regset_alloc.
4855 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4856 REGSET->arch.
4857 (amd64_regset_from_core_section): Update call to regset_alloc.
4858 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4859 REGSET->arch.
4860 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4861 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4862 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4863 (sparc32nbsd_init_abi): Update call to regset_alloc.
4864 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4865 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4866 (sparc64obsd_init_abi): Update call to regset_alloc.
4867 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4868 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4869 (sparc64nbsd_init_abi): Update call to regset_alloc.
4870 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4871 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4872 (sparc64fbsd_init_abi): Update call to regset_alloc.
4873
4874 2004-05-22 Jim Blandy <jimb@redhat.com>
4875
4876 * ppc-tdep.h (spe_register_p): New declaration.
4877 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4878 ppc_spefscr_regnum.
4879 * rs6000-tdep.c (spe_register_p): New function.
4880 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4881 spefscr.
4882 (rs6000_gdbarch_init): Initialize the new members of the tdep
4883 structure.
4884
4885 2004-05-21 Jim Blandy <jimb@redhat.com>
4886
4887 * ppc-linux-nat.c (fetch_register): Move code back to be next
4888 to the comment that describes it. (Moved code, instead of
4889 comment, for symmetry with store_register.)
4890
4891 Allocate regset structures in the gdbarch's obstack, not using
4892 xmalloc.
4893 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4894 Add 'arch' argument. Allocate the regset on arch's obstack, not
4895 using xmalloc.
4896 * regset.h (regset_alloc): Update declaration.
4897 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4898 gdbarch argument.
4899 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4900 * i386-tdep.c (i386_regset_from_core_section): Same.
4901 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4902 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4903 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4904 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4905 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4906 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4907
4908 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4909
4910 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4911
4912 2004-05-21 Jim Blandy <jimb@redhat.com>
4913
4914 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4915 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4916
4917 2004-05-20 Jim Blandy <jimb@redhat.com>
4918
4919 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4920
4921 2004-05-20 Mark Kettenis <kettenis@gnu.org>
4922
4923 * regset.h: Make prototype const-correct.
4924 * regset.c (regset_xmalloc): Make const-correct.
4925
4926 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4927
4928 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4929 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4930 (symbol_search_name): Declare.
4931
4932 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4933 (iter_name_next_hashed): Ditto.
4934 (iter_name_next_linear): Ditto.
4935 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4936
4937 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4938 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4939 (symbol_search_name): New function.
4940
4941 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4942
4943 * minsyms.c (build_minimal_symbol_hash_tables): Change
4944 test for adding to demangled hash table to check for difference
4945 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
4946
4947 2004-05-19 Jim Blandy <jimb@redhat.com>
4948
4949 Use a constructor function to create regset structures.
4950 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
4951 (struct regset): Use supply_regset_ftype. Add new
4952 'collect_regset' member.
4953 (regset_xmalloc): New declaration.
4954 * regset.c: New file.
4955 * am64-tdep.c (amd64_regset_from_core_section): Use
4956 regset_xmalloc to construct regset structures.
4957 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4958 * i386-tdep.c (i386_regset_from_core_section): Same.
4959 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4960 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4961 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4962 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4963 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4964 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4965 * Makefile.in (COMMON_OBS): Add regset.o.
4966 (regset.o): New rule.
4967
4968 2004-05-19 Joel Brobecker <brobecker@gnat.com>
4969
4970 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
4971 and pthread_cond_wait.c.
4972
4973 2004-05-18 Jim Blandy <jimb@redhat.com>
4974
4975 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
4976 before the mach-specific switch, and then let the individual cases
4977 override the defaults, rather than leaving them uninitialized
4978 until the switch and then setting them in each case.
4979
4980 2004-05-18 Randolph Chung <tausq@debian.org>
4981
4982 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
4983 millicode functions.
4984
4985 2004-05-18 Randolph Chung <tausq@debian.org>
4986
4987 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
4988 references to dld_flags_buffer consistent.
4989
4990 2004-05-18 Randolph Chung <tausq@debian.org>
4991
4992 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4993 it for unwinding the stack.
4994
4995 2004-05-18 Randolph Chung <tausq@debian.org>
4996
4997 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4998 Undefine these so we can overide them using gdbarch.
4999
5000 2004-05-18 Randolph Chung <tausq@debian.org>
5001
5002 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5003 handling for 64-bit HPUX (elf).
5004
5005 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5006
5007 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5008 constants.
5009 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5010 * ia64-tdep.c (examine_prologue): Likewise.
5011 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5012 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5013
5014 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5015
5016 * vax-tdep.c (vax_return_value): Implement
5017 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5018
5019 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5020
5021 * vax-tdep.c (vax_return_value): Fix typo.
5022
5023 2004-05-17 Andrew Cagney <cagney@redhat.com>
5024
5025 * MAINTAINERS: Mark Salter was also responsible for
5026 testsuite/config/
5027
5028 * NEWS: Mention signal fixes.
5029
5030 2004-05-17 Randolph Chung <tausq@debian.org>
5031
5032 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5033 check to see if we are unwinding an export stub. Export stubs clobber
5034 the %rp in the call path and stores the original rp in a stack slot.
5035
5036 2004-05-17 Jim Blandy <jimb@redhat.com>
5037
5038 * MAINTAINERS: Update address for J.T. Conklin.
5039
5040 2004-05-17 Randolph Chung <tausq@debian.org>
5041
5042 * hppa-tdep.c: Remove superfluous #include's.
5043 * Makefile.in (hppa-tdep.o): Update dependencies.
5044
5045 2004-05-17 Randolph Chung <tausq@debian.org>
5046
5047 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5048 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5049 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5050 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5051 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5052 Remove static function declarations.
5053
5054 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5055
5056 * alphabsd-nat.c: Update copyright year.
5057 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5058
5059 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5060 and M68K_A2_REGNUM.
5061
5062 * m68k-tdep.c (m68k_svr4_return_value): Implement
5063 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5064
5065 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5066
5067 * sol-thread.c Update copyright year. Fix various coding
5068 standards violations. Tweak a few comments.
5069 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5070 Delete prototypes.
5071
5072 2004-05-15 Randolph Chung <tausq@debian.org>
5073
5074 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5075 as pointer instead of array reference since HPUX compiler does
5076 not accept unsized array arguments.
5077 * somsolib.c (dld_flags_buffer): Use constant array size.
5078
5079 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5080
5081 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5082 offset with decimal offset.
5083 (amd64obsd_sigcontext_addr): Return correct address for entire
5084 signal trampoline.
5085
5086 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5087 instead of get_frame_base.
5088
5089 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5090 (fill_gregset): Use regcache_raw_collect.
5091
5092 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5093 ppcobsd-tdep.c.
5094
5095 * config/sparc/tm-nbsd64.h: Remove file.
5096 * config/tm-sunos.h: Remove file.
5097
5098 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5099
5100 * rs6000-tdep.c (store_param_on_stack_p): New function,
5101 an improved version of some code extracted from skip_prologue().
5102 (skip_prologue): Use store_param_on_stack_p() to detect
5103 instructions saving a parameter on the stack. Detect when r0
5104 is used to save a parameter.
5105 Do not mark "li rx, SIMM" instructions as part of the prologue,
5106 unless the following instruction is also part of the prologue.
5107
5108 2004-05-14 Andrew Cagney <cagney@redhat.com>
5109
5110 * infrun.c (handle_inferior_event): Simplify
5111 STEP_OVER_UNDEBUGGABLE.
5112
5113 * infrun.c (handle_step_into_function): Delete function.
5114 (handle_inferior_event): Inline calls to
5115 handle_step_into_function.
5116
5117 2004-05-14 Jerome Guitton <guitton@gnat.com>
5118
5119 * rs6000-nat.c: Fix a comment.
5120
5121 2004-05-12 David Anderson <davea@sgi.com>
5122
5123 Committed by Jim Blandy <jimb@redhat.com>:
5124 * regcache.c (struct regcache_descr): fix comment spelling.
5125
5126 2004-05-13 J. Brobecker <brobecker@gnat.com>
5127
5128 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5129 Fixes a link link failure.
5130
5131 2004-05-13 J. Brobecker <brobecker@gnat.com>
5132
5133 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5134 error that was causing the build to fail.
5135
5136 2004-05-13 J. Brobecker <brobecker@gnat.com>
5137
5138 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5139 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5140
5141 2004-05-13 Andrew Cagney <cagney@redhat.com>
5142
5143 * infrun.c (handle_inferior_event): Check for
5144 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5145 calls. Update comments.
5146
5147 2004-05-13 Jim Blandy <jimb@redhat.com>
5148
5149 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5150 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5151 (store_regs_user_thread, store_regs_kernel_thread): Use
5152 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5153 * ppc-linux-nat.c (fill_gregset): Same.
5154 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5155 (ppc_linux_sigtramp_cache): Same.
5156 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5157 (ppcnbsd_sigtramp_cache_init): Same.
5158 * rs6000-nat.c (fetch_core_registers): Same.
5159 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5160 (rs6000_frame_cache): Same.
5161
5162 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5163 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5164 of assuming that the gprs are numbered starting with zero.
5165 * ppc-linux-nat.c (fill_gregset): Same.
5166 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5167 * ppcnbsd-nat.c (getregs_supplies): Same.
5168 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5169 * rs6000-nat.c (fetch_core_registers): Same.
5170 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5171
5172 2004-05-07 Michael Snyder <msnyder@redhat.com>
5173
5174 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5175 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5176
5177 2004-05-13 Andrew Cagney <cagney@redhat.com>
5178
5179 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5180
5181 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5182
5183 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5184 base_address for shared libraries.
5185
5186 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5187
5188 * MAINTAINERS (write after approval): Add myself.
5189
5190 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5191
5192 * breakpoint.c (bpstat_stop_status): Add new argument
5193 STOPPED_BY_WATCHPOINT. Use it instead of testing
5194 target_stopped_data_address agaist 0 to check whether
5195 or not we stopped due to a hardware watchpoint.
5196 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5197 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5198 with new argument.
5199
5200 2004-05-12 Jim Blandy <jimb@redhat.com>
5201
5202 * configure.in: When checking whether we should use the -bbigtoc
5203 option, don't forget to restore the original value of LDFLAGS.
5204 * configure: Regenerated.
5205
5206 2004-05-12 Andrew Cagney <cagney@redhat.com>
5207
5208 * thread.c (load_infrun_state): Delete step_sp.
5209 * infrun.c (context_switch): Ditto.
5210 * inferior.h (step_sp): Ditto.
5211 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5212 * gdbthread.h (struct thread_info, save_infrun_state)
5213 (restore_infrun_state): Ditto.
5214
5215 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5216
5217 * MAINTAINERS (write after approval): Add myself.
5218
5219 2004-05-12 Andrew Cagney <cagney@redhat.com>
5220
5221 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5222 eliminate reference to step_sp.
5223 (struct execution_control_state, init_execution_control_state)
5224 (handle_inferior_event, keep_going): Delete update_step_sp and
5225 step_sp.
5226 * infcmd.c (step_sp): Note that variable is unused.
5227
5228 2004-05-11 Andrew Cagney <cagney@redhat.com>
5229
5230 * infrun.c (step_over_function): Delete function.
5231 (handle_step_into_function): Use insert_step_resume_breakpoint.
5232 (insert_step_resume_breakpoint): Fix assertion.
5233
5234 2004-05-11 Nick Roberts <nickrob@gnu.org>
5235
5236 * utils.c (defaulted_query): Just use the normal query input type
5237 when printing the annotations.
5238
5239 2004-05-11 Andrew Cagney <cagney@redhat.com>
5240
5241 * infrun.c (handle_inferior_event): Simplify code handling
5242 step-into or return-from a signal trampoline.
5243
5244 2004-05-11 Andrew Cagney <cagney@redhat.com>
5245
5246 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5247 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5248
5249 2004-05-10 Jim Blandy <jimb@redhat.com>
5250
5251 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5252 with a call to internal_error.
5253
5254 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5255 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5256 processor variant lacks those registers.
5257 (ppc_floating_point_unit_p): Change description to make it clear
5258 that this returns info about the ISA, not the ABI.
5259 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5260 return true or false by checking tdep->ppc_fp0_regnum and
5261 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5262 arch/mach switching done in rs6000_gdbarch_init; it's better to
5263 keep that logic there, and just check the results here.
5264 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5265 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5266 floating-point registers.
5267 (ppc_supply_fpregset, ppc_collect_fpregset)
5268 (rs6000_push_dummy_call, rs6000_extract_return_value)
5269 (rs6000_store_return_value): Assert that we have floating-point
5270 registers.
5271 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5272 (rs6000_frame_cache): Don't note the locations at which
5273 floating-point registers were saved if we have no fprs.
5274 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5275 registers.
5276 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5277 (store_regs_user_thread, store_regs_kernel_thread): Only call
5278 supply_fprs / fill_fprs if we actually have floating-point
5279 registers.
5280 (special_register_p): Check ppc_fpscr_regnum before matching
5281 against it.
5282 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5283 supply / collect fpscr if we don't have it.
5284 * ppc-bdm.c: #include "gdb_assert.h".
5285 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5286 have floating-point registers, since I can't test this code on
5287 FP-free systems to adapt it.
5288 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5289 fpscr and floating point register numbers if they don't exist.
5290 (fetch_register): Assert that we have floating-point registers
5291 before we reach the code that handles them.
5292 (store_register): Same. And use tdep instead of calling
5293 gdbarch_tdep again.
5294 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5295 don't have them.
5296 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5297 fprs and fpscr if we don't have them.
5298 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5299 don't have them.
5300 * ppcnbsd-nat.c: #include "gdb_assert.h".
5301 (getfpregs_supplies): Assert that we have floating-point registers.
5302 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5303 * ppcobsd-tdep.c: #include "gdb_assert.h".
5304 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5305 have floating-point registers.
5306 * rs6000-nat.c (regmap): Don't match against the fpscr and
5307 floating point register numbers if they don't exist.
5308 (fetch_inferior_registers, store_inferior_registers,
5309 fetch_core_registers): Only fetch / store / supply the
5310 floating-point registers and the fpscr if we have them.
5311 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5312 (ppcobsd-tdep.o): Update dependencies.
5313
5314 2004-05-10 Andrew Cagney <cagney@redhat.com>
5315
5316 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5317 (context_switch): Do not switch through_sigtramp_breakpoint.
5318 * gdbthread.h (save_infrun_state, load_infrun_state)
5319 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5320 and structure member.
5321 * thread.c (load_infrun_state, save_infrun_state): Update.
5322
5323 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5324
5325 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5326
5327 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5328
5329 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5330 throughout.
5331 * aclocal.m4: Regenerate.
5332
5333 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5334
5335 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5336
5337 2004-05-10 Andrew Cagney <cagney@redhat.com>
5338
5339 * infrun.c (check_sigtramp2): Delete function.
5340 (handle_inferior_event): When single stepping, and taking a
5341 signal, set a breakpoint at the signal return address. Delete
5342 redundant calls to check_sigtramp2.
5343 (insert_step_resume_breakpoint): New function.
5344 (through_sigtramp_breakpoint, handle_inferior_event)
5345 (follow_exec, wait_for_inferior, fetch_inferior_event)
5346 (currently_stepping, keep_going): Delete most uses of
5347 through_sigtramp_breakpoint, not that it should be deleted.
5348 (delete_breakpoint_current_contents): Delete function.
5349
5350 2004-05-10 Randolph Chung <tausq@debian.org>
5351
5352 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5353 target.
5354 * config/pa/tm-linux.h: New file.
5355
5356 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5357
5358 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5359 of prefixes. Don't print the prefix twice in the CLI.
5360
5361 2004-05-10 Jim Blandy <jimb@redhat.com>
5362
5363 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5364 collect all the gprs.
5365
5366 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5367 loop collecting gprs.
5368
5369 2004-05-09 Andrew Cagney <cagney@redhat.com>
5370
5371 * remote-vx.c (net_step): Delete step-range code.
5372 * remote.c (remote_resume, init_all_packet_configs)
5373 (set_remote_protocol_E_packet_cmd)
5374 (show_remote_protocol_E_packet_cmd)
5375 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5376 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5377 (show_remote_protocol_e_packet_cmd): Ditto.
5378
5379 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5380
5381 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5382
5383 * hppa-tdep.h: Update copyright year.
5384 (struct trad_frame_saved_reg): Add opaque declaration.
5385
5386 * amd64-tdep.c (amd64_return_value): Implement
5387 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5388
5389 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5390 (m68k_value_to_register): New functions.
5391 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5392 value_to_register.
5393
5394 * defs.h (enum return_value_convention): Add
5395 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5396 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5397 * infcmd.c (legacy_return_value): New function.
5398 (print_return_value): Rwerite to implement
5399 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5400 * values.c (using_struct_return): Check for inequality to
5401 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5402 RETURN_VALUE_STRUCT_CONVENTION.
5403 * i386-tdep.c (i386_return_value): Implement
5404 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5405
5406 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5407 include "symtab.h", "opcode/vax.h" and "inferior.h".
5408 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5409 to read_memory_unsigned_integer.
5410 (vax_gdbarch_init): Reorder.
5411 (_initialize_vax_tdep): Spell out prototype.
5412 * Makefile.in (vax-tdep.o): Update dependencies.
5413
5414 2004-05-08 Andrew Cagney <cagney@redhat.com>
5415
5416 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5417 * target.c (target_detach, target_disconnect): Ditto.
5418
5419 * infcall.c (call_function_by_hand): When no
5420 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5421 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5422 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5423 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5424 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5425
5426 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5427 * gdbarch.h, gdbarch.c: Re-generate.
5428 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5429 deprecated_fix_call_dummy.
5430 * v850-tdep.c (v850_gdbarch_init): Ditto.
5431 * infcall.c (call_function_by_hand): Do not call
5432 DEPRECATED_FIX_CALL_DUMMY.
5433
5434 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5435 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5436 * gdbarch.h, gdbarch.c: Re-generate.
5437 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5438 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5439 deprecated_sizeof_call_dummy_words.
5440 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5441 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5442 * v850-tdep.c (v850_gdbarch_init): Ditto.
5443 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5444 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5445 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5446 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5447 * arch-utils.h (legacy_call_dummy_words)
5448 (legacy_sizeof_call_dummy_words): Delete declarations.
5449 * arch-utils.c (legacy_call_dummy_words)
5450 (legacy_sizeof_call_dummy_words): Delete variables.
5451
5452 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5453 * gdbarch.h, gdbarch.c: Re-generate.
5454 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5455 * infcall.c (call_function_by_hand): Eliminate call to
5456 DEPRECATED_PUSH_DUMMY_FRAME.
5457 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5458 push_dummy_frame.
5459 (ns32k_push_dummy_frame): Delete function.
5460
5461 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5462 deprecated_call_dummy_breakpoint_offset or
5463 deprecated_call_dummy_start_offset.
5464 * dummy-frame.c, arm-tdep.c: Update comments.
5465 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5466 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5467 * gdbarch.h, gdbarch.c: Re-generate.
5468
5469 * infcall.c (legacy_push_dummy_code): Delete function.
5470 (push_dummy_code): Delete call.
5471
5472 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5473 * gdbarch.h, gdbarch.c: Re-generate.
5474 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5475 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5476 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5477 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5478
5479 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5480 (struct frame_info): Delete opaque declaration.
5481 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5482 * frame.c (get_frame_type): Delete call.
5483
5484 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5485 pc_in_call_dummy.
5486 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5487 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5488
5489 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5490
5491 * alphanbsd-tdep.c: Include "gdb_string.h".
5492 * armnbsd-tdep.c: Update copyright year.
5493 Include "gdb_string.h".
5494 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5495 dependencies.
5496
5497 * delta68-nat.c: Remove file.
5498 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5499 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5500 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5501 (delta68-nat.o): Remove dependency.
5502
5503 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5504 function.
5505 (m68k_gdbarch_init): Don't set
5506 deprecated_frameless_function_invocation.
5507
5508 2004-05-07 Randolph Chung <tausq@debian.org>
5509
5510 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5511 read_memory_nobpt for code reading when doing frame unwinding.
5512 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5513
5514 2004-05-07 Randolph Chung <tausq@debian.org>
5515
5516 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5517 instead of sp, handle sigaltstack case.
5518 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5519 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5520 signal handler and not that of the caller.
5521 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5522 hppa_linux_sigtramp_find_sigcontext.
5523
5524 2004-05-07 Randolph Chung <tausq@debian.org>
5525
5526 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5527 hppa-linux-nat.c.
5528 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5529 * hppa-linux-nat.c (fetch_register, store_register): Define.
5530 (fetch_inferior_registers, store_inferior_registers): Define.
5531 (supply_gregset): Add comment and clean up some unneeded code.
5532 (fill_gregset): Add comment and fix so that it saves registers in
5533 the right place in the gregset.
5534 (fill_fpregset): Fix buffer overrun problem.
5535 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5536
5537 2004-05-07 Randolph Chung <tausq@debian.org>
5538
5539 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5540 do common handling of the pcoqt register.
5541 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5542 to use helper function.
5543 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5544 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5545 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5546 generic fallback unwinder when all else fails.
5547 (hppa_gdbarch_init): Add fallback sniffer.
5548 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5549 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5550 to use helper function.
5551
5552 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5553
5554 * config/djgpp/fnchange.lst: Add translation rules for
5555 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5556
5557 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5558
5559 * frame.c (get_prev_frame_1): Work around GCC bug.
5560 * frame.h: Add comment about GCC bug.
5561
5562 2004-05-07 Andrew Cagney <cagney@redhat.com>
5563
5564 * observer.c: Include "commands.h" and "gdbcmd.h".
5565 (observer_debug, _initialize_observer): Add the
5566 command "set/show debug observer".
5567 * observer.sh: When observer debugging, log notify calls.
5568 * Makefile.in (observer.o): Update dependencies.
5569
5570 2004-05-07 Jason Molenda (jmolenda@apple.com)
5571
5572 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5573
5574 2004-05-07 Jim Blandy <jimb@redhat.com>
5575
5576 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5577 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5578 to recognize gpr regnums, instead of assuming that
5579 tdep->ppc_fp0_regnum marks the end of the general-purpose
5580 registers.
5581
5582 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5583 the given architecture has floating-point registers.
5584
5585 2004-05-07 Andrew Cagney <cagney@redhat.com>
5586
5587 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5588 macro defined to 1.
5589 * gdbarch.h, gdbarch.c: Re-generate.
5590 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5591 deprecated_use_generic_dummy_frames.
5592
5593 2004-05-07 Brian Ford <ford@vss.fsi.com>
5594
5595 * NEWS: Mention Cygwin DWARF 2 support.
5596
5597 2004-05-07 Andrew Cagney <cagney@redhat.com>
5598
5599 * objfiles.h (struct entry_info): Delete unused fields
5600 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5601 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5602 * mipsread.c (mipscoff_symfile_read): Update.
5603 * mdebugread.c (parse_partial_symbols): Update.
5604 * dwarfread.c (read_file_scope): Update.
5605 * dwarf2read.c (read_file_scope): Update.
5606 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5607 * coffread.c (complete_symtab): Update.
5608
5609 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5610
5611 * infcall.c (_initialize_infcall): Fix typo.
5612
5613 2004-05-07 Andrew Cagney <cagney@redhat.com>
5614
5615 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5616 * command.h (add_setshow_zinteger_cmd): Declare.
5617
5618 2004-05-06 Randolph Chung <tausq@debian.org>
5619
5620 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5621 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5622 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5623 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5624 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5625 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5626 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5627 definitions ...
5628 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5629 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5630 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5631 (hppa64_hpux_frame_find_saved_regs_in_sig)
5632 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5633 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5634 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5635 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5636 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5637 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5638 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5639 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5640 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5641 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5642 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5643 (hppa32_register_type, hppa_cannot_store_register)
5644 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5645 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5646 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5647 * pa64solib.c (pa64_solib_have_load_event)
5648 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5649 (pa64_solib_unloaded_library_pathname): Likewise.
5650 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5651 (som_solib_library_pathname): Likewise.
5652
5653 2004-05-05 Jim Ingham <jingham@apple.com>
5654
5655 * breakpoint.c (create_breakpoints): Copy the ignore count and
5656 thread id over from the pended breakpoint to the actual
5657 breakpoint.
5658
5659 2004-05-05 Andrew Cagney <cagney@redhat.com>
5660
5661 * gdbarch.sh (PARM_BOUNDARY): Delete.
5662 gdbarch.h, gdbarch.c: Re-generate.
5663 * valops.c (PARM_BOUNDARY): Delete macro.
5664 (value_push): Delete PARM_BOUNDARY code.
5665 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5666
5667 2004-05-04 Jim Blandy <jimb@redhat.com>
5668
5669 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5670 Don't assume that the gprs, fprs, and UISA sprs are
5671 contiguous, start at register number zero, and end with fpscr.
5672 Instead, use the numbers from the tdep structure.
5673
5674 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5675 should no longer be used in code specific to the RS6000 and its
5676 derivatives.
5677 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5678 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5679 tdep->ppc_fp0_regnum.
5680 (ppc_supply_fpregset, ppc_collect_fpregset)
5681 (rs6000_push_dummy_call, rs6000_extract_return_value)
5682 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5683 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5684 FP0_REGNUM.
5685 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5686 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5687 Same.
5688 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5689 bdm_ppc_store_registers): Same.
5690 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5691 (store_register, fill_fpregset): Same.
5692 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5693 (ppc_linux_supply_fpregset): Same.
5694 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5695 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5696 Same.
5697 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5698 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5699 ppc64_sysv_abi_return_value): Same.
5700 * rs6000-nat.c (regmap, fetch_inferior_registers)
5701 (store_inferior_registers, fetch_core_registers): Same.
5702
5703 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5704
5705 * m68knbsd-nat.c: Remove file.
5706 * m68knbsd-tdep.c: Remove file.
5707 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5708 dependencies.
5709 * configure.host: Add m68k-*-netbsdelf*.
5710 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5711 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5712 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5713 (XM_FILE): Remove.
5714 * config/m68k/nbsdelf.mh: New file.
5715 * config/m68k/nbsd.mt: New file.
5716 * config/m68k/nbsdaout.mt: Remove file.
5717 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5718 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5719 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5720 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5721 (use_struct_convention): Remove prototype.
5722 (USE_STRUCT_CONVENTION): Remove define.
5723 * config/m68k/xm-nbsd.h: Remove file.
5724
5725 2004-05-04 Michael Snyder <msnyder@redhat.com>
5726
5727 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5728 reg_struct_return method (as gcc usually does for cross targets).
5729
5730 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5731
5732 Committed by Andrew Cagney.
5733 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5734 alignment padding when accessing ucontext struct members.
5735
5736 2004-05-04 Jim Blandy <jimb@redhat.com>
5737
5738 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5739 'ppc_gplast_regnum' member.
5740 (ppc_num_gprs): New enum constant.
5741 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5742 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5743 * rs6000-nat.c (regmap, fetch_inferior_registers,
5744 store_inferior_registers): Same.
5745 * rs6000-tdep.c (e500_pseudo_register_read)
5746 (e500_pseudo_register_write): Same.
5747 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5748
5749 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5750 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5751 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5752 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5753 FPLAST_REGNUM.
5754 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5755 Same.
5756 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5757 * rs6000-nat.c (regmap, fetch_inferior_registers)
5758 (store_inferior_registers): Same.
5759
5760 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5761 with FPLAST_REGNUM.
5762
5763 2004-05-03 Joel Brobecker <brobecker@gnat.com>
5764
5765 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5766 failure detected by recent versions of GCC.
5767 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5768 to be consistent with the usage in dwarf2_create_include_psymtab.
5769
5770 2004-05-03 Michael Snyder <msnyder@redhat.com>
5771
5772 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5773 (heuristic_proc_start): Whitespace cleanup.
5774
5775 2004-05-04 Mark Kettenis <kettenis@gnu.org>
5776
5777 * sun3-nat.c: Remove file.
5778 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5779 dependencies.
5780 (ALLDEPFILES): Remove sun3-nat.c.
5781 (sun3-nat.o): Remove dependencies.
5782
5783 * i386-interix-nat.c, i386-interix-tdep.c,
5784 config/i386/nm-interix.h, config/i386/interix.mh,
5785 config/i386/interix.mt: Remove files.
5786 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5787 dependencies.
5788
5789 2004-05-03 Mark Kettenis <kettenis@gnu.org>
5790
5791 * m68k-tdep.h (struct gdbarch_tdep): Add member
5792 struct_value_regnum.
5793 (m68k_svr4_init_abi): New prototype.
5794 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5795 different calling conventions.
5796 (m68k_extract_return_value): Remove code dealing with single-field
5797 structs.
5798 (m68k_store_return_value): Remove code dealing with single-field
5799 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5800 (m68k_extract_struct_value_address): Remove function.
5801 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5802 (m68k_reg_struct_return_p, m68k_return_value)
5803 (m68k_svr4_return_value): New functions.
5804 (m68k_use_struct_convention): Remove function.
5805 (m68k_push_dummy_call): Use new struct_value_regnum member of
5806 `struct gdbarch_tdep' instead of hardcoded register number to
5807 store STRUCT_ADDR.
5808 (m68k_svr4_init_abi): New function.
5809 (m68k_gdbarch_init): Don't set extract_return_value,
5810 store_return_values, deprecated_extract_struct_value_address and
5811 use_struct_convention. Set return_value instead. Initialize new
5812 struct_value_regnum member of `struct gdbarch_tdep'.
5813 * m68klinux-tdep.c: Update copyright year.
5814 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5815 (m68k_linux_extract_struct_value_address): Remove function.
5816 (m68k_linux_init_abi): Don't set extract_return_value,
5817 store_return_values, deprecated_extract_struct_value_address and
5818 use_struct_convention. Call m68k_svr4_init_abi but override the
5819 new struct_value_regnum member of `struct gdbarch_tdep'.
5820 * Makefile.in (m68k-tdep.o): Update dependencies.
5821
5822 2004-05-03 J. Brobecker <brobecker@gnat.com>
5823
5824 * dwarf2read.c (line_header): Add new included_p field in
5825 field file_names.
5826 (partial_die_info): New field has_stmt_list. New field line_offset.
5827 (dwarf2_create_include_psymtab): New function.
5828 (dwarf2_build_include_psymtabs): New function.
5829 (add_file_name): Add forward declaration. Initialize new field.
5830 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5831 to be able to determine the list of files included by the
5832 given unit, and build their associated psymtabs.
5833 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5834 files as well.
5835 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5836 (read_file_scope): Update call to dwarf_decode_lines.
5837 (read_partial_die): Handle DW_AT_stmt_list attributes.
5838
5839 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5840
5841 Unfix PR gdb/1626.
5842 * configure.in: Revert special case for osf5.*.
5843 * configure: Regenerate.
5844
5845 2004-05-02 Jim Blandy <jimb@redhat.com>
5846
5847 Move the symbol-file-from-memory functions into their own file.
5848 * symfile-mem.c, symfile-mem.h: New files.
5849 * symfile.c (symbol_file_add_from_bfd): New function.
5850 (symbol_file_add): Call symbol_file_add_from_bfd.
5851 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5852 Moved to symfile-mem.c.
5853 (_initialize_symfile): Move definition of
5854 add-symbol-file-from-memory command to symfile-mem.c.
5855 * symfile.h (symbol_file_add_from_bfd): New declaration.
5856 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5857 * config/powerpc/linux.mt (TDEPFILES): Same.
5858 * Makefile.in (SFILES): Add symfile-mem.c.
5859 (symfile_mem_h): New variable.
5860 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5861 (symfile-mem.o): New rule.
5862
5863 2004-05-01 Andrew Cagney <cagney@redhat.com>
5864
5865 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5866 frame_find_by_id instead of frame_relative_level.
5867 (do_enable_breakpoint): Ditto.
5868 * thread.c: Update copyright.
5869 (info_threads_command): Ditto, simplify.
5870
5871 * frame.c (deprecated_generic_get_saved_register): Delete
5872 function, moved to "xstormy16-tdep.c".
5873 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5874 deprecated_generic_get_saved_register from "frame.c".
5875 (xstormy16_frame_saved_register): Call
5876 xstormy16_get_saved_register.
5877 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5878 static.
5879 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5880 * frame.h (deprecated_generic_get_saved_register): Delete.
5881
5882 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5883
5884 * dwarfread.c: Update documentation on the state of dwarf-1.
5885
5886 2004-05-01 Andrew Cagney <cagney@redhat.com>
5887
5888 * stack.c (select_frame_command): Delete call to
5889 frame_relative_level.
5890 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5891 Delete #if0 code.
5892 (frame_info): Do not print FRAMELESS.
5893 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5894 (catch_info): Delete #if0 code.
5895
5896 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5897 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5898 of frame_relative_level.
5899 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5900 to SENTINEL_FRAME.
5901 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5902 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5903 frame_relative_level.
5904
5905 * frame.h (deprecated_set_frame_type): Delete declaration.
5906 * frame.c (deprecated_set_frame_type): Delete function, update
5907 comments.
5908
5909 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5910 * gdbarch.h, gdbarch.c: Re-generate.
5911 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5912 (shnbsd_pc_in_sigtramp): Delete.
5913 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5914 pc_in_sigtramp.
5915 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5916 pc_in_sigtramp.
5917 * frame.h: Update comments.
5918 * ppc-linux-tdep.c: Update comments.
5919 * breakpoint.c (bpstat_what): Update comments.
5920
5921 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5922 m68klinux-tdep.o's dependencies, were previously added to
5923 m68klinux-nat.o.
5924
5925 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5926 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5927 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5928 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5929 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5930
5931 * Makefile.in (m68klinux-nat.o): Update dependencies.
5932 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5933 (m68k_linux_sigtramp_frame_cache)
5934 (m68k_linux_sigtramp_frame_this_id)
5935 (m68k_linux_sigtramp_frame_prev_register)
5936 (m68k_linux_sigtramp_frame_unwind)
5937 (m68k_linux_sigtramp_frame_sniffer)
5938 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5939 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5940 names, use trad-frame.h.
5941 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5942 (struct m68k_sigtramp_info): Delete.
5943 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5944 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
5945 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
5946 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
5947 "m68klinux-tdep.c".
5948
5949 * infrun.c (check_sigtramp2): Delete check for
5950 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
5951
5952 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5953
5954 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
5955
5956 2004-05-01 Andrew Cagney <cagney@redhat.com>
5957
5958 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5959 (frv_linux_sigtramp_frame_cache)
5960 (frv_linux_sigtramp_frame_this_id)
5961 (frv_linux_sigtramp_frame_prev_register)
5962 (frv_linux_sigtramp_frame_unwind)
5963 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
5964 include "linux" in function and variable names, directly call
5965 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
5966 the latest trad-frame code.
5967 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
5968 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
5969 * Makefile.in (frv-linux-tdep.o): Update dependencies.
5970 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
5971 * frv-tdep.c (frv_sigtramp_frame_cache)
5972 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5973 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
5974 frv-linux-tdep.c.
5975 (frv_gdbarch_init): Do not append a sigtramp sniffer.
5976 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
5977 (frv_set_sigcontext_reg_addr): Delete function.
5978
5979 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
5980 (DEPRECATED_SIGTRAMP_END): Delete.
5981 * gdbarch.h, gdbarch.c: Re-generate.
5982 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
5983 * config/vax/tm-vaxbsd.h: Update copyright.
5984 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5985 (DEPRECATED_IN_SIGTRAMP): Define.
5986 * config/m68k/tm-nbsd.h: Update copyright.
5987 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5988 (DEPRECATED_IN_SIGTRAMP): Define.
5989
5990 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5991
5992 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5993 encondings. Fixes PR gdb/1628.
5994
5995 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5996 DW_CFA_restore state without a matching DW_CFA_remember_state
5997 instead of aborting. Fixes PR backtrace/1589.
5998
5999 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6000
6001 * MAINTAINERS: Add self as AIX maintainer.
6002 Update my e-mail address in write-after-approval section.
6003
6004 2004-04-30 Andrew Cagney <cagney@redhat.com>
6005
6006 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6007 (legacy_get_prev_frame): Ditto.
6008
6009 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6010 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6011 * mipsread.c (sigtramp_address): Delete extern variable.
6012 (mipscoff_new_init): Delete reference.
6013 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6014 (fixup_sigtramp): Delete function.
6015 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6016 (fixup_sigtramp): Delete declarations.
6017
6018 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6019 deprecated_pc_in_sigtramp.
6020 (ppcnbsd_pc_in_sigtramp): Delete function.
6021
6022 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6023
6024 * config/m68k/nm-nbsd.h: Tweak comments.
6025 * config/m68k/nm-nbsdaout.h: Likewise.
6026
6027 2004-04-30 Andrew Cagney <cagney@redhat.com>
6028
6029 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6030 legacy_pc_in_sigtramp.
6031 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6032
6033 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6034
6035 Add OpenBSD/m68k support.
6036 * NEWS (New native configurations): Mention OpenBSD/m68k.
6037 * m68kbsd-tdep.c: New file.
6038 * m68kbsd-nat.c: New file.
6039 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6040 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6041 * configure.host: Add m68k-*-openbsd.
6042 * configure.tgt: Add m68k-*-openbsd.
6043 * config/m68k/tm-obsd.h: New file.
6044 * config/m68k/obsd.mt: New file.
6045 * config/m68k/obsd.mh: New file.
6046 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6047 m68kbsd-tdep.c.
6048
6049 2004-04-30 Andrew Cagney <cagney@redhat.com>
6050
6051 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6052 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6053
6054 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6055
6056 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6057 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6058
6059 2004-04-30 Brian Ford <ford@vss.fsi.com>
6060
6061 Revert 2004-04-16 change.
6062 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6063 (i386_coff_init_abi): Remove.
6064 * i386-tdep.h (i386_coff_init_abi): Remove.
6065 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6066
6067 2004-04-30 Andrew Cagney <cagney@redhat.com>
6068
6069 * blockframe.c (find_pc_partial_function): Delete use of
6070 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6071 DEPRECATED_SIGTRAMP_END.
6072
6073 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6074 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6075 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6076 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6077 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6078
6079 * defs.h (deprecated_inside_entry_file): Delete declaration.
6080 * blockframe.c (deprecated_inside_entry_file): Delete function.
6081 (legacy_frame_chain_valid): Delete call.
6082 * sh64-tdep.c (sh64_frame_chain): Delete call.
6083 * objfiles.h: Update comments.
6084 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6085 call.
6086 * frame.c (get_prev_frame): Delete call, update comments.
6087
6088 2004-04-30 Brian Ford <ford@vss.fsi.com>
6089
6090 * MAINTAINERS (Write After Approval): Add myself.
6091
6092 2004-04-30 Andrew Cagney <cagney@redhat.com>
6093
6094 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6095 * gdbarch.h, gdbarch.c: Re-generate.
6096 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6097 code.
6098
6099 2004-04-30 Andrew Cagney <cagney@redhat.com>
6100
6101 * gdb-events.sh (selected_thread_changed)
6102 (selected_frame_level_changed, target_changed): Delete.
6103 * gdb-events.h, gdb-events.c: Re-generate.
6104 * valops.c (value_assign): Update.
6105 * stack.c (select_frame_command, up_silently_base)
6106 (down_silently_base): Update.
6107
6108 2004-04-29 Andrew Cagney <cagney@redhat.com>
6109
6110 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6111 registers correctly.
6112 (print_gp_register_row, mips32_heuristic_proc_desc)
6113 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6114 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6115 references to mips_isa_regsize.
6116
6117 2004-04-29 Andrew Cagney <cagney@redhat.com>
6118
6119 * mips-tdep.c (struct gdbarch_tdep): Delete
6120 mips_fp_register_double.
6121 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6122 mips_abi_regsize.
6123 (mips_gdbarch_init): Do not set mips_fp_register_double.
6124 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6125
6126 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6127
6128 Committed by Andrew Cagney.
6129 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6130 function calls.
6131
6132 2004-04-29 Andrew Cagney <cagney@redhat.com>
6133
6134 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6135 gdbarch, use mips_abi, update callers.
6136 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6137 mips_abi_regsize, update callers.
6138 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6139 mips_default_abi_regsize.
6140 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6141 mips_default_abi_regsize.
6142
6143 2004-04-29 Andrew Cagney <cagney@redhat.com>
6144
6145 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6146 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6147 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6148 mips_default_abi_regsize.
6149 (mips_isa_regsize): Rename mips_regisze.
6150 * mipsnbsd-tdep.c: Update.
6151 * mips-linux-tdep.c: Update.
6152 * irix5-nat.c: Update.
6153 * mips-tdep.h (mips_isa_regsize): Update.
6154
6155 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6156 Delete all disabled code.
6157 * gdb-events.h, gdb-events.c: Re-generate.
6158
6159 2004-04-19 Jerome Guitton <guitton@gnat.com>
6160 Mark Kettenis <kettenis@gnu.org>
6161
6162 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6163 the function begins with a branch instruction.
6164
6165 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6166
6167 * i386-tdep.c: Fix spelling mistakes.
6168
6169 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6170 Andrew Cagney <cagney@redhat.com>
6171
6172 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6173 <sys/proc.h>.
6174 * acconfig.h: Provide default _KMEMUSER value.
6175 * config.in, configure: Re-generate.
6176 * NEWS: Mention fix.
6177
6178 2004-04-24 Randolph Chung <tausq@debian.org>
6179
6180 * configure.host (hppa*-*-linux*): New target.
6181 * configure.tgt (hppa*-*-linux*): Likewise.
6182 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6183 gdbarch_init_osabi() call earlier so that osabi-specific frame
6184 unwinders can be registered first.
6185 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6186 hppa-linux-nat.c.
6187 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6188 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6189 * config/pa/linux.mh: New file.
6190 * config/pa/linux.mt: New file.
6191 * config/pa/nm-linux.h: New file.
6192 * config/pa/xm-linux.h: New file.
6193 * hppa-linux-nat.c: New file.
6194 * hppa-linux-tdep.c: New file.
6195
6196 2004-04-28 Randolph Chung <tausq@debian.org>
6197
6198 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6199 return values.
6200 (hppa32_push_dummy_call): Fix small struct and floating point argument
6201 passing, and make sure the stack frame is properly aligned.
6202
6203 2004-04-28 Andrew Cagney <cagney@redhat.com>
6204
6205 * stack.c (print_stack_frame): Fix description.
6206
6207 * NEWS: Mention gdb/gdbserver/configure execute permission
6208 changed. PR server/519.
6209
6210 2004-04-28 Andrew Cagney <cagney@redhat.com>
6211
6212 * stack.c (print_stack_frame_stub): Delete declaration.
6213 (struct print_stack_frame_args, print_stack_frame)
6214 (print_frame_info, print_frame): Replace "source" with print what.
6215 Replace "print" with "print_level". Replace "args" with
6216 "print_args".
6217 * frame.h (show_and_print_stack_frame, print_stack_frame)
6218 (print_frame_info): Update declarations.
6219 * stack.c (select_and_print_frame, frame_command)
6220 (current_frame_command, up_command, down_command): Update calls -
6221 use get_selected_frame, pass "enum print_what" for source, do not
6222 call frame_relative_level.
6223 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6224 * remote-rdp.c (remote_rdp_open): Ditto.
6225 * remote-mips.c (common_open): Ditto.
6226 * remote-e7000.c (e7000_start_remote): Ditto.
6227 * ocd.c (ocd_start_remote): Ditto.
6228 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6229 * infrun.c (normal_stop): Ditto.
6230 * inflow.c (kill_command): Ditto.
6231 * infcmd.c (finish_command): Ditto.
6232 * corelow.c (core_open): Ditto.
6233 * tracepoint.c (finish_tfind_command): Ditto.
6234 * thread.c (info_threads_command, info_threads_command)
6235 (restore_current_thread, do_captured_thread_select): Ditto.
6236 * ada-tasks.c (task_command): Ditto.
6237
6238 2004-04-26 Orjan Friberg <orjanf@axis.com>
6239
6240 * frame.c: Include "observer.h".
6241 (frame_observer_target_changed): New function.
6242 (_initialize_frame): Attach target_changed observer.
6243 * regcache.c: Include "observer.h".
6244 (regcache_observer_target_changed): New function.
6245 (_initialize_regcache): Attach target_changed observer.
6246 * valops.c: Include "observer.h".
6247 (value_assign): Notify target_changed event when modifying register.
6248 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6249
6250 2004-04-26 Orjan Friberg <orjanf@axis.com>
6251
6252 From Paul Koning <pkoning@equallogic.com>:
6253 * breakpoint.c (free_valchain): New function.
6254 (insert_bp_location, delete_breakpoint): Use free_valchain.
6255 (remove_breakpoint): Do not remove the valchain.
6256 (bpstat_stop_status): If not stopped by watchpoint, skip
6257 watchpoints when generating stop status list.
6258 * infrun.c (handle_inferior_event): Make
6259 stepped_after_stopped_by_watchpoint a global variable.
6260 * remote.c (remote_stopped_data_address): Return watch data
6261 address rather than zero if stepped_after_stopped_by_watchpoint is
6262 set.
6263
6264 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6265
6266 Fix PR gdb/1626.
6267 * configure.in: Check for curses after termcap.
6268 On osf5.*, do not check for ncurses.
6269 * configure: Regenerate.
6270
6271 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6272
6273 * ppcobsd-nat.c: Include "ppc-tdep.h".
6274 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6275
6276 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6277 Fixes PR tdep/1623 and PR tdep/1624.
6278
6279 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6280
6281 * xmodem.h, xmodem.c: Remove files.
6282 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6283
6284 2004-04-23 Randolph Chung <tausq@debian.org>
6285
6286 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6287 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6288 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6289 for handling stackless frames.
6290 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6291
6292 2004-04-23 Randolph Chung <tausq@debian.org>
6293
6294 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6295 starts at a pc before the frame is created.
6296
6297 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6298
6299 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6300
6301 2004-04-23 Jerome Guitton <guitton@gnat.com>
6302
6303 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6304 use convert_typed_floating to get the appropriate format.
6305
6306 2004-04-22 Randolph Chung <tausq@debian.org>
6307
6308 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6309 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6310 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6311 (hppa_sign_extend): Add prototype.
6312 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6313 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6314 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6315 hppa targets will also use these functions.
6316 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6317 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6318 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6319 (hppa_gdbarch_init): Remove gdbarch setting of
6320 skip_trampoline_code, in_solib_call_trampoline and
6321 in_solib_return_trampoline.
6322 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6323 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6324 hppa_in_solib_call_trampoline.
6325 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6326 Moved from hppa-tdep.c.
6327 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6328 in_solib_call_trampoline and in_solib_return_trampoline.
6329
6330 2004-04-22 Randolph Chung <tausq@debian.org>
6331
6332 * hppa-tdep.c (hppa_debug): New variable.
6333 (find_unwind_entry, hppa_frame_cache): Add debug output.
6334 (_initialize_hppa_tdep): Add command to set debug flag.
6335
6336 2004-04-22 Andrew Cagney <cagney@redhat.com>
6337
6338 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6339 "trad-frame.h".
6340 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6341 signal trampoline unwinder.
6342 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6343
6344 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6345
6346 Add OpenBSD/powerpc support.
6347 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6348 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6349 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6350 (ppc_collect_fpregset): New prototypes.
6351 * ppcobsd-nat.c: New file.
6352 * ppcobsd-tdep.c: New file.
6353 * ppcobsd-tdep.h: New file.
6354 * rs6000-tdep.c: Include "regset.h".
6355 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6356 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6357 New functions.
6358 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6359 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6360 (rs6000-tdep.o): Update dependencies.
6361 * configure.host: Add powerpc-*-openbsd.
6362 * configure.tgt: Add powerpc-*-openbsd.
6363 * config/powerpc/obsd.mh: New file.
6364 * config/powerpc/nm-obsd.h: New file.
6365 * config/powerpc/obsd.mt: New file.
6366
6367 2004-04-22 Andrew Cagney <cagney@redhat.com>
6368
6369 * frame.h (show_frame_info): Delete declaration.
6370
6371 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6372 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6373 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6374 * frv-tdep.c (frv_frame_this_id): Ditto.
6375 * avr-tdep.c (avr_frame_this_id): Ditto.
6376
6377 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6378
6379 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6380
6381 2004-04-22 Jim Blandy <jimb@redhat.com>
6382
6383 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6384 register number zero.
6385
6386 2004-04-21 Michael Snyder <msnyder@redhat.com>
6387
6388 * mips-tdep.c (heuristic_proc_start):
6389 Warning() already prefixes "Warning: ".
6390
6391 2004-04-21 Andrew Cagney <cagney@redhat.com>
6392
6393 * annotate.h (deprecated_annotate_starting_hook)
6394 (deprecated_annotate_stopped_hook)
6395 (deprecated_annotate_exited_hook)
6396 (deprecated_annotate_signal_hook)
6397 (deprecated_annotate_signalled_hook): Deprecate.
6398 * tracepoint.h (deprecated_create_tracepoint_hook)
6399 (deprecated_delete_tracepoint_hook)
6400 (deprecated_modify_tracepoint_hook)
6401 (deprecated_trace_find_hook)
6402 (deprecated_trace_start_stop_hook): Deprecate.
6403 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6404 * remote.h (deprecated_target_resume_hook)
6405 (deprecated_target_wait_loop_hook): Deprecate.
6406 * gdbcore.h (deprecated_exec_file_display_hook)
6407 (deprecated_file_changed_hook): Deprecate.
6408 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6409 * defs.h (deprecated_modify_breakpoint_hook)
6410 (deprecated_command_loop_hook, deprecated_show_load_progress)
6411 (deprecated_print_frame_info_listing_hook)
6412 (deprecated_query_hook, deprecated_warning_hook)
6413 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6414 (deprecated_delete_breakpoint_hook)
6415 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6416 (deprecated_readline_begin_hook, deprecated_readline_hook)
6417 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6418 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6419 (deprecated_context_hook, deprecated_target_wait_hook)
6420 (deprecated_attach_hook, deprecated_detach_hook)
6421 (deprecated_call_command_hook, deprecated_set_hook)
6422 (deprecated_error_hook, deprecated_error_begin_hook)
6423 (deprecated_ui_load_progress_hook): Deprecate.
6424 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6425 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6426 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6427 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6428 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6429 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6430 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6431 * annotate.c, aix-thread.c: Update.
6432
6433 2004-04-21 Andrew Cagney <cagney@redhat.com>
6434
6435 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6436 * vaxnbsd-tdep.c: Include "gdb_string.h".
6437
6438 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6439 (add_symbol_file_from_memory_command): #if 0 function body, call
6440 error instead.
6441
6442 2004-04-21 Andrew Cagney <cagney@redhat.com>
6443
6444 * gdbcore.h: Update copyright.
6445 (deprecated_add_core_fns): Rename add_core_fns.
6446 * win32-nat.c (_initialize_core_win32): Update.
6447 * sun3-nat.c (_initialize_core_sun3): Update.
6448 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6449 * rs6000-nat.c (_initialize_core_rs6000): Update.
6450 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6451 * nto-tdep.c (_initialize_nto_tdep): Update.
6452 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6453 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6454 * mips-nat.c (_initialize_core_mips): Update.
6455 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6456 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6457 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6458 * lynx-nat.c (_initialize_core_lynx): Update.
6459 * irix5-nat.c (_initialize_core_irix5): Update.
6460 * i386-interix-nat.c (_initialize_core_interix): Update.
6461 * cris-tdep.c (_initialize_cris_tdep): Update.
6462 * corelow.c (deprecated_add_core_fns): Update.
6463 * core-regset.c (_initialize_core_regset): Update.
6464 * core-aout.c (_initialize_core_aout): Update.
6465 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6466 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6467 * alpha-nat.c (_initialize_core_alpha): Update.
6468
6469 2004-04-21 Jim Blandy <jimb@redhat.com>
6470
6471 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6472
6473 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6474
6475 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6476 Delete.
6477 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6478 (read_attribute_value): Update calls to dwarf_alloc_block.
6479 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6480 dwarf2_tmp_obstack.
6481 (psymtab_to_symtab_1): Likewise. Clean up using
6482 free_stack_comp_unit.
6483 (add_to_cu_func_list): Use the comp_unit_obstack.
6484
6485 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6486
6487 * dwarf2read.c (dwarf2_flag_true_p): New function.
6488 (die_is_declaration): Use the function above. Add some comments.
6489
6490 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6491
6492 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6493 architecture when registering sparcnbsd_core_osabi_sniffer.
6494 Adjust comment.
6495
6496 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6497
6498 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6499 return value.
6500
6501 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6502 * i386-tdep.c: Correct register numbering scheme comments
6503 throughout.
6504 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6505 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6506 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6507 (i386_gdb_arch_init): Likewise.
6508
6509 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6510 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6511 ppcnbsd-tdep.o.
6512
6513 * m68k-tdep.h: Tweak comments.
6514 * m68k-tdep.c: Tweak comment.
6515
6516 2004-04-17 Randolph Chung <tausq@debian.org>
6517
6518 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6519 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6520 (hppa_hpux_som_init_abi): Set is_elf to 0.
6521 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6522 * hppa-tdep.c (low_text_segment_address): Remove global.
6523 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6524 section offset to calculate segment address.
6525 (internalize_unwinds): Define low_text_segment_address as local and
6526 pass to record_text_segment_lowaddr for ELF targets.
6527 (hppa_gdbarch_init): Zero fill tdep structure.
6528 (hppa_dump_tdep): Print tdep structure.
6529 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6530
6531 2004-04-17 Randolph Chung <tausq@debian.org>
6532
6533 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6534 (hppa_gdbarch_init): Set pseudo_register_read.
6535 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6536 * regcache.c (supply_register): Remove check for
6537 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6538
6539 2004-04-17 Randolph Chung <tausq@debian.org>
6540
6541 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6542 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6543 (hpread_adjust_stack_address): Move to hpread.c.
6544 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6545 obj_private_struct): Move from tm-hppa.h.
6546 * hpread.c (hppa-tdep.h): Include.
6547 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6548 (hpread_read_function_type, hpread_read_doc_function_type)
6549 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6550 directly.
6551 * pa64solib.c (hppa-tdep.h): Include.
6552 * somsolib.c (hppa-tdep.h): Include.
6553 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6554 inferior_status): Remove unused forward declarations.
6555 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6556 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6557 obj_private_struct): Move to hppa-tdep.h.
6558 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6559
6560 2004-04-17 Randolph Chung <tausq@debian.org>
6561
6562 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6563 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6564 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6565 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6566 Remove forward declaration and make static.
6567 (hppa_reg_struct_has_addr): Remove.
6568
6569 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6570
6571 * observer.sh: Move comments in sed command to first column.
6572
6573 2004-04-16 Jason Molenda (jmolenda@apple.com)
6574
6575 * frame.c: Minor typeo corrections in comments.
6576
6577 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6578
6579 * observer.c (observer_test_first_notification_function): Update
6580 function profile.
6581 (observer_test_second_notification_function): Likewise.
6582 (observer_test_third_notification_function): Likewise.
6583
6584 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6585
6586 From Brian Ford <ford@vss.fsi.com>:
6587 * i386-tdep.c (i386_coff_init_abi): New function.
6588 * i386-tdep.h (i386_coff_init_abi): New prototype.
6589 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6590 register number translation functions for DWARF and DWARF 2.
6591
6592 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6593
6594 * dwarf2read.c: Back out my previous change, it was incorrect.
6595
6596 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6597
6598 * dwarf2read.c: Include "hashtab.h".
6599 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6600 has_namespace_info.
6601 (struct partial_die_info): Add comments. Use bitfields to reduce
6602 memory footprint. Add scope, scope_set, has_specification,
6603 spec_offset, die_parent, die_child, and die_sibling.
6604 (peek_die_abbrev): Add prototype.
6605 (partial_read_comp_unit_head): New function, broken out from
6606 dwarf2_build_psymtabs_hard.
6607 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6608 Use partial_read_comp_unit_head. Initialize the CU and
6609 comp_unit_obstack. Update calls to read_partial_die and
6610 scan_partial_symbols. Use free_stack_comp_unit and
6611 load_partial_dies.
6612 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6613 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6614 Update calls to helper functions. Remove NAMESPACE argument.
6615 Update comments.
6616 (partial_die_parent_scope, partial_die_full_name): New functions.
6617 (add_partial_symbol): Remove namespace argument. Update call to
6618 pdi_needs_namespace. Use partial_die_full_name. Handle
6619 DW_TAG_namespace. Check has_namespace_info flag.
6620 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6621 tag. Handle namespaces.
6622 (add_partial_namespace, add_partial_enumeration): Simplify.
6623 (guess_structure_name): New function, derived from
6624 add_partial_structure.
6625 (add_partial_structure): Remove.
6626 (determine_class_name): Update comment.
6627 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6628 (is_type_tag_for_partial, load_partial_dies): New functions.
6629 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6630 Record specifications instead of following them immediately.
6631 (find_partial_die_in_comp_unit, find_partial_die)
6632 (fixup_partial_die, free_stack_comp_unit)
6633 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6634 (partial_die_hash, partial_die_eq): New functions.
6635 * Makefile.in (hashtab_h): Define.
6636 (dwarf2read.o): Update dependencies.
6637 (observer_inc, observer_h): Move to the correct section.
6638
6639 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6640
6641 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6642 (die_is_declaration): Use the function above. Add comment.
6643
6644 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6645
6646 * dwarf2read.c (read_structure_scope): Identify stub types
6647 using die_is_declaration() only.
6648
6649 2004-04-15 Roland McGrath <roland@redhat.com>
6650
6651 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6652 argument instead of NAME.
6653 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6654 in call to symbol_file_add_with_addrs_or_offsets.
6655 (build_addr_info): New function, helper for ...
6656 (symbol_file_add_from_memory): New function.
6657 (add_symbol_file_from_memory_command): New function using that.
6658 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6659 (pre_add_symbol_hook): Add const to argument type.
6660 * symfile.h (symbol_file_add_from_memory): Declare it.
6661
6662 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6663
6664 * NEWS (New native configurations): Mention OpenBSD/vax.
6665 * configure.host: Add vax-*-openbsd*.
6666 * config/vax/obsd.mh: New file.
6667 * config/vax/nm-obsd.h: New file.
6668
6669 * vax-tdep.c: Include "regset.h".
6670 (vax_supply_gregset): New function.
6671 (vax_gregset): New variable.
6672 (vax_regset_from_core_section): New function.
6673 (vax_gdbarch_init): Set regset_from_core_section.
6674 * Makefile.in (vax-tdep.o): Update dependencies.
6675
6676 2004-04-15 Andrew Cagney <cagney@redhat.com>
6677
6678 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6679 (observer_normal_stop_notification_stub)
6680 (observer_attach_normal_stop, observer_detach_normal_stop):
6681 Delete, replaced by #include "observer.inc".
6682 * infrun.c (normal_stop): Pass "stop_bpstat" to
6683 observer_notify_normal_stop.
6684 * Makefile.in (observer_inc): Define.
6685 (observer.o): Update dependencies.
6686 (observer.h, observer.inc): New rules.
6687 * observer.h: Delete file.
6688 * observer.sh: New file.
6689
6690 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6691
6692 * vax-tdep.c (vax_frame_cache): Fix typo.
6693
6694 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6695
6696 * NEWS (New native configurations): Mention NetBSD/vax.
6697 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6698 * config/vax/nbsdelf.mh: New file.
6699 * config/vax/nbsdaout.mh: New file.
6700 * config/vax/nm-nbsd.h: New file.
6701 * config/vax/nm-nbsdaout.h: New file.
6702
6703 * vaxnbsd-tdep.c: New file.
6704 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6705 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6706 * config/vax/nbsd.mt: New file.
6707 * config/vax/tm-nbsd.h: New file.
6708
6709 * Makefile.in (vaxbsd-nat.o): New dependency.
6710
6711 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6712 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6713 struct_addr arguments. Don't push return value address.
6714 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6715 arguments to vax_store_arguments. Store return value address in
6716 R1.
6717 (vax_store_struct_return, vax_extract_return_value)
6718 (vax_store_return_value): Remove functions.
6719 (vax_return_value): New function.
6720 (vax_gdbarch_init): Set return value. Don't set
6721 deprecated_store_struct_return, deprecated_extract_struct_return
6722 and deprecated_store_return_value.
6723
6724 2004-04-14 Andreas Schwab <schwab@suse.de>
6725
6726 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6727 value buffer.
6728 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6729
6730 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6731
6732 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6733 (vax_unwind_dummy_id): New functions.
6734 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6735 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6736 variables.
6737 (vax_fix_call_dummy): Remove function.
6738 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6739 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6740 call_dummy_location, deprecated_call_dummy_words,
6741 deprecated_sizeof_call_dummy_words,
6742 deprecated_call_dummy_breakpoint_offset,
6743 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6744 and deprecated_dummy_write_sp.
6745
6746 2004-04-13 David Carlton <carlton@kealia.com>
6747
6748 * MAINTAINERS: Move myself to "paper trail" section.
6749
6750 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6751
6752 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6753 "trad-frame.h".
6754 (vax_frame_init_saved_regs): Remove function.
6755 (vax_sigtramp_saved_pc): Remove function.
6756 (vax_frame_saved_pc): Remove function.
6757 (vax_frame_args_address): Remove function.
6758 (vax_frame_num_args): Rewrite.
6759 (vax_frame_chain): Remove function.
6760 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6761 VAX_FP_REGNUM.
6762 (vax_pop_frame): Likewise.
6763 (vax_saved_pc_after_call): Remove function.
6764 (struct vax_frame_cache): New structure.
6765 (vax_frame_cache): New function.
6766 (vax_frame_this_id): New function.
6767 (vax_frame_prev_register): New function.
6768 (vax_frame_unwind): New variable.
6769 (vax_frame_sniffer): New function.
6770 (vax_frame_base_address): New function.
6771 (vax_frame_args_address): New function.
6772 (vax_frame_base): New variable.
6773 (vax_unwind_pc): New function.
6774 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6775 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6776 deprecated_frame_chain, deprecated_frame_saved_pc,
6777 deprecated_frame_args_address and
6778 deprecated_frame_init_saved_regs.
6779 * Makefile.in (vax-tdep.o): Update dependencies.
6780
6781 * vaxbsd-nat.c: New file.
6782
6783 * vax-tdep.h: Update copyright year. Adjust comments.
6784 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6785 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6786 (vax_regnum): New enum. Replacing...
6787 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6788 (VAX_PS_REGNUM): ... these removed macros.
6789 * vax-tdep.c (vax_register_name): Remove prototype.
6790 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6791 (vax_register_byte, vax_register_raw_size,
6792 vax_register_virtual_size, vax_register_virtual_type): Remove
6793 functions.
6794 (vax_register_type): New function.
6795 (vax_breakpoint_from_pc): Reorganize.
6796 (vax_gdbarch_init): Set register_type. Don't set
6797 deprecated_register_size, deprecated_register_bytes,
6798 deprecated_register_byte, deprecated_register_raw_size,
6799 deprecated_max_register_raw_size,
6800 deprecated_register_virtual_size,
6801 deprecated_max_register_virtual_size and
6802 deprecated_register_virtual_type. Add comment on stack direction.
6803
6804 2004-04-11 Mark Kettenis <kettenis@gnu.org>
6805
6806 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6807 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
6808 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
6809
6810 2004-04-10 Randolph Chung <tausq@debian.org>
6811
6812 * MAINTAINERS (write after approval): Add myself.
6813
6814 2004-04-07 Randolph Chung <tausq@debian.org>
6815
6816 * hppa-tdep.c (hppa_inner_than): Remove.
6817 (is_pa_2): Remove unused static variable.
6818 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
6819
6820 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6821
6822 * language.h (language_defn): Add new la_post_parser field.
6823 * parser-defs.h (null_post_parser): New declaration (default for
6824 la_post_parser).
6825
6826 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6827 insert call to that function.
6828 (parse_exp_in_context): New function, including code formerly in
6829 parse_exp_1. Calls language-dependent post-parser after
6830 prefixification.
6831 (parse_expression_in_context): New exported function.
6832 (null_post_parser): New definition.
6833 * expression.h (parse_expression_in_context): Add declaration.
6834
6835 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6836 * c-lang.c (c_language_defn): Ditto.
6837 (cplus_language_defn): Ditto.
6838 (asm_language_defn): Ditto.
6839 (minimal_language_defn): Ditto.
6840 * f-lang.c (f_language_defn): Ditto.
6841 * jv-lang.c (java_language_defn): Ditto.
6842 * language.c (unknown_language_defn): Ditto.
6843 (auto_language_defn): Ditto.
6844 (local_language_defn): Ditto.
6845 * m2-lang.c (m2_language_defn): Ditto.
6846 * scm-lang.c (scm_language_defn): Ditto.
6847 * obj-lang.c (objc_language_defn): Ditto.
6848
6849 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6850
6851 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6852 (amd64nbsd_mcontext_addr): New function.
6853 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6854 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6855 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6856
6857 * corelow.c (core_xfer_partial): Fix coding standards violation.
6858 Add support for TARGET_OBJECT_WCOOKIE.
6859
6860 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6861 deprecated_pc_in_sigtramp.
6862 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6863 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6864 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6865 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6866 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6867 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6868 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6869
6870 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6871 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6872 Fix typo.
6873
6874 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6875 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6876 (amd64_collect_fxsave): Likewise.
6877
6878 * i386-sol2-tdep.c: Include "gdb_string.h".
6879 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6880 name.
6881 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6882
6883 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6884
6885 * i386-sol2-tdep.c: Include "solib-svr4.h".
6886 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6887 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6888 * config/i386/tm-i386sol2.h: Include :solib.h".
6889 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6890 solib-svr4.o and solib-legacy.o.
6891 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6892 solib-svr4.o.
6893
6894 2004-04-09 Mark Kettenis <kettenis@gnu.org>
6895
6896 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6897 whether a register is supplied by PTRACE_GETFPREGS.
6898 (store_inferior_registers): Likewise.
6899 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6900 whether a register is supplied by PT_GETFPREGS.
6901 (store_inferior_registers): Likewise.
6902
6903 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6904 * config/i386/linux64.mt (TDEPFILES): Likewise.
6905
6906 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6907
6908 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6909 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6910 the program counter is in the range specified by `struct
6911 gdbarch_tdep'.
6912 * amd64-linux-tdep.c: Include "symtab.h".
6913 (amd64_linux_pc_in_sigtramp): Remove function.
6914 (amd64_linux_sigtramp_p): New function.
6915 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6916 deprecated_pc_in_sigtramp.
6917 * amd64nbsd-tdep.c: Include "symtab.h".
6918 (amd64nbsd_sigtramp_p): New function.
6919 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6920 deprecated_pc_in_sigtramp.
6921 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6922 few comments.
6923 (amd64obsd_pc_in_sigtramp): Remove function.
6924 (amd64obsd_sigtramp_p): New function.
6925 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6926 deprecated_pc_in_sigtramp.
6927 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6928 (i386bsd_pc_ins_sigtramp): Remove prototype.
6929 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6930 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6931 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6932 the program counter is in the range specified by `struct
6933 gdbarch_tdep'.
6934 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6935 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6936 (i386_go32_pc_in_sigtramp): Remove function.
6937 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6938 Initialize TDEP->sigtramp_p.
6939 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6940 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6941 deprecated_pc_in_sigtramp.
6942 * i386-linux-tdep.c: Adjust comments.
6943 (i386_linux_pc_in_sigtramp): Remove function.
6944 (i386_linux_sigtramp_p): New function.
6945 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6946 deprecated_pc_in_sigtramp.
6947 * i386-nto-tdep.c: Update copyright year.
6948 (i386nto_pc_in_sigtramp): Remove function.
6949 (i386nto_sigtramp_p): New function.
6950 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
6951 SP_REGNUM.
6952 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
6953 deprecated_pc_in_sigtramp.
6954 * i386-sol2-tdep.c: Update copyright year.
6955 (i386_sol2_pc_in_sigtramp): Remove function.
6956 (i386_sol2_sigtramp_p): New function.
6957 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
6958 deprecated_pc_in_sigtramp.
6959 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
6960 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
6961 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6962 deprecated_sigtramp_start and deprecated_sigtramp_end.
6963 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
6964 (i386nbsd_pc_in_sigtramp): Remove function.
6965 (i386nbsd_sigtramp_p): New function.
6966 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6967 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6968 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
6969 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
6970 (i386obsd_pc_in_sigtramp): Remove function.
6971 (i386obsd_sigtramp_p): New function.
6972 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
6973 functions.
6974 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6975 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6976 TDEP->sigtramp_p.
6977 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
6978 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
6979 dependencies.
6980
6981 * config/i386/i386aout.mt: Remove file.
6982
6983 * configure.tgt: Remove i[34567]86-*-go32*,
6984 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
6985 and i[34567]86-*-isc*. Set gdb_target to i386 for
6986 i[34567]86-*-netware* and i[34567]86-*-*.
6987 * config/i386/i386.mt: New file.
6988 * config/i386/embed.mt: Remove file.
6989 * config/i386/go32.mt: Remove file.
6990 * config/i386/i386nw.mt: Remove file.
6991 * config/i386/i386v.mt: Remove file.
6992 * config/i386/tm-go32.h: Remove file.
6993
6994 * tui/tui-hooks.c: Include "readline/readline.h" after
6995 "gdb_curses.h" instead of before.
6996 * tui/tui-io.c: Likewise.
6997
6998 * tui/tui.c: Fix typo in comment.
6999
7000 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7001
7002 2004-04-08 Andrew Cagney <cagney@redhat.com>
7003
7004 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7005 (deprecated_exception_support_initialized): Declare.
7006 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7007 (initialize_hp_cxx_exception_support)
7008 (child_enable_exception_callback): Update.
7009 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7010 (deprecated_exception_support_initialized): Rename
7011 deprecated_exception_catchpoints_are_fragile and
7012 deprecated_exception_support_initialized.
7013 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7014
7015 * symtab.c (deprecated_hp_som_som_object_present): Rename
7016 hp_som_som_object_present.
7017 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7018 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7019 Update. Delete extern declaration.
7020 * valops.c (hp_som_som_object_present): Ditto.
7021 * parse.c (deprecated_hp_som_som_object_present)
7022 (parse_nested_classes_for_hpacc): Ditto.
7023 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7024 * hppa-hpux-tdep.c (hp_som_som_object_present)
7025 (initialize_hp_cxx_exception_support): Ditto.
7026 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7027 * cp-valprint.c (hp_som_som_object_present)
7028 (cp_print_class_method): Ditto.
7029 * c-typeprint.c (hp_som_som_object_present):
7030 (c_type_print_base): Ditto.
7031 * c-exp.y (hp_som_som_object_present): Ditto.
7032
7033 2004-04-08 Andrew Cagney <cagney@redhat.com>
7034
7035 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7036 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7037 (frame_unwind_find_by_frame): Re-implement the unwind code so
7038 that it can both prepend and append sniffers. Replace
7039 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7040 * tramp-frame.c (tramp_frame_append): Use
7041 frame_unwind_prepend_unwinder.
7042 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7043 frame_unwind_register_unwinder.
7044 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7045 tramp_frame_append.
7046 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7047 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7048 (mips_linux_init_abi): Update.
7049
7050 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7051
7052 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7053 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7054 file support.
7055
7056 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7057
7058 * ia64-tdep.c (elf.h): Don't include.
7059 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7060
7061 2004-04-07 Jason Molenda (jmolenda@apple.com)
7062
7063 * frame.h: Typeo corrections in comments.
7064
7065 2004-04-07 Jim Blandy <jimb@redhat.com>
7066
7067 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7068 %esp and %ebp
7069
7070 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7071
7072 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7073 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7074 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7075 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7076 and solib-legacy.o.
7077 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7078 solib-svr4.o.
7079 * config/sparc/tm-sol2.h: Update copyright year. Include
7080 "solib.h".
7081
7082 * sparc-sol2-tdep.c: Update copyright year. Include
7083 "solib-svr4.h".
7084 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7085 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7086 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7087 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7088 dependencies.
7089
7090 2004-04-06 Andrew Cagney <cagney@redhat.com>
7091
7092 * infttrace.c: Include "infttrace.h".
7093 * infttrace.h: Include "target.h".
7094 * Makefile.in (infttrace_h): Update.
7095 (infttrace.o): Update.
7096
7097 2004-04-06 Andrew Cagney <cagney@redhat.com>
7098
7099 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7100 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7101 move extern declarations from here ...
7102 * infttrace.h: ... to here.
7103 * Makefile.in (hppah-nat.o): Update dependencies.
7104
7105 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7106 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7107 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7108 (hppa_breakpoint_from_pc): Delete.
7109
7110 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7111
7112 2004-04-05 Andrew Cagney <cagney@redhat.com>
7113
7114 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7115 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7116 <sys/file.h>.
7117
7118 2004-04-06 Randolph Chung <tausq@debian.org>
7119
7120 Committed by Andrew Cagney (mechanical change).
7121 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7122 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7123 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7124 child_enable_exception_callback, current_ex_event,
7125 null_symtab_and_line, child_get_current_exception_event,
7126 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7127 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7128 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7129 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7130 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7131 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7132 Move hpux-specific definitions ...
7133 * hppa-hpux-tdep.c: ... to here.
7134
7135 2004-04-05 Andrew Cagney <cagney@redhat.com>
7136
7137 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7138 skip_prologue_using_sal.
7139
7140 2004-04-05 Andrew Cagney <cagney@redhat.com>
7141
7142 * config/i386/tm-i386.h: Delete file.
7143 * config/i386/tm-vxworks.h: Update copyright, do not include
7144 "tm-i386.h".
7145 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7146 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7147 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7148 * config/i386/ncr3000.mt (TM_FILE): Delete.
7149 * config/i386/interix.mt (TM_FILE): Delete.
7150 * config/i386/i386v.mt (TM_FILE): Delete.
7151 * config/i386/i386nw.mt (TM_FILE): Delete.
7152 * config/i386/i386gnu.mt (TM_FILE): Delete.
7153 * config/i386/i386aout.mt (TM_FILE): Delete.
7154 * config/i386/embed.mt (TM_FILE): Delete.
7155
7156 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7157
7158 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7159 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7160 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7161 (accg7_regnum): New constants.
7162 (last_spr_regnum, last_pseudo_regnum): Update.
7163 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7164 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7165 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7166 for accg registers.
7167 (frv_register_sim_regno): Update spr_map[].
7168
7169 2004-04-04 Andrew Cagney <cagney@redhat.com>
7170
7171 * config/mips/xm-riscos.h: Delete.
7172 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7173 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7174 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7175 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7176 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7177 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7178 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7179 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7180 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7181 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7182 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7183 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7184 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7185 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7186 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7187 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7188 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7189 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7190 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7191 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7192 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7193 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7194 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7195 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7196 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7197 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7198
7199 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7200 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7201 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7202 * configure.host: Remove m680[01]0-sun-sunos3*,
7203 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7204 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7205 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7206 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7207 mips-*-riscos*.
7208 * NEWS: Mention removed systems.
7209
7210 2004-04-04 Andrew Cagney <cagney@redhat.com>
7211
7212 GDB 6.1 release created from 6.1 branch.
7213
7214 2004-04-04 Andrew Cagney <cagney@redhat.com>
7215
7216 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7217 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7218 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7219
7220 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7221 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7222 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7223
7224 2004-04-03 Jim Blandy <jimb@redhat.com>
7225
7226 * MAINTAINERS: Chris Faylor has changed employers; add him to
7227 "paper trail" section, and update his E-mail address.
7228
7229 2004-04-03 Andrew Cagney <cagney@redhat.com>
7230
7231 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7232 generic dummy frames.
7233 * dummy-frame.c: Update copyright.
7234 (dummy_frame_sniffer): Delete check for generic dummy frames.
7235
7236 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7237 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7238 (REG_PARM_STACK_SPACE): Delete.
7239 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7240 Inline reference to REG_PARM_STACK_SPACE.
7241
7242 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7243 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7244 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7245 (FRAME_BASE_BEFORE_SIGTRAMP)
7246 (hppa32_hpux_frame_base_before_sigtramp)
7247 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7248 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7249 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7250 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7251 (FRAME_BASE_BEFORE_SIGTRAMP)
7252 (hppa64_hpux_frame_base_before_sigtramp)
7253 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7254
7255 2004-04-03 Andrew Cagney <cagney@redhat.com>
7256
7257 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7258
7259 2004-04-02 Andrew Cagney <cagney@redhat.com>
7260
7261 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7262 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7263 * dummy-frame.h: Delete out-of-date comments.
7264 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7265 * gdbarch.h, gdbarch.c: Re-generate.
7266
7267 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7268
7269 Committed by Andrew Cagney <cagney@redhat.com>.
7270 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7271 into account an instruction saving a register if we have already
7272 seen an earlier instruction saving that same register.
7273
7274 2004-04-02 Andrew Cagney <cagney@redhat.com>
7275
7276 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7277 * gdbarch.h, gdbarch.c: Re-generate.
7278 * frame.c (legacy_get_prev_frame): Delete references to
7279 DEPRECATED_INIT_FRAME_PC_FIRST.
7280
7281 * infrun.c (pc_in_sigtramp): Delete function.
7282 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7283 get_frame_type.
7284
7285 2004-04-02 Andrew Cagney <cagney@redhat.com>
7286
7287 * infrun.c (handle_step_into_function): Delete code conditional on
7288 legacy_frame_p.
7289 (handle_inferior_event, step_over_function): Ditto.
7290
7291 2004-04-02 Andrew Cagney <cagney@redhat.com>
7292
7293 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7294 "previous frame inner to this frame" test.
7295
7296 2004-04-02 Andrew Cagney <cagney@redhat.com>
7297
7298 * frame.c (safe_frame_unwind_memory): New function.
7299 * frame.h (safe_frame_unwind_memory): Declare. Update description
7300 of /safe_/ methods.
7301 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7302 "next_frame". Use safe_frame_unwind_memory.
7303 (tramp_frame_sniffer): Update call to tramp_frame_start.
7304
7305 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7306
7307 * dwarf2read.c (dwarf2_objfile_data_key): New.
7308 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7309 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7310 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7311 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7312 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7313 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7314 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7315 Remove variables.
7316 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7317 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7318 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7319 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7320 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7321 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7322 Remove macros.
7323 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7324 data.
7325 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7326 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7327 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7328 (read_partial_die, read_full_die, read_indirect_string)
7329 (dwarf_decode_line_header, dwarf_decode_macros)
7330 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7331 Update uses of removed variables.
7332 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7333 of removed macros.
7334 (_initialize_dwarf2_read): New function.
7335 * symfile.h (dwarf2_has_info): Update prototype.
7336 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7337 * elfread.c (elf_symfile_read): Likewise.
7338
7339 2004-04-01 Jim Blandy <jimb@redhat.com>
7340
7341 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7342 function for register numbers on all the rs6000-derived targets.
7343 (rs6000_gdbarch_init): Don't register a separate
7344 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7345 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7346 variants.
7347
7348 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7349 numbering.
7350
7351 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7352
7353 * valarith.c: Update copyright notice.
7354 (value_add): Handle range types.
7355 (value_sub): Ditto.
7356 (value_equal): Ditto.
7357 (value_less): Ditto.
7358 (value_neg): Ditto.
7359 (value_complement): Ditto.
7360 (value_binop): Simplify slightly by using is_integral_type and
7361 eliminiating unnecessary COERCE_ENUMs.
7362
7363 2004-03-31 Andrew Cagney <cagney@redhat.com>
7364
7365 * frame.h (frame_unwind_id): Declare.
7366 * frame.c (frame_unwind_id): New function.
7367 (get_prev_frame_1): New function.
7368 (frame_debug_got_null_frame): New function.
7369 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7370 code proper to prev_frame, update description.
7371 * infrun.c (step_over_function): Use frame_unwind_id.
7372
7373 2004-04-31 J. Brobecker <brobecker@gnat.com>
7374
7375 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7376 (hppa64_push_dummy_call): Likewise.
7377
7378 2004-03-30 Jim Blandy <jimb@redhat.com>
7379
7380 From Ulrich Weigand:
7381 * utils.c (query): Do not use a va_list variable multiple times.
7382
7383 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7384
7385 * Makefile.in (linux_nat_h): Update dependencies.
7386 * configure.in: Check for <gnu/libc-version.h>.
7387 * configure: Regenerate.
7388 * config.in: Regenerate.
7389 * linux-nat.h: Include "target.h". Add waitstatus field to
7390 struct lwp_info.
7391 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7392 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7393 to.
7394 (lin_lwp_handle_extended): New function. Handle clone events.
7395 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7396 thread exit events.
7397 (child_wait): Handle clone events.
7398 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7399 * linux-nat.c (linux_enable_event_reporting): Turn on
7400 PTRACE_O_TRACECLONE.
7401 (linux_handle_extended_wait): Handle clone events.
7402 * thread-db.c: Include <gnu/libc-version.h>.
7403 (struct private_thread_info): Add dying flag.
7404 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7405 higher.
7406 (attach_thread): Update comments. Handle dying threads.
7407 (detach_thread): Set the dying flag.
7408 (check_event): Always call attach_thread.
7409
7410 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7411
7412 * mips-tdep.c (mips_pdr_data): New.
7413 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7414 (_initialize_mips_tdep): Initialize mips_pdr_data.
7415
7416 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7417
7418 * minsyms.c (install_minimal_symbols): Move dropping leading
7419 char from linkage name from here...
7420 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7421 test for "__gnu_compiled*" symbols.
7422
7423 2004-03-28 Jim Blandy <jimb@redhat.com>
7424
7425 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7426 registers to temp register r0 and byte stores as prologue
7427 instructions.
7428
7429 2004-03-28 Andrew Cagney <cagney@redhat.com>
7430
7431 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7432 arm*-*-*.
7433
7434 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7435
7436 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7437 and switch the layout to force a display of register window.
7438
7439 2004-02-26 J. Brobecker <brobecker@gnat.com>
7440
7441 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7442 of the INTEGER class.
7443
7444 2004-03-26 Jim Blandy <jimb@redhat.com>
7445
7446 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7447 bytes long on PPC GNU/Linux.
7448
7449 2004-03-26 David Carlton <carlton@kealia.com>
7450
7451 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7452
7453 2004-03-25 Andrew Cagney <cagney@redhat.com>
7454
7455 * PROBLEMS: Add general section titles, remove references to
7456 specific releases.
7457
7458 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7459
7460 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7461 INT_REGISTER_SIZE.
7462 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7463 FP_REGISTER_VIRTUAL_SIZE.
7464 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7465 of DEPRECATED_REGISTER_RAW_SIZE.
7466 (arm_register_type): Add gdbarch argument.
7467 (arm_register_raw_size, arm_register_virtual_size): Delete.
7468 (arm_register_byte, arm_extract_return_value)
7469 (arm_store_return_value, arm_get_longjmp_target): Update references
7470 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7471 (arm_gdbarch_init): Likewise. Don't set
7472 deprecated_register_raw_size, deprecated_register_virtual_size,
7473 deprecated_max_register_raw_size,
7474 deprecated_max_register_virtual_size, or
7475 deprecated_max_register_virtual_type. Do set register_type.
7476 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7477 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7478 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7479 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7480 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7481 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7482 INT_REGISTER_SIZE.
7483 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7484 (remote_rdp_store_register): Likewise.
7485
7486 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7487
7488 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7489 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7490 to after osabi initialization.
7491 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7492 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7493 functions.
7494 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7495 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7496 variables.
7497 (mips_linux_init_abi): Append signal trampoline unwinders.
7498
7499 2004-03-24 Andrew Cagney <cagney@redhat.com>
7500
7501 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7502 * tramp-frame.c: Include "gdb_assert.h".
7503 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7504 correct sizeof.
7505 (tramp_frame_append): Validate the tramp frame's instructions.
7506 * Makefile.in (tramp-frame.o): Update dependencies.
7507
7508 2004-03-23 Andrew Cagney <cagney@redhat.com>
7509
7510 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7511
7512 2004-03-23 Andrew Cagney <cagney@redhat.com>
7513
7514 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7515 Nasser as past testsuite/lib/ (and other) maintainers.
7516
7517 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7518
7519 * infcmd.c (attach_command): Reread symbols if we already have
7520 an exec file.
7521
7522 2004-03-23 Andrew Cagney <cagney@redhat.com>
7523
7524 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7525
7526 2004-03-23 Andrew Cagney <cagney@redhat.com>
7527
7528 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7529 * gdbarch.h, gdbarch.c: Re-generate.
7530 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7531 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7532 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7533 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7534 (DEPRECATED_SIGTRAMP_START): Update.
7535 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7536 (DEPRECATED_SIGTRAMP_START): Update.
7537 * blockframe.c (find_pc_sect_partial_function): Update.
7538 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7539
7540 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7541
7542 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7543 if necessary.
7544
7545 2004-03-23 Andrew Cagney <cagney@redhat.com>
7546
7547 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7548 predicate, deprecate.
7549 * gdbarch.h, gdbarch.c: Re-generate.
7550 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7551 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7552 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7553 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7554 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7555 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7556 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7557 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7558 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7559 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7560 * blockframe.c (find_pc_partial_function): Update.
7561 * breakpoint.c (bpstat_what): Update.
7562 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7563 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7564 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7565 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7566 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7567 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7568 * i386-nto-tdep.c (i386nto_init_abi): Update.
7569 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7570 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7571 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7572 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7573 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7574 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7575 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7576 * infrun.c (pc_in_sigtramp): Update.
7577 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7578 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7579 * mips-tdep.c (mips_gdbarch_init): Update.
7580 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7581 * ppc-linux-tdep.c: Update comment.
7582 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7583 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7584 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7585 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7586 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7587 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7588 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7589 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7590 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7591 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7592
7593 2004-03-23 Andrew Cagney <cagney@redhat.com>
7594
7595 * tramp-frame.h, tramp-frame.h: New files.
7596 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7597 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7598
7599 * Makefile.in: Update all dependencies.
7600
7601 2004-03-23 Andrew Cagney <cagney@redhat.com>
7602
7603 * Makefile.in (trad_frame_h): Add $(frame_h).
7604 * trad-frame.h: Update copyright. Include "frame.h".
7605 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7606 (trad_frame_set_id, trad_frame_get_id): Declare.
7607 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7608 * trad-frame.c: Update copyright.
7609 (struct trad_frame_cache): Define.
7610 (trad_frame_cache_zalloc): New function.
7611 (trad_frame_set_id, trad_frame_get_id): New functions.
7612 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7613
7614 2004-03-22 Andrew Cagney <cagney@redhat.com>
7615
7616 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7617 s390_pltstub_unwind_cache.
7618 (s390_stub_frame_unwind_cache): Rename
7619 s390_pltstub_frame_unwind_cache.
7620 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7621 (s390_stub_frame_prev_register): Rename
7622 s390_pltstub_frame_prev_register.
7623 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7624 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7625
7626 From Ulrich Weigand:
7627 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7628 pointer calls like PLT calls.
7629
7630 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7631
7632 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7633 PC rather than the partial function start address. Use the start
7634 address to sanity check the found PDR.
7635
7636 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7637
7638 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7639 linux_handle_extended_wait.
7640
7641 2004-03-22 Andrew Cagney <cagney@redhat.com>
7642
7643 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7644 function.
7645
7646 * frame.h (generic_pop_current_frame): Delete declaration.
7647 (deprecate_pop_dummy_frame): Deprecate
7648 generic_pop_dummy_frame.
7649 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7650 (generic_pop_current_frame): Delete function.
7651 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7652 generic_pop_current_frame.
7653 * v850-tdep.c (v850_pop_frame): Update.
7654 * mcore-tdep.c (mcore_pop_frame): Update.
7655 * sh64-tdep.c (sh64_pop_frame): Update.
7656 * h8300-tdep.c (h8300_pop_frame): Update.
7657
7658 2004-03-22 Andrew Cagney <cagney@redhat.com>
7659
7660 * frame.h (deprecated_pc_in_call_dummy): Rename
7661 generic_pc_in_call_dummy.
7662 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7663 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7664 generic_pc_in_call_dummy.
7665 (pc_in_dummy_frame): Make static.
7666 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7667 * gdbarch.h, gdbarch.c: Re-generate.
7668 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7669 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7670 (legacy_get_prev_frame): Ditto.
7671 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7672 comment.
7673
7674 2004-03-21 Andrew Cagney <cagney@redhat.com>
7675
7676 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7677 declaration and out-of-date comment.
7678 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7679 Delete function.
7680 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7681 deprecated_pc_in_call_dummy.
7682
7683 * infrun.c (handle_inferior_event): For non legacy frames, use the
7684 frame ID and frame type to identify a signal trampoline. Update
7685 comments.
7686
7687 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7688
7689 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7690 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7691
7692 2004-03-21 Andrew Cagney <cagney@redhat.com>
7693
7694 * frame-unwind.h: Update copyright.
7695 (struct frame_data): Add opaque declaration.
7696 (frame_sniffer_ftype): Declare.
7697 (struct frame_unwind): Add "unwind_data" and "sniffer".
7698 (frame_unwind_register_unwinder): Declare.
7699 (frame_unwind_find_by_frame): Add parameter "this_cache".
7700 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7701 (legacy_get_prev_frame, legacy_get_prev_frame)
7702 (get_frame_type): Pass the prologue_cache to
7703 frame_unwind_find_by_frame.
7704 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7705 "unwinder".
7706 (frame_unwind_register_unwinder): New function.
7707 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7708
7709 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7710
7711 * bcache.c (print_percentage): Use floating point to avoid
7712 incorrect results when portion*100 overflows.
7713
7714 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7715
7716 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7717 (ppc_linux_init_extra_frame_info)
7718 (ppc_linux_frameless_function_invocation)
7719 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7720 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7721 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7722 (rs6000_frame_chain): Delete declarations.
7723 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7724 (ppc_linux_init_extra_frame_info)
7725 (ppc_linux_frameless_function_invocation)
7726 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7727 (ppc_linux_init_abi): Remove registration of above deleted functions.
7728 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7729 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7730 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7731 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7732 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7733 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7734 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7735 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7736 frame management for all OSABIs.
7737
7738 2004-03-19 Andrew Cagney <cagney@redhat.com>
7739
7740 Committed by Kevin Buettner <kevinb@redhat.com>.
7741
7742 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7743 Update copyright.
7744 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7745 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7746 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7747 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7748 unwinders. #ifdef legacy frame code.
7749 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7750 "frame-base.h".
7751 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7752 (struct rs6000_frame_cache, rs6000_frame_cache)
7753 (rs6000_frame_this_id, rs6000_frame_prev_register)
7754 (rs6000_frame_sniffer, rs6000_frame_unwind)
7755 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7756 (rs6000_frame_base): Implement a traditional frame unwinder.
7757 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7758 frame unwinder.
7759
7760 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7761
7762 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7763 breakpoint address for watchpoints or the catch eventpoints.
7764 Add new paramter ``bptype''. Adjust all callers.
7765
7766 2004-03-19 Andrew Cagney <cagney@redhat.com>
7767
7768 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7769
7770 * PROBLEMS: Delete note that ARM does not use frame code, problem
7771 fixed.
7772
7773 2004-03-18 Andrew Cagney <cagney@redhat.com>
7774
7775 * stack.c (return_command): Delete code wrapped in #ifdef
7776 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7777
7778 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7779
7780 2004-03-18 Andrew Cagney <cagney@redhat.com>
7781
7782 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7783 DEPRECATED_IN_SIGTRAMP.
7784 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7785 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7786 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7787 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7788 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7789 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7790 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7791 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7792 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7793 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7794
7795 2004-03-18 Andrew Cagney <cagney@redhat.com>
7796
7797 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7798 (struct frame_base_table_entry): Define.
7799 (struct frame_base_table): Re-implement as a linked list.
7800 (frame_base_init): Re-implement.
7801 (frame_base_table): Delete function.
7802 (append_predicate): Delete function.
7803 (frame_base_append_sniffer): Update.
7804 (frame_base_set_default): Update.
7805 (frame_base_find_by_frame): Update.
7806 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7807 * Makefile.in (frame-base.o): Update dependencies.
7808
7809 2004-03-17 Andrew Cagney <cagney@redhat.com>
7810
7811 * frame.c (legacy_get_prev_frame): Pass correct frame to
7812 frame_unwind_find_by_frame.
7813
7814 2004-03-17 David Carlton <carlton@kealia.com>
7815
7816 * NEWS: Mention C++ nested types and namespaces
7817
7818 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7819
7820 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7821 and "Regressions since gdb 5.3.". Add known regressions since
7822 gdb 6.0.
7823
7824 2004-03-16 David Carlton <carlton@kealia.com>
7825
7826 * dwarf2read.c (process_structure_scope): Process children even
7827 when we're a declaration.
7828
7829 2004-03-16 Andrew Cagney <cagney@redhat.com>
7830
7831 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7832 * blockframe.c (find_pc_partial_function)
7833 (find_pc_sect_partial_function): Merge into a single
7834 find_pc_partial_function.
7835
7836 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7837
7838 * i386bsd-nat.c: s/regno/regnum/g.
7839 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7840 FP0_REGNUM.
7841 (store_inferior_registers): Likewise.
7842
7843 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7844
7845 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7846 of i387_fill_fsave.
7847 (store_inferior_registers): Call i387_collect_fsave and
7848 i387_collect_fxsave instead of i387_fill_fsave and
7849 i387_fill_fxsave.
7850
7851 2004-03-15 Andrew Cagney <cagney@redhat.com>
7852
7853 * Makefile.in (frame-unwind.o): Update dependencies.
7854 * frame-unwind.c: Include "gdb_obstack.h".
7855 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7856 parameter.
7857 (append_predicate): Delete function.
7858 (struct frame_unwind_table_entry): New structure.
7859 (struct frame_unwind_table): Replace "sniffer" with "head" and
7860 "tail".
7861 (frame_unwind_append_sniffer): Update.
7862 (frame_unwind_find_by_frame): Update.
7863 (_initialize_frame_unwind): Registe frame_unwind_init using
7864 gdbarch_data_register_pre_init.
7865
7866 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7867
7868 * i386bsd-nat.c: Update copyright year.
7869 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7870 define unconditionally.
7871
7872 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7873
7874 * i387-tdep.h (i387_collect_fsave): New prototype.
7875 * i387-tdep.c (i387_collect_fsave): New function containing most
7876 of the code from i387_fill_fsave.
7877 (i387_fill_fsave): Call i387_collect_fsave.
7878
7879 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7880
7881 * i386-linux-tdep.c: Update copyright year.
7882 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7883 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7884 svr4_ilp32_link_map_offsets instead of
7885 i386_linux_svr4_fetch_link_map_offsets.
7886
7887 2004-03-15 David Carlton <carlton@kealia.com>
7888
7889 Fix for PR c++/1553:
7890 * dwarf2read.c (read_structure_type): Determine type name by
7891 calling determine_class_name.
7892 (determine_class_name): New.
7893 (determine_prefix): Look at TYPE_TAG_NAME and call
7894 determine_class_name when appropriate.
7895 (determine_prefix_aux, class_name): Delete.
7896 (read_namespace): Set die->type.
7897
7898 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7899
7900 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7901 unused macro definition. The definition in target.h (or perhaps
7902 elsewhere) takes precedence.
7903
7904 2004-03-15 Andrew Cagney <cagney@redhat.com>
7905
7906 * ppc-tdep.h: Update copyright.
7907 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7908 function signatures to match "regsets.h".
7909 * ppc-linux-tdep.c: Include "regset.h".
7910 (ELF_GREGSET_SIZE): Delete.
7911 (right_supply_register): New function.
7912 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7913 using right_supply_register.
7914 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7915 functions.
7916 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7917 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7918 (_initialize_ppc_linux_tdep): Do not register
7919 ppc_linux_regset_core_fns.
7920 (ppc_linux_regset_from_core_section): Replace
7921 fetch_core_registers.
7922 (ppc_linux_regset_core_fns): Delete.
7923 * ppc-linux-nat.c: (right_fill_reg): New function.
7924 (supply_gregset): Update call to ppc_linux_supply_gregset.
7925 (fill_gregset): Clear the register set, use right_fill_reg.
7926 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7927 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7928
7929 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7930 unsigned.
7931
7932 2004-03-15 Andrew Cagney <cagney@redhat.com>
7933
7934 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7935 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7936 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7937 and register_gdbarch_data.
7938 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7939 (struct gdbarch_data): Replace "init" by "pre_init" and
7940 "post_init".
7941 * gdbarch.h, gdbarch.c: Re-generate.
7942 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7943 with"obstack", use OBSTACK_ZALLOC.
7944 (dwarf2_frame_ops): Delete.
7945 (dwarf2_frame_set_init_reg): Use gdbarch_data.
7946 (dwarf2_frame_init_reg): Use gdbarch_data.
7947 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
7948 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
7949 (_initialize_svr4_solib): Update.
7950 * user-regs.c (_initialize_user_regs): Update.
7951 * reggroups.c (_initialize_reggroup): Update.
7952 * regcache.c (_initialize_regcache): Update.
7953 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7954 * libunwind-frame.c (_initialize_libunwind_frame): Update.
7955 * gnu-v3-abi.c (init_gnuv3_ops): Update.
7956 * frame-unwind.c (_initialize_frame_unwind): Update.
7957 * frame-base.c (_initialize_frame_base): Update.
7958 * user-regs.c (user_reg_add): Update.
7959 * reggroups.c (reggroup_add): Update.
7960 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
7961 * libunwind-frame.c (libunwind_frame_set_descr): Update.
7962 * frame-unwind.c (frame_unwind_append_sniffer): Update.
7963 * frame-base.c (frame_base_table): Update.
7964 * remote.c (_initialize_remote): Update.
7965 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
7966
7967 2004-03-15 Andrew Cagney <cagney@redhat.com>
7968
7969 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
7970
7971 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7972
7973 * Makefile.in (frv-linux-tdep.o): Add dependencies.
7974 * frv-linux-tdep.c: New file.
7975 * frv-tdep.c (struct gdbarch_tdep): Add new field
7976 ``sigcontext_reg_addr''.
7977 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
7978 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7979 (frv_sigramp_frame_sniffer): New functions.
7980 (frv_sigtramp_frame_unwind): New static global.
7981 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
7982 sniffers.
7983 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
7984 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
7985
7986 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7987
7988 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
7989 but not via a call to error(), when unable to read memory.
7990
7991 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7992
7993 * frv-tdep.c (frv_call_dummy_words): Delete.
7994 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7995
7996 2004-03-15 Andrew Cagney <cagney@redhat.com>
7997
7998 * infrun.c (handle_step_into_function, step_over_function): Only
7999 update and use STEP_FRAME_ID when the system is using legacy
8000 frames. Update comments.
8001
8002 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8003
8004 * amd64-linux-tdep.h: Remove file.
8005 * amd64-linux-tdep.c: Don't include "inferior.h" and
8006 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8007 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8008 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8009 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8010 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8011 macros.
8012 (user_to_gdb_regmap): Remove variable.
8013 (amd64_linux_gregset_reg_offset): New variable.
8014 (amd64_core_fns): Remove variable.
8015 (fetch_core_registers): Remove function.
8016 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8017 functions.
8018 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8019 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8020 * Makefile.in (amd64_linux_tdep_h): Remove.
8021 (amd64-linux-nat.o): Update dependencies.
8022 (amd64-linux-tdep.o): Update dependencies.
8023
8024 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8025 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8026 functions.
8027 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8028
8029 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8030 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8031
8032 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8033
8034 * dwarf2read.c (read_structure_type): Rename from
8035 read_structure_scope. Don't create a symbol or call process_die.
8036 Return immediately if die->type is set. Call read_type_die before
8037 dwarf2_add_member_fn.
8038 (process_structure_scope): New function.
8039 (read_enumeration_type, process_enumeration_scope): New functions,
8040 broken out from read_enumeration. Don't create the enumeration
8041 type if it has already been created.
8042 (read_enumeration): Removed.
8043 (process_die): Call read_structure_type, process_structure_scope,
8044 read_enumeration_type, and process_enumeration_scope. Just call
8045 new_symbol for base and subrange types. Add a comment about other
8046 type dies.
8047 (read_type_die): Call read_enumeration_type.
8048 (add_partial_structure, new_symbol): Update comments.
8049
8050 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8051
8052 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8053
8054 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8055
8056 * tui/tui-win.h (tui_get_cmd_list): Declare.
8057 * tui/tui-win.c (tui_command): New function.
8058 (tui_get_cmd_list): New function.
8059 (_initialize_tui_win): Moved initialization of tui command in
8060 tui_get_cmd_list.
8061
8062 * tui/tui-data.c (init_content_element): Setup new data members.
8063 (init_win_info): Likewise.
8064 (free_content_elements): Free it.
8065 * tui/tui-data.h (struct tui_data_element): Store the register
8066 content to print.
8067 (struct tui_data_info): Keep the current register group.
8068
8069 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8070
8071 * tui/tui-regs.h (tui_show_registers): Update prototype.
8072 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8073 (tui_resize_all): No need to calculate anything for register window.
8074 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8075 (tui_set_register_element, tui_set_general_regs_content): Remove.
8076 (tui_set_special_regs_content): Remove.
8077 (tui_set_general_and_special_regs_content): Remove.
8078 (tui_set_float_regs_content): Remove.
8079 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8080 (tui_set_regs_content): Remove.
8081 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8082 (tui_v_show_registers_command_support): Remove.
8083 (tui_show_registers): Use a reggroup to specify the registers to show.
8084 (tui_show_register_group): New function.
8085 (tui_display_registers_from): Compute the layout of register window
8086 and refresh with new API; be sure to delete old register windows.
8087 (tui_check_register_values): Update to use tui_get_register and
8088 tui_display_data.
8089 (tui_display_register): Just refresh the register window part.
8090 (tui_register_format): Format registers and save in tui_data_element.
8091 (tui_get_register): New to combine tui_reg_value_has_changed and
8092 tui_get_register_raw_value; fix to use the new gdb API.
8093 (tui_show_float_command): Renamed tui_reg_float_command.
8094 (tui_show_general_command): Renamed tui_reg_general_command.
8095 (tui_show_special_command): Renamed tui_reg_system_command.
8096 (_initialize_tui_regs): Remove unused commands.
8097
8098 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8099
8100 * NEWS (New native configurations): Mention OpenBSD/amd64.
8101
8102 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8103 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8104 Remove defines.
8105 * config/i386/nm-fbsd64.h: Likewise.
8106 * config/i386/nm-obsd.h: Likewise.
8107 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8108 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8109
8110 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8111
8112 * frv-tdep.c (set_variant_scratch_registers): New function.
8113 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8114 New constants.
8115
8116 From Richard Sandiford <rsandifo@redhat.com>:
8117 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8118
8119 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8120
8121 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8122 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8123 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8124 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8125 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8126 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8127 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8128 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8129 definitions from frv-tdep.c to frv-tdep.h.
8130
8131 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8132
8133 Add shared library support for FR-V FDPIC ABI:
8134 * Makefile.in (solib-frv.o): Add dependencies.
8135 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8136 New functions.
8137 (frv_push_dummy_call): Add support for FDPIC ABI.
8138 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8139 for FDPIC ABI.
8140 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8141 (frv_fdpic_find_canonical_descriptor): Declare.
8142 * solib-frv.c: New file.
8143 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8144 * config/frv/tm-frv.h (solib.h): Include.
8145
8146 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8147
8148 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8149 (frv-tdep.o): Update dependencies.
8150 * frv-tdep.h: New file.
8151 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8152 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8153 constants.
8154 (struct gdbarch_tdep): Add new member ``frv_abi''.
8155 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8156 functions.
8157 (new_variant): Set ``frv_abi'' field.
8158 (gdb_arch_init): Detect FDPIC executables.
8159
8160 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8161
8162 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8163 wrapper.
8164
8165 2004-03-11 Andrew Cagney <cagney@redhat.com>
8166
8167 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8168
8169 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8170
8171 * solist.h (master_so_list): New function.
8172 * solib.c (master_so_list): Likewise.
8173 * solib-svr4.c (enable_break): Iterate over so_list entries
8174 obtained from master list instead of entries obtained directly
8175 via svr4_current_sos().
8176
8177 2004-03-10 Ben Elliston <bje@gnu.org>
8178
8179 * MAINTAINERS: Update my mail address.
8180
8181 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8182
8183 * remote-m32r-sdi.c: Support hardware watchpoint.
8184
8185 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8186
8187 * user-regs.c: Update copyright years.
8188 (struct user_regs): Rename to gdb_user_regs.
8189 (append_user_reg, builtin_user_regs, user_regs_init)
8190 (user_reg_add, user_reg_map_name_to_regnum)
8191 (usernum_to_user_reg): Update.
8192
8193 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8194
8195 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8196 (skip_children): New functions.
8197 (locate_pdi_sibling): Call skip_children.
8198
8199 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8200
8201 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8202 * gdbtypes.c (check_typedef): Update comments.
8203
8204 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8205
8206 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8207 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8208 pointer. Update comment about comp_unit_head.
8209 (struct abbrev_info): Shorten two int flags.
8210 (dwarf_alloc_abbrev): Take a CU argument.
8211 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8212 each time through the loop. Update cleanup argument.
8213 (psymtab_to_symtab_1): Update cleanup call.
8214 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8215 abbrev_obstack.
8216 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8217 Just call obstack_free and clear the pointer.
8218
8219 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8220
8221 * infrun.c (handle_inferior_event): Remove short-circuit code for
8222 events in a different thread.
8223
8224 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8225
8226 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8227 print the whole transfer.
8228 (initialize_targets): Update description of "set debug target".
8229
8230 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8231
8232 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8233
8234 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8235
8236 * MAINTAINERS (write after approval): Add myself.
8237
8238 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8239
8240 * sh-tdep.c (sh_print_registers_info): Use for loop.
8241 Don't skip multiple registers when a float register is encountered.
8242
8243 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8244
8245 Fix PR tdep/1291.
8246 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8247 to official SH documentation.
8248
8249 2004-03-07 Andrew Cagney <cagney@redhat.com>
8250
8251 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8252 unused function.
8253
8254 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8255
8256 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8257 (arm_get_next_pc): Handle BX and BLX.
8258
8259 2004-03-07 Andrew Cagney <cagney@redhat.com>
8260
8261 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8262 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8263 HPPA_SP_REGNUM.
8264 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8265 (hppa_target_read_fp): Delete.
8266 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8267 register_virtual_size, max_register_raw_size,
8268 max_register_virtual_size, register_byte, register_size,
8269 target_read_fp, fp_regnum, and register_bytes. Set register_type
8270 instead of register_virtual_type.
8271 (hppa32_register_type, hppa64_register_type): Replace
8272 hppa32_register_virtual_type and hppa64_register_virtual_type.
8273 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8274 (HPPA_FP_REGNUM): Define.
8275
8276 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8277
8278 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8279 (pa_do_registers_info): Delete.
8280 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8281 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8282 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8283
8284 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8285 GDB_TARGET_IS_HPPA code.
8286 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8287 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8288 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8289 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8290 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8291 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8292 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8293 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8294 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8295 (hppa_frameless_function_invocation, hppa64_store_return_value)
8296 (hppa_store_struct_return, hppa64_extract_return_value)
8297 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8298 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8299 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8300 (find_proc_framesize, deposit_21, restore_pc_queue)
8301 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8302 (rp_saved, pc_in_linker_stub): Delete.
8303
8304 Unconditionally enable 64-bit frame and ABI code.
8305 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8306 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8307 push_dummy_frame, fix_call_dummy, push_arguments,
8308 call_dummy_location, extract_return_value, use_struct_convention,
8309 store_return_value, store_struct_return, saved_pc_after_call,
8310 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8311 frame_chain, frame_chain_valid, frameless_function_invocation,
8312 frame_saved_pc, and pop_frame.
8313
8314 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8315 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8316 (hppa_gdbarch_init): Do not set PC_REGNUM.
8317
8318 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8319
8320 * config/alpha/tm-fbsd.h: Remove file.
8321 * config/alpha/fbsd.mt: Tweak comment.
8322 (TM_FILE): Set to tm-alpha.h.
8323
8324 2004-03-05 Andrew Cagney <cagney@redhat.com>
8325
8326 * infrun.c (step_over_function): When non-legacy code, and no
8327 step_frame_id, use the unwinder to get the caller's frame ID.
8328
8329 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8330
8331 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8332 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8333 bfd_arch_unknown. Adjust comment.
8334
8335 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8336 * i386obsd-tdep.c: Correct spelling in comment.
8337 * i386nbsd-tdep.c: Correct spelling in comment.
8338 * sparc-tdep.c: Correct spelling in comments.
8339
8340 2004-03-05 David Carlton <carlton@kealia.com>
8341
8342 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8343 bug.
8344
8345 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8346
8347 * sparc-tdep.c: Fix typo in comment.
8348
8349 2004-03-04 J. Brobecker <brobecker@gnat.com>
8350
8351 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8352
8353 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8354
8355 * dwarf2read.c: Add comment describing memory lifetimes.
8356 (struct dwarf2_pinfo): Update comment.
8357 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8358 (read_enumeration, new_symbol): Don't use obsavestring.
8359
8360 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8361
8362 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8363 instead of amd64_fill_fxsave.
8364 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8365 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8366
8367 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8368 Reorganize code a bit.
8369
8370 2004-03-04 Orjan Friberg <orjanf@axis.com>
8371
8372 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8373 when the frame pointer is pushed. Don't set the frame pointer's
8374 address on the stack unless it's actually located there.
8375 Set the SRP's address on the stack correctly when the PC is still in
8376 the prologue.
8377 (cris_return_value): New function.
8378 (cris_gdbarch_init): Clear deprecated store_return_value,
8379 extract_return_value.
8380
8381 2004-03-02 Jim Blandy <jimb@redhat.com>
8382
8383 * stabsread.c (reg_value_complaint): The maximum register number
8384 is one less than the number of registers.
8385
8386 2004-03-02 Andrew Cagney <cagney@redhat.com>
8387
8388 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8389 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8390 trailing comma and redundant assignment of I386_ST0_REGNUM.
8391 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8392 32-bit segment registers.
8393
8394 2004-03-01 Andrew Cagney <cagney@redhat.com>
8395
8396 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8397 use frame_relative_level and get_next_frame.
8398
8399 2004-02-29 Andrew Cagney <cagney@redhat.com>
8400
8401 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8402 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8403 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8404 Delete macro.
8405
8406 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8407
8408 * inflow.c (terminal_inferior): Don't give up the terminal if we
8409 previously couldn't get the inferior's terminal state.
8410
8411 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8412
8413 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8414 PC_REGNUM.
8415
8416 2004-02-28 Andrew Cagney <cagney@redhat.com>
8417
8418 * NEWS: Refer to GDB 6.1.
8419 * README: Refer to GDB 6.1.
8420 * PROBLEMS: Refer to GDB 6.1.
8421
8422 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8423
8424 * thread-db.c (disable_thread_signals): Remove unused function.
8425
8426 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8427
8428 * amd64-nat.c: Include "gdb_string.h".
8429 (amd64_collect_native_gregset): Zero-extend the 32-bit
8430 general-purpose registers and %eip.
8431
8432 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8433 * amd64-tdep.c (amd64_collect_fxsave): New function.
8434 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8435
8436 * i387-tdep.h: Update copyright year.
8437 (i387_collect_fxsave): New prototype.
8438 * i387-tdep.c: Update copyright year.
8439 (i387_collect_fxsave): New function containing most of the code
8440 from i387_fill_fxsave.
8441 (i387_fill_fxsave): Call i387_collect_fxsave.
8442
8443 2004-02-28 Andrew Cagney <cagney@redhat.com>
8444
8445 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8446 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8447
8448 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8449
8450 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8451
8452 2004-02-28 Andrew Cagney <cagney@redhat.com>
8453
8454 * utils.c: Use "", instead of <>, to include readline.
8455 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8456 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8457 * source.c, solib.c, exec.c, event-top.c: Ditto.
8458 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8459 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8460 * Makefile.in: Update all dependencies.
8461 (readline_tilde_h, readline_history_h): Define.
8462 (readline_headers): Delete.
8463
8464 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8465
8466 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8467 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8468 "config/i386/tm-lx64.h".
8469
8470 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8471 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8472 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8473
8474 2004-02-28 Andrew Cagney <cagney@redhat.com>
8475
8476 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8477
8478 * breakpoint.c (_initialize_breakpoint): Use
8479 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8480 Add help to show command.
8481
8482 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8483
8484 * i386-nat.c: Reformat to be closer to coding standards.
8485 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8486 `retval'. Make variables `align' and `size' local to while-loop.
8487 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8488 (_initialize_i386_nat): New prototype.
8489
8490 * tui/tui.c: Include <readline/readline.h> instead of
8491 "readline/readline.h". Include it after <term.h> and
8492 "gdb_curses.h".
8493
8494 2004-02-27 Andrew Cagney <cagney@redhat.com>
8495
8496 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8497 the new frame unwind code.
8498 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8499 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8500 PCOQ_HEAD_REGNUM.
8501
8502 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8503 "return_value" and "push_dummy_call".
8504 (hppa32_use_struct_convention): Delete unused function.
8505 (hppa32_store_return_value): Delete unused function.
8506 (hppa32_extract_return_value): Delete unused function.
8507 (hppa32_stack_align): Delete function.
8508
8509 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8510
8511 * coffread.c (enter_linenos): Don't let rawptr reference memory
8512 outside linetab[]'s limits.
8513
8514 2004-02-27 Andrew Cagney <cagney@redhat.com>
8515
8516 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8517 inferior stack space - the stack needs to grow upwards.
8518 (hppa32_frame_align): New function.
8519 (hppa64_frame_align): Replace hppa_frame_align.
8520 (hppa_gdbarch_init): Update.
8521
8522 2004-02-26 Orjan Friberg <orjanf@axis.com>
8523
8524 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8525 (dwarf2-frame.h): Include.
8526 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8527 Remove static variables related to ABI setting.
8528 (struct gdbarch_tdep): Remove cris_abi member.
8529 (struct frame_extra_info): Remove.
8530 (cris_unwind_cache, stack_item): New structs.
8531 (cris_frame_unwind, cris_frame_base): New variables.
8532 (push_stack_item, pop_stack_item)
8533 (cris_frame_unwind_cache, cris_frame_this_id)
8534 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8535 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8536 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8537 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8538 (cris_reg_struct_has_addr): New functions.
8539 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8540 (cris_frame_saved_pc, cris_saved_pc_after_call,
8541 (cris_store_struct_return, cris_frameless_function_invocation)
8542 (cris_pop_frame, cris_skip_prologue_main)
8543 (cris_abi_original_store_return_value)
8544 (cris_abi_v2_store_return_value)
8545 (cris_abi_original_extract_return_value)
8546 (cris_abi_v2_extract_return_value)
8547 (cris_abi_original_reg_struct_has_addr)
8548 (cris_abi_v2_reg_struct_has_addr)
8549 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8550 (cris_push_return_address, cris_abi_update): Remove.
8551 (_initialize_cris_tdep): Remove ABI command.
8552 (cris_dump_tdep): Ditto.
8553 (cris_gdbarch_init): Remove ABI command.
8554 Set store_return_value, extract_return_value, push_dummy_code,
8555 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8556 frame_unwind_append_sniffer, frame_base_set_default.
8557 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8558 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8559 sizeof_call_dummy_words, get_saved_register, push_return_address,
8560 pop_frame, store_struct_return, frame_init_saved_regs,
8561 init_extra_frame_info, frameless_function_invocation, frame_chain,
8562 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8563 dummy_write_sp.
8564
8565 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8566
8567 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8568 * valprint.c (print_hex_chars): Change from static to external.
8569 (print_char_chars): New function.
8570 * printcmd.c (print_scalar_formatted): For integer and enum types
8571 that are longer than LONGEST, perform processing via appropriate
8572 print_*_chars routines.
8573
8574 2004-02-26 Andrew Cagney <cagney@redhat.com>
8575
8576 * Makefile.in: Update dependencies.
8577 Changes from Ulrich Weigand,
8578 * s390-tdep.c: Include "dwarf2-frame.h".
8579 (s390_dwarf2_frame_init_reg): New function.
8580 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8581 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8582
8583 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8584
8585 * breakpoint.c (pending_break_support): New setting variable.
8586 (break_command_1): Account for pending_break_support setting
8587 when creating pending breakpoints.
8588 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8589 (_initialize_breakpoint): Add "set breakpoint pending" and
8590 "show breakpoint pending" commands.
8591
8592 2004-02-26 Andrew Cagney <cagney@redhat.com>
8593
8594 Fix PR i18n/1570.
8595 * charset.c (backslashable, backslashed, represented): Remove 'e'
8596 from list of escaped characters, not part of ISO-C.
8597
8598 2004-02-25 J. Brobecker <brobecker@gnat.com>
8599
8600 From Peter Schauer <schauer@pdf.de>:
8601 * tui/tui.c: Move system header includes after local includes.
8602 Fixes a build failure on solaris systems.
8603
8604 2004-02-25 J. Brobecker <brobecker@gnat.com>
8605
8606 * configure.in: Refine the previous change.
8607 * configure: Regenerate.
8608
8609 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8610
8611 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8612 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8613 "amd64-tdep.h" instead of "x86-64-tdep.h".
8614 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8615 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8616 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8617 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8618 and "x86-64-tdep.c".
8619 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8620 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8621 and "x86-64-tdep.c".
8622 * amd64bsd-nat.c: Update copyright year.
8623 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8624 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8625 "x86-64-tdep.h".
8626 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8627 "x86-64-tdep.h".
8628 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8629 "x86-64-tdep.h".
8630 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8631 "x86-64-tdep.h".
8632 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8633 "x86-64-tdep.h".
8634 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8635 "x86-64-tdep.h".
8636 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8637 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8638 * Makefile.in (amd64_linux_tdep_h): Renamed from
8639 x86_64_linux_tdep_h.
8640 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8641 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8642 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8643 (amd64obsd-tdep.o): Update dependencies.
8644 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8645 dependencies.
8646 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8647 dependencies.
8648 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8649 amd64-linux-nat.c amd64-linux-tdep.c.
8650 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8651 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8652 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8653 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8654 amd64-tdep.o and amd64-linux-tdep.o.
8655 (TM_FILE): Set to tm-linux64.h.
8656 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8657 (NAT_FILE): Set to nm-linux64.h.
8658 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8659 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8660 amd64-tdep.o.
8661 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8662 amd64-tdep.o.
8663 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8664 amd64-tdep.o.
8665
8666 2004-02-25 Roland McGrath <roland@redhat.com>
8667
8668 * remote.c (remote_protocol_qPart_auxv): New variable.
8669 (init_all_packet_configs): Initialize it.
8670 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8671 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8672 (show_remote_cmd): Call it.
8673 (_initialize_remote): Initialize commands.
8674 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8675 service TARGET_OBJECT_AUXV requests.
8676
8677 2004-02-25 J. Brobecker <brobecker@gnat.com>
8678
8679 * configure.in: Make sure that the wborder function is available.
8680 Otherwise, search for it in the cur_colr library.
8681 * configure: Regenerate.
8682
8683 2004-02-25 Andrew Cagney <cagney@redhat.com>
8684
8685 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8686
8687 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8688
8689 * config/i386/tm-x86-64linux.h: Tweak comments.
8690
8691 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8692
8693 * MAINTAINERS: Add self to write-after-approval list.
8694
8695 2004-02-25 Andrew Cagney <cagney@redhat.com>
8696
8697 PR cli/1566. Problem found, and fix suggested by David Allan.
8698 * cli/cli-script.c (execute_control_command): Unconditionally
8699 install a cleanup. Default "ret" to "invalid_control". Use
8700 "break" instead of "return" to escape from the switch.
8701
8702 2004-02-24 J. Brobecker <brobecker@gnat.com>
8703
8704 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8705 with the lines macro defined in term.h on AiX.
8706 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8707 a collision with the label_width macro defined in term.h on AiX.
8708
8709 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8710
8711 Committed by Kevin Buettner <kevinb@redhat.com>.
8712
8713 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8714 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8715 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8716 instead of ia64_write_pc().
8717 * ia64-linux-tdep.c (regcache.h): Include.
8718 (ia64_linux_write_pc): New function.
8719
8720 2004-02-23 Roland McGrath <roland@redhat.com>
8721
8722 * auxv.c (info_auxv_command): Fix typos in error messages.
8723
8724 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8725
8726 * x86-64-tdep.h: Tweak comment.
8727 (enum amd64_regnum): New.
8728 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8729 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8730 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8731 (X86_64_XMM1_REGNUM): Removed.
8732 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8733 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8734 prototypes for renamed functions.
8735 * x86-64-tdep.c: Fix typo.
8736 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8737 register numbers.
8738 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8739 Use constants from `enum amd64_regnum' for register numbers.
8740 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8741 (amd64_analyze_prologue, amd64_frame_cache,
8742 amd64_sigtramp_frame_cache): Use constants from `enum
8743 amd64_regnum' for register numbers.
8744 (amd64_supply_fpregset): Adjust for renamed functions.
8745 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8746 `enum amd64_regnum' for register numbers.
8747 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8748 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8749 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8750 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8751 (amd64_linux_fill_gregset): Adjust for renamed macros.
8752 (fetch_core_registers): Adjust for renamed functions.
8753 (amd64_linux_init_abi): Adjust for renamed functions.
8754 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8755 renamed functions.
8756 * amd64-nat.c: Adjust for renamed macros.
8757 * amd64bsd-nat.c (fetch_inferior_registers)
8758 (store_inferior_registers): Use constants from `enum amd64_regnum'
8759 for register numbers. Adjust for renamed variables.
8760 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8761 renamed variables.
8762 (_initialize_amd64fbsd_nat): Use constants from `enum
8763 amd64_regnum' for register numbers.
8764 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8765 `enum amd64_regnum' for register numbers.
8766 (amd64fbsd_init_abi): Adjust for renamed functions.
8767 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8768 `enum amd64_regnum' for register numbers.
8769 (amd64nbsd_init_abi): Adjust for renamed functions.
8770 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8771 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8772 `enum amd64_regnum' for register numbers.
8773 (amd64obsd_init_abi): Adjust for renamed functions.
8774 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8775
8776 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8777
8778 * breakpoint.c (print_one_breakpoint): Do not output spaces
8779 after printing <PENDING> for a pending breakpoint.
8780
8781 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8782
8783 * printcmd.c (print_scalar_formatted): Initialize val_long
8784 to remove compiler warning message.
8785
8786 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8787
8788 * defs.h (nquery, yquery): New prototypes.
8789 * breakpoint.c (break_command_1): Use new nquery interface.
8790 * utils.c (defaulted_query, nquery, yquery): New functions.
8791
8792 2004-02-23 Andrew Cagney <cagney@redhat.com>
8793
8794 * hppa-tdep.c (hppa_frame_align): New function.
8795 (hppa32_push_dummy_call): New function.
8796 (hppa64_push_dummy_call): New function.
8797 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8798 disabled.
8799
8800 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8801 FIX_CALL_DUMMY when push_dummy_call is available.
8802 (call_function_by_hand, push_dummy_code): Ditto.
8803
8804 2004-02-22 Andrew Cagney <cagney@redhat.com>
8805
8806 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8807 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8808 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8809 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8810 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8811 call_dummy_location to ON_STACK.
8812
8813 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8814
8815 * x86-64-linux-tdep.c: Tweak comment.
8816 (amd64_linux_supply_gregset): Renamed from
8817 x86_64_linux_supply_gresget.
8818 (amd64_linux_fill_gregset): Renamed from
8819 x86_64_linux_fill_gregset.
8820 (fetch_core_registers): Adjust for renamed functions.
8821 (amd64_core_fns): Renamed from x86_64_core_fns.
8822 (amd64_linux_sigtramp_start): Renamed from
8823 x86_64_linux_sigtramp_start.
8824 (amd64_linux_pc_in_sigtramp): Renamed from
8825 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8826 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8827 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8828 (amd64_linux_sigcontext_addr): Renamed from
8829 x86_64_linux_sigcontext_addr.
8830 (amd64_linux_sc_reg_offset): Renamed from
8831 x86_64_linux_sc_reg_offset.
8832 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8833 Adjust for renamed functions and variables.
8834 (_initialize_amd64_linux_tdep): Renamed from
8835 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8836 variables.
8837 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8838 Adjust for renamed functions.
8839
8840 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8841 from x86_64_linux_gregset64_reg_offset.
8842 (amd64_linux_gregset32_reg_offset): Rename from
8843 x86_64_linux_gregset64_reg_offset.
8844 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8845 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8846 (amd64_linux_dr_set_control): Renamed from
8847 x86_64_linux_dr_set_control. Adjust for renamed functions.
8848 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8849 Adjust for renamed functions.
8850 (amd64_linux_dr_reset_addr): Renamed from
8851 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8852 (amd64_linux_dr_get_status): Renamed from
8853 x86_64_linux_dr_get_status. Adjust for renamed functions.
8854 (_initialize_amd64_linux_nat): Renamed from
8855 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8856 functions.
8857 * config/i386/nm-x86-64linux.h: Update copyright year.
8858 Adjust for renamed functions.
8859
8860 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8861 amd64fbsd_sigtramp_start.
8862 (amd64fbsd_sigtramp_end_addr): Renamed from
8863 amd64fbsd_sigtramp_end.
8864 (amd64fbsd_init_abi): Adjust for renamed variables.
8865 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8866 variables.
8867 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8868 amd64fbsd_sigtramp_start.
8869 (amd64fbsd_sigtramp_end_addr): Renamed from
8870 amd64fbsd_sigtramp_end.
8871
8872 2004-02-22 Andrew Cagney <cagney@redhat.com>
8873
8874 * hppa-tdep.c (hppa32_return_value): New function.
8875 (hppa64_return_value): New function.
8876 (hppa_gdbarch_init): Set return_value; keep disabled.
8877
8878 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8879 struct-return and inferior function call methods.
8880
8881 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8882 "frame-base.h".
8883 (struct hppa_frame_cache): Define.
8884 (hppa_frame_cache, hppa_frame_this_id): New functions.
8885 (hppa_frame_prev_register): New function.
8886 (hppa_frame_unwind, hppa_frame_base): New variables.
8887 (hppa_frame_unwind_sniffer): New function.
8888 (hppa_frame_base_address, hppa_unwind_pc): New function.
8889 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8890 sniffer, and frame base sniffer; keep disabled.
8891 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8892 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8893
8894 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8895 to predicates for "seriously old code".
8896
8897 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8898 runtime if(0).
8899
8900 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8901 unsigned.
8902 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
8903
8904 * config/pa/tm-hppa.h: Update copyright.
8905 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8906 (deprecated_init_frame_pc_default): Delete declaration.
8907 (hppa_frame_init_saved_regs): Delete declaration.
8908 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8909 * hppa-tdep.c: Include "arch-utils.h".
8910 (hppa_gdbarch_init): Set deprecated init_frame_pc
8911 and deprecated frame_init_saved_regs.
8912 (hppa_frame_init_saved_regs): Make static.
8913
8914 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8915
8916 Remove old 386BSD support.
8917 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
8918 * configure.host: Remove i[34567]86-*-bsd*.
8919 * configure.tgt: Remove i[34567]86-*-bsd*.
8920 * i386b-nat.c: Removed.
8921 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
8922 (i386b-nat.o): Remove dependencies.
8923
8924 * config/i386/i386bsd.mh: Removed.
8925 * config/i386/i386bsd.mt: Removed.
8926 * config/i386/nm-i386bsd.h: Removed.
8927 * config/i386/tm-i386bsd.h: Removed.
8928 * config/i386/xm-i386bsd.h: Removed.
8929
8930 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8931
8932 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8933 (amd64fbsd_init_abi): Set link map offsets.
8934 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8935 (amd64nbsd_init_abi): Set link map offsets.
8936 * amd64obsd-tdep.c: Include "solib-svr4.h".
8937 (amd64obsd_init_abi): Set link map offsets.
8938 * i386fbsd-tdep.c: Include "solib-svr4.h".
8939 (i386fbsd_init_abi): Set link map offsets.
8940 * i386nbsd-tdep.c: Include "solib-svr4.h".
8941 (i386nbsdelf_init_abi): Set link map offsets.
8942 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8943 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8944 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
8945 solib-legacy.o and core-aout.o. Reformat.
8946 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
8947 solib-svr4.o, solib-legacy.o. Reformat.
8948 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
8949 * config/i386/nbsdelf.mh: Reformat.
8950 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
8951 solib-svr4.o, solib-legacy.o and corelow.o.
8952 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
8953 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
8954 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
8955 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8956 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8957 (TM_FILE): Set to tm-fbsd.h.
8958 * config/i386/nbsd.mt (TDEPFILES): Reformat.
8959 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
8960 solib-svr4.o.
8961 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
8962 solib-svr4.o.
8963 (TM_FILE): Set to nm-nbsd.h.
8964 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
8965 Simplify shared library support. Don't include "elf/common.h".
8966 (SVR4_SHARED_LIBS): Don't define.
8967 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
8968 "solib.h".
8969 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
8970 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
8971 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
8972 Don't include "i386/tm-i386.h". Include "solib.h".
8973 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
8974 Don't include "i386/tm-i386.h".
8975 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
8976 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
8977 Include "i386/xm-i386.h".
8978 (HOST_LONG_DOUBLE_FORMAT): Remove.
8979
8980 Fix OpenBSD/i386 sigtramp recognition.
8981 * i386-tdep.h: Update copyright year.
8982 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
8983 (i386bsd_sigtramp_end): New prototypes.
8984 (i386fbsd_sigtramp_start_addr): Renamed from
8985 i386fbsd_sigtramp_start.
8986 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8987 (i386obsd_sigtramp_start_addr): Renamed from
8988 i386obsd_sigtramp_start.
8989 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8990 * i386bsd-tdep.c: Update copyright year.
8991 (i386bsd_pc_in_sigtramp): Make public.
8992 * i386fbsd-nat.c: Update copyright year.
8993 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8994 * i386fbsd-tdep.c: Update copyright year.
8995 (i386fbsd_sigtramp_start_addr): Renamed from
8996 i386fbsd_sigtramp_start.
8997 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8998 (i386fbsdaout_init_abi): Adjust for renamed variables.
8999 * i386obsd-nat.c: Update copyright year.
9000 (_initialize_i386obsd_nat): Adjust for renamed variables.
9001 * i386obsd-tdep.c: Include "target.h".
9002 (i386obsd_page_size): New variable.
9003 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9004 (i386obsd_sigtramp_end): New functions.
9005 (i386obsd_sigtramp_start_addr): Renamed from
9006 i386obsd_sigtramp_start.
9007 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9008 (i386obsd_init_abi): Adjust for renamed variables. Set
9009 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9010 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9011
9012 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9013 trampoline change in OpenBSD kernel.
9014
9015 * amd64-nat.c: Update copyright year.
9016 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9017 architecture from REGCACHE.
9018
9019 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9020 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9021
9022 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9023
9024 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9025 i[34567]86-*-openbsd3.[0-3].
9026 * config/i386/obsdaout.mh: New file.
9027
9028 * config/i386/obsd.mh (MH_FLAGS): Remove.
9029
9030 Fix PR build/1549.
9031 * i386obsd-tdep.c: Update copyright years. Include
9032 "solib-svr4.h".
9033 (i386obsd_init_abi): Don't set regset_from_core_section here.
9034 (i386obsd_aout_init_abi): New function. Set
9035 regset_from_core_section here.
9036 (i386obsd_elf_init_abi): New function.
9037 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9038 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9039 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9040 (TM_FILE): Set to tm-nbsd.h.
9041
9042 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9043 solib-sunos.o.
9044
9045 * solib-svr4.h: Update copyright year.
9046 (svr4_ilp32_fetch_link_map_offsets)
9047 (svr4_lp64_fetch_link_map_offsets): New prototype.
9048 * solib-svr4.c: Update copyright year.
9049 (svr4_ilp32_fetch_link_map_offsets)
9050 (svr4_lp64_fetch_link_map_offsets): New function.
9051
9052 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9053
9054 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9055 to the partial symbol table.
9056
9057 2004-02-20 J. brobecker <brobecker@gnat.com>
9058
9059 * PROBLEMS: Add description of problem documented under gdb/1560.
9060
9061 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9062
9063 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9064 comments.
9065 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9066 functions.
9067 (amd64obsd_init_abi): Reorder initializations. Use
9068 amd64obsd_r_reg_offset to initialize the general-purpose register
9069 set details. Set regset_from_core_section.
9070 (_initialize_amd64obsd_tdep): Rename from
9071 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9072 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9073 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9074
9075 * NEWS (New native configurations): Mention OpenBSD/alpha.
9076 * configure.tgt: Add alpha*-*-openbsd*.
9077 * configure.host: Add alpha*-*-openbsd*.
9078 * alphanbsd-tdep.c: Update copyright year.
9079 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9080
9081 2004-02-20 Andrew Cagney <cagney@redhat.com>
9082
9083 Fix PR tdep/1372.
9084 * configure.tgt: Delete target "none-*-*".
9085 * configure.host: Delete host "none-*-*".
9086 * config/none/none.mh: Delete file.
9087 * config/none/none.mt: Delete file.
9088 * config/none/xm-none.h: Delete file.
9089 * config/none/tm-none.h: Delete file.
9090 * config/none/nm-none.h: Delete file.
9091
9092 2004-02-19 Fred Fish <fnf@redhat.com>
9093
9094 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9095 cache->uses_fp prior to setting it.
9096
9097 2004-02-19 Fred Fish <fnf@redhat.com>
9098
9099 Fix for PR breakpoint/1558.
9100 * sh-tdep.c (IS_JSR): New macro.
9101 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9102
9103 2004-02-19 Jim Blandy <jimb@redhat.com>
9104
9105 * findvar.c (value_from_register): Doc fix.
9106
9107 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9108
9109 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9110 type being greater than sizeof of host's LONGEST. Always use
9111 unpack_long() unless format 'f' chosen.
9112
9113 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9114
9115 Committed by Elena Zannoni <ezannoni@redhat.com>
9116
9117 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9118 contains a symbol wich is the best, non-exact match for the given
9119 pc. Update comments.
9120
9121 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9122
9123 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9124 macro, which was part of the now removed Mach 3 port.
9125 * utils.c (request_quit): Ditto.
9126
9127 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9128
9129 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9130 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9131
9132 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9133
9134 Committed by Mark Kettenis <kettenis@gnu.org>.
9135
9136 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9137 Define.
9138
9139 2004-02-18 Andrew Cagney <cagney@redhat.com>
9140
9141 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9142 CONFIG_INSTALL and CONFIG_UNINSTALL.
9143 * configure: Re-generate.
9144 * interps.h (INTERP_TUI): Define.
9145 * Makefile.in: Update dependencies.
9146 (TUI): New macro.
9147 (tui-main.o): Specify dependencies.
9148 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9149 * tui/tui-main.c: New file.
9150
9151 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9152
9153 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9154 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9155 dependencies.
9156 * configure.host: Add x86_64-*-openbsd*.
9157 * configure.tgt: Add x86_64-*-openbsd*.
9158 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9159
9160 * tui/tui.c: Don't include <malloc.h>.
9161
9162 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9163 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9164 amd64nbsd-tdep.c.
9165
9166 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9167 static. Remove extraneous whitespace.
9168 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9169 static.
9170
9171 2004-02-17 Jim Blandy <jimb@redhat.com>
9172
9173 * findvar.c (value_from_register): Doc fix.
9174
9175 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9176
9177 Committed by Jim Blandy <jimb@redhat.com>.
9178
9179 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9180 CORE_ADDR as type for selectors. Correct types for GNU run time
9181 message lookup function to use double indirection.
9182 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9183 * objc-lang.h (lookup_child_selector): Adapt prototype.
9184
9185 * s390-nat.c (SUBOFF): New macro.
9186 (supply_gregset, fill_gregset): Use it to handle debugging
9187 of 32-bit exectuables running under a 64-bit kernel.
9188 * s390-tdep.c: Include "solib-svr4.h".
9189 (s390_svr4_fetch_link_map_offset): New function.
9190 (s390x_svr_fetch_link_map_offset): Likewise.
9191 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9192 * Makefile.in (s390-tdep.o): Update dependencies.
9193
9194 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9195 "frame-unwind.h".
9196 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9197 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9198 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9199 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9200 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9201 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9202 S390_SIGNAL_FRAMESIZE,
9203 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9204 (struct frame_extra_info): Remove.
9205 (s390_memset_extra_info): Remove.
9206 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9207 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9208 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9209 (is_rse): Renamed to ...
9210 (is_rsy): ... this. Support long displacements.
9211 (is_rxe): Renamed to ...
9212 (is_rxy): ... this. Support long displacements.
9213 (compute_x_addr): Support long displacements.
9214 (struct s390_prologue_data): New data type.
9215 (s390_on_stack): Change API to use struct s390_prologue_data.
9216 (s390_store): Reimplement.
9217 (s390_load): New function.
9218 (s390_get_signal_frame_info): Remove.
9219 (s390_get_frame_info): Remove, replace by ...
9220 (s390_analyze_prolog): ... this new function.
9221 (s390_check_function_end): Remove.
9222 (s390_function_start): Remove.
9223 (s390_frameless_function_invokation): Remove.
9224 (s390_is_sigreturn): Remove.
9225 (s390_init_frame_pc_first): Remove.
9226 (s390_init_frame_extra_info): Remove.
9227 (s390_frame_init_saved_regs): Remove.
9228 (s390_frame_saved_pc_nofix): Remove.
9229 (s390_frame_saved_pc): Remove.
9230 (s390_frame_chain): Remove.
9231 (s390_fp_regnum, s390_read_fp): Remove.
9232 (s390_pop_frame_regular, s390_pop_frame): Remove.
9233 (s390_saved_pc_after_call): Remove.
9234 (s390_skip_prologue): Reimplement.
9235 (s390_in_function_epilogue_p): Support long displacements.
9236 (struct s390_unwind_cache): New data structure.
9237 (s390_frame_unwind_cache): New function.
9238 (s390_prologue_frame_unwind_cache): Likewise.
9239 (s390_backchain_frame_unwind_cache): Likewise.
9240 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9241 (s390_frame_unwind): Define.
9242 (s390_frame_sniffer): New function.
9243 (struct s390_pltstub_unwind_cache): New data structure.
9244 (s390_pltstub_frame_unwind_cache): New function.
9245 (s390_pltstub_frame_this_id): Likewise.
9246 (s390_pltstub_frame_prev_register): Likewise.
9247 (s390_pltstub_frame_unwind): Define.
9248 (s390_pltstub_frame_sniffer): New function.
9249 (struct s390_sigtramp_unwind_cache): New data structure.
9250 (s390_sigtramp_frame_unwind_cache): New function.
9251 (s390_sigtramp_frame_this_id): Likewise.
9252 (s390_sigtramp_frame_prev_register): Likewise.
9253 (s390_sigtramp_frame_unwind): Define.
9254 (s390_sigtramp_frame_sniffer): New function.
9255 (s390_frame_base_address, s390_local_base_address): New functions.
9256 (s390_frame_base): Define.
9257 (s390_unwind_pc, s390_unwind_sp): New function.
9258 (s390_push_dummy_call): Use new frame base location.
9259 (s390_unwind_dummy_id): Likewise.
9260 (s390_gdbarch_init): Remove calls to:
9261 set_gdbarch_frameless_function_invocation,
9262 set_gdbarch_deprecated_init_frame_pc,
9263 set_gdbarch_deprecated_frame_chain,
9264 set_gdbarch_deprecated_frame_init_saved_regs,
9265 set_gdbarch_deprecated_pop_frame,
9266 set_gdbarch_deprecated_init_extra_frame_info,
9267 set_gdbarch_deprecated_init_frame_pc_first,
9268 set_gdbarch_deprecated_target_read_fp,
9269 set_gdbarch_deprecated_frame_saved_pc,
9270 set_gdbarch_deprecated_saved_pc_after_call,
9271 set_gdbarch_deprecated_fp_regnum.
9272 Add calls to:
9273 set_gdbarch_in_solib_call_trampoline,
9274 frame_unwind_append_sniffer,
9275 frame_base_set_default,
9276 set_gdbarch_unwind_pc,
9277 set_gdbarch_unwind_sp.
9278 * Makefile.in (s390-tdep.o): Update dependencies.
9279
9280 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9281 (S390_STACK_FRAME_OVERHEAD): Remove.
9282 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9283 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9284 (s390_promote_integer_argument): Remove.
9285 (s390_cannot_extract_struct_value_address): Remove.
9286 (s390_use_struct_convention, s390_store_struct_return): Remove.
9287 (s390_extract_return_value, s390_store_return_value): Remove.
9288 (s390_return_value_convention, s390_return_value): New functions.
9289 (is_float_singleton): Handle typedefs.
9290 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9291 Remove, replace by ...
9292 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9293 s390_function_arg_integer): ... these new functions.
9294 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9295 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9296 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9297 Fill in tdep->abi.
9298 Remove calls to:
9299 set_gdbarch_deprecated_store_struct_return,
9300 set_gdbarch_deprecated_extract_return_value,
9301 set_gdbarch_deprecated_store_return_value,
9302 set_gdbarch_use_struct_convention,
9303 set_gdbarch_extract_struct_value_address,
9304 set_gdbarch_deprecated_pc_in_call_dummy,
9305 set_gdbarch_deprecated_push_arguments,
9306 set_gdbarch_deprecated_save_dummy_frame_tos,
9307 set_gdbarch_deprecated_push_return_address,
9308 set_gdbarch_deprecated_sizeof_call_dummy_words,
9309 set_gdbarch_deprecated_call_dummy_words,
9310 set_gdbarch_deprecated_dummy_write_sp.
9311 Add calls to:
9312 set_gdbarch_push_dummy_call,
9313 set_gdbarch_unwind_dummy_id,
9314 set_gdbarch_return_value.
9315
9316 * config/s390/nm-linux.h: Update comments.
9317 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9318 (STOPPED_BY_WATCHPOINT): Redefine.
9319 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9320 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9321 (s390_stopped_by_watchpoint): Likewise.
9322 (watch_area_cnt): Remove.
9323 * s390-nat.c: Update comments.
9324 (watch_area): Remove typedef.
9325 Global replace watch_area by struct watch_area.
9326 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9327 (s390_stopped_by_watchpoint): Remove pid argument,
9328 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9329 (s390_fix_watch_points): Remove pid argument,
9330 use s390_inferior_tid. Recompute area spanned by watchpoints.
9331 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9332 argument. Reimplement.
9333
9334 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9335 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9336 (FETCH_INFERIOR_REGISTERS): Define.
9337 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9338 core-regset.o.
9339 * config/s390/s390x.mt: Remove.
9340 * config/s390/tm-s390.h: Remove.
9341 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9342 (TARGET_ELF64): Remove.
9343 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9344 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9345 s390*-*-* case; always set gdb_target to s390.
9346 * regformats/reg-s390.dat: Remove control registers.
9347 * regformats/reg-s390x.dat: Likewise.
9348 * s390-tdep.h: New file.
9349 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9350 Include "inferior.h" and "s390-tdep.h".
9351 Remove private definition of offsetof.
9352 (s390_register_u_addr): Remove.
9353 (regmap_gregset, regmap_fpregset): Define.
9354 (supply_gregset, fill_gregset): Reimplement.
9355 (supply_fpregset, fill_fpregset): Likewise.
9356 (s390_inferior_tid): New function.
9357 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9358 (fetch_inferior_registers, store_inferior_registers): Likewise.
9359 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9360 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9361 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9362 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9363 (struct gdbarch_tdep): Define.
9364 (struct s390_register_info): Define.
9365 (s390_register_info): New variable.
9366 (s390_register_name): Reimplement.
9367 (s390_register_type): New function.
9368 (s390_register_raw_size, s390x_register_raw_size): Remove.
9369 (s390_cannot_fetch_register): Remove.
9370 (s390_register_byte): Remove.
9371 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9372 (s390_dwarf_regmap): New variable.
9373 (s390_dwarf_reg_to_regnum): New function.
9374 (s390_stab_reg_to_regnum): Remove.
9375 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9376 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9377 (s390_convert_register_p): Likewise.
9378 (s390_register_to_value, s390_value_to_register): Likewise.
9379 (s390_register_reggroup_p): Likewise.
9380 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9381 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9382 (s390_supply_regset, s390_regset_from_core_section): New functions.
9383 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9384 (S390_FPR_SIZE): Likewise.
9385 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9386 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9387 (S390_NUM_GPRS): Move here from tm-s390.h.
9388 (S390_NUM_FPRS): Likewise.
9389 (s390_in_function_epilogue_p): New function.
9390 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9391 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9392 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9393 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9394 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9395 Remove calls to:
9396 set_gdbarch_deprecated_max_register_raw_size,
9397 set_gdbarch_deprecated_max_register_virtual_size,
9398 set_gdbarch_deprecated_register_byte,
9399 set_gdbarch_cannot_fetch_register,
9400 set_gdbarch_cannot_store_register,
9401 set_gdbarch_deprecated_register_size,
9402 set_gdbarch_deprecated_register_raw_size,
9403 set_gdbarch_deprecated_register_virtual_size,
9404 set_gdbarch_deprecated_register_virtual_type,
9405 set_gdbarch_deprecated_register_bytes.
9406 Add calls to:
9407 set_gdbarch_num_pseudo_regs,
9408 set_gdbarch_register_type,
9409 set_gdbarch_convert_register_p,
9410 set_gdbarch_register_to_value,
9411 set_gdbarch_value_to_register,
9412 set_gdbarch_register_reggroup_p,
9413 set_gdbarch_regset_from_core_section,
9414 set_gdbarch_pseudo_register_read,
9415 set_gdbarch_pseudo_register_write,
9416 set_gdbarch_in_function_epilogue_p.
9417 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9418 (s390_tdep_h): New variable.
9419
9420 2004-02-17 Jim Blandy <jimb@redhat.com>
9421
9422 * findvar.c (value_from_register): If the type has no length, just
9423 return an acceptable value --- don't report an internal error.
9424
9425 * stabsread.c (read_type): If we find any type numbers that are
9426 forward references, complain if the references aren't resolved by
9427 the time we're finished reading.
9428 (cleanup_undefined_types): Make error message more appropriate for
9429 a complaint.
9430
9431 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9432
9433 * Makefile.in (defs_h): Remove dependency on progress_h.
9434 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9435 progress.h.
9436 * main.c (captured_main): Delete use of START_PROGRESS and
9437 END_PROGRESS.
9438
9439 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9440
9441 * objfiles.c (terminate_minimal_symbol_table): Add back
9442 initialization of MSYMBOL_TYPE.
9443
9444 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9445
9446 Committed by Andrew Cagney.
9447 * Makefile.in (ia64_tdep_h): New macro.
9448 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9449 (ia64-tdep.o): Likewise.
9450 * ia64-tdep.h: New file.
9451 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9452 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9453 (ia64_aix_sigcontext_register_address): Likewise.
9454 (ia64_linux_getunwind_table): Delete declaration.
9455 * ia64-linux-tdep.c: Likewise.
9456
9457 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9458
9459 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9460 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9461 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9462
9463 2004-02-17 Andrew Cagney <cagney@redhat.com>
9464
9465 * symtab.c (skip_prologue_using_sal): New function.
9466 * symtab.h (skip_prologue_using_sal): Declare.
9467 * frv-tdep.c: Include "symtab.h".
9468 (skip_prologue_using_sal): Delete function.
9469 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9470 * rs6000-tdep.c (refine_prologue_limit): Mention
9471 skip_prologue_using_sal.
9472 * ia64-tdep.c (refine_prologue_limit): Ditto.
9473 * Makefile.in: Update dependencies.
9474
9475 2004-02-16 Andrew Cagney <cagney@redhat.com>
9476
9477 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9478 START_INFERIOR_TRAPS_EXPECTED.
9479 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9480 START_INFERIOR_TRAPS_EXPECTED.
9481 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9482 Delete macro.
9483 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9484 macro, moved to "nm-osf.h". Update copyright.
9485 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9486 update copyright.
9487
9488 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9489 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9490 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9491 frameless_look_for_prologue.
9492 * frame.h (legacy_frameless_look_for_prologue): Rename
9493 frameless_look_for_prologue.
9494 * gdbarch.h, gdbarch.c: Re-generate.
9495 * sh64-tdep.c (sh64_gdbarch_init): Update.
9496 * sh-tdep.c (sh_gdbarch_init): Update.
9497 * s390-tdep.c (s390_gdbarch_init): Update.
9498 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9499 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9500 * m68k-tdep.c (m68k_gdbarch_init): Update.
9501 (delta68_frame_args_address): Update.
9502 * m32r-tdep.c (m32r_gdbarch_init): Update.
9503 * hppa-tdep.c (hppa_gdbarch_init): Update.
9504 * h8300-tdep.c (h8300_gdbarch_init): Update.
9505 * frv-tdep.c (frv_gdbarch_init): Update.
9506 (frv_frameless_function_invocation): Update.
9507 * cris-tdep.c (cris_gdbarch_init): Update.
9508 (cris_frameless_function_invocation): Update.
9509 * avr-tdep.c (avr_gdbarch_init): Update.
9510 * arm-tdep.c (arm_gdbarch_init): Update.
9511 * stack.c (frame_info): Update, call predicate.
9512 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9513 * frame.c (legacy_get_prev_frame): Update, call predicate..
9514 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9515 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9516 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9517 invocation.
9518 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9519 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9520 * vax-tdep.c (vax_gdbarch_init): Ditto.
9521
9522 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9523 function.
9524
9525 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9526
9527 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9528 initializations.
9529
9530 2004-02-16 Andrew Cagney <cagney@redhat.com>
9531
9532 * tui/tui-windata.c: Include "gdb_string.h".
9533 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9534 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9535 * Makefile.in: Update dependencies.
9536
9537 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9538
9539 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9540 * infrun.c: Include "gdb_assert.h".
9541 (singlestep_ptid, saved_singlestep_ptid)
9542 (stepping_past_singlestep_breakpoint): New variables.
9543 (resume): Set singlestep_ptid. Check for singlestep thread
9544 hop.
9545 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9546 (handle_inferior_event): Handle singlestep thread hop.
9547
9548 2004-02-16 Andrew Cagney <cagney@redhat.com>
9549
9550 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9551 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9552 (dwarf2_frame_init_reg): Ditto.
9553
9554 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9555 suggested by Joshua Neuheisel
9556
9557 * configure.in: Always check for curses, including pdcurses.
9558 Warn, instead of error, when no curses are found. Enable TUI when
9559 curses is available.
9560 * configure: Re-generate.
9561
9562 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9563
9564 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9565 sh_sh4_register_convert_to_virtual.
9566 (sh_register_convert_to_raw): Rename from
9567 sh_sh4_register_convert_to_raw.
9568 (sh_pseudo_register_read): Accomodate above name change.
9569 (sh_pseudo_register_write): Ditto.
9570
9571 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9572
9573 * sh-tdep.c (sh_generic_register_name): Remove.
9574 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9575
9576 2004-02-15 Andrew Cagney <cagney@redhat.com>
9577
9578 * configure.in (build_warnings): Add -Wunused-function.
9579 * configure: Re-generate.
9580
9581 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9582 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9583
9584 * procfs.c (procfs_init_inferior): Assume that
9585 START_INFERIOR_TRAPS_EXPECTED is defined.
9586 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9587 * config/ns32k/tm-nbsd.h: Delete file,
9588 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9589
9590 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9591 * config/vax/tm-vax.h: Delete file.
9592
9593 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9594 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9595 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9596 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9597 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9598 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9599 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9600
9601 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9602
9603 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9604 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9605 (struct dwarf2_frame_ops): New.
9606 (dwarf2_frame_default_init_reg): New function, based on
9607 dwarf2_frame_init_reg.
9608 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9609 (dwarf2_frame_init_reg): Call architecture-specific function.
9610 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9611 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9612 instead of dwarf2_frame_data.
9613 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9614 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9615
9616 2004-02-15 Andrew Cagney <cagney@redhat.com>
9617
9618 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9619 register_gdbarch_swap.
9620 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9621 * f-lang.c (_initialize_f_language): Update, use
9622 DEPRECATED_REGISTER_GDBARCH_SWAP.
9623 * remote.c (_initialize_remote): Ditto.
9624 * regcache.c (_initialize_regcache): Ditto.
9625 * parse.c (_initialize_parse): Ditto.
9626 * infrun.c (_initialize_infrun): Ditto.
9627 * mi/mi-main.c (_initialize_mi_main): Ditto.
9628 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9629
9630 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9631 poking .cacheable directly.
9632 * symfile.c (symfile_bfd_open): Ditto.
9633
9634 * Makefile.in: Update all dependencies.
9635
9636 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9637 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9638 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9639 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9640 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9641
9642 2004-02-14 Andrew Cagney <cagney@redhat.com>
9643
9644 * arch-utils.c (legacy_convert_register_p): Check
9645 DEPRECATED_REGISTER_CONVERTIBLE_P.
9646 * findvar.c (value_of_register): Ditto.
9647
9648 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9649 * gdbarch.h, gdbarch.c: Re-generate.
9650 * arch-utils.c (deprecated_register_convertible_not): Delete.
9651 * arch-utils.h (deprecated_register_convertible_not): Delete.
9652 * mi/mi-main.c (get_register): Update. Update copyright.
9653 * infcmd.c (default_print_registers_info): Update.
9654
9655 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9656 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9657 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9658 * gdbarch.h, gdbarch.c: Re-generate.
9659 * frame.c (deprecated_get_next_frame_hack): Delete function.
9660 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9661 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9662 Update.
9663 * infcall.c (call_function_by_hand): Update.
9664
9665 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9666
9667 * symfile.c (init_entry_point_info, entry_point_address): Move
9668 from here...
9669 * objfiles.c (init_entry_point_info, entry_point_address):..to
9670 here.
9671 * symfile.h (init_entry_point_info, entry_point_address): Remove
9672 prototypes.
9673 * objfiles.h (init_entry_point_info, entry_point_address):Add
9674 prototypes.
9675 * cris-tdep.c: Remove include of symfile.h. Add include of
9676 objfiles.h.
9677 * infcall.c: Ditto.
9678 * mcore-tdep.c: Ditto.
9679 * mn10300-tdep.c: Ditto.
9680 * sh64-tdep.c: Ditto.
9681 * v850-tdep.c: Ditto.
9682 * arm-tdep.c: Remove include of symfile.h.
9683 * blockframe.c: Ditto.
9684 * coffread.c: Ditto.
9685 * dbxread.c: Ditto.
9686 * dwarf2read.c: Ditto.
9687 * dwarfread.c: Ditto.
9688 * frv-tdep.c: Ditto.
9689 * ia64-tdep.c: Ditto.
9690 * mdebugread.c: Ditto.
9691 * mipsread.c: Ditto.
9692 * rs6000-tdep.c: Ditto.
9693 * s390-tdep.c: Ditto.
9694 * sh-tdep.c: Ditto.
9695 * xstormy16-tdep.c: Ditto.
9696 * gdbarch.sh: Remove include of symfile.h.
9697 * gdbarch.c: Regenerate.
9698 * solib-irix.c (enable_break): Use entry_point_address().
9699 Add comment about include file.
9700 * xcoffread.c: Add comment about include file.
9701 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9702 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9703 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9704 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9705 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9706
9707 2004-02-13 Andrew Cagney <cagney@redhat.com>
9708
9709 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9710 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9711 copyright.
9712 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9713
9714 2004-02-12 Fred Fish <fnf@redhat.com>
9715
9716 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9717 set_gdbarch_store_return_value.
9718
9719 2004-02-12 Andrew Cagney <cagney@redhat.com>
9720
9721 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9722 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9723 (interrupt_query): Ditto.
9724 (ofunc): Delete unused variable.
9725 * cris-tdep.c (cris_abi): Delete unused function.
9726 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9727 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9728 (cris_get_asr_quick_shift_steps): Ditto.
9729 (cris_skip_prologue_frameless_p): Ditto.
9730 * arm-tdep.c (arm_push_return_address): Delete unused function.
9731 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9732 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9733 * s390-tdep.c (s390_function_start): Delete unused function.
9734
9735 2004-02-12 Andrew Cagney <cagney@redhat.com>
9736
9737 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9738 gdbarch.h, gdbarch.c: Re-generate.
9739 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9740 to generic_prologue_frameless_p.
9741 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9742 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9743
9744 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9745
9746 * mips-linux-tdep.c: Include "frame.h".
9747 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9748 (mips_linux_skip_resolver): New functions.
9749 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9750 and set_gdbarch_in_solib_call_trampoline.
9751 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9752 to after set_gdbarch_in_solib_return_trampoline. Only set the
9753 solib hooks to mips16 functions if the OS ABI is unknown.
9754 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9755 including "config/tm-linux.h".
9756 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9757 * Makefile.in (mips-linux-tdep.o): Update.
9758
9759 2004-02-11 David Carlton <carlton@kealia.com>
9760
9761 * linespec.c (decode_compound): Only look for a class symbol when
9762 considering all but the rightmost component.
9763
9764 2004-02-11 Andrew Cagney <cagney@redhat.com>
9765
9766 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9767 abi code are are separatly grouped.
9768
9769 2004-02-11 Andrew Cagney <cagney@redhat.com>
9770
9771 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9772 * gdbarch.h, gdbarch.c: Re-generate.
9773 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9774 * v850-tdep.c (v850_gdbarch_init): Update.
9775 * sh64-tdep.c (sh64_gdbarch_init): Update.
9776 * sh-tdep.c (sh_gdbarch_init): Update.
9777 * s390-tdep.c (s390_gdbarch_init): Update.
9778 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9779 * mips-tdep.c (mips_gdbarch_init): Update.
9780 * mcore-tdep.c (mcore_gdbarch_init): Update.
9781 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9782 * m32r-tdep.c (m32r_gdbarch_init): Update.
9783 * ia64-tdep.c (ia64_gdbarch_init): Update.
9784 * hppa-tdep.c (hppa_gdbarch_init): Update.
9785 * h8300-tdep.c (h8300_gdbarch_init): Update.
9786 * frv-tdep.c (frv_gdbarch_init): Update.
9787 * d10v-tdep.c (d10v_gdbarch_init): Update.
9788 * cris-tdep.c (cris_gdbarch_init): Update.
9789 * avr-tdep.c (avr_gdbarch_init): Update.
9790 * arm-tdep.c (arm_gdbarch_init): Update.
9791 * alpha-tdep.c (alpha_gdbarch_init): Update.
9792
9793 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
9794
9795 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9796 comma.
9797 (sh_sh4al_dsp_register_name): Ditto.
9798
9799 2004-02-10 Andrew Cagney <cagney@redhat.com>
9800
9801 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9802 (mips_init_frame_pc_first): Delete function.
9803 (mips_frame_saved_pc): Delete function.
9804 (mips_frame_chain): Delete function.
9805 (mips_init_extra_frame_info): Delete function.
9806 (mips_xfer_register): Delete unused variable "reg".
9807 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9808 (mips_n32n64_return_value): Delete unused variable "reg".
9809 (mips_n32n64_return_value): Delete unused variable "pos".
9810 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9811 (mips_o32_return_value): Delete unused variable "pos".
9812 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9813 (mips_print_fp_register): Delete unused variable "namelen"
9814 (mips_print_fp_register): Delete unused variable "flt2"
9815 (get_frame_pointer): Delete function.
9816 (cached_proc_desc): Delete static variable.
9817 (mips_pop_frame): Delete function.
9818 (mips_find_saved_regs): Delete function.
9819 (mips_get_saved_register): Delete function.
9820 (mips_saved_pc_after_call): Delete function.
9821 (SIGFRAME_BASE): Delete macro.
9822 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9823 (SIGFRAME_PC_OFF): Delete macro.
9824 (SIGFRAME_REGSAVE_OFF): Delete macro.
9825 (mips_dump_tdep): Do not print deleted macro definitions.
9826
9827 2004-02-10 Andrew Cagney <cagney@redhat.com>
9828
9829 * Makefile.in (SFILES): Remove explictly listed tui files.
9830 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9831
9832 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
9833
9834 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9835 to use paddr functions to format ia64 addresses and long values.
9836 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9837 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9838 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9839 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9840 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9841
9842 2004-02-10 Andrew Cagney <cagney@redhat.com>
9843
9844 * defs.h: Do not include "tui.h".
9845 * gdb_curses.h: New file.
9846 * tui/tui-hooks.h: New file.
9847 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9848 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9849 (tui_initialize_io): Delete declaration.
9850 (tui_initialize_readline: Delete redundant declaration.
9851 (struct tui_point): Delete definition.
9852 * tui/tui-data.h (struct tui_point): Define.
9853 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9854 * utils.c: Include "tui/tui.h".
9855 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9856 * printcmd.c [TUI]: Include "tui/tui.h".
9857 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9858 * tui/tui-command.c: Include "gdb_curses.h".
9859 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9860 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9861 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9862 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9863 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9864 * Makefile.in: Update all dependencies.
9865 (tui_hooks_h, gdb_curses_h): Define.
9866 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9867
9868 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
9869
9870 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9871 auxf2. Add comments about some other rarely used fields.
9872
9873 2004-02-10 Andrew Cagney <cagney@redhat.com>
9874
9875 * Makefile.in (init.c): Fix script removing duplicates. Problem
9876 reported by Peter Schauer.
9877
9878 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9879
9880 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9881 obstack_specify_allocation.
9882 * objfiles.c (allocate_objfile): Ditto.
9883 * solib-sunos.c (solib_add_common_symbols)
9884 (allocate_rt_common_objfile): Ditto.
9885 * symfile.c (reread_symbols): Ditto.
9886 * gdb_obstack.h: Add comment.
9887
9888 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9889
9890 * linespec.c (decode_line_1, locate_first_half)
9891 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9892 commented out code.
9893
9894 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9895
9896 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9897 obstack_free.
9898
9899 2004-02-09 Andrew Cagney <cagney@redhat.com>
9900
9901 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9902 fails, try find_pc_section. Fix PR c++/1267.
9903 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9904 instead of find_pc_mapped_section.
9905 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9906 not default to the section containing PC. Fix PR symtab/1519.
9907
9908 2004-02-09 Andrew Cagney <cagney@redhat.com>
9909
9910 * Makefile.in (mips-tdep.o): Update dependencies.
9911 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9912 "trad-frame.h".
9913 (mips_unwind_pc): Return the pseudo PC register.
9914 (mips_unwind_dummy_id): New function.
9915 (mips16_fetch_instruction): New function.
9916 (mips32_fetch_instruction): New function.
9917 (struct mips_frame_cache): Define.
9918 (mips_mdebug_frame_cache): New function.
9919 (mips_mdebug_frame_this_id): New function.
9920 (mips_mdebug_frame_prev_register): New function.
9921 (mips_mdebug_frame_unwind): Define.
9922 (mips_mdebug_frame_sniffer): New function.
9923 (mips_mdebug_frame_base_address): New function.
9924 (mips_mdebug_frame_base): Define.
9925 (mips_mdebug_frame_base_sniffer): New function.
9926 (mips_gdbarch_init): Append unwind and base sniffers. Set
9927 unwind_dummy_id.
9928
9929 2004-02-08 Andrew Cagney <cagney@redhat.com>
9930
9931 * frame.c: Print both the register number and name.
9932
9933 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9934 and a sed into a single sed. Make .c and .o patterns more robust.
9935 (OBS): Delete.
9936 (INIT_FILES): Replace OBS with COMMON_OBS.
9937 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9938
9939 2004-02-08 Mark Kettenis <kettenis@gnu.org>
9940
9941 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9942 the PT_WCOOKIE request.
9943
9944 2004-02-08 Andrew Cagney <cagney@redhat.com>
9945
9946 * mips-tdep.c (mips_unwind_pc): New function.
9947 (mips_gdbarch_init): Set mips_unwind_pc.
9948
9949 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
9950 (get_frame_id): Allow the UNKNOWN_FRAME.
9951 (frame_register_unwind, get_frame_type): Ditto.
9952
9953 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
9954 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
9955 unwind_dummy_id indicates a legacy frame.
9956
9957 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
9958 * configure: Re-generate.
9959
9960 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
9961 methods.
9962
9963 2004-02-08 Andrew Cagney <cagney@redhat.com>
9964
9965 * configure.in (CONFIG_ALL): Set to Makefile target, and not
9966 makefile macro.
9967 * configure: Re-generate.
9968 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
9969 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
9970 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
9971 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
9972 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
9973 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
9974 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
9975 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
9976 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
9977 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
9978
9979 2004-02-07 Andrew Cagney <cagney@redhat.com>
9980
9981 * Makefile.in: Update all dependencies.
9982
9983 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
9984 * configure: Re-generate.
9985 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
9986 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
9987 (COMMON_OBS): Add "main.o" and "annotate.o".
9988 (ANNOTATE_OBS): Delete.
9989 (OBS): Remove ANNOTATE_OBS.
9990 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9991 CONFIG_INITS.
9992 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9993 against CONFIG_OBS and "main.o".
9994 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9995 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9996
9997 * tui/tui-command.c: Include "gdb_string.h", delete register
9998 attribute, use ISO-C function signatures.
9999 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10000 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10001 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10002 * tui/tui.c: Ditto.
10003
10004 * tui/tui-command.c: Change variable and function names to lower
10005 case.
10006 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10007 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10008 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10009 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10010 * tui/tui-winsource.c, tui/tui.c: Ditto.
10011
10012 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10013
10014 * buildsym.c (free_pending_blocks, finish_block)
10015 (record_pending_block, make_blockvector, end_symtab): Replace
10016 symbol_obstack with objfile_obstack.
10017 * coffread.c (process_coff_symbol, coff_read_struct_type)
10018 (coff_read_enum_type): Ditto.
10019 * cp-namespace.c (initialize_namespace_symtab)
10020 (check_one_possible_namespace_symbol): Ditto.
10021 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10022 (dwarf2_symbol_mark_computed): Ditto.
10023 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10024 * elfread.c (elf_symtab_read): Ditto.
10025 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10026 (hpread_read_enum_type, hpread_read_function_type)
10027 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10028 Ditto.
10029 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10030 (java_link_class_type): Ditto.
10031 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10032 (new_symbol): Ditto.
10033 * minsyms.c (install_minimal_symbols): Ditto.
10034 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10035 (terminate_minimal_symbol_table): Replace symbol_obstack with
10036 objfile_obstack.
10037 (free_objfile): Remove freeing of symbol_obstack.
10038 * objfiles.h: Remove symbol_obstack field.
10039 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10040 objfile_obstack.
10041 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10042 symbol_obstack.
10043 (solib_add_common_symbols): Replace symbol_obstack with
10044 objfile_obstack.
10045 * somsolib.c (som_solib_add): Ditto.
10046 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10047 (common_block_start, common_block_end): Ditto.
10048 * symfile.c (reread_symbols): Remove freeing and init of
10049 symbol_obstack.
10050 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10051 * symfile.h: Update comment.
10052 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10053 stats printing.
10054 * symtab.c (symbol_set_names): Replace symbol_obstack with
10055 objfile_obstack.
10056 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10057 Update comments.
10058 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10059 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10060 objfile_obstack.
10061
10062 2004-02-07 Andrew Cagney <cagney@redhat.com>
10063
10064 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10065 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10066 fields and variables.
10067 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10068 (m_beInvisible): Delete macro.
10069 * tui/tui-data.h: Fix case case fields and variables.
10070 (m_genWinPtrIsNull): Delete macro.
10071 (tui_win_list): Rename winList.
10072 (TUI_SRC_WIN): Rename srcWin.
10073 (TUI_DISASM_WIN): Rename disassemWin.
10074 (TUI_DATA_WIN): Rename dataWin.
10075 (TUI_CMD_WIN): Rename cmdWin.
10076 (m_genWinPtrNotNull): Delete macro.
10077 (m_winPtrIsNull): Delete macro.
10078 (m_winPtrNotNull): Delete macro.
10079 (tui_win_is_source_type): Replace m_winIsSourceType
10080 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10081 (tui_win_has_locator): Replace m_hasLocator.
10082 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10083 m_setWinHighlightOff.
10084 * tui/tui-data.c: Update references.
10085 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10086 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10087 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10088 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10089 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10090 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10091 * tui/tui-winsource.c, tui/tui.c: Ditto.
10092
10093 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10094
10095 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10096 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10097 StackGhost.
10098
10099 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10100 variable `i6' to `i7'.
10101 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10102
10103 2004-02-07 Andrew Cagney <cagney@redhat.com>
10104
10105 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10106 (TuiPoint, TuiPointPtr): Ditto.
10107 (TuiStatus, TuiStatusPtr): Ditto.
10108 (TuiWinType, TuiWinTypePtr): Ditto.
10109 (struct tui_point): Rename _TuiPoint.
10110 (tui_get_low_disassembly_address): Rename
10111 tuiGetLowDisassemblyAddress.
10112 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10113 (tuiFree): Delete declaration.
10114 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10115 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10116 * tui/tui.c (tuiFree): Delete function.
10117 * cli/cli-cmds.c (disassemble_command): Update references.
10118 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10119 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10120 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10121 * tui/tui-winsource.c: Ditto.
10122
10123 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10124
10125 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10126 coffstab_build_psymtabs, elfstab_build_psymtabs)
10127 (stabsect_build_psymtabs): Replace psymbol_obstack with
10128 objfile_obstack.
10129 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10130 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10131 Ditto.
10132 * dwarfread.c (scan_compilation_units): Ditto.
10133 * elfread.c (elfstab_offset_sections): Ditto.
10134 * hppa-tdep.c (read_unwind_info): Ditto.
10135 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10136 (hpread_end_psymtab): Ditto.
10137 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10138 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10139 Ditto.
10140 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10141 * objfiles.c (add_to_objfile_sections)
10142 (build_objfile_section_table): Ditto.
10143 (allocate_objfile): Remove init of psymbol_obstack.
10144 (free_objfile): Remove freeing of psymbol_obstack.
10145 * objfiles.h (struct objfile): Remove field
10146 psymbol_obstack. Update comments.
10147 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10148 psymbol_obstack with objfile_obstack.
10149 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10150 psymbol_obstack.
10151 * somread.c (som_symfile_offsets, init_import_symbols)
10152 (init_export_symbols): Replace psymbol_obstack with
10153 objfile_obstack.
10154 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10155 * symfile.c (default_symfile_offsets, syms_from_objfile)
10156 (reread_symbols): Remove freeing and init of psymbol_obstack.
10157 (cashier_psymtab): Update comment.
10158 * symmisc.c (print_objfile_statistics): Don't report stats for
10159 psymbol obstack.
10160 * symtab.h (struct general_symbol_info, struct partial_symtab):
10161 Update comments.
10162 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10163 (xcoff_symfile_offsets): Replace psymbol_obstack with
10164 objfile_obstack.
10165
10166 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10167
10168 * objfiles.h (struct objfile): Add objfile_obstack field.
10169 Remove type_obstack field.
10170
10171 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10172 read_structure_scope read_enumeration, new_symbol): Replace
10173 type_obstack with objfile_obstack.
10174 * dwarfread.c (struct_type, enum_type): Ditto.
10175 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10176 (lookup_fundamental_type): Ditto.
10177 * gdbtypes.h (TYPE_ALLOC): Ditto.
10178 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10179 (hpread_read_doc_function_type, hpread_read_struct_type)
10180 (fix_static_member_physnames, hpread_read_array_type)
10181 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10182 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10183 (java_link_class_type): Ditto.
10184 * mdebugread.c (parse_type): Ditto.
10185 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10186 * solib-sunos.c (solib_add_common_symbols): Ditto.
10187 * stabsread.c (define_symbol, read_type, read_member_functions,
10188 read_cpp_abbrev, read_one_struct_field): Ditto.
10189 * symfile.c (reread_symbols): Ditto.
10190 * symmisc.c (print_objfile_statistics): Ditto.
10191
10192 2004-02-07 Andrew Cagney <cagney@redhat.com>
10193
10194 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10195 (tui_exec_info_content): Rename TuiExecInfoContent.
10196 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10197 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10198 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10199 (TuiList, TuiListPtr): Ditto.
10200 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10201 (TuiDataType, TuiDataTypePtr): Ditto.
10202 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10203 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10204 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10205 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10206 (TuiDataElement, TuiDataElementPtr): Ditto.
10207 (TuiWinElement, TuiWinElementPtr): Ditto.
10208 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10209 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10210 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10211 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10212 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10213 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10214 * tui/tui-command.c, tui/tui-data.c: Update references.
10215 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10216 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10217 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10218 * tui/tui-winsource.c, tui/tui.c: Ditto.
10219
10220 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10221
10222 * dwarf2-frame.h: Update copyright.
10223 (enum dwarf2_frame_reg_rule): New.
10224 (struct dwarf2_frame_state_reg): New.
10225 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10226 * dwarf2-frame.c: Update copyright.
10227 (enum dwarf2_reg_rule): Remove.
10228 (struct dwarf2_frame_state): Remove defenition of `struct
10229 dwarf2_frame_state_reg'.
10230 (read_reg): Call get_frame_arch to get the architecture instead of
10231 using CURRENT_GDBARCH.
10232 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10233 DWARF2_FRAME_.
10234 (dwarf2_frame_init_reg): New function.
10235 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10236 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10237 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10238 tags with DWARF2_FRAME_.
10239 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10240 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10241 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10242
10243 2004-02-06 Andrew Cagney <cagney@redhat.com>
10244
10245 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10246 (enum tui_data_type): Rename _TuiDataType.
10247 (struct tui_layout_def): Rename _TuiLayoutDef.
10248 (struct tui_source_element): Rename _TuiSourceElement.
10249 (struct tui_data_element): Rename _TuiDataElement.
10250 (struct tui_command_element): Rename _TuiCommandElement.
10251 (struct tui_locator_element): Rename _TuiLocatorElement.
10252 (union tui_which_element): Define.
10253 (struct tui_win_element): Rename _TuiWinElement.
10254 (struct tui_data_info): Rename _TuiDataInfo.
10255 (struct tui_source_info): Rename _TuiSourceInfo.
10256 (struct tui_command_info): Rename _TuiCommandInfo.
10257 (tui_initialize_static_data): Rename initializeStaticData.
10258 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10259 (tui_alloc_win_info): Rename allocWinInfo.
10260 (tui_init_generic_part): Rename initGenericPart.
10261 (tui_init_win_info): Rename initWinInfo.
10262 (tui_alloc_content): Rename allocContent.
10263 (tui_add_content_elements): Rename addContentElements.
10264 (tui_init_content_element): Rename initContentElement.
10265 (tui_free_window): Rename freeWindow.
10266 (tui_free_win_content): Rename freeWinContent.
10267 (tui_free_data_content): Rename freeDataContent.
10268 (tui_free_all_source_wins_content): Rename
10269 freeAllSourceWinsContent.
10270 (tui_del_window): Rename tuiDelWindow.
10271 (tui_del_data_windows): Rename tuiDelDataWindows.
10272 (tui_partial_win_by_name): Rename partialWinByName.
10273 (tui_win_name): Rename winName.
10274 (tui_current_layout): Rename currentLayout.
10275 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10276 (tui_term_height): Rename termHeight.
10277 (tui_set_term_height_to): Rename setTermHeightTo.
10278 (tui_term_width): Rename termWidth.
10279 (tui_set_term_width_to): Rename setTermWidthTo.
10280 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10281 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10282 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10283 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10284 (tui_source_windows): Rename sourceWindows.
10285 (tui_clear_source_windows): Rename clearSourceWindows.
10286 (tui_clear_source_windows_detail): Rename
10287 clearSourceWindowsDetail.
10288 (tui_clear_win_detail): Rename clearWinDetail.
10289 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10290 (tui_default_tab_len): Rename tuiDefaultTabLen.
10291 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10292 (tui_win_with_focus): Rename tuiWinWithFocus.
10293 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10294 (tui_layout_def): Rename tuiLayoutDef.
10295 (tui_win_resized): Rename tuiWinResized.
10296 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10297 (tui_next_win): Rename tuiNextWin.
10298 (tui_prev_win): Rename tuiPrevWin.
10299 (tui_add_to_source_windows): Rename addToSourceWindows.
10300 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10301 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10302 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10303 * tui/tui.c, tui/tui-data.c: Ditto.
10304 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10305 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10306
10307 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10308 (struct symtab): Declare.
10309 (tui_set_source_content): Rename tuiSetSourceContent.
10310 (tui_show_symtab_source): Rename tuiShowSource.
10311 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10312 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10313 * tui/tui-source.c: Update copyright. Update references.
10314 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10315 * tui/tui-stack.c: Update references.
10316
10317 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10318 (struct tui_win_info): Declare.
10319 (tui_scroll_forward): Rename tuiScrollForward.
10320 (tui_scroll_backward): Rename tuiScrollBackward.
10321 (tui_scroll_left): Rename tuiScrollLeft.
10322 (tui_scroll_right): Rename tuiScrollRight.
10323 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10324 (tui_resize_all): Rename tuiResizeAll.
10325 (tui_refresh_all_win): Rename tuiRefreshAll.
10326 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10327 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10328 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10329 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10330
10331 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10332 (tui_erase_data_content): Rename tuiEraseDataContent.
10333 (tui_display_all_data): Rename tuiDisplayAllData.
10334 (tui_check_data_values): Rename tuiCheckDataValues.
10335 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10336 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10337 (tui_first_data_element_no_in_line): Rename
10338 tuiFirstDataElementNoInLine.
10339 (tui_delete_data_content_windows): Rename
10340 tuiDeleteDataContentWindows.
10341 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10342 (tui_display_data_from): Rename tuiDisplayDataFrom.
10343 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10344 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10345 * tui/tui-win.c, tui/tui-regs.c: Update references.
10346 * tui/tui-layout.c, tui/tui.c: Update references.
10347
10348 * tui/tui-wingeneral.h: Update copyright.
10349 (m_allBeVisible): Delete macro.
10350 (m_allBeInvisible): Delete macro.
10351 (struct tui_gen_win_info): Declare.
10352 (struct tui_win_info): Declare.
10353 (tui_unhighlight_win): Rename unhighlightWin.
10354 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10355 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10356 (tui_make_window): Rename makeWindow.
10357 (tui_copy_win): Rename copyWin.
10358 (tui_box_win): Rename boxWin.
10359 (tui_highlight_win): Rename highlightWin.
10360 (tui_check_and_display_highlight_if_needed): Rename
10361 checkAndDisplayHighlightIfNeeded.
10362 (tui_refresh_all): Rename refreshAll.
10363 (tui_delete_win): Rename tuiDelwin.
10364 (tui_refresh_win): Rename tuiRefreshWin.
10365 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10366 (tui_make_visible, tui_make_invisible): New functions.
10367 (tui_make_all_visible, tui_make_all_invisible): New functions.
10368 (make_all_visible): Rename makeAllVisible.
10369 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10370 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10371 * tui/tui-windata.c, tui/tui-win.c: Update references.
10372 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10373 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10374
10375 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10376
10377 * proc-api.c (write_with_trace): Initialize local variable to
10378 silence compiler warning.
10379
10380 2004-02-06 Andrew Cagney <cagney@redhat.com>
10381
10382 * tui/tui-source.h: Do not include "defs.h".
10383 (struct tui_win_info): Declare.
10384 (tui_set_source_content_nil): Declare.
10385 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10386 (union tui_line_or_address): Rename _TuiLineOrAddress.
10387 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10388 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10389 (tui_update_source_window_as_is): Rename
10390 tuiUpdateSourceWindowAsIs.
10391 (tui_update_source_windows_with_addr): Rename
10392 tuiUpdateSourceWindowsWithAddr.
10393 (tui_update_source_windows_with_line): Rename
10394 tuiUpdateSourceWindowsWithLine.
10395 (tui_clear_source_content): Rename tuiClearSourceContent.
10396 (tui_erase_source_content): Rename tuiEraseSourceContent.
10397 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10398 (tui_show_source_content): Rename tuiShowSourceContent.
10399 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10400 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10401 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10402 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10403 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10404 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10405 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10406 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10407 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10408 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10409 (struct tui_win_info): Declare.
10410 * tui/tui-stack.c: Update references.
10411 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10412 * tui/tui-win.c, tui/tui-source.c: Ditto.
10413 * tui/tui.c, tui/tui-disasm.c: Ditto.
10414
10415 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10416
10417 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10418 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10419
10420 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10421
10422 * infrun.c (handle_inferior_event): Allow for breakpoint
10423 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10424 and SIGEMT. Update comments.
10425 * NEWS (Revised SPARC target): Mention support for non-executable
10426 stack.
10427
10428 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10429
10430 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10431 * inftarg.c: Update copyright year.
10432 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10433 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10434 (sparc_xfer_wcookie): New function.
10435 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10436 * Makefile.in (sparc-nat.o): Update dependencies.
10437 * config/sparc/nm-nbsd.h: Include "target.h".
10438 (NATIVE_XFER_WCOOKIE): New define.
10439 (sparc_xfer_wcookie): New prototype.
10440
10441 2004-02-04 Andrew Cagney <cagney@redhat.com>
10442
10443 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10444 SYSCALL_TRAP function.
10445 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10446
10447 2004-02-04 Andrew Cagney <cagney@redhat.com>
10448 Daniel Jacobowitz <drow@mvista.com>
10449
10450 * objfiles.h: Delete comments refering to inside_entry_func and
10451 DEPRECATED_FRAME_CHAIN_VALID.
10452 * defs.h (inside_entry_func): Update prototype..
10453 * blockframe.c (inside_entry_func): Rename to
10454 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10455 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10456
10457 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10458
10459 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10460 outside of #ifdef SOLIB_ADD region.
10461 (do_restore_lang_radix_cleanup): Ditto.
10462 (resolve_pending_breakpoint): Ditto.
10463
10464 2004-02-03 Andrew Cagney <cagney@redhat.com>
10465
10466 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10467 (process_note_abi_tag_sections): Delete unused function.
10468 (ia64_read_fp): Delete unused function.
10469 (gdbarch_extract_struct_value_address): Delete declaration.
10470
10471 2004-02-02 Andrew Cagney <cagney@redhat.com>
10472
10473 * vax-tdep.c (vax_frame_chain): Delete call to
10474 deprecated_inside_entry_file.
10475 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10476
10477 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10478
10479 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10480 column that's "empty" or "same value" when eliminating REG_RA
10481 rules.
10482
10483 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10484
10485 * NEWS: Add information about new pending breakpoint support.
10486
10487 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10488
10489 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10490 and pending fields for pending breakpoint support.
10491 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10492 (condition_command): Only parse condition if not a pending
10493 breakpoint.
10494 (print_one_breakpoint): Add support for pending breakpoints.
10495 (describe_other_breakpoints): Add checks to verify we are not
10496 dealing with pending breakpoints.
10497 (check_duplicates): Don't check pending breakpoints.
10498 (set_raw_breakpoint): Initialize pending flag.
10499 (do_restore_lang_radix_cleanup): New cleanup routine.
10500 (resolve_pending_breakpoint): New function.
10501 (re_enable_breakpoints_in_shlibs): Try and resolve any
10502 pending breakpoints via resolve_pending_breakpoint.
10503 (mention): Add pending breakpoint support.
10504 (parse_breakpoint_sals): Add new parameter to pass to
10505 decode_line_1 to indicate silent errors when files or functions
10506 are not found. Change all callers.
10507 (do_captured_parse_breakpoint): New function.
10508 (break_command_1): Change prototype to return an rc value and to
10509 take an optional pending breakpoint pointer. Support creating
10510 a pending breakpoint if a "not found" form of error occurs when
10511 parsing the breakpoint. Also support resolving an existing pending
10512 breakpoint and be silent if the resolution fails.
10513 (create_breakpoints): Change prototype to take pending breakpoint
10514 pointer. When resolving a pending breakpoint, use the new pointer
10515 to provide a conditional or commands added by the end-user.
10516 (delete_breakpoint): Add appropriate check for pending.
10517 (breakpoint_re_set_one): Ditto.
10518 (do_enable_breakpoint): Ditto.
10519
10520 2004-02-02 David Carlton <carlton@kealia.com>
10521
10522 * valops.c (enum oload_classification): New.
10523 (find_overload_match): Break implementation into separate
10524 functions; delete #if 0'd code; look for symbols within
10525 namespaces.
10526 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10527 (find_oload_champ,oload_method_static,classify_oload_match): New.
10528 * cp-support.h: Add declaration for cp_func_name; update
10529 declaration for make_symbol_overload_list.
10530 * cp-support.c (cp_func_name): New.
10531 (overload_list_add_symbol): Fix comment, use
10532 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10533 (make_symbol_overload_list): Take a function name and a namespace
10534 instead of a symbol; change implementation.
10535 (make_symbol_overload_list_using): New.
10536 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10537
10538 2004-02-02 Fred Fish <fnf@redhat.com>
10539
10540 * main.c (gdb_stdtarg): Move definition to group with other
10541 gdb_stdtarg definitions and update copyright years.
10542 * remote-sim.c (gdb_os_write_stderr): Write output to
10543 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10544 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10545 gdb_stderr stream and update copyright years.
10546
10547 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10548
10549 * Makefile.in (mips-linux-nat.o): Update dependencies.
10550 * mips-linux-nat.c: Include mips-tdep.h.
10551
10552 2004-02-01 Roland McGrath <roland@redhat.com>
10553
10554 * sol-thread.c (sol_thread_xfer_partial): New function.
10555 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10556 (init_sol_core_ops): Likewise.
10557
10558 * procfs.c (procfs_xfer_partial): New function.
10559 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10560 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10561
10562 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10563 procfs_xfer_auxv function.
10564
10565 * procfs.c (procfs_make_note_section): If we can read
10566 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10567 * linux-proc.c (linux_make_note_section): Likewise.
10568
10569 * auxv.h: New file.
10570 * auxv.c: New file.
10571 * Makefile.in (auxv_h): New variable.
10572 (COMMON_OBS): Add auxv.o here.
10573 (auxv.o): New target.
10574
10575 * corelow.c (core_xfer_partial): New function.
10576 (init_core_ops): Use it for core_ops.to_xfer_partial.
10577
10578 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10579 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10580 macro if that is defined.
10581
10582 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10583
10584 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10585 and check the specified thread for each breakpoint.
10586 * breakpoint.h (bpstat_stop_status): Update prototype.
10587 * infrun.c (handle_inferior_event): Update calls to
10588 bpstat_stop_status.
10589
10590 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10591
10592 * Makefile.in (cli-cmds.o): Add $(readline_h).
10593
10594 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10595
10596 * cli/cli-cmds.c: Include readline.h.
10597 (complete_command): Pass the start of the last word to
10598 complete_line.
10599
10600 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10601
10602 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10603 argument, and change first argument to a CORE_ADDR.
10604 * breakpoint.h (bpstat_stop_status): Update prototype.
10605 * infrun.c (adjust_pc_after_break): Add a new comment.
10606 (handle_inferior_event): Update calls to bpstat_stop_status.
10607
10608 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10609
10610 * breakpoint.h: Update copyright years.
10611
10612 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10613
10614 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10615 (bpstat_stop_status): Don't decrement PC.
10616 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10617 prototype.
10618 * infrun.c (adjust_pc_after_break): New function.
10619 (handle_inferior_event): Call it, early. Remove later references
10620 to DECR_PC_AFTER_BREAK.
10621 (normal_stop): Add commentary.
10622
10623 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10624
10625 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10626 2004-01-27 double-free fix.
10627
10628 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10629
10630 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10631 (sparc32_frame_prev_register): Handle StackGhost.
10632 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10633
10634 2004-01-29 Roland McGrath <roland@redhat.com>
10635
10636 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10637 * configure: Regenerated.
10638
10639 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10640 * Makefile.in (procfs.o): Add dep.
10641
10642 2004-01-28 Andrew Cagney <cagney@redhat.com>
10643
10644 * tui/tui-stack.h: Update copyright.
10645 (struct frame_info): Add opaque declaration.
10646 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10647 (tui_show_locator_content): Rename tuiShowLocatorContent.
10648 (tui_show_frame_info): Rename tuiShowFrameInfo.
10649 * tui/tui-stack.c: Update copyright. Update references.
10650 * tui/tui-winsource.c: Update references.
10651 * tui/tui-win.c: Update references.
10652 * tui/tui-layout.c: Update references.
10653 * tui/tui-hooks.c: Update copyright, update references.
10654 * tui/tui.c: Update copyright, update references.
10655 * tui/tui-disasm.c: Update references.
10656
10657 2004-01-28 David Carlton <carlton@kealia.com>
10658
10659 * dwarf2read.c (add_partial_structure): Use demangled name if
10660 namespace equals "".
10661
10662 2004-01-27 Jim Blandy <jimb@redhat.com>
10663
10664 Clean up misapplied patch:
10665 * dwarf2read.c (determine_prefix): Change one of the two forward
10666 declarations for 'determine_prefix_aux' to a declaration for this.
10667 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10668 argument to 'die_specification'.
10669
10670 * dwarf2read.c (read_func_scope): Re-indent comment.
10671
10672 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10673
10674 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10675 b->exp to NULL after freeing so that error during re-parsing or
10676 evaluation of expressions associated with breakpoint don't
10677 eventually lead to re-freeing of storage.
10678 Committed by Andrew Cagney.
10679
10680 2004-01-27 Andrew Cagney <cagney@redhat.com>
10681
10682 * source.c (ambiguous_line_spec): Delete undefined declaration.
10683 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10684 (m32r_set_server_address, m32r_set_download_path): Ditto.
10685 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10686
10687 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10688
10689 * dwarf2read.c: Update calls to changed and renamed functions, and
10690 references to moved variables.
10691
10692 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10693 language, language_defn, list_in_scope, and ftypes members.
10694 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10695 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10696 (baseaddr): Remove globals.
10697
10698 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10699 (set_cu_language, die_is_declaration, die_specification)
10700 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10701 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10702 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10703 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10704
10705 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10706 cu.list_in_scope. Don't initialize cu_header_offset.
10707 (add_partial_symbol): Add local baseaddr.
10708 (psymtab_to_symtab_1): Add local baseaddr. Use
10709 objfile->section_offsets for consistency. Don't initialize
10710 cu_header_offset; do initialize cu.header.offset and
10711 cu.list_in_scope.
10712 (read_file_scope, read_func_scope, read_lexical_block_scope)
10713 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10714
10715 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10716
10717 * PROBLEMS: Add gdb/1516.
10718
10719 2003-12-29 Robert Millan <robertmh@gnu.org>
10720
10721 Patch committed by Andrw Cagney.
10722 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10723 * configure.tgt: Match knetbsd*-gnu.
10724
10725 2004-01-26 Andrew Cagney <cagney@redhat.com>
10726
10727 * breakpoint.c (catch_command_1): Delete #ifdef code.
10728 (catch_fork_command_1): Delete #ifdef wrapper.
10729 (catch_exec_command_1): Ditto.
10730 (catch_load_command_1): Ditto.
10731 (catch_unload_command_1): Ditto.
10732
10733 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10734 (catch_breakpoint): Delete #if0ed function.
10735 (disable_catch_breakpoint): Ditto.
10736 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10737 (disable_catch, enable_catch, delete_catch): Ditto.
10738
10739 2004-01-26 Andrew Cagney <cagney@redhat.com>
10740
10741 * remote.c (echo_check, quit_flag): Delete variables.
10742 (cisco_kernel_mode): Delete variable.
10743 (minitelnet_return, tty_input, escape_count): Delete variables.
10744 (remote_cisco_mode): Delete variable.
10745 (remote_cisco_open, remote_cisco_close): Delete function.
10746 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10747 (init_remote_cisco_ops): Delete function.
10748 (_initialize_remote): Do not install "remote cisco" code.
10749 (read_frame): Delete cisco specific code.
10750 (remote_info_process): Delete function.
10751 (remote_wait): Delete cisco specific code.
10752 (remote_cisco_section_offsets): Delete function.
10753 (remote_cisco_objfile_relocate): Delete function.
10754 (remote_async_wait): Delete cisco specific code.
10755 (minitelnet, readtty, readsocket): Delete function.
10756
10757 2004-01-26 Andrew Cagney <cagney@redhat.com>
10758
10759 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10760 comments mentioning extract_returned_value_address.
10761 * infcmd.c (print_return_value): Update. Add comments on
10762 extract_returned_value_address.
10763 * stack.c (return_command): Add comments on
10764 extract_returned_value_address.
10765 * values.c: Update comment.
10766 * m32r-tdep.c: Update comment.
10767 * sparc-tdep.c: Update comment.
10768 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10769 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10770 * sh64-tdep.c (sh64_gdbarch_init): Update.
10771 * sh-tdep.c (sh_gdbarch_init): Update.
10772 * s390-tdep.c (s390_gdbarch_init): Update.
10773 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10774 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10775 * m68k-tdep.c (m68k_gdbarch_init): Update.
10776 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10777 * m32r-tdep.c (m32r_gdbarch_init): Update.
10778 * ia64-tdep.c (ia64_gdbarch_init): Update.
10779 * h8300-tdep.c (h8300_gdbarch_init): Update.
10780 * frv-tdep.c (frv_gdbarch_init): Update.
10781 * arm-tdep.c (arm_gdbarch_init): Update.
10782 * alpha-tdep.c (alpha_gdbarch_init): Update.
10783
10784 2004-01-26 Andrew Cagney <cagney@redhat.com>
10785
10786 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10787 SYMBOL_LOCATION_FUNCS
10788 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10789 "struct symbol_ops".
10790 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10791 type to "struct symbol_ops".
10792 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10793 (struct symbol): Replace ".aux_value.loc.funcs" and
10794 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10795 (SYMBOL_OBJFILE): Delete macro.
10796 (SYMBOL_LOCATION_FUNCS): Delete macro.
10797 (SYMBOL_LOCATION_BATON): Update.
10798 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10799 intead of SYMBOL_LOCATION_FUNCS.
10800 * ax-gdb.c (gen_var_ref): Ditto.
10801 * printcmd.c (address_info): Ditto.
10802 * findvar.c (read_var_value): Ditto.
10803 (symbol_read_needs_frame): Ditto.
10804
10805 2004-01-26 Andrew Cagney <cagney@redhat.com>
10806
10807 * dwarf2read.c (read_func_scope): Document frame-base hack.
10808
10809 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10810
10811 * infcmd.c (print_return_value): Plug memory leak; delete
10812 ui_stream object. Rename argument `structure_return' to
10813 `struct_return'.
10814
10815 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10816
10817 * infcmd.c (print_return_value): Wrap long lines.
10818 (finish_command_continuation, finish_command): Remove unused
10819 variable `funcaddr'. Fix some coding-standards problems.
10820
10821 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
10822 SECT_SIZE is large enough, not whether it's exactly the right size.
10823 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10824 TDEP->fpregset to zero.
10825
10826 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
10827 floating-point registers for traditional NetBSD core files.
10828 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10829 TDEP->sizeof_fpregset here.
10830
10831 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10832
10833 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10834 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10835 function with code split out from
10836 sparc32nbsd_sigcontext_frame_cache.
10837 (sparc32nbsd_sigcontext_frame_cache): Use
10838 sparc32nbsd_sigcontext_saved_regs.
10839 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10840 OpenBSD.
10841 * sparcobsd-tdep.c: New file.
10842 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10843 (sparcobsd-tdep.o): New dependency.
10844 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10845 * config/sparc/obsd.mt: New file.
10846
10847 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10848 TDEP->fpregset to be initialized to enable core file register
10849 sets.
10850
10851 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10852
10853 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10854 Add opaque declarations.
10855 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10856 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10857 function with code split out from
10858 sparc64nbsd_sigcontext_frame_cache.
10859 (sparc64nbsd_sigcontext_frame_cache): Use
10860 sparc64nbsd_sigcontext_saved_regs.
10861 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10862 OpenBSD.
10863 * sparc64obsd-tdep.c: New file.
10864 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10865 (sparc64obsd-tdep.o): New dependency.
10866 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10867 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10868 * config/sparc/obsd64.mt: New file.
10869
10870 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10871 read the instruction at PC.
10872
10873 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10874 value of GDB_OSABI_DEFAULT.
10875 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10876 instead of GDB_OSABI_NETBSD_AOUT.
10877
10878 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10879
10880 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10881 copyright.
10882
10883 2004-01-23 Andrew Cagney <cagney@redhat.com>
10884
10885 * printcmd.c (display_command): Replace tui_set_display call with
10886 tui_set_layout_for_display_command.
10887 * tui/tui.h (enum tui_win_type): Define.
10888 (tui_set_layout): Delete declaration.
10889 (tui_set_layout_for_display_command): Rename set_tui_layout.
10890 * tui/tui-data.h (enum tui_layout_type): Define.
10891 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10892 "tui.h".
10893 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10894 (tui_default_win_height): Rename tuiDefaultWinHeight.
10895 (tui_default_win_viewport_height): Rename
10896 tuiDefaultWinViewportHeight.
10897 (tui_set_layout): RenametuiSetLayout.
10898 * tui/tui-layout.c: Update references.
10899 * tui/tui.c: Update references.
10900 * tui/tui-disasm.c: Update references.
10901
10902 2004-01-23 David Carlton <carlton@kealia.com>
10903
10904 Partial workaround for PR c++/1511:
10905 * cp-namespace.c: Include frame.h.
10906 (cp_lookup_transparent_type): New
10907 (cp_lookup_transparent_type_loop): New.
10908 * cp-support.h: Declare cp_lookup_transparent_type.
10909 * symtab.c (basic_lookup_transparent_type): Renamed from
10910 lookup_transparent_type.
10911 (lookup_transparent_type): Replace old body by a call to
10912 current_language->la_lookup_transparent_type.
10913 * symtab.h: Update copyright. Declare
10914 basic_lookup_transparent_type.
10915 * language.h: Update copyright.
10916 (struct language_defn): Add la_lookup_transparent_type.
10917 * language.c: Update copyright.
10918 (unknown_language_defn): Add basic_lookup_transparent_type.
10919 (auto_language_defn): Add basic_lookup_transparent_type.
10920 (local_language_defn): Add basic_lookup_transparent_type.
10921 * ada-lang.c: Update copyright.
10922 (ada_language_defn): Add basic_lookup_transparent_type.
10923 * c-lang.c: Update copyright.
10924 (c_language_defn): Add basic_lookup_transparent_type.
10925 (cplus_language_defn): Add basic_lookup_transparent_type.
10926 (asm_language_defn): Add basic_lookup_transparent_type.
10927 (minimal_language_defn): Add basic_lookup_transparent_type.
10928 * f-lang.c: Update copyright.
10929 (f_language_defn): Add basic_lookup_transparent_type.
10930 * jv-lang.c: Update copyright.
10931 (java_language_defn): Add basic_lookup_transparent_type.
10932 * m2-lang.c: Update copyright.
10933 (m2_language_defn): Add basic_lookup_transparent_type.
10934 * objc-lang.c: Update copyright.
10935 (objc_language_defn): Add basic_lookup_transparent_type.
10936 * p-lang.c: Update copyright.
10937 (p_language_defn): Add basic_lookup_transparent_type.
10938 * scm-lang.c: Update copyright.
10939 (scm_language_defn): Add basic_lookup_transparent_type.
10940 * Makefile.in (cp-namespace.o): Depend on frame.h.
10941
10942 2004-01-23 David Carlton <carlton@kealia.com>
10943
10944 Patch for PR c++/1520:
10945 * dwarf2read.c (read_func_scope): Set processing_current_prefix
10946 properly if we have a specification die.
10947 (determine_prefix_aux): Rename from determine_prefix.
10948 (determine_prefix): Like the old determine_prefix, but never
10949 returns NULL.
10950
10951 2004-01-23 Theodore A. Roth <troth@openavr.org>
10952
10953 * avr-tdep.c: Update copyright.
10954 (avr_iaddr_p): Delete unused function.
10955 (avr_saddr_p): Delete unused function.
10956
10957 2004-01-23 David Carlton <carlton@kealia.com>
10958
10959 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
10960 Fix for PR symtab/1534.
10961
10962 2004-01-23 Mark Kettenis <kettenis@gnu.org>
10963
10964 * NEWS (New native configurations): Mention OpenBSD/sparc and
10965 OpenBSD/sparc64.
10966 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
10967 * configure.host: Likewise.
10968 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
10969 handler for OpenBSD.
10970 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
10971
10972 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10973
10974 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
10975 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
10976
10977 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
10978 * cli/cli-cmds.c (shell_escape): Likewise.
10979
10980 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
10981 OpenBSD .note.openbsd.ident sections.
10982
10983 2004-01-22 David Carlton <carlton@kealia.com>
10984
10985 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
10986 get_scope_pc_bounds.
10987 (read_file_scope): Ditto.
10988 (get_scope_pc_bounds): New function, produced by extracting code
10989 from the above two functions, consolidating it, and adding support
10990 for DW_TAG_namespace.
10991
10992 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10993
10994 * osabi.c (MAX_NOTESZ): New define.
10995 (check_note): New function.
10996 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10997 check_note.
10998
10999 2004-01-21 Roland McGrath <roland@redhat.com>
11000
11001 * MAINTAINERS (write after approval): Add myself.
11002
11003 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11004
11005 * utils.c (init_page_info): Move declarations of `rows' and
11006 `cols' before the __GO32__-specific code. Move the closing brace
11007 outside the #ifdef __GO32__..#endif block.
11008 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11009
11010 2004-01-21 Paul Brook <paul@codesourcery.com>
11011
11012 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11013 BPSTAT_WHAT_CHECK_SHLIBS.
11014
11015 2004-01-21 Paul Brook <paul@codesourcery.com>
11016
11017 * MAINTAINERS: Add myself to write-after-approval.
11018
11019 2004-01-20 Andrew Cagney <cagney@redhat.com>
11020
11021 * ax-gdb.c (print_axs_value): Delete unused function.
11022 * jv-lang.c (java_lookup_type): Delete unused function.
11023 * cli/cli-dump.c (dump_filetype): Delete unused function.
11024 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11025 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11026 (mips_getstring): Delete unused function.
11027 (pmon_insert_breakpoint): Delete #if0ed function.
11028 (PMON_MAX_BP): Delete #if0ed MACRO.
11029 (mips_pmon_bp_info): Delete #if0ed variable.
11030 (pmon_remove_breakpoint): Delete #if0ed function.
11031 * monitor.c (monitor_write_even_block): Delete unused function.
11032 (monitor_write_memory_block): Delete #if0ed code.
11033 * dink32-rom.c (dink32_load): Delete unused function.
11034 (_initialize_dink32_rom): Delete #if0ed code.
11035 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11036
11037 * tui/tui-command.c: Update references.
11038 * tui/tui-io.c: Update references.
11039 * tui/tui-command.h: Update copyright.
11040 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11041
11042 * source.c (ambiguous_line_spec): Delete never-defined function.
11043 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11044 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11045 * cli/cli-cmds.c (validate_comname): Ditto.
11046
11047 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11048 "tui-data.h".
11049 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11050 (tui_show_disassem): Rename tuiShowDisassem.
11051 (tui_show_disassem_and_update_source): Rename
11052 tuiVerticalDisassemScroll.
11053 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11054 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11055 * tui/tui.h: Update copyright.
11056 (enum tui_status): Define.
11057 * tui/tui-data.h (enum tui_scroll_direction): Define.
11058 * tui/tui-disasm.c: Update copyright. Update references.
11059 * tui/tui-winsource.c: Update copyright. Update references.
11060 * tui/tui-win.c: Update references.
11061 * tui/tui-layout.c: Update references.
11062
11063 2004-01-20 Andrew Cagney <cagney@redhat.com>
11064
11065 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11066 sym2 to start of block.
11067
11068 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11069
11070 * MAINTAINERS: Delete mmalloc.
11071 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11072 * NEWS: Mention removal of --with-malloc.
11073 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11074 * config.in: Regenerate.
11075 * configure: Regenerate.
11076 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11077 USE_MMALLOC, MMCHECK_FORCE.
11078 * gdbinit.in: Remove mmalloc.
11079 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11080 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11081 * config/i386/go32.mh: Likewise.
11082 * config/i386/interix.mh: Likewise.
11083 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11084
11085 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11086
11087 * linespec.c (decode_variable, symtab_from_filename): Call
11088 error_silent with error message instead of throwing an exception
11089 directly.
11090 * defs.h (error_silent, error_output_message): Add prototypes.
11091 (catch_exceptions_with_msg): Ditto.
11092 * utils.c (error_silent, error_output_message): New functions.
11093 * top.c (catch_exceptions_with_msg): New function.
11094
11095 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11096
11097 * mi/mi-cmds.h (enum print_values): Add definition.
11098
11099 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11100 type and value for simple data types and just the name and type
11101 for complex ones, if required.
11102
11103 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11104 children, if required.
11105
11106 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11107
11108 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11109 unused declarations.
11110
11111 2004-01-19 Andrew Cagney <cagney@redhat.com>
11112
11113 * top.h (mapped_symbol_files): Delete declaration.
11114 * main.c (captured_main): Delete option "m" and "mapped".
11115 * objfiles.c (mapped_symbol_files): Delete variable.
11116 * symfile.c (symbol_file_command): Delete mmap code.
11117 (symbol_file_add_with_addrs_or_offsets): Ditto.
11118 (add_symbol_file_command, reread_separate_symbols): Ditto.
11119 * objfiles.h (OBJF_MAPPED): Delete.
11120 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11121 (free_objfile) [USE_MMALLOC]: Ditto.
11122 (open_existing_mapped_file): Delete function.
11123 (open_mapped_file): Delete function.
11124 (map_to_file): Delete function.
11125
11126 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11127
11128 * infrun.c (step_into_function): Account for possible breakpoint
11129 adjustment when computing ``stop_func_start''.
11130
11131 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11132
11133 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11134 the region size against the size of a pointer, not the size of
11135 a register as given by DEPRECATED_REGISTER_SIZE.
11136
11137 2004-01-19 Andrew Cagney <cagney@redhat.com>
11138
11139 * tui/tui-regs.h: Include "tui-data.h".
11140 (tuiFirstRegElementNoInLine): Delete declaration.
11141 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11142 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11143 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11144 (tui_calculate_regs_column_count): Rename
11145 tuiCalculateRegsColumnCount.
11146 (tui_check_register_values): Rename tuiCheckRegisterValues.
11147 (tui_show_registers): Rename tuiShowRegisters.
11148 (tui_display_registers_from_line): Rename
11149 tuiDisplayRegistersFromLine.
11150 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11151 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11152 (tui_first_reg_element_no_inline): Rename
11153 tuiFirstRegElementNoInLine.
11154 * tui/tui-data.h: Update copyright.
11155 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11156 * tui/tui-windata.c: Update copyright, update references.
11157 * tui/tui-regs.c: Update copyright, update references.
11158 * tui/tui-win.c: Update copyright, update references.
11159 * tui/tui-layout.c: Update copyright, update references.
11160
11161 2004-01-18 Andrew Cagney <cagney@redhat.com>
11162
11163 * tui/tui-io.c: Update copyright.
11164 (key_is_end_sequence, key_is_backspace): New functions.
11165 (key_is_command_char, key_is_start_sequence): New function.
11166 (tui_getc): Update references.
11167 * tui/tui-io.h: Update copyright.
11168 (m_tuiStartNewLine): Delete macro.
11169 (m_isBackspace, m_isDeleteChar): Delete macros.
11170 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11171 (m_isNextPage, m_isPrevPage): Delete macros.
11172 (m_isLeftArrow, m_isRightArrow): Delete macros.
11173 (m_isXdbStyleCommandChar): Delete macro.
11174 (key_is_start_sequence): Declare, replace m_isStartSequence.
11175 (key_is_end_sequence): Declare, replace m_isEndSequence.
11176 (key_is_backspace): Declare ,replace m_isBackspace.
11177 (key_is_command_char): Declare, replace m_isCommandChar.
11178 * tui/tui-command.c: Update copyright.
11179 (tuiDispatchCtrlChar): Update references.
11180
11181 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11182 tuiSourceWin.h.
11183
11184 * tui/tui-command.c: Rename tui/tuiCommand.c.
11185 * tui/tui-command.h: Rename tui/tuiCommand.h.
11186 * tui/tui-data.c: Rename tui/tuiData.c.
11187 * tui/tui-data.h: Rename tui/tuiData.h.
11188 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11189 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11190 * tui/tui-io.c: Rename tui/tuiIO.c.
11191 * tui/tui-io.h: Rename tui/tuiIO.h.
11192 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11193 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11194 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11195 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11196 * tui/tui-source.c: Rename tui/tuiSource.c.
11197 * tui/tui-source.h: Rename tui/tuiSource.h.
11198 * tui/tui-stack.c: Rename tui/tuiStack.c.
11199 * tui/tui-stack.h: Rename tui/tuiStack.h.
11200 * tui/tui-win.c: Rename tui/tuiWin.c.
11201 * tui/tui-win.h: Rename tui/tuiWin.h.
11202 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11203 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11204 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11205 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11206 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11207 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11208 * tui/tui-file.c: Update includes.
11209 * tui/tui-hooks.c: Update includes.
11210 * tui/tui-interp.c: Update includes.
11211 * tui/tui.c: Update includes.
11212 * Makefile.in: Update all tui/ dependencies.
11213 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11214
11215 * Makefile.in: Update copyright. Update dependencies.
11216
11217 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11218 problem.
11219
11220 2004-01-18 Andrew Cagney <cagney@redhat.com>
11221
11222 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11223 instead of register_gdbarch_init.
11224
11225 * remote-sds.c (tohex): Delete unused function. Update copyright.
11226 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11227 * v850-tdep.c (v850_register_virtual_size): Ditto.
11228 * target.c (normal_target_post_startup_inferior): Ditto.
11229 * source.c (ambiguous_line_spec): Ditto.
11230 * remote.c (adapt_remote_get_threadinfo): Ditto.
11231 * mi/mi-out.c (out_field_fmt): Ditto.
11232 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11233 (output_control_change_notification): Ditto.
11234 * m68k-tdep.c (m68k_register_byte): Ditto.
11235 (m68k_remote_breakpoint_from_pc): Ditto.
11236 * ui-out.c (init_ui_out_state): Delete unused declaration.
11237 * stabsread.c (search_value): Ditto.
11238 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11239 * maint.c (print_section_table): Ditto.
11240 * infrun.c (set_follow_fork_mode_command): Ditto.
11241
11242 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11243
11244 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11245 DW_CFA_def_cfa_exporession. Add support for
11246 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11247 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11248
11249 2004-01-18 Andrew Cagney <cagney@redhat.com>
11250
11251 * ocd.c: Update copyright.
11252 (bdm_read_register_command): Delete unused function.
11253 (_initialize_remote_ocd): Delete commented out reference.
11254 (get_quoted_char, reset_packet): Delete #if0ed function.
11255 (output_packet, put_quoted_char): Delete #if0ed function.
11256 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11257 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11258 (BDM_BREAKPOINT): Delete #if0ed macro.
11259 (remote_timeout): Delete #if0ed variable.
11260
11261 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11262
11263 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11264 (core-sol2.o): Remove dependency.
11265 * core-sol2.c: Remove file.
11266
11267 2004-01-17 Andrew Cagney <cagney@redhat.com>
11268
11269 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11270 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11271 enums.
11272
11273 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11274
11275 * remote.c: Update copyright years.
11276
11277 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11278
11279 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11280
11281 2004-01-17 Andrew Cagney <cagney@redhat.com>
11282
11283 * mdebugread.c: Update copyright.
11284 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11285 (parse_type, parse_procedure): Ditto.
11286 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11287
11288 * cris-tdep.c (cris_store_struct_return): Put back accidently
11289 deleted function.
11290
11291 * gdbarch.sh: Update copyright year.
11292 * gdbarch.h, gdbarch.c: Re-generate.
11293
11294 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11295
11296 Suggested by George Anzinger.
11297 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11298 correct stack offset. Include unknown opcode numbers in the error
11299 message.
11300
11301 2004-01-17 Andrew Cagney <cagney@redhat.com>
11302
11303 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11304 extract_struct_value_address, i386 does not set it.
11305 * sparc64-tdep.c (sparc64_init_abi): Do not set
11306 extract_struct_value_address, never called.
11307 (sparc64_extract_struct_value_address): Delete function.
11308 * m68hc11-tdep.c: Update copyright.
11309 (m68hc11_gdbarch_init): Delete redundant assignment of
11310 extract_struct_value_address.
11311 * i386-tdep.c: Update copyright.
11312 (i386_gdbarch_init): Do not set extract_struct_value_address,
11313 never called.
11314 (i386_extract_struct_value_address): Delete function.
11315 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11316 extract_struct_value_address, never called.
11317 (sparc32_extract_struct_value_address): #if 0 function. Add
11318 comments explaining its future.
11319
11320 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11321
11322 * arm-tdep.c (arm_write_pc): New function.
11323 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11324
11325 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11326
11327 * breakpoint.c (must_shift_inst_regs): Delete.
11328 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11329 and SHIFT_INST_REGS.
11330 * infcmd.c (step_1, step_1_continuation): Delete references to
11331 SHIFT_INST_REGS.
11332 * infrun.c (keep_going): Likewise.
11333 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11334 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11335
11336 2004-01-17 Andrew Cagney <cagney@redhat.com>
11337
11338 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11339 * gdbarch.h, gdbarch.c: Re-generate.
11340 * infcmd.c (print_return_value): Delete reference to
11341 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11342
11343 * cris-tdep.c (cris_gdbarch_init): Do not set
11344 deprecated_extract_struct_value_address.
11345
11346 * xstormy16-tdep.c: Update copyright.
11347 (xstormy16_extract_struct_value_address): Update to current
11348 extract struct value address interface.
11349 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11350 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11351 current extract struct value address interface.
11352 (sh64_gdbarch_init): Set extract_struct_value_address.
11353
11354 * cris-tdep.c: Update copyright.
11355 (cris_extract_struct_value_address): Delete function.
11356 (struct_return_address): Delete variable.
11357 (cris_store_struct_return): Do not set struct_return_address.
11358
11359 * mcore-tdep.c: Update copyright.
11360 (mcore_extract_struct_value_address): Delete function. Update
11361 comments.
11362 (mcore_gdbarch_init): Update.
11363 * mn10300-tdep.c: Update copyright.
11364 (mn10300_extract_struct_value_address): Delete function.
11365 (mn10300_gdbarch_init): Update.
11366 * v850-tdep.c: Update copyright.
11367 (v850_extract_struct_value_address): Delete.
11368 (v850_gdbarch_init): Update.
11369 * ns32k-tdep.c: Update copyright.
11370 (ns32k_extract_struct_value_address): Delete.
11371 (ns32k_gdbarch_init): Update.
11372 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11373 (hppa_gdbarch_init): Update.
11374 * vax-tdep.c: Update copyright.
11375 (vax_extract_struct_value_address): Delete.
11376 (vax_gdbarch_init): Update.
11377
11378 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11379 * gdbarch.h, gdbarch.c: Re-generate.
11380 * procfs.c (procfs_fetch_registers): Delete reference to
11381 DEPRECATED_NPC_REGNUM.
11382 (procfs_store_registers): Ditto.
11383 * regcache.c (generic_target_write_pc): Simplify.
11384 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11385
11386 * core-sol2.c (fetch_core_registers): Replace
11387 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11388
11389 * hppa-tdep.c: Update copyright year.
11390 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11391 NPC_REGNUM.
11392 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11393
11394 * mips-tdep.c (mips_write_pc): New function.
11395 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11396 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11397 (mips_find_saved_regs, mips_software_single_step: Ditto.
11398 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11399 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11400
11401 2004-01-17 Andrew Cagney <cagney@redhat.com>
11402
11403 * mips-tdep.c: Re-indent. Group functions by ABI.
11404
11405 2004-01-17 Andrew Cagney <cagney@redhat.com>
11406
11407 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11408 * gdbarch.c: Re-generate.
11409 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11410 DECR_PC_AFTER_BREAK to zero.
11411 * vax-tdep.c (vax_gdbarch_init): Ditto.
11412 * v850-tdep.c (v850_gdbarch_init): Ditto.
11413 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11414 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11415 * sh-tdep.c (sh_gdbarch_init): Ditto.
11416 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11417 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11418 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11419 * mips-tdep.c (mips_gdbarch_init): Ditto.
11420 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11421 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11422 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11423 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11424 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11425 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11426 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11427 * frv-tdep.c (frv_gdbarch_init): Ditto.
11428 * cris-tdep.c (cris_gdbarch_init): Ditto.
11429 * avr-tdep.c (avr_gdbarch_init): Ditto.
11430 * arm-tdep.c (arm_gdbarch_init): Ditto.
11431 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11432
11433 2004-01-17 J. Brobecker <brobecker@gnat.com>
11434
11435 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11436 Delete, no longer used.
11437 (read_subrange_type): New function, mostly extracted from
11438 read_array_type().
11439 (read_array_type): Replace extracted code by call to
11440 read_subrange_type().
11441 (dwarf2_get_attr_constant_value): New function.
11442 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11443 (add_partial_symbol): Likewise.
11444 (process_die): Likewise.
11445 (new_symbol): Likewise.
11446 (read_type_die): Likewise.
11447
11448 2004-01-16 Andrew Cagney <cagney@redhat.com>
11449
11450 * symfile.c: Update copyright year.
11451 (compare_symbols): Delete unused function.
11452 * stabsread.c: Update copyright year.
11453 (lrs_general_complaint): Delete unused function.
11454 (ref_search_value): Ditto.
11455 (get_substring): Delete declaration.
11456 * sh64-tdep.c: Update copyright year.
11457 (sh64_get_gdb_regnum): Delete unused function.
11458 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11459 Delete unused function.
11460
11461 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11462
11463 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11464 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11465
11466 2004-01-16 Andrew Cagney <cagney@redhat.com>
11467
11468 Changes from Peter Schauer.
11469 * rs6000-tdep.c: Update copyright year.
11470 (rs6000_push_dummy_call): Update the stack pointer before
11471 accessing the corresponding stack region.
11472 * rs6000-nat.c: Update copyright year.
11473 (set_host_arch): Set "info.abfd" to "exec_bfd".
11474
11475 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11476
11477 * blockframe.c: Update copyright year.
11478 (inside_entry_func): Don't treat a zero PC specially.
11479
11480 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11481
11482 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11483 variable.
11484 (gcore_create_callback): Ditto. Skip any memory segment that has
11485 no permissions set.
11486
11487 2004-01-14 David Carlton <carlton@kealia.com>
11488
11489 Change symbols for C++ nested types to contain the fully qualified
11490 name, if possible. (At least in the DWARF-2 case.) Partial fix
11491 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11492 c++/895.
11493 * c-exp.y (qualified_type): Handle types nested within classes.
11494 * cp-namespace.c: Update comments.
11495 (cp_set_block_scope): Delete #if 0.
11496 (cp_lookup_nested_type): Handle types nested within classes.
11497 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11498 when appropriate.
11499 (add_partial_symbol): Add the name of the enclosing namespace to
11500 types.
11501 (pdi_needs_namespace): New.
11502 (add_partial_namespace): Tweak comment.
11503 (add_partial_structure): New.
11504 (psymtab_to_symtab_1): Initialize processing_current_prefix
11505 here...
11506 (process_die): instead of here.
11507 (read_structure_scope): Try to figure out the name of the class or
11508 namespace that the structure might be defined within.
11509 (read_enumeration): Generate fully-qualified names, if possible.
11510 (read_namespace): Don't set name to NULL.
11511 (die_specification): New.
11512 (new_symbol): Generate fully-qualified names for types.
11513 (read_type_die): Determine appropriate prefix.
11514 (determine_prefix): New.
11515 (typename_concat): New.
11516 (class_name): New.
11517 * valops.c (value_aggregate_elt): Pass NOSIDE to
11518 value_struct_elt_for_reference.
11519 (value_struct_elt_for_reference): Make static, add NOSIDE
11520 parameter, call value_maybe_namespace_elt as a last resort.
11521 (value_namespace_elt): Break out code into
11522 value_maybe_namespace_elt.
11523 (value_maybe_namespace_elt): New.
11524
11525 2004-01-12 Andrew Cagney <cagney@redhat.com>
11526
11527 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11528 cooked floating-point registers.
11529 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11530 and value_to_register.
11531
11532 2004-01-13 Andrew Cagney <cagney@redhat.com>
11533
11534 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11535 * gdbarch.c: Re-generate.
11536 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11537 FUNCTION_START_OFFSET.
11538 * v850-tdep.c (v850_gdbarch_init): Ditto.
11539 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11540 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11541 * sh-tdep.c (sh_gdbarch_init): Ditto.
11542 * s390-tdep.c (s390_gdbarch_init): Ditto.
11543 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11544 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11545 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11546 * mips-tdep.c (mips_gdbarch_init): Ditto.
11547 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11548 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11549 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11550 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11551 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11552 * i386-tdep.c (i386_gdbarch_init): Ditto.
11553 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11554 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11555 * frv-tdep.c (frv_gdbarch_init): Ditto.
11556 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11557 * cris-tdep.c (cris_gdbarch_init): Ditto.
11558 * avr-tdep.c (avr_gdbarch_init): Ditto.
11559 * arm-tdep.c (arm_gdbarch_init): Ditto.
11560 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11561
11562 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11563
11564 * infrun.c (follow_fork_mode_ask): Remove.
11565 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11566 (follow_fork): Simplify and remove internal error for
11567 follow_fork_mode_ask.
11568 (_initialize_infrun): Update "set follow-fork-mode" help text.
11569
11570 2004-01-13 Andrew Cagney <cagney@redhat.com>
11571
11572 * configure.in: Update copyright year.
11573 (build_warnings): Add -Wunused-label.
11574 * configure: Re-generate.
11575
11576 2004-01-12 Andrew Cagney <cagney@redhat.com>
11577
11578 * exec.h (exec_ops): Make "extern".
11579
11580 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11581 the function is void.
11582 (mips_pseudo_register_write): Ditto.
11583
11584 2004-01-12 Andrew Cagney <cagney@redhat.com>
11585
11586 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11587 call. Never defined.
11588 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11589 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11590 (struct sparc_gregset, struct regcache): Ditto.
11591 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11592
11593 2004-01-12 Andrew Cagney <cagney@redhat.com>
11594
11595 * mi/ChangeLog: Delete file. Renamed to ...
11596 * mi/ChangeLog-1999-2003: New file.
11597 * tui/ChangeLog: Delete file. Renamed to ...
11598 * tui/ChangeLog-1998-2003: New file.
11599
11600 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11601
11602 * sparc64nbsd-tdep.c: Include "regset.h".
11603 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11604 Remove variables.
11605 (fetch_core_registers): Remove function.
11606 (sparc64nbsd_core_fns): Remove variable.
11607 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11608 functions.
11609 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11610 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11611 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11612
11613 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11614 sparc_extract_struct_value_address.
11615 (sparc32_gdbarch_init): Set extract_struct_value_address.
11616 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11617 function.
11618 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11619 return_value_on_stack.
11620
11621 * NEWS: Mention that %cs and %ss have been added to the AMD64
11622 configurations
11623
11624 * frame.c: Update copyright year.
11625 (get_prev_frame): Improve comment.
11626
11627 * sparc64fbsd-tdep.c: Include "regset.h".
11628 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11629 Remove variables.
11630 (fetch_core_registers): Remove function.
11631 (sparc64fbsd_core_fns): Remove variable.
11632 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11633 functions.
11634 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11635 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11636 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11637
11638 * sparcnbsd-tdep.c: Include "regset.h".
11639 (fetch_core_registers): Remove function.
11640 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11641 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11642 functions.
11643 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11644 TDEP->fpregset.
11645 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11646
11647 * sparc-tdep.h (struct regset): Provide opaque declaration.
11648 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11649 fpregset and sizeof_fpregset members.
11650 * sparc-tdep.c (struct regset): Provide opaque declaration.
11651 (sparc_regset_from_core_section): New function.
11652 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11653 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11654 Set regset_from_core_section when appropriate.
11655
11656 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11657
11658 * x86-64-tdep.c (amd64_non_pod_p): New function.
11659 (amd64_classify_aggregate): Return class memory for non-POD
11660 C++ structure types.
11661
11662 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11663 argument. Use it to reserve a register if necessary.
11664 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11665 amd64_push_arguments.
11666
11667 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11668
11669 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11670 register numbers in comments.
11671 * x86-64-tdep.h: Update copyright year.
11672 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11673 Adjust for addition of %cs and %ss.
11674 * amd64fbsd-nat.c: Update copyright year.
11675 (reg_offset): Add register offsets for %cs and %ss.
11676 * amd64fbsd-tdep.c: Update copyright year.
11677 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11678 (amd64fbsd_sc_reg_offset): Likewise.
11679 * x86-64-linux-nat.c: Update copyright year.
11680 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11681 and %ss.
11682 * amd64nbsd-nat.c: Update copyright year.
11683 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11684 * amd64nbsd-tdep.c: Update copyright year.
11685 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11686 * x86-64-linux-tdep.c: Update copyright year.
11687 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11688 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11689 * regformats/reg-x86-64.dat: Add %cs and %ss.
11690
11691 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11692 variables to prevent long lines. Update comments to reflect
11693 reality.
11694
11695 2004-01-09 David Carlton <carlton@kealia.com>
11696
11697 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11698 * dwarf2read.c (read_namespace): Pull out name-generating code
11699 into namespace_name. Rename previous_namespace to previous_prefix
11700 and processing_current_namespace to processing_current_prefix..
11701 (namespace_name): New function.
11702 (add_partial_symbol): Substitute uses of pdi->name with
11703 actual_name.
11704 * cp-support.h: Rename processing_current_namespace to
11705 processing_current_prefix.
11706 Update copyright year.
11707 * cp-namespace.c: Rename processing_current_namespace to
11708 processing_current_prefix.
11709 Update copyright year.
11710
11711 2004-01-09 Andrew Cagney <cagney@redhat.com>
11712
11713 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11714
11715 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11716
11717 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11718 complaining.
11719 (process_one_symbol): Deal with N_PATCH stabs.
11720
11721 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11722
11723 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11724 ifdeffed code.
11725 Update copyright year.
11726
11727 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11728
11729 * config/pa/tm-hppa.h: Update extern declarations for
11730 hppa32_hpux_frame_saved_pc_in_sigtramp,
11731 hppa32_hpux_frame_base_before_sigtramp, and
11732 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11733
11734 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11735
11736 * config/pa/tm-hppah.h: Update copyright years.
11737
11738 2004-01-08 Andrew Cagney <cagney@redhat.com>
11739
11740 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11741 (mips_o32_reg_struct_has_addr): Delete function.
11742 (mips_gdbarch_init): Update.
11743 (mips_extract_struct_value_address): Delete function.
11744
11745 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11746
11747 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11748 reality.
11749
11750 2004-01-07 Andrew Cagney <cagney@redhat.com>
11751
11752 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11753 architecture's elf flags (when available).
11754
11755 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11756 FPU to the start, check the MIPS FPU when looking for an old
11757 architecture.
11758 (set_mipsfpu_single_command): Update the architecture.
11759 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11760
11761 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11762 (mips_mask_address_p): Add "tdep" parameter.
11763 (show_mask_address, mips_addr_bits_remove): Update.
11764 (mips_dump_tdep): Update.
11765 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11766 (MIPS_STACK_ARGSIZE): Delete macro.
11767 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11768 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11769 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11770 (mips_dump_tdep): Update.
11771 (MIPS_SAVED_REGSIZE): Delete macro.
11772 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11773 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11774 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11775 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11776 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11777 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11778 (mips_pop_frame, return_value_location): Update.
11779 (mips_n32n64_return_value, mips_dump_tdep): Update.
11780
11781 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11782 MIPS ABI.
11783
11784 * mips-tdep.c: Update copyright.
11785 (mips_gdbarch_init): Merge two code blocks handling the register
11786 name and number layout.
11787
11788 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11789
11790 * tracepoint.c (validate_actionline): Fix segv at EOF
11791
11792 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11793
11794 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11795 properly for static fields.
11796
11797 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
11798 Jason Molenda <jmolenda@apple.com>
11799
11800 * disasm.c: Update copyright to include 2004.
11801 (do_mixed_source_and_assembly): For uiout asm list
11802 and tuple cleanups, initialize to null_cleanup instead of
11803 NULL and do so prior to loop. Only reset when we close off
11804 the tuple/list. Move check for whether to close off the
11805 asm tuple/list to after dump_insns call where it will be run
11806 on each loop iteration.
11807
11808 2004-01-05 Andrew Cagney <cagney@redhat.com>
11809
11810 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11811 should be a switch case and not a label.
11812 * mips-tdep.c (mips32_next_pc): Delete unused labels
11813 "greater_equal_branch" and "less_zero_branch".
11814 * jv-valprint.c (java_print_value_fields): Delete unused label
11815 "flush_it".
11816
11817 * target.c (unpush_target): Only close a target that is in the
11818 target stack.
11819
11820 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11821
11822 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11823 address from [sp + 64] instead of %o2.
11824
11825 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11826 fixes PR backtrace/1476.
11827
11828 2004-01-05 Andrew Cagney <cagney@redhat.com>
11829
11830 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11831 move to start of file.
11832 * i386-tdep.h (struct regcache): Add opaque declaration.
11833 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11834 declaration.
11835 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11836 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11837 * win32-nat.c (fake_create_process): Use ISO C style definition.
11838 * stabsread.c (define_symbol): Delete #ifndef
11839 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11840 stabs_argument_has_addr call, macro never defined.
11841
11842 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11843
11844 * op50-rom.c: Delete.
11845 * w89k-rom.c: Delete.
11846 * Makefile.in: Remove references.
11847
11848 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11849
11850 * x86-64-tdep.c: Update copyright year.
11851 (struct amd64_register_info): Rename from x86_64_register_info.
11852 (amd64_register_info): Rename from x86_64_register_info.
11853 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11854 (amd64_register_name): Rename from x86_64_register_name.
11855 (amd64_register_type): Rename from x86_64_register_type.
11856 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11857 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11858 (amd64_dwarf_reg_to_regnum): Rename from
11859 x86_64_dwarf_reg_to_regnum.
11860 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11861 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11862 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11863 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11864 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11865 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11866 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11867 (amd64_frame_cache): Rename from x86_64_frame_cache.
11868 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11869 (amd64_frame_prev_register): Rename from
11870 x86_64_frame_prev_register.
11871 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11872 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11873 (amd64_sigtramp_frame_cache): Rename from
11874 x86_64_sigtramp_frame_cache.
11875 (amd64_sigtramp_frame_prev_register): Rename from
11876 x86_64_sigtramp_frame_prev_register.
11877 (amd64_sigtramp_frame_unwind): Rename from
11878 x86_64_sigtramp_frame_unwind.
11879 (amd64_sigtramp_frame_sniffer): Rename from
11880 x86_64_sigtramp_frame_sniffer.
11881 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11882 (amd64_frame_base): Rename from x86_64_frame_base.
11883 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11884 (amd64_frame_align): Rename from x86_64_frame_align.
11885 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11886 (amd64_regset_from_core_section): Rename from
11887 x86_64_regset_from_core_section.
11888 (x86_64_init_abi): Update comments.
11889
11890 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
11891
11892 * MAINTAINERS (write after approval): Add myself.
11893
11894 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11895
11896 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11897 `float' arguments.
11898
11899 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11900
11901 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11902 such that it mentions a specific version of GCC that exhibits this
11903 bug.
11904
11905 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11906
11907 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11908 structure that has a single `float' member, store it in %f1 in
11909 addition to %f0.
11910
11911 * sparc-sol2-nat.c: Add missing '\'.
11912
11913 * sparc-tdep.c (sparc32_return_value): New function.
11914 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11915 Remove functions.
11916 (sparc32_gdbarch_init): Set return_value, don't set
11917 extract_return_value, store_return_value, use_struct_convention
11918 and return_value_on_stack.
11919
11920 * sparc-sol2-nat.c: Add missing ')'.
11921
11922 2004-01-03 J. Brobecker <brobecker@gnat.com>
11923
11924 * infrun.c (handle_step_into_function): New function.
11925 (handle_inferior_event): Extract out some code into the new
11926 function above.
11927
11928 2004-01-03 J. Brobecker <brobecker@gnat.com>
11929
11930 * infrun.c (handle_inferior_event): Move the declaration of
11931 real_stop_pc inside the if blocks where it is used.
11932
11933 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11934
11935 * sparc64-tdep.c (sparc64_16_byte_align_p)
11936 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11937 Use check_typedef to get subtypes of structures and unions.
11938 (sparc64_store_return_value): Fix calculation of the appropriate
11939 offset into VALBUF when storing a structure or union.
11940 (sparc64_return_value): New function.
11941 (sparc64_use_struct_convention): Remove function.
11942 (sparc64_init_abi): Set return_value, don't set
11943 extract_return_value, store_return_value and
11944 use_struct_convention.
11945
11946 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
11947
11948 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
11949 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
11950 gdb/config/alpha/xm-alphaosf.h,
11951 gdb/config/powerpc/tm-ppcle-eabi.h,
11952 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
11953 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
11954 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
11955 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
11956 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
11957 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
11958 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
11959 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
11960 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
11961 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
11962 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
11963 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
11964 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
11965 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
11966 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
11967 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
11968 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
11969 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
11970 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
11971 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
11972 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
11973 Remove lines for .cvsignore files.
11974
11975 2004-01-03 J. Brobecker <brobecker@gnat.com>
11976
11977 * infrun.c: Back out the previous change.
11978
11979 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11980
11981 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
11982 sparc-*-sunos4* to the list of REMOVED configurations.
11983
11984 * configure.tgt: Add back sparc-*-vxworks*.
11985 * remote-vxsparc.c: Remove all includes except for "defs.h",
11986 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
11987 Include "sparc-tdep.h".
11988 (SPARC_R_G1): New define.
11989 (vxsparc_gregset): New variable.
11990 (ext_format_sparc): Remove extern declaration.
11991 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11992 sparc32_supply_fpregset.
11993 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11994 sparc_collect_rwindow and sparc32_collect_fpregset.
11995 * config/sparc/tm-vxworks.h: New file, based on recently removed
11996 tm-vxsparc.h.
11997 * config/sparc/vxworks.mt: New file, based on recently removed
11998 vxworks.mt.
11999
12000 2004-01-03 J. Brobecker <brobecker@gnat.com>
12001
12002 * infrun.c (handle_step_into_function): New function.
12003 (handle_inferior_event): Extract out some code into the new
12004 function above.
12005
12006 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12007
12008 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12009 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12010 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12011 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12012 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12013 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12014 (sparc_nat_h): New variable.
12015 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12016 (tm-sun4os4.h): Remove dependency.
12017 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12018 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12019 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12020 sparc-tdep.o): Update dependencies.
12021 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12022 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12023 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12024 dependencies.
12025 * configure.host: Remove existing sparc-*-lynxos*,
12026 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12027 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12028 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12029 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12030 triplets.
12031 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12032 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12033 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12034 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12035 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12036 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12037 sparc64-*-solaris2* and sparc64-*-* triplets.
12038 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12039 "symtab.h" and "objfiles.h".
12040 (BIAS): Remove define.
12041 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12042 (X_DISP19): Remove macros.
12043 (sparc_fetch_instruction): Remove function.
12044 (struct gdbarch_tdep): Remove definition.
12045 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12046 (sparc_breakpoint_from_pc): Remove function.
12047 (struct sparc64_frame_cache): Remove definition.
12048 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12049 sparc64_unwind_pc): Remove functions.
12050 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12051 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12052 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12053 (sparc64_frame_cache): Change return type to `struct
12054 sparc_frame_cache *'. Simply call sparc_frame_cache.
12055 (sparc64_frame_this_id, sparc64_frame_prev_register,
12056 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12057 instead of `struct sparc64_frame_cache.
12058 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12059 sparc_analyze_control_transfer, sparc_software_single_step,
12060 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12061 _initialize_sparc64_tdep): Remove functions.
12062 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12063 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12064 macros.
12065 (sparc64_supply_gregset, sparc64_collect_gregset,
12066 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12067 (sparc64_init_abi): New function.
12068 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12069 inclusion guard. Include "sparc-tdep.h".
12070 (BIAS): Define.
12071 (r_tstate_offset, r_fprs_offset): New defines.
12072 (enum sparc_regnum): Remove defenition.
12073 (enum sparc64_regnum): Reformat.
12074 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12075 (sparc64_init_abi, sparc64_supply_gregset,
12076 sparc64_collect_gregset, sparc64_supply_fpregset,
12077 sparc64_collect_fpregset): New prototypes.
12078 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12079 Add extern declarations.
12080 (sparc64_sol2_init_abi): New prototype.
12081 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12082 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12083 prototypes.
12084 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12085 "sparnbsd-nat.h".
12086 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12087 functions.
12088 (_initialize_sparc64fbsd_nat): Remove initialization of
12089 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12090 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12091 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12092 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12093 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12094 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12095 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12096 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12097 (sparc64fbsd_r_y_offset): Remove variables.
12098 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12099 Make static and const.
12100 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12101 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12102 functions.
12103 (sparc64fbsd_gregset): New variable.
12104 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12105 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12106 and sparc64_supply_fpregset.
12107 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12108 (sparc64fbsd_sigtramp_frame_this_id)
12109 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12110 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12111 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12112 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12113 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12114 * sparcnbsd-tdep.c: Update copyright year. Include
12115 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12116 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12117 "value.h" and "sparcnbsd-tdep.h".
12118 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12119 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12120 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12121 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12122 defines.
12123 (sparcnbsd_gregset): New variable.
12124 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12125 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12126 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12127 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12128 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12129 variables.
12130 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12131 (sparc32nbsd_sigcontext_frame_this_id)
12132 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12133 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12134 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12135 (sparcnbsd_get_longjmp_target_32,
12136 sparcnbsd_get_longjmp_target_64): Remove functions.
12137 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12138 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12139 sparcnbsd_init_elf): Remove.
12140 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12141 (sparcnbsd_elf_init_abi): New functions.
12142 (_initialize_sparcnbsd_tdep): New prototype.
12143 (_initialize_sparnbsd_tdep): Update.
12144 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12145 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12146 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12147 * config/sparc/linux.mh: Update comment.
12148 (XM_FILE, HOST_IPC): Remove variables.
12149 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12150 sparc-linux-nat.o.
12151 * config/sparc/linux.mt: Update comment.
12152 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12153 * config/sparc/nbsd.mt: Reformat.
12154 * config/sparc/nbsd64.mh: Update comment.
12155 (NATDEPFILES): Add sparc-nat.o.
12156 * config/sparc/nbsd64.mt: Update comment.
12157 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12158 (TM_FILE): Set to tm-nbsd.h.
12159 * config/sparc/nbsdelf.mh: Update comment.
12160 (NATDEPFILES): Add sparc-nat.o.
12161 (XM_FILE): Delete.
12162 * config/sparc/nbsdaout.mh: Update comment.
12163 (NATDEPFILES): Add sparc-nat.o
12164 (XM_FILE): Delete.
12165 * config/sparc/nm-linux.h: Update copyright year. Don't include
12166 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12167 inclusion.
12168 (KERNEL_U_SIZE): Remove define.
12169 (kernel_u_size): Remove prototype.
12170 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12171 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12172 "regcache.h".
12173 (CHILD_PREPARE_TO_STORE): Remove define.
12174 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12175 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12176 sparcnbsd-nat.c: Rewrite files.
12177 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12178 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12179 sparcnbsd-tdep.h: Remove files.
12180 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12181 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12182 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12183 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12184 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12185 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12186 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12187 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12188 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12189 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12190 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12191 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12192 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12193 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12194 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12195 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12196 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12197 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12198 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12199
12200 2004-01-02 Andrew Cagney <cagney@redhat.com>
12201
12202 From 2003-12-18 Kazuhiro Inaoka:
12203 * configure.host: Add m32r-linux target.
12204
12205 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12206
12207 * top.c (print_gdb_version): Update year to 2004.
12208
12209 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12210
12211 * MAINTAINERS: Add myself to the write-after-approval category.
12212
12213 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12214
12215 From Bernardo Innocenti <bernie@develer.com>:
12216 * configure.tgt: Add uClinux target.
12217
12218 2004-01-02 Andrew Cagney <cagney@redhat.com>
12219
12220 * utils.c (do_my_cleanups): Make static, add forward declaration.
12221 * defs.h (do_my_cleanups): Delete declaration.
12222
12223 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12224
12225 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12226 bfd/ChangeLog-0203.
12227
12228 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12229
12230 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12231 in <machine/reg.h>.
12232 * configure, config.in: Regenerate.
12233
12234 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12235 tui/ChangeLog-1998-2003.
12236 \f
12237 Local Variables:
12238 mode: change-log
12239 left-margin: 8
12240 fill-column: 74
12241 version-control: never
12242 End:
This page took 0.263137 seconds and 5 git commands to generate.