* i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
9a6c8ef4
MK
12004-09-19 Mark Kettenis <kettenis@gnu.org>
2
9692934b
MK
3 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
4 (i386bsd_fetch_inferior_registers): Rename from
5 fetch_inferior_registers. Make static.
6 (i386bsd_store_inferior_registers): Rename from
7 store_inferior_registers. Make static.
8 (i386bsd_target): New function.
9 * i386bsd-nat.h: New file.
10 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
11 "i386bsd-nat.h".
12 (i386fbsd_resume): Rename from child_resume. Make static.
13 (_initialize_i386fbsd_nat): Construct and add target vector.
14 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
15 (_initialize_i386nbsd_nat): Construct and add target vector.
16 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
17 Remove defines.
18 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
19 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
20 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
21 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
22 (LOADLIBES): New variable.
23 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
24 inf-ptrace.o. Remove inftarg.o.
25 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
26 inf-ptrace.o. Remove inftarg.o.
27 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
28 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
29 (LOADLIBES): New variable.
30 * Makefile.in (i386bsd_nat_h): New variable.
31 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
32 dependencies.
33
3510d1f2
MK
34 * sparc64nbsd-tdep.c: Include "objfiles.h".
35 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
36 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
37 svr4_lp64_fetch_link_map_offsets.
38 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
39 "nbsd-tdep.h".
40 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
41 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
42 svr4_lp64_fetch_link_map_offsets.
43 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
44 dependencies.
45
578c1c03
MK
46 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
47 * fbsd-nat.h: New file.
48 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
49 (fbsd_nat_h): New variable.
50 (fbsd-nat.o): New dependency.
51
7a7b73b7
MK
52 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
53 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
54
9a6c8ef4
MK
55 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
56 comment.
57
72d5681a
PH
582004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
59
60 * ada-exp.y (type_int): New function to add layer of abstraction
61 around references to expression types.
62 (type_long): Ditto.
63 (type_long_long): Ditto.
64 (type_float): Ditto.
65 (type_double): Ditto.
66 (type_long_double): Ditto.
67 (type_char): Ditto.
68 (type_system_address): Ditto.
69 (simple_exp): Use type_* functions in place of builtin_*
70 variables.
71 (exp): Ditto.
72 (write_var_from_name): Ditto.
73 (write_object_renaming): Ditto.
74 * ada-lang.c (ada_create_fundamental_type): Remove redundant
75 declaration.
76 (build_ada_types): Remove, replacing with...
77 (ada_language_arch_info): New function to initialize primitive
78 type vector in language_arch_info.
79 (ada_array_length): Remove use of builtin_type_ada_int.
80 (value_pos_atr): Ditto.
81 (ada_evaluate_subexp): Ditto.
82 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
83 builtin_type_ada_long_long, builtin_type_ada_char,
84 builtin_type_ada_float, builtin_type_ada_double,
85 builtin_type_ada_long_double, builtin_type_ada_natural,
86 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
87 (ada_builtin_types): Remove.
88 (ada_language_defn): Remove entries for la_builtin_type_vector and
89 string_char_type and use ada_language_arch_info.
90 (_initialize_ada_language): Do type-vector initialization along
91 the lines of c-lang.c.
92 (ada_create_fundamental_type): Break up line.
93 (ada_dump_symtab): Remove unused function.
94 (enum ada_primitive_types): Define.
95 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
96 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
97 builtin_type_ada_float, builtin_type_ada_double,
98 builtin_type_ada_long_double, builtin_type_ada_natural,
99 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
100 * ada-lex.l: Use type_* functions in place of builtin_* variables.
101 (processInt): Ditto.
102 (processReal): Ditto.
103 (name_lookup): Ditto.
104 * ada-typeprint.c (print_range): Use builtin_type_int, not
105 builtin_type_ada_int.
106
4f0be353
MK
1072004-09-18 Mark Kettenis <kettenis@gnu.org>
108
30b0e2d8
MK
109 * i386-tdep.c (i386_register_name): Rename regno to regnum.
110
4f0be353
MK
111 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
112 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
113 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
114 * configure.in: Improve checks for curses library by checking for
115 mvwaddstr instead of initscr. Drop HP curses in favour of
116 standard curses on HP-UX.
117 * configure: Regenerated.
118
72d5681a 1192004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
6c038f32
PH
120
121 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
122 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
123 Minor formatting changes.
124 (empty_array): Slight rewrite for formatting.
125 (emit_char,parse,ada_language_defn,build_ada_types,
126 ada_is_exception_sym, _initialize_ada_language): Move
127 definitions around.
128 (ada_dump_symtab): Remove unused definition.
129 (ada_maybe_exception_partial_symbol): Remove unused definition.
130
1c8c7407
AC
1312004-09-16 Andrew Cagney <cagney@gnu.org>
132
7681f339
AC
133 * inf-child.c: Include "gdb_string.h".
134 (inf_child_core_file_to_sym_file): Delete.
135 (inf_child_target): Set to_fetch_registers and to_store_registers.
136 * inf-ptrace.c: Include "gdb_string.h".
137 * Makefile.in: Update all dependencies.
138
1c8c7407
AC
139 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
140 problem.
141
65596487
JB
1422004-09-14 Joel Brobecker <brobecker@gnat.com>
143
144 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
145 call to heuristic_proc_desc. Remove code that became redundant
146 as a consequence.
147 (read_next_frame_reg): Remove special case for SP_REGNUM.
148 (set_reg_offset): Fix small typo.
149 (reset_saved_regs): New procedure.
150 (mips32_heuristic_proc_desc): No longer compute a fake
151 procedure descriptor. Compute the full frame cache instead.
152 Some minor comment reformatting.
153
95575b2e
AC
1542004-09-14 Andrew Cagney <cagney@gnu.org>
155
f200c492
AC
156 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
157 maintainer.
158
95575b2e
AC
159 * thread-db.c (thread_db_new_objfile): Assume that there is a
160 child process.
161
69657671
JB
1622004-09-13 Jim Blandy <jimb@redhat.com>
163
164 * valops.c (value_assign): Move 'buffer' to the enclosing block,
165 so that its storage isn't referenced after its lifetime ends.
166
6c4182dd
JB
167 * valops.c (value_assign): 'use_buffer' is initialized to zero,
168 and never assigned to. Delete it, and the 'if (use_buffer)'
169 clauses. Delete 'raw_buffer', since it is now unused.
170
ee31a58d
AC
1712004-09-13 Andrew Cagney <cagney@gnu.org>
172
2c0fc042
AC
173 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
174 * configure: Re-generate.
175 * nlm/Makefile.in (TAGS): Update.
176 * Makefile.in (TAGS): Update.
177 * config/vax/nbsd.mt (TM_FILE): Update.
178 * config/sparc/vxworks.mt (TM_FILE): Update.
179 * config/sparc/sol2.mt (TM_FILE): Update.
180 * config/sparc/sol2-64.mt (TM_FILE): Update.
181 * config/sparc/obsd64.mt (TM_FILE): Update.
182 * config/sparc/obsd.mt (TM_FILE): Update.
183 * config/sparc/nbsd64.mt (TM_FILE): Update.
184 * config/sparc/nbsd.mt (TM_FILE): Update.
185 * config/sparc/linux64.mt (TM_FILE): Update.
186 * config/sparc/linux.mt (TM_FILE): Update.
187 * config/sparc/fbsd.mt (TM_FILE): Update.
188 * config/sh/wince.mt (TM_FILE): Update.
189 * config/sh/nbsd.mt (TM_FILE): Update.
190 * config/sh/linux.mt (TM_FILE): Update.
191 * config/sh/embed.mt (TM_FILE): Update.
192 * config/s390/s390.mt (TM_FILE): Update.
193 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
194 * config/rs6000/rs6000.mt (TM_FILE): Update.
195 * config/rs6000/aix4.mt (TM_FILE): Update.
196 * config/powerpc/vxworks.mt (TM_FILE): Update.
197 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
198 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
199 * config/powerpc/obsd.mt (TM_FILE): Update.
200 * config/powerpc/nbsd.mt (TM_FILE): Update.
201 * config/powerpc/linux.mt (TM_FILE): Update.
202 * config/powerpc/aix.mt (TM_FILE): Update.
203 * config/pa/obsd.mt (TM_FILE): Update.
204 * config/pa/linux.mt (TM_FILE): Update.
205 * config/pa/hppahpux.mt (TM_FILE): Update.
206 * config/pa/hppa64.mt (TM_FILE): Update.
207 * config/pa/hppa.mt (TM_FILE): Update.
208 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
209 * config/mips/wince.mt (TM_FILE): Update.
210 * config/mips/vxmips.mt (TM_FILE): Update.
211 * config/mips/nbsd.mt (TM_FILE): Update.
212 * config/mips/linux.mt (TM_FILE): Update.
213 * config/mips/irix6.mt (TM_FILE): Update.
214 * config/mips/irix5.mt (TM_FILE): Update.
215 * config/mips/embed.mt (TM_FILE): Update.
216 * config/m68k/vxworks68.mt (TM_FILE): Update.
217 * config/m68k/st2000.mt (TM_FILE): Update.
218 * config/m68k/os68k.mt (TM_FILE): Update.
219 * config/m68k/obsd.mt (TM_FILE): Update.
220 * config/m68k/nbsd.mt (TM_FILE): Update.
221 * config/m68k/monitor.mt (TM_FILE): Update.
222 * config/m68k/linux.mt (TM_FILE): Update.
223 * config/m68k/cisco.mt (TM_FILE): Update.
224 * config/ia64/linux.mt (TM_FILE): Update.
225 * config/ia64/aix.mt (TM_FILE): Update.
226 * config/ia64/ia64.mt (TM_FILE): Update.
227 * config/i386/vxworks.mt (TM_FILE): Update.
228 * config/i386/obsd64.mt (TM_FILE): Update.
229 * config/i386/obsd.mt (TM_FILE): Update.
230 * config/i386/nto.mt (TM_FILE): Update.
231 * config/i386/nbsd64.mt (TM_FILE): Update.
232 * config/i386/nbsd.mt (TM_FILE): Update.
233 * config/i386/linux64.mt (TM_FILE): Update.
234 * config/i386/linux.mt (TM_FILE): Update.
235 * config/i386/i386sol2.mt (TM_FILE): Update.
236 * config/i386/i386lynx.mt (TM_FILE): Update.
237 * config/i386/fbsd64.mt (TM_FILE): Update.
238 * config/i386/fbsd.mt (TM_FILE): Update.
239 * config/i386/cygwin.mt (TM_FILE): Update.
240 * config/h8300/h8300.mt (TM_FILE): Update.
241 * config/frv/frv.mt (TM_FILE): Update.
242 * config/cris/cris.mt (TM_FILE): Update.
243 * config/arm/wince.mt (TM_FILE): Update.
244 * config/arm/nbsd.mt (TM_FILE): Update.
245 * config/arm/linux.mt (TM_FILE): Update.
246 * config/arm/embed.mt (TM_FILE): Update.
247 * config/alpha/nbsd.mt (TM_FILE): Update.
248 * config/alpha/fbsd.mt (TM_FILE): Update.
249 * config/alpha/alpha.mt (TM_FILE): Update.
250 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
251 * config/alpha/alpha-linux.mt (TM_FILE): Update.
252
362646f5
AC
253 Eliminate event_loop_p, always has the value 1.
254 * defs.h (event_loop_p): Delete macro.
255 * breakpoint.c (until_break_command): Simplify.
256 * utils.c (prompt_for_continue): Simplify.
257 * tracepoint.c (read_actions): Simplify.
258 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
259 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
260 (set_prompt, init_main): Simplify.
261 (init_signals, disconnect): Delete, unused.
262 * remote.c (remote_async_resume)
263 (extended_remote_async_create_inferior): Simplify.
264 * mi/mi-interp.c (mi_input): Delete, unused.
265 (mi_interpreter_resume, mi_command_loop): Simplify.
266 * interps.c (current_interp_command_loop): Simplify.
267 * infrun.c (proceed): Simplify.
268 * infcmd.c (run_command, continue_command, step_1, jump_command)
269 (until_command, advance_command, finish_command)
270 (interrupt_target_command): Simplify.
271 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
272
ee31a58d
AC
273 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
274 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
275 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
276 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
277 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
278 * mips-tdep.c (mips_dump_tdep): Do not print same.
279
b7ffc4a8
AC
2802004-09-12 Andrew Cagney <cagney@gnu.org>
281
2bfb72ee
AC
282 * valprint.c (print_longest): Use fputs_filtered. Make "val"
283 const.
284 * Makefile.in (valprint.o): Delete explict rule.
285
4f17c3c1
AC
286 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
287 reported by Dave Anderson.
288
f810308b
AC
289 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
290
b7ffc4a8
AC
291 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
292
28b41c52
AC
2932004-09-12 Salvador E. Tropea <set@users.sf.net>
294 Andrew Cagney <cagney@gnu.org>
295
296 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
297 (mi_cmd_data_list_register_values)
298 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
299 the register number computation.
300
5bf970f9
AC
3012004-09-12 Andrew Cagney <cagney@gnu.org>
302
303 * ppcnbsd-nat.c: Include "inf-ptrace.h".
304 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
305 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
306 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
307 target.
308 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
309 inf-ptrace.o and inf-child.o.
310 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
311 * Makefile.in: Update dependencies.
312
0759e0bf
AC
3132004-09-11 Andrew Cagney <cagney@gnu.org>
314
315 * language.c (hex_string, hex_string_custom): Move from here ...
316 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
317 (CELLSIZE): Increase to 50.
318 * language.h (hex_string, hex_string_custom): Move from here ...
319 * defs.h: ... to here.
320 * Makefile.in: Update all dependencies.
321
bb599908
PH
3222004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
323
324 * language.c (local_hex_format_custom): Remove.
325 (local_hex_string): Rename to hex_string, use C format, and move to
326 utils.c
327 (local_hex_string_custom): Rename to hex_string_custom and change
328 interface. Now uses C format. Move to utils.c
329 (local_octal_format_custom): Remove.
330 (local_decimal_format_custom): Remove.
331 (unknown_language_defn): Remove language-specific number
332 formatting entries.
333 (auto_language_defn): Ditto.
334 (local_language_defn): Ditto.
335 * language.h (struct language_format_info): Delete declaration.
336 (struct language_defn): Remove language_format_info fields
337 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
338 (local_binary_format): Remove macro.
339 (local_binary_format_prefix): Remove macro.
340 (local_binary_format_specifier): Remove macro.
341 (local_binary_format_suffix): Remove macro.
342 (local_octal_format): Remove macro.
343 (local_octal_format_prefix): Remove macro.
344 (local_octal_format_specifier): Remove macro.
345 (local_octal_format_suffix): Remove macro.
346 (local_decimal_format): Remove macro.
347 (local_decimal_format_prefix): Remove macro.
348 (local_decimal_format_specifier): Remove macro.
349 (local_decimal_format_suffix): Remove macro.
350 (local_hex_format): Remove macro.
351 (local_hex_format_prefix): Remove macro.
352 (local_hex_format_specifier): Remove macro.
353 (local_hex_format_suffix): Remove macro.
354 (local_decimal_format_custom): Remove.
355 (local_octal_format_custom): Remove.
356 (local_hex_format_custom): Remove.
357 (local_hex_string): Rename to hex_string and move to defs.h.
358 (local_hex_string_custom): Rename to hex_string_custom, change
359 interface, and move to defs.h.
360 * utils.c: (int_string): New function.
361 (hex_string): New function (from language.c).
362 (hex_string_custom): New function (from language.c).
363 (octal2str): New function.
364 (decimal2str): Add width parameter.
365 (paddr_u): Use new decimal2str interface.
366 (paddr_d): Ditto.
367 * defs.h (hex_string): Declare.
368 (hex_string_custom): Declare.
369 (int_string): Declare.
370 * printcmd.c (print_scalar_formatted): Remove localized binary
371 formatting.
372 * valprint.c (print_longest): Use int_string.
373 (print_floating): Use C hex format.
374 (print_hex_chars): Ditto.
375 (print_binary_chars): Remove language-specific formatting.
376 (print_octal_chars): Use C octal format.
377 (print_decimal_chars): Delocalize format.
378 (print_decimal): Remove.
379 * ada-lang.c (ada_language_defn): Remove language-specific number
380 formatting entries.
381 * p-lang.c (pascal_language_defn): Ditto.
382 * c-lang.c (c_language_defn): Ditto.
383 (cplus_language_defn): Ditto.
384 (asm_language_defn): Ditto.
385 (minimal_language_defn): Ditto.
386 * f-lang.c (f_language_defn): Ditto.
387 * jv-lang.c (java_language_defn): Ditto.
388 * m2-lang.c (m2_language_defn): Ditto.
389 * scm-lang.c (scm_language_defn): Ditto.
390 * objc-lang.c (objc_language_defn): Ditto.
391 * memattr.c (mem_info_command): Use renamed hex_string_custom with
392 new interface.
393 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
394 * ui-out.c (ui_out_field_core_addr): Ditto.
395 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
396 * exec.c (print_section_info): Ditto.
397 * i387-tdep.c (print_i387_status_word): Ditto.
398 (print_i387_control_word): Ditto.
399 (i387_print_float_info): Ditto.
400 * maint.c (maint_print_section_info): Ditto.
401 * solib.c (info_sharedlibrary_command): Ditto.
402 * somsolib.c (som_sharedlibrary_info_command): Ditto.
403 * symtab.c (print_msymbol_info): Ditto.
404 * tracepoint.c (tracepoints_info): Ditto.
405 * solib-frv.c (lm_base): Ditto.
406 (frv_current_sos): Ditto.
407 (enable_break2): Ditto.
408 (enable_break): Ditto.
409 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
410 (process_one_symbol): Ditto.
411 * infcmd.c (program_info): Ditto.
412 * mdebugread.c (parse_partial_symbols): Ditto.
413 * symfile.c (add_symbol_file_command): Ditto.
414 * cli/cli-cmds.c (edit_command): Ditto.
415 (list_command): Ditto.
416 * infcall.c (call_function_by_hand): Ditto.
417 * remote-vx.c (vx_run_files_info): Ditto.
418 (vx_wait): Ditto.
419 (vx_attach): Ditto.
420 (vx_detach): Ditto.
421 (vx_kill): Ditto.
422 * aix-thread.c (pdc_symbol_addrs): Ditto.
423 (pdc_read_regs): Ditto.
424 (pdc_write_regs): Ditto.
425 (pdc_read_data): Ditto.
426 (pdc_write_data): Ditto.
427 * d10v-tdep.c (display_trace): Ditto.
428 * rs6000-nat.c (find_toc_address): Ditto.
429 * aix-thread.c: Don't include language.h.
430 * buildsym.c: Ditto.
431 * dbxread.c: Ditto.
432 * mdebugread.c: Ditto.
433 * rs6000-nat.c: Ditto.
434 * buildsym.c (make_blockvector): Use renamed hex_string.
435
33f2d567
JM
4362004-09-10 Jason Molenda (jmolenda@apple.com)
437
438 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
439 chars after 'if' or 'while' commands in user-defined commands.
440
7b90c3f9
JB
4412004-09-08 Jim Blandy <jimb@redhat.com>
442
443 Fix bug reported and analyzed by Olivier Crete:
444 * symfile.c (copy_section_addr_info): New function.
445 (symbol_file_add_with_addrs_or_offsets): Use it to save the
446 original set of address arguments, instead of handwritten code
447 that uses one length to allocate and a different length to
448 initialize. Use make_cleanup_free_section_addr_info.
449 * symfile.h (copy_section_addr_info): New declaration.
450 * utils.c: #include "symfile.h".
451 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
452 New functions.
453 * defs.h (make_cleanup_free_section_addr_info): New declaration.
454 * Makefile.in (utils.o): Update dependencies.
455
b26a6851
AC
4562004-09-08 Andrew Cagney <cagney@gnu.org>
457
458 * thread-db.c (keep_thread_db): Delete.
459 (thread_db_new_objfile, thread_db_create_inferior)
460 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
461
be24b061
MK
4622004-09-08 Mark Kettenis <kettenis@gnu.org>
463
f6792ef4
MK
464 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
465 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
466 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
467 (i386_frameless_signal_p): Remove prototype.
468 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
469 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
470 I386_SSE_NUM_REGS.
471 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
472 instead of FP0_REGNUM.
473 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
474 of FP0_REGNUM and FPC_REGNUM.
475
eeefdaa7
MK
476 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
477 (sunos_solib_create_inferior_hook): Don't call
478 sunos_relocate_main_executable.
479
be24b061
MK
480 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
481 solib_svr4_fetch_link_map_offsets to
482 svr4_ilp32_fetch_link_map_offsets.
483 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
484 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
485 svr4_ilp32_fetch_link_map_offsets.
486 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
487
7c679d16
JB
4882004-09-07 Jim Blandy <jimb@redhat.com>
489
490 * frame.h (frame_register): Doc fix.
491
1f04aa62
AC
4922004-09-07 Andrew Cagney <cagney@gnu.org>
493
494 * vx-share/wait.h: Delete #ifdef USG.
495 * utils.c (request_quit): Ditto.
496 * tui/tui.c (tui_reset): Ditto.
497 * remote.c: Ditto.
498 * remote-sds.c: Ditto.
499 * remote-rdi.c: Ditto.
500 * mdebugread.c: Ditto.
501 * m68klinux-nat.c: Ditto.
502 * infttrace.c: Ditto.
503 * infptrace.c: Ditto.
504 * i386v-nat.c: Ditto.
505 * exec.c: Ditto.
506 * dbxread.c: Ditto.
507 * core-aout.c: Ditto.
508
90edbfbc
JB
5092004-09-05 Joel Brobecker <brobecker@gnat.com>
510
511 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
512 heuristic_proc_desc.
513 (mips_insn32_frame_cache): Likewise.
514
01f4bf2b
JB
5152004-09-04 Joel Brobecker <brobecker@gnat.com>
516
517 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
518 left behind by error.
519
8511a048
JB
5202004-09-04 Joel Brobecker <brobecker@gnat.com>
521
522 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
523 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
524
649dfe9f
JB
5252004-09-04 Joel Brobecker <brobecker@gnat.com>
526
527 * config/rs6000/xm-aix4.h: Remove this file.
528 * config/rs6000/aix4.mh (XM_FILE): Delete.
529
6e50f889
JB
5302004-09-04 Joel Brobecker <brobecker@gnat.com>
531
532 * config/rs6000/xm-rs6000.h: Remove this file.
533 * config/rs6000/rs6000.mh (XM_FILE): Remove.
534
b8c4aece
AC
5352004-09-03 Andrew Cagney <cagney@gnu.org>
536
fb603883
AC
537 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
538 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
539 only use.
540
c9343fd1
AC
541 * mips-tdep.c (temp_saved_regs): Delete.
542 (set_reg_offset): Replace saved_regs parameter with this_cache.
543 (heuristic_proc_desc, mips16_heuristic_proc_desc)
544 (mips32_heuristic_proc_desc): Add this_cache parameter.
545 (mips_insn32_frame_cache, mips_insn16_frame_cache)
546 (after_prologue): Pass a NULL this_cache.
547
9733cfe1
AC
548 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
549 non-kernel trap prologues.
550
0d5febcc
AC
551 * mips-tdep.c (find_proc_desc): Delete function.
552 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
553 simplify.
554 (mips_insn16_frame_cache): Replace find_proc_desc with code from
555 mips_insn32_frame_cache.
556
9733cfe1 557 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
283be873
AC
558 Simplify as NEXT_FRAME is NULL.
559 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
560
177f84a3
AC
561 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
562 local variable.
563 (mips_skip_prologue): Update.
564
465f7520
AC
565 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
566 "cur_frame" parameter.
177f84a3
AC
567 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
568 (mips_insn32_frame_cache, find_proc_desc): Update
465f7520 569
e38b8658
AC
570 * config/vax/nm-obsd.h: Delete file.
571 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
572 * config/vax/nm-nbsd.h: Delete file.
573 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
574 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
575 * config/sh/nm-nbsd.h: Delete file.
576 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
577 * config/rs6000/nm-rs6000ly.h: Delete file.
578 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
579 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
580 * config/powerpc/nm-obsd.h: Delete file.
581 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
582 * config/powerpc/nm-nbsd.h: Delete file.
583 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
584 * config/pa/nm-obsd.h: Delete file.
585 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
586 * config/mips/nm-nbsd.h: Delete file.
587 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
588 * config/m88k/nm-obsd.h: Delete file.
589 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
590 * config/m68k/nm-nbsd.h: Delete file.
591 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
592 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
593 * config/i386/nm-nbsd.h: Delete file.
594 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
595 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
596 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
597 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
598 * config/i386/nm-i386lynx.h: Delete file.
599 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
600 * config/arm/nm-nbsd.h: Delete file.
601 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
602 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
603
be1ed680
AC
604 * config/i386/tm-fbsd.h: Delete file.
605 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
606 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
607
4b392b26
AC
608 * config/rs6000/tm-rs6000-aix4.h: Delete file.
609 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
610 * config/rs6000/aix4.mt (TM_FILE): Set to
611 config/rs6000/tm-rs6000.h.
612 * config/powerpc/tm-ppc-aix.h: Delete file.
613 * config/powerpc/aix.mt (TM_FILE): Set to
614 config/rs6000/tm-rs6000.h.
615 * config/m68k/tm-linux.h: Delete file.
616 * config/m68k/linux.mt (TM_FILE): Set to solib.h
617 * config/i386/tm-linux64.h: Delete file.
618 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
619 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
620
f3219c75
AC
621 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
622 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
623 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
624 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
625 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
626 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
627 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
628 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
629 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
630
b8c4aece
AC
631 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
632 gdb_host_cpu.
633
8ac2e020
JB
6342004-09-02 Joel Brobecker <brobecker@gnat.com>
635
636 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
637 Minor reformatting. Some code factoring.
638
c185a355
AC
6392004-09-02 Andrew Cagney <cagney@gnu.org>
640
63f22f0d
AC
641 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
642 * config/vax/tm-nbsd.h: Delete file.
643 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
644 * config/sparc/tm-vxworks.h: Delete file.
645 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
646 * config/sparc/tm-nbsd.h: Delete file.
647 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
648 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
649 * config/sparc/tm-linux.h: Delete file.
650 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
651 * config/s390/tm-linux.h: Delete file.
652 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
653 * config/pa/tm-bsd.h: Delete file.
654 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
655 * config/m68k/tm-obsd.h: Delete file.
656 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
657 * config/m68k/tm-nbsd.h: Delete file.
658 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
659 * config/i386/tm-vxworks.h: Delete file.
660 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
661 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
662 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
663 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
664 * config/i386/tm-nbsd.h: Delete file.
665 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
666 * config/i386/tm-i386lynx.h: Delete file.
667 * config/cris/cris.mt (TM_FILE): Set to solib.h.
668 * config/cris/tm-cris.h: Delete file.
669
0f475e27
AC
670 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
671 * configure: Re-generate.
672 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
673 * config/arm/tm-nbsd.h: Delete file.
674
458ed000
AC
675 * config/powerpc/tm-ppcle-sim.h: Delete.
676 * config/powerpc/tm-ppcle-eabi.h: Delete.
677 * config/powerpc/tm-nbsd.h: Delete.
678 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
679 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
680 tm-ppcle-eabi.h.
681
f14375f3
AC
682 * config/i386/nto.mh (NAT_FILE): Delete.
683 * config/i386/nm-nto.h: Delete.
684
c34d127c
AC
685 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
686 * config/m68k/tm-os68k.h: Ditto.
687 * config/m68k/tm-monitor.h: Ditto.
688 * config/m68k/tm-cisco.h: Ditto.
689 * config/m68k/st2000.mt (TM_FILE): Delete.
690 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
691 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
692 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
693 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
694
f7f0fe03
AC
695 * config/m68k/tm-st2000.h: Delete.
696 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
697 * config/sparc/fbsd.mt (TM_FILE): Delete.
698 * config/sparc/tm-fbsd.h: Delete.
699
a2558533
AC
700 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
701 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
702 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
703
b78960be
AC
704 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
705 GDB_TM_FILE and GDB_XM_FILE.
706 * gdbarch.c: Re-generate.
707 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
708 quotes in macro definition.
709 * configure.in: Re-generate.
710
4d60522e
AC
711 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
712 validating architecture methods.
713 * gdbarch.c: Re-generate.
714
5010d38b
AC
715 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
716 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
717 GDB_MULTI_ARCH_PARTIAL.
718 * gdbarch.h: Re-generate.
719
c185a355
AC
720 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
721 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
722 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
723 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
724 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
725 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
726 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
727 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
728 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
729 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
730 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
731 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
732
14aaa6ab
AC
7332004-09-01 Andrew Cagney <cagney@gnu.org>
734
735 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
736 and main_func_highpc.
737 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
738 * objfiles.c (init_entry_point_info, objfile_relocate): Update
739 * nlmread.c (nlm_symfile_read): Update.
740
a343eb3c
JB
7412004-09-01 Joel Brobecker <brobecker@gnat.com>
742
743 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
744 (mips_insn32_frame_cache): Inline call to find_proc_desc.
745 (find_proc_desc): Remove dead code.
746
4fbbbd07
JB
7472004-09-01 Joel Brobecker <brobecker@gnat.com>
748
749 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
750
84acb35a
JJ
7512004-09-01 Jeff Johnston <jjohnstn@redhat.com>
752
753 * observer.sh: Add struct so_list declaration.
754 * Makefile.in: Add dependencies on observer.h for solib.c and
755 breakpoint.c.
756 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
757 function.
758 (_initialize_breakpoint): Register
759 disable_breakpoints_in_unloaded_shlib as an observer of the
760 "solib unloaded" observation event.
761 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
762 call decode_line_1 so unfound breakpoint errors are silent.
763 * solib.c (update_solib_list): When a solib is discovered to have
764 been unloaded by the program, notify all observers of the
765 "solib unloaded" observation event.
766
c8cd9f6c
AC
7672004-09-01 Andrew Cagney <cagney@gnu.org>
768
769 * frame.c: Include "objfiles.h".
770 (inside_main_func): New function.
771 (get_prev_frame): Use new inside_main_func.
772 * Makefile.in (frame.o): Update dependencies.
773 * defs.h (inside_main_func): Delete declaration.
774 * blockframe.c (inside_main_func): Delete function.
775
1168df01
JB
7762004-08-31 Jim Blandy <jimb@redhat.com>
777
778 * dwarf2read.c (is_vtable_name): New function, based on logic from
779 read_structure_type, but passing the correct length to strncmp,
780 and using 'sizeof' instead of 'strlen'.
781 (read_structure_type): Call it.
782
f14f9744
JB
7832004-08-31 Joel Brobecker <brobecker@gnat.com>
784
785 * config/powerpc/aix.mh: Add comment.
786
386d4518
PG
7872004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
788
789 * MAINTAINERS: Add self to Write-After-Approval.
790
7d97d5e2
MI
7912004-08-30 Manoj Iyer <manjo@austin.ibm.com>
792
793 * MAINTAINERS: Add self to Write-After-Approval.
794
68f53502
AC
7952004-08-30 Andrew Cagney <cagney@gnu.org>
796
797 Fix PR breakpoints/1757.
798 * infrun.c (struct execution_control_state): Replace
799 remove_breakpoints_on_following_step with
800 step_after_step_resume_breakpoint.
801 (init_execution_control_state): Update.
802 (handle_inferior_event): For signals, when stepping off a
803 breakpoint, set step_after_step_resume_breakpoint. When
804 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
805 (keep_going): Delete code handling
806 remove_breakpoints_on_following_step.
807
7ca2d3a3
DL
8082004-08-29 David Lecomber <david@streamline-computing.com>
809
810 Fix PR gdb/648
811 * language.h (enum array_ordering): New enum.
812 * language.h (struct language_defn): New la_array_ordering
813 attribute.
814 * language.c (unknown_language_defn, auto_language_defn)
815 (local_language_defn): Ditto.
816 * ada-lang.c (ada_language_defn): Ditto.
817 * c-lang.c (c_language_defn, cplus_language_defn)
818 (asm_language_defn, minimal_language_defn): Ditto.
819 * f-lang.c (f_language_defn): Ditto.
820 * jv-lang.c (java_language_defn): Ditto.
821 * m2-lang.c (f_language_defn): Ditto.
822 * objc-lang.c (objc_language_defn): Ditto.
823 * p-lang.c (pascal_language_defn): Ditto.
824 * scm-lang.c (scm_language_defn): Ditto.
825 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
826 oriented large to small in type structure.
827 * dwarf2read.c (read_array_order): New function.
828 (read_array_type): Use read_array_order to check row/column
829 major ordering.
830
e354df01
NW
8312004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
832
833 * target.c (target_resize_to_sections): Check
834 current_target.to_sections for an old value when updating.
835
9185ddce
JB
8362004-08-27 Joel Brobecker <brobecker@gnat.com>
837
838 * procfs.c (dbx_link_bpt_addr): New static global variable.
839 (dbx_link_shadow_contents): New static global variable.
840 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
841 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
842 if we just hit it.
843 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
844 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
845 from run to run.
846 (procfs_create_inferior): Remove syssgi syscall-exit notifications
847 after the inferior has been forked.
848 (remove_dbx_link_breakpoint): New function.
849 (dbx_link_addr): New function.
850 (insert_dbx_link_bpt_in_file): New function.
851 (insert_dbx_link_bpt_in_region): New function.
852 (insert_dbx_link_breakpoint): New function.
853 (proc_trace_syscalls_1): New function, extracted from
854 proc_trace_syscalls.
855 (proc_trace_syscalls): Replace extract code by call to
856 proc_trace_syscalls_1.
857 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
858 is no longer valid.
859
e6742ace
JB
8602004-08-25 Jim Blandy <jimb@redhat.com>
861
862 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
863
8fb3e588
AC
8642004-08-25 Andrew Cagney <cagney@gnu.org>
865
629a41ee
AC
866 * infrun.c (struct execution_control_state): Delete field
867 "stepping_through_sigtramp".
868 (init_execution_control_state): Do not set same.
869 (context_switch): Do not pass same to save_infrun_state and
870 load_infrun_state.
871 * gdbthread.h (struct thread_info): Delete field
872 stepping_through_sigtramp.
873 (save_infrun_state, load_infrun_state): Delete parameter
874 stepping_through_sigtramp.
875 * thread.c (load_infrun_state, save_infrun_state): Update.
876
8fb3e588
AC
877 * infrun.c: Re-indent. Move expression operators to the beginning
878 of the line. Remove long disabled #if 0 code.
879
49c54768
AC
8802004-08-24 Andrew Cagney <cagney@gnu.org>
881
882 * doublest.h (floatformat_ieee_quad): Rename
883 floatformat_ia64_quad.
884 * doublest.c (floatformat_ieee_quad): Rename
885 floatformat_ia64_quad.
886 (_initialize_doublest): Update.
887
5ca2e327
JB
8882004-08-24 Jim Blandy <jimb@redhat.com>
889
87808bd6
JB
890 * dwarf2expr.h (struct dwarf_expr_context): New members
891 'num_pieces' and 'pieces', for returning the result of an
892 expression that uses DW_OP_piece.
893 (struct dwarf_expr_piece): New struct type.
894 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
895 pieces.
896 (free_dwarf_expr_context): Free pieces, if any.
897 (add_piece): New function.
898 (execute_stack_op): Implement DW_OP_piece.
899 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
900 expression is a list of pieces, print an error message.
901 (dwarf2_loc_desc_needs_frame): If the expression yields
902 pieces, and any piece is in a register, then we need a frame.
903
5ca2e327
JB
904 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
905 the stack until we've decided what sort of result the evaluation
906 has produced. Use separate variables, with more specific names.
907
2afeb6b8
RE
9082004-08-23 Richard Earnshaw <rearnsha@arm.com>
909
910 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
911 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
912 (arm_netbsd_init_abi_common): Register them.
913
5885ab49
MK
9142004-08-22 Mark Kettenis <kettenis@gnu.org>
915
fda820a6
MK
916 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
917
1c5bf419
MK
918 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
919 safe_frame_unwind_memory instead of target_read_memory.
920
8cbba7c8
MK
921 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
922 Reorder includes.
923 (fetch_register, store_register): Remove prototypes.
924 (child_resume): Reorganize code and comments such that it is
925 grouped a bit more logically.
926 (attach): Explicitly compare errno against 0.
927 (detach): Likewise. Use perror_with_name instead of
928 print_sys_errmsg.
929 * Makefile.in (infptrace.o): Update dependencies.
930
c5fa4245
MK
931 * ia64-linux-nat.c: Update copyright year.
932 (fetch_debug_register, store_debug_register)
933 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
934 PTRACE_TYPE_ARG3.
935 * config/ia64/nm-linux.h: Update copyright year.
936 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
937
387c058c
MK
938 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
939 from CORE_ADDR to struct frame_info *. Use
940 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
941 (amd64_linux_sigtramp_p): Adjust for changed signature of
942 and64_linux_sigtramp_start
943
277215a6
MK
944 * gdb_ptrace.h: GNU/Linux.
945
25f6178e
MK
946 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
947 Remove defines.
948
652fc137
MK
949 * infptrace.c: Include "gdb_assert.h".
950 (PTRACE_XFER_TYPE): Remove define.
951 (offsetof): Only define if U_REGS_OFFSET isn't defined.
952 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
953 Tweak comment.
954 (fetch_inferior_registers, store_inferior_registers): Remove
955 redundant culry braces. Tweak comment. s/regno/regnum.
956 * Makefile.in (infptrace.o): Update dependencies.
957
5885ab49
MK
958 * configure.in: Change test for return type of ptrace to default
959 to `long' instead of `int'.
960 * configure: Regenerate.
961
11003ae3
MK
9622004-08-21 Mark Kettenis <kettenis@gnu.org>
963
6b95110c
MK
964 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
965
bcb3dc3d
MK
966 * configure.in: Check for ttrace function.
967 * configure, config.in: Regenerate.
968
11003ae3
MK
969 * gdb_ptrace.h: New file.
970 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
971 <sys/ptrace.h>.
972 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
973 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
974 (attach): Don't define PT_ATTACH.
975 (detach): Don't define PT_DETACH.
976 * Makefile.in (gdb_ptrace_h): New variable.
977 (infptrace.o): Update dependencies.
978
f8707cac
MK
9792004-08-16 Mark Kettenis <kettenis@gnu.org>
980
981 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
982 instead of `int' if not already defined.
983 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
984 PTRACE_TYPE_ARG3.
985 * infptrace.c (call_ptrace): Revert change that replaced
986 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
987
655c5466
MK
9882004-08-15 Mark Kettenis <kettenis@gnu.org>
989
156e5ba7
MK
990 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
991 Remove defines.
992
de9a9e51
MK
993 * linux-nat.c (kill_inferior): Add missing third and fourth
994 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
995
88800403
MK
996 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
997 PTRACE_TYPE_RET.
998
849a1d7c
MK
999 * proc-why.c (proc_prettyfprint_why): Fix format string.
1000
61ad16d1
MK
1001 * solib-osf.c (osf_current_sos): Remove unsused label.
1002
a6ed5501
MK
1003 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1004 curses headers.
1005 * configure, config.in: Regenerate.
1006 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1007 <ncurses/ncurses.h>.
1008
016ddeca
MK
1009 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1010 * config/nm-nbsd.h: Update copyright year.
1011 (PTRACE_ARG3_TYPE): Remove define.
1012
49ec097f
MK
1013 * sparc-nat.c (fetch_inferior_registers)
1014 (store_inferior_registers, sparc_xfer_wcookie):
1015 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1016
9f8e0089
MK
1017 * alphabsd-nat.c (fetch_inferior_registers):
1018 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1019 PTRACE_TYPE_ARG3.
1020 * amd64bsd-nat.c (fetch_inferior_registers)
1021 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1022 PTRACE_TYPE_ARG3.
1023 * armnbsd-nat.c: Update copyright year.
1024 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1025 (store_register, store_regs, store_fp_register, store_fp_regs):
1026 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1027 * hppabsd-nat.c (fetch_inferior_registers)
1028 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1029 PTRACE_TYPE_ARG3.
1030 * i386bsd-nat.c (fetch_inferior_registers)
1031 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1032 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1033 * m68kbsd-nat.c (fetch_inferior_registers)
1034 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1035 PTRACE_TYPE_ARG3.
1036 * m88kbsd-nat.c (fetch_inferior_registers)
1037 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1038 PTRACE_TYPE_ARG3.
1039 * mipsnbsd-nat.c: Update copyright year.
1040 (fetch_inferior_registers, store_inferior_registers):
1041 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1042 * ns32knbsd-nat.c: Update copyright year.
1043 (fetch_inferior_registers, store_inferior_registers):
1044 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1045 * ppcnbsd-nat.c (fetch_inferior_registers):
1046 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1047 PTRACE_TYPE_ARG3.
1048 * ppcobsd-nat.c (fetch_inferior_registers):
1049 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1050 PTRACE_TYPE_ARG3.
1051 * shnbsd-nat.c: Update copyright year.
1052 (fetch_inferior_registers, store_inferior_registers):
1053 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1054 * vaxbsd-nat.c (fetch_inferior_registers)
1055 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1056 PTRACE_TYPE_ARG3.
1057
655c5466
MK
1058 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1059 PTRACE_TYPE_ARG3.
1060 * infptrace.c (call_ptrace, child_resume, attach, detach)
1061 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1062 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1063 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1064 PTRACE_TYPE_ARG3.
1065
c40d0d10
MK
10662004-08-14 Mark Kettenis <kettenis@gnu.org>
1067
5cb0ff31
MK
1068 * defs.h: Remove out-of-date comment.
1069 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1070 [!GETENV_PROVIDED] (getenv): Remove prototype.
1071
5f0f34cb
MK
1072 * standalone.c: Remove file.
1073 * Makefile.in (standalone.o): Remove dependency.
1074
7532965f
MK
1075 * i386-linux-nat.c (dummy_sse_values): Remove function and
1076 prototype.
1077 (i386_linux_dr_get): Fix typo in comment.
1078 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1079
1bdc6c53
MK
1080 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1081
c40d0d10
MK
1082 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1083 from declaration.
1084 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1085 from definition.
1086
64218d3e
MK
10872004-08-13 Mark Kettenis <kettenis@gnu.org>
1088
1089 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1090 parenthesis in definition.
1091 * configure: Regenerated.
1092
926c94e7
MC
10932004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1094
1095 * PROBLEMS: Mention build/1411.
1096
69489883
NN
10972004-08-09 Robert Millan <robertmh@gnu.org>
1098
1099 Committed by Nathanael Nerode.
1100 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1101 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1102
ebb7c577
AC
11032004-08-12 Andrew Cagney <cagney@gnu.org>
1104
1105 * NEWS: Mention fixes in GDB 6.2.1.
1106 * PROBLEMS: Remove mention of mips-irix.
1107
232d697c
JB
11082004-08-11 Joel Brobecker <brobecker@gnat.com>
1109
1110 * config/powerpc/xm-aix.h: Delete.
1111 * config/powerpc/aix.mh (MH_FILE): Remove.
1112 * config/powerpc/aix432.mh (MH_FILE): Remove.
1113
72f4e82b
JB
11142004-08-11 Joel Brobecker <brobecker@gnat.com>
1115
1116 * config/powerpc/aix.mh: Remove obsolete comment.
1117 * config/powerpc/aix432.mh: Likewise.
1118
0687ccb2
JB
11192004-08-11 Joel Brobecker <brobecker@gnat.com>
1120
1121 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1122
dbf3ada7
JB
11232004-08-11 Joel Brobecker <brobecker@gnat.com>
1124
e08e1886
JB
1125 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1126 this file is now empty.
1127 * config/xm-aix4.h: Remove, this file is no longer included
1128 anywhere.
1129
11302004-08-11 Joel Brobecker <brobecker@gnat.com>
1131
1132 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1133 that file is now empty.
dbf3ada7
JB
1134 (termdef): Remove prototype, function no longer used.
1135
4c525ef6
JB
11362004-08-11 Joel Brobecker <brobecker@gnat.com>
1137
1138 * doc/gdbint.texinfo (Host Definition): Remove documentation
1139 for USE_O_NOCTTY, no longer used.
1140 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1141 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1142
82e0b968
JB
11432004-08-11 Joel Brobecker <brobecker@gnat.com>
1144
1145 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1146 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1147 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1148
f2acbe1c
MK
11492004-08-11 Mark Kettenis <kettenis@gnu.org>
1150
daa98270
MK
1151 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1152 instead of FIVE_ARG_PTRACE.
1153
f2acbe1c
MK
1154 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1155 (new_tty): Use O_NOCTTY unconditionally.
1156
cc377e6b
MK
11572004-08-10 Mark Kettenis <kettenis@gnu.org>
1158
1159 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1160 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1161 fflush on stdout.
1162
3bcc18fa
JB
11632004-08-10 Joel Brobecker <brobecker@gnat.com>
1164
1165 * xcoff_symfile_finish: Replace last call to xmfree by call
1166 to xfree.
1167
7936743b
AC
11682004-08-10 Andrew Cagney <cagney@gnu.org>
1169
cc503c8a
AC
1170 * main.c (captured_main): Delete call to init_malloc.
1171 * defs.h (init_malloc): Delete declaration.
1172 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1173 (init_malloc): Delete functions.
1174
2dc74dc1
AC
1175 * defs.h (xmfree): Delete.
1176 * utils.c (xmfree): Delete function.
1177 (xfree): Inline calls to xmfree and mfree.
1178 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1179 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1180 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1181 * somread.c (som_symfile_finish): Ditto.
1182 * objfiles.c (allocate_objfile, free_objfile):
1183 * nlmread.c (nlm_symfile_finish): Ditto.
1184 * hpread.c (hpread_symfile_finish): Ditto.
1185 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1186 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1187 * coffread.c (coff_symfile_finish): Ditto.
1188
aa2ee5f6
AC
1189 * defs.h (xmcalloc): Delete declaration.
1190 * utils.c (xmcalloc): Delete.
1191 (xcalloc): Inline calls to xmcalloc and mcalloc.
1192 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1193 xcalloc and xfree.
1194 * symtab.c (create_demangled_names_hash): Ditto.
1195
0efffb96
AC
1196 * defs.h (xmrealloc): Delete.
1197 * utils.c (xmrealloc): Delete.
1198 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1199 * symmisc.c (extend_psymbol_list): Use xrealloc.
1200 * source.c (find_source_lines): Ditto.
1201 * hpread.c (hpread_lookup_type): Ditto.
1202 * dbxread.c (add_bincl_to_list): Ditto.
1203
7936743b
AC
1204 * utils.c (xmmalloc): Delete.
1205 (xmalloc): Inline xmmalloc and mmalloc calls.
1206 (msavestring): Use xmalloc.
1207 * defs.h (xmmalloc): Delete declaration.
1208 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1209 xmmalloc.
1210 * symmisc.c (extend_psymbol_list): Ditto.
1211 * symfile.c (init_psymbol_list): Ditto.
1212 * source.c (find_source_lines): Ditto.
1213 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1214 * elfread.c (elf_symtab_read): Ditto.
1215 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1216 * coffread.c (coff_symfile_init): Ditto.
1217
252ab814
DC
12182004-08-10 David Carlton <carlton@bactrian.org>
1219
1220 * MAINTAINERS: Remove David Carlton from c++ testsuite
1221 maintainers.
1222
8f5ba92b
JG
12232004-08-10 Jerome Guitton <guitton@gnat.com>
1224
1225 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1226 print a line feed before the prompt.
1227
21749010
MK
12282004-08-10 Mark Kettenis <kettenis@gnu.org>
1229
1230 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1231
1f011ce2
JB
12322004-08-09 Joel Brobecker <brobecker@gnat.com>
1233
1234 General cleanup of the AIX xm include file:
1235 * config/xm-aix4.h (fd_set): Remove undefine.
1236 Remove include of <sys/select.h>.
1237 (HAVE_TERMIO): Remove define.
1238 (USG): Likewise.
1239 (NULL): Remove redefine.
1240 (alloca): Remove #pragma.
1241 (vfork): Remove define.
1242 (termdef): Remove.
1243 (SIGWINCH_HANDLER): Remove.
1244 (SIGWINCH_HANDLER_BODY): Remove.
1245
cf4e7692
MK
12462004-08-09 Mark Kettenis <kettenis@gnu.org>
1247
1248 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1249 GDB_OSABI_OPENBSD_ELF.
1250
ac5754fa
MK
12512004-08-07 Robert Millan <robertmh@gnu.org>
1252
1253 * bsd-kvm.c: Check for nlist.h before including it.
1254
086ec9eb
MK
12552004-08-09 Mark Kettenis <kettenis@gnu.org>
1256
bbe06c74
MK
1257 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1258 sigcontext' offset consistency checks for ancient BSD.
1259
3aa7b3b3
MK
1260 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1261
086ec9eb
MK
1262 * configure.in: Check for <sys/types.h>. Check return and
1263 argument types of ptrace.
1264 * configure, config.in: Regenerate.
1265
09991fa0
JB
12662004-08-09 Jim Blandy <jimb@redhat.com>
1267
1268 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1269 rs6000_register_sim_regno): Doc fixes.
1270
fed7ba43
JB
12712004-08-08 Joel Brobecker <brobecker@gnat.com>
1272
1273 * mips-tdep.c: Include "floatformat.h".
1274 (n32n64_floatformat_always_valid): New function.
1275 (floatformat_n32n64_long_double_big): New constant.
1276 (mips_gdbarch_init): Set size and format of long double
1277 for N32 and N64 ABIs.
1278 * Makefile.in (mips-tdep.o): Update dependencies.
1279
456fcf94
AC
12802004-08-08 Andrew Cagney <cagney@gnu.org>
1281
2f9b146e
AC
1282 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1283 print. Improve script's error messages.
1284 * gdbarch.h: Re-generate.
1285
456fcf94
AC
1286 * gdbarch.sh (pformat): New function.
1287 (float_format, double_format, long_double_format): List with bit
1288 members. Use pformat when printing.
1289 * gdbarch.c, gdbarch.h: Re-generate.
1290
69e9e646
NW
12912004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1292
1293 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1294 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1295 (ppcnbsd_supply_pcb): New function.
1296 (_initialize_ppcnbsd_nat): New prototype and function.
1297 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1298 (LOADLIBES): New variable.
1299 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1300
5ef2d0aa
AC
13012004-08-08 Andrew Cagney <cagney@gnu.org>
1302
1303 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1304 (builtin_type_ieee_double, builtin_type_ia64_quad)
1305 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1306 BE/LE floating-point types.
1307 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1308 (builtin_type_ieee_double, builtin_type_ia64_quad)
1309 (builtin_type_ia64_spill): Declare.
1310 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1311 (floatformat_ieee_double, floatformat_arm_ext)
1312 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1313 of LE/BE floatformats.
1314 * doublest.h: (struct floatformat, floatformat_ieee_single)
1315 (floatformat_ieee_double, floatformat_arm_ext)
1316 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1317
5c7f2947
MK
13182004-08-08 Mark Kettenis <kettenis@gnu.org>
1319
ecac404d
MK
1320 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1321
9b8607ce
MK
1322 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1323 instead of regcache_raw_supply when storing the registers.
1324
f6052080
MK
1325 * i386gnu-nat.c: Update copyright year.
1326 (gnu_store_registers): Don't use deprecated_registers and
1327 deprecated_registers_valid. Use regcache_valid_p and
1328 regcache_raw_supply instead.
1329
17777823
MK
1330 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1331 frame_pc_unwind.
1332
5240ceac
MK
1333 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1334 variables. Incapitalized "process".
1335
5c7f2947
MK
1336 * configure.in: Add cursesX to the list of possible curses libs.
1337 Add cursesX.h to the list of possible curses headers.
1338 * configure, config.in: Regenerate.
1339
da7d81e3
NW
13402004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1341
1342 * configure.in: Test for struct lwp in <sys/lwp.h>.
1343 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1344 the offset of l_addr in struct lwp.
1345
7f245d65
NW
13462004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1347
1348 * bsd-kvm.c: Include "gdbcore.h"
1349 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1350
47b3f456
AC
13512004-08-07 Andrew Cagney <cagney@gnu.org>
1352
70bd8e24
AC
1353 * gdbtypes.c (build_flt, build_complex): New functions.
1354 (gdbtypes_post_init): Use.
1355
9b0dea39
AC
1356 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1357
5cf7abac
AC
1358 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1359 through to builtin_type_uint128.
1360
64d2b26d
AC
1361 * c-exp.y: Use builtin_type function to obtain builtin types.
1362
7ad6570d
AC
1363 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1364 builtin_uint128.
1365 * gdbtypes.c (gdbtypes_post_init): Update.
1366 (build_gdbtypes): Move initialization of builtin_type_int0
1367 through to builtin_type_uint128 from here ...
1368 (_initialize_gdbtypes): ... to here.
1369 * d10v-tdep.c (d10v_register_type): Update.
1370
47b3f456
AC
1371 * doublest.c: Update copyright.
1372 (floatformat_from_length): Call error when floatformat is NULL.
1373 (extract_floating_by_length): Remove NULL fmt check.
1374 (store_floating_by_length): Ditto.
1375
0a8146bf
AC
13762004-08-07 Andrew Cagney <cagney@gnu.org>
1377
1378 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1379 that the register is valid.
1380
c0ccb908
MK
13812004-08-05 Mark Kettenis <kettenis@chello.nl>
1382
8e6bed05
MK
1383 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1384 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1385 struct frame_info *. Use safe_frame_unwind_memory instead of
1386 deprecated_read_memory_nobpt.
1387 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1388 changed signature of i386_linux_sigtramp_start and
1389 i386_linux_rt_sigtramp_start.
1390
24f9f5e3
MK
1391 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1392 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1393 instead of deprecated_read_memory_nobpt.
1394 (i386nbsd_sigtramp_p): Adjust for changed signature of
1395 i386nbsd_sigtramp_offset.
1396
c822af0c
MK
1397 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1398 safe_frame_unwind_memory instead of target_read_memory.
1399
c0ccb908
MK
1400 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1401 !NO_SYS_FILE.
1402 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1403 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1404 (_initialize_kernel_u_addr): Remove prototype and function.
1405 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1406 !NO_SYS_FILE.
1407 * xcoffread.c: Likewise.
1408
b9e1c0d6
MK
14092004-08-06 Mark Kettenis <kettenis@gnu.org>
1410
1411 * vax-nat.c: New file.
1412 * vaxbsd-nat.c: Tweak comment.
1413 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1414 vaxnbsd-tdep.c.
1415 (vax-nat.o): New dependency.
1416 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1417 (vax-*-ultrix2*): Remove.
1418 * config/vax/vax.mh: New file.
1419 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1420 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1421 (vax_register_u_addr): New prototype.
1422 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1423 * config/vax/vaxult2.mh: Remove file.
1424 * config/vax/vaxult.mh: Remove file.
1425 * config/vax/vaxbsd.mh: Remove file.
1426 * config/vax/vax.mt (TM_FILE): Remove.
1427 * config/vax/tm-vaxbsd.h: Remove file.
1428
9ad7bec7
JB
14292004-08-06 Joel Brobecker <brobecker@gnat.com>
1430
1431 * aix-thread.c (get_signaled_thread): New function.
1432 (iter_trap): Delete, no longer used.
1433 (iter_tid): New function.
1434 (pd_update): Find the thread that received the SIGTRAP signal
1435 by first locating the kernel thread, and then finding its
1436 associated thread.
1437
bf0d233d
UW
14382004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1439
1440 * lin-lwp.c (child_wait): Continue inferior after processing
1441 PTRACE_EVENT_CLONE event.
1442
d0f853e1
NN
14432004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1444
1445 * MAINTAINERS: Add self to Write-After-Approval.
1446
ab14aeb0
JJ
14472004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1448
1449 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1450 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1451
9c8dbfa9
AC
14522004-08-05 Andrew Cagney <cagney@gnu.org>
1453
c8f3ca46
AC
1454 * config/xm-sysv4.h: Delete file.
1455 * config/mips/xm-irix5.h: Delete file.
1456 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1457 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1458 * config/ia64/xm-aix.h: Delete file.
1459 * config/ia64/aix.mh (XM_FILE): Delete.
1460 * config/pa/xm-hppah.h: Delete file.
1461 * config/pa/hpux11w.mh (XM_FILE): Delete.
1462 * config/pa/hpux11.mh (XM_FILE): Delete.
1463 * config/pa/hpux1020.mh (XM_FILE): Delete.
1464 * config/pa/hppahpux.mh (XM_FILE): Delete.
1465
5f7daaff
AC
1466 * config/alpha/xm-alphalinux.h: Delete file.
1467 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1468 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1469 * config/alpha/xm-alphaosf.h: Delete file.
1470 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1471 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1472 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1473 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1474
69babf95
AC
1475 * config/i386/xm-i386v.h: Delete file.
1476 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1477 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1478 * config/i386/xm-i386sco.h: Delete file.
1479 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1480 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1481 * config/i386/xm-i386v4.h: Delete file.
1482 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1483 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1484 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1485 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1486
6f009c8a
AC
1487 * config/vax/xm-vax.h: Delete file.
1488 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1489 * config/vax/xm-vaxult2.h: Delete file.
1490 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1491 * config/vax/vaxult2.mh (XM_FILE): Delete.
1492 * config/vax/xm-vaxult.h: Delete file.
1493 * config/vax/vaxult.mh (XM_FILE): Delete.
1494 * config/vax/xm-vaxbsd.h: Delete file.
1495 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1496
9c8dbfa9
AC
1497 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1498 * gdbarch.h, gdbarch.c: Re-generate.
1499 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1500 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1501 * frame.h: Delete deprecated_read_fp from comments.
1502 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1503 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1504
84367a3e
MK
15052004-08-04 Mark Kettenis <kettenis@gnu.org>
1506
9c8e3411
MK
1507 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1508 trampoline in OpenBSD 3.5-current.
1509
b87bc0d8
MK
1510 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1511 SSE registers.
1512
84367a3e
MK
1513 * Makefile.in: Remove embedded page breaks.
1514
a44bddec
JB
15152004-08-04 Jim Blandy <jimb@redhat.com>
1516
7ab3286f
JB
1517 * regcache.c (regcache_raw_read): Assert that, after calling
1518 target_fetch_registers, the register we're reading is cached.
1519
a44bddec
JB
1520 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1521 a call to 'internal_error', with a more helpful error message.
1522 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 1523 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 1524
35124113
AC
15252004-08-04 Andrew Cagney <cagney@gnu.org>
1526
1527 * Makefile.in: Update dependencies.
1528
9f643768
JB
15292004-08-04 Jim Blandy <jimb@redhat.com>
1530
6ced10dd
JB
1531 Change the layout of the PowerPC E500 raw register cache to allow
1532 the lower 32-bit halves of the GPRS to be their own raw registers,
1533 not pseudoregisters.
1534 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1535 add ppc_ev0_upper_regnum flag.
1536 * rs6000-tdep.c: #include "reggroups.h".
1537 (spe_register_p): Recognize the ev upper half registers as SPE
1538 registers.
1539 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1540 registers.
1541 (e500_move_ev_register): New function.
1542 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1543 vector registers are the pseudo-registers now, formed by splicing
1544 together the gprs and the upper-half registers.
1545 (e500_register_reggroup_p): New function.
1546 (P): Macro deleted.
1547 (P8, A4): New macro.
1548 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1549 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1550 macros.
1551 (registers_e500): Rearrange register set so that the raw register
1552 set contains 32-bit GPRs and upper-half registers, and the SPE
1553 vector registers become pseudo-registers.
1554 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1555 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1556 register numbers are now the same for the E500 as they are for
1557 other PowerPC variants. Register e500_register_reggroup_p as the
1558 register group function for the E500.
1559 * Makefile.in (rs6000-tdep.o): Update dependencies.
1560
1561 Adapt PPC E500 native support to the new raw regcache layout.
1562 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1563 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1564 (fetch_spe_register, store_spe_register): Handle fetching/storing
1565 all the SPE registers at once, if regno == -1. These now take
1566 over the job of fetch_spe_registers and store_spe_registers.
1567 (fetch_spe_registers, store_spe_registers): Deleted.
1568 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1569 unconditionally; they're always raw. Fetch/store SPE upper half
1570 registers, if present, instead of ev registers.
1571 (fetch_register, store_register): Remove sanity checks: gprs are
1572 never pseudo-registers now, so we never need to even mention any
1573 registers that are ever pseudoregisters.
1574
9f643768
JB
1575 Use a fixed register numbering when communicating with the PowerPC
1576 simulator.
1577 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1578 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1579 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1580 New functions.
1581 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1582 init_sim_regno_table.
1583 * Makefile.in (gdb_sim_ppc_h): New variable.
1584 (rs6000-tdep.o): Update dependencies.
1585
1e2279c8
AC
15862004-08-02 Andrew Cagney <cagney@gnu.org>
1587
1d94326f
AC
1588 * cris-tdep.c (cris_register_size): Restore function, still used
1589 locally.
1590
331ae7ed
AC
1591 * gdbarch.sh (deprecated_target_read_fp)
1592 (deprecated_frame_locals_address, deprecated_frame_args_address)
1593 (deprecated_frame_chain_valid, deprecated_frame_chain)
1594 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1595 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1596 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1597 * gdbarch.h, gdbarch.c: Re-generate.
1598 * regcache.c (deprecated_read_fp): Do not call
1599 DEPRECATED_TARGET_READ_FP_P.
1600 * infcmd.c (default_print_registers_info): Do not call
1601 DEPRECATED_DO_REGISTERS_INFO.
1602 * frame-base.c (default_frame_locals_address): Do not call
1603 DEPRECATED_FRAME_LOCALS_ADDRESS.
1604 (default_frame_args_address): Do not call
1605 DEPRECATED_FRAME_ARGS_ADDRESS.
1606
1e2279c8
AC
1607 * gdbarch.sh (deprecated_register_raw_size)
1608 (deprecated_register_virtual_size:int): Delete.
1609 * gdbarch.h, gdbarch.c: Re-generate.
1610 * cris-tdep.c (cris_register_size): Delete.
1611 (cris_gdbarch_init): Update.
1612 * alpha-tdep.c (alpha_register_raw_size)
1613 (alpha_register_virtual_size): Delete.
1614 (alpha_gdbarch_init): Update.
1615
a90c06b4
AC
1616 * gdbarch.sh (deprecated_register_virtual_type)
1617 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1618 (deprecated_dummy_write_sp): Delete.
1619 * gdbarch.h, gdbarch.c: Re-generate.
1620
f42accbe
AC
1621 * gdbarch.sh (deprecated_register_bytes): Delete.
1622 * gdbarch.h, gdbarch.c: Re-generate.
1623 * regcache.c (deprecated_register_bytes): New function.
1624 * regcache.h (deprecated_register_bytes): Declare.
1625 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1626 * v850-tdep.c (v850_gdbarch_init): Update.
1627 * sh64-tdep.c (sh64_gdbarch_init): Update.
1628 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1629 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1630 * mcore-tdep.c (mcore_gdbarch_init): Update.
1631 * cris-tdep.c (cris_gdbarch_init): Update.
1632 * arm-tdep.c (arm_gdbarch_init): Update.
1633 * remote.c (init_remote_state): Update.
1634 * remote-vx.c (vx_prepare_to_store): Update.
1635 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1636 * irix5-nat.c (fetch_core_registers): Update.
1637 * cris-tdep.c (cris_register_bytes_ok): Update.
1638 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1639
45c9dd44
AC
1640 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1641 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1642 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1643 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1644 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1645 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1646 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1647 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1648 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1649 with mips_insn16 and mips_insn32.
1650
3acba339
AC
1651 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1652 * rs6000-tdep.c (rs6000_push_dummy_call)
1653 (rs6000_extract_return_value): Use register_size.
1654 * xstormy16-tdep.c (xstormy16_get_saved_register)
1655 (xstormy16_extract_return_value): Ditto.
1656 * valops.c (value_assign): Ditto.
1657 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1658 * v850-tdep.c (v850_extract_return_value): Ditto.
1659 * tracepoint.c (collect_symbol): Ditto.
1660 * target.c (debug_print_register): Ditto.
1661 * stack.c (frame_info): Ditto.
1662 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1663 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1664 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1665 (store_register_using_P): Ditto.
1666 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1667 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1668 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1669 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1670 * regcache.c (deprecated_read_register_bytes)
1671 (deprecated_write_register_bytes, read_register)
1672 (write_register): Ditto.
1673 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1674 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1675 * monitor.c (monitor_supply_register, monitor_fetch_register)
1676 (monitor_store_register): Ditto.
1677 * mn10300-tdep.c (mn10300_pop_frame_regular)
1678 (mn10300_print_register): Ditto.
1679 * mipsv4-nat.c (fill_fpregset): Ditto.
1680 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1681 (mips64_fill_fpregset): Ditto.
1682 * mi/mi-main.c (register_changed_p, get_register)
1683 (mi_cmd_data_write_register_values): Ditto.
1684 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1685 * irix5-nat.c (fill_gregset, fetch_core_registers):
1686 * infrun.c (write_inferior_status_register): Ditto.
1687 * infptrace.c (fetch_register, store_register): Ditto.
1688 * infcmd.c (default_print_registers_info): Ditto.
1689 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1690 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1691 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1692 * hpux-thread.c (hpux_thread_fetch_registers)
1693 (hpux_thread_store_registers): Ditto.
1694 * hppah-nat.c (store_inferior_registers, fetch_register):
1695 * findvar.c (value_from_register): Ditto.
1696 * dve3900-rom.c (fetch_bitmapped_register):
1697 * cris-tdep.c (cris_gdbarch_init): Ditto.
1698 * alpha-tdep.h: Ditto.
1699 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1700
01e1877c
AC
1701 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1702 DEPRECATED_REGISTER_RAW_SIZE from comments.
1703 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1704 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1705 DEPRECATED_REGISTER_RAW_SIZE.
1706 * findvar.c (value_of_register): Simplify by assuming that the
1707 registers raw and virtual sizes are identical.
1708 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1709 comment.
1710 * arch-utils.c (generic_register_size): Simplify by assuming
1711 register_type.
1712
73f458fb
AC
1713 * regcache.c (legacy_read_register_gen, real_register)
1714 (legacy_write_register_gen): Delete, not used.
1715
336a3131
AC
1716 * regcache.c (struct regcache_descr): Delete legacy_p.
1717 (init_legacy_regcache_descr): Delete function.
1718 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1719 Do not use deprecated register functions.
1720 (regcache_raw_read, deprecated_write_register_gen):
1721 (deprecated_read_register_gen, regcache_raw_write): Delete code
1722 predicated on legacy_p.
1723 (register_size): Delete check against register raw size.
1724
c1d546cd
AC
1725 * cris-tdep.c (cris_register_type): Replace
1726 cris_register_virtual_type.
1727 (cris_gdbarch_init): Update, set register_type.
1728
48c2c0a6
AC
1729 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1730 * gdbarch.h, gdbarch.c: Re-generate.
1731 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1732 (arm_gdbarch_init) Do not set frameless function invocation.
1733 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1734 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1735 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1736 (frv_gdbarch_init): Do not set frameless function invocation.
1737 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1738 * sh-tdep.c (sh_gdbarch_init): Ditto.
1739 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1740 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1741 * avr-tdep.c (avr_gdbarch_init): Ditto.
1742
474093a6
AC
1743 * blockframe.c (legacy_frame_chain_valid): Delete function.
1744
3c109c8b
AC
1745 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1746 and pc. Update comments.
1747 (pc_in_dummy_frame): Delete function.
1748 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1749 use the "id".
1750 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1751 call_hi, top and pc, use the id.
1752 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1753
96860204
AC
1754 * dummy-frame.c: Include "gdb_string.h".
1755 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1756 (generic_save_dummy_frame_tos): Delete.
1757 (dummy_frame_push): New function, replaces above.
1758 * dummy-frame.h: Update copyright.
1759 (dummy_frame_push): Declare.
1760 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1761 (generic_save_call_dummy_addr): Delete declarations.
1762 * infcall.c: Include "dummy-frame.h".
1763 (call_function_by_hand): Add locals caller_regcache,
1764 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1765 with call to frame_save_as_regcache plus cleanup. Delete calls to
1766 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1767 Move clear_proceed_status to just before the resume, add call to
1768 dummy_frame_push (discard cleanup).
1769 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1770 (dummy-frame.o): Add $(gdb_string_h).
1771
d67ec5db
AC
17722004-08-01 Andrew Cagney <cagney@gnu.org>
1773
1774 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1775 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1776 * dummy-frame.c (find_dummy_frame): Delete.
1777 (struct dummy_frame_cache, dummy_frame_sniffer)
1778 (dummy_frame_prev_register, dummy_frame_this_id)
1779 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1780 frame unwinder using a dummy_frame_cache.
1781
a81dcb05
AC
17822004-08-01 Andrew Cagney <cagney@gnu.org>
1783
1784 * frame.h (frame_save_as_regcache): Declare.
1785 * frame.c (frame_save_as_regcache): New function.
1786 (do_frame_read_register): Replace do_frame_unwind_register.
1787 (frame_pop): Use frame_save_as_regcache.
1788 * dummy-frame.c (generic_push_dummy_frame): Use
1789 frame_save_as_regcache.
1790
aa495d11
JB
17912004-08-01 Joel Brobecker <brobecker@gnat.com>
1792
1793 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1794 file as included until we record the first line in the linetable.
1795
ff65ac78
AC
17962004-08-01 Andrew Cagney <cagney@gnu.org>
1797
1798 * frame.h (deprecated_pop_dummy_frame)
1799 (deprecated_read_register_dummy)
1800 (deprecated_generic_find_dummy_frame): Delete.
1801 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1802 (deprecated_read_register_dummy)
1803 (deprecated_find_dummy_frame_regcache)
1804 (discard_innermost_dummy)
1805 (deprecated_pop_dummy_frame): Delete.
1806 (dummy_frame_this_id): Simplify.
1807 (struct dummy_frame): Delete "fp" and "sp".
1808 (find_dummy_frame): Simplify.
1809 (generic_push_dummy_frame): Do not set "fp" or "sp".
1810 (fprint_dummy_frames): Do not print "fp" and "sp"
1811
37bdc87e
MK
18122004-08-01 Mark Kettenis <kettenis@gnu.org>
1813
1814 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1815 (struct i386_insn): New structure.
1816 (i386_match_insn): New function.
1817 (i386_frame_setup_skip_insns): New variable.
1818 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1819 array i386_frame_setup_insns of instructions that should be
1820 skipped inside the frame setup sequence.
1821
8241eaa6
AC
18222004-08-01 Andrew Cagney <cagney@gnu.org>
1823
5bc602c7
AC
1824 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1825 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1826 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1827 * stack.c (frame_info): Delete references to
1828 DEPRECATED_FRAME_INIT_SAVED_REGS and
1829 deprecated_get_frame_saved_regs.
1830 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1831 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1832 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1833 (frame_unwind_register_signed)
1834 (frame_unwind_register_unsigned)
1835 (frame_unwind_unsigned_register): Use register_size.
1836 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1837 (deprecated_frame_xmalloc_with_cleanup)
1838 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1839 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1840
03d363a1
AC
1841 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1842 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1843 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1844 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1845
8241eaa6
AC
1846 * infcall.c (call_function_by_hand): Do not use
1847 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1848 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1849 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1850 DEPRECATED_STACK_ALIGN.
1851
f00df8b7
AC
18522004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1853
1854 Committed by Andrew Cagney.
1855 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
1856
eec63939
AC
18572004-08-01 Andrew Cagney <cagney@gnu.org>
1858
1859 * mips-tdep.c (mips16_frame_cache)
1860 (mips16_frame_this_id, mips16_frame_prev_register)
1861 (mips16_frame_unwind, mips16_frame_sniffer)
1862 (mips16_frame_base_address, mips16_frame_base)
1863 (mips16_frame_base_sniffer, mips32_frame_cache)
1864 (mips32_frame_this_id, mips32_frame_prev_register)
1865 (mips32_frame_unwind, mips32_frame_sniffer)
1866 (mips32_frame_base_address, mips32_frame_base)
1867 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
1868 separate heuristic mips16 and mips32 unwinders.
1869 (mips_stub_frame_cache, mips_stub_frame_this_id)
1870 (mips_stub_frame_prev_register)
1871 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
1872 (mips_stub_frame_base_address, mips_stub_frame_base)
1873 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
1874 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
1875 match true mdebug frames.
1876 (non_heuristic_proc_desc): Add forward declaration.
1877
e66299b3
AC
18782004-08-01 Andrew Cagney <cagney@gnu.org>
1879
83cbbf3e
AC
1880 * config/mips/tm-irix6.h: Delete file.
1881 * config/mips/tm-irix5.h: Delete file.
1882 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
1883 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
1884
22d41b37
AC
1885 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
1886 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
1887 * config/nm-gnu.h (NO_CORE_OPS): Delete.
1888 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
1889 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
1890 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
1891 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
1892 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
1893 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
1894 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
1895 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
1896 (TARGET_SIGNAL_RAW_VALUES): Delete.
1897 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1898 Delete.
1899 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
1900 (TARGET_HW_WATCH_LIMIT): Delete.
1901 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1902 * minimon.h: Delete file.
1903
e66299b3
AC
1904 * trad-frame.c (trad_frame_get_this_base)
1905 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1906 functions.
1907 * trad-frame.h (trad_frame_set_this_base)
1908 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1909
1f67027d
AC
19102004-07-31 Andrew Cagney <cagney@gnu.org>
1911
1912 * trad-frame.c (trad_frame_get_prev_register): Rename
1913 trad_frame_get_prev_register.
1914 * vax-tdep.c (vax_frame_prev_register): Update.
1915 * trad-frame.h: Update.
1916 * trad-frame.c (trad_frame_get_register): Update.
1917 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
1918 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
1919 Update.
1920 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
1921 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
1922 Update.
1923 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
1924 Update.
1925 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
1926 Update.
1927 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
1928 Update.
1929 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
1930 Update.
1931 * s390-tdep.c (s390_frame_prev_register)
1932 (s390_stub_frame_prev_register)
1933 (s390_sigtramp_frame_prev_register): Update.
1934 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
1935 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
1936 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
1937 * m88k-tdep.c (m88k_frame_prev_register)
1938 * m68hc11-tdep.c (m68hc11_frame_prev_register)
1939 * m32r-tdep.c (m32r_frame_prev_register): Update.
1940 * hppa-tdep.c (hppa_frame_prev_register_helper)
1941 * frv-tdep.c (frv_frame_prev_register): Update.
1942 * d10v-tdep.c (d10v_frame_prev_register): Update.
1943 * cris-tdep.c (cris_frame_prev_register): Update.
1944 * avr-tdep.c (avr_frame_prev_register): Update.
1945 * arm-tdep.c (arm_prologue_prev_register)
1946 (arm_sigtramp_prev_register): Update.
1947
c1bf6f65
AC
19482004-07-31 Andrew Cagney <cagney@gnu.org>
1949
1950 * frame.h (legacy_saved_regs_unwind)
1951 (legacy_frame_chain_valid, legacy_frame_p)
1952 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
1953 * dummy-frame.c (dummy_frame_this_id): Simplify.
1954 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
1955 * frame.c (struct frame_info): Delete the field "type".
1956 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
1957 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
1958 (legacy_saved_regs_unwind, legacy_frame_p)
1959 (frame_type_from_pc): Delete.
1960 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1961 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1962
dc856692
MK
19632004-07-31 Mark Kettenis <kettenis@gnu.org>
1964
5a5effe1
MK
1965 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1966 indentation.
1967
d4fd50a6
MK
1968 * mips-nat.c: Remove file.
1969 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1970 (mips-nat.o): Remove dependency.
1971
2689df5a
MK
1972 * infptrace.c: Update copyright year.
1973 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1974 explicitly setting the buffer to all zeroes.
1975
dc856692
MK
1976 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1977 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
1978
763910e0
AC
19792004-07-30 Andrew Cagney <cagney@gnu.org>
1980
1981 * GDB 6.2 released from gdb_6_2-branch.
1982
0b66e38c
EZ
19832004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1984
1985 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
1986
1987 * exec.c (exec_file_attach):
1988 * nto-tdep.c (nto_find_and_open_solib):
1989 * pa64solib.c (pa64_solib_sizeof_symbol_table):
1990 * solib.c (solib_open):
1991 * somsolib.c (som_solib_sizeof_symbol_table):
1992 * source.c (is_regular_file, openp, open_source_file):
1993 * symfile.c (symfile_bfd_open):
1994 * wince.c (upload_to_device): Differentiate between the search for
1995 binary and source files.
1996
be7d7357
AC
19972004-07-30 Andrew Cagney <cagney@gnu.org>
1998
1999 * complaints.c (_initialize_complaints): Pass NULL to
2000 add_setshow_zinteger_cmd for help_doc.
2001 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2002
ddc9cd0f
AC
20032004-07-30 Andrew Cagney <cagney@gnu.org>
2004
2005 Fix PR i18n/761.
2006 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2007 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2008 $(PACKAGE).pot and update-po.
2009 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2010 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2011 (update-po): New rules.
2012 (localedir): Define using autoconf.
2013 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2014 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2015 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2016 * configure.in: Generate CATALOGS and LINGUAS from contents of
2017 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2018 * configure: Re-generate.
2019 * po/gdbtext: New file
2020
e92f3704
JG
20212004-07-30 Jerome Guitton <guitton@gnat.com>
2022
2023 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2024 order.
2025
b0f35d58
DL
20262004-07-30 David Lecomber <dsl@sources.redhat.com>
2027
2028 * dwarf2read.c (read_file_scope): Set producer if attribute
2029 present.
2030 (struct dwarf2_cu): Added new member producer.
2031
ce7d4522
JG
20322004-07-30 Jerome Guitton <guitton@gnat.com>
2033
2034 * inflow.c (kill_command): release file handles in BFD.
2035 * exec.c (exec_file_attach): Ditto.
2036 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2037
05ee07c7
AC
20382004-07-29 Andrew Cagney <cagney@gnu.org>
2039
2040 * PROBLEMS (mips-irix): Note that it is broken.
2041
62eceb47
AC
20422004-07-29 Andrew Cagney <cagney@gnu.org>
2043
e57b8d41
AC
2044 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2045 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2046
d334389b
AC
2047 * config/xm-nbsd.h: Delete file.
2048 * config/arm/xm-nbsd.h: Delete file.
2049 * config/i386/xm-nbsd.h: Delete file.
2050 * config/ns32k/xm-nbsd.h: Delete file.
2051 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2052 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2053 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2054 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2055 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2056
e910f676
AC
2057 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2058 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2059 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2060 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2061 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2062 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2063
6fa856b9
AC
2064 * config/powerpc/xm-linux.h: Delete empty file.
2065 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2066 * config/powerpc/linux.mh (XM_FILE): Delete.
2067 * config/m68k/xm-linux.h: Delete empty file.
2068 * config/m68k/linux.mh (XM_FILE): Delete.
2069 * config/ia64/xm-linux.h: Delete empty file.
2070 * config/ia64/linux.mh (XM_FILE): Delete.
2071 * config/arm/xm-linux.h: Delete empty file.
2072 * config/arm/linux.mh (XM_FILE): Delete.
2073
471ae5ae
AC
2074 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2075 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2076 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2077 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2078 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2079 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2080 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2081 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2082
62eceb47
AC
2083 * config/m68k/xm-m68k.h: Delete file.
2084 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2085 copyright.
2086 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2087 * config/pa/xm-linux.h: Delete empty file.
2088 * config/pa/linux.mh (XM_FILE): Delete.
2089 * config/i386/xm-i386.h: Delete empty file.
2090 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2091 "i386/xm-i386.h".
2092 * config/i386/obsdaout.mh (XM_FILE): Delete.
2093 * config/i386/obsd64.mh (XM_FILE): Delete.
2094 * config/i386/fbsd64.mh (XM_FILE): Delete.
2095 * config/i386/nto.mh (XM_FILE): Delete.
2096 * config/i386/obsd.mh (XM_FILE): Delete.
2097 * config/i386/linux64.mh (XM_FILE): Delete.
2098 * config/i386/linux.mh (XM_FILE): Delete.
2099 * config/i386/i386sol2.mh (XM_FILE): Delete.
2100 * config/i386/i386gnu.mh (XM_FILE): Delete.
2101 * config/i386/fbsd.mh (XM_FILE): Delete.
2102 * config/i386/nbsd64.mh (XM_FILE): Delete.
2103
c35f4ffc
AC
21042004-07-29 Andrew Cagney <cagney@gnu.org>
2105
2106 * config/pa/xm-linux.h: Do not include "floatformat.h".
2107 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2108 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2109 * config/i386/xm-i386.h: Do not include "floatformat.h".
2110 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2111 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2112 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2113 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2114 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2115 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2116 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2117 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2118 * configure, config.in: Regenerate.
2119 * configure.host (gdb_host_float_format, gdb_host_double_format)
2120 (gdb_host_long_double_format): Set according to the host.
2121
624a44a3
AC
21222004-07-29 Andrew Cagney <cagney@gnu.org>
2123
2124 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2125
0dea2468
AC
21262004-07-28 Andrew Cagney <cagney@gnu.org>
2127
2128 * PROBLEMS: Mention threads/1650.
2129 * NEWS: Mention the NPTL fix.
2130
b3f42336
AC
21312004-07-28 Andrew Cagney <cagney@gnu.org>
2132
2133 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2134 (add_setshow_cmd_full): Make static.
2135 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2136 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2137 * cli/cli-decode.c (add_setshow_filename_cmd)
2138 (add_setshow_string_cmd): New functions.
2139 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2140 * mips-tdep.c (_initialize_mips_tdep): Update.
2141 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2142 * cli/cli-logging.c (_initialize_cli_logging): Update.
2143 * complaints.c (_initialize_complaints): Update.
2144 * remote.c (_initialize_remote): Update.
2145
3b64bf98
AC
21462004-07-28 Andrew Cagney <cagney@gnu.org>
2147
2148 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2149 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2150 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2151 print parameters. Make string parameters constant.
2152 * command.h: Update. Update copyright.
2153 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2154 * observer.c (_initialize_observer): Ditto.
2155 * frame.c (_initialize_frame): Ditto.
2156 * complaints.c (_initialize_complaints): Ditto.
2157 * maint.c (_initialize_maint_cmds): Ditto.
2158 * target.c (initialize_targets): Ditto.
2159 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2160 * infcall.c (_initialize_infcall): Ditto.
2161 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2162 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2163 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2164 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2165 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2166
e9667a65
AC
21672004-07-28 Andrew Cagney <cagney@gnu.org>
2168
54a5b07d
AC
2169 * gdbtypes.c (lookup_primitive_typename): Delete function.
2170 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2171 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2172 * gdbtypes.c (lookup_typename): Ditto.
2173 * f-exp.y (yylex): Ditto.
2174 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2175
e9667a65
AC
2176 * scm-lang.c (c_builtin_types): Delete extern declaration.
2177 (scm_language_defn): Replace
2178 string_char_type and primitive_type_vector with
2179 la_language_arch_info.
2180 * jv-lang.c (java_language_defn): Replace
2181 string_char_type and primitive_type_vector with
2182 la_language_arch_info.
2183 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2184 c_builtin_types in comment.
2185 * c-lang.h (struct language_arch_info): Declare opaque.
2186 (c_language_arch_info): Declare.
2187 (c_builtin_types): Delete declaration.
2188 * c-lang.c (c_language_arch_info): Set string_char_type to
2189 builtin_char, not builtin_true_char. Make global.
2190 (c_builtin_types): Delete array.
2191 (asm_language_defn, minimal_language_defn): Replace
2192 string_char_type and primitive_type_vector with
2193 la_language_arch_info.
2194
685419e2
AC
21952004-07-28 Andrew Cagney <cagney@gnu.org>
2196
2197 * gdbtypes.h (struct builtin_type): Rename true_char to
2198 builtin_true_char.
2199 * gdbtypes.c (gdbtypes_post_init): Update.
2200 * c-lang.c (arch_info): New function.
2201 (enum c_primitive_types): New enum.
2202 (c_language_defn): Instead of string_char_type and
2203 primitive_type_vector set la_language_arch_info.
2204
5a44ea29
AC
22052004-07-28 Andrew Cagney <cagney@gnu.org>
2206
2207 * language.h (struct language_arch_info): Fix typo
2208 s/primative/primitive/.
2209 * gdbtypes.c (lookup_primitive_typename): Ditto.
2210 * language.c (language_lookup_primitive_type_by_name)
2211 (unknown_language_arch_info): Ditto.
2212
f290d38e
AC
22132004-07-27 Andrew Cagney <cagney@gnu.org>
2214
2215 * defs.h (enum language): Add nr_languages.
2216 * language.h (struct language_arch_info): Define.
2217 (struct language_defn): Add la_language_arch_info.
2218 (language_lookup_primative_type_by_name): Declare.
2219 (language_string_char_type): Declare.
2220 * language.c (_initialize_language, language_gdbarch_post_init)
2221 (struct language_gdbarch, language_gdbarch_data): Implement
2222 per-architecture language information.
2223 (unknown_language_arch_info, language_string_char_type)
2224 (language_lookup_primative_type_by_name): New functions.
2225 (unknown_language_defn, auto_language_defn)
2226 (local_language_defn): Set la_language_arch_info to
2227 unknown_language_arch_info.
2228 (unknown_builtin_types): Delete.
2229 * gdbtypes.c (lookup_primitive_typename): Use
2230 language_lookup_primative_type_by_name.
2231 (create_string_type): Use language_string_char_type.
2232 * values.c (value_from_string): Use language_string_char_type.
2233 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2234 * p-lang.c (pascal_language_defn): Ditto.
2235 * m2-lang.c (m2_language_defn): Ditto.
2236 * jv-lang.c (java_language_defn): Ditto.
2237 * objc-lang.c (objc_language_defn): Ditto.
2238 * f-lang.c (f_language_defn): Ditto.
2239 * c-lang.c (c_language_defn, cplus_language_defn)
2240 (asm_language_defn, minimal_language_defn): Ditto.
2241
000177f0
AC
22422004-07-27 Andrew Cagney <cagney@gnu.org>
2243
2244 * gdbtypes.h (struct builtin_type): Declare.
2245 (builtin_type): Declare.
2246 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2247 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2248 (gdbtypes_post_init): New function.
2249 (builtin_type): New function.
2250
e22f895c
KI
22512004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2252
2253 * remote-m32r-sdi.c: Fix breakpoint bug.
2254 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2255 recv_char_data, recv_long_data): New functions to replace communication
2256 sequences.
2257
536517dd
MC
22582004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2259
2260 Document PR threads/1650.
2261 * PROBLEMS (Threads): Document problem with many threads
2262
a0a44d18
AC
22632004-07-26 Andrew Cagney <cagney@gnu.org>
2264
2265 * gdb-mi.el: Move from here ...
2266 * mi/gdb-mi.el: ... to here.
2267
7ac4ac06
AC
22682004-07-26 Andrew Cagney <cagney@gnu.org>
2269
2270 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2271 * main.c (captured_main): When in batch mode always detach.
2272
a1b461bf
AC
22732004-07-26 Andrew Cagney <cagney@gnu.org>
2274
2275 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2276 and h8300 as broken.
2277 * NEWS: END-OF-LIFE frame compatibility module.
2278 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2279 specific comments.
2280
cb1a6d5f
AC
22812004-07-26 Andrew Cagney <cagney@gnu.org>
2282
2283 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2284 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2285 * wince.c (_initialize_wince): Update.
2286 * win32-nat.c (_initialize_win32_nat): Update.
2287 * varobj.c (_initialize_varobj): Update.
2288 * valops.c (_initialize_valops): Update.
2289 * utils.c (initialize_utils, initialize_utils): Update.
2290 * tui/tui-win.c (_initialize_tui_win): Update.
2291 * top.c (init_main): Update.
2292 * symfile.c (_initialize_symfile): Update.
2293 * source.c (_initialize_source): Update.
2294 * somsolib.c (_initialize_som_solib): Update.
2295 * solib.c (_initialize_solib): Update.
2296 * solib-frv.c (_initialize_frv_solib): Update.
2297 * serial.c (_initialize_serial): Update.
2298 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2299 * remote.c (_initialize_remote, _initialize_remote): Update.
2300 * remote-vx.c (_initialize_vx): Update.
2301 * remote-utils.c (_initialize_sr_support): Update.
2302 * remote-sds.c (_initialize_remote_sds): Update.
2303 * remote-mips.c (_initialize_remote_mips): Update.
2304 * remote-e7000.c (_initialize_remote_e7000): Update.
2305 * proc-api.c (_initialize_proc_api): Update.
2306 * printcmd.c: Update.
2307 * parse.c (_initialize_parse): Update.
2308 * pa64solib.c (_initialize_pa64_solib): Update.
2309 * p-valprint.c (_initialize_pascal_valprint): Update.
2310 * monitor.c (_initialize_remote_monitors): Update.
2311 * mips-tdep.c (_initialize_mips_tdep): Update.
2312 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2313 * maint.c (_initialize_maint_cmds): Update.
2314 * lin-lwp.c (_initialize_lin_lwp): Update.
2315 * language.c (_initialize_language): Update.
2316 * kod.c (_initialize_kod): Update.
2317 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2318 * i386-tdep.c (_initialize_i386_tdep): Update.
2319 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2320 * gdbarch.sh: Update.
2321 * gdbarch.c: Re-generate.
2322 * gdb-events.sh: Update.
2323 * gdb-events.c: Re-generate.
2324 * frame.c (_initialize_frame): Update.
2325 * exec.c: Update.
2326 * demangle.c (_initialize_demangler): Update.
2327 * dcache.c (_initialize_dcache): Update.
2328 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2329 * cp-valprint.c (_initialize_cp_valprint): Update.
2330 * corefile.c (_initialize_core): Update.
2331 * command.h: Update.
2332 * cli/cli-decode.h: Update.
2333 * cli/cli-cmds.c (init_cli_cmds): Update.
2334 * charset.c (_initialize_charset): Update.
2335 * breakpoint.c (_initialize_breakpoint): Update.
2336 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2337 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2338 * aix-thread.c (_initialize_aix_thread): Update.
2339
b4632131
MK
23402004-07-24 Mark Kettenis <kettenis@gnu.org>
2341
2342 Partial fix for PR backtrace/1718.
2343 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2344 that GCC migrates into the prolugue. Don't handle any
2345 instructions that clobber %ebx.
2346
822c9732
AC
23472004-07-23 Andrew Cagney <cagney@gnu.org>
2348
2349 Use regcache_raw_collect instead of regcache_collect.
2350 * regcache.h (regcache_collect): Delete declaration.
2351 * regcache.c (regcache_colect): Delete function.
2352 * win32-nat.c (do_child_store_inferior_registers): Update.
2353 * sol-thread.c (sol_thread_store_registers): Update.
2354 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2355 * rs6000-nat.c (store_register): Update.
2356 * remote.c (store_register_using_P, remote_store_registers): Update.
2357 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2358 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2359 (fill_vrregset, store_spe_registers, fill_gregset)
2360 (fill_gregset): Update.
2361 * nto-procfs.c (procfs_store_registers): Update.
2362 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2363 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2364 * m68klinux-nat.c (store_register, fill_gregset): Update.
2365 * m68k-tdep.c (fill_gregset): Update.
2366 * infptrace.c (store_register): Update.
2367 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2368 * i386-linux-nat.c (store_register, fill_gregset): Update.
2369 * hppa-linux-nat.c (fill_gregset): Update.
2370 * go32-nat.c (store_register): Update.
2371 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2372 (store_fp_regs): Update.
2373 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2374 (store_nwfpe_extended, store_fpregister, store_fpregs)
2375 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2376 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2377 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2378 (store_regs_user_thread, store_regs_kernel_thread): Update.
2379
32b05c07
MK
23802004-07-24 Mark Kettenis <kettenis@gnu.org>
2381
2382 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2383 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2384 encoding.
2385 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2386 member of `struct comp_unit'.
2387
8567c30f
AC
23882004-07-23 Andrew Cagney <cagney@gnu.org>
2389
2390 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2391 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2392
f6da8dd8
MH
23932004-07-23 Martin Hunt <hunt@redhat.com>
2394 Kevin Buettner <kevinb@redhat.com>
2395
2396 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2397 alignment was being added to the offset instead of multiplied.
2398
bd921882
MK
23992004-07-23 Mark Kettenis <kettenis@gnu.org>
2400
24f033e8
MK
2401 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2402 changed signal trampoline in OpenBSD 3.5-current.
2403
90f3cecd
MK
2404 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2405 <machine/pcb.h> and "bsd-kvm.h".
2406 (sparc64nbsd_supply_pcb): New function.
2407 (_initialize_sparc64nbsd_nat): Renamed from
2408 _initialize_sparcnbsd_nat. Enable libkvm interface.
2409 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2410 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2411 (LOADLIBES): New variable.
2412
a4954a62
MK
2413 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2414
bd921882
MK
2415 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2416
23a6d369
AC
24172004-07-21 Andrew Cagney <cagney@gnu.org>
2418
2419 Use regcache_raw_supply instead of supply_register.
2420 * regcache.h (supply_register): Delete declaration.
2421 * regcache.c (supply_register): Delete function.
2422 * wince.c (do_child_fetch_inferior_registers): Update.
2423 * win32-nat.c (do_child_fetch_inferior_registers)
2424 (fetch_elf_core_registers): Update.
2425 * v850ice.c (v850ice_fetch_registers): Update.
2426 * thread-db.c (thread_db_store_registers): Update.
2427 * sol-thread.c (sol_thread_store_registers): Update.
2428 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2429 * rs6000-nat.c (fetch_register): Update.
2430 * rom68k-rom.c (rom68k_supply_one_register): Update.
2431 * remote.c (remote_wait, remote_async_wait): Update.
2432 * remote-st.c (get_hex_regs): Update.
2433 * remote-sim.c (gdbsim_fetch_register): Update.
2434 * remote-sds.c (sds_fetch_registers): Update.
2435 * remote-rdp.c (remote_rdp_fetch_register): Update.
2436 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2437 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2438 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2439 * remote-hms.c (init_hms_cmds): Update.
2440 * remote-est.c (init_est_cmds): Update.
2441 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2442 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2443 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2444 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2445 (fetch_register, supply_vrregset, supply_vrregset)
2446 (fetch_spe_registers): Update.
2447 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2448 * monitor.c (monitor_supply_register): Update.
2449 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2450 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2451 (mipsnbsd_supply_fpreg): Update.
2452 * mips-nat.c (fetch_inferior_registers)
2453 (fetch_core_registers): Update.
2454 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2455 (supply_fpregset, mips64_supply_gregset)
2456 (mips64_supply_fpregset): Update.
2457 * m68klinux-nat.c (fetch_register, supply_gregset)
2458 (supply_fpregset): Update.
2459 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2460 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2461 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2462 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2463 * infptrace.c (fetch_register): Update.
2464 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2465 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2466 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2467 (gnu_fetch_registers, gnu_store_registers): Update.
2468 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2469 * i386-linux-nat.c (fetch_register, supply_gregset)
2470 (dummy_sse_values): Update.
2471 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2472 * hppah-nat.c (fetch_register): Update.
2473 * hppa-linux-nat.c (fetch_register, supply_gregset)
2474 (supply_fpregset): Update.
2475 * go32-nat.c (fetch_register): Update.
2476 * dve3900-rom.c (fetch_bitmapped_register)
2477 (_initialize_r3900_rom): Update.
2478 * cris-tdep.c (supply_gregset): Update.
2479 * abug-rom.c (init_abug_cmds): Update.
2480 * core-aout.c (fetch_core_registers): Update.
2481 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2482 (fetch_register, fetch_fp_register): Update.
2483 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2484 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2485 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2486 * alphanbsd-tdep.c (fetch_core_registers): Update.
2487 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2488 * alpha-nat.c (fetch_osf_core_registers)
2489 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2490 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2491 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2492
73cc75f3
AC
24932004-07-21 Andrew Cagney <cagney@gnu.org>
2494
2495 * PROBLEMS: Mention breakpoints/1702.
2496 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2497 that is known to work.
2498
a53c66de
AC
24992004-07-21 Andrew Cagney <cagney@gnu.org>
2500
2501 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2502 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2503 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2504 (handle_inferior_event): Wrap call to deprecated
2505 IGNORE_HELPER_CALL in #ifdef.
2506 * config/mips/tm-nbsd.h: Update.
2507
708ff411
JB
25082004-07-20 Jim Blandy <jimb@redhat.com>
2509
412b3060
JB
2510 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2511 bfd_mach_ppc has no segment registers.
2512
13ac140c
JB
2513 Include PowerPC SPR numbers for special-purpose registers.
2514 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2515 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2516 new member in initializer.
2517 (S, S4, SN4, S64): New macros for defining special-purpose
2518 registers.
2519 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2520 registers_403, registers_403GC, registers_505, registers_860,
2521 registers_601, registers_602, registers_603, registers_604,
2522 registers_750, registers_e500): Use them.
2523
708ff411
JB
2524 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2525 replace references with expression used to initialize variable.
2526
1f602b35
AC
25272004-07-20 Andrew Cagney <cagney@gnu.org>
2528
2529 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2530 read_memory_nobpt.
2531 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2532 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2533 (s390_sigtramp_frame_sniffer): Update.
2534 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2535 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2536 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2537 (mips32_fetch_instruction): Update.
2538 * mcore-tdep.c (get_insn): Update.
2539 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2540 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2541 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2542 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2543 (i386_linux_rt_sigtramp_start): Update.
2544 * i386-linux-nat.c (child_resume): Update.
2545 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2546 * hppa-linux-tdep.c (insns_match_pattern): Update.
2547 * gdbcore.h: Update.
2548 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2549 * frame.c (safe_frame_unwind_memory): Update.
2550 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2551 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2552 * alpha-tdep.c (alpha_read_insn): Update.
2553
2cd8546d
AC
25542004-07-20 Andrew Cagney <cagney@gnu.org>
2555
2556 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2557 containing both bytes and mask. Add "frame_type".
2558 * tramp-frame.c (tramp_frame_start): Update.
2559 (tramp_frame_prepend_unwinder): Update.
2560 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2561 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2562 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2563 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2564
f928dd62
EZ
25652004-07-19 Eli Zaretskii <eliz@gnu.org>
2566
2567 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2568 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2569 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2570 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2571
d5c560f7
AC
25722004-07-17 Andrew Cagney <cagney@gnu.org>
2573
860660cb
AC
2574 * NEWS, PROBLEMS: Update for 6.2.
2575
8c266f54
AC
2576 * README: Update to 6.2.
2577
a552edd9
AC
2578 * utils.c (xvasprintf): Call xstrvprintf.
2579
c4a172b5
AC
2580 * parse.c: Update copyright.
2581 (null_post_parser): Eliminate ARGSUSED.
2582
da745b36
AC
2583 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2584 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2585 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2586
9cbc6ef0
AC
2587 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2588 * ppc-linux-nat.c: Use "Linux kernel".
2589 * hppa-linux-tdep.c: Use GNU/Linux.
2590 * hppa-linux-nat.c: Use GNU/Linux.
2591 * dwarfread.c: Add [sic] to use of Linux.
2592
1b89295f
AC
2593 * hppa-linux-nat.c: Do not include <string.h>.
2594 (supply_fpregset): Remove "register" attribute.
2595
d5c560f7
AC
2596 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2597
7ddd7709
MK
25982004-07-17 Mark Kettenis <kettenis@gnu.org>
2599
b1d19a62
MK
2600 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2601 * configure, config.in: Regenerated.
2602
7ddd7709
MK
2603 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2604 "bsd-kvm.h".
2605 (vaxbsd_supply_pcb): New function.
2606 (_initialize_vaxbsd_nat): New prototype and function.
2607 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2608 solib-sunos.o.
2609 (LOADLIBES): New variable.
2610 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2611 (LOADLIBES): New variable.
2612 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2613 (LOADLIBES): New variable.
2614 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2615
2c07db7a
AC
26162004-07-16 Andrew Cagney <cagney@gnu.org>
2617
2618 * defs.h (event_loop_p): Replace variable declaration with macro,
2619 always 1.
2620 * main.c (captured_main): Delete options "-async" and "-noasync".
2621 (event_loop_p): Delete variable.
2622 * NEWS: Mention that "-async" and "-noasync" were removed.
2623
717eb1cf
AC
26242004-07-16 Andrew Cagney <cagney@gnu.org>
2625
2626 * remote-m32r-sdi.c: Re-indent.
2627
c101bc14
JB
26282004-07-16 Jim Blandy <jimb@redhat.com>
2629
5109a438
JB
2630 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2631 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2632 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2633 missing MPC823 SPRs.
2634 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2635 incorrect. (This was corrected in GDB's register name tables on
2636 2004-07-14.)
2637
c101bc14
JB
2638 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2639 should be "esasrr" ("ESA Save and Restore Register").
2640
7ce450bd
AC
26412004-07-16 Andrew Cagney <cagney@gnu.org>
2642
2643 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2644 calls, no longer applicable. Update comments and rename parameter
2645 "step_frame" to "return_frame".
2646
ca73dd9d
AC
26472004-07-16 Andrew Cagney <cagney@gnu.org>
2648
2649 * frame.c (fprint_field): New function.
2650 (fprint_frame_id): Use fprint_field.
2651
31941f6d
JB
26522004-07-15 Joel Brobecker <brobecker@gnat.com>
2653
2654 * ada-lang.c (ada_language_defn): Remove commented out code.
2655
f86a7158
JB
26562004-07-15 Jim Blandy <jimb@redhat.com>
2657
2658 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2659 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2660
c24791ec
JB
26612004-07-14 Jim Blandy <jimb@redhat.com>
2662
29bb1356
JB
2663 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2664
cc98b5cc
JB
2665 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2666
8f088af7
JB
2667 * ppc-tdep.h (ppc_num_srs): New enum constant.
2668
0ea0ec5f
JB
2669 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2670 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2671 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2672 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2673 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2674 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2675 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2676 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2677 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2678 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2679 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2680 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2681 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2682 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2683 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2684 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2685 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2686 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2687 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2688 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2689 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2690 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2691 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2692 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2693 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2694 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2695 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2696 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2697 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2698 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2699 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2700 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2701 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2702 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2703 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2704 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2705 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2706 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2707 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2708 special-purpose register numbers.
2709
c24791ec
JB
2710 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2711 manual mentions 'md_twb', but many mention 'm_twb', and at that
2712 point in the register list.)
2713
d833db3b
AC
27142004-07-14 Andrew Cagney <cagney@gnu.org>
2715
2716 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2717 instead of "internal-error".
2718
080228b2
JB
27192004-07-10 Joel Brobecker <brobecker@gnat.com>
2720
2721 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2722 that was inserted inside a comment.
2723
c268433a
RC
27242004-07-10 Randolph Chung <tausq@debian.org>
2725
2726 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2727 function.
2728 (hppa_hpux_push_dummy_code): New function.
2729 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2730 Set find_global_pointer method.
2731
71009278
MK
27322004-07-10 Mark Kettenis <kettenis@gnu.org>
2733
2734 * NEWS: Mention BSD libkvm interface.
2735
b2fa5097
MS
27362004-07-10 Michael Snyder <msnyder@redhat.com>
2737
2738 * symfile.c (generic_load): Comment typo.
2739 * stack.c (get_selected_block): Ditto.
2740 * regcache.c (regcache_cooked_read): Ditto.
2741 * monitor.c (monitor_debug): Ditto.
2742 * mips-tdep.c (mips_read_pc): Ditto.
2743 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2744 * gdb_mbuild.sh: Ditto.
2745 * gdbarch.sh: Ditto.
2746 * gdbarch.h: Ditto.
2747
c3e5cd34
PH
27482004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2749
8a2225b2
PH
2750 * ada-tasks.c: Remove file.
2751
c3e5cd34
PH
2752 Remove ARI problems:
2753
2754 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2755 beginning of line.
2756
2757 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2758 Add comment.
2759 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2760 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2761 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2762 (UMIN_OF_SIZE): Remove.
2763 (max_of_type): New function to replace orphan macro in gdbtypes.h
2764 (min_of_type): Ditto.
2765 (discrete_type_high_bound): Use max_of_type.
2766 (discrete_type_low_bound): Use min_of_type.
2767 (possible_user_operator_p): Move operator to beginning of line.
2768 (ada_is_variant_part): Ditto.
2769 (ensure_lval): Rewrite to avoid deprecated operations.
2770 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2771 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2772 (ada_enum_name): Remove assignments in 'if' statements.
2773 (build_ada_types): Add gdbarch parameter.
2774 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2775 with gdbarch_data_register_post_init.
2776 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2777 add_show_from_set.
2778
2779 * ada-valprint.c (inspect_it): Remove declaration.
2780 (repeat_count_threshold): Remove declaration.
2781 (ada_print_floating): Remove assignments in 'if' statements.
2782 (print_str): Move operator to beginning of line.
2783
61ce229a
JB
27842004-07-08 Jim Blandy <jimb@redhat.com>
2785
2786 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2787
09bcec80
BR
27882004-07-08 Bob Rossi <bob@brasko.net>
2789
2790 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2791
31c27f77
JJ
27922004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2793
2794 * language.h (struct_language_defn): Add new function pointer:
2795 la_class_name_from_physname. Also add new prototype for
2796 language_class_name_from_physname.
2797 * language.c (language_class_name_from_physname): New function.
2798 (unk_lang_class_name): Ditto.
2799 (unknown_language_defn, auto_language_defn): Change
2800 to add unk_lang_class_name function pointer for
2801 la_class_name_from_physname.
2802 (local_language_defn): Ditto.
2803 * dwarf2read.c (guess_structure_name): Change to call
2804 language_class_name_from_physname.
2805 (determine_class_name): Ditto.
2806 * cp-support.c (class_name_from_physname): Renamed.
2807 (cp_class_name_from_physname): New name of function.
2808 * cp-support.h: Ditto.
2809 * c-lang.c (c_language_defn): Change to add NULL
2810 for class_name_from_physname function pointer.
2811 (cplus_language_defn): Change to add cp_class_name_from_physname.
2812 * jv-lang.c (java_class_name_physname): New function.
2813 (java_find_last_component): New static routine.
2814 (java_language_defn): Add java_class_name_from_physname pointer.
2815 * ada-lang.c (ada_language_defn): Change to add NULL
2816 for class_name_from_physname function pointer.
2817 * f-lang.c (f_language_defn): Ditto.
2818 * m2-lang.c (m2_language_defn): Ditto.
2819 * objc-lang.c (objc_language_defn): Ditto.
2820 * p-lang.c (pascal_language_defn): Ditto.
2821 * scm-lang.c (scm_language_defn): Ditto.
2822
ee28ca0f
AC
28232004-07-06 Andrew Cagney <cagney@gnu.org>
2824
2825 Patch from Bart Robinson.
2826 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2827 (O_LARGEFILE): Define to 0, if not defined.
2828
fdb1bf9d
MK
28292004-07-03 Mark Kettenis <kettenis@gnu.org>
2830
cb162ff6
MK
2831 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2832 <machine/pcb.h> and "bsd-kvm.h".
2833 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2834 (m68kbsd_supply_pcb): New function.
2835 (_initialize_m68kbsd_nat): New prototype and function.
2836 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2837 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2838 (LOADLIBES): New variable.
2839 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2840 (LOADLIBES): New variable.
2841
fdb1bf9d
MK
2842 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2843
963c4174
MK
28442004-07-03 Mark Kettenis <kettenis@gnu.org>
2845
2846 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2847 <sys/proc.h>.
2848 (bsd_kvm_cmdlist): New variable.
2849 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2850 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2851 command and "kvm proc" command.
2852 * Makefile.in (bsd-kvm.o): Update dependencies.
2853
533f1d8f
MK
28542004-07-02 Mark Kettenis <kettenis@gnu.org>
2855
2856 * osabi.c: Update copyright year.
2857 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
2858 notes if EI_OSABI is set to ELFOSABI_HPUX.
2859
6780dcde
MS
28602004-07-01 Michael Snyder <msnyder@redhat.com>
2861
2862 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
2863 that seems to have gotten whacked out of line.
2864
67bebe79
MK
28652004-07-01 Mark Kettenis <kettenis@gnu.org>
2866
2867 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
2868 code.
2869
0b5d8877
PH
28702004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2871
2872 * ada-lang.c (decode_packed_array): Minor change to comment.
2873 (ada_value_slice_ptr): New function.
2874 (ada_value_slice): New function.
2875 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
2876 test. Don't know why it is there.
2877 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
2878 to avoid dereferencing huge arrays from which one is slicing.
2879 (empty_array): Correct to return an array rather than
2880 a subrange value.
2881 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
2882 on empty arrays (let'em use 'FIRST instead).
2883
19c1ef65
PH
28842004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2885
2886 Address complaints from gdb_ari.sh:
2887
2888 * ada-exp.y: Include gdb_string.h rather than string.h.
2889 (convert_char_literal): Reformat declaration.
2890 * ada-lang.h: Include opaque struct declaration for struct frame_info.
2891 * ada-lex.l: Change use of free to xfree (the macro would do so
2892 anyway, but this is harmless).
2893 Include gdb_string.h rather than string.h.
2894 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
2895
2896 * ada-lang.c (parse): Remove K&Rism in parameter list.
2897 (is_name_suffix): Correct Linux => GNU/Linux in comment.
2898
d81cbc94
MK
28992004-06-30 Mark Kettenis <kettenis@gnu.org>
2900
2901 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2902 dead code.
2903
07681759
MK
29042004-06-30 Mark Kettenis <kettenis@gnu.org>
2905
2906 * alphabsd-nat.c: Update copyright year.
2907 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2908
f7948b5f
JB
29092004-06-29 Joel Brobecker <brobecker@gnat.com>
2910
6e0cdd28 2911 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
2912 (i386_cygwin_in_solib_call_trampoline): New function.
2913 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
2914 and skip_trampoline_code gdbarch methods.
2915
8f113c9a
JB
29162004-06-29 Jim Blandy <jimb@redhat.com>
2917
2918 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
2919 name actually used in the dependency lists.
2920
97dc871c
RC
29212004-06-29 Randolph Chung <tausq@debian.org>
2922
2923 * NEWS (New native configurations): Mention GNU/Linux/hppa.
2924
47216e51
CV
29252004-06-29 Corinna Vinschen <vinschen@redhat.com>
2926
2927 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 2928 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
2929 functionality.
2930
e623b504
AC
29312004-06-28 Andrew Cagney <cagney@gnu.org>
2932
2933 * defs.h (xstrvprintf): Declare.
2934 * utils.c (xstrvprintf): New function.
2935 (internal_vproblem, xstrprintf, xasprintf)
2936 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
2937 * serial.c (serial_printf): Ditto.
2938 * complaints.c (vcomplaint): Ditto.
2939
79acc9b3
CV
29402004-06-29 Corinna Vinschen <vinschen@redhat.com>
2941
2942 * infcmd.c (attach_command): Move call to target_terminal_inferior
2943 behind loading symbol table.
2944
1daf35d9
AC
29452004-06-28 Andrew Cagney <cagney@gnu.org>
2946
2947 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
2948 change - add back extern deprecated_ui_loop_hook declaration.
2949
b435e160
AC
29502004-06-28 Andrew Cagney <cagney@gnu.org>
2951
2952 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
2953 xstrprintf.
2954 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
2955 (c_value_of_variable): Ditto.
2956 * utils.c (internal_vproblem): Ditto.
2957 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
2958 * remote.c (add_packet_config_cmd): Ditto.
2959 * remote-rdp.c (rdp_set_command_line): Ditto.
2960 * regcache.c (regcache_dump): Ditto.
2961 * frv-tdep.c (new_variant, new_variant): Ditto.
2962 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2963 (fbsd_find_memory_regions): Ditto.
2964 * breakpoint.c (create_thread_event_breakpoint)
2965 (create_breakpoints): Ditto.
2966 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2967 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2968
06d5cf63
JB
29692004-06-28 Joel Brobecker <brobecker@gnat.com>
2970
2971 * ada-lang.c: Re-indent file, with some massaging to help indent
2972 a bit when the result is otherwise really too ugly.
2973
35809fad
UW
29742004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2975
2976 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2977 code_addr_p and special_addr_p to 'unsigned int'.
2978
40e20472
MK
29792004-06-27 Mark Kettenis <kettenis@gnu.org>
2980
2981 * i386v4-nat.c: Update copyright year and tweak comment.
2982 (regmap): Remove trailing comma.
2983 (supply_gregset): Rename local variable i to regnum. Call
2984 regcache_raw_supply instead of supply_register.
2985 (fill_gregset): Rename argument regno to regnum. Call
2986 regcache_raw_collect instead of regcache_collect.
2987
12b0b6de
UW
29882004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2989
2990 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
2991 and special_addr_p.
2992 (frame_id_build, frame_id_build_special): Update comments.
2993 (frame_id_build_wild): New prototype.
2994 * frame.c (frame_id_build, frame_id_build_special): Fill in new
2995 struct frame_id fields.
2996 (frame_id_build_wild): New function.
2997 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
2998
47b42a3e
MK
29992004-06-27 Mark Kettenis <kettenis@gnu.org>
3000
3001 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3002 hppabsd-tdep.c.
3003
1265e4aa
JB
30042004-06-27 Joel Brobecker <brobecker@gnat.com>
3005
3006 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3007
76a01679
JB
30082004-06-27 Joel Brobecker <brobecker@gnat.com>
3009
3010 * ada-lang.c: Re-indent file.
3011
7aca490a
JB
30122004-06-27 Joel Brobecker <brobecker@gnat.com>
3013
3014 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3015 (no_symtab_msg): Likewise.
3016
5e987968
AS
30172004-06-27 Andreas Schwab <schwab@suse.de>
3018
3019 * source.c: Fix whitespace.
3020
315c4276
MK
30212004-06-27 Mark Kettenis <kettenis@gnu.org>
3022
d15be926
MK
3023 * configure.in: Include <sys/param.h> for td_pcb test.
3024 * configure: Regenerated.
3025
9062529b
MK
3026 * i386nbsd-nat.c: New file.
3027 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3028 i386obsd-nat.c and i386obsd-tdep.c.
3029 (i386nbsd-nat.o): New dependency.
3030 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3031 bsd-kvm.o.
3032 (LOADLIBES): New variable.
3033 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3034 bsd-kvm.o.
3035 (LOADLIBES): New variable.
3036
8010310e
MK
3037 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3038 (LOADLIBES): New variable.
3039
efe1d7b9
MK
3040 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3041 fetching from BSD_KVM_PADDR. Correctly lookup address for
3042 "_thread0".
3043
315c4276
MK
3044 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3045 "bsd-kvm.h".
3046 (amd64fbsd_supply_pcb): New funcion.
3047 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3048
399cfac6
DL
30492004-06-27 <david@streamline-computing.com>
3050
3051 Partial fix for PR cli/1056.
3052 * valarith.c: Check for zero in division and remainder
3053 evaluation.
3054
6235f9c8
MK
30552004-06-27 Mark Kettenis <kettenis@gnu.org>
3056
3057 * i387-tdep.c: Remove excessive whitespace.
3058
2726dafc
AC
30592004-06-26 Andrew Cagney <cagney@gnu.org>
3060
3061 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3062 * gdb-events.h, gdb-events.c: Re-generate.
3063 * tui/tui-hooks.c (tui_install_hooks): Update.
3064 (tui_remove_hooks): Update.
3065 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3066
0e56aeaf
MK
30672004-06-26 Mark Kettenis <kettenis@gnu.org>
3068
cb461069
MK
3069 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3070 (gregset_t, fpregset_t): Remove typedefs.
3071 (REG_OFFSET): Rename argument.
3072 (amd64bsd_r_reg_offset): Rename from reg_offset.
3073 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3074 Remove functions.
3075 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3076 of reg_offset.
3077 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3078
ecba89de
MK
3079 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3080
4cd80476
MK
3081 * vax-tdep.c: Tweak comment.
3082
0e56aeaf
MK
3083 Add OpenBSD/hppa support.
3084 * NEWS (New native configurations): Mention OpenBSD/hppa.
3085 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3086 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3087 files.
3088 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3089 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3090 * configure.host: Add hppa*-*-openbsd*.
3091 * configure.tgt: Add hppa*-*-openbsd*.
3092
98bbd631
AC
30932004-06-25 Andrew Cagney <cagney@gnu.org>
3094
3095 * defs.h (deprecated_ui_loop_hook): Deprecated.
3096 * wince.c (child_wait): Update.
3097 * win32-nat.c (child_wait): Update.
3098 * v850ice.c (v850ice_wait): Update.
3099 * top.c (deprecated_ui_loop_hook): Update.
3100 * serial.h: Update.
3101 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3102 (do_unix_readchar): Update.
3103 * ser-tcp.c (net_open): Update.
3104 * remote-sim.c (gdb_os_poll_quit): Update.
3105 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3106
769d7dc4
AC
31072004-06-24 Andrew Cagney <cagney@gnu.org>
3108
3109 * defs.h (deprecated_pre_add_symbol_hook)
3110 (deprecated_post_add_symbol_hook): Deprecated.
3111 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3112 (symbol_file_add_with_addrs_or_offsets): Update references.
3113
11c949aa
AC
31142004-06-24 Andrew Cagney <cagney@gnu.org>
3115
3116 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3117 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3118 * wince.c (ui_loop_hook): Delete extern declaration.
3119 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3120 * v850ice.c (ui_loop_hook): Delete extern declaration..
3121 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3122 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3123 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3124 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3125 ui_loop_hook declaration.
3126
eedc19af
AC
31272004-06-24 Andrew Cagney <cagney@gnu.org>
3128
3129 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3130 entry_func_highpc fields.
3131 * objfiles.c (init_entry_point_info): Do not clear
3132 entry_func_lowpc and entry_func_highpc.
3133 (objfile_relocate): Do not relocate entry_func_lowpc and
3134 entry_func_highpc.
3135 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3136 entry_func_highpc.
3137 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3138 entry_func_highpc.
3139 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3140 entry_func_lowpc and entry_func_highpc with call to
3141 inside_entry_func.
3142
d47079be
MK
31432004-06-24 Mark Kettenis <kettenis@gnu.org>
3144
3145 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3146 quad-precision floating point arguments in registers.
3147
2107e348
MK
31482004-06-24 Mark Kettenis <kettenis@gnu.org>
3149
3150 From Michael Mueller <m.mueller99@kay-mueller.de>:
3151 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3152 account.
3153
46587c42
JJ
31542004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3155
3156 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3157 to -1.
3158 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3159 untriggered watchpoints to a separate if clause. Update function
3160 comment regarding STOPPED_BY_WATCHPOINT argument.
3161
226f5cf4
JB
31622004-06-22 Jim Blandy <jimb@redhat.com>
3163
3164 * gdbarch.sh: Doc fix.
3165
f10683bb
MH
31662004-06-21 Martin Hunt <hunt@redhat.com>
3167 Kevin Buettner <kevinb@redhat.com>
3168
3169 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3170 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3171 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3172 to set_gdbarch_sp_regnum(). Use cooked register number.
3173 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3174
412d5987
AC
31752004-06-21 Andrew Cagney <cagney@gnu.org>
3176
3177 * gdbarch.sh: When the macro field is empty, do not generate a
3178 macro definition. When the macro field is "=", generate the macro
3179 name from the upper-case function name.
3180 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3181 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3182 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3183 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3184 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3185 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3186 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3187 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3188 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3189 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3190 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3191 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3192 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3193 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3194 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3195 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3196 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3197 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3198 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3199 (DEPRECATED_USE_STRUCT_CONVENTION)
3200 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3201 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3202 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3203 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3204 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3205 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3206 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3207 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3208 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3209 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3210 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3211 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3212 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3213 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3214 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3215 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3216 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3217 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3218
68908a3e
AC
32192004-06-21 Andrew Cagney <cagney@gnu.org>
3220
48f7351b
AC
3221 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3222 macro name, and the function rather than macro value. Only wrap
3223 macro print statements in #ifdef. Move format logic to where it
3224 is needed.
3225 * gdbarch.c: Re-generate.
3226
283354d8
AC
3227 * gdbarch.sh (read): Delete "print_p" and "description", add
3228 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3229 Delete references to print_p.
3230 (TARGET_ARCHITECTURE): Delete print predicate.
3231 * gdbarch.c: Re-generate.
3232
68908a3e
AC
3233 * gdbarch.sh: Check that multi-arch methods do not provide a
3234 macro.
3235 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3236 (print_registers_info, print_float_info, print_vector_info)
3237 (adjust_breakpoint_address, remote_translate_xfer_address)
3238 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3239 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3240 name from the multi-arch definition.
3241
a2428dbe
AC
32422004-06-20 Andrew Cagney <cagney@gnu.org>
3243
3244 * gdbarch.sh: Sort by the function, instead of macro name.
3245 * gdbarch.c: Re-generate.
3246
750eb019
AC
32472004-06-20 Andrew Cagney <cagney@gnu.org>
3248
66d659b1
AC
3249 * gdbarch.sh: Use the function, instead of macro name in
3250 errors and the log file.
3251 (return_value): Remove stray ":" in spec.
3252
750eb019
AC
3253 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3254 * gdbarch.h, gdbarch.c: Re-generate.
3255 * Makefile.in (arch-utils.o): Update dependencies.
3256 * values.c (using_struct_return): Move code calling
3257 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3258 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3259 to legacy_return_value, simplify.
3260 * infcmd.c (print_return_value): Move code calling
3261 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3262 to legacy_return_value, simplify.
3263 * infcall.c (call_function_by_hand): Move code calling
3264 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3265 * arch-utils.c: Update copyright. Include "gdbcore.h".
3266 (legacy_return_value): New function.
3267 * arch-utils.h: Update copyright.
3268 (legacy_return_value): Declare.
3269
b5622e8d
AC
32702004-06-20 Andrew Cagney <cagney@gnu.org>
3271
3272 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3273 * gdbarch.h, gdbarch.c: Re-generate.
3274 * values.c (using_struct_return): Update call.
3275 * mcore-tdep.c: Update comment.
3276 * infcall.c (call_function_by_hand): Update comment.
3277 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3278 * arch-utils.h (always_use_struct_convention): Update.
3279 * v850-tdep.c (v850_gdbarch_init): Update.
3280 * sh64-tdep.c (sh64_gdbarch_init): Update.
3281 * sh-tdep.c (sh_gdbarch_init): Update.
3282 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3283 * mips-tdep.c (mips_gdbarch_init): Update.
3284 * mcore-tdep.c (mcore_gdbarch_init): Update.
3285 * m32r-tdep.c (m32r_gdbarch_init): Update.
3286 * ia64-tdep.c (ia64_gdbarch_init): Update.
3287 * h8300-tdep.c (h8300_gdbarch_init): Update.
3288 * frv-tdep.c (frv_gdbarch_init): Update.
3289 * cris-tdep.c (cris_gdbarch_init): Update.
3290 * arm-tdep.c (arm_gdbarch_init): Update.
3291 * alpha-tdep.c (alpha_gdbarch_init): Update.
3292
5191de37
MC
32932004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3294
3295 * PROBLEMS: Add more specific information, and a work-around,
3296 for PR gdb/1458.
3297
782263ab
AC
32982004-06-18 Andrew Cagney <cagney@gnu.org>
3299
3300 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3301 * gdbarch.h, gdbarch.c: Re-generate.
3302 * ada-lang.c (ada_finish_decode_line_1): Update.
3303 * infrun.c (handle_inferior_event): Update.
3304 * infcall.c (find_function_addr): Update.
3305 * linespec.c (minsym_found): Update.
3306 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3307 Update.
3308 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3309 * cli/cli-cmds.c (disassemble_command): Update.
3310 * vax-tdep.c (vax_gdbarch_init): Update.
3311
2f305df1
MK
33122004-06-18 Mark Kettenis <kettenis@gnu.org>
3313
3314 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3315
e5fe55f7
AC
33162004-06-17 Andrew Cagney <cagney@gnu.org>
3317
3318 GDB 6.1.1 released from the GDB 6.1 branch.
3319 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3320 * PROBLEMS: Ditto.
3321
473b7be6
DJ
33222004-06-16 Daniel Jacobowitz <dan@debian.org>
3323
3324 PR gdb/1658
3325 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3326 operation as a uleb128. Found by Michael Coulter.
3327
96d887e8
PH
33282004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3329
3330 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3331 make it non-static.
3332 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3333 to ada-lang.h; this is needed to be able to implement the kill command
3334 in multi-task mode.
3335 (task_ptid): Ditto.
3336 (task_entry): Ditto.
3337 (task_list): Ditto.
3338 (ada_build_task_list): Ditto.
3339
3340 * ada-lang.c: Conditionalize routines and data structures related
3341 to breakpoints, exceptions, completion, and symbol caching on
3342 GNAT_GDB, since these are not yet used in the submitted public sources.
3343 (ada_main_name): Editorial: Move definition out of exception-related
3344 code.
3345
31eef181
AC
33462004-06-15 Andrew Cagney <cagney@gnu.org>
3347
3348 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3349 deprecated_pc_in_call_dummy.
3350
2c500098
AM
33512004-06-15 Alan Modra <amodra@bigpond.net.au>
3352
3353 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3354 bfd_get_section_size_before_reloc or _raw_size.
3355 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3356 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3357 (dwarf2_read_section): Likewise.
3358 * elfread.c (elf_locate_sections): Likewise.
3359 * gcore.c (derive_heap_segment): Likewise.
3360 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3361 * remote-e7000.c (e7000_load): Likewise.
3362 * remote-m32r-sdi.c (m32r_load): Likewise.
3363 * remote-mips.c (mips_load_srec): Likewise.
3364 (pmon_load_fast): Likewise.
3365 * remote.c (compare_sections_command): Likewise.
3366 * symfile.c (add_section_size_callback): Likewise.
3367 (load_section_callback): Likewise.
3368 (pc_in_unmapped_range): Likewise.
3369 (pc_in_mapped_range): Likewise.
3370 (sections_overlap): Likewise.
3371 (list_overlays_command): Likewise.
3372 (simple_overlay_update_1): Likewise.
3373 (simple_overlay_update): Likewise.
3374 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3375 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3376
90f943f1
RC
33772004-06-14 Randolph Chung <tausq@debian.org>
3378
3379 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3380 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3381 static.
3382 (hppa_hpux_inferior_created): New function.
3383 (hppa_hpux_init_abi): Register observer.
3384 * symfile.c (hp_cxx_exception_support_initialized)
3385 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3386 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3387
700c15aa
RC
33882004-06-14 Randolph Chung <tausq@debian.org>
3389
3973a7d3
AC
3390 * MAINTAINERS (Write After Approval): Alphabetize my entry
3391 correctly.
700c15aa 3392
cea4838c
AC
33932004-06-14 Andrew Cagney <cagney@gnu.org>
3394
3395 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3396 testsuite maintainer.
3397
97092415
AC
33982004-06-13 Andrew Cagney <cagney@gnu.org>
3399
e8c3165b
AC
3400 * infcmd.c (print_return_value): Fix logic, allow
3401 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3402
bceabdd8
AC
3403 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3404 defining any macros.
3405 * gdbarch.h: Re-generate.
3406
57010b1c
AC
3407 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3408 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3409 * gdbarch.h: Re-generate.
3410
bc87dfa0
AC
3411 * values.c (generic_use_struct_convention): Don't check gcc_p.
3412
15ac804d
AC
3413 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3414 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3415 * gdbarch.h, gdbarch.c: Regenerate.
3416 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3417 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3418 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3419 deprecated_max_register_raw_size and
3420 deprecated_max_register_virtual_size.
3421 * v850-tdep.c (v850_gdbarch_init): Ditto.
3422 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3423 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3424 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3425 * cris-tdep.c (cris_gdbarch_init): Ditto.
3426
97092415
AC
3427 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3428 * gdbarch.h, gdbarch.c: Re-generate.
3429 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3430 (m68hc11_use_struct_convention): Delete function.
3431 (m68hc11_extract_struct_value_address): Delete function.
3432 (m68hc11_return_value): New function.
3433 (m68hc11_gdbarch_init): Instead of store_return_value,
3434 extract_return_value, return_value_on_stack,
3435 deprecated_extract_struct_value_address and use_struct_convention,
3436 set return_value.
3437 * values.c (using_struct_return): Do not call
3438 RETURN_VALUE_ON_STACK.
3439 * arch-utils.h (generic_return_value_on_stack_not): Delete
3440 declaration.
3441 * arch-utils.c (generic_return_value_on_stack_not): Delete
3442 function.
3443
44e5158b
AC
34442004-06-12 Andrew Cagney <cagney@gnu.org>
3445
3446 * values.c (register_value_being_returned): Delete function.
3447 * infcmd.c (legacy_return_value): Delete function.
3448 * infcall.c (call_function_by_hand): Inline
3449 "register_value_being_returned", simplify.
3450 * values.c (using_struct_return): Update comment, refer to
3451 print_return_value instead of register_value_being_returned.
3452 * infcmd.c (print_return_value): Inline calls to
3453 register_value_being_returned and legacy_return_value. Simplify.
3454
b887c273
RC
34552004-06-11 Randolph Chung <tausq@debian.org>
3456
3457 * somread.c (som_symtab_read): Exclude gcc local symbols.
3458
1b2bfbb9
RC
34592004-06-11 Randolph Chung <tausq@debian.org>
3460
3973a7d3
AC
3461 * infrun.c (handle_inferior_event): Handle the case when a
3462 trampoline ends up in the runtime resolver, and if the trampoline
3463 has no name. Rearrange the code so that all the trampoline
3464 processing happens before other step-out-of-range handling.
1b2bfbb9 3465
a9d61c86
MH
34662004-06-11 Martin Hunt <hunt@redhat.com>
3467
3468 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3469 has no fpu.
3470
2c87cf5a
AC
34712004-06-10 Andrew Cagney <cagney@gnu.org>
3472
3473 * blockframe.c (legacy_inside_entry_func): Delete.
3474 (legacy_frame_chain_valid): Inline call to
3475 legacy_inside_entry_func, simplify.
3476
0b67b468 34772004-06-10 Bob Rossi <bob@brasko.net>
57c22c6c
BR
3478
3479 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
3480 * dwarf2read.c (partial_die_info): Add dirname field.
3481 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3482 (read_partial_die): Save away DW_AT_comp_dir.
3483 * defs.h (symtab_to_filename): Removed.
3484 * source.c (find_and_open_source): Added.
57c22c6c 3485 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
3486 (symtab_to_filename): Removed.
3487 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
3488 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3489 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3490 symtab_to_filename.
3491 * symtab.h (partial_symtab): Add dirname field.
3492 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
3493 (mi_cmd_file_list_exec_source_file): Call new function
3494 symtab_to_fullname to find fullname.
57c22c6c 3495 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 3496 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
3497 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3498
9a1dd1ad
AC
34992004-06-10 Andrew Cagney <cagney@gnu.org>
3500
239ae8c7
AC
3501 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3502 to generic_use_struct_convention, the default value.
3503
fc720350
AC
3504 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3505 of abort.
3506
9a1dd1ad
AC
3507 * ns32k-tdep.c (ns32k_push_arguments): New function.
3508 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3509 * infcall.c (call_function_by_hand): Call error instead of
3510 legacy_push_arguments.
3511 * value.h (legacy_push_arguments): Delete declaration.
3512 * valops.c (legacy_push_arguments): Delete function.
3513 (value_push): Delete function.
3514
fea25152
BF
35152004-06-10 Brian Ford <ford@vss.fsi.com>
3516
3517 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3518 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3519 info.
3520 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3521
30a4a8e0
AC
35222004-06-10 Andrew Cagney <cagney@gnu.org>
3523
3524 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3525 * gdbarch.h, gdbarch.c: Re-generate.
3526 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3527 parameters.
3528 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3529 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3530 deprecated_pc_in_call_dummy instead of
3531 DEPRECATED_PC_IN_CALL_DUMMY.
3532 (arm_skip_prologue): Ditto.
3533 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3534 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3535 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3536 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3537 Ditto.
3538 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3539 (sh64_init_extra_frame_info, sh64_get_saved_register)
3540 (sh64_pop_frame): Ditto.
3541 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3542 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3543 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3544 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3545 (h8300_pop_frame): Ditto.
3546 * blockframe.c (legacy_inside_entry_func)
3547 (legacy_frame_chain_valid): Ditto.
3548 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3549 to deprecated_pc_in_call_dummy.
3550
81cfbe54
AC
35512004-06-09 Andrew Cagney <cagney@gnu.org>
3552
a1f4a1b6
AC
3553 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3554 provide a default value.
3555 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3556 * gdbarch.h, gdbarch.c: Re-generate.
3557 * arch-utils.c (generic_convert_register_p): Rename
3558 legacy_convert_register_p
3559 (legacy_register_to_value, legacy_value_to_register): Delete
3560 functions.
3561 * arch-utils.h (generic_convert_register_p): Rename
3562 legacy_convert_register_p.
3563 (legacy_register_to_value, legacy_value_to_register): Delete
3564 declarations.
3565
9730f241
AC
3566 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3567 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3568 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3569 * gdbarch.h, gdbarch.c: Re-generate.
3570 * infcmd.c (default_print_registers_info): Simplify.
3571 * findvar.c (value_of_register): Simplify.
3572 * mi/mi-main.c (get_register): Simplify.
3573 * arch-utils.c (legacy_convert_register_p): Always return 0.
3574 (legacy_register_to_value, legacy_value_to_register): Always call
3575 internal_error.
3576
8a1bf479
AC
3577 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3578 #ifdef CLEAR_INSN_CACHE code.
3579 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3580 Delete #ifdef CLEAR_DEFERRED_STORES code.
3581
4b38d6f1
AC
3582 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3583
2d62ecc7
AC
3584 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3585 copyright.
3586 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3587
be4f7469
AC
3588 * config/mips/mipsv4.mh: Delete file.
3589
81cfbe54
AC
3590 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3591 unreferenced macro.
3592 (hpread_adjust_stack_address): Delete declaration.
3593
d966f0cb
AC
35942004-06-08 Andrew Cagney <cagney@gnu.org>
3595
3596 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3597 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3598 PTRACE_ATTACH / PTRACE_DETACH available call error.
3599 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3600 * infttrace.c (update_thread_state_after_attach, attach, detach):
3601 Remove #ifdef wrappers.
3602 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3603 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3604 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3605 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3606 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3607 * config/nm-linux.h (ATTACH_DETACH): Delete.
3608 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3609 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3610 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3611 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3612 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3613
d91670b9
CV
36142004-06-08 Corinna Vinschen <vinschen@redhat.com>
3615
3616 * configure.in: Set $configdir to the right OS specific value.
3617 Use value when setting $tcldir and $tkdir.
3618 * configure: Regenerate.
3619
28ba0b33
PB
36202004-06-06 Paul Brook <paul@codesourcery.com>
3621
3622 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3623 records.
3624
f26caa11
PH
36252004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3626
3627 * ada-lang.c (lookup_symbol_in_language): New function to allow
3628 re-use of another language's symbol lookup code. (Placed here
3629 temporarily while Ada support is being integrated into the public
3630 tree).
3631 (restore_language): New auxiliary function for
3632 lookup_symbol_in_language.
3633 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3634 temporarily while Ada support is being integrated into the public
3635 tree).
3636
d560a54b
AO
36372004-06-08 Alexandre Oliva <aoliva@redhat.com>
3638
e75d110c
AO
3639 * Makefile.in (check//%): New.
3640
d560a54b
AO
3641 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3642 (mn10300_store_return_value): Rewrite.
3643 (mn10300_type_align): New.
3644 (mn10300_use_struct_convention): Rewrite.
3645 (mn10300_return_value): New, using all of the above.
3646 (mn10300_pop_frame_regular): Add saved_regs_size.
3647 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3648
a72fbdb7
AO
3649 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3650 regs if PC is on movm.
3651
01904826
JB
36522004-06-07 Jim Blandy <jimb@redhat.com>
3653
3654 Add native Linux support for the PowerPC E500.
3655 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3656 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3657 all architectures except the E500.
3658 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3659 #definitions.
3660 (struct gdb_evrregset_t): New type.
3661 (have_ptrace_getsetevrregs): New variable.
3662 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3663 fetch_spe_registers): New functions.
3664 (fetch_register): Call fetch_spe_register as appropriate.
3665 Assert that we're only passed raw register numbers.
3666 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3667 Don't fetch gprs if they're pseudoregisters.
3668 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3669 store_spe_registers): New functions.
3670 (store_register): Call store_spe_register as appropriate.
3671 Assert that we're only passed raw register numbers.
3672 (store_ppc_registers): Call store_spe_registers as appropriate.
3673 Don't store gprs if they're pseudoregisters.
3674
f90ef764
JJ
36752004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3676
3677 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3678 struct if one exists, even if we are dealing with a zombie thread.
3679
45b75230
AC
36802004-06-07 Andrew Cagney <cagney@gnu.org>
3681
3682 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3683 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3684 Rename PC_REQUIRES_RUN_BEFORE_USE.
3685 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3686 #ifdef.
3687
1658da49
RC
36882004-06-07 Randolph Chung <tausq@debian.org>
3689
3690 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3691 unwinding after sp has been saved to the stack but before the end
3692 of the prologue, and after the fp has been modified but before it has
3693 been saved to the stack.
3694 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3695 Remove superfluous definitions.
3696 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3697
9a727a3c
RC
36982004-06-07 Guy Martin <gmsoft@gentoo.org>
3699
3700 Committed by Randolph Chung.
3701 * hppa-linux-nat.c: Include the correct version of the header file
3702 depending on the kernel version.
3703
9e500012
RC
37042004-06-06 Randolph Chung <tausq@debian.org>
3705
3706 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3707 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3708
3388d7ff
RC
37092004-06-06 Randolph Chung <tausq@debian.org>
3710
3711 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3712 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3713 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3714 * hppa-tdep.c (hppa_symbol_address): New function definition.
3715 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3716
d49771ef
RC
37172004-06-06 Randolph Chung <tausq@debian.org>
3718
3719 * hppa-tdep.h (struct value): Forward declaration.
3720 (gdbarch_tdep): Define tdep find_global_pointer method.
3721 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3722 associated with the function we are trying to call, and write it
3723 to the gp register.
3724 (hppa32_convert_from_funct_ptr_addr): New function.
3725 (hppa_find_global_pointer): New function.
3726 (hppa_gdbarch_init): Set default find_global_pointer method; set
3727 convert_from_func_ptr_addr method.
3728 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3729 (hppa_linux_init_abi): Set find_global_pointer method.
3730 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3731
7d9b040b
RC
37322004-06-06 Randolph Chung <tausq@debian.org>
3733
3734 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3735 to struct value *function.
3736 * gdbarch.c: Regenerate.
3737 * gdbarch.h: Likewise.
3738 * infcall.c (call_function_by_hand): Pass entire function value
3739 to push_dummy_call.
3740
3741 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3742 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3743 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3744 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3745 * arm-tdep.c (arm_push_dummy_call): Likewise.
3746 * avr-tdep.c (avr_push_dummy_call): Likewise.
3747 * cris-tdep.c (cris_push_dummy_call): Likewise.
3748 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3749 * frv-tdep.c (frv_push_dummy_call): Likewise.
3750 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3751 * hppa-tdep.c (hppa32_push_dummy_call)
3752 (hppa64_push_dummy_call): Likewise.
3753 * i386-tdep.c (i386_push_dummy_call): Likewise.
3754 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3755 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3756 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3757 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3758 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3759 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3760 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3761 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3762 (ppc64_sysv_abi_push_dummy_call): Likewise.
3763 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3764 (ppc64_sysv_abi_push_dummy_call): Likewise.
3765 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3766 * s390-tdep.c (s390_push_dummy_call): Likewise.
3767 * sh-tdep.c (sh_push_dummy_call_fpu)
3768 (sh_push_dummy_call_nofpu): Likewise.
3769 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3770 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3771 * vax-tdep.c (vax_push_dummy_call): Likewise.
3772
4a19ea35
JB
37732004-06-04 Jim Blandy <jimb@redhat.com>
3774
8327ccee
JB
3775 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3776 gdbarch argument to register_size.
3777
a3c001ce
JB
3778 * rs6000-tdep.c (rs6000_store_return_value): Use
3779 regcache_cooked_write_part instead of
3780 deprecated_write_register_bytes.
3781 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3782 not gdbarch_deprecated_store_return_value.
3783
4a19ea35
JB
3784 * ppc-linux-nat.c (store_register, fetch_register): Remove
3785 incorrect assertions. Simplify and generalize handling of
3786 transfers whose sizes are not multiples of, or less than, sizeof
3787 (PTRACE_XFER_TYPE).
3788
b9b5d7ea
JJ
37892004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3790
3791 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3792 as a new thread event.
720c7d64 3793 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 3794 zombie, return TD_THR_ZOMBIE.
720c7d64 3795 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
3796 TD_THR_ZOMBIE, check if the thread is still on the thread list
3797 and return a -1 ptid if not found.
3798 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3799 change the status to TARGET_WAITKIND_SPURIOUS.
3800
c8a3b559
CV
38012004-06-03 Corinna Vinschen <vinschen@redhat.com>
3802
3803 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3804 double values in little endian mode.
3805
20605361
AC
38062004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3807
3808 Committed by Andrew Cagney.
3809 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3810 after last enum constant to avoid error from IBM C
3811 compiler.
3812
bc97b3ba
JB
38132004-06-02 Jim Blandy <jimb@redhat.com>
3814
3815 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3816 to 'message', and make it local to the lone block that uses it.
3817
1da28ab0
JB
3818 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3819
4c4b4cd2
PH
38202004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3821
8a2225b2
PH
3822 * ada-exp.y: Update copyright notice.
3823 Include block.h.
3824
3825 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3826 SPECIAL_VARIABLE and unify the treatment of these cases.
3827
3828 (write_attribute_call0): Remove.
3829 (write_attribute_call1): Remove.
3830 (write_attribute_calln): Remove.
3831 (save_qualifier): Add missing semicolon.
3832
3833 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3834 temporarily disabled to allow compilation with FSF head version.
3835
3836 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3837 use individual operators (OP_*) for all attributes.
3838 (exp syntax): Use write_int.
3839 Handle STRING literals with OP_STRING.
3840 (variable syntax): Add limit parameter to calls to
3841 write_object_renaming.
3842
3843 (temp_parse_space): New definition to hold entities that need
3844 only live until the next call to ada_parse.
3845 (string_to_operator): Rename fields of ada_opname_table entries.
3846
3847 (write_var_from_sym): Record block.
3848 (write_var_from_name): Minor reformatting.
3849 Make sure saved name is properly encoded in the case of multiple
3850 matches, and set its language to Ada.
3851 Update comment.
3852 Modify to indicate unresolved name as symbol in the UNRESOLVED
3853 namespace, allocated in temp_parse_space.
3854 (write_int): New function.
3855
3856 (write_object_renaming): Add max_depth parameter to limit
3857 chains of object renamings.
3858 Handle case where root of renaming expression is itself a renaming.
3859 Use temp_parse_space for temporary name buffer.
3860 Handle renamings to dereferenced pointers (___XEXA suffices).
3861
3862 (ada_parse, yyerror, string_to_operator,
3863 write_var_from_sym, write_var_from_name, write_attribute_call0,
3864 write_attribute_call1, write_attribute_calln,
3865 write_object_renaming): Protoize.
3866
3867 (_initialize_ada_exp): New function.
3868
3869 * ada-lang.c: Update copyright notice.
3870 General terminology change to conform to GNAT compiler usage:
3871 mangle => encode, demangle => decode
3872 Include gdb_obstack.h.
3873 Include gdb_regex.h
3874 Include frame.h
3875 Include hashtab.h
3876 Include completer.h
3877 Include gdb_stat.h
3878 Include block.h
3879 Include infcall.h
3880
3881 (ADA_RETAIN_DOTS): Make sure this is defined.
3882 (TRUNCATION_TOWARDS_ZERO): Define.
3883 (struct string_vector): Define.
3884 (unresolved_names): Remove definition.
3885 (xnew_string_vector): New function.
3886 (string_vector_append): New function.
3887 (extract_string): Make static.
3888 (ada_unqualified_name): New function.
3889 (add_angle_brackets): New function.
3890 (function_name_from_pc): New function.
3891 (place_on_stack): Rename to ensure_lval.
3892
3893 (ensure_lval): Renamed from place_on_stack.
3894 Make identity on lvals.
3895 Update comment.
3896 (is_nonfunction): New interface.
3897 Only symbols in LOC_CONST class can be enumerals.
3898 (fill_in_ada_prototype): Remove; now independent of language.
3899 (add_defn_to_vec): Add obstack and symtab arguments.
3900 Use obstack to hold collected definitions.
3901 (num_defns_collected): New function.
3902 (defns_collected): New function.
3903 (ada_resolve_subexp): Rename to resolve_subexp.
3904 (resolve_subexp): Renamed from ada_resolve_subexp.
3905 (ada_op_name): Return non-const result.
3906 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3907 other purposes.
3908
3909 (to_fixed_array_type): Add declaration.
3910 (coerce_unspec_val_to_type): Remove offset parameter.
3911 (find_sal_from_funcs_and_line): New interface.
3912 (find_line_in_linetable): Ditto.
3913
3914 (all_sals_for_line): Rename to ada_sals_for_line and make
3915 global.
3916 Add new parameter. When set, do not ask the user to choose the
3917 instance, but use the first one found instead.
3918 Use given line number in returned sals.
3919 Fix comment.
3920 Skip the prologue if funfirstline is set.
3921 Correct for memory leak when 0 lines found.
3922
3923 (value_pos_atr): Use pos_atr.
3924 (pos_atr): New function.
3925 (standard_lookup): Add block parameter.
3926
3927 (makeTimeStart): Remove declaration and uses.
3928 (makeTimeStop): Remove declaration and uses.
3929
3930 (ada_completer_word_break_characters): Allow for VMS.
3931 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
3932 (raise_sym_name): New constant.
3933 (raise_unhandled_sym_name): New constant.
3934 (raise_assert_sym_name): New constant.
3935 (process_raise_exception_name): New constant.
3936 (longest_exception_template): New constant.
3937 (warning_limit): New variable to limit warnings during expression
3938 evaluation.
3939 (warnings_issued): New variable to keep track of warnings issued.
3940 (known_runtime_file_name_patterns): New constant.
3941 (known_auxiliary_function_name_patterns): New constant.
3942 (symbol_list_obstack): New variable.
3943
3944 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
3945 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
3946 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
3947 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
3948 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
3949 ada_variant_discrim_name, field_alignment, dynamic_template_type,
3950 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
3951 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
3952 and strcmp.
3953
3954 (ada_get_field_index): New function.
3955 (lim_warning): New function.
3956 (ada_translate_error_message): New function.
3957 (MAX_OF_SIZE): New function.
3958 (MIN_OF_SIZE): New function.
3959 (UMAX_OF_SIZE): New function.
3960 (UMIN_OF_SIZE): New function.
3961 (discrete_type_high_bound): New function.
3962 (discrete_type_low_bound): New function.
3963 (base_type): New function.
3964 (do_command): Remove.
3965
3966 (ada_update_initial_language): Use language_ada, not language_unknown.
3967 (ada_encode): Renamed from ada_mangle.
3968 Obey ADA_RETAIN_DOTS.
3969 (ada_decode): Renamed from ada_demangle.
3970 Update coding conventions.
3971 (decoded_names_store): New hash table.
3972 (ada_decode_symbol): New function.
3973 (ada_la_decode): New function.
3974
3975 (modify_general_field): Correct computations of offset and bit
3976 position.
3977 (desc_base_type): Handle ref types, too.
3978 (ada_is_direct_array_type): New function.
3979
3980 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3981 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3982 (ada_is_bogus_array_descriptor,ada_type_of_array,
3983 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
3984 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
3985 ada_is_array_descriptor_type.
3986
3987 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
3988 (ada_is_packed_array_type): Handle pointers or
3989 references to packed arrays as well.
3990 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
3991 (decode_packed_array_type): Search for the packed array type
3992 symbol in the currently selected block and associated
3993 superblocks too.
3994 Use lookup_symbol again.
3995
3996 (decode_packed_array): Handle pointers and references.
3997 Update call to coerce_unspec_val_to_type.
3998 (decode_packed_array_type,value_subscript_packed): Limit warnings.
3999 (ada_value_primitive_packed_val): Improve comment.
4000
4001 (ada_index_type): Substitute int type for "undefined".
4002 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4003 ada_array_langth, ada_is_string_type): Use renamed
4004 ada_is_simple_array_type.
4005 (empty_array): New function.
4006
4007 (ada_resolve): Rename to resolve.
4008 (resolve): Make static.
4009 Call renamed resolve_subexp.
4010 Update comment.
4011 (ada_resolve_subexp): Rename to resolve_subexp.
4012 (resolve_subexp): Update comment.
4013 Decomment disabled code.
4014 Add LOC_COMPUTED* cases.
4015 Modify to use temporary struct symbols (marked as being in
4016 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4017 OP_UNRESOLVED_VALUE.
4018 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4019 Add OP_STRING case.
4020 Remove OP_ARRAY.
4021 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4022 Use new ada_lookup_symbol_list interface.
4023 Use new ada_resolve_function interface.
4024 Remove OP_TYPE case.
4025
4026 (ada_args_match): Idiot proof against null actuals.
4027 Use intermediate variables to clarify.
4028 (ada_resolve_function): Update comment and interface.
4029 (mangled_ordered_before): Rename to encoded_ordered_before and
4030 update comment.
4031 (sort_choices): Update comment and interface.
4032 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4033 (user_select_syms): New interface.
4034 Use new sort_choices interface.
4035 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4036 (possible_user_operator_p): Idiot-proof against null values.
4037 (ada_simple_renamed_entity): Don't make cleanup; rely on
4038 caller to free result string.
4039 Remove const from return type.
4040 (make_array_descriptor): Rename uses of place_on_stack to
4041 ensure_lval.
4042 Make sure that arrays are on stack.
4043
4044 (HASH_SIZE): Define.
4045 (struct cache_entry): Define.
4046 (cache_space): Define.
4047 (cache): Define.
4048 (clear_ada_sym_cache): New function.
4049 (find_entry): New function.
4050 (lookup_cached_symbol): New function.
4051 (defn_vector_size): Define.
4052 (cache_symbol): New function.
4053 (defn_symbols): Remove.
4054
4055 (standard_lookup): Use lookup_symbol_in_language to get effect of
4056 C lookup.
4057 Cache results.
4058
4059 (symbol_completion_match): New function.
4060 (symbol_completion_add): New function.
4061 (ada_make_symbol_completion_list): New function.
4062
4063 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4064 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4065 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4066 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4067
4068 (ada_lookup_simple_minsym): New function.
4069 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4070
4071 (add_symbols_from_enclosing_procs): New interface.
4072 Conditionalize more helpfully.
4073 Don't bother if program isn't running.
4074 Use new interface to get_frame_block.
4075 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4076
4077 (remove_extra_symbols): New interface.
4078 (xget_renaming_scope): New function.
4079 (is_package_name): New function.
4080 (renaming_is_visible): New function.
4081 (remove_out_of_scope_renamings): New function.
4082
4083 (ada_lookup_symbol_list): New interface.
4084 Properly reinitialize the symbol list obstack.
4085 Don't call add_symbols_from_enclosing_procs if we start from a
4086 static or global block.
4087 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4088 add_symbols_from_enclosing_procs.
4089 Add symtab data to cached entries.
4090 Handle symbols prefixed with
4091 "standard__" specially; strip prefix and don't look in local symbols.
4092 Do not include out of scope renaming symbols in list of
4093 symbols returned.
4094 Add const to block parameter.
4095 Move check for non-local, non-global symbols earlier.
4096 Remove timing stuff.
4097 (ada_lookup_symbol): New interface.
4098 Find symtab as well.
4099 (ada_lookup_symbol_nonlocal): New function.
4100
4101 (is_name_suffix): Enhance suffix detection to recognize
4102 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4103 (is_dot_digits_suffix): New function.
4104 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4105
4106 (ada_add_block_symbols): New interface. Use obstack to return results
4107 in a vector of struct ada_symbol_infos. Add symtab argument.
4108 Use new interface to add_defn_to_vec.
4109 Remove calls to fill_in_ada_prototype.
4110 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4111
4112 (ada_finish_decode_line_1): Add const qualification to local to fix
4113 warning.
4114 Start looking in static block for functions to avoid attempts
4115 to search frame chain for up-level variables.
4116 Adapt to new ada_sals_for_line interface.
4117 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4118 Handle quoting of the function name inside the spec string.
4119 Skip prologue when funfirstline is set and update the
4120 function documentation to that effect.
4121
4122 (debug_print_lines, debug_print_block, debug_print_blocks,
4123 debug_print_symtab): Remove.
4124
4125 (ada_main_name): New function.
4126 (ada_exception_breakpoint_type): New function.
4127 (is_known_support_routine): New function.
4128 (ada_find_printable_frame): Renamed from find_printable_frame and made
4129 global.
4130 Remove level parameter.
4131 Use new interface to select_frame.
4132
4133 (begin_command): Remove.
4134 (ada_adjust_exception_stop): New function.
4135 (ada_print_exception_stop): New function.
4136 (exception_name_from_cond): New function.
4137 (ada_report_exception_break): Replace disabled code with
4138 conditionalization on GNAT_GDB.
4139 Get the exception name from the condition string.
4140 Remove and move functionality into new functions
4141 ada_print_exception_breakpoint_task and
4142 ada_print_exception_breakpoint_nontask.
4143 (error_breakpoint_runtime_sym_not_found): New function.
4144 (is_runtime_sym_defined): New function.
4145 (ada_breakpoint_rewrite): Uncomment suppressed code.
4146 Use symbolic error-message and runtime-symbol names.
4147 Surround runtime symbol names in quotes.
4148 Allow non-specific breakpoints on exceptions and assertions before
4149 program starts.
4150
4151 (ada_is_tagged_type): Add parameter.
4152 (ada_is_tag_type): New function.
4153 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4154 (ada_variant_discrim_type): Ditto.
4155 (value_tag_from_contents_and_address): New function.
4156 (type_from_tag): New function.
4157 (struct tag_args): New structure used to communicate with
4158 ada_tag_name_1.
4159 (ada_tag_name_1): New function.
4160 (ada_tag_name): New function.
4161
4162 (ada_scan_number): Update comment.
4163 (find_struct_field): New function.
4164 (ada_search_struct_field): Make static.
4165 (ada_value_struct_elt): New version that returns references when
4166 given pointers or references to structs.
4167 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4168 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4169 interface.
4170 (ada_value_ind): Use new ada_to_fixed_value interface.
4171 (ada_coerce_ref): Ditto.
4172 (field_offset): Remove.
4173
4174 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4175 (ada_find_renaming_symbol): New function.
4176 (ada_prefer_type): Prefer named types over unnamed ones.
4177 (variant_field_index): New function.
4178 (contains_variant_part): Removed: subsumed by variant_field_index.
4179 (ada_template_to_fixed_record_type): New function, mostly from
4180 template_to_fixed_record_type.
4181 (template_to_fixed_record_type):
4182 Do not scan the type fields beyond the last one; prevents a
4183 potential SEGV.
4184 Handle case where variant field is listed BEFORE discriminant it
4185 depends on.
4186 Fix calculation of record length when bit length is
4187 not evenly divisible by char length.
4188 Move code to ada_template_to_fixed_record_type and call it.
4189
4190 (template_to_static_fixed_type): Revise comment.
4191 Modify to work on ordinary record types as well as templates,
4192 so as to handle fields that use ___XVE or ___XVU encodings.
4193 (to_record_with_fixed_variant_part): Fill out comment.
4194 Initialize C++ stuff in right type.
4195 Allow case where DVAL is null.
4196 Handle case where variant field is not last.
4197 Fix typo concerning record length.
4198 (to_fixed_record_type): Decomment disabled code.
4199 (to_fixed_record_type): Use variant_field_index instead of
4200 contains_variant_part.
4201 (to_fixed_variant_branch_type): Ditto.
4202 (to_fixed_array_type): Decomment disabled code.
4203 (ada_to_fixed_type): Convert tagged types to the specific type.
4204 Deactivate the size-check for array types in order to avoid
4205 some false size alarms.
4206 (to_static_fixed_type): Decomment disabled code.
4207 Modify to call template_to_static_fixed_type
4208 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4209 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4210 Remove valaddr argument, as it is never really used.
4211 (ada_to_fixed_value): Change interface to act on single struct value*
4212 operand.
4213 (adjust_pc_past_prologue): New function.
4214 (ada_attribute_name): Modify to take enum exp_opcode argument.
4215
4216 (ada_enum_name): Recognize new homonym-distinguishing convention.
4217 Adjust local variable's type to remove compiler warning.
4218 Fix a small problem in the part that unqualifies the enumeration name.
4219 (ada_value_binop): New function.
4220 (ada_value_equal): New function.
4221
4222 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4223 Don't give error message when not doing normal evaluation
4224 and a tagged type doesn't seem to contain a structure member.
4225 Give error message for packed arrays.
4226 For indexing arrays, handle pointers to packed arrays correctly.
4227 Handle case of 'first and 'last attributes of bare integral type
4228 without encoded subtype info.
4229 Remove some unnecessary casts.
4230 Fix uninitialized value of type in computing 'first, 'last, or 'length
4231 of array object.
4232 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4233 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4234 calls.
4235 Attributes are now exp_opcode values.
4236 Correct treatment of 'modulus.
4237 Better error message for taking 'length of wrong kind of type;
4238 improve comment.
4239 Change EVAL_NORMAL to noside for consistency.
4240 Use ada_value_binop for DIV, MOD, REM.
4241 Make special case out of array of length 0, since an argument
4242 of 0 upsets some platforms' malloc.
4243 Use OP_STRING instead of OP_ARRAY.
4244 For slice, add check that we have an array type before extracting
4245 a slice out of it. Avoids a SEGV.
4246 When evaluating an array slice, if the array type is a reference to
4247 an aligner type, then replace the aligner type by the actual type.
4248 Decomment disabled code.
4249 Remove some dead code.
4250 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4251 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4252 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4253 and UNOP_MBR to UNOP_IN_RANGE.
4254 If an array type has a parallel ___XVE type, then use it.
4255 Turn arrays into pointers for lvalue arrays.
4256 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4257 bounds error and handle 0-length slices.
4258 Use lim_warning.
4259 When selecting fields, apply ada_to_fixed_value (because the fields
4260 might have ___XVU or ___XVE encodings even if not dynamic.)
4261 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4262 (ada_is_system_address_type): New function.
4263
4264 (get_var_value): Use new interface to ada_lookup_symbol_list.
4265 (get_int_var_value): New interface.
4266 (to_fixed_range_type): Allow unknown bound, with warning.
4267 (ada_is_modular_type): Decomment disabled code.
4268 (ADA_OPERATORS): New definition.
4269 (ada_operator_length): New function.
4270 (ada_expr_op_name): New function.
4271 (ada_forward_operator_length): New function.
4272 (ada_dump_subexp_body): New function.
4273 (ada_print_subexp): New function.
4274 (ada_exp_descriptor): New constant.
4275 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4276 (ada_language_defn): Add ada_exp_descriptor entry.
4277 Change ada_parse => parse.
4278 Add post-parser entry.
4279 Use ada-specific non-local symbol lookup.
4280 Don't use C-style arrays.
4281 String lower-bound is 1.
4282 Decomment disabled code.
4283 (parse): New function.
4284 New fields ada_translate_error_message, ada_lookup_symbol,
4285 ada_lookup_minimal_symbol.
4286
4287 * ada-lang.h: Update copyright dates.
4288 Replace the mangle/demangle terminology throughout by the
4289 more appropriate encode/decode one.
4290 Include breakpoint.h.
4291 Forward declare struct partial_symbol, struct block.
4292 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4293 (EXTRACT_ADDRESS): Remove.
4294 (EXTRACT_INT): Remove.
4295 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4296 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4297 (MAX_RENAMING_CHAIN_LENGTH): Define.
4298 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4299
4300 (enum task_states): Remove.
4301 ada_task_states: Remove.
4302 (fat_string): Remove.
4303 (struct entry_call): Remove.
4304 (struct task_fields): Remove.
4305 (struct task_entry): Remove.
4306
4307 (struct ada_symbol_info): Define.
4308 (enum ada_attribute): Remove.
4309 (enum ada_operator): Define.
4310
4311 (ada_get_field_index): Declare.
4312 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4313 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4314 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4315 (ada_lookup_symbol_list): New interface.
4316 (ada_decode_symbol): Declare.
4317 (ada_decode): Declare.
4318 (ada_lookup_symbol): New interface.
4319 (ada_update_initial_language): Declare.
4320 (ada_lookup_simple_minsym): Declare.
4321 (user_select_syms): New interface.
4322 (ada_sals_for_line): Declare.
4323 (ada_is_tagged_type): New interface.
4324 (ada_tag_name): Declare.
4325 (ada_lookup_struct_elt_type): Remove declaration.
4326 (ada_search_struct_field): Remove declaration.
4327 (ada_attribute_name): New interface.
4328 (ada_is_system_address_type): Declare.
4329 (ada_to_fixed_value): Remove declaration.
4330 (ada_template_to_fixed_record_type_1): Declare.
4331 (get_int_var_value): New interface.
4332 (ada_find_any_symbol): Declare.
4333 (ada_find_renaming_symbol): Declare.
4334 (ada_mangle): Rename to ada_encode.
4335 (ada_simple_renamed_entity): Remove const.
4336 (ada_main_name): Declare.
4337 (get_current_task): Rename to ada_get_current_task.
4338 (get_entry_number): Remove declaration.
4339 (ada_report_exception_break): Remove declaration.
4340 (ada_print_exception_breakpoint_nontask): Declare.
4341 (ada_print_exception_breakpoint_task): Declare.
4342 (ada_find_printable_frame): Declare.
4343
4344 * ada-lex.l: Update copyright notices.
4345 Use xmalloc and xfree instead of malloc and free.
4346 Use new interface to name_lookup.
4347 Use new interface to
4348 ada_mangle=>ada_encode.
4349 Redo handling of '$...' variable to parallel current treatment
4350 in c-exp.y.
4351 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4352 digit_to_int, strtoulst, processInt, processReal, processId,
4353 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4354 yywrap): Protoize.
4355
4356 (processInt): Use cast to remove harmless warning.
4357 (processReal): Modify to get rid of compiler warning on scan formats.
4358
4359 (processId): Replace xmalloc with obstack_alloc for name and remove
4360 call to ada_name_string_cleanup.
4361 Remove obsolete disabled code.
4362 (name_lookup): Ditto.
4363 New interface.
4364 Use obsavestring on temp_parse_space instead of savestring
4365 on name, and remove call to ada_name_string_cleanup.
4366 Free string returned from ada_simple_renamed_entity.
4367 Use new interface to ada_lookup_symbol_list.
4368 Decomment disabled code.
4369 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4370 not types.
4371 When a type name lookup succeeds as a result of
4372 lookup_primitive_typename, check for regular type entry that has not
4373 yet been read in.
4374 Limit length of chain of renamed symbols we are willing to follow.
4375 Do not break names beginning with "standard__" into segments.
4376 (block_lookup): Use new interface to ada_lookup_symbol_list.
4377
4378 * ada-typeprint.c: Update copyright notice.
4379 (demangled_type_name): Rename to decoded_type_name.
4380 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4381 (print_range_bound): Correct handling of negative
4382 bounds that make the index type looked unsigned under STABS.
4383 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4384 (print_range_type_named): Use the builtin int type if no type
4385 corresponding to the given type name could be found.
4386 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4387 Add some bullet-proofing.
4388 (print_variant_clauses): Allow for variant branches with ___XVU
4389 encodings that are not dynamic fields.
4390 Use new interface to ada_is_tagged_type.
4391 (print_record_type): Allow for fields with ___XVE encodings that
4392 are not dynamic fields.
4393 Use new interface to ada_is_tagged_type.
4394 (ada_print_type): ada_is_array_descriptor =>
4395 ada_is_array_descriptor_type.
4396
4397 * ada-valprint.c: Update copyright notice.
4398 Include gdb_string.h
4399 Include infcall.h
4400 (ui_memcpy): New function.
4401 (ada_print_floating): New function.
4402 (ada_print_str): Order arguments correctly.
4403 Correct handling of empty arrays and arrays of 0-length items.
4404 ada_is_array_descriptor => ada_is_array_descriptor_type
4405 Print values of type System.Address in hexadecimal format.
4406 Use ada_print_floating to print floating-point numbers in Ada format.
4407 Print class tag values with type names.
4408 No longer print the address of reference values. Avoids
4409 a potential confusion.
4410 (ada_value_print): Stop printing the object type for reference
4411 values, but preserve that behavior for access types. Avoids
4412 a potential confusion.
4413 Simplify one conditional expression, as the first part is now
4414 necessarily true.
4415 ada_is_array_descriptor => ada_is_array_descriptor_type
4416 Add check for arrays for null records, and print them by hand.
4c4b4cd2 4417
f65f91b5
JB
44182004-06-01 Jim Blandy <jimb@redhat.com>
4419
4420 * ppc-tdep.h: Delete unused 'regoff' member.
4421 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4422
d4687fa0
MC
44232004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4424
4425 Fix PR symtab/1661.
4426 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4427 (hpread_read_struct_type): Likewise.
4428
de169ec9
AC
44292004-06-01 Andrew Cagney <cagney@gnu.org>
4430
c6902d46
AC
4431 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4432 instead of xasprintf.
4433 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4434 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4435 (mi_cmd_data_list_register_names)
4436 (mi_cmd_data_list_changed_registers)
4437 (mi_cmd_data_list_register_values)
4438 (get_register, mi_cmd_data_write_register_values)
4439 (mi_cmd_data_write_register_values)
4440 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4441 (mi_cmd_target_download, mi_cmd_target_select)
4442 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4443 (mi_execute_cli_command, mi_execute_async_cli_command)
4444 (mi_execute_async_cli_command): Ditto.
4445 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4446 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4447
6085fc2d
AC
4448 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4449 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4450 error_last_message instead of mi_error_last_message.
4451 * mi/mi-main.c (mi_error_last_message): Delete function.
4452
de169ec9
AC
4453 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4454 "invalid number of columns" error. Delete redundant "out of
4455 memory" check.
4456
1fc7d519
MK
44572004-05-31 Mark Kettenis <kettenis@gnu.org>
4458
6cfb2041
MK
4459 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4460 (gregset_t, fpregset_t): Remove typedefs.
4461 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4462 (REG_OFFSET): Rename argument.
4463 (i386bsd_r_reg_offset): Rename from reg_offset.
4464 (REG_ADDR): Remove macro.
4465 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4466 functions.
4467 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4468 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4469 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4470 instead of supply_gregset.
4471 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4472 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4473 instead of fill_gregset.
4474 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4475
1fc7d519
MK
4476 * i386bsd-nat.c: Don't include "gregset.h".
4477 (supply_gregset, fill_gregset): Make static.
4478 (supply_fpregset, fill_fpregset): Remove.
4479 * Makefile.in (i386bsd-nat.o): Update dependencies.
4480
2c34abbe
MK
44812004-05-30 Mark Kettenis <kettenis@gnu.org>
4482
448724fb
MK
4483 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4484 "gdb_assert.h". Con't include "gregset.h".
4485 (fbsd_make_corefile_notes): Use regset-based core file support
4486 instead off fill_gregset and fill_fpregset.
4487 * Makefile.in (fbsd-proc.o): Update dependencies.
4488
5ca8ca7c
MK
4489 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4490 instructions.
4491 (m88k_frame_prev_register): Simplify code a bit.
4492
593adc23
MK
4493 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4494 (amd64_collect_fpregset): New function.
4495 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4496
8d1b517b
MK
4497 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4498
7fdafb5a
MK
4499 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4500 (i386_collect_gregset): New function.
4501 (i386_supply_fpregset): Adjust comment.
4502 (i386_collect_fpregset): New function.
4503 (i386_regset_from_core_section): Use i386_collect_gregset and
4504 i386_collect_fpregset.
4505
8693c419
MK
4506 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4507 handle VALUEP being null.
4508
2c34abbe
MK
4509 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4510
45d134d8
MK
45112004-05-29 Mark Kettenis <kettenis@gnu.org>
4512
1698f4e7
MK
4513 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4514
45d134d8
MK
4515 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4516 assembler in OpenBSD 3.5-current.
4517 (amd64obsd_sigcontext_addr): Likewise.
4518
691d145a
JB
45192004-05-28 Jim Blandy <jimb@redhat.com>
4520
4521 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4522 register set, so our regcache isn't declared "legacy" and our E500
4523 pseudoregister read and write functions aren't ignored.
4524 (rs6000_register_byte, rs6000_register_raw_size,
4525 rs6000_register_virtual_type, rs6000_register_convertible,
4526 rs6000_register_convert_to_virtual,
4527 rs6000_register_convert_to_raw): Deleted.
4528 (rs6000_register_type, rs6000_convert_register_p,
4529 rs6000_register_to_value, rs6000_value_to_register): New
4530 functions.
4531 (rs6000_gdbarch_init): Don't register
4532 gdbarch_deprecated_register_size,
4533 gdbarch_deprecated_register_bytes,
4534 gdbarch_deprecated_register_byte,
4535 gdbarch_deprecated_register_raw_size,
4536 gdbarch_deprecated_register_virtual_type,
4537 gdbarch_deprecated_register_convertible,
4538 gdbarch_deprecated_register_convert_to_virtual, or
4539 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4540 register gdbarch_register_type, gdbarch_convert_register_p,
4541 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4542
18ed0c4e
JB
45432004-05-26 Jim Blandy <jimb@redhat.com>
4544
4545 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4546 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4547 functions, updated to match the register numberings used in GCC.
4548 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4549 rs6000_dwarf2_reg_to_regnum as register number conversions
4550 functions for STABS and Dwarf2.
4551
779af9e3
RC
45522004-05-26 Randolph Chung <tausq@debian.org>
4553
4554 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4555 in header file.
4556
c23968a2
JB
45572004-05-25 Joel Brobecker <brobecker@gnat.com>
4558
4559 * NEWS: Document new "start" command.
4560
3a7d1c27
RC
45612004-05-25 Randolph Chung <tausq@debian.org>
4562
4563 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4564 hppa-linux.
4565
43613416
RC
45662004-05-25 Randolph Chung <tausq@debian.org>
4567
4568 * hppa-hpux-tdep.c (offsetof): Define.
4569 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4570 (hppa32_hpux_frame_base_before_sigtramp)
4571 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4572 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4573 (hppa64_hpux_frame_base_before_sigtramp)
4574 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4575 functions.
4576 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4577 (hppa_hpux_sigtramp_frame_unwind_cache)
4578 (hppa_hpux_sigtramp_frame_this_id)
4579 (hppa_hpux_sigtramp_frame_prev_register)
4580 (hppa_hpux_sigtramp_frame_unwind)
4581 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4582 (hppa_hpux_init_abi): Register sigtramp unwinder.
4583 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4584
6d1be3f1
RC
45852004-05-25 Randolph Chung <tausq@debian.org>
4586
4587 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4588 and multiple stack unwinds.
4589 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4590
97c34f65
AC
45912004-05-25 Andrew Cagney <cagney@gnu.org>
4592
4593 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4594 * symfile-mem.h: Delete file.
4595 * symfile-mem.c: Do not include "symfile-mem.h".
4596 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4597 "struct bfd_section". When an error do not bother returning NULL.
4598 (add_symbol_file_from_memory_command): Use "struct bfd" and
4599 "struct bfd_section".
4600 * Makefile.in (symfile_mem_h): Delete.
4601 (symfile-mem.o): Update dependencies.
4602
e23cbd82
NR
46032004-05-25 Nick Roberts <nickrob@gnu.org>
4604
4605 * gdb-mi.el: New file.
4606
20d2ca3e
AC
46072004-05-25 Andrew Cagney <cagney@gnu.org>
4608
4609 * inftarg.c: Include "observer.h".
4610 (child_attach, child_create_inferior): Notify inferior_created.
4611 * corelow.c: Include "observer.h".
4612 (core_open): Notify inferior_created.
4613 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4614
c27cda74
AC
46152004-05-25 Andrew Cagney <cagney@gnu.org>
4616
4617 * target.h (struct target_ops): Add from_tty to
4618 to_create_inferior.
4619 (target_create_inferior, find_default_create_inferior): Update.
4620 * infcmd.c (run_command): Update.
4621 * wince.c (child_create_inferior): Update.
4622 * win32-nat.c (child_create_inferior): Update.
4623 * uw-thread.c (uw_thread_create_inferior): Update.
4624 * thread-db.c (thread_db_create_inferior): Update.
4625 * target.c (debug_to_create_inferior)
4626 (find_default_create_inferior): Update.
4627 (maybe_kill_then_create_inferior): Update.
4628 * sol-thread.c (sol_thread_create_inferior): Update.
4629 * remote.c (extended_remote_async_create_inferior)
4630 (extended_remote_create_inferior): Update.
4631 * remote-vx.c (vx_create_inferior): Update.
4632 * remote-st.c (st2000_create_inferior): Update.
4633 * remote-sim.c (gdbsim_create_inferior): Update.
4634 * remote-sds.c (sds_create_inferior): Update.
4635 * remote-rdp.c (remote_rdp_create_inferior): Update.
4636 * remote-rdi.c (arm_rdi_create_inferior): Update.
4637 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4638 * remote-e7000.c (e7000_create_inferior): Update.
4639 * procfs.c (procfs_create_inferior): Update.
4640 * ocd.c (ocd_create_inferior): Update.
4641 * ocd.h (ocd_create_inferior): Update.
4642 * nto-procfs.c (procfs_create_inferior): Update.
4643 * monitor.c (monitor_create_inferior): Update.
4644 * lin-lwp.c (lin_lwp_create_inferior): Update.
4645 * inftarg.c (child_create_inferior): Update.
4646 * hpux-thread.c (hpux_thread_create_inferior): Update.
4647 * gnu-nat.c (gnu_create_inferior): Update.
4648
1db2a798
AC
46492004-05-25 Andrew Cagney <cagney@gnu.com>
4650
4651 * MAINTAINERS: Update e-mail address.
4652
007d08bb
RC
46532004-05-24 Randolph Chung <tausq@debian.org>
4654
4655 * thread.c (info_threads_command, thread_apply_all_command)
4656 (thread_apply_command, thread_command, do_captured_thread_select):
4657 Remove HPUXHPPA-specific code.
4658
69e7b95e
RC
46592004-05-24 Randolph Chung <tausq@debian.org>
4660
4661 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4662 unused symbols.
4663 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4664 references.
4665
a4d5f2e0
JB
46662004-05-24 Joel Brobecker <brobecker@gnat.com>
4667
4668 * infcmd.c (kill_if_already_running): New function, extracted
4669 from run_command().
4670 (run_command): Replace extracted code by call to
4671 kill_if_already_running().
4672 (start_command): New function.
4673 (_initialize_infcmd): Add "start" command.
4674
bf2ca189
MK
46752004-05-24 Mark Kettenis <kettenis@gnu.org>
4676
4677 Add OpenBSD/m88k support.
4678 * NEWS (New native configurations): Mention OpenBSD/m88k.
4679 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4680 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4681 * Makefile.in (m88k_tdep_h): New variable.
4682 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4683 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4684 * configure.host: Add m88*-*-openbsd*.
4685 * configure.tgt: Add m88*-*-openbsd*.
4686
80fadb11
JB
46872004-05-24 Jim Blandy <jimb@redhat.com>
4688
4689 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4690 to approve changes.
4691
19e2d14b
KB
46922004-05-24 Kevin Buettner <kevinb@redhat.com>
4693
4694 * symtab.c (fixup_section): Search section table when lookup by
4695 name fails.
4696
1b07b470
RC
46972004-05-24 Randolph Chung <tausq@debian.org>
4698
4699 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4700 be "small_struct".
4701
368702b1
MK
47022004-05-24 Mark Kettenis <kettenis@gnu.org>
4703
5df97fde
MK
4704 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4705 register number in regcache_raw_collect call.
4706 (m68kbsd_collect_fpregset): Likewise.
4707 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4708
368702b1
MK
4709 * regset.h (struct regset): Add back `regset' member.
4710
a770d4ec
MK
47112004-05-23 Mark Kettenis <kettenis@gnu.org>
4712
70f9f479
MK
4713 * configure.in: Check for td_pcb in `struct thread'.
4714 * configure, config.in: Regenerated.
4715
2e16d79e
MK
4716 * dpx2-nat.c: Remove file.
4717 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4718 (dpx2-nat.o): Remove dependencies.
4719
492cf391
MK
4720 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4721 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4722 (amd64obsd_supply_pcb): New function.
4723 (_initialize_amd64obsd_nat): Enable libkvm interface.
4724 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4725 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4726 (LOADLIBES): New variable.
4727
a770d4ec
MK
4728 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4729 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4730 (sparc32nbsd_supply_pcb): New function.
4731 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4732 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4733 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4734 (LOADLIBES): New variable.
4735
9ea75c57
MK
47362004-05-22 Mark Kettenis <kettenis@gnu.org>
4737
2e0c3539
MK
4738 * bsd-kvm.c, bsd-kvm.h: New files.
4739 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4740 "bsd-kvm.h".
4741 (i386fbsd_supply_pcb): New function.
4742 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4743 (i386fbsd-nat.o): Update dependencies.
4744 (bsd_kvm_h): New variable.
4745 (bsd-kvm.o): New dependency.
4746 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4747 (LOADLIBES): New variable.
4748
9ea75c57
MK
4749 * regset.c: Tweak comment.
4750 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4751 macro.
4752 * regset.h: Update copyright year.
4753 (struct regset): Remove `descr' member, add `gdbarch' member.
4754 (regset_alloc): Adjust prototype and comment.
4755 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4756 (i386_supply_fpregset): Likewise.
4757 (i386_regset_from_core_section): Update call to regset_alloc.
4758 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4759 REGSET->arch.
4760 (i386obsd_aout_regset_from_core_section): Update call to
4761 regset_alloc.
4762 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4763 REGSET->arch.
4764 (i386nbsd_aout_regset_from_core_section): Update call to
4765 regset_alloc.
4766 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4767 REGSET->arch.
4768 (amd64_regset_from_core_section): Update call to regset_alloc.
4769 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4770 REGSET->arch.
4771 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4772 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4773 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4774 (sparc32nbsd_init_abi): Update call to regset_alloc.
4775 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4776 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4777 (sparc64obsd_init_abi): Update call to regset_alloc.
4778 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4779 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4780 (sparc64nbsd_init_abi): Update call to regset_alloc.
4781 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4782 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4783 (sparc64fbsd_init_abi): Update call to regset_alloc.
4784
867e2dc5
JB
47852004-05-22 Jim Blandy <jimb@redhat.com>
4786
4787 * ppc-tdep.h (spe_register_p): New declaration.
4788 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4789 ppc_spefscr_regnum.
4790 * rs6000-tdep.c (spe_register_p): New function.
4791 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4792 spefscr.
4793 (rs6000_gdbarch_init): Initialize the new members of the tdep
4794 structure.
4795
617a4cba
JB
47962004-05-21 Jim Blandy <jimb@redhat.com>
4797
0397dee1
JB
4798 * ppc-linux-nat.c (fetch_register): Move code back to be next
4799 to the comment that describes it. (Moved code, instead of
4800 comment, for symmetry with store_register.)
4801
617a4cba
JB
4802 Allocate regset structures in the gdbarch's obstack, not using
4803 xmalloc.
4804 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4805 Add 'arch' argument. Allocate the regset on arch's obstack, not
4806 using xmalloc.
4807 * regset.h (regset_alloc): Update declaration.
4808 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4809 gdbarch argument.
4810 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4811 * i386-tdep.c (i386_regset_from_core_section): Same.
4812 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4813 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4814 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4815 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4816 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4817 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4818
9aa3914d
JB
48192004-05-21 Joel Brobecker <brobecker@gnat.com>
4820
4821 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4822
99c87dab
JB
48232004-05-21 Jim Blandy <jimb@redhat.com>
4824
4825 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4826 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4827
c2b6b4aa
JB
48282004-05-20 Jim Blandy <jimb@redhat.com>
4829
4830 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4831
144529d0
MK
48322004-05-20 Mark Kettenis <kettenis@gnu.org>
4833
4834 * regset.h: Make prototype const-correct.
4835 * regset.c (regset_xmalloc): Make const-correct.
4836
4725b721
PH
48372004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4838
4839 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4840 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4841 (symbol_search_name): Declare.
4842
4843 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4844 (iter_name_next_hashed): Ditto.
4845 (iter_name_next_linear): Ditto.
4846 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4847
4848 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4849 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4850 (symbol_search_name): New function.
4851
4852 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4853
4854 * minsyms.c (build_minimal_symbol_hash_tables): Change
4855 test for adding to demangled hash table to check for difference
4856 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
4857
be07a590
JB
48582004-05-19 Jim Blandy <jimb@redhat.com>
4859
4860 Use a constructor function to create regset structures.
4861 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
4862 (struct regset): Use supply_regset_ftype. Add new
4863 'collect_regset' member.
4864 (regset_xmalloc): New declaration.
4865 * regset.c: New file.
4866 * am64-tdep.c (amd64_regset_from_core_section): Use
4867 regset_xmalloc to construct regset structures.
4868 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4869 * i386-tdep.c (i386_regset_from_core_section): Same.
4870 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4871 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4872 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4873 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4874 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4875 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4876 * Makefile.in (COMMON_OBS): Add regset.o.
4877 (regset.o): New rule.
4878
604368f5
JB
48792004-05-19 Joel Brobecker <brobecker@gnat.com>
4880
4881 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
4882 and pthread_cond_wait.c.
4883
82d69f8b
JB
48842004-05-18 Jim Blandy <jimb@redhat.com>
4885
4886 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
4887 before the mach-specific switch, and then let the individual cases
4888 override the defaults, rather than leaving them uninitialized
4889 until the switch and then setting them in each case.
4890
5859efe5
RC
48912004-05-18 Randolph Chung <tausq@debian.org>
4892
4893 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
4894 millicode functions.
4895
9ca80cf8
RC
48962004-05-18 Randolph Chung <tausq@debian.org>
4897
4898 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
4899 references to dld_flags_buffer consistent.
4900
ed70ba00
RC
49012004-05-18 Randolph Chung <tausq@debian.org>
4902
4903 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4904 it for unwinding the stack.
4905
63100632
RC
49062004-05-18 Randolph Chung <tausq@debian.org>
4907
4908 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4909 Undefine these so we can overide them using gdbarch.
4910
090ccbb7
RC
49112004-05-18 Randolph Chung <tausq@debian.org>
4912
4913 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
4914 handling for 64-bit HPUX (elf).
4915
594706e6
DJ
49162004-05-18 Daniel Jacobowitz <dan@debian.org>
4917
4918 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
4919 constants.
4920 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4921 * ia64-tdep.c (examine_prologue): Likewise.
4922 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
4923 * v850-tdep.c (v850_fix_call_dummy): Likewise.
4924
e5483145
MK
49252004-05-18 Mark Kettenis <kettenis@gnu.org>
4926
4927 * vax-tdep.c (vax_return_value): Implement
4928 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4929
caed1a45
MK
49302004-05-17 Mark Kettenis <kettenis@gnu.org>
4931
4932 * vax-tdep.c (vax_return_value): Fix typo.
4933
3c0b7db2
AC
49342004-05-17 Andrew Cagney <cagney@redhat.com>
4935
5aae53e5
AC
4936 * MAINTAINERS: Mark Salter was also responsible for
4937 testsuite/config/
4938
3c0b7db2
AC
4939 * NEWS: Mention signal fixes.
4940
22b0923d
RC
49412004-05-17 Randolph Chung <tausq@debian.org>
4942
4943 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
4944 check to see if we are unwinding an export stub. Export stubs clobber
4945 the %rp in the call path and stores the original rp in a stack slot.
4946
22f2b2f3
JB
49472004-05-17 Jim Blandy <jimb@redhat.com>
4948
4949 * MAINTAINERS: Update address for J.T. Conklin.
4950
cea96d64
RC
49512004-05-17 Randolph Chung <tausq@debian.org>
4952
4953 * hppa-tdep.c: Remove superfluous #include's.
4954 * Makefile.in (hppa-tdep.o): Update dependencies.
4955
f08f6a4a
RC
49562004-05-17 Randolph Chung <tausq@debian.org>
4957
4958 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
4959 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
4960 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4961 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4962 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4963 Remove static function declarations.
4964
51da707a
MK
49652004-05-17 Mark Kettenis <kettenis@gnu.org>
4966
caed1a45
MK
4967 * alphabsd-nat.c: Update copyright year.
4968 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4969
c0c2b0db
MK
4970 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4971 and M68K_A2_REGNUM.
4972
51da707a
MK
4973 * m68k-tdep.c (m68k_svr4_return_value): Implement
4974 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4975
8d027a04
MK
49762004-05-16 Mark Kettenis <kettenis@gnu.org>
4977
4978 * sol-thread.c Update copyright year. Fix various coding
4979 standards violations. Tweak a few comments.
4980 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
4981 Delete prototypes.
4982
0d99fdb9
RC
49832004-05-15 Randolph Chung <tausq@debian.org>
4984
4985 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
4986 as pointer instead of array reference since HPUX compiler does
4987 not accept unsized array arguments.
4988 * somsolib.c (dld_flags_buffer): Use constant array size.
4989
f7e3843a
MK
49902004-05-15 Mark Kettenis <kettenis@gnu.org>
4991
0fe85704
MK
4992 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
4993 offset with decimal offset.
4994 (amd64obsd_sigcontext_addr): Return correct address for entire
4995 signal trampoline.
4996
a54f9a00
MK
4997 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
4998 instead of get_frame_base.
4999
feae6502
MK
5000 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5001 (fill_gregset): Use regcache_raw_collect.
5002
0382d099
MK
5003 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5004 ppcobsd-tdep.c.
5005
f7e3843a
MK
5006 * config/sparc/tm-nbsd64.h: Remove file.
5007 * config/tm-sunos.h: Remove file.
5008
773df3e5
JB
50092004-05-15 Joel Brobecker <brobecker@gnat.com>
5010
5011 * rs6000-tdep.c (store_param_on_stack_p): New function,
5012 an improved version of some code extracted from skip_prologue().
5013 (skip_prologue): Use store_param_on_stack_p() to detect
5014 instructions saving a parameter on the stack. Detect when r0
5015 is used to save a parameter.
5016 Do not mark "li rx, SIMM" instructions as part of the prologue,
5017 unless the following instruction is also part of the prologue.
5018
95918acb
AC
50192004-05-14 Andrew Cagney <cagney@redhat.com>
5020
06f32659
AC
5021 * infrun.c (handle_inferior_event): Simplify
5022 STEP_OVER_UNDEBUGGABLE.
5023
95918acb
AC
5024 * infrun.c (handle_step_into_function): Delete function.
5025 (handle_inferior_event): Inline calls to
5026 handle_step_into_function.
5027
40711ff1 50282004-05-14 Jerome Guitton <guitton@gnat.com>
42203e46
JG
5029
5030 * rs6000-nat.c: Fix a comment.
5031
02f60eae
JB
50322004-05-12 David Anderson <davea@sgi.com>
5033
5034 Committed by Jim Blandy <jimb@redhat.com>:
5035 * regcache.c (struct regcache_descr): fix comment spelling.
5036
552e377b
JB
50372004-05-13 J. Brobecker <brobecker@gnat.com>
5038
5039 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5040 Fixes a link link failure.
5041
349766b2
JB
50422004-05-13 J. Brobecker <brobecker@gnat.com>
5043
5044 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5045 error that was causing the build to fail.
5046
0d4d5484
JB
50472004-05-13 J. Brobecker <brobecker@gnat.com>
5048
5049 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5050 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5051
0b30808c
AC
50522004-05-13 Andrew Cagney <cagney@redhat.com>
5053
5054 * infrun.c (handle_inferior_event): Check for
5055 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5056 calls. Update comments.
5057
cdf2c5f5
JB
50582004-05-13 Jim Blandy <jimb@redhat.com>
5059
063715bf
JB
5060 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5061 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5062 (store_regs_user_thread, store_regs_kernel_thread): Use
5063 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5064 * ppc-linux-nat.c (fill_gregset): Same.
5065 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5066 (ppc_linux_sigtramp_cache): Same.
5067 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5068 (ppcnbsd_sigtramp_cache_init): Same.
5069 * rs6000-nat.c (fetch_core_registers): Same.
5070 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5071 (rs6000_frame_cache): Same.
5072
cdf2c5f5
JB
5073 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5074 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5075 of assuming that the gprs are numbered starting with zero.
5076 * ppc-linux-nat.c (fill_gregset): Same.
5077 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5078 * ppcnbsd-nat.c (getregs_supplies): Same.
5079 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5080 * rs6000-nat.c (fetch_core_registers): Same.
5081 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5082
450bd37b
MS
50832004-05-07 Michael Snyder <msnyder@redhat.com>
5084
5085 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5086 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5087
4a72a2a6
AC
50882004-05-13 Andrew Cagney <cagney@redhat.com>
5089
5090 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5091
8edfa926
BM
50922004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5093
5094 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5095 base_address for shared libraries.
5096
723e0e3d
BM
50972004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5098
5099 * MAINTAINERS (write after approval): Add myself.
5100
00d4360e
UW
51012004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5102
5103 * breakpoint.c (bpstat_stop_status): Add new argument
5104 STOPPED_BY_WATCHPOINT. Use it instead of testing
5105 target_stopped_data_address agaist 0 to check whether
5106 or not we stopped due to a hardware watchpoint.
5107 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5108 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5109 with new argument.
5110
ec76baa5
JB
51112004-05-12 Jim Blandy <jimb@redhat.com>
5112
5113 * configure.in: When checking whether we should use the -bbigtoc
5114 option, don't forget to restore the original value of LDFLAGS.
5115 * configure: Regenerated.
5116
f2c9ca08
AC
51172004-05-12 Andrew Cagney <cagney@redhat.com>
5118
5119 * thread.c (load_infrun_state): Delete step_sp.
5120 * infrun.c (context_switch): Ditto.
5121 * inferior.h (step_sp): Ditto.
5122 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5123 * gdbthread.h (struct thread_info, save_infrun_state)
5124 (restore_infrun_state): Ditto.
5125
090ddb2a
UW
51262004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5127
5128 * MAINTAINERS (write after approval): Add myself.
5129
8aad930b
AC
51302004-05-12 Andrew Cagney <cagney@redhat.com>
5131
5132 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5133 eliminate reference to step_sp.
5134 (struct execution_control_state, init_execution_control_state)
5135 (handle_inferior_event, keep_going): Delete update_step_sp and
5136 step_sp.
5137 * infcmd.c (step_sp): Note that variable is unused.
5138
922d5ae0
AC
51392004-05-11 Andrew Cagney <cagney@redhat.com>
5140
5141 * infrun.c (step_over_function): Delete function.
5142 (handle_step_into_function): Use insert_step_resume_breakpoint.
5143 (insert_step_resume_breakpoint): Fix assertion.
5144
017c5ca5
NR
51452004-05-11 Nick Roberts <nickrob@gnu.org>
5146
5147 * utils.c (defaulted_query): Just use the normal query input type
5148 when printing the annotations.
5149
42edda50
AC
51502004-05-11 Andrew Cagney <cagney@redhat.com>
5151
5152 * infrun.c (handle_inferior_event): Simplify code handling
5153 step-into or return-from a signal trampoline.
5154
d28b44a7
AC
51552004-05-11 Andrew Cagney <cagney@redhat.com>
5156
5157 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5158 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5159
383f0f5b
JB
51602004-05-10 Jim Blandy <jimb@redhat.com>
5161
d0b57c3a
JB
5162 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5163 with a call to internal_error.
5164
383f0f5b
JB
5165 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5166 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5167 processor variant lacks those registers.
5168 (ppc_floating_point_unit_p): Change description to make it clear
5169 that this returns info about the ISA, not the ABI.
5170 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5171 return true or false by checking tdep->ppc_fp0_regnum and
5172 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5173 arch/mach switching done in rs6000_gdbarch_init; it's better to
5174 keep that logic there, and just check the results here.
5175 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5176 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5177 floating-point registers.
5178 (ppc_supply_fpregset, ppc_collect_fpregset)
5179 (rs6000_push_dummy_call, rs6000_extract_return_value)
5180 (rs6000_store_return_value): Assert that we have floating-point
5181 registers.
5182 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5183 (rs6000_frame_cache): Don't note the locations at which
5184 floating-point registers were saved if we have no fprs.
5185 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5186 registers.
5187 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5188 (store_regs_user_thread, store_regs_kernel_thread): Only call
5189 supply_fprs / fill_fprs if we actually have floating-point
5190 registers.
5191 (special_register_p): Check ppc_fpscr_regnum before matching
5192 against it.
5193 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5194 supply / collect fpscr if we don't have it.
5195 * ppc-bdm.c: #include "gdb_assert.h".
5196 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5197 have floating-point registers, since I can't test this code on
5198 FP-free systems to adapt it.
5199 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5200 fpscr and floating point register numbers if they don't exist.
5201 (fetch_register): Assert that we have floating-point registers
5202 before we reach the code that handles them.
5203 (store_register): Same. And use tdep instead of calling
5204 gdbarch_tdep again.
5205 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5206 don't have them.
5207 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5208 fprs and fpscr if we don't have them.
5209 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5210 don't have them.
5211 * ppcnbsd-nat.c: #include "gdb_assert.h".
5212 (getfpregs_supplies): Assert that we have floating-point registers.
5213 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5214 * ppcobsd-tdep.c: #include "gdb_assert.h".
5215 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5216 have floating-point registers.
5217 * rs6000-nat.c (regmap): Don't match against the fpscr and
5218 floating point register numbers if they don't exist.
5219 (fetch_inferior_registers, store_inferior_registers,
5220 fetch_core_registers): Only fetch / store / supply the
5221 floating-point registers and the fpscr if we have them.
5222 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5223 (ppcobsd-tdep.o): Update dependencies.
5224
15960608
AC
52252004-05-10 Andrew Cagney <cagney@redhat.com>
5226
5227 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5228 (context_switch): Do not switch through_sigtramp_breakpoint.
5229 * gdbthread.h (save_infrun_state, load_infrun_state)
5230 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5231 and structure member.
5232 * thread.c (load_infrun_state, save_infrun_state): Update.
5233
5ab5aa0f
MK
52342004-05-10 Mark Kettenis <kettenis@gnu.org>
5235
5236 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5237
da78b0e7
DJ
52382004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5239
5240 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5241 throughout.
5242 * aclocal.m4: Regenerate.
5243
cca0d3b0
NW
52442004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5245
5246 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5247
d303a6c7
AC
52482004-05-10 Andrew Cagney <cagney@redhat.com>
5249
5250 * infrun.c (check_sigtramp2): Delete function.
5251 (handle_inferior_event): When single stepping, and taking a
5252 signal, set a breakpoint at the signal return address. Delete
5253 redundant calls to check_sigtramp2.
5254 (insert_step_resume_breakpoint): New function.
5255 (through_sigtramp_breakpoint, handle_inferior_event)
5256 (follow_exec, wait_for_inferior, fetch_inferior_event)
5257 (currently_stepping, keep_going): Delete most uses of
5258 through_sigtramp_breakpoint, not that it should be deleted.
5259 (delete_breakpoint_current_contents): Delete function.
5260
03f4cc20
RC
52612004-05-10 Randolph Chung <tausq@debian.org>
5262
5263 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5264 target.
5265 * config/pa/tm-linux.h: New file.
5266
37fc812e
DJ
52672004-05-10 Daniel Jacobowitz <drow@mvista.com>
5268
5269 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5270 of prefixes. Don't print the prefix twice in the CLI.
5271
26c0b942
JB
52722004-05-10 Jim Blandy <jimb@redhat.com>
5273
2e56e9c1
JB
5274 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5275 collect all the gprs.
5276
26c0b942
JB
5277 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5278 loop collecting gprs.
5279
dc497459
AC
52802004-05-09 Andrew Cagney <cagney@redhat.com>
5281
5282 * remote-vx.c (net_step): Delete step-range code.
5283 * remote.c (remote_resume, init_all_packet_configs)
5284 (set_remote_protocol_E_packet_cmd)
5285 (show_remote_protocol_E_packet_cmd)
5286 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5287 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5288 (show_remote_protocol_e_packet_cmd): Ditto.
5289
0543f387
MK
52902004-05-09 Mark Kettenis <kettenis@gnu.org>
5291
c481d1ca
MK
5292 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5293
f626a069
MK
5294 * hppa-tdep.h: Update copyright year.
5295 (struct trad_frame_saved_reg): Add opaque declaration.
5296
6fa57a7d
MK
5297 * amd64-tdep.c (amd64_return_value): Implement
5298 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5299
e47577ab
MK
5300 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5301 (m68k_value_to_register): New functions.
5302 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5303 value_to_register.
5304
31db7b6c
MK
5305 * defs.h (enum return_value_convention): Add
5306 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5307 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5308 * infcmd.c (legacy_return_value): New function.
5309 (print_return_value): Rwerite to implement
5310 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5311 * values.c (using_struct_return): Check for inequality to
5312 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5313 RETURN_VALUE_STRUCT_CONVENTION.
5314 * i386-tdep.c (i386_return_value): Implement
5315 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5316
0543f387
MK
5317 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5318 include "symtab.h", "opcode/vax.h" and "inferior.h".
5319 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5320 to read_memory_unsigned_integer.
5321 (vax_gdbarch_init): Reorder.
5322 (_initialize_vax_tdep): Spell out prototype.
5323 * Makefile.in (vax-tdep.o): Update dependencies.
5324
0c93b7b6
AC
53252004-05-08 Andrew Cagney <cagney@redhat.com>
5326
e6b55ae2
AC
5327 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5328 * target.c (target_detach, target_disconnect): Ditto.
5329
1ac839b8
AC
5330 * infcall.c (call_function_by_hand): When no
5331 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5332 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5333 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5334 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5335 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5336
28954179
AC
5337 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5338 * gdbarch.h, gdbarch.c: Re-generate.
5339 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5340 deprecated_fix_call_dummy.
5341 * v850-tdep.c (v850_gdbarch_init): Ditto.
5342 * infcall.c (call_function_by_hand): Do not call
5343 DEPRECATED_FIX_CALL_DUMMY.
5344
434b87dd
AC
5345 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5346 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5347 * gdbarch.h, gdbarch.c: Re-generate.
5348 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5349 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5350 deprecated_sizeof_call_dummy_words.
5351 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5352 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5353 * v850-tdep.c (v850_gdbarch_init): Ditto.
5354 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5355 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5356 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5357 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5358 * arch-utils.h (legacy_call_dummy_words)
5359 (legacy_sizeof_call_dummy_words): Delete declarations.
5360 * arch-utils.c (legacy_call_dummy_words)
5361 (legacy_sizeof_call_dummy_words): Delete variables.
5362
58d28df8
AC
5363 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5364 * gdbarch.h, gdbarch.c: Re-generate.
5365 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5366 * infcall.c (call_function_by_hand): Eliminate call to
5367 DEPRECATED_PUSH_DUMMY_FRAME.
5368 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5369 push_dummy_frame.
5370 (ns32k_push_dummy_frame): Delete function.
5371
e4a2df64
AC
5372 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5373 deprecated_call_dummy_breakpoint_offset or
5374 deprecated_call_dummy_start_offset.
5375 * dummy-frame.c, arm-tdep.c: Update comments.
5376 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5377 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5378 * gdbarch.h, gdbarch.c: Re-generate.
5379
d3712828
AC
5380 * infcall.c (legacy_push_dummy_code): Delete function.
5381 (push_dummy_code): Delete call.
5382
7a882905
AC
5383 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5384 * gdbarch.h, gdbarch.c: Re-generate.
5385 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5386 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5387 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5388 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5389
0ec5872b
AC
5390 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5391 (struct frame_info): Delete opaque declaration.
5392 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5393 * frame.c (get_frame_type): Delete call.
5394
0c93b7b6
AC
5395 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5396 pc_in_call_dummy.
5397 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5398 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5399
75536971
MK
54002004-05-08 Mark Kettenis <kettenis@gnu.org>
5401
527ca6bb
MK
5402 * alphanbsd-tdep.c: Include "gdb_string.h".
5403 * armnbsd-tdep.c: Update copyright year.
5404 Include "gdb_string.h".
5405 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5406 dependencies.
5407
d39fdc61
MK
5408 * delta68-nat.c: Remove file.
5409 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5410 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5411 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5412 (delta68-nat.o): Remove dependency.
5413
75536971
MK
5414 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5415 function.
5416 (m68k_gdbarch_init): Don't set
5417 deprecated_frameless_function_invocation.
5418
f4ca1d1f
RC
54192004-05-07 Randolph Chung <tausq@debian.org>
5420
5421 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5422 read_memory_nobpt for code reading when doing frame unwinding.
5423 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5424
2f0e8c7a
RC
54252004-05-07 Randolph Chung <tausq@debian.org>
5426
5427 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5428 instead of sp, handle sigaltstack case.
5429 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5430 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5431 signal handler and not that of the caller.
5432 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5433 hppa_linux_sigtramp_find_sigcontext.
5434
959464ff
RC
54352004-05-07 Randolph Chung <tausq@debian.org>
5436
5437 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5438 hppa-linux-nat.c.
5439 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5440 * hppa-linux-nat.c (fetch_register, store_register): Define.
5441 (fetch_inferior_registers, store_inferior_registers): Define.
5442 (supply_gregset): Add comment and clean up some unneeded code.
5443 (fill_gregset): Add comment and fix so that it saves registers in
5444 the right place in the gregset.
5445 (fill_fpregset): Fix buffer overrun problem.
5446 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5447
0da28f8a
RC
54482004-05-07 Randolph Chung <tausq@debian.org>
5449
5450 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5451 do common handling of the pcoqt register.
5452 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5453 to use helper function.
5454 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5455 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5456 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5457 generic fallback unwinder when all else fails.
5458 (hppa_gdbarch_init): Add fallback sniffer.
5459 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5460 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5461 to use helper function.
5462
b9ec757a
JB
54632004-05-08 Joel Brobecker <brobecker@gnat.com>
5464
5465 * config/djgpp/fnchange.lst: Add translation rules for
5466 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5467
756e95f1
MK
54682004-05-08 Mark Kettenis <kettenis@gnu.org>
5469
5470 * frame.c (get_prev_frame_1): Work around GCC bug.
5471 * frame.h: Add comment about GCC bug.
5472
2b4855ab
AC
54732004-05-07 Andrew Cagney <cagney@redhat.com>
5474
5475 * observer.c: Include "commands.h" and "gdbcmd.h".
5476 (observer_debug, _initialize_observer): Add the
5477 command "set/show debug observer".
5478 * observer.sh: When observer debugging, log notify calls.
5479 * Makefile.in (observer.o): Update dependencies.
5480
ba3e8e46
JM
54812004-05-07 Jason Molenda (jmolenda@apple.com)
5482
5483 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5484
16796152
JB
54852004-05-07 Jim Blandy <jimb@redhat.com>
5486
daf6dc85
JB
5487 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5488 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5489 to recognize gpr regnums, instead of assuming that
5490 tdep->ppc_fp0_regnum marks the end of the general-purpose
5491 registers.
5492
16796152
JB
5493 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5494 the given architecture has floating-point registers.
5495
c69b8bfc
AC
54962004-05-07 Andrew Cagney <cagney@redhat.com>
5497
5498 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5499 macro defined to 1.
5500 * gdbarch.h, gdbarch.c: Re-generate.
5501 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5502 deprecated_use_generic_dummy_frames.
5503
7243600a
BF
55042004-05-07 Brian Ford <ford@vss.fsi.com>
5505
5506 * NEWS: Mention Cygwin DWARF 2 support.
5507
73c1e0a1
AC
55082004-05-07 Andrew Cagney <cagney@redhat.com>
5509
5510 * objfiles.h (struct entry_info): Delete unused fields
5511 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5512 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5513 * mipsread.c (mipscoff_symfile_read): Update.
5514 * mdebugread.c (parse_partial_symbols): Update.
5515 * dwarfread.c (read_file_scope): Update.
5516 * dwarf2read.c (read_file_scope): Update.
5517 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5518 * coffread.c (complete_symtab): Update.
5519
1d3056ac
MK
55202004-05-07 Mark Kettenis <kettenis@gnu.org>
5521
5522 * infcall.c (_initialize_infcall): Fix typo.
5523
15170568
AC
55242004-05-07 Andrew Cagney <cagney@redhat.com>
5525
5526 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5527 * command.h (add_setshow_zinteger_cmd): Declare.
5528
34f75cc1
RC
55292004-05-06 Randolph Chung <tausq@debian.org>
5530
5531 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5532 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5533 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5534 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5535 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5536 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5537 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5538 definitions ...
5539 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5540 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5541 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5542 (hppa64_hpux_frame_find_saved_regs_in_sig)
5543 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5544 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5545 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5546 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5547 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5548 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5549 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5550 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5551 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5552 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5553 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5554 (hppa32_register_type, hppa_cannot_store_register)
5555 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5556 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5557 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5558 * pa64solib.c (pa64_solib_have_load_event)
5559 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5560 (pa64_solib_unloaded_library_pathname): Likewise.
5561 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5562 (som_solib_library_pathname): Likewise.
5563
0a5e7efe
JI
55642004-05-05 Jim Ingham <jingham@apple.com>
5565
5566 * breakpoint.c (create_breakpoints): Copy the ignore count and
5567 thread id over from the pended breakpoint to the actual
5568 breakpoint.
5569
10a4b113
AC
55702004-05-05 Andrew Cagney <cagney@redhat.com>
5571
5572 * gdbarch.sh (PARM_BOUNDARY): Delete.
5573 gdbarch.h, gdbarch.c: Re-generate.
5574 * valops.c (PARM_BOUNDARY): Delete macro.
5575 (value_push): Delete PARM_BOUNDARY code.
5576 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5577
366f009f
JB
55782004-05-04 Jim Blandy <jimb@redhat.com>
5579
32b99774
JB
5580 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5581 Don't assume that the gprs, fprs, and UISA sprs are
5582 contiguous, start at register number zero, and end with fpscr.
5583 Instead, use the numbers from the tdep structure.
5584
366f009f
JB
5585 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5586 should no longer be used in code specific to the RS6000 and its
5587 derivatives.
5588 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5589 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5590 tdep->ppc_fp0_regnum.
5591 (ppc_supply_fpregset, ppc_collect_fpregset)
5592 (rs6000_push_dummy_call, rs6000_extract_return_value)
5593 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5594 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5595 FP0_REGNUM.
5596 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5597 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5598 Same.
5599 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5600 bdm_ppc_store_registers): Same.
5601 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5602 (store_register, fill_fpregset): Same.
5603 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5604 (ppc_linux_supply_fpregset): Same.
5605 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5606 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5607 Same.
5608 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5609 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5610 ppc64_sysv_abi_return_value): Same.
5611 * rs6000-nat.c (regmap, fetch_inferior_registers)
5612 (store_inferior_registers, fetch_core_registers): Same.
5613
827f338d
MK
56142004-05-01 Mark Kettenis <kettenis@gnu.org>
5615
5616 * m68knbsd-nat.c: Remove file.
5617 * m68knbsd-tdep.c: Remove file.
5618 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5619 dependencies.
5620 * configure.host: Add m68k-*-netbsdelf*.
5621 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5622 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5623 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5624 (XM_FILE): Remove.
5625 * config/m68k/nbsdelf.mh: New file.
5626 * config/m68k/nbsd.mt: New file.
5627 * config/m68k/nbsdaout.mt: Remove file.
5628 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5629 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5630 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5631 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5632 (use_struct_convention): Remove prototype.
5633 (USE_STRUCT_CONVENTION): Remove define.
5634 * config/m68k/xm-nbsd.h: Remove file.
5635
66894781
MS
56362004-05-04 Michael Snyder <msnyder@redhat.com>
5637
5638 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5639 reg_struct_return method (as gcc usually does for cross targets).
5640
f0f63663
AC
56412004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5642
5643 Committed by Andrew Cagney.
5644 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5645 alignment padding when accessing ucontext struct members.
5646
edf61169
JB
56472004-05-04 Jim Blandy <jimb@redhat.com>
5648
8bf659e8
JB
5649 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5650 'ppc_gplast_regnum' member.
5651 (ppc_num_gprs): New enum constant.
5652 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5653 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5654 * rs6000-nat.c (regmap, fetch_inferior_registers,
5655 store_inferior_registers): Same.
5656 * rs6000-tdep.c (e500_pseudo_register_read)
5657 (e500_pseudo_register_write): Same.
5658 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5659
b967e06f
JB
5660 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5661 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5662 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5663 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5664 FPLAST_REGNUM.
5665 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5666 Same.
5667 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5668 * rs6000-nat.c (regmap, fetch_inferior_registers)
5669 (store_inferior_registers): Same.
5670
edf61169
JB
5671 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5672 with FPLAST_REGNUM.
5673
58a9656e
JB
56742004-05-03 Joel Brobecker <brobecker@gnat.com>
5675
5676 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5677 failure detected by recent versions of GCC.
5678 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5679 to be consistent with the usage in dwarf2_create_include_psymtab.
5680
dc305454
MS
56812004-05-03 Michael Snyder <msnyder@redhat.com>
5682
5683 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5684 (heuristic_proc_start): Whitespace cleanup.
5685
29972665
MK
56862004-05-04 Mark Kettenis <kettenis@gnu.org>
5687
6b57680d
MK
5688 * sun3-nat.c: Remove file.
5689 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5690 dependencies.
5691 (ALLDEPFILES): Remove sun3-nat.c.
5692 (sun3-nat.o): Remove dependencies.
5693
29972665
MK
5694 * i386-interix-nat.c, i386-interix-tdep.c,
5695 config/i386/nm-interix.h, config/i386/interix.mh,
5696 config/i386/interix.mt: Remove files.
5697 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5698 dependencies.
5699
f595cb19
MK
57002004-05-03 Mark Kettenis <kettenis@gnu.org>
5701
5702 * m68k-tdep.h (struct gdbarch_tdep): Add member
5703 struct_value_regnum.
5704 (m68k_svr4_init_abi): New prototype.
5705 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5706 different calling conventions.
5707 (m68k_extract_return_value): Remove code dealing with single-field
5708 structs.
5709 (m68k_store_return_value): Remove code dealing with single-field
5710 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5711 (m68k_extract_struct_value_address): Remove function.
5712 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5713 (m68k_reg_struct_return_p, m68k_return_value)
5714 (m68k_svr4_return_value): New functions.
5715 (m68k_use_struct_convention): Remove function.
5716 (m68k_push_dummy_call): Use new struct_value_regnum member of
5717 `struct gdbarch_tdep' instead of hardcoded register number to
5718 store STRUCT_ADDR.
5719 (m68k_svr4_init_abi): New function.
5720 (m68k_gdbarch_init): Don't set extract_return_value,
5721 store_return_values, deprecated_extract_struct_value_address and
5722 use_struct_convention. Set return_value instead. Initialize new
5723 struct_value_regnum member of `struct gdbarch_tdep'.
5724 * m68klinux-tdep.c: Update copyright year.
5725 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5726 (m68k_linux_extract_struct_value_address): Remove function.
5727 (m68k_linux_init_abi): Don't set extract_return_value,
5728 store_return_values, deprecated_extract_struct_value_address and
5729 use_struct_convention. Call m68k_svr4_init_abi but override the
5730 new struct_value_regnum member of `struct gdbarch_tdep'.
5731 * Makefile.in (m68k-tdep.o): Update dependencies.
5732
aaa75496
JB
57332004-05-03 J. Brobecker <brobecker@gnat.com>
5734
5735 * dwarf2read.c (line_header): Add new included_p field in
5736 field file_names.
5737 (partial_die_info): New field has_stmt_list. New field line_offset.
5738 (dwarf2_create_include_psymtab): New function.
5739 (dwarf2_build_include_psymtabs): New function.
5740 (add_file_name): Add forward declaration. Initialize new field.
5741 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5742 to be able to determine the list of files included by the
5743 given unit, and build their associated psymtabs.
5744 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5745 files as well.
5746 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5747 (read_file_scope): Update call to dwarf_decode_lines.
5748 (read_partial_die): Handle DW_AT_stmt_list attributes.
5749
c848556f
MC
57502004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5751
5752 Unfix PR gdb/1626.
5753 * configure.in: Revert special case for osf5.*.
5754 * configure: Regenerate.
5755
eb4556d7
JB
57562004-05-02 Jim Blandy <jimb@redhat.com>
5757
5758 Move the symbol-file-from-memory functions into their own file.
5759 * symfile-mem.c, symfile-mem.h: New files.
5760 * symfile.c (symbol_file_add_from_bfd): New function.
5761 (symbol_file_add): Call symbol_file_add_from_bfd.
5762 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5763 Moved to symfile-mem.c.
5764 (_initialize_symfile): Move definition of
5765 add-symbol-file-from-memory command to symfile-mem.c.
5766 * symfile.h (symbol_file_add_from_bfd): New declaration.
5767 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5768 * config/powerpc/linux.mt (TDEPFILES): Same.
5769 * Makefile.in (SFILES): Add symfile-mem.c.
5770 (symfile_mem_h): New variable.
5771 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5772 (symfile-mem.o): New rule.
5773
80bb239e
AC
57742004-05-01 Andrew Cagney <cagney@redhat.com>
5775
7789d0fa
AC
5776 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5777 frame_find_by_id instead of frame_relative_level.
5778 (do_enable_breakpoint): Ditto.
5779 * thread.c: Update copyright.
5780 (info_threads_command): Ditto, simplify.
5781
80bb239e
AC
5782 * frame.c (deprecated_generic_get_saved_register): Delete
5783 function, moved to "xstormy16-tdep.c".
5784 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5785 deprecated_generic_get_saved_register from "frame.c".
5786 (xstormy16_frame_saved_register): Call
5787 xstormy16_get_saved_register.
5788 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5789 static.
5790 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5791 * frame.h (deprecated_generic_get_saved_register): Delete.
5792
b2a871dd
MC
57932004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5794
5795 * dwarfread.c: Update documentation on the state of dwarf-1.
5796
0e100dab
AC
57972004-05-01 Andrew Cagney <cagney@redhat.com>
5798
acd8056e
AC
5799 * stack.c (select_frame_command): Delete call to
5800 frame_relative_level.
5801 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5802 Delete #if0 code.
5803 (frame_info): Do not print FRAMELESS.
5804 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5805 (catch_info): Delete #if0 code.
5806
0e100dab
AC
5807 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5808 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5809 of frame_relative_level.
5810 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5811 to SENTINEL_FRAME.
5812 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5813 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5814 frame_relative_level.
5815
55699d59
AC
5816 * frame.h (deprecated_set_frame_type): Delete declaration.
5817 * frame.c (deprecated_set_frame_type): Delete function, update
5818 comments.
5819
fcf70625
AC
5820 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5821 * gdbarch.h, gdbarch.c: Re-generate.
5822 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5823 (shnbsd_pc_in_sigtramp): Delete.
5824 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5825 pc_in_sigtramp.
5826 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5827 pc_in_sigtramp.
5828 * frame.h: Update comments.
5829 * ppc-linux-tdep.c: Update comments.
5830 * breakpoint.c (bpstat_what): Update comments.
5831
ac5eccb7
AC
5832 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5833 m68klinux-tdep.o's dependencies, were previously added to
5834 m68klinux-nat.o.
5835
f2524b93
AC
5836 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5837 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5838 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5839 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5840 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5841
17e20bce
AC
5842 * Makefile.in (m68klinux-nat.o): Update dependencies.
5843 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5844 (m68k_linux_sigtramp_frame_cache)
5845 (m68k_linux_sigtramp_frame_this_id)
5846 (m68k_linux_sigtramp_frame_prev_register)
5847 (m68k_linux_sigtramp_frame_unwind)
5848 (m68k_linux_sigtramp_frame_sniffer)
5849 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5850 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5851 names, use trad-frame.h.
5852 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5853 (struct m68k_sigtramp_info): Delete.
5854 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5855 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
5856 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
5857 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
5858 "m68klinux-tdep.c".
5859
c8864fa2
AC
5860 * infrun.c (check_sigtramp2): Delete check for
5861 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
5862
511dd2cd
MK
58632004-05-01 Mark Kettenis <kettenis@gnu.org>
5864
5865 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
5866
8c6b0e06
AC
58672004-05-01 Andrew Cagney <cagney@redhat.com>
5868
9df0bb3f
AC
5869 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5870 (frv_linux_sigtramp_frame_cache)
5871 (frv_linux_sigtramp_frame_this_id)
5872 (frv_linux_sigtramp_frame_prev_register)
5873 (frv_linux_sigtramp_frame_unwind)
5874 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
5875 include "linux" in function and variable names, directly call
5876 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
5877 the latest trad-frame code.
5878 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
5879 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
5880 * Makefile.in (frv-linux-tdep.o): Update dependencies.
5881 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
5882 * frv-tdep.c (frv_sigtramp_frame_cache)
5883 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5884 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
5885 frv-linux-tdep.c.
5886 (frv_gdbarch_init): Do not append a sigtramp sniffer.
5887 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
5888 (frv_set_sigcontext_reg_addr): Delete function.
5889
8c6b0e06
AC
5890 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
5891 (DEPRECATED_SIGTRAMP_END): Delete.
5892 * gdbarch.h, gdbarch.c: Re-generate.
5893 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
5894 * config/vax/tm-vaxbsd.h: Update copyright.
5895 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5896 (DEPRECATED_IN_SIGTRAMP): Define.
5897 * config/m68k/tm-nbsd.h: Update copyright.
5898 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5899 (DEPRECATED_IN_SIGTRAMP): Define.
5900
50ea7769
MK
59012004-05-01 Mark Kettenis <kettenis@gnu.org>
5902
03ac2a74
MK
5903 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5904 encondings. Fixes PR gdb/1628.
5905
50ea7769
MK
5906 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5907 DW_CFA_restore state without a matching DW_CFA_remember_state
5908 instead of aborting. Fixes PR backtrace/1589.
5909
9a5d7be1
JB
59102004-04-30 Joel Brobecker <brobecker@gnat.com>
5911
5912 * MAINTAINERS: Add self as AIX maintainer.
5913 Update my e-mail address in write-after-approval section.
5914
2593d1cd
AC
59152004-04-30 Andrew Cagney <cagney@redhat.com>
5916
ce12bbf9
AC
5917 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
5918 (legacy_get_prev_frame): Ditto.
5919
36710c63
AC
5920 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
5921 (mips_gdbarch_init): Do not set pc_in_sigtramp.
5922 * mipsread.c (sigtramp_address): Delete extern variable.
5923 (mipscoff_new_init): Delete reference.
5924 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
5925 (fixup_sigtramp): Delete function.
5926 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
5927 (fixup_sigtramp): Delete declarations.
5928
2593d1cd
AC
5929 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
5930 deprecated_pc_in_sigtramp.
5931 (ppcnbsd_pc_in_sigtramp): Delete function.
5932
2a25f91c
MK
59332004-05-01 Mark Kettenis <kettenis@gnu.org>
5934
5935 * config/m68k/nm-nbsd.h: Tweak comments.
5936 * config/m68k/nm-nbsdaout.h: Likewise.
5937
0b281939
AC
59382004-04-30 Andrew Cagney <cagney@redhat.com>
5939
5940 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
5941 legacy_pc_in_sigtramp.
5942 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
5943
8f2d3ea0
MK
59442004-05-01 Mark Kettenis <kettenis@gnu.org>
5945
5946 Add OpenBSD/m68k support.
5947 * NEWS (New native configurations): Mention OpenBSD/m68k.
5948 * m68kbsd-tdep.c: New file.
5949 * m68kbsd-nat.c: New file.
5950 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
5951 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
5952 * configure.host: Add m68k-*-openbsd.
5953 * configure.tgt: Add m68k-*-openbsd.
5954 * config/m68k/tm-obsd.h: New file.
5955 * config/m68k/obsd.mt: New file.
5956 * config/m68k/obsd.mh: New file.
5957 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
5958 m68kbsd-tdep.c.
5959
c40f49a4
AC
59602004-04-30 Andrew Cagney <cagney@redhat.com>
5961
5962 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5963 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5964
e81554cd
MK
59652004-04-30 Mark Kettenis <kettenis@gnu.org>
5966
5967 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5968 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5969
d4dc1a91
BF
59702004-04-30 Brian Ford <ford@vss.fsi.com>
5971
5972 Revert 2004-04-16 change.
5973 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5974 (i386_coff_init_abi): Remove.
5975 * i386-tdep.h (i386_coff_init_abi): Remove.
5976 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5977
2f72f850
AC
59782004-04-30 Andrew Cagney <cagney@redhat.com>
5979
e492f9d6
AC
5980 * blockframe.c (find_pc_partial_function): Delete use of
5981 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
5982 DEPRECATED_SIGTRAMP_END.
5983
7b7adad0
AC
5984 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
5985 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
5986 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
5987 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
5988 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
5989
2f72f850
AC
5990 * defs.h (deprecated_inside_entry_file): Delete declaration.
5991 * blockframe.c (deprecated_inside_entry_file): Delete function.
5992 (legacy_frame_chain_valid): Delete call.
5993 * sh64-tdep.c (sh64_frame_chain): Delete call.
5994 * objfiles.h: Update comments.
5995 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
5996 call.
5997 * frame.c (get_prev_frame): Delete call, update comments.
5998
283f90a7
BF
59992004-04-30 Brian Ford <ford@vss.fsi.com>
6000
6001 * MAINTAINERS (Write After Approval): Add myself.
6002
8ee56bcf
AC
60032004-04-30 Andrew Cagney <cagney@redhat.com>
6004
6005 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6006 * gdbarch.h, gdbarch.c: Re-generate.
6007 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6008 code.
6009
ee27e1b6
AC
60102004-04-30 Andrew Cagney <cagney@redhat.com>
6011
6012 * gdb-events.sh (selected_thread_changed)
6013 (selected_frame_level_changed, target_changed): Delete.
6014 * gdb-events.h, gdb-events.c: Re-generate.
6015 * valops.c (value_assign): Update.
6016 * stack.c (select_frame_command, up_silently_base)
6017 (down_silently_base): Update.
6018
d5ac5a39
AC
60192004-04-29 Andrew Cagney <cagney@redhat.com>
6020
6021 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6022 registers correctly.
6023 (print_gp_register_row, mips32_heuristic_proc_desc)
6024 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6025 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6026 references to mips_isa_regsize.
6027
ceae6e75
AC
60282004-04-29 Andrew Cagney <cagney@redhat.com>
6029
6030 * mips-tdep.c (struct gdbarch_tdep): Delete
6031 mips_fp_register_double.
6032 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6033 mips_abi_regsize.
6034 (mips_gdbarch_init): Do not set mips_fp_register_double.
6035 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6036
a587af0b
AC
60372004-04-29 Joel Brobecker <brobecker@gnat.com>
6038
6039 Committed by Andrew Cagney.
6040 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6041 function calls.
6042
13326b4e
AC
60432004-04-29 Andrew Cagney <cagney@redhat.com>
6044
6045 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6046 gdbarch, use mips_abi, update callers.
6047 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6048 mips_abi_regsize, update callers.
6049 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6050 mips_default_abi_regsize.
6051 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6052 mips_default_abi_regsize.
6053
711cc5cd
AC
60542004-04-29 Andrew Cagney <cagney@redhat.com>
6055
1b13c4f6
AC
6056 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6057 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6058 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6059 mips_default_abi_regsize.
6060 (mips_isa_regsize): Rename mips_regisze.
6061 * mipsnbsd-tdep.c: Update.
6062 * mips-linux-tdep.c: Update.
6063 * irix5-nat.c: Update.
6064 * mips-tdep.h (mips_isa_regsize): Update.
6065
711cc5cd
AC
6066 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6067 Delete all disabled code.
6068 * gdb-events.h, gdb-events.c: Re-generate.
6069
e63bbc88
MK
60702004-04-19 Jerome Guitton <guitton@gnat.com>
6071 Mark Kettenis <kettenis@gnu.org>
6072
6073 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6074 the function begins with a branch instruction.
6075
fd35795f
MK
60762004-04-29 Mark Kettenis <kettenis@gnu.org>
6077
6078 * i386-tdep.c: Fix spelling mistakes.
6079
c960c18f
AC
60802004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6081 Andrew Cagney <cagney@redhat.com>
6082
6083 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6084 <sys/proc.h>.
6085 * acconfig.h: Provide default _KMEMUSER value.
6086 * config.in, configure: Re-generate.
6087 * NEWS: Mention fix.
6088
50306a9d
RC
60892004-04-24 Randolph Chung <tausq@debian.org>
6090
6091 * configure.host (hppa*-*-linux*): New target.
6092 * configure.tgt (hppa*-*-linux*): Likewise.
6093 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6094 gdbarch_init_osabi() call earlier so that osabi-specific frame
6095 unwinders can be registered first.
6096 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6097 hppa-linux-nat.c.
6098 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6099 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6100 * config/pa/linux.mh: New file.
6101 * config/pa/linux.mt: New file.
6102 * config/pa/nm-linux.h: New file.
6103 * config/pa/xm-linux.h: New file.
6104 * hppa-linux-nat.c: New file.
6105 * hppa-linux-tdep.c: New file.
6106
2a6228ef
RC
61072004-04-28 Randolph Chung <tausq@debian.org>
6108
6109 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6110 return values.
6111 (hppa32_push_dummy_call): Fix small struct and floating point argument
6112 passing, and make sure the stack frame is properly aligned.
6113
82c10df6
AC
61142004-04-28 Andrew Cagney <cagney@redhat.com>
6115
d762c46a
AC
6116 * stack.c (print_stack_frame): Fix description.
6117
82c10df6
AC
6118 * NEWS: Mention gdb/gdbserver/configure execute permission
6119 changed. PR server/519.
6120
0faf0076
AC
61212004-04-28 Andrew Cagney <cagney@redhat.com>
6122
6123 * stack.c (print_stack_frame_stub): Delete declaration.
6124 (struct print_stack_frame_args, print_stack_frame)
6125 (print_frame_info, print_frame): Replace "source" with print what.
6126 Replace "print" with "print_level". Replace "args" with
6127 "print_args".
6128 * frame.h (show_and_print_stack_frame, print_stack_frame)
6129 (print_frame_info): Update declarations.
6130 * stack.c (select_and_print_frame, frame_command)
6131 (current_frame_command, up_command, down_command): Update calls -
6132 use get_selected_frame, pass "enum print_what" for source, do not
6133 call frame_relative_level.
6134 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6135 * remote-rdp.c (remote_rdp_open): Ditto.
6136 * remote-mips.c (common_open): Ditto.
6137 * remote-e7000.c (e7000_start_remote): Ditto.
6138 * ocd.c (ocd_start_remote): Ditto.
6139 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6140 * infrun.c (normal_stop): Ditto.
6141 * inflow.c (kill_command): Ditto.
6142 * infcmd.c (finish_command): Ditto.
6143 * corelow.c (core_open): Ditto.
6144 * tracepoint.c (finish_tfind_command): Ditto.
6145 * thread.c (info_threads_command, info_threads_command)
6146 (restore_current_thread, do_captured_thread_select): Ditto.
6147 * ada-tasks.c (task_command): Ditto.
6148
f4c5303c
OF
61492004-04-26 Orjan Friberg <orjanf@axis.com>
6150
6151 * frame.c: Include "observer.h".
6152 (frame_observer_target_changed): New function.
6153 (_initialize_frame): Attach target_changed observer.
6154 * regcache.c: Include "observer.h".
6155 (regcache_observer_target_changed): New function.
6156 (_initialize_regcache): Attach target_changed observer.
6157 * valops.c: Include "observer.h".
6158 (value_assign): Notify target_changed event when modifying register.
6159 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6160
7270d8f2
OF
61612004-04-26 Orjan Friberg <orjanf@axis.com>
6162
6163 From Paul Koning <pkoning@equallogic.com>:
6164 * breakpoint.c (free_valchain): New function.
6165 (insert_bp_location, delete_breakpoint): Use free_valchain.
6166 (remove_breakpoint): Do not remove the valchain.
6167 (bpstat_stop_status): If not stopped by watchpoint, skip
6168 watchpoints when generating stop status list.
6169 * infrun.c (handle_inferior_event): Make
6170 stepped_after_stopped_by_watchpoint a global variable.
6171 * remote.c (remote_stopped_data_address): Return watch data
6172 address rather than zero if stepped_after_stopped_by_watchpoint is
6173 set.
6174
02d62932
MC
61752004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6176
6177 Fix PR gdb/1626.
6178 * configure.in: Check for curses after termcap.
6179 On osf5.*, do not check for ncurses.
6180 * configure: Regenerate.
6181
3e9a183c
MK
61822004-04-25 Mark Kettenis <kettenis@gnu.org>
6183
c79ac407
MK
6184 * ppcobsd-nat.c: Include "ppc-tdep.h".
6185 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6186
3e9a183c
MK
6187 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6188 Fixes PR tdep/1623 and PR tdep/1624.
6189
38cc9c28
MC
61902004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6191
6192 * xmodem.h, xmodem.c: Remove files.
6193 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6194
7f07c5b6
RC
61952004-04-23 Randolph Chung <tausq@debian.org>
6196
6197 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6198 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6199 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6200 for handling stackless frames.
6201 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6202
9f7194c3
RC
62032004-04-23 Randolph Chung <tausq@debian.org>
6204
6205 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6206 starts at a pc before the frame is created.
6207
dcff6009
JB
62082004-04-23 Joel Brobecker <brobecker@gnat.com>
6209
6210 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6211
40711ff1 62122004-04-23 Jerome Guitton <guitton@gnat.com>
65951cd9
JG
6213
6214 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6215 use convert_typed_floating to get the appropriate format.
6216
abc485a1
RC
62172004-04-22 Randolph Chung <tausq@debian.org>
6218
6219 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6220 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6221 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6222 (hppa_sign_extend): Add prototype.
6223 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6224 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6225 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6226 hppa targets will also use these functions.
6227 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6228 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6229 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6230 (hppa_gdbarch_init): Remove gdbarch setting of
6231 skip_trampoline_code, in_solib_call_trampoline and
6232 in_solib_return_trampoline.
6233 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6234 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6235 hppa_in_solib_call_trampoline.
6236 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6237 Moved from hppa-tdep.c.
6238 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6239 in_solib_call_trampoline and in_solib_return_trampoline.
6240
369aa520
RC
62412004-04-22 Randolph Chung <tausq@debian.org>
6242
6243 * hppa-tdep.c (hppa_debug): New variable.
6244 (find_unwind_entry, hppa_frame_cache): Add debug output.
6245 (_initialize_hppa_tdep): Add command to set debug flag.
6246
476be15e
AC
62472004-04-22 Andrew Cagney <cagney@redhat.com>
6248
6249 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6250 "trad-frame.h".
6251 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6252 signal trampoline unwinder.
6253 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6254
d195bc9f
MK
62552004-04-22 Mark Kettenis <kettenis@gnu.org>
6256
6257 Add OpenBSD/powerpc support.
6258 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6259 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6260 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6261 (ppc_collect_fpregset): New prototypes.
6262 * ppcobsd-nat.c: New file.
6263 * ppcobsd-tdep.c: New file.
6264 * ppcobsd-tdep.h: New file.
6265 * rs6000-tdep.c: Include "regset.h".
6266 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6267 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6268 New functions.
6269 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6270 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6271 (rs6000-tdep.o): Update dependencies.
6272 * configure.host: Add powerpc-*-openbsd.
6273 * configure.tgt: Add powerpc-*-openbsd.
6274 * config/powerpc/obsd.mh: New file.
6275 * config/powerpc/nm-obsd.h: New file.
6276 * config/powerpc/obsd.mt: New file.
6277
6f14cc33
AC
62782004-04-22 Andrew Cagney <cagney@redhat.com>
6279
fcf29e5f
AC
6280 * frame.h (show_frame_info): Delete declaration.
6281
6f14cc33
AC
6282 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6283 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6284 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6285 * frv-tdep.c (frv_frame_this_id): Ditto.
6286 * avr-tdep.c (avr_frame_this_id): Ditto.
6287
e5786a5c
EZ
62882004-04-22 Elena Zannoni <ezannoni@redhat.com>
6289
6290 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6291
26e75e5c
JB
62922004-04-22 Jim Blandy <jimb@redhat.com>
6293
6294 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6295 register number zero.
6296
d8d65dd3
MS
62972004-04-21 Michael Snyder <msnyder@redhat.com>
6298
6299 * mips-tdep.c (heuristic_proc_start):
6300 Warning() already prefixes "Warning: ".
6301
9a4105ab
AC
63022004-04-21 Andrew Cagney <cagney@redhat.com>
6303
6304 * annotate.h (deprecated_annotate_starting_hook)
6305 (deprecated_annotate_stopped_hook)
6306 (deprecated_annotate_exited_hook)
6307 (deprecated_annotate_signal_hook)
6308 (deprecated_annotate_signalled_hook): Deprecate.
6309 * tracepoint.h (deprecated_create_tracepoint_hook)
6310 (deprecated_delete_tracepoint_hook)
6311 (deprecated_modify_tracepoint_hook)
6312 (deprecated_trace_find_hook)
6313 (deprecated_trace_start_stop_hook): Deprecate.
6314 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6315 * remote.h (deprecated_target_resume_hook)
6316 (deprecated_target_wait_loop_hook): Deprecate.
6317 * gdbcore.h (deprecated_exec_file_display_hook)
6318 (deprecated_file_changed_hook): Deprecate.
6319 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6320 * defs.h (deprecated_modify_breakpoint_hook)
6321 (deprecated_command_loop_hook, deprecated_show_load_progress)
6322 (deprecated_print_frame_info_listing_hook)
6323 (deprecated_query_hook, deprecated_warning_hook)
6324 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6325 (deprecated_delete_breakpoint_hook)
6326 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6327 (deprecated_readline_begin_hook, deprecated_readline_hook)
6328 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6329 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6330 (deprecated_context_hook, deprecated_target_wait_hook)
6331 (deprecated_attach_hook, deprecated_detach_hook)
6332 (deprecated_call_command_hook, deprecated_set_hook)
6333 (deprecated_error_hook, deprecated_error_begin_hook)
6334 (deprecated_ui_load_progress_hook): Deprecate.
6335 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6336 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6337 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6338 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6339 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6340 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6341 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6342 * annotate.c, aix-thread.c: Update.
6343
62cf13cc
AC
63442004-04-21 Andrew Cagney <cagney@redhat.com>
6345
b2e31a62
AC
6346 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6347 * vaxnbsd-tdep.c: Include "gdb_string.h".
6348
62cf13cc
AC
6349 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6350 (add_symbol_file_from_memory_command): #if 0 function body, call
6351 error instead.
6352
00e32a35
AC
63532004-04-21 Andrew Cagney <cagney@redhat.com>
6354
6355 * gdbcore.h: Update copyright.
6356 (deprecated_add_core_fns): Rename add_core_fns.
6357 * win32-nat.c (_initialize_core_win32): Update.
6358 * sun3-nat.c (_initialize_core_sun3): Update.
6359 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6360 * rs6000-nat.c (_initialize_core_rs6000): Update.
6361 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6362 * nto-tdep.c (_initialize_nto_tdep): Update.
6363 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6364 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6365 * mips-nat.c (_initialize_core_mips): Update.
6366 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6367 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6368 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6369 * lynx-nat.c (_initialize_core_lynx): Update.
6370 * irix5-nat.c (_initialize_core_irix5): Update.
6371 * i386-interix-nat.c (_initialize_core_interix): Update.
6372 * cris-tdep.c (_initialize_cris_tdep): Update.
6373 * corelow.c (deprecated_add_core_fns): Update.
6374 * core-regset.c (_initialize_core_regset): Update.
6375 * core-aout.c (_initialize_core_aout): Update.
6376 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6377 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6378 * alpha-nat.c (_initialize_core_alpha): Update.
6379
13c7b1ca
JB
63802004-04-21 Jim Blandy <jimb@redhat.com>
6381
6382 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6383
7b5a2f43
DJ
63842004-04-19 Daniel Jacobowitz <drow@mvista.com>
6385
6386 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6387 Delete.
6388 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6389 (read_attribute_value): Update calls to dwarf_alloc_block.
6390 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6391 dwarf2_tmp_obstack.
6392 (psymtab_to_symtab_1): Likewise. Clean up using
6393 free_stack_comp_unit.
6394 (add_to_cu_func_list): Use the comp_unit_obstack.
6395
05cf31d1
JB
63962004-04-19 Joel Brobecker <brobecker@gnat.com>
6397
6398 * dwarf2read.c (dwarf2_flag_true_p): New function.
6399 (die_is_declaration): Use the function above. Add some comments.
6400
adf93a2f
MK
64012004-04-19 Mark Kettenis <kettenis@gnu.org>
6402
6403 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6404 architecture when registering sparcnbsd_core_osabi_sniffer.
6405 Adjust comment.
6406
748894bf
MK
64072004-04-18 Mark Kettenis <kettenis@gnu.org>
6408
f622ad42
MK
6409 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6410 return value.
6411
c4fc7f1b
MK
6412 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6413 * i386-tdep.c: Correct register numbering scheme comments
6414 throughout.
6415 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6416 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6417 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6418 (i386_gdb_arch_init): Likewise.
6419
b4ead1bd
MK
6420 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6421 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6422 ppcnbsd-tdep.o.
6423
748894bf
MK
6424 * m68k-tdep.h: Tweak comments.
6425 * m68k-tdep.c: Tweak comment.
6426
fdd72f95
RC
64272004-04-17 Randolph Chung <tausq@debian.org>
6428
6429 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6430 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6431 (hppa_hpux_som_init_abi): Set is_elf to 0.
6432 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6433 * hppa-tdep.c (low_text_segment_address): Remove global.
6434 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6435 section offset to calculate segment address.
6436 (internalize_unwinds): Define low_text_segment_address as local and
6437 pass to record_text_segment_lowaddr for ELF targets.
6438 (hppa_gdbarch_init): Zero fill tdep structure.
6439 (hppa_dump_tdep): Print tdep structure.
6440 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6441
0f8d9d59
RC
64422004-04-17 Randolph Chung <tausq@debian.org>
6443
6444 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6445 (hppa_gdbarch_init): Set pseudo_register_read.
6446 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6447 * regcache.c (supply_register): Remove check for
6448 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6449
7c46b9fb
RC
64502004-04-17 Randolph Chung <tausq@debian.org>
6451
6452 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6453 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6454 (hpread_adjust_stack_address): Move to hpread.c.
6455 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6456 obj_private_struct): Move from tm-hppa.h.
6457 * hpread.c (hppa-tdep.h): Include.
6458 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6459 (hpread_read_function_type, hpread_read_doc_function_type)
6460 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6461 directly.
6462 * pa64solib.c (hppa-tdep.h): Include.
6463 * somsolib.c (hppa-tdep.h): Include.
6464 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6465 inferior_status): Remove unused forward declarations.
6466 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6467 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6468 obj_private_struct): Move to hppa-tdep.h.
6469 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6470
8d153463
RC
64712004-04-17 Randolph Chung <tausq@debian.org>
6472
6473 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6474 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6475 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6476 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6477 Remove forward declaration and make static.
6478 (hppa_reg_struct_has_addr): Remove.
6479
350c2e5b
JB
64802004-04-16 Joel Brobecker <brobecker@gnat.com>
6481
6482 * observer.sh: Move comments in sed command to first column.
6483
bbde78fa
JM
64842004-04-16 Jason Molenda (jmolenda@apple.com)
6485
6486 * frame.c: Minor typeo corrections in comments.
6487
e0270fd9
JB
64882004-04-16 Joel Brobecker <brobecker@gnat.com>
6489
6490 * observer.c (observer_test_first_notification_function): Update
6491 function profile.
6492 (observer_test_second_notification_function): Likewise.
6493 (observer_test_third_notification_function): Likewise.
6494
3d049254
MK
64952004-04-16 Mark Kettenis <kettenis@gnu.org>
6496
6497 From Brian Ford <ford@vss.fsi.com>:
6498 * i386-tdep.c (i386_coff_init_abi): New function.
6499 * i386-tdep.h (i386_coff_init_abi): New prototype.
6500 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6501 register number translation functions for DWARF and DWARF 2.
6502
7867684d
JB
65032004-04-16 Joel Brobecker <brobecker@gnat.com>
6504
6505 * dwarf2read.c: Back out my previous change, it was incorrect.
6506
72bf9492
DJ
65072004-04-16 Daniel Jacobowitz <drow@mvista.com>
6508
6509 * dwarf2read.c: Include "hashtab.h".
6510 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6511 has_namespace_info.
6512 (struct partial_die_info): Add comments. Use bitfields to reduce
6513 memory footprint. Add scope, scope_set, has_specification,
6514 spec_offset, die_parent, die_child, and die_sibling.
6515 (peek_die_abbrev): Add prototype.
6516 (partial_read_comp_unit_head): New function, broken out from
6517 dwarf2_build_psymtabs_hard.
6518 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6519 Use partial_read_comp_unit_head. Initialize the CU and
6520 comp_unit_obstack. Update calls to read_partial_die and
6521 scan_partial_symbols. Use free_stack_comp_unit and
6522 load_partial_dies.
6523 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6524 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6525 Update calls to helper functions. Remove NAMESPACE argument.
6526 Update comments.
6527 (partial_die_parent_scope, partial_die_full_name): New functions.
6528 (add_partial_symbol): Remove namespace argument. Update call to
6529 pdi_needs_namespace. Use partial_die_full_name. Handle
6530 DW_TAG_namespace. Check has_namespace_info flag.
6531 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6532 tag. Handle namespaces.
6533 (add_partial_namespace, add_partial_enumeration): Simplify.
6534 (guess_structure_name): New function, derived from
6535 add_partial_structure.
6536 (add_partial_structure): Remove.
6537 (determine_class_name): Update comment.
6538 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6539 (is_type_tag_for_partial, load_partial_dies): New functions.
6540 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6541 Record specifications instead of following them immediately.
6542 (find_partial_die_in_comp_unit, find_partial_die)
6543 (fixup_partial_die, free_stack_comp_unit)
6544 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6545 (partial_die_hash, partial_die_eq): New functions.
6546 * Makefile.in (hashtab_h): Define.
6547 (dwarf2read.o): Update dependencies.
6548 (observer_inc, observer_h): Move to the correct section.
6549
fdc860a3
JB
65502004-04-15 Joel Brobecker <brobecker@gnat.com>
6551
6552 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6553 (die_is_declaration): Use the function above. Add comment.
6554
dc718098
JB
65552004-04-15 Joel Brobecker <brobecker@gnat.com>
6556
6557 * dwarf2read.c (read_structure_scope): Identify stub types
6558 using die_is_declaration() only.
6559
8718a420
RM
65602004-04-15 Roland McGrath <roland@redhat.com>
6561
6562 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6563 argument instead of NAME.
6564 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6565 in call to symbol_file_add_with_addrs_or_offsets.
6566 (build_addr_info): New function, helper for ...
6567 (symbol_file_add_from_memory): New function.
6568 (add_symbol_file_from_memory_command): New function using that.
6569 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6570 (pre_add_symbol_hook): Add const to argument type.
6571 * symfile.h (symbol_file_add_from_memory): Declare it.
6572
8b910bab
MK
65732004-04-15 Mark Kettenis <kettenis@gnu.org>
6574
9f076e7a
MK
6575 * NEWS (New native configurations): Mention OpenBSD/vax.
6576 * configure.host: Add vax-*-openbsd*.
6577 * config/vax/obsd.mh: New file.
6578 * config/vax/nm-obsd.h: New file.
6579
8b910bab
MK
6580 * vax-tdep.c: Include "regset.h".
6581 (vax_supply_gregset): New function.
6582 (vax_gregset): New variable.
6583 (vax_regset_from_core_section): New function.
6584 (vax_gdbarch_init): Set regset_from_core_section.
6585 * Makefile.in (vax-tdep.o): Update dependencies.
6586
7a464420
AC
65872004-04-15 Andrew Cagney <cagney@redhat.com>
6588
6589 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6590 (observer_normal_stop_notification_stub)
6591 (observer_attach_normal_stop, observer_detach_normal_stop):
6592 Delete, replaced by #include "observer.inc".
6593 * infrun.c (normal_stop): Pass "stop_bpstat" to
6594 observer_notify_normal_stop.
6595 * Makefile.in (observer_inc): Define.
6596 (observer.o): Update dependencies.
6597 (observer.h, observer.inc): New rules.
6598 * observer.h: Delete file.
6599 * observer.sh: New file.
6600
e36ad527
MK
66012004-04-15 Mark Kettenis <kettenis@gnu.org>
6602
6603 * vax-tdep.c (vax_frame_cache): Fix typo.
6604
67b441e1
MK
66052004-04-14 Mark Kettenis <kettenis@gnu.org>
6606
6f606e1c
MK
6607 * NEWS (New native configurations): Mention NetBSD/vax.
6608 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6609 * config/vax/nbsdelf.mh: New file.
6610 * config/vax/nbsdaout.mh: New file.
6611 * config/vax/nm-nbsd.h: New file.
6612 * config/vax/nm-nbsdaout.h: New file.
6613
9c5519a5
MK
6614 * vaxnbsd-tdep.c: New file.
6615 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6616 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6617 * config/vax/nbsd.mt: New file.
6618 * config/vax/tm-nbsd.h: New file.
6619
4844a614
MK
6620 * Makefile.in (vaxbsd-nat.o): New dependency.
6621
67b441e1
MK
6622 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6623 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6624 struct_addr arguments. Don't push return value address.
6625 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6626 arguments to vax_store_arguments. Store return value address in
6627 R1.
6628 (vax_store_struct_return, vax_extract_return_value)
6629 (vax_store_return_value): Remove functions.
6630 (vax_return_value): New function.
6631 (vax_gdbarch_init): Set return value. Don't set
6632 deprecated_store_struct_return, deprecated_extract_struct_return
6633 and deprecated_store_return_value.
6634
6672f2ae
AS
66352004-04-14 Andreas Schwab <schwab@suse.de>
6636
6637 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6638 value buffer.
6639 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6640
7346c184
MK
66412004-04-14 Mark Kettenis <kettenis@gnu.org>
6642
6643 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6644 (vax_unwind_dummy_id): New functions.
6645 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6646 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6647 variables.
6648 (vax_fix_call_dummy): Remove function.
6649 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6650 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6651 call_dummy_location, deprecated_call_dummy_words,
6652 deprecated_sizeof_call_dummy_words,
6653 deprecated_call_dummy_breakpoint_offset,
6654 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6655 and deprecated_dummy_write_sp.
6656
58e23df4
DC
66572004-04-13 David Carlton <carlton@kealia.com>
6658
6659 * MAINTAINERS: Move myself to "paper trail" section.
6660
5e6b39ff
MK
66612004-04-12 Mark Kettenis <kettenis@gnu.org>
6662
7def7fef
MK
6663 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6664 "trad-frame.h".
6665 (vax_frame_init_saved_regs): Remove function.
6666 (vax_sigtramp_saved_pc): Remove function.
6667 (vax_frame_saved_pc): Remove function.
6668 (vax_frame_args_address): Remove function.
6669 (vax_frame_num_args): Rewrite.
6670 (vax_frame_chain): Remove function.
6671 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6672 VAX_FP_REGNUM.
6673 (vax_pop_frame): Likewise.
6674 (vax_saved_pc_after_call): Remove function.
6675 (struct vax_frame_cache): New structure.
6676 (vax_frame_cache): New function.
6677 (vax_frame_this_id): New function.
6678 (vax_frame_prev_register): New function.
6679 (vax_frame_unwind): New variable.
6680 (vax_frame_sniffer): New function.
6681 (vax_frame_base_address): New function.
6682 (vax_frame_args_address): New function.
6683 (vax_frame_base): New variable.
6684 (vax_unwind_pc): New function.
6685 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6686 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6687 deprecated_frame_chain, deprecated_frame_saved_pc,
6688 deprecated_frame_args_address and
6689 deprecated_frame_init_saved_regs.
6690 * Makefile.in (vax-tdep.o): Update dependencies.
6691
53284fc1
MK
6692 * vaxbsd-nat.c: New file.
6693
5e6b39ff
MK
6694 * vax-tdep.h: Update copyright year. Adjust comments.
6695 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6696 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6697 (vax_regnum): New enum. Replacing...
6698 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6699 (VAX_PS_REGNUM): ... these removed macros.
6700 * vax-tdep.c (vax_register_name): Remove prototype.
6701 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6702 (vax_register_byte, vax_register_raw_size,
6703 vax_register_virtual_size, vax_register_virtual_type): Remove
6704 functions.
6705 (vax_register_type): New function.
6706 (vax_breakpoint_from_pc): Reorganize.
6707 (vax_gdbarch_init): Set register_type. Don't set
6708 deprecated_register_size, deprecated_register_bytes,
6709 deprecated_register_byte, deprecated_register_raw_size,
6710 deprecated_max_register_raw_size,
6711 deprecated_register_virtual_size,
6712 deprecated_max_register_virtual_size and
6713 deprecated_register_virtual_type. Add comment on stack direction.
6714
e9c71e9f
MK
67152004-04-11 Mark Kettenis <kettenis@gnu.org>
6716
6717 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6718 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 6719 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 6720
d46f1176 67212004-04-10 Randolph Chung <tausq@debian.org>
8718a420 6722
d46f1176
RC
6723 * MAINTAINERS (write after approval): Add myself.
6724
a2a84a72
RC
67252004-04-07 Randolph Chung <tausq@debian.org>
6726
6727 * hppa-tdep.c (hppa_inner_than): Remove.
6728 (is_pa_2): Remove unused static variable.
8718a420 6729 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 6730
e85c3284
PH
67312004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6732
6733 * language.h (language_defn): Add new la_post_parser field.
6734 * parser-defs.h (null_post_parser): New declaration (default for
6735 la_post_parser).
8718a420 6736
e85c3284
PH
6737 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6738 insert call to that function.
6739 (parse_exp_in_context): New function, including code formerly in
8718a420 6740 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
6741 prefixification.
6742 (parse_expression_in_context): New exported function.
6743 (null_post_parser): New definition.
6744 * expression.h (parse_expression_in_context): Add declaration.
8718a420 6745
e85c3284
PH
6746 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6747 * c-lang.c (c_language_defn): Ditto.
6748 (cplus_language_defn): Ditto.
6749 (asm_language_defn): Ditto.
6750 (minimal_language_defn): Ditto.
6751 * f-lang.c (f_language_defn): Ditto.
6752 * jv-lang.c (java_language_defn): Ditto.
6753 * language.c (unknown_language_defn): Ditto.
6754 (auto_language_defn): Ditto.
6755 (local_language_defn): Ditto.
6756 * m2-lang.c (m2_language_defn): Ditto.
6757 * scm-lang.c (scm_language_defn): Ditto.
6758 * obj-lang.c (objc_language_defn): Ditto.
8718a420 6759
d9f8c85b
MK
67602004-04-10 Mark Kettenis <kettenis@gnu.org>
6761
fa34704a
MK
6762 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6763 (amd64nbsd_mcontext_addr): New function.
6764 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6765 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6766 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6767
403e1656
MK
6768 * corelow.c (core_xfer_partial): Fix coding standards violation.
6769 Add support for TARGET_OBJECT_WCOOKIE.
6770
a57e5a95
MK
6771 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6772 deprecated_pc_in_sigtramp.
6773 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6774 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6775 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6776 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6777 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6778 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6779 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6780
377d9ebd
MK
6781 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6782 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6783 Fix typo.
6784
f0ef85a5
MK
6785 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6786 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6787 (amd64_collect_fxsave): Likewise.
6788
d9f8c85b
MK
6789 * i386-sol2-tdep.c: Include "gdb_string.h".
6790 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6791 name.
6792 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6793
75f501b5
MK
67942004-04-10 Mark Kettenis <kettenis@gnu.org>
6795
6796 * i386-sol2-tdep.c: Include "solib-svr4.h".
6797 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6798 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6799 * config/i386/tm-i386sol2.h: Include :solib.h".
6800 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6801 solib-svr4.o and solib-legacy.o.
6802 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6803 solib-svr4.o.
6804
b31bc724
MK
68052004-04-09 Mark Kettenis <kettenis@gnu.org>
6806
18bbbd9e
MK
6807 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6808 whether a register is supplied by PTRACE_GETFPREGS.
6809 (store_inferior_registers): Likewise.
6810 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6811 whether a register is supplied by PT_GETFPREGS.
6812 (store_inferior_registers): Likewise.
6813
3c30bf1b
MK
6814 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6815 * config/i386/linux64.mt (TDEPFILES): Likewise.
6816
a4194092
MK
6817 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6818
911bc6ee
MK
6819 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6820 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6821 the program counter is in the range specified by `struct
6822 gdbarch_tdep'.
6823 * amd64-linux-tdep.c: Include "symtab.h".
6824 (amd64_linux_pc_in_sigtramp): Remove function.
6825 (amd64_linux_sigtramp_p): New function.
6826 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6827 deprecated_pc_in_sigtramp.
6828 * amd64nbsd-tdep.c: Include "symtab.h".
6829 (amd64nbsd_sigtramp_p): New function.
6830 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6831 deprecated_pc_in_sigtramp.
6832 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6833 few comments.
6834 (amd64obsd_pc_in_sigtramp): Remove function.
6835 (amd64obsd_sigtramp_p): New function.
6836 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6837 deprecated_pc_in_sigtramp.
6838 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6839 (i386bsd_pc_ins_sigtramp): Remove prototype.
6840 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6841 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6842 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6843 the program counter is in the range specified by `struct
6844 gdbarch_tdep'.
6845 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6846 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6847 (i386_go32_pc_in_sigtramp): Remove function.
6848 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6849 Initialize TDEP->sigtramp_p.
6850 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6851 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6852 deprecated_pc_in_sigtramp.
6853 * i386-linux-tdep.c: Adjust comments.
6854 (i386_linux_pc_in_sigtramp): Remove function.
6855 (i386_linux_sigtramp_p): New function.
6856 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6857 deprecated_pc_in_sigtramp.
6858 * i386-nto-tdep.c: Update copyright year.
6859 (i386nto_pc_in_sigtramp): Remove function.
6860 (i386nto_sigtramp_p): New function.
6861 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
6862 SP_REGNUM.
6863 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
6864 deprecated_pc_in_sigtramp.
6865 * i386-sol2-tdep.c: Update copyright year.
6866 (i386_sol2_pc_in_sigtramp): Remove function.
6867 (i386_sol2_sigtramp_p): New function.
6868 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
6869 deprecated_pc_in_sigtramp.
6870 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
6871 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
6872 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6873 deprecated_sigtramp_start and deprecated_sigtramp_end.
6874 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
6875 (i386nbsd_pc_in_sigtramp): Remove function.
6876 (i386nbsd_sigtramp_p): New function.
6877 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6878 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6879 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
6880 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
6881 (i386obsd_pc_in_sigtramp): Remove function.
6882 (i386obsd_sigtramp_p): New function.
6883 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
6884 functions.
6885 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6886 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6887 TDEP->sigtramp_p.
6888 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
6889 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
6890 dependencies.
6891
e083e6ec
MK
6892 * config/i386/i386aout.mt: Remove file.
6893
bd153b94
MK
6894 * configure.tgt: Remove i[34567]86-*-go32*,
6895 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
6896 and i[34567]86-*-isc*. Set gdb_target to i386 for
6897 i[34567]86-*-netware* and i[34567]86-*-*.
6898 * config/i386/i386.mt: New file.
6899 * config/i386/embed.mt: Remove file.
6900 * config/i386/go32.mt: Remove file.
6901 * config/i386/i386nw.mt: Remove file.
6902 * config/i386/i386v.mt: Remove file.
6903 * config/i386/tm-go32.h: Remove file.
6904
4a1bcc8c
MK
6905 * tui/tui-hooks.c: Include "readline/readline.h" after
6906 "gdb_curses.h" instead of before.
6907 * tui/tui-io.c: Likewise.
6908
f9a79064
MK
6909 * tui/tui.c: Fix typo in comment.
6910
b31bc724
MK
6911 * sparc64-tdep.c (sparc_address_from_register): Remove function.
6912
f83f82bc
AC
69132004-04-08 Andrew Cagney <cagney@redhat.com>
6914
6915 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
6916 (deprecated_exception_support_initialized): Declare.
8718a420 6917 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
6918 (initialize_hp_cxx_exception_support)
6919 (child_enable_exception_callback): Update.
6920 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
6921 (deprecated_exception_support_initialized): Rename
6922 deprecated_exception_catchpoints_are_fragile and
6923 deprecated_exception_support_initialized.
6924 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
6925
6926 * symtab.c (deprecated_hp_som_som_object_present): Rename
6927 hp_som_som_object_present.
6928 * symtab.h (deprecated_hp_som_som_object_present): Declare.
6929 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
6930 Update. Delete extern declaration.
6931 * valops.c (hp_som_som_object_present): Ditto.
8718a420 6932 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
6933 (parse_nested_classes_for_hpacc): Ditto.
6934 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 6935 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
6936 (initialize_hp_cxx_exception_support): Ditto.
6937 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 6938 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 6939 (cp_print_class_method): Ditto.
8718a420 6940 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
6941 (c_type_print_base): Ditto.
6942 * c-exp.y (hp_som_som_object_present): Ditto.
6943
fb2be677
AC
69442004-04-08 Andrew Cagney <cagney@redhat.com>
6945
6946 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
6947 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
6948 (frame_unwind_find_by_frame): Re-implement the unwind code so
6949 that it can both prepend and append sniffers. Replace
6950 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
6951 * tramp-frame.c (tramp_frame_append): Use
6952 frame_unwind_prepend_unwinder.
6953 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
6954 frame_unwind_register_unwinder.
6955 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
6956 tramp_frame_append.
6957 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 6958 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
6959 (mips_linux_init_abi): Update.
6960
67faf007
KB
69612004-04-08 Kevin Buettner <kevinb@redhat.com>
6962
6963 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6964 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6965 file support.
6966
8973ff21
KB
69672004-04-07 Kevin Buettner <kevinb@redhat.com>
6968
6969 * ia64-tdep.c (elf.h): Don't include.
6970 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6971
4a0e2f88
JM
69722004-04-07 Jason Molenda (jmolenda@apple.com)
6973
6974 * frame.h: Typeo corrections in comments.
6975
9872ad24
JB
69762004-04-07 Jim Blandy <jimb@redhat.com>
6977
6978 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
6979 %esp and %ebp
6980
70b216c8
MK
69812004-04-07 Mark Kettenis <kettenis@gnu.org>
6982
11d5789c
MK
6983 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
6984 * config/sparc/linux64.mt (TDEPFILES): Likewise.
6985 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6986 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
6987 and solib-legacy.o.
6988 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
6989 solib-svr4.o.
6990 * config/sparc/tm-sol2.h: Update copyright year. Include
6991 "solib.h".
6992
70b216c8
MK
6993 * sparc-sol2-tdep.c: Update copyright year. Include
6994 "solib-svr4.h".
6995 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6996 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
6997 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 6998 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
6999 dependencies.
7000
6339dc9e
AC
70012004-04-06 Andrew Cagney <cagney@redhat.com>
7002
7003 * infttrace.c: Include "infttrace.h".
7004 * infttrace.h: Include "target.h".
7005 * Makefile.in (infttrace_h): Update.
7006 (infttrace.o): Update.
8718a420 7007
93449403
AC
70082004-04-06 Andrew Cagney <cagney@redhat.com>
7009
6d518969
AC
7010 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7011 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7012 move extern declarations from here ...
7013 * infttrace.h: ... to here.
7014 * Makefile.in (hppah-nat.o): Update dependencies.
7015
85f4f2d8
AC
7016 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7017 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 7018 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
7019 (hppa_breakpoint_from_pc): Delete.
7020
93449403
AC
7021 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7022
71456ec6
AC
70232004-04-05 Andrew Cagney <cagney@redhat.com>
7024
7025 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7026 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7027 <sys/file.h>.
8718a420 7028
4c02c60c
AC
70292004-04-06 Randolph Chung <tausq@debian.org>
7030
7031 Committed by Andrew Cagney (mechanical change).
7032 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7033 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7034 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7035 child_enable_exception_callback, current_ex_event,
7036 null_symtab_and_line, child_get_current_exception_event,
7037 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7038 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7039 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7040 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7041 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7042 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7043 Move hpux-specific definitions ...
7044 * hppa-hpux-tdep.c: ... to here.
7045
3a515653
AC
70462004-04-05 Andrew Cagney <cagney@redhat.com>
7047
7048 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7049 skip_prologue_using_sal.
7050
c1730d02
AC
70512004-04-05 Andrew Cagney <cagney@redhat.com>
7052
7053 * config/i386/tm-i386.h: Delete file.
7054 * config/i386/tm-vxworks.h: Update copyright, do not include
7055 "tm-i386.h".
7056 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7057 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7058 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7059 * config/i386/ncr3000.mt (TM_FILE): Delete.
7060 * config/i386/interix.mt (TM_FILE): Delete.
7061 * config/i386/i386v.mt (TM_FILE): Delete.
7062 * config/i386/i386nw.mt (TM_FILE): Delete.
7063 * config/i386/i386gnu.mt (TM_FILE): Delete.
7064 * config/i386/i386aout.mt (TM_FILE): Delete.
7065 * config/i386/embed.mt (TM_FILE): Delete.
7066
8b67aa36
KB
70672004-04-05 Kevin Buettner <kevinb@redhat.com>
7068
7069 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7070 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7071 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7072 (accg7_regnum): New constants.
7073 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
7074 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7075 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
7076 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7077 for accg registers.
7078 (frv_register_sim_regno): Update spr_map[].
7079
3c7012f5
AC
70802004-04-04 Andrew Cagney <cagney@redhat.com>
7081
7082 * config/mips/xm-riscos.h: Delete.
7083 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7084 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7085 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7086 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7087 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7088 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7089 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7090 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7091 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7092 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7093 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7094 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7095 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7096 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7097 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7098 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7099 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7100 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7101 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7102 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7103 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7104 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7105 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7106 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7107 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7108 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 7109
3c7012f5
AC
7110 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7111 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7112 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7113 * configure.host: Remove m680[01]0-sun-sunos3*,
7114 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7115 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7116 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7117 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7118 mips-*-riscos*.
7119 * NEWS: Mention removed systems.
7120
99d16a21
AC
71212004-04-04 Andrew Cagney <cagney@redhat.com>
7122
7123 GDB 6.1 release created from 6.1 branch.
7124
6cdf9d98
AC
71252004-04-04 Andrew Cagney <cagney@redhat.com>
7126
98d346c3
AC
7127 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7128 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7129 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7130
6cdf9d98
AC
7131 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7132 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7133 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7134
859a326d
JB
71352004-04-03 Jim Blandy <jimb@redhat.com>
7136
7137 * MAINTAINERS: Chris Faylor has changed employers; add him to
7138 "paper trail" section, and update his E-mail address.
7139
b87178c3
AC
71402004-04-03 Andrew Cagney <cagney@redhat.com>
7141
4ea2acf0
AC
7142 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7143 generic dummy frames.
7144 * dummy-frame.c: Update copyright.
7145 (dummy_frame_sniffer): Delete check for generic dummy frames.
7146
d0bd2d18 7147 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 7148 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
7149 (REG_PARM_STACK_SPACE): Delete.
7150 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7151 Inline reference to REG_PARM_STACK_SPACE.
7152
b87178c3
AC
7153 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7154 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7155 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7156 (FRAME_BASE_BEFORE_SIGTRAMP)
7157 (hppa32_hpux_frame_base_before_sigtramp)
7158 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7159 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7160 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7161 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7162 (FRAME_BASE_BEFORE_SIGTRAMP)
7163 (hppa64_hpux_frame_base_before_sigtramp)
7164 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7165
43e2e1a0
AC
71662004-04-03 Andrew Cagney <cagney@redhat.com>
7167
7168 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7169
ddc135a4
AC
71702004-04-02 Andrew Cagney <cagney@redhat.com>
7171
7172 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7173 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7174 * dummy-frame.h: Delete out-of-date comments.
7175 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7176 * gdbarch.h, gdbarch.c: Re-generate.
7177
d15bfd3a 71782004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 7179
d15bfd3a
AC
7180 Committed by Andrew Cagney <cagney@redhat.com>.
7181 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7182 into account an instruction saving a register if we have already
7183 seen an earlier instruction saving that same register.
7184
f04ceafa
AC
71852004-04-02 Andrew Cagney <cagney@redhat.com>
7186
08be3abd
AC
7187 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7188 * gdbarch.h, gdbarch.c: Re-generate.
7189 * frame.c (legacy_get_prev_frame): Delete references to
7190 DEPRECATED_INIT_FRAME_PC_FIRST.
7191
f04ceafa
AC
7192 * infrun.c (pc_in_sigtramp): Delete function.
7193 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7194 get_frame_type.
7195
08e69816
AC
71962004-04-02 Andrew Cagney <cagney@redhat.com>
7197
7198 * infrun.c (handle_step_into_function): Delete code conditional on
7199 legacy_frame_p.
7200 (handle_inferior_event, step_over_function): Ditto.
7201
adb54772
AC
72022004-04-02 Andrew Cagney <cagney@redhat.com>
7203
7204 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7205 "previous frame inner to this frame" test.
7206
304396fb
AC
72072004-04-02 Andrew Cagney <cagney@redhat.com>
7208
7209 * frame.c (safe_frame_unwind_memory): New function.
7210 * frame.h (safe_frame_unwind_memory): Declare. Update description
7211 of /safe_/ methods.
7212 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7213 "next_frame". Use safe_frame_unwind_memory.
7214 (tramp_frame_sniffer): Update call to tramp_frame_start.
7215
6502dd73
DJ
72162004-04-01 Daniel Jacobowitz <drow@mvista.com>
7217
7218 * dwarf2read.c (dwarf2_objfile_data_key): New.
7219 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7220 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7221 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7222 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7223 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7224 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7225 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7226 Remove variables.
7227 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7228 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7229 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7230 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7231 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7232 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7233 Remove macros.
7234 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7235 data.
7236 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7237 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7238 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7239 (read_partial_die, read_full_die, read_indirect_string)
7240 (dwarf_decode_line_header, dwarf_decode_macros)
7241 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7242 Update uses of removed variables.
7243 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7244 of removed macros.
7245 (_initialize_dwarf2_read): New function.
7246 * symfile.h (dwarf2_has_info): Update prototype.
7247 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7248 * elfread.c (elf_symfile_read): Likewise.
7249
408752b0
JB
72502004-04-01 Jim Blandy <jimb@redhat.com>
7251
9f744501
JB
7252 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7253 function for register numbers on all the rs6000-derived targets.
7254 (rs6000_gdbarch_init): Don't register a separate
7255 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7256 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7257 variants.
7258
408752b0
JB
7259 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7260 numbering.
7261
2de41bce
PH
72622004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7263
7264 * valarith.c: Update copyright notice.
7265 (value_add): Handle range types.
7266 (value_sub): Ditto.
7267 (value_equal): Ditto.
7268 (value_less): Ditto.
7269 (value_neg): Ditto.
7270 (value_complement): Ditto.
8718a420 7271 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 7272 eliminiating unnecessary COERCE_ENUMs.
8718a420 7273
5613d8d3
AC
72742004-03-31 Andrew Cagney <cagney@redhat.com>
7275
7276 * frame.h (frame_unwind_id): Declare.
7277 * frame.c (frame_unwind_id): New function.
7278 (get_prev_frame_1): New function.
7279 (frame_debug_got_null_frame): New function.
7280 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7281 code proper to prev_frame, update description.
7282 * infrun.c (step_over_function): Use frame_unwind_id.
7283
c4557624
JB
72842004-04-31 J. Brobecker <brobecker@gnat.com>
7285
7286 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7287 (hppa64_push_dummy_call): Likewise.
7288
3e6bb910
JB
72892004-03-30 Jim Blandy <jimb@redhat.com>
7290
7291 From Ulrich Weigand:
7292 * utils.c (query): Do not use a va_list variable multiple times.
7293
a2f23071
DJ
72942004-03-29 Daniel Jacobowitz <drow@mvista.com>
7295
7296 * Makefile.in (linux_nat_h): Update dependencies.
7297 * configure.in: Check for <gnu/libc-version.h>.
7298 * configure: Regenerate.
7299 * config.in: Regenerate.
7300 * linux-nat.h: Include "target.h". Add waitstatus field to
7301 struct lwp_info.
7302 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7303 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7304 to.
7305 (lin_lwp_handle_extended): New function. Handle clone events.
7306 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7307 thread exit events.
7308 (child_wait): Handle clone events.
7309 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7310 * linux-nat.c (linux_enable_event_reporting): Turn on
7311 PTRACE_O_TRACECLONE.
7312 (linux_handle_extended_wait): Handle clone events.
7313 * thread-db.c: Include <gnu/libc-version.h>.
7314 (struct private_thread_info): Add dying flag.
7315 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7316 higher.
7317 (attach_thread): Update comments. Handle dying threads.
7318 (detach_thread): Set the dying flag.
7319 (check_event): Always call attach_thread.
7320
8d5f9dcb
DJ
73212004-03-29 Daniel Jacobowitz <drow@mvista.com>
7322
7323 * mips-tdep.c (mips_pdr_data): New.
7324 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7325 (_initialize_mips_tdep): Initialize mips_pdr_data.
7326
66337bb1
CV
73272004-03-29 Corinna Vinschen <vinschen@redhat.com>
7328
7329 * minsyms.c (install_minimal_symbols): Move dropping leading
7330 char from linkage name from here...
7331 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7332 test for "__gnu_compiled*" symbols.
7333
e802b915
JB
73342004-03-28 Jim Blandy <jimb@redhat.com>
7335
7336 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7337 registers to temp register r0 and byte stores as prologue
7338 instructions.
7339
72b56458
AC
73402004-03-28 Andrew Cagney <cagney@redhat.com>
7341
7342 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7343 arm*-*-*.
7344
0bfbda3b
SC
73452004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7346
7347 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7348 and switch the layout to force a display of register window.
7349
5a7225ed
JB
73502004-02-26 J. Brobecker <brobecker@gnat.com>
7351
7352 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7353 of the INTEGER class.
7354
81a07a45
JB
73552004-03-26 Jim Blandy <jimb@redhat.com>
7356
7357 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7358 bytes long on PPC GNU/Linux.
7359
8c691c7a
DC
73602004-03-26 David Carlton <carlton@kealia.com>
7361
7362 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7363
103a0089
AC
73642004-03-25 Andrew Cagney <cagney@redhat.com>
7365
7366 * PROBLEMS: Add general section titles, remove references to
7367 specific releases.
7368
7a5ea0d4
DJ
73692004-03-25 Daniel Jacobowitz <drow@mvista.com>
7370
7371 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7372 INT_REGISTER_SIZE.
7373 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7374 FP_REGISTER_VIRTUAL_SIZE.
7375 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7376 of DEPRECATED_REGISTER_RAW_SIZE.
7377 (arm_register_type): Add gdbarch argument.
7378 (arm_register_raw_size, arm_register_virtual_size): Delete.
7379 (arm_register_byte, arm_extract_return_value)
7380 (arm_store_return_value, arm_get_longjmp_target): Update references
7381 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7382 (arm_gdbarch_init): Likewise. Don't set
7383 deprecated_register_raw_size, deprecated_register_virtual_size,
7384 deprecated_max_register_raw_size,
7385 deprecated_max_register_virtual_size, or
7386 deprecated_max_register_virtual_type. Do set register_type.
7387 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7388 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7389 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7390 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7391 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7392 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7393 INT_REGISTER_SIZE.
7394 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7395 (remote_rdp_store_register): Likewise.
7396
5792a79b
DJ
73972004-03-24 Daniel Jacobowitz <drow@mvista.com>
7398
7399 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7400 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7401 to after osabi initialization.
7402 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7403 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7404 functions.
7405 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7406 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7407 variables.
7408 (mips_linux_init_abi): Append signal trampoline unwinders.
7409
1196bfda
AC
74102004-03-24 Andrew Cagney <cagney@redhat.com>
7411
7412 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7413 * tramp-frame.c: Include "gdb_assert.h".
7414 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7415 correct sizeof.
7416 (tramp_frame_append): Validate the tramp frame's instructions.
7417 * Makefile.in (tramp-frame.o): Update dependencies.
7418
4be282b4
AC
74192004-03-23 Andrew Cagney <cagney@redhat.com>
7420
7421 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7422
69aec09b
AC
74232004-03-23 Andrew Cagney <cagney@redhat.com>
7424
7425 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7426 Nasser as past testsuite/lib/ (and other) maintainers.
7427
63ed89b4
DJ
74282004-03-23 Daniel Jacobowitz <drow@mvista.com>
7429
7430 * infcmd.c (attach_command): Reread symbols if we already have
7431 an exec file.
7432
f3b36427
AC
74332004-03-23 Andrew Cagney <cagney@redhat.com>
7434
7435 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7436
aa2a3f87
AC
74372004-03-23 Andrew Cagney <cagney@redhat.com>
7438
7439 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7440 * gdbarch.h, gdbarch.c: Re-generate.
7441 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7442 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7443 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 7444 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 7445 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 7446 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
7447 (DEPRECATED_SIGTRAMP_START): Update.
7448 * blockframe.c (find_pc_sect_partial_function): Update.
7449 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7450
00cac895
DJ
74512004-03-23 Daniel Jacobowitz <drow@mvista.com>
7452
7453 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7454 if necessary.
7455
f561f026
AC
74562004-03-23 Andrew Cagney <cagney@redhat.com>
7457
7458 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7459 predicate, deprecate.
7460 * gdbarch.h, gdbarch.c: Re-generate.
7461 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7462 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7463 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7464 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7465 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7466 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7467 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7468 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7469 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7470 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7471 * blockframe.c (find_pc_partial_function): Update.
7472 * breakpoint.c (bpstat_what): Update.
7473 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7474 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7475 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7476 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7477 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7478 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7479 * i386-nto-tdep.c (i386nto_init_abi): Update.
7480 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7481 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7482 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7483 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7484 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7485 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7486 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7487 * infrun.c (pc_in_sigtramp): Update.
7488 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7489 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7490 * mips-tdep.c (mips_gdbarch_init): Update.
7491 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7492 * ppc-linux-tdep.c: Update comment.
7493 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7494 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7495 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7496 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7497 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7498 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7499 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7500 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7501 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7502 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 7503
8050c72f
AC
75042004-03-23 Andrew Cagney <cagney@redhat.com>
7505
d2259dd3
AC
7506 * tramp-frame.h, tramp-frame.h: New files.
7507 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7508 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7509
8050c72f
AC
7510 * Makefile.in: Update all dependencies.
7511
0db9b4b7
AC
75122004-03-23 Andrew Cagney <cagney@redhat.com>
7513
7514 * Makefile.in (trad_frame_h): Add $(frame_h).
7515 * trad-frame.h: Update copyright. Include "frame.h".
7516 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7517 (trad_frame_set_id, trad_frame_get_id): Declare.
7518 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7519 * trad-frame.c: Update copyright.
7520 (struct trad_frame_cache): Define.
7521 (trad_frame_cache_zalloc): New function.
7522 (trad_frame_set_id, trad_frame_get_id): New functions.
7523 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 7524
8e645ae7
AC
75252004-03-22 Andrew Cagney <cagney@redhat.com>
7526
7527 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7528 s390_pltstub_unwind_cache.
7529 (s390_stub_frame_unwind_cache): Rename
7530 s390_pltstub_frame_unwind_cache.
7531 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7532 (s390_stub_frame_prev_register): Rename
7533 s390_pltstub_frame_prev_register.
7534 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7535 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7536
7537 From Ulrich Weigand:
7538 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7539 pointer calls like PLT calls.
7540
34fcf120
DJ
75412004-03-22 Daniel Jacobowitz <drow@mvista.com>
7542
7543 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7544 PC rather than the partial function start address. Use the start
7545 address to sanity check the found PDR.
7546
5b917078
DJ
75472004-03-22 Daniel Jacobowitz <drow@mvista.com>
7548
7549 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7550 linux_handle_extended_wait.
7551
8adf9e78
AC
75522004-03-22 Andrew Cagney <cagney@redhat.com>
7553
c3122434
AC
7554 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7555 function.
7556
8adf9e78
AC
7557 * frame.h (generic_pop_current_frame): Delete declaration.
7558 (deprecate_pop_dummy_frame): Deprecate
7559 generic_pop_dummy_frame.
7560 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7561 (generic_pop_current_frame): Delete function.
7562 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7563 generic_pop_current_frame.
7564 * v850-tdep.c (v850_pop_frame): Update.
7565 * mcore-tdep.c (mcore_pop_frame): Update.
7566 * sh64-tdep.c (sh64_pop_frame): Update.
7567 * h8300-tdep.c (h8300_pop_frame): Update.
7568
90ba813f
AC
75692004-03-22 Andrew Cagney <cagney@redhat.com>
7570
7571 * frame.h (deprecated_pc_in_call_dummy): Rename
7572 generic_pc_in_call_dummy.
7573 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7574 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7575 generic_pc_in_call_dummy.
7576 (pc_in_dummy_frame): Make static.
7577 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7578 * gdbarch.h, gdbarch.c: Re-generate.
7579 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7580 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7581 (legacy_get_prev_frame): Ditto.
7582 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7583 comment.
8718a420 7584
ca4bb888
AC
75852004-03-21 Andrew Cagney <cagney@redhat.com>
7586
244675f9
AC
7587 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7588 declaration and out-of-date comment.
7589 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7590 Delete function.
7591 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7592 deprecated_pc_in_call_dummy.
7593
ca4bb888
AC
7594 * infrun.c (handle_inferior_event): For non legacy frames, use the
7595 frame ID and frame type to identify a signal trampoline. Update
7596 comments.
7597
1777c7b4
NW
75982004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7599
7600 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7601 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7602
82417da5
AC
76032004-03-21 Andrew Cagney <cagney@redhat.com>
7604
7605 * frame-unwind.h: Update copyright.
7606 (struct frame_data): Add opaque declaration.
7607 (frame_sniffer_ftype): Declare.
7608 (struct frame_unwind): Add "unwind_data" and "sniffer".
7609 (frame_unwind_register_unwinder): Declare.
7610 (frame_unwind_find_by_frame): Add parameter "this_cache".
7611 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7612 (legacy_get_prev_frame, legacy_get_prev_frame)
7613 (get_frame_type): Pass the prologue_cache to
7614 frame_unwind_find_by_frame.
7615 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7616 "unwinder".
7617 (frame_unwind_register_unwinder): New function.
7618 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7619
b2ba182e
PH
76202004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7621
7622 * bcache.c (print_percentage): Use floating point to avoid
7623 incorrect results when portion*100 overflows.
7624
81332287
KB
76252004-03-19 Kevin Buettner <kevinb@redhat.com>
7626
7627 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7628 (ppc_linux_init_extra_frame_info)
7629 (ppc_linux_frameless_function_invocation)
7630 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7631 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7632 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7633 (rs6000_frame_chain): Delete declarations.
7634 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7635 (ppc_linux_init_extra_frame_info)
7636 (ppc_linux_frameless_function_invocation)
7637 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7638 (ppc_linux_init_abi): Remove registration of above deleted functions.
7639 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7640 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7641 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7642 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7643 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7644 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7645 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7646 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7647 frame management for all OSABIs.
7648
61a65099
KB
76492004-03-19 Andrew Cagney <cagney@redhat.com>
7650
7651 Committed by Kevin Buettner <kevinb@redhat.com>.
7652
7653 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7654 Update copyright.
7655 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7656 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7657 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7658 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7659 unwinders. #ifdef legacy frame code.
7660 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7661 "frame-base.h".
7662 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7663 (struct rs6000_frame_cache, rs6000_frame_cache)
7664 (rs6000_frame_this_id, rs6000_frame_prev_register)
7665 (rs6000_frame_sniffer, rs6000_frame_unwind)
7666 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7667 (rs6000_frame_base): Implement a traditional frame unwinder.
7668 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7669 frame unwinder.
7670
88f7da05
KB
76712004-03-19 Kevin Buettner <kevinb@redhat.com>
7672
7673 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7674 breakpoint address for watchpoints or the catch eventpoints.
7675 Add new paramter ``bptype''. Adjust all callers.
7676
f826dce1
AC
76772004-03-19 Andrew Cagney <cagney@redhat.com>
7678
33cb8b0f
AC
7679 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7680
f826dce1
AC
7681 * PROBLEMS: Delete note that ARM does not use frame code, problem
7682 fixed.
7683
43b1ab88
AC
76842004-03-18 Andrew Cagney <cagney@redhat.com>
7685
292ab034
AC
7686 * stack.c (return_command): Delete code wrapped in #ifdef
7687 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7688
43b1ab88
AC
7689 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7690
dbfe4626
AC
76912004-03-18 Andrew Cagney <cagney@redhat.com>
7692
7693 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7694 DEPRECATED_IN_SIGTRAMP.
7695 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7696 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7697 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7698 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7699 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7700 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7701 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7702 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7703 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7704 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7705
0cad6aec
AC
77062004-03-18 Andrew Cagney <cagney@redhat.com>
7707
7708 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7709 (struct frame_base_table_entry): Define.
7710 (struct frame_base_table): Re-implement as a linked list.
7711 (frame_base_init): Re-implement.
7712 (frame_base_table): Delete function.
7713 (append_predicate): Delete function.
7714 (frame_base_append_sniffer): Update.
7715 (frame_base_set_default): Update.
7716 (frame_base_find_by_frame): Update.
7717 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7718 * Makefile.in (frame-base.o): Update dependencies.
7719
9982c2e7
AC
77202004-03-17 Andrew Cagney <cagney@redhat.com>
7721
7722 * frame.c (legacy_get_prev_frame): Pass correct frame to
7723 frame_unwind_find_by_frame.
7724
8dfe8985
DC
77252004-03-17 David Carlton <carlton@kealia.com>
7726
7727 * NEWS: Mention C++ nested types and namespaces
7728
ed47347a
MC
77292004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7730
7731 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7732 and "Regressions since gdb 5.3.". Add known regressions since
7733 gdb 6.0.
7734
90aeadfc
DC
77352004-03-16 David Carlton <carlton@kealia.com>
7736
7737 * dwarf2read.c (process_structure_scope): Process children even
7738 when we're a declaration.
7739
73912b9b
AC
77402004-03-16 Andrew Cagney <cagney@redhat.com>
7741
7742 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7743 * blockframe.c (find_pc_partial_function)
7744 (find_pc_sect_partial_function): Merge into a single
7745 find_pc_partial_function.
7746
283accbc
MK
77472004-03-16 Mark Kettenis <kettenis@gnu.org>
7748
7749 * i386bsd-nat.c: s/regno/regnum/g.
7750 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7751 FP0_REGNUM.
7752 (store_inferior_registers): Likewise.
7753
f5b1afdf
MK
77542004-03-16 Mark Kettenis <kettenis@gnu.org>
7755
7756 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7757 of i387_fill_fsave.
7758 (store_inferior_registers): Call i387_collect_fsave and
7759 i387_collect_fxsave instead of i387_fill_fsave and
7760 i387_fill_fxsave.
7761
41fe5eb3
AC
77622004-03-15 Andrew Cagney <cagney@redhat.com>
7763
7764 * Makefile.in (frame-unwind.o): Update dependencies.
7765 * frame-unwind.c: Include "gdb_obstack.h".
7766 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7767 parameter.
7768 (append_predicate): Delete function.
7769 (struct frame_unwind_table_entry): New structure.
7770 (struct frame_unwind_table): Replace "sniffer" with "head" and
7771 "tail".
7772 (frame_unwind_append_sniffer): Update.
7773 (frame_unwind_find_by_frame): Update.
7774 (_initialize_frame_unwind): Registe frame_unwind_init using
7775 gdbarch_data_register_pre_init.
7776
3f63813d
MK
77772004-03-15 Mark Kettenis <kettenis@gnu.org>
7778
7779 * i386bsd-nat.c: Update copyright year.
7780 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7781 define unconditionally.
7782
3248c325 77832004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
7784
7785 * i387-tdep.h (i387_collect_fsave): New prototype.
7786 * i387-tdep.c (i387_collect_fsave): New function containing most
7787 of the code from i387_fill_fsave.
3248c325 7788 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 7789
871fbe6a
MK
77902004-03-15 Mark Kettenis <kettenis@gnu.org>
7791
7792 * i386-linux-tdep.c: Update copyright year.
7793 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7794 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7795 svr4_ilp32_link_map_offsets instead of
7796 i386_linux_svr4_fetch_link_map_offsets.
7797
8176b9b8
DC
77982004-03-15 David Carlton <carlton@kealia.com>
7799
7800 Fix for PR c++/1553:
7801 * dwarf2read.c (read_structure_type): Determine type name by
7802 calling determine_class_name.
7803 (determine_class_name): New.
7804 (determine_prefix): Look at TYPE_TAG_NAME and call
7805 determine_class_name when appropriate.
7806 (determine_prefix_aux, class_name): Delete.
9d58e29d 7807 (read_namespace): Set die->type.
8176b9b8 7808
fe8bf7d7
KB
78092004-03-15 Kevin Buettner <kevinb@redhat.com>
7810
7811 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7812 unused macro definition. The definition in target.h (or perhaps
7813 elsewhere) takes precedence.
7814
ed6edd9b
AC
78152004-03-15 Andrew Cagney <cagney@redhat.com>
7816
f9be684a
AC
7817 * ppc-tdep.h: Update copyright.
7818 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7819 function signatures to match "regsets.h".
7820 * ppc-linux-tdep.c: Include "regset.h".
7821 (ELF_GREGSET_SIZE): Delete.
7822 (right_supply_register): New function.
7823 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7824 using right_supply_register.
7825 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7826 functions.
7827 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7828 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7829 (_initialize_ppc_linux_tdep): Do not register
7830 ppc_linux_regset_core_fns.
7831 (ppc_linux_regset_from_core_section): Replace
7832 fetch_core_registers.
7833 (ppc_linux_regset_core_fns): Delete.
7834 * ppc-linux-nat.c: (right_fill_reg): New function.
7835 (supply_gregset): Update call to ppc_linux_supply_gregset.
7836 (fill_gregset): Clear the register set, use right_fill_reg.
7837 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7838 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7839
ed6edd9b
AC
7840 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7841 unsigned.
7842
030f20e1
AC
78432004-03-15 Andrew Cagney <cagney@redhat.com>
7844
7845 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7846 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7847 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7848 and register_gdbarch_data.
7849 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7850 (struct gdbarch_data): Replace "init" by "pre_init" and
7851 "post_init".
7852 * gdbarch.h, gdbarch.c: Re-generate.
7853 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7854 with"obstack", use OBSTACK_ZALLOC.
7855 (dwarf2_frame_ops): Delete.
7856 (dwarf2_frame_set_init_reg): Use gdbarch_data.
7857 (dwarf2_frame_init_reg): Use gdbarch_data.
7858 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 7859 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
7860 (_initialize_svr4_solib): Update.
7861 * user-regs.c (_initialize_user_regs): Update.
7862 * reggroups.c (_initialize_reggroup): Update.
7863 * regcache.c (_initialize_regcache): Update.
7864 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7865 * libunwind-frame.c (_initialize_libunwind_frame): Update.
7866 * gnu-v3-abi.c (init_gnuv3_ops): Update.
7867 * frame-unwind.c (_initialize_frame_unwind): Update.
7868 * frame-base.c (_initialize_frame_base): Update.
7869 * user-regs.c (user_reg_add): Update.
7870 * reggroups.c (reggroup_add): Update.
7871 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
7872 * libunwind-frame.c (libunwind_frame_set_descr): Update.
7873 * frame-unwind.c (frame_unwind_append_sniffer): Update.
7874 * frame-base.c (frame_base_table): Update.
7875 * remote.c (_initialize_remote): Update.
7876 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 7877
3111a3fc
AC
78782004-03-15 Andrew Cagney <cagney@redhat.com>
7879
7880 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
7881
5ecb7103
KB
78822004-03-15 Kevin Buettner <kevinb@redhat.com>
7883
7884 * Makefile.in (frv-linux-tdep.o): Add dependencies.
7885 * frv-linux-tdep.c: New file.
7886 * frv-tdep.c (struct gdbarch_tdep): Add new field
7887 ``sigcontext_reg_addr''.
7888 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
7889 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7890 (frv_sigramp_frame_sniffer): New functions.
7891 (frv_sigtramp_frame_unwind): New static global.
7892 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
7893 sniffers.
7894 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
7895 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
7896
1ccda5e9
KB
78972004-03-15 Kevin Buettner <kevinb@redhat.com>
7898
7899 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
7900 but not via a call to error(), when unable to read memory.
7901
b375a0a5
KB
79022004-03-15 Kevin Buettner <kevinb@redhat.com>
7903
7904 * frv-tdep.c (frv_call_dummy_words): Delete.
7905 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7906
4fdf6121
AC
79072004-03-15 Andrew Cagney <cagney@redhat.com>
7908
7909 * infrun.c (handle_step_into_function, step_over_function): Only
7910 update and use STEP_FRAME_ID when the system is using legacy
7911 frames. Update comments.
7912
34021503
MK
79132004-03-14 Mark Kettenis <kettenis@gnu.org>
7914
187e21d1
MK
7915 * amd64-linux-tdep.h: Remove file.
7916 * amd64-linux-tdep.c: Don't include "inferior.h" and
7917 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
7918 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
7919 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
7920 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
7921 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
7922 macros.
7923 (user_to_gdb_regmap): Remove variable.
7924 (amd64_linux_gregset_reg_offset): New variable.
7925 (amd64_core_fns): Remove variable.
7926 (fetch_core_registers): Remove function.
7927 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
7928 functions.
7929 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
7930 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
7931 * Makefile.in (amd64_linux_tdep_h): Remove.
7932 (amd64-linux-nat.o): Update dependencies.
7933 (amd64-linux-tdep.o): Update dependencies.
7934
99679982
MK
7935 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
7936 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
7937 functions.
7938 (fetch_inferior_registers, store_inferior_registers): Rewrite.
7939
34021503
MK
7940 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
7941 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
7942
134d01f1
DJ
79432004-03-14 Daniel Jacobowitz <drow@mvista.com>
7944
7945 * dwarf2read.c (read_structure_type): Rename from
8718a420 7946 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
7947 Return immediately if die->type is set. Call read_type_die before
7948 dwarf2_add_member_fn.
7949 (process_structure_scope): New function.
7950 (read_enumeration_type, process_enumeration_scope): New functions,
7951 broken out from read_enumeration. Don't create the enumeration
7952 type if it has already been created.
7953 (read_enumeration): Removed.
7954 (process_die): Call read_structure_type, process_structure_scope,
7955 read_enumeration_type, and process_enumeration_scope. Just call
7956 new_symbol for base and subrange types. Add a comment about other
7957 type dies.
7958 (read_type_die): Call read_enumeration_type.
7959 (add_partial_structure, new_symbol): Update comments.
7960
65760afb
SC
79612004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7962
7963 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7964
10f59415
SC
79652004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7966
7967 * tui/tui-win.h (tui_get_cmd_list): Declare.
7968 * tui/tui-win.c (tui_command): New function.
7969 (tui_get_cmd_list): New function.
7970 (_initialize_tui_win): Moved initialization of tui command in
7971 tui_get_cmd_list.
7972
7973 * tui/tui-data.c (init_content_element): Setup new data members.
7974 (init_win_info): Likewise.
7975 (free_content_elements): Free it.
7976 * tui/tui-data.h (struct tui_data_element): Store the register
7977 content to print.
7978 (struct tui_data_info): Keep the current register group.
7979
7980 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
7981
7982 * tui/tui-regs.h (tui_show_registers): Update prototype.
7983 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
7984 (tui_resize_all): No need to calculate anything for register window.
7985 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
7986 (tui_set_register_element, tui_set_general_regs_content): Remove.
7987 (tui_set_special_regs_content): Remove.
7988 (tui_set_general_and_special_regs_content): Remove.
7989 (tui_set_float_regs_content): Remove.
7990 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
7991 (tui_set_regs_content): Remove.
7992 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
7993 (tui_v_show_registers_command_support): Remove.
7994 (tui_show_registers): Use a reggroup to specify the registers to show.
7995 (tui_show_register_group): New function.
7996 (tui_display_registers_from): Compute the layout of register window
7997 and refresh with new API; be sure to delete old register windows.
7998 (tui_check_register_values): Update to use tui_get_register and
7999 tui_display_data.
8000 (tui_display_register): Just refresh the register window part.
8001 (tui_register_format): Format registers and save in tui_data_element.
8002 (tui_get_register): New to combine tui_reg_value_has_changed and
8003 tui_get_register_raw_value; fix to use the new gdb API.
8004 (tui_show_float_command): Renamed tui_reg_float_command.
8005 (tui_show_general_command): Renamed tui_reg_general_command.
8006 (tui_show_special_command): Renamed tui_reg_system_command.
8007 (_initialize_tui_regs): Remove unused commands.
8008
c3364ea4
MK
80092004-03-13 Mark Kettenis <kettenis@gnu.org>
8010
27d1e716
MK
8011 * NEWS (New native configurations): Mention OpenBSD/amd64.
8012
c3364ea4
MK
8013 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8014 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8015 Remove defines.
8016 * config/i386/nm-fbsd64.h: Likewise.
8017 * config/i386/nm-obsd.h: Likewise.
8018 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8019 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8020
b2d6d697
KB
80212004-03-12 Kevin Buettner <kevinb@redhat.com>
8022
8023 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
8024 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8025 New constants.
8026
76e43199
KB
8027 From Richard Sandiford <rsandifo@redhat.com>:
8028 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8029
34ce532e
KB
80302004-03-12 Kevin Buettner <kevinb@redhat.com>
8031
8032 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8033 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8034 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8035 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8036 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8037 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8038 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8039 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8040 definitions from frv-tdep.c to frv-tdep.h.
8041
c4d10515
KB
80422004-03-12 Kevin Buettner <kevinb@redhat.com>
8043
8044 Add shared library support for FR-V FDPIC ABI:
8045 * Makefile.in (solib-frv.o): Add dependencies.
8046 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8047 New functions.
8048 (frv_push_dummy_call): Add support for FDPIC ABI.
8049 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8050 for FDPIC ABI.
8051 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8052 (frv_fdpic_find_canonical_descriptor): Declare.
8053 * solib-frv.c: New file.
8054 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8055 * config/frv/tm-frv.h (solib.h): Include.
8056
ed1bd989
KB
80572004-03-12 Kevin Buettner <kevinb@redhat.com>
8058
8059 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8060 (frv-tdep.o): Update dependencies.
8061 * frv-tdep.h: New file.
8062 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8063 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8064 constants.
8065 (struct gdbarch_tdep): Add new member ``frv_abi''.
8066 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8067 functions.
8068 (new_variant): Set ``frv_abi'' field.
8069 (gdb_arch_init): Detect FDPIC executables.
8070
82b38f72
MK
80712004-03-12 Mark Kettenis <kettenis@gnu.org>
8072
8073 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8074 wrapper.
8075
db1ea9ba
AC
80762004-03-11 Andrew Cagney <cagney@redhat.com>
8077
8078 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8079
f8766ec1
KB
80802004-03-11 Kevin Buettner <kevinb@redhat.com>
8081
8082 * solist.h (master_so_list): New function.
8083 * solib.c (master_so_list): Likewise.
8084 * solib-svr4.c (enable_break): Iterate over so_list entries
8085 obtained from master list instead of entries obtained directly
8086 via svr4_current_sos().
8087
523f6a27
BE
80882004-03-10 Ben Elliston <bje@gnu.org>
8089
8090 * MAINTAINERS: Update my mail address.
8091
37814c18
KI
80922004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8093
8094 * remote-m32r-sdi.c: Support hardware watchpoint.
8095
8b9740d8
DJ
80962004-03-09 Daniel Jacobowitz <drow@mvista.com>
8097
8098 * user-regs.c: Update copyright years.
8099 (struct user_regs): Rename to gdb_user_regs.
8100 (append_user_reg, builtin_user_regs, user_regs_init)
8101 (user_reg_add, user_reg_map_name_to_regnum)
8102 (usernum_to_user_reg): Update.
8103
4bb7a0a7
DJ
81042004-03-09 Daniel Jacobowitz <drow@mvista.com>
8105
8106 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8107 (skip_children): New functions.
8108 (locate_pdi_sibling): Call skip_children.
8109
44e1a9eb
DJ
81102004-03-09 Daniel Jacobowitz <drow@mvista.com>
8111
8112 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8113 * gdbtypes.c (check_typedef): Update comments.
8114
f3dd6933
DJ
81152004-03-09 Daniel Jacobowitz <drow@mvista.com>
8116
8117 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8118 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8119 pointer. Update comment about comp_unit_head.
8120 (struct abbrev_info): Shorten two int flags.
8121 (dwarf_alloc_abbrev): Take a CU argument.
8122 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8123 each time through the loop. Update cleanup argument.
8124 (psymtab_to_symtab_1): Update cleanup call.
8125 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8126 abbrev_obstack.
8127 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8128 Just call obstack_free and clear the pointer.
8129
b40c7d58
DJ
81302004-03-09 Daniel Jacobowitz <drow@mvista.com>
8131
8132 * infrun.c (handle_inferior_event): Remove short-circuit code for
8133 events in a different thread.
8134
333dabeb
DJ
81352004-03-09 Daniel Jacobowitz <drow@mvista.com>
8136
8137 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8138 print the whole transfer.
8139 (initialize_targets): Update description of "set debug target".
8140
aa17d93e
DJ
81412004-03-09 Daniel Jacobowitz <drow@mvista.com>
8142
8143 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8144
0b71f08f
NW
81452004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8146
8147 * MAINTAINERS (write after approval): Add myself.
8148
3930f270
CV
81492004-03-08 Corinna Vinschen <vinschen@redhat.com>
8150
8151 * sh-tdep.c (sh_print_registers_info): Use for loop.
8152 Don't skip multiple registers when a float register is encountered.
8153
a2b4a96c
CV
81542004-03-08 Corinna Vinschen <vinschen@redhat.com>
8155
8156 Fix PR tdep/1291.
8157 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8158 to official SH documentation.
8159
f15a4bc0
AC
81602004-03-07 Andrew Cagney <cagney@redhat.com>
8161
8162 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8163 unused function.
8164
9498281f
DJ
81652004-03-07 Daniel Jacobowitz <drow@mvista.com>
8166
8167 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8168 (arm_get_next_pc): Handle BX and BLX.
8169
449e1137
AC
81702004-03-07 Andrew Cagney <cagney@redhat.com>
8171
eded0a31
AC
8172 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8173 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8174 HPPA_SP_REGNUM.
8175 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8176 (hppa_target_read_fp): Delete.
8177 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8178 register_virtual_size, max_register_raw_size,
8179 max_register_virtual_size, register_byte, register_size,
8180 target_read_fp, fp_regnum, and register_bytes. Set register_type
8181 instead of register_virtual_type.
8182 (hppa32_register_type, hppa64_register_type): Replace
8183 hppa32_register_virtual_type and hppa64_register_virtual_type.
8184 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8185 (HPPA_FP_REGNUM): Define.
8186
f5f907e2
AC
8187 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8188
69b4bbe4
AC
8189 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8190 (pa_do_registers_info): Delete.
8191 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 8192 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 8193 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 8194
78161e48
AC
8195 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8196 GDB_TARGET_IS_HPPA code.
8197 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 8198 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
8199 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8200 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
8201 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8202 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8203 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 8204 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
8205 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8206 (hppa_frameless_function_invocation, hppa64_store_return_value)
8207 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 8208 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 8209 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 8210 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
8211 (find_proc_framesize, deposit_21, restore_pc_queue)
8212 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 8213 (rp_saved, pc_in_linker_stub): Delete.
78161e48 8214
782eae8b
AC
8215 Unconditionally enable 64-bit frame and ABI code.
8216 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8217 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8218 push_dummy_frame, fix_call_dummy, push_arguments,
8219 call_dummy_location, extract_return_value, use_struct_convention,
8220 store_return_value, store_struct_return, saved_pc_after_call,
8221 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8222 frame_chain, frame_chain_valid, frameless_function_invocation,
8223 frame_saved_pc, and pop_frame.
78161e48 8224
449e1137
AC
8225 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8226 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8227 (hppa_gdbarch_init): Do not set PC_REGNUM.
8228
12507572
MK
82292004-03-06 Mark Kettenis <kettenis@gnu.org>
8230
8231 * config/alpha/tm-fbsd.h: Remove file.
8232 * config/alpha/fbsd.mt: Tweak comment.
8233 (TM_FILE): Set to tm-alpha.h.
8234
c107cc1b
AC
82352004-03-05 Andrew Cagney <cagney@redhat.com>
8236
8237 * infrun.c (step_over_function): When non-legacy code, and no
8238 step_frame_id, use the unwinder to get the caller's frame ID.
8239
f2e7c15d
MK
82402004-03-05 Mark Kettenis <kettenis@gnu.org>
8241
8b0c3633
MK
8242 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8243 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8244 bfd_arch_unknown. Adjust comment.
8245
f2e7c15d
MK
8246 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8247 * i386obsd-tdep.c: Correct spelling in comment.
8248 * i386nbsd-tdep.c: Correct spelling in comment.
8249 * sparc-tdep.c: Correct spelling in comments.
8250
1198ecbe
DC
82512004-03-05 David Carlton <carlton@kealia.com>
8252
8253 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8254 bug.
8255
9eb42ed1
MK
82562004-03-05 Mark Kettenis <kettenis@gnu.org>
8257
8258 * sparc-tdep.c: Fix typo in comment.
8259
52b5e991
JB
82602004-03-04 J. Brobecker <brobecker@gnat.com>
8261
8262 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8263
d8151005
DJ
82642004-03-04 Daniel Jacobowitz <drow@mvista.com>
8265
8266 * dwarf2read.c: Add comment describing memory lifetimes.
8267 (struct dwarf2_pinfo): Update comment.
8268 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8269 (read_enumeration, new_symbol): Don't use obsavestring.
8270
cbeae229
MK
82712004-03-04 Mark Kettenis <kettenis@gnu.org>
8272
722d18c2
MK
8273 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8274 instead of amd64_fill_fxsave.
8275 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8276 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8277
cbeae229
MK
8278 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8279 Reorganize code a bit.
8280
b4206d25
OF
82812004-03-04 Orjan Friberg <orjanf@axis.com>
8282
8283 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
8284 when the frame pointer is pushed. Don't set the frame pointer's
8285 address on the stack unless it's actually located there.
b4206d25
OF
8286 Set the SRP's address on the stack correctly when the PC is still in
8287 the prologue.
8288 (cris_return_value): New function.
8289 (cris_gdbarch_init): Clear deprecated store_return_value,
8290 extract_return_value.
8291
49b0b195
JB
82922004-03-02 Jim Blandy <jimb@redhat.com>
8293
8294 * stabsread.c (reg_value_complaint): The maximum register number
8295 is one less than the number of registers.
8296
e9ff708b
AC
82972004-03-02 Andrew Cagney <cagney@redhat.com>
8298
8299 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8300 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8301 trailing comma and redundant assignment of I386_ST0_REGNUM.
8302 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8303 32-bit segment registers.
8304
d4715e41
AC
83052004-03-01 Andrew Cagney <cagney@redhat.com>
8306
8307 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8308 use frame_relative_level and get_next_frame.
8309
3ce2bf18
AC
83102004-02-29 Andrew Cagney <cagney@redhat.com>
8311
8312 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8313 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8314 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8315 Delete macro.
8316
2da6aac3
DJ
83172004-02-29 Daniel Jacobowitz <drow@mvista.com>
8318
8319 * inflow.c (terminal_inferior): Don't give up the terminal if we
8320 previously couldn't get the inferior's terminal state.
8321
6ba34a8d
DJ
83222004-02-29 Daniel Jacobowitz <drow@mvista.com>
8323
8324 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8325 PC_REGNUM.
8326
faae5abe
AC
83272004-02-28 Andrew Cagney <cagney@redhat.com>
8328
8329 * NEWS: Refer to GDB 6.1.
8330 * README: Refer to GDB 6.1.
8331 * PROBLEMS: Refer to GDB 6.1.
8332
2227a3c5
DJ
83332004-02-28 Daniel Jacobowitz <drow@mvista.com>
8334
8335 * thread-db.c (disable_thread_signals): Remove unused function.
8336
80571bff
MK
83372004-02-28 Mark Kettenis <kettenis@gnu.org>
8338
041bd74b
MK
8339 * amd64-nat.c: Include "gdb_string.h".
8340 (amd64_collect_native_gregset): Zero-extend the 32-bit
8341 general-purpose registers and %eip.
8342
3c017e40
MK
8343 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8344 * amd64-tdep.c (amd64_collect_fxsave): New function.
8345 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8346
80571bff
MK
8347 * i387-tdep.h: Update copyright year.
8348 (i387_collect_fxsave): New prototype.
8349 * i387-tdep.c: Update copyright year.
8350 (i387_collect_fxsave): New function containing most of the code
8351 from i387_fill_fxsave.
8352 (i387_fill_fxsave): Call i387_collect_fxsave.
8353
50d71875
AC
83542004-02-28 Andrew Cagney <cagney@redhat.com>
8355
8356 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8357 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8358
4a28816e
MK
83592004-02-28 Mark Kettenis <kettenis@gnu.org>
8360
8361 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8362
dbda9972
AC
83632004-02-28 Andrew Cagney <cagney@redhat.com>
8364
8365 * utils.c: Use "", instead of <>, to include readline.
8366 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8367 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8368 * source.c, solib.c, exec.c, event-top.c: Ditto.
8369 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8370 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8371 * Makefile.in: Update all dependencies.
8372 (readline_tilde_h, readline_history_h): Define.
8373 (readline_headers): Delete.
8374
83277a99
MK
83752004-02-28 Mark Kettenis <kettenis@gnu.org>
8376
91ae4303
MK
8377 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8378 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8379 "config/i386/tm-lx64.h".
8380
83277a99
MK
8381 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8382 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8383 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8384
6e1d7d6c
AC
83852004-02-28 Andrew Cagney <cagney@redhat.com>
8386
ecc9ac84
AC
8387 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8388
6e1d7d6c
AC
8389 * breakpoint.c (_initialize_breakpoint): Use
8390 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8391 Add help to show command.
8392
9671aeef
MK
83932004-02-28 Mark Kettenis <kettenis@gnu.org>
8394
7fa2737c
MK
8395 * i386-nat.c: Reformat to be closer to coding standards.
8396 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8397 `retval'. Make variables `align' and `size' local to while-loop.
8398 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8399 (_initialize_i386_nat): New prototype.
8400
9671aeef
MK
8401 * tui/tui.c: Include <readline/readline.h> instead of
8402 "readline/readline.h". Include it after <term.h> and
8403 "gdb_curses.h".
8404
fca7aa43
AC
84052004-02-27 Andrew Cagney <cagney@redhat.com>
8406
412275d5
AC
8407 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8408 the new frame unwind code.
8409 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8410 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8411 PCOQ_HEAD_REGNUM.
8412
fca7aa43
AC
8413 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8414 "return_value" and "push_dummy_call".
8415 (hppa32_use_struct_convention): Delete unused function.
8416 (hppa32_store_return_value): Delete unused function.
8417 (hppa32_extract_return_value): Delete unused function.
8418 (hppa32_stack_align): Delete function.
8419
e6a8a7d2
EZ
84202004-02-27 Eli Zaretskii <eliz@elta.co.il>
8421
8422 * coffread.c (enter_linenos): Don't let rawptr reference memory
8423 outside linetab[]'s limits.
8424
1797a8f6
AC
84252004-02-27 Andrew Cagney <cagney@redhat.com>
8426
8427 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8428 inferior stack space - the stack needs to grow upwards.
8429 (hppa32_frame_align): New function.
8430 (hppa64_frame_align): Replace hppa_frame_align.
8431 (hppa_gdbarch_init): Update.
8432
2e4b5889
OF
84332004-02-26 Orjan Friberg <orjanf@axis.com>
8434
8435 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8436 (dwarf2-frame.h): Include.
8437 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8438 Remove static variables related to ABI setting.
8439 (struct gdbarch_tdep): Remove cris_abi member.
8440 (struct frame_extra_info): Remove.
8441 (cris_unwind_cache, stack_item): New structs.
8442 (cris_frame_unwind, cris_frame_base): New variables.
8443 (push_stack_item, pop_stack_item)
8444 (cris_frame_unwind_cache, cris_frame_this_id)
8445 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8446 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8447 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8448 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8449 (cris_reg_struct_has_addr): New functions.
8450 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 8451 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
8452 (cris_store_struct_return, cris_frameless_function_invocation)
8453 (cris_pop_frame, cris_skip_prologue_main)
8454 (cris_abi_original_store_return_value)
8455 (cris_abi_v2_store_return_value)
8456 (cris_abi_original_extract_return_value)
8457 (cris_abi_v2_extract_return_value)
8458 (cris_abi_original_reg_struct_has_addr)
8459 (cris_abi_v2_reg_struct_has_addr)
8460 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8461 (cris_push_return_address, cris_abi_update): Remove.
8462 (_initialize_cris_tdep): Remove ABI command.
8463 (cris_dump_tdep): Ditto.
8718a420 8464 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
8465 Set store_return_value, extract_return_value, push_dummy_code,
8466 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8467 frame_unwind_append_sniffer, frame_base_set_default.
8468 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8469 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8470 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 8471 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
8472 init_extra_frame_info, frameless_function_invocation, frame_chain,
8473 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8474 dummy_write_sp.
8718a420 8475
6b9acc27
JJ
84762004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8477
8478 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8479 * valprint.c (print_hex_chars): Change from static to external.
8480 (print_char_chars): New function.
8481 * printcmd.c (print_scalar_formatted): For integer and enum types
8482 that are longer than LONGEST, perform processing via appropriate
8483 print_*_chars routines.
8484
a431654a
AC
84852004-02-26 Andrew Cagney <cagney@redhat.com>
8486
8487 * Makefile.in: Update dependencies.
8488 Changes from Ulrich Weigand,
8489 * s390-tdep.c: Include "dwarf2-frame.h".
8490 (s390_dwarf2_frame_init_reg): New function.
8491 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8492 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8493
fa8d40ab
JJ
84942004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8495
8496 * breakpoint.c (pending_break_support): New setting variable.
8497 (break_command_1): Account for pending_break_support setting
8498 when creating pending breakpoints.
8499 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8500 (_initialize_breakpoint): Add "set breakpoint pending" and
8501 "show breakpoint pending" commands.
8502
0dcd613f
AC
85032004-02-26 Andrew Cagney <cagney@redhat.com>
8504
8505 Fix PR i18n/1570.
8506 * charset.c (backslashable, backslashed, represented): Remove 'e'
8507 from list of escaped characters, not part of ISO-C.
8508
479272a3
JB
85092004-02-25 J. Brobecker <brobecker@gnat.com>
8510
8511 From Peter Schauer <schauer@pdf.de>:
8512 * tui/tui.c: Move system header includes after local includes.
8513 Fixes a build failure on solaris systems.
8514
7613d933
JB
85152004-02-25 J. Brobecker <brobecker@gnat.com>
8516
8517 * configure.in: Refine the previous change.
8518 * configure: Regenerate.
8519
9c1488cb
MK
85202004-02-25 Mark Kettenis <kettenis@gnu.org>
8521
8522 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8523 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8524 "amd64-tdep.h" instead of "x86-64-tdep.h".
8525 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8526 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8527 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8528 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8529 and "x86-64-tdep.c".
8530 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8531 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8532 and "x86-64-tdep.c".
8533 * amd64bsd-nat.c: Update copyright year.
8534 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8535 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8536 "x86-64-tdep.h".
8537 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8538 "x86-64-tdep.h".
8539 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8540 "x86-64-tdep.h".
8541 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8542 "x86-64-tdep.h".
8543 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8544 "x86-64-tdep.h".
8545 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8546 "x86-64-tdep.h".
8718a420 8547 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
8548 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8549 * Makefile.in (amd64_linux_tdep_h): Renamed from
8550 x86_64_linux_tdep_h.
8551 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8552 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8553 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8554 (amd64obsd-tdep.o): Update dependencies.
8555 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8556 dependencies.
8557 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8558 dependencies.
8559 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8560 amd64-linux-nat.c amd64-linux-tdep.c.
8561 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8562 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8563 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8564 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8565 amd64-tdep.o and amd64-linux-tdep.o.
8566 (TM_FILE): Set to tm-linux64.h.
8567 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8568 (NAT_FILE): Set to nm-linux64.h.
8569 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8570 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8571 amd64-tdep.o.
8572 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8573 amd64-tdep.o.
8574 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8575 amd64-tdep.o.
8576
4b8dad4a
RM
85772004-02-25 Roland McGrath <roland@redhat.com>
8578
8579 * remote.c (remote_protocol_qPart_auxv): New variable.
8580 (init_all_packet_configs): Initialize it.
8581 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8582 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8583 (show_remote_cmd): Call it.
8584 (_initialize_remote): Initialize commands.
8585 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8586 service TARGET_OBJECT_AUXV requests.
8587
66745969
JB
85882004-02-25 J. Brobecker <brobecker@gnat.com>
8589
8590 * configure.in: Make sure that the wborder function is available.
8591 Otherwise, search for it in the cur_colr library.
8592 * configure: Regenerate.
8593
79508e1e
AC
85942004-02-25 Andrew Cagney <cagney@redhat.com>
8595
8596 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8597
571ee600
MK
85982004-02-25 Mark Kettenis <kettenis@gnu.org>
8599
8600 * config/i386/tm-x86-64linux.h: Tweak comments.
8601
2b1b322f 86022004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
8603
8604 * MAINTAINERS: Add self to write-after-approval list.
8605
4d2acc65
AC
86062004-02-25 Andrew Cagney <cagney@redhat.com>
8607
4b8dad4a 8608 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
8609 * cli/cli-script.c (execute_control_command): Unconditionally
8610 install a cleanup. Default "ret" to "invalid_control". Use
8611 "break" instead of "return" to escape from the switch.
8612
4cfcaf21
JB
86132004-02-24 J. Brobecker <brobecker@gnat.com>
8614
8615 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8616 with the lines macro defined in term.h on AiX.
8617 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8618 a collision with the label_width macro defined in term.h on AiX.
8619
54a5c8d8
KB
86202004-02-23 David Mosberger <davidm@hpl.hp.com>
8621
8622 Committed by Kevin Buettner <kevinb@redhat.com>.
8623
8624 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8625 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8626 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8627 instead of ia64_write_pc().
8628 * ia64-linux-tdep.c (regcache.h): Include.
8629 (ia64_linux_write_pc): New function.
4b8dad4a 8630
8a1dac83
RM
86312004-02-23 Roland McGrath <roland@redhat.com>
8632
8633 * auxv.c (info_auxv_command): Fix typos in error messages.
8634
90f90721
MK
86352004-02-23 Mark Kettenis <kettenis@gnu.org>
8636
8a1dac83 8637 * x86-64-tdep.h: Tweak comment.
90f90721
MK
8638 (enum amd64_regnum): New.
8639 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8640 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8641 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8642 (X86_64_XMM1_REGNUM): Removed.
8643 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8644 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8645 prototypes for renamed functions.
8646 * x86-64-tdep.c: Fix typo.
8647 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8648 register numbers.
8649 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8650 Use constants from `enum amd64_regnum' for register numbers.
8651 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8652 (amd64_analyze_prologue, amd64_frame_cache,
8653 amd64_sigtramp_frame_cache): Use constants from `enum
8654 amd64_regnum' for register numbers.
8655 (amd64_supply_fpregset): Adjust for renamed functions.
8656 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8657 `enum amd64_regnum' for register numbers.
8658 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8659 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8660 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8661 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8662 (amd64_linux_fill_gregset): Adjust for renamed macros.
8663 (fetch_core_registers): Adjust for renamed functions.
8664 (amd64_linux_init_abi): Adjust for renamed functions.
8665 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8666 renamed functions.
8667 * amd64-nat.c: Adjust for renamed macros.
8668 * amd64bsd-nat.c (fetch_inferior_registers)
8669 (store_inferior_registers): Use constants from `enum amd64_regnum'
8670 for register numbers. Adjust for renamed variables.
8671 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8672 renamed variables.
8673 (_initialize_amd64fbsd_nat): Use constants from `enum
8674 amd64_regnum' for register numbers.
8675 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8676 `enum amd64_regnum' for register numbers.
8677 (amd64fbsd_init_abi): Adjust for renamed functions.
8678 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8679 `enum amd64_regnum' for register numbers.
8680 (amd64nbsd_init_abi): Adjust for renamed functions.
8681 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8682 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8683 `enum amd64_regnum' for register numbers.
8684 (amd64obsd_init_abi): Adjust for renamed functions.
8685 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8686
d5479188
JJ
86872004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8688
8689 * breakpoint.c (print_one_breakpoint): Do not output spaces
8690 after printing <PENDING> for a pending breakpoint.
8691
81cb7cc9
JJ
86922004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8693
8694 * printcmd.c (print_scalar_formatted): Initialize val_long
8695 to remove compiler warning message.
8696
cbdeadca
JJ
86972004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8698
8699 * defs.h (nquery, yquery): New prototypes.
8700 * breakpoint.c (break_command_1): Use new nquery interface.
8701 * utils.c (defaulted_query, nquery, yquery): New functions.
8702
da6bab63
AC
87032004-02-23 Andrew Cagney <cagney@redhat.com>
8704
2f690297
AC
8705 * hppa-tdep.c (hppa_frame_align): New function.
8706 (hppa32_push_dummy_call): New function.
8707 (hppa64_push_dummy_call): New function.
8708 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8709 disabled.
8a1dac83 8710
da6bab63
AC
8711 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8712 FIX_CALL_DUMMY when push_dummy_call is available.
8713 (call_function_by_hand, push_dummy_code): Ditto.
8714
abf9b42d
AC
87152004-02-22 Andrew Cagney <cagney@redhat.com>
8716
8717 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8718 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8719 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8720 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8721 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8722 call_dummy_location to ON_STACK.
8723
10fc94a4
MK
87242004-02-22 Mark Kettenis <kettenis@gnu.org>
8725
51433e4b
MK
8726 * x86-64-linux-tdep.c: Tweak comment.
8727 (amd64_linux_supply_gregset): Renamed from
8728 x86_64_linux_supply_gresget.
8729 (amd64_linux_fill_gregset): Renamed from
8730 x86_64_linux_fill_gregset.
8731 (fetch_core_registers): Adjust for renamed functions.
8732 (amd64_core_fns): Renamed from x86_64_core_fns.
8733 (amd64_linux_sigtramp_start): Renamed from
8734 x86_64_linux_sigtramp_start.
8735 (amd64_linux_pc_in_sigtramp): Renamed from
8736 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8737 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8738 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8739 (amd64_linux_sigcontext_addr): Renamed from
8740 x86_64_linux_sigcontext_addr.
8741 (amd64_linux_sc_reg_offset): Renamed from
8742 x86_64_linux_sc_reg_offset.
8743 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8744 Adjust for renamed functions and variables.
8745 (_initialize_amd64_linux_tdep): Renamed from
8746 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8747 variables.
8748 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8749 Adjust for renamed functions.
8750
430eaf2e
MK
8751 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8752 from x86_64_linux_gregset64_reg_offset.
8753 (amd64_linux_gregset32_reg_offset): Rename from
8754 x86_64_linux_gregset64_reg_offset.
8755 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8756 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8757 (amd64_linux_dr_set_control): Renamed from
8758 x86_64_linux_dr_set_control. Adjust for renamed functions.
8759 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8760 Adjust for renamed functions.
8761 (amd64_linux_dr_reset_addr): Renamed from
8762 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8763 (amd64_linux_dr_get_status): Renamed from
8764 x86_64_linux_dr_get_status. Adjust for renamed functions.
8765 (_initialize_amd64_linux_nat): Renamed from
8766 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8767 functions.
8768 * config/i386/nm-x86-64linux.h: Update copyright year.
8769 Adjust for renamed functions.
8770
10fc94a4
MK
8771 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8772 amd64fbsd_sigtramp_start.
8773 (amd64fbsd_sigtramp_end_addr): Renamed from
8774 amd64fbsd_sigtramp_end.
8775 (amd64fbsd_init_abi): Adjust for renamed variables.
8776 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8777 variables.
8778 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8779 amd64fbsd_sigtramp_start.
8780 (amd64fbsd_sigtramp_end_addr): Renamed from
8781 amd64fbsd_sigtramp_end.
8782
343af405
AC
87832004-02-22 Andrew Cagney <cagney@redhat.com>
8784
537987fc
AC
8785 * hppa-tdep.c (hppa32_return_value): New function.
8786 (hppa64_return_value): New function.
8787 (hppa_gdbarch_init): Set return_value; keep disabled.
8788
fad850b2
AC
8789 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8790 struct-return and inferior function call methods.
8791
26d08f08
AC
8792 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8793 "frame-base.h".
8794 (struct hppa_frame_cache): Define.
8795 (hppa_frame_cache, hppa_frame_this_id): New functions.
8796 (hppa_frame_prev_register): New function.
8797 (hppa_frame_unwind, hppa_frame_base): New variables.
8798 (hppa_frame_unwind_sniffer): New function.
8799 (hppa_frame_base_address, hppa_unwind_pc): New function.
8800 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8801 sniffer, and frame base sniffer; keep disabled.
8802 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8803 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8804
e7d7bd65
AC
8805 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8806 to predicates for "seriously old code".
8807
e963316f
AC
8808 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8809 runtime if(0).
8810
56132691
AC
8811 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8812 unsigned.
8813 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 8814
343af405
AC
8815 * config/pa/tm-hppa.h: Update copyright.
8816 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8817 (deprecated_init_frame_pc_default): Delete declaration.
8818 (hppa_frame_init_saved_regs): Delete declaration.
8819 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8820 * hppa-tdep.c: Include "arch-utils.h".
8821 (hppa_gdbarch_init): Set deprecated init_frame_pc
8822 and deprecated frame_init_saved_regs.
8823 (hppa_frame_init_saved_regs): Make static.
8824
f5859b4d
MK
88252004-02-22 Mark Kettenis <kettenis@gnu.org>
8826
86f6f8e7 8827 Remove old 386BSD support.
cf7c5c23 8828 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
8829 * configure.host: Remove i[34567]86-*-bsd*.
8830 * configure.tgt: Remove i[34567]86-*-bsd*.
8831 * i386b-nat.c: Removed.
8832 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
8833 (i386b-nat.o): Remove dependencies.
8834
86f6f8e7
MK
8835 * config/i386/i386bsd.mh: Removed.
8836 * config/i386/i386bsd.mt: Removed.
8837 * config/i386/nm-i386bsd.h: Removed.
8838 * config/i386/tm-i386bsd.h: Removed.
8839 * config/i386/xm-i386bsd.h: Removed.
8840
971218cd
MK
8841 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8842
7e654c37
MK
8843 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8844 (amd64fbsd_init_abi): Set link map offsets.
8845 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8846 (amd64nbsd_init_abi): Set link map offsets.
8847 * amd64obsd-tdep.c: Include "solib-svr4.h".
8848 (amd64obsd_init_abi): Set link map offsets.
8849 * i386fbsd-tdep.c: Include "solib-svr4.h".
8850 (i386fbsd_init_abi): Set link map offsets.
8851 * i386nbsd-tdep.c: Include "solib-svr4.h".
8852 (i386nbsdelf_init_abi): Set link map offsets.
8853 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8854 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8855 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
8856 solib-legacy.o and core-aout.o. Reformat.
8857 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
8858 solib-svr4.o, solib-legacy.o. Reformat.
8859 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
8860 * config/i386/nbsdelf.mh: Reformat.
8861 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
8862 solib-svr4.o, solib-legacy.o and corelow.o.
8863 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
8864 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
8865 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
8866 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8867 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8868 (TM_FILE): Set to tm-fbsd.h.
8869 * config/i386/nbsd.mt (TDEPFILES): Reformat.
8870 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
8871 solib-svr4.o.
8872 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
8873 solib-svr4.o.
8874 (TM_FILE): Set to nm-nbsd.h.
8875 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
8876 Simplify shared library support. Don't include "elf/common.h".
8877 (SVR4_SHARED_LIBS): Don't define.
8878 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
8879 "solib.h".
8880 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
8881 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
8882 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
8883 Don't include "i386/tm-i386.h". Include "solib.h".
8884 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
8885 Don't include "i386/tm-i386.h".
8886 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
8887 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
8888 Include "i386/xm-i386.h".
8889 (HOST_LONG_DOUBLE_FORMAT): Remove.
8890
5d93ae8c
MK
8891 Fix OpenBSD/i386 sigtramp recognition.
8892 * i386-tdep.h: Update copyright year.
8893 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
8894 (i386bsd_sigtramp_end): New prototypes.
8895 (i386fbsd_sigtramp_start_addr): Renamed from
8896 i386fbsd_sigtramp_start.
8897 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8898 (i386obsd_sigtramp_start_addr): Renamed from
8899 i386obsd_sigtramp_start.
8900 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8901 * i386bsd-tdep.c: Update copyright year.
8902 (i386bsd_pc_in_sigtramp): Make public.
8903 * i386fbsd-nat.c: Update copyright year.
8904 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8905 * i386fbsd-tdep.c: Update copyright year.
8906 (i386fbsd_sigtramp_start_addr): Renamed from
8907 i386fbsd_sigtramp_start.
8908 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8909 (i386fbsdaout_init_abi): Adjust for renamed variables.
8910 * i386obsd-nat.c: Update copyright year.
8911 (_initialize_i386obsd_nat): Adjust for renamed variables.
8912 * i386obsd-tdep.c: Include "target.h".
8913 (i386obsd_page_size): New variable.
8914 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
8915 (i386obsd_sigtramp_end): New functions.
8916 (i386obsd_sigtramp_start_addr): Renamed from
8917 i386obsd_sigtramp_start.
8918 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8919 (i386obsd_init_abi): Adjust for renamed variables. Set
8920 pc_in_sigtramp, sigtramp_start and sigtramp_end.
8921 * Makefile.in (i386obsd-tdep.o): Update dependencies.
8922
84d04465
MK
8923 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
8924 trampoline change in OpenBSD kernel.
8925
b053aceb
MK
8926 * amd64-nat.c: Update copyright year.
8927 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
8928 architecture from REGCACHE.
8929
f5859b4d
MK
8930 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
8931 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
8932
e4bbbda8
MK
89332004-02-21 Mark Kettenis <kettenis@gnu.org>
8934
ba361932
MK
8935 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
8936 i[34567]86-*-openbsd3.[0-3].
8937 * config/i386/obsdaout.mh: New file.
8938
d3e48264
MK
8939 * config/i386/obsd.mh (MH_FLAGS): Remove.
8940
60a6eeb6
MK
8941 Fix PR build/1549.
8942 * i386obsd-tdep.c: Update copyright years. Include
8943 "solib-svr4.h".
8944 (i386obsd_init_abi): Don't set regset_from_core_section here.
8945 (i386obsd_aout_init_abi): New function. Set
8946 regset_from_core_section here.
8947 (i386obsd_elf_init_abi): New function.
8948 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
8949 * Makefile.in (i386obsd-tdep.o): Update dependecies.
8950 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8951 (TM_FILE): Set to tm-nbsd.h.
8952
8953 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
8954 solib-sunos.o.
8955
e4bbbda8
MK
8956 * solib-svr4.h: Update copyright year.
8957 (svr4_ilp32_fetch_link_map_offsets)
8958 (svr4_lp64_fetch_link_map_offsets): New prototype.
8959 * solib-svr4.c: Update copyright year.
8960 (svr4_ilp32_fetch_link_map_offsets)
8961 (svr4_lp64_fetch_link_map_offsets): New function.
8962
f6fe98ef
DJ
89632004-02-20 Daniel Jacobowitz <drow@mvista.com>
8964
8965 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8966 to the partial symbol table.
8967
589ca796
JB
89682004-02-20 J. brobecker <brobecker@gnat.com>
8969
8970 * PROBLEMS: Add description of problem documented under gdb/1560.
8971
2031c21a
MK
89722004-02-20 Mark Kettenis <kettenis@gnu.org>
8973
30b344b1
MK
8974 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8975 comments.
8976 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8977 functions.
8978 (amd64obsd_init_abi): Reorder initializations. Use
8979 amd64obsd_r_reg_offset to initialize the general-purpose register
8980 set details. Set regset_from_core_section.
8981 (_initialize_amd64obsd_tdep): Rename from
8982 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
8983 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
8984 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
8985
2031c21a
MK
8986 * NEWS (New native configurations): Mention OpenBSD/alpha.
8987 * configure.tgt: Add alpha*-*-openbsd*.
8988 * configure.host: Add alpha*-*-openbsd*.
8989 * alphanbsd-tdep.c: Update copyright year.
8990 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
8991
42471775
AC
89922004-02-20 Andrew Cagney <cagney@redhat.com>
8993
8994 Fix PR tdep/1372.
8995 * configure.tgt: Delete target "none-*-*".
8996 * configure.host: Delete host "none-*-*".
8997 * config/none/none.mh: Delete file.
8998 * config/none/none.mt: Delete file.
8999 * config/none/xm-none.h: Delete file.
9000 * config/none/tm-none.h: Delete file.
9001 * config/none/nm-none.h: Delete file.
9002
960ccd7d
FF
90032004-02-19 Fred Fish <fnf@redhat.com>
9004
9005 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9006 cache->uses_fp prior to setting it.
9007
5f883edd
FF
90082004-02-19 Fred Fish <fnf@redhat.com>
9009
9010 Fix for PR breakpoint/1558.
9011 * sh-tdep.c (IS_JSR): New macro.
9012 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9013
f98c22d5
JB
90142004-02-19 Jim Blandy <jimb@redhat.com>
9015
9016 * findvar.c (value_from_register): Doc fix.
9017
95051d27
JJ
90182004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9019
9020 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9021 type being greater than sizeof of host's LONGEST. Always use
9022 unpack_long() unless format 'f' chosen.
9023
ccefbec3
EZ
90242004-02-19 Joel Brobecker <brobecker@gnat.com>
9025
9026 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 9027
ccefbec3
EZ
9028 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9029 contains a symbol wich is the best, non-exact match for the given
9030 pc. Update comments.
9031
90322004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 9033
2ede629f
EZ
9034 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9035 macro, which was part of the now removed Mach 3 port.
9036 * utils.c (request_quit): Ditto.
9037
567ee972
MK
90382004-02-18 Mark Kettenis <kettenis@gnu.org>
9039
9040 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9041 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9042
50cca7bb
MK
90432004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9044
9045 Committed by Mark Kettenis <kettenis@gnu.org>.
9046
9047 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9048 Define.
9049
226361c4
AC
90502004-02-18 Andrew Cagney <cagney@redhat.com>
9051
9052 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9053 CONFIG_INSTALL and CONFIG_UNINSTALL.
9054 * configure: Re-generate.
9055 * interps.h (INTERP_TUI): Define.
9056 * Makefile.in: Update dependencies.
9057 (TUI): New macro.
9058 (tui-main.o): Specify dependencies.
9059 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9060 * tui/tui-main.c: New file.
9061
49cfa46f
MK
90622004-02-18 Mark Kettenis <kettenis@gnu.org>
9063
e2879ccb
MK
9064 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9065 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9066 dependencies.
9067 * configure.host: Add x86_64-*-openbsd*.
9068 * configure.tgt: Add x86_64-*-openbsd*.
9069 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9070
c43f4bec
MK
9071 * tui/tui.c: Don't include <malloc.h>.
9072
09ae75b6
MK
9073 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9074 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9075 amd64nbsd-tdep.c.
9076
49cfa46f 9077 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 9078 static. Remove extraneous whitespace.
49cfa46f
MK
9079 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9080 static.
9081
05957fdb
JB
90822004-02-17 Jim Blandy <jimb@redhat.com>
9083
9084 * findvar.c (value_from_register): Doc fix.
9085
d0f54f9d
JB
90862004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9087
9088 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 9089
8a1dac83 9090 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
9091 CORE_ADDR as type for selectors. Correct types for GNU run time
9092 message lookup function to use double indirection.
9093 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9094 * objc-lang.h (lookup_child_selector): Adapt prototype.
9095
9cbd5950
JB
9096 * s390-nat.c (SUBOFF): New macro.
9097 (supply_gregset, fill_gregset): Use it to handle debugging
9098 of 32-bit exectuables running under a 64-bit kernel.
9099 * s390-tdep.c: Include "solib-svr4.h".
9100 (s390_svr4_fetch_link_map_offset): New function.
9101 (s390x_svr_fetch_link_map_offset): Likewise.
9102 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9103 * Makefile.in (s390-tdep.o): Update dependencies.
9104
a8c99f38
JB
9105 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9106 "frame-unwind.h".
9107 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9108 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9109 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9110 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9111 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9112 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 9113 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
9114 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9115 (struct frame_extra_info): Remove.
9116 (s390_memset_extra_info): Remove.
f73b1eff
JB
9117 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9118 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9119 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
9120 (is_rse): Renamed to ...
9121 (is_rsy): ... this. Support long displacements.
9122 (is_rxe): Renamed to ...
9123 (is_rxy): ... this. Support long displacements.
9124 (compute_x_addr): Support long displacements.
9125 (struct s390_prologue_data): New data type.
9126 (s390_on_stack): Change API to use struct s390_prologue_data.
9127 (s390_store): Reimplement.
9128 (s390_load): New function.
9129 (s390_get_signal_frame_info): Remove.
9130 (s390_get_frame_info): Remove, replace by ...
9131 (s390_analyze_prolog): ... this new function.
9132 (s390_check_function_end): Remove.
9133 (s390_function_start): Remove.
9134 (s390_frameless_function_invokation): Remove.
9135 (s390_is_sigreturn): Remove.
9136 (s390_init_frame_pc_first): Remove.
9137 (s390_init_frame_extra_info): Remove.
9138 (s390_frame_init_saved_regs): Remove.
9139 (s390_frame_saved_pc_nofix): Remove.
9140 (s390_frame_saved_pc): Remove.
9141 (s390_frame_chain): Remove.
9142 (s390_fp_regnum, s390_read_fp): Remove.
9143 (s390_pop_frame_regular, s390_pop_frame): Remove.
9144 (s390_saved_pc_after_call): Remove.
9145 (s390_skip_prologue): Reimplement.
9146 (s390_in_function_epilogue_p): Support long displacements.
9147 (struct s390_unwind_cache): New data structure.
9148 (s390_frame_unwind_cache): New function.
9149 (s390_prologue_frame_unwind_cache): Likewise.
9150 (s390_backchain_frame_unwind_cache): Likewise.
9151 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9152 (s390_frame_unwind): Define.
9153 (s390_frame_sniffer): New function.
9154 (struct s390_pltstub_unwind_cache): New data structure.
9155 (s390_pltstub_frame_unwind_cache): New function.
9156 (s390_pltstub_frame_this_id): Likewise.
9157 (s390_pltstub_frame_prev_register): Likewise.
9158 (s390_pltstub_frame_unwind): Define.
9159 (s390_pltstub_frame_sniffer): New function.
9160 (struct s390_sigtramp_unwind_cache): New data structure.
9161 (s390_sigtramp_frame_unwind_cache): New function.
9162 (s390_sigtramp_frame_this_id): Likewise.
9163 (s390_sigtramp_frame_prev_register): Likewise.
9164 (s390_sigtramp_frame_unwind): Define.
9165 (s390_sigtramp_frame_sniffer): New function.
9166 (s390_frame_base_address, s390_local_base_address): New functions.
9167 (s390_frame_base): Define.
9168 (s390_unwind_pc, s390_unwind_sp): New function.
9169 (s390_push_dummy_call): Use new frame base location.
9170 (s390_unwind_dummy_id): Likewise.
9171 (s390_gdbarch_init): Remove calls to:
9172 set_gdbarch_frameless_function_invocation,
9173 set_gdbarch_deprecated_init_frame_pc,
9174 set_gdbarch_deprecated_frame_chain,
9175 set_gdbarch_deprecated_frame_init_saved_regs,
9176 set_gdbarch_deprecated_pop_frame,
9177 set_gdbarch_deprecated_init_extra_frame_info,
9178 set_gdbarch_deprecated_init_frame_pc_first,
9179 set_gdbarch_deprecated_target_read_fp,
9180 set_gdbarch_deprecated_frame_saved_pc,
9181 set_gdbarch_deprecated_saved_pc_after_call,
9182 set_gdbarch_deprecated_fp_regnum.
9183 Add calls to:
9184 set_gdbarch_in_solib_call_trampoline,
9185 frame_unwind_append_sniffer,
9186 frame_base_set_default,
9187 set_gdbarch_unwind_pc,
9188 set_gdbarch_unwind_sp.
9189 * Makefile.in (s390-tdep.o): Update dependencies.
9190
b0cf273e
JB
9191 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9192 (S390_STACK_FRAME_OVERHEAD): Remove.
9193 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9194 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9195 (s390_promote_integer_argument): Remove.
9196 (s390_cannot_extract_struct_value_address): Remove.
9197 (s390_use_struct_convention, s390_store_struct_return): Remove.
9198 (s390_extract_return_value, s390_store_return_value): Remove.
9199 (s390_return_value_convention, s390_return_value): New functions.
9200 (is_float_singleton): Handle typedefs.
8a1dac83 9201 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
9202 Remove, replace by ...
9203 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9204 s390_function_arg_integer): ... these new functions.
9205 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9206 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9207 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9208 Fill in tdep->abi.
9209 Remove calls to:
9210 set_gdbarch_deprecated_store_struct_return,
9211 set_gdbarch_deprecated_extract_return_value,
9212 set_gdbarch_deprecated_store_return_value,
9213 set_gdbarch_use_struct_convention,
9214 set_gdbarch_extract_struct_value_address,
9215 set_gdbarch_deprecated_pc_in_call_dummy,
9216 set_gdbarch_deprecated_push_arguments,
9217 set_gdbarch_deprecated_save_dummy_frame_tos,
9218 set_gdbarch_deprecated_push_return_address,
9219 set_gdbarch_deprecated_sizeof_call_dummy_words,
9220 set_gdbarch_deprecated_call_dummy_words,
9221 set_gdbarch_deprecated_dummy_write_sp.
9222 Add calls to:
9223 set_gdbarch_push_dummy_call,
9224 set_gdbarch_unwind_dummy_id,
9225 set_gdbarch_return_value.
8a1dac83 9226
e1457d83
JB
9227 * config/s390/nm-linux.h: Update comments.
9228 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9229 (STOPPED_BY_WATCHPOINT): Redefine.
9230 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9231 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9232 (s390_stopped_by_watchpoint): Likewise.
9233 (watch_area_cnt): Remove.
9234 * s390-nat.c: Update comments.
9235 (watch_area): Remove typedef.
9236 Global replace watch_area by struct watch_area.
9237 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 9238 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
9239 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9240 (s390_fix_watch_points): Remove pid argument,
9241 use s390_inferior_tid. Recompute area spanned by watchpoints.
9242 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9243 argument. Reimplement.
9244
d0f54f9d
JB
9245 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9246 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9247 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 9248 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
9249 core-regset.o.
9250 * config/s390/s390x.mt: Remove.
9251 * config/s390/tm-s390.h: Remove.
9252 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9253 (TARGET_ELF64): Remove.
9254 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9255 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9256 s390*-*-* case; always set gdb_target to s390.
9257 * regformats/reg-s390.dat: Remove control registers.
9258 * regformats/reg-s390x.dat: Likewise.
9259 * s390-tdep.h: New file.
8a1dac83 9260 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
9261 Include "inferior.h" and "s390-tdep.h".
9262 Remove private definition of offsetof.
9263 (s390_register_u_addr): Remove.
9264 (regmap_gregset, regmap_fpregset): Define.
9265 (supply_gregset, fill_gregset): Reimplement.
9266 (supply_fpregset, fill_fpregset): Likewise.
9267 (s390_inferior_tid): New function.
9268 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9269 (fetch_inferior_registers, store_inferior_registers): Likewise.
9270 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9271 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9272 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9273 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9274 (struct gdbarch_tdep): Define.
9275 (struct s390_register_info): Define.
9276 (s390_register_info): New variable.
9277 (s390_register_name): Reimplement.
9278 (s390_register_type): New function.
9279 (s390_register_raw_size, s390x_register_raw_size): Remove.
9280 (s390_cannot_fetch_register): Remove.
9281 (s390_register_byte): Remove.
9282 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9283 (s390_dwarf_regmap): New variable.
9284 (s390_dwarf_reg_to_regnum): New function.
9285 (s390_stab_reg_to_regnum): Remove.
9286 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9287 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9288 (s390_convert_register_p): Likewise.
9289 (s390_register_to_value, s390_value_to_register): Likewise.
9290 (s390_register_reggroup_p): Likewise.
9291 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9292 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9293 (s390_supply_regset, s390_regset_from_core_section): New functions.
9294 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9295 (S390_FPR_SIZE): Likewise.
9296 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9297 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9298 (S390_NUM_GPRS): Move here from tm-s390.h.
9299 (S390_NUM_FPRS): Likewise.
9300 (s390_in_function_epilogue_p): New function.
9301 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9302 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9303 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9304 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9305 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9306 Remove calls to:
9307 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
9308 set_gdbarch_deprecated_max_register_virtual_size,
9309 set_gdbarch_deprecated_register_byte,
d0f54f9d 9310 set_gdbarch_cannot_fetch_register,
8a1dac83 9311 set_gdbarch_cannot_store_register,
d0f54f9d
JB
9312 set_gdbarch_deprecated_register_size,
9313 set_gdbarch_deprecated_register_raw_size,
9314 set_gdbarch_deprecated_register_virtual_size,
9315 set_gdbarch_deprecated_register_virtual_type,
9316 set_gdbarch_deprecated_register_bytes.
9317 Add calls to:
9318 set_gdbarch_num_pseudo_regs,
9319 set_gdbarch_register_type,
9320 set_gdbarch_convert_register_p,
9321 set_gdbarch_register_to_value,
9322 set_gdbarch_value_to_register,
9323 set_gdbarch_register_reggroup_p,
9324 set_gdbarch_regset_from_core_section,
9325 set_gdbarch_pseudo_register_read,
9326 set_gdbarch_pseudo_register_write,
9327 set_gdbarch_in_function_epilogue_p.
9328 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9329 (s390_tdep_h): New variable.
9330
8cfe231d
JB
93312004-02-17 Jim Blandy <jimb@redhat.com>
9332
4589a601
JB
9333 * findvar.c (value_from_register): If the type has no length, just
9334 return an acceptable value --- don't report an internal error.
9335
8cfe231d
JB
9336 * stabsread.c (read_type): If we find any type numbers that are
9337 forward references, complain if the references aren't resolved by
9338 the time we're finished reading.
9339 (cleanup_undefined_types): Make error message more appropriate for
9340 a complaint.
9341
5bf0017e
EZ
93422004-02-17 Elena Zannoni <ezannoni@redhat.com>
9343
9d62932d
EZ
9344 * Makefile.in (defs_h): Remove dependency on progress_h.
9345 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9346 progress.h.
9347 * main.c (captured_main): Delete use of START_PROGRESS and
9348 END_PROGRESS.
9349
93502004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 9351
5bf0017e
EZ
9352 * objfiles.c (terminate_minimal_symbol_table): Add back
9353 initialization of MSYMBOL_TYPE.
9354
9fc9f5e2
AC
93552004-02-17 David Mosberger <davidm@hpl.hp.com>
9356
9357 Committed by Andrew Cagney.
9358 * Makefile.in (ia64_tdep_h): New macro.
9359 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9360 (ia64-tdep.o): Likewise.
9361 * ia64-tdep.h: New file.
9362 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9363 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9364 (ia64_aix_sigcontext_register_address): Likewise.
9365 (ia64_linux_getunwind_table): Delete declaration.
9366 * ia64-linux-tdep.c: Likewise.
9367
76cd2bd9
CV
93682004-02-17 Corinna Vinschen <vinschen@redhat.com>
9369
9370 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9371 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9372 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9373
634aa483
AC
93742004-02-17 Andrew Cagney <cagney@redhat.com>
9375
9376 * symtab.c (skip_prologue_using_sal): New function.
9377 * symtab.h (skip_prologue_using_sal): Declare.
9378 * frv-tdep.c: Include "symtab.h".
9379 (skip_prologue_using_sal): Delete function.
9380 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9381 * rs6000-tdep.c (refine_prologue_limit): Mention
9382 skip_prologue_using_sal.
9383 * ia64-tdep.c (refine_prologue_limit): Ditto.
9384 * Makefile.in: Update dependencies.
9385
93862004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 9387
39ce7b3f
AC
9388 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9389 START_INFERIOR_TRAPS_EXPECTED.
9390 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9391 START_INFERIOR_TRAPS_EXPECTED.
9392 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9393 Delete macro.
9394 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9395 macro, moved to "nm-osf.h". Update copyright.
9396 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9397 update copyright.
9398
19772a2c
AC
9399 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9400 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9401 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9402 frameless_look_for_prologue.
9403 * frame.h (legacy_frameless_look_for_prologue): Rename
9404 frameless_look_for_prologue.
9405 * gdbarch.h, gdbarch.c: Re-generate.
9406 * sh64-tdep.c (sh64_gdbarch_init): Update.
9407 * sh-tdep.c (sh_gdbarch_init): Update.
9408 * s390-tdep.c (s390_gdbarch_init): Update.
9409 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9410 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9411 * m68k-tdep.c (m68k_gdbarch_init): Update.
9412 (delta68_frame_args_address): Update.
9413 * m32r-tdep.c (m32r_gdbarch_init): Update.
9414 * hppa-tdep.c (hppa_gdbarch_init): Update.
9415 * h8300-tdep.c (h8300_gdbarch_init): Update.
9416 * frv-tdep.c (frv_gdbarch_init): Update.
9417 (frv_frameless_function_invocation): Update.
9418 * cris-tdep.c (cris_gdbarch_init): Update.
9419 (cris_frameless_function_invocation): Update.
9420 * avr-tdep.c (avr_gdbarch_init): Update.
9421 * arm-tdep.c (arm_gdbarch_init): Update.
9422 * stack.c (frame_info): Update, call predicate.
9423 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9424 * frame.c (legacy_get_prev_frame): Update, call predicate..
9425 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9426 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9427 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9428 invocation.
9429 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9430 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9431 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
9432
9433 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9434 function.
9435
7dcaac91
DJ
94362004-02-16 Daniel Jacobowitz <drow@mvista.com>
9437
9438 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9439 initializations.
9440
88289b6e
AC
94412004-02-16 Andrew Cagney <cagney@redhat.com>
9442
9443 * tui/tui-windata.c: Include "gdb_string.h".
9444 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9445 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9446 * Makefile.in: Update dependencies.
9447
9f976b41
DJ
94482004-02-16 Daniel Jacobowitz <drow@mvista.com>
9449
9450 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9451 * infrun.c: Include "gdb_assert.h".
9452 (singlestep_ptid, saved_singlestep_ptid)
9453 (stepping_past_singlestep_breakpoint): New variables.
9454 (resume): Set singlestep_ptid. Check for singlestep thread
9455 hop.
9456 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9457 (handle_inferior_event): Handle singlestep thread hop.
9458
c324d747
AC
94592004-02-16 Andrew Cagney <cagney@redhat.com>
9460
f090b9b1
AC
9461 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9462 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9463 (dwarf2_frame_init_reg): Ditto.
9464
fd33e6cb
AC
9465 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9466 suggested by Joshua Neuheisel
9467
c324d747
AC
9468 * configure.in: Always check for curses, including pdcurses.
9469 Warn, instead of error, when no curses are found. Enable TUI when
9470 curses is available.
9471 * configure: Re-generate.
9472
b66ba949
CV
94732004-02-16 Corinna Vinschen <vinschen@redhat.com>
9474
9475 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9476 sh_sh4_register_convert_to_virtual.
9477 (sh_register_convert_to_raw): Rename from
9478 sh_sh4_register_convert_to_raw.
9479 (sh_pseudo_register_read): Accomodate above name change.
9480 (sh_pseudo_register_write): Ditto.
9481
b58cbbf2
CV
94822004-02-16 Corinna Vinschen <vinschen@redhat.com>
9483
9484 * sh-tdep.c (sh_generic_register_name): Remove.
9485 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9486
5929a910
AC
94872004-02-15 Andrew Cagney <cagney@redhat.com>
9488
4566dfcf
AC
9489 * configure.in (build_warnings): Add -Wunused-function.
9490 * configure: Re-generate.
9491
db11ed55
AC
9492 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9493 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9494
46ac7a5d
AC
9495 * procfs.c (procfs_init_inferior): Assume that
9496 START_INFERIOR_TRAPS_EXPECTED is defined.
9497 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9498 * config/ns32k/tm-nbsd.h: Delete file,
9499 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9500
ba801595
AC
9501 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9502 * config/vax/tm-vax.h: Delete file.
9503
5929a910
AC
9504 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9505 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9506 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9507 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9508 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9509 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9510 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9511
8f22cb90
MK
95122004-02-15 Mark Kettenis <kettenis@gnu.org>
9513
9514 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9515 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9516 (struct dwarf2_frame_ops): New.
9517 (dwarf2_frame_default_init_reg): New function, based on
9518 dwarf2_frame_init_reg.
9519 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9520 (dwarf2_frame_init_reg): Call architecture-specific function.
9521 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9522 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9523 instead of dwarf2_frame_data.
9524 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9525 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9526
8132723e
AC
95272004-02-15 Andrew Cagney <cagney@redhat.com>
9528
046a4708
AC
9529 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9530 register_gdbarch_swap.
9531 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9532 * f-lang.c (_initialize_f_language): Update, use
9533 DEPRECATED_REGISTER_GDBARCH_SWAP.
9534 * remote.c (_initialize_remote): Ditto.
9535 * regcache.c (_initialize_regcache): Ditto.
9536 * parse.c (_initialize_parse): Ditto.
9537 * infrun.c (_initialize_infrun): Ditto.
9538 * mi/mi-main.c (_initialize_mi_main): Ditto.
9539 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 9540
549c1eea
AC
9541 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9542 poking .cacheable directly.
9543 * symfile.c (symfile_bfd_open): Ditto.
9544
0c0b39de
AC
9545 * Makefile.in: Update all dependencies.
9546
8132723e
AC
9547 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9548 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9549 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9550 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9551 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 9552
b9d26eb9
AC
95532004-02-14 Andrew Cagney <cagney@redhat.com>
9554
8e1f669a
AC
9555 * arch-utils.c (legacy_convert_register_p): Check
9556 DEPRECATED_REGISTER_CONVERTIBLE_P.
9557 * findvar.c (value_of_register): Ditto.
9558
cd0bfa36
AC
9559 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9560 * gdbarch.h, gdbarch.c: Re-generate.
9561 * arch-utils.c (deprecated_register_convertible_not): Delete.
9562 * arch-utils.h (deprecated_register_convertible_not): Delete.
9563 * mi/mi-main.c (get_register): Update. Update copyright.
9564 * infcmd.c (default_print_registers_info): Update.
9565
b9d26eb9
AC
9566 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9567 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9568 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 9569 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
9570 * frame.c (deprecated_get_next_frame_hack): Delete function.
9571 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9572 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9573 Update.
9574 * infcall.c (call_function_by_hand): Update.
9575
9ab9195f
EZ
95762004-02-14 Elena Zannoni <ezannoni@redhat.com>
9577
9578 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 9579 from here...
9ab9195f
EZ
9580 * objfiles.c (init_entry_point_info, entry_point_address):..to
9581 here.
9582 * symfile.h (init_entry_point_info, entry_point_address): Remove
9583 prototypes.
9584 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 9585 prototypes.
9ab9195f
EZ
9586 * cris-tdep.c: Remove include of symfile.h. Add include of
9587 objfiles.h.
9588 * infcall.c: Ditto.
9589 * mcore-tdep.c: Ditto.
9590 * mn10300-tdep.c: Ditto.
9591 * sh64-tdep.c: Ditto.
9592 * v850-tdep.c: Ditto.
9593 * arm-tdep.c: Remove include of symfile.h.
9594 * blockframe.c: Ditto.
9595 * coffread.c: Ditto.
9596 * dbxread.c: Ditto.
9597 * dwarf2read.c: Ditto.
9598 * dwarfread.c: Ditto.
8a1dac83 9599 * frv-tdep.c: Ditto.
9ab9195f
EZ
9600 * ia64-tdep.c: Ditto.
9601 * mdebugread.c: Ditto.
9602 * mipsread.c: Ditto.
8a1dac83 9603 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
9604 * s390-tdep.c: Ditto.
9605 * sh-tdep.c: Ditto.
8a1dac83 9606 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
9607 * gdbarch.sh: Remove include of symfile.h.
9608 * gdbarch.c: Regenerate.
9609 * solib-irix.c (enable_break): Use entry_point_address().
9610 Add comment about include file.
9611 * xcoffread.c: Add comment about include file.
8a1dac83
RM
9612 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9613 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9614 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9615 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
9616 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9617
c4c5b7ba
AC
96182004-02-13 Andrew Cagney <cagney@redhat.com>
9619
9620 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9621 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9622 copyright.
9623 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9624
3e7879de
FF
96252004-02-12 Fred Fish <fnf@redhat.com>
9626
9627 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9628 set_gdbarch_store_return_value.
9629
6a7760b6
AC
96302004-02-12 Andrew Cagney <cagney@redhat.com>
9631
9632 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9633 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9634 (interrupt_query): Ditto.
9635 (ofunc): Delete unused variable.
9636 * cris-tdep.c (cris_abi): Delete unused function.
9637 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9638 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9639 (cris_get_asr_quick_shift_steps): Ditto.
9640 (cris_skip_prologue_frameless_p): Ditto.
9641 * arm-tdep.c (arm_push_return_address): Delete unused function.
9642 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9643 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9644 * s390-tdep.c (s390_function_start): Delete unused function.
9645
31687c3c
AC
96462004-02-12 Andrew Cagney <cagney@redhat.com>
9647
9648 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9649 gdbarch.h, gdbarch.c: Re-generate.
9650 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9651 to generic_prologue_frameless_p.
9652 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9653 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9654
6de918a6
DJ
96552004-02-11 Daniel Jacobowitz <drow@mvista.com>
9656
9657 * mips-linux-tdep.c: Include "frame.h".
9658 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9659 (mips_linux_skip_resolver): New functions.
9660 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9661 and set_gdbarch_in_solib_call_trampoline.
9662 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9663 to after set_gdbarch_in_solib_return_trampoline. Only set the
9664 solib hooks to mips16 functions if the OS ABI is unknown.
9665 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9666 including "config/tm-linux.h".
9667 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9668 * Makefile.in (mips-linux-tdep.o): Update.
9669
87b3ede8
DC
96702004-02-11 David Carlton <carlton@kealia.com>
9671
9672 * linespec.c (decode_compound): Only look for a class symbol when
9673 considering all but the rightmost component.
9674
5979bc46
AC
96752004-02-11 Andrew Cagney <cagney@redhat.com>
9676
9677 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9678 abi code are are separatly grouped.
9679
5867a2fb
AC
96802004-02-11 Andrew Cagney <cagney@redhat.com>
9681
9682 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9683 * gdbarch.h, gdbarch.c: Re-generate.
9684 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9685 * v850-tdep.c (v850_gdbarch_init): Update.
9686 * sh64-tdep.c (sh64_gdbarch_init): Update.
9687 * sh-tdep.c (sh_gdbarch_init): Update.
9688 * s390-tdep.c (s390_gdbarch_init): Update.
9689 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9690 * mips-tdep.c (mips_gdbarch_init): Update.
9691 * mcore-tdep.c (mcore_gdbarch_init): Update.
9692 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9693 * m32r-tdep.c (m32r_gdbarch_init): Update.
9694 * ia64-tdep.c (ia64_gdbarch_init): Update.
9695 * hppa-tdep.c (hppa_gdbarch_init): Update.
9696 * h8300-tdep.c (h8300_gdbarch_init): Update.
9697 * frv-tdep.c (frv_gdbarch_init): Update.
9698 * d10v-tdep.c (d10v_gdbarch_init): Update.
9699 * cris-tdep.c (cris_gdbarch_init): Update.
9700 * avr-tdep.c (avr_gdbarch_init): Update.
9701 * arm-tdep.c (arm_gdbarch_init): Update.
9702 * alpha-tdep.c (alpha_gdbarch_init): Update.
9703
026a72f8
CV
97042004-02-11 Corinna Vinschen <vinschen@redhat.com>
9705
9706 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9707 comma.
9708 (sh_sh4al_dsp_register_name): Ditto.
9709
3903d437
AC
97102004-02-10 Andrew Cagney <cagney@redhat.com>
9711
9712 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9713 (mips_init_frame_pc_first): Delete function.
9714 (mips_frame_saved_pc): Delete function.
9715 (mips_frame_chain): Delete function.
9716 (mips_init_extra_frame_info): Delete function.
9717 (mips_xfer_register): Delete unused variable "reg".
9718 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9719 (mips_n32n64_return_value): Delete unused variable "reg".
9720 (mips_n32n64_return_value): Delete unused variable "pos".
9721 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9722 (mips_o32_return_value): Delete unused variable "pos".
9723 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9724 (mips_print_fp_register): Delete unused variable "namelen"
9725 (mips_print_fp_register): Delete unused variable "flt2"
9726 (get_frame_pointer): Delete function.
9727 (cached_proc_desc): Delete static variable.
9728 (mips_pop_frame): Delete function.
9729 (mips_find_saved_regs): Delete function.
9730 (mips_get_saved_register): Delete function.
9731 (mips_saved_pc_after_call): Delete function.
9732 (SIGFRAME_BASE): Delete macro.
9733 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9734 (SIGFRAME_PC_OFF): Delete macro.
9735 (SIGFRAME_REGSAVE_OFF): Delete macro.
9736 (mips_dump_tdep): Do not print deleted macro definitions.
9737
b9fb98bd
AC
97382004-02-10 Andrew Cagney <cagney@redhat.com>
9739
9740 * Makefile.in (SFILES): Remove explictly listed tui files.
9741 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9742
78ced177 97432004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 9744
78ced177
JJ
9745 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9746 to use paddr functions to format ia64 addresses and long values.
9747 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9748 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9749 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9750 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9751 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9752
6a83354a
AC
97532004-02-10 Andrew Cagney <cagney@redhat.com>
9754
9755 * defs.h: Do not include "tui.h".
9756 * gdb_curses.h: New file.
9757 * tui/tui-hooks.h: New file.
9758 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9759 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9760 (tui_initialize_io): Delete declaration.
9761 (tui_initialize_readline: Delete redundant declaration.
9762 (struct tui_point): Delete definition.
9763 * tui/tui-data.h (struct tui_point): Define.
9764 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9765 * utils.c: Include "tui/tui.h".
9766 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9767 * printcmd.c [TUI]: Include "tui/tui.h".
9768 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9769 * tui/tui-command.c: Include "gdb_curses.h".
9770 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9771 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9772 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9773 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9774 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9775 * Makefile.in: Update all dependencies.
9776 (tui_hooks_h, gdb_curses_h): Define.
9777 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9778
997470ef
EZ
97792004-02-10 Elena Zannoni <ezannoni@redhat.com>
9780
9781 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9782 auxf2. Add comments about some other rarely used fields.
9783
4ff2cc4d
AC
97842004-02-10 Andrew Cagney <cagney@redhat.com>
9785
9786 * Makefile.in (init.c): Fix script removing duplicates. Problem
9787 reported by Peter Schauer.
9788
1ab21617
EZ
97892004-02-09 Elena Zannoni <ezannoni@redhat.com>
9790
9791 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9792 obstack_specify_allocation.
9793 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 9794 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
9795 (allocate_rt_common_objfile): Ditto.
9796 * symfile.c (reread_symbols): Ditto.
9797 * gdb_obstack.h: Add comment.
9798
17763fd9
EZ
97992004-02-09 Elena Zannoni <ezannoni@redhat.com>
9800
9801 * linespec.c (decode_line_1, locate_first_half)
9802 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9803 commented out code.
9804
ec5cdd75
DJ
98052004-02-09 Daniel Jacobowitz <drow@mvista.com>
9806
9807 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9808 obstack_free.
9809
43b54b88
AC
98102004-02-09 Andrew Cagney <cagney@redhat.com>
9811
9812 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9813 fails, try find_pc_section. Fix PR c++/1267.
9814 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9815 instead of find_pc_mapped_section.
9816 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9817 not default to the section containing PC. Fix PR symtab/1519.
9818
edfae063
AC
98192004-02-09 Andrew Cagney <cagney@redhat.com>
9820
9821 * Makefile.in (mips-tdep.o): Update dependencies.
9822 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9823 "trad-frame.h".
9824 (mips_unwind_pc): Return the pseudo PC register.
9825 (mips_unwind_dummy_id): New function.
9826 (mips16_fetch_instruction): New function.
9827 (mips32_fetch_instruction): New function.
9828 (struct mips_frame_cache): Define.
9829 (mips_mdebug_frame_cache): New function.
9830 (mips_mdebug_frame_this_id): New function.
9831 (mips_mdebug_frame_prev_register): New function.
9832 (mips_mdebug_frame_unwind): Define.
9833 (mips_mdebug_frame_sniffer): New function.
9834 (mips_mdebug_frame_base_address): New function.
9835 (mips_mdebug_frame_base): Define.
9836 (mips_mdebug_frame_base_sniffer): New function.
9837 (mips_gdbarch_init): Append unwind and base sniffers. Set
9838 unwind_dummy_id.
9839
defc864c
AC
98402004-02-08 Andrew Cagney <cagney@redhat.com>
9841
6764ddad
AC
9842 * frame.c: Print both the register number and name.
9843
defc864c
AC
9844 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9845 and a sed into a single sed. Make .c and .o patterns more robust.
9846 (OBS): Delete.
9847 (INIT_FILES): Replace OBS with COMMON_OBS.
9848 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9849
645d6d10
MK
98502004-02-08 Mark Kettenis <kettenis@gnu.org>
9851
9852 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9853 the PT_WCOOKIE request.
9854
23e3c3fc
AC
98552004-02-08 Andrew Cagney <cagney@redhat.com>
9856
58dfe9ff
AC
9857 * mips-tdep.c (mips_unwind_pc): New function.
9858 (mips_gdbarch_init): Set mips_unwind_pc.
9859
1152e35e
AC
9860 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
9861 (get_frame_id): Allow the UNKNOWN_FRAME.
9862 (frame_register_unwind, get_frame_type): Ditto.
9863
31b75dbf
AC
9864 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
9865 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
9866 unwind_dummy_id indicates a legacy frame.
9867
3483b318
AC
9868 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
9869 * configure: Re-generate.
9870
23e3c3fc
AC
9871 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
9872 methods.
9873
33f8ca73
AC
98742004-02-08 Andrew Cagney <cagney@redhat.com>
9875
9876 * configure.in (CONFIG_ALL): Set to Makefile target, and not
9877 makefile macro.
9878 * configure: Re-generate.
9879 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
9880 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
9881 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
9882 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
9883 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
9884 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
9885 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
9886 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
9887 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
9888 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
9889
6ba8e26f 98902004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 9891
20d286a5
AC
9892 * Makefile.in: Update all dependencies.
9893
d836ee13
AC
9894 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
9895 * configure: Re-generate.
9896 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
9897 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
9898 (COMMON_OBS): Add "main.o" and "annotate.o".
9899 (ANNOTATE_OBS): Delete.
9900 (OBS): Remove ANNOTATE_OBS.
9901 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9902 CONFIG_INITS.
9903 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9904 against CONFIG_OBS and "main.o".
9905 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9906 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9907
d02c80cd
AC
9908 * tui/tui-command.c: Include "gdb_string.h", delete register
9909 attribute, use ISO-C function signatures.
9910 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
9911 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9912 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
9913 * tui/tui.c: Ditto.
6ba8e26f
AC
9914
9915 * tui/tui-command.c: Change variable and function names to lower
9916 case.
9917 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
9918 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
9919 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9920 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9921 * tui/tui-winsource.c, tui/tui.c: Ditto.
9922
4a146b47
EZ
99232004-02-07 Elena Zannoni <ezannoni@redhat.com>
9924
9925 * buildsym.c (free_pending_blocks, finish_block)
9926 (record_pending_block, make_blockvector, end_symtab): Replace
9927 symbol_obstack with objfile_obstack.
8a1dac83 9928 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 9929 (coff_read_enum_type): Ditto.
8a1dac83 9930 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 9931 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 9932 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
9933 (dwarf2_symbol_mark_computed): Ditto.
9934 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
9935 * elfread.c (elf_symtab_read): Ditto.
9936 * hpread.c (hpread_symfile_init, hpread_symfile_init)
9937 (hpread_read_enum_type, hpread_read_function_type)
9938 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
9939 Ditto.
8a1dac83 9940 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 9941 (java_link_class_type): Ditto.
8a1dac83 9942 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
9943 (new_symbol): Ditto.
9944 * minsyms.c (install_minimal_symbols): Ditto.
9945 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
9946 (terminate_minimal_symbol_table): Replace symbol_obstack with
9947 objfile_obstack.
9948 (free_objfile): Remove freeing of symbol_obstack.
9949 * objfiles.h: Remove symbol_obstack field.
9950 * pa64solib.c (add_to_solist): Replace symbol_obstack with
9951 objfile_obstack.
9952 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9953 symbol_obstack.
9954 (solib_add_common_symbols): Replace symbol_obstack with
9955 objfile_obstack.
9956 * somsolib.c (som_solib_add): Ditto.
9957 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9958 (common_block_start, common_block_end): Ditto.
9959 * symfile.c (reread_symbols): Remove freeing and init of
9960 symbol_obstack.
9961 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9962 * symfile.h: Update comment.
9963 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9964 stats printing.
9965 * symtab.c (symbol_set_names): Replace symbol_obstack with
9966 objfile_obstack.
9967 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9968 Update comments.
9969 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9970 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9971 objfile_obstack.
9972
6d012f14
AC
99732004-02-07 Andrew Cagney <cagney@redhat.com>
9974
9975 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9976 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9977 fields and variables.
9978 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
9979 (m_beInvisible): Delete macro.
9980 * tui/tui-data.h: Fix case case fields and variables.
9981 (m_genWinPtrIsNull): Delete macro.
9982 (tui_win_list): Rename winList.
9983 (TUI_SRC_WIN): Rename srcWin.
9984 (TUI_DISASM_WIN): Rename disassemWin.
9985 (TUI_DATA_WIN): Rename dataWin.
9986 (TUI_CMD_WIN): Rename cmdWin.
9987 (m_genWinPtrNotNull): Delete macro.
9988 (m_winPtrIsNull): Delete macro.
9989 (m_winPtrNotNull): Delete macro.
9990 (tui_win_is_source_type): Replace m_winIsSourceType
9991 (tui_win_is_auxillary): Replace m_winIsAuzillary.
9992 (tui_win_has_locator): Replace m_hasLocator.
9993 (tui_set_win_highlight): Replace m_setWinHighlightOn and
9994 m_setWinHighlightOff.
9995 * tui/tui-data.c: Update references.
9996 (tui_win_is_source_type, tui_set_win_highlight): New functions.
9997 (tui_win_has_locator, tui_win_is_auxillary): New functions.
9998 * tui/tui-command.c, tui/tui-disasm.c: Update references.
9999 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10000 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10001 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10002 * tui/tui-winsource.c, tui/tui.c: Ditto.
10003
7d34766b
MK
100042004-02-07 Mark Kettenis <kettenis@gnu.org>
10005
1c800673
MK
10006 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10007 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10008 StackGhost.
10009
7d34766b
MK
10010 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10011 variable `i6' to `i7'.
10012 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10013
22940a24
AC
100142004-02-07 Andrew Cagney <cagney@redhat.com>
10015
10016 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10017 (TuiPoint, TuiPointPtr): Ditto.
10018 (TuiStatus, TuiStatusPtr): Ditto.
10019 (TuiWinType, TuiWinTypePtr): Ditto.
10020 (struct tui_point): Rename _TuiPoint.
10021 (tui_get_low_disassembly_address): Rename
10022 tuiGetLowDisassemblyAddress.
10023 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10024 (tuiFree): Delete declaration.
10025 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10026 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10027 * tui/tui.c (tuiFree): Delete function.
10028 * cli/cli-cmds.c (disassemble_command): Update references.
10029 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10030 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10031 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10032 * tui/tui-winsource.c: Ditto.
10033
8b92e4d5
EZ
100342004-02-07 Elena Zannoni <ezannoni@redhat.com>
10035
10036 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10037 coffstab_build_psymtabs, elfstab_build_psymtabs)
10038 (stabsect_build_psymtabs): Replace psymbol_obstack with
10039 objfile_obstack.
10040 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10041 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10042 Ditto.
10043 * dwarfread.c (scan_compilation_units): Ditto.
10044 * elfread.c (elfstab_offset_sections): Ditto.
10045 * hppa-tdep.c (read_unwind_info): Ditto.
10046 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10047 (hpread_end_psymtab): Ditto.
10048 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10049 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10050 Ditto.
10051 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 10052 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
10053 (build_objfile_section_table): Ditto.
10054 (allocate_objfile): Remove init of psymbol_obstack.
10055 (free_objfile): Remove freeing of psymbol_obstack.
10056 * objfiles.h (struct objfile): Remove field
10057 psymbol_obstack. Update comments.
10058 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10059 psymbol_obstack with objfile_obstack.
10060 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10061 psymbol_obstack.
10062 * somread.c (som_symfile_offsets, init_import_symbols)
10063 (init_export_symbols): Replace psymbol_obstack with
10064 objfile_obstack.
10065 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10066 * symfile.c (default_symfile_offsets, syms_from_objfile)
10067 (reread_symbols): Remove freeing and init of psymbol_obstack.
10068 (cashier_psymtab): Update comment.
10069 * symmisc.c (print_objfile_statistics): Don't report stats for
10070 psymbol obstack.
10071 * symtab.h (struct general_symbol_info, struct partial_symtab):
10072 Update comments.
10073 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10074 (xcoff_symfile_offsets): Replace psymbol_obstack with
10075 objfile_obstack.
10076
b99607ea
EZ
100772004-02-07 Elena Zannoni <ezannoni@redhat.com>
10078
10079 * objfiles.h (struct objfile): Add objfile_obstack field.
10080 Remove type_obstack field.
10081
10082 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10083 read_structure_scope read_enumeration, new_symbol): Replace
10084 type_obstack with objfile_obstack.
10085 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 10086 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
10087 (lookup_fundamental_type): Ditto.
10088 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
10089 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10090 (hpread_read_doc_function_type, hpread_read_struct_type)
10091 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 10092 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 10093 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
10094 (java_link_class_type): Ditto.
10095 * mdebugread.c (parse_type): Ditto.
10096 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10097 * solib-sunos.c (solib_add_common_symbols): Ditto.
10098 * stabsread.c (define_symbol, read_type, read_member_functions,
10099 read_cpp_abbrev, read_one_struct_field): Ditto.
10100 * symfile.c (reread_symbols): Ditto.
10101 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 10102
2a8854a7
AC
101032004-02-07 Andrew Cagney <cagney@redhat.com>
10104
10105 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10106 (tui_exec_info_content): Rename TuiExecInfoContent.
10107 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10108 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10109 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10110 (TuiList, TuiListPtr): Ditto.
10111 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10112 (TuiDataType, TuiDataTypePtr): Ditto.
10113 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10114 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10115 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10116 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10117 (TuiDataElement, TuiDataElementPtr): Ditto.
10118 (TuiWinElement, TuiWinElementPtr): Ditto.
10119 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10120 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10121 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10122 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10123 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10124 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10125 * tui/tui-command.c, tui/tui-data.c: Update references.
10126 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10127 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10128 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10129 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 10130
05cbe71a
MK
101312004-02-07 Mark Kettenis <kettenis@gnu.org>
10132
10133 * dwarf2-frame.h: Update copyright.
10134 (enum dwarf2_frame_reg_rule): New.
10135 (struct dwarf2_frame_state_reg): New.
10136 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10137 * dwarf2-frame.c: Update copyright.
10138 (enum dwarf2_reg_rule): Remove.
10139 (struct dwarf2_frame_state): Remove defenition of `struct
10140 dwarf2_frame_state_reg'.
10141 (read_reg): Call get_frame_arch to get the architecture instead of
10142 using CURRENT_GDBARCH.
10143 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10144 DWARF2_FRAME_.
10145 (dwarf2_frame_init_reg): New function.
10146 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10147 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10148 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10149 tags with DWARF2_FRAME_.
10150 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10151 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10152 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10153
ec7d9e56
AC
101542004-02-06 Andrew Cagney <cagney@redhat.com>
10155
dd1abb8c
AC
10156 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10157 (enum tui_data_type): Rename _TuiDataType.
10158 (struct tui_layout_def): Rename _TuiLayoutDef.
10159 (struct tui_source_element): Rename _TuiSourceElement.
10160 (struct tui_data_element): Rename _TuiDataElement.
10161 (struct tui_command_element): Rename _TuiCommandElement.
10162 (struct tui_locator_element): Rename _TuiLocatorElement.
10163 (union tui_which_element): Define.
10164 (struct tui_win_element): Rename _TuiWinElement.
10165 (struct tui_data_info): Rename _TuiDataInfo.
10166 (struct tui_source_info): Rename _TuiSourceInfo.
10167 (struct tui_command_info): Rename _TuiCommandInfo.
10168 (tui_initialize_static_data): Rename initializeStaticData.
10169 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10170 (tui_alloc_win_info): Rename allocWinInfo.
10171 (tui_init_generic_part): Rename initGenericPart.
10172 (tui_init_win_info): Rename initWinInfo.
10173 (tui_alloc_content): Rename allocContent.
10174 (tui_add_content_elements): Rename addContentElements.
10175 (tui_init_content_element): Rename initContentElement.
10176 (tui_free_window): Rename freeWindow.
10177 (tui_free_win_content): Rename freeWinContent.
10178 (tui_free_data_content): Rename freeDataContent.
10179 (tui_free_all_source_wins_content): Rename
10180 freeAllSourceWinsContent.
10181 (tui_del_window): Rename tuiDelWindow.
10182 (tui_del_data_windows): Rename tuiDelDataWindows.
10183 (tui_partial_win_by_name): Rename partialWinByName.
10184 (tui_win_name): Rename winName.
10185 (tui_current_layout): Rename currentLayout.
10186 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10187 (tui_term_height): Rename termHeight.
10188 (tui_set_term_height_to): Rename setTermHeightTo.
10189 (tui_term_width): Rename termWidth.
10190 (tui_set_term_width_to): Rename setTermWidthTo.
10191 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10192 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10193 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10194 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10195 (tui_source_windows): Rename sourceWindows.
10196 (tui_clear_source_windows): Rename clearSourceWindows.
10197 (tui_clear_source_windows_detail): Rename
10198 clearSourceWindowsDetail.
10199 (tui_clear_win_detail): Rename clearWinDetail.
10200 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10201 (tui_default_tab_len): Rename tuiDefaultTabLen.
10202 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10203 (tui_win_with_focus): Rename tuiWinWithFocus.
10204 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10205 (tui_layout_def): Rename tuiLayoutDef.
10206 (tui_win_resized): Rename tuiWinResized.
10207 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10208 (tui_next_win): Rename tuiNextWin.
10209 (tui_prev_win): Rename tuiPrevWin.
10210 (tui_add_to_source_windows): Rename addToSourceWindows.
10211 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10212 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10213 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10214 * tui/tui.c, tui/tui-data.c: Ditto.
10215 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10216 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10217
a358af15
AC
10218 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10219 (struct symtab): Declare.
10220 (tui_set_source_content): Rename tuiSetSourceContent.
10221 (tui_show_symtab_source): Rename tuiShowSource.
10222 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10223 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10224 * tui/tui-source.c: Update copyright. Update references.
10225 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10226 * tui/tui-stack.c: Update references.
10227
a21fcd8f
AC
10228 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10229 (struct tui_win_info): Declare.
10230 (tui_scroll_forward): Rename tuiScrollForward.
10231 (tui_scroll_backward): Rename tuiScrollBackward.
10232 (tui_scroll_left): Rename tuiScrollLeft.
10233 (tui_scroll_right): Rename tuiScrollRight.
10234 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10235 (tui_resize_all): Rename tuiResizeAll.
10236 (tui_refresh_all_win): Rename tuiRefreshAll.
10237 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10238 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10239 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10240 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10241
edae1ccf
AC
10242 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10243 (tui_erase_data_content): Rename tuiEraseDataContent.
10244 (tui_display_all_data): Rename tuiDisplayAllData.
10245 (tui_check_data_values): Rename tuiCheckDataValues.
10246 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10247 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10248 (tui_first_data_element_no_in_line): Rename
10249 tuiFirstDataElementNoInLine.
10250 (tui_delete_data_content_windows): Rename
10251 tuiDeleteDataContentWindows.
10252 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10253 (tui_display_data_from): Rename tuiDisplayDataFrom.
10254 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10255 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10256 * tui/tui-win.c, tui/tui-regs.c: Update references.
10257 * tui/tui-layout.c, tui/tui.c: Update references.
10258
ec7d9e56
AC
10259 * tui/tui-wingeneral.h: Update copyright.
10260 (m_allBeVisible): Delete macro.
8a1dac83 10261 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
10262 (struct tui_gen_win_info): Declare.
10263 (struct tui_win_info): Declare.
10264 (tui_unhighlight_win): Rename unhighlightWin.
10265 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10266 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10267 (tui_make_window): Rename makeWindow.
10268 (tui_copy_win): Rename copyWin.
10269 (tui_box_win): Rename boxWin.
10270 (tui_highlight_win): Rename highlightWin.
10271 (tui_check_and_display_highlight_if_needed): Rename
10272 checkAndDisplayHighlightIfNeeded.
10273 (tui_refresh_all): Rename refreshAll.
10274 (tui_delete_win): Rename tuiDelwin.
10275 (tui_refresh_win): Rename tuiRefreshWin.
10276 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10277 (tui_make_visible, tui_make_invisible): New functions.
10278 (tui_make_all_visible, tui_make_all_invisible): New functions.
10279 (make_all_visible): Rename makeAllVisible.
10280 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10281 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10282 * tui/tui-windata.c, tui/tui-win.c: Update references.
10283 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10284 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10285
1e52e2eb
MK
102862004-02-06 Mark Kettenis <kettenis@gnu.org>
10287
10288 * proc-api.c (write_with_trace): Initialize local variable to
10289 silence compiler warning.
10290
f80bda8e
AC
102912004-02-06 Andrew Cagney <cagney@redhat.com>
10292
10293 * tui/tui-source.h: Do not include "defs.h".
10294 (struct tui_win_info): Declare.
10295 (tui_set_source_content_nil): Declare.
10296 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10297 (union tui_line_or_address): Rename _TuiLineOrAddress.
10298 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10299 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10300 (tui_update_source_window_as_is): Rename
10301 tuiUpdateSourceWindowAsIs.
10302 (tui_update_source_windows_with_addr): Rename
10303 tuiUpdateSourceWindowsWithAddr.
10304 (tui_update_source_windows_with_line): Rename
10305 tuiUpdateSourceWindowsWithLine.
10306 (tui_clear_source_content): Rename tuiClearSourceContent.
10307 (tui_erase_source_content): Rename tuiEraseSourceContent.
10308 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10309 (tui_show_source_content): Rename tuiShowSourceContent.
10310 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10311 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10312 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10313 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10314 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10315 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10316 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10317 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10318 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10319 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10320 (struct tui_win_info): Declare.
10321 * tui/tui-stack.c: Update references.
10322 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10323 * tui/tui-win.c, tui/tui-source.c: Ditto.
10324 * tui/tui.c, tui/tui-disasm.c: Ditto.
10325
9fbfb822
MK
103262004-02-06 Mark Kettenis <kettenis@gnu.org>
10327
10328 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10329 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10330
03cebad2
MK
103312004-02-05 Mark Kettenis <kettenis@gnu.org>
10332
10333 * infrun.c (handle_inferior_event): Allow for breakpoint
10334 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10335 and SIGEMT. Update comments.
10336 * NEWS (Revised SPARC target): Mention support for non-executable
10337 stack.
10338
290281b1
MK
103392004-02-04 Mark Kettenis <kettenis@gnu.org>
10340
10341 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10342 * inftarg.c: Update copyright year.
10343 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10344 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10345 (sparc_xfer_wcookie): New function.
10346 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10347 * Makefile.in (sparc-nat.o): Update dependencies.
10348 * config/sparc/nm-nbsd.h: Include "target.h".
10349 (NATIVE_XFER_WCOOKIE): New define.
10350 (sparc_xfer_wcookie): New prototype.
10351
212161df
AC
103522004-02-04 Andrew Cagney <cagney@redhat.com>
10353
10354 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10355 SYSCALL_TRAP function.
10356 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10357
6e4c6c91
DJ
103582004-02-04 Andrew Cagney <cagney@redhat.com>
10359 Daniel Jacobowitz <drow@mvista.com>
10360
10361 * objfiles.h: Delete comments refering to inside_entry_func and
10362 DEPRECATED_FRAME_CHAIN_VALID.
10363 * defs.h (inside_entry_func): Update prototype..
10364 * blockframe.c (inside_entry_func): Rename to
10365 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10366 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10367
cae688ec
JJ
103682004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10369
10370 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10371 outside of #ifdef SOLIB_ADD region.
10372 (do_restore_lang_radix_cleanup): Ditto.
10373 (resolve_pending_breakpoint): Ditto.
10374
19217676
AC
103752004-02-03 Andrew Cagney <cagney@redhat.com>
10376
10377 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10378 (process_note_abi_tag_sections): Delete unused function.
10379 (ia64_read_fp): Delete unused function.
10380 (gdbarch_extract_struct_value_address): Delete declaration.
10381
876753be
AC
103822004-02-02 Andrew Cagney <cagney@redhat.com>
10383
10384 * vax-tdep.c (vax_frame_chain): Delete call to
10385 deprecated_inside_entry_file.
10386 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10387
d4f10bf2
MK
103882004-02-02 Mark Kettenis <kettenis@gnu.org>
10389
10390 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10391 column that's "empty" or "same value" when eliminating REG_RA
10392 rules.
10393
cae688ec
JJ
103942004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10395
10396 * NEWS: Add information about new pending breakpoint support.
10397
0101ce28
JJ
103982004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10399
10400 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10401 and pending fields for pending breakpoint support.
10402 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10403 (condition_command): Only parse condition if not a pending
10404 breakpoint.
10405 (print_one_breakpoint): Add support for pending breakpoints.
10406 (describe_other_breakpoints): Add checks to verify we are not
10407 dealing with pending breakpoints.
10408 (check_duplicates): Don't check pending breakpoints.
10409 (set_raw_breakpoint): Initialize pending flag.
10410 (do_restore_lang_radix_cleanup): New cleanup routine.
10411 (resolve_pending_breakpoint): New function.
10412 (re_enable_breakpoints_in_shlibs): Try and resolve any
10413 pending breakpoints via resolve_pending_breakpoint.
10414 (mention): Add pending breakpoint support.
10415 (parse_breakpoint_sals): Add new parameter to pass to
10416 decode_line_1 to indicate silent errors when files or functions
10417 are not found. Change all callers.
10418 (do_captured_parse_breakpoint): New function.
10419 (break_command_1): Change prototype to return an rc value and to
10420 take an optional pending breakpoint pointer. Support creating
10421 a pending breakpoint if a "not found" form of error occurs when
10422 parsing the breakpoint. Also support resolving an existing pending
10423 breakpoint and be silent if the resolution fails.
10424 (create_breakpoints): Change prototype to take pending breakpoint
10425 pointer. When resolving a pending breakpoint, use the new pointer
10426 to provide a conditional or commands added by the end-user.
10427 (delete_breakpoint): Add appropriate check for pending.
10428 (breakpoint_re_set_one): Ditto.
10429 (do_enable_breakpoint): Ditto.
10430
8d577d32
DC
104312004-02-02 David Carlton <carlton@kealia.com>
10432
10433 * valops.c (enum oload_classification): New.
10434 (find_overload_match): Break implementation into separate
10435 functions; delete #if 0'd code; look for symbols within
10436 namespaces.
10437 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10438 (find_oload_champ,oload_method_static,classify_oload_match): New.
10439 * cp-support.h: Add declaration for cp_func_name; update
10440 declaration for make_symbol_overload_list.
10441 * cp-support.c (cp_func_name): New.
10442 (overload_list_add_symbol): Fix comment, use
10443 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10444 (make_symbol_overload_list): Take a function name and a namespace
10445 instead of a symbol; change implementation.
10446 (make_symbol_overload_list_using): New.
10447 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10448
22e8e3c7
FF
104492004-02-02 Fred Fish <fnf@redhat.com>
10450
10451 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 10452 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
10453 * remote-sim.c (gdb_os_write_stderr): Write output to
10454 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10455 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 10456 gdb_stderr stream and update copyright years.
22e8e3c7 10457
6b753f60
DJ
104582004-02-01 Daniel Jacobowitz <drow@mvista.com>
10459
10460 * Makefile.in (mips-linux-nat.o): Update dependencies.
10461 * mips-linux-nat.c: Include mips-tdep.h.
10462
104632004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
10464
10465 * sol-thread.c (sol_thread_xfer_partial): New function.
10466 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10467 (init_sol_core_ops): Likewise.
10468
10469 * procfs.c (procfs_xfer_partial): New function.
10470 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10471 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10472
10473 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10474 procfs_xfer_auxv function.
10475
10476 * procfs.c (procfs_make_note_section): If we can read
10477 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10478 * linux-proc.c (linux_make_note_section): Likewise.
10479
10480 * auxv.h: New file.
10481 * auxv.c: New file.
10482 * Makefile.in (auxv_h): New variable.
10483 (COMMON_OBS): Add auxv.o here.
10484 (auxv.o): New target.
10485
10486 * corelow.c (core_xfer_partial): New function.
10487 (init_core_ops): Use it for core_ops.to_xfer_partial.
10488
10489 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10490 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10491 macro if that is defined.
10492
fa5281d0
DJ
104932004-02-01 Daniel Jacobowitz <drow@mvista.com>
10494
10495 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10496 and check the specified thread for each breakpoint.
10497 * breakpoint.h (bpstat_stop_status): Update prototype.
10498 * infrun.c (handle_inferior_event): Update calls to
10499 bpstat_stop_status.
10500
26ee262d
DJ
105012004-02-01 Daniel Jacobowitz <drow@mvista.com>
10502
10503 * Makefile.in (cli-cmds.o): Add $(readline_h).
10504
d9b52655
DJ
105052004-02-01 Daniel Jacobowitz <drow@mvista.com>
10506
10507 * cli/cli-cmds.c: Include readline.h.
10508 (complete_command): Pass the start of the last word to
10509 complete_line.
10510
9709f61c
DJ
105112004-01-31 Daniel Jacobowitz <drow@mvista.com>
10512
10513 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10514 argument, and change first argument to a CORE_ADDR.
10515 * breakpoint.h (bpstat_stop_status): Update prototype.
10516 * infrun.c (adjust_pc_after_break): Add a new comment.
10517 (handle_inferior_event): Update calls to bpstat_stop_status.
10518
4f1280bb
DJ
105192004-01-31 Daniel Jacobowitz <drow@mvista.com>
10520
10521 * breakpoint.h: Update copyright years.
10522
4fa8626c
DJ
105232004-01-31 Daniel Jacobowitz <drow@mvista.com>
10524
10525 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10526 (bpstat_stop_status): Don't decrement PC.
10527 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10528 prototype.
10529 * infrun.c (adjust_pc_after_break): New function.
10530 (handle_inferior_event): Call it, early. Remove later references
10531 to DECR_PC_AFTER_BREAK.
10532 (normal_stop): Add commentary.
10533
fad0733a
DJ
105342004-01-31 Daniel Jacobowitz <drow@mvista.com>
10535
10536 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10537 2004-01-27 double-free fix.
10538
42cdca6c
MK
105392004-01-31 Mark Kettenis <kettenis@gnu.org>
10540
10541 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10542 (sparc32_frame_prev_register): Handle StackGhost.
10543 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10544
932d5416
RM
105452004-01-29 Roland McGrath <roland@redhat.com>
10546
10547 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10548 * configure: Regenerated.
10549
10550 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10551 * Makefile.in (procfs.o): Add dep.
10552
47d3492a
AC
105532004-01-28 Andrew Cagney <cagney@redhat.com>
10554
10555 * tui/tui-stack.h: Update copyright.
10556 (struct frame_info): Add opaque declaration.
10557 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10558 (tui_show_locator_content): Rename tuiShowLocatorContent.
10559 (tui_show_frame_info): Rename tuiShowFrameInfo.
10560 * tui/tui-stack.c: Update copyright. Update references.
10561 * tui/tui-winsource.c: Update references.
10562 * tui/tui-win.c: Update references.
10563 * tui/tui-layout.c: Update references.
10564 * tui/tui-hooks.c: Update copyright, update references.
10565 * tui/tui.c: Update copyright, update references.
10566 * tui/tui-disasm.c: Update references.
10567
5d51ca54
DC
105682004-01-28 David Carlton <carlton@kealia.com>
10569
10570 * dwarf2read.c (add_partial_structure): Use demangled name if
10571 namespace equals "".
10572
086ed43d
JB
105732004-01-27 Jim Blandy <jimb@redhat.com>
10574
10575 Clean up misapplied patch:
10576 * dwarf2read.c (determine_prefix): Change one of the two forward
10577 declarations for 'determine_prefix_aux' to a declaration for this.
10578 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10579 argument to 'die_specification'.
10580
2a35147e
JB
10581 * dwarf2read.c (read_func_scope): Re-indent comment.
10582
a355c7de 105832004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 10584
a355c7de
AC
10585 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10586 b->exp to NULL after freeing so that error during re-parsing or
10587 evaluation of expressions associated with breakpoint don't
10588 eventually lead to re-freeing of storage.
10589 Committed by Andrew Cagney.
10590
63ff5125
AC
105912004-01-27 Andrew Cagney <cagney@redhat.com>
10592
10593 * source.c (ambiguous_line_spec): Delete undefined declaration.
10594 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10595 (m32r_set_server_address, m32r_set_download_path): Ditto.
10596 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10597
e142c38c
DJ
105982004-01-27 Daniel Jacobowitz <drow@mvista.com>
10599
10600 * dwarf2read.c: Update calls to changed and renamed functions, and
10601 references to moved variables.
10602
10603 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10604 language, language_defn, list_in_scope, and ftypes members.
10605 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10606 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10607 (baseaddr): Remove globals.
10608
10609 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10610 (set_cu_language, die_is_declaration, die_specification)
10611 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10612 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10613 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10614 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10615
10616 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10617 cu.list_in_scope. Don't initialize cu_header_offset.
10618 (add_partial_symbol): Add local baseaddr.
10619 (psymtab_to_symtab_1): Add local baseaddr. Use
10620 objfile->section_offsets for consistency. Don't initialize
10621 cu_header_offset; do initialize cu.header.offset and
10622 cu.list_in_scope.
10623 (read_file_scope, read_func_scope, read_lexical_block_scope)
10624 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10625
c6e06ede
MC
106262004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10627
fb328ecc 10628 * PROBLEMS: Add gdb/1516.
c6e06ede 10629
48184fd4
AC
106302003-12-29 Robert Millan <robertmh@gnu.org>
10631
10632 Patch committed by Andrw Cagney.
10633 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10634 * configure.tgt: Match knetbsd*-gnu.
10635
c1321b30
AC
106362004-01-26 Andrew Cagney <cagney@redhat.com>
10637
f3699be3
AC
10638 * breakpoint.c (catch_command_1): Delete #ifdef code.
10639 (catch_fork_command_1): Delete #ifdef wrapper.
10640 (catch_exec_command_1): Ditto.
10641 (catch_load_command_1): Ditto.
10642 (catch_unload_command_1): Ditto.
10643
c1321b30
AC
10644 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10645 (catch_breakpoint): Delete #if0ed function.
10646 (disable_catch_breakpoint): Ditto.
10647 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10648 (disable_catch, enable_catch, delete_catch): Ditto.
10649
b4501125
AC
106502004-01-26 Andrew Cagney <cagney@redhat.com>
10651
10652 * remote.c (echo_check, quit_flag): Delete variables.
10653 (cisco_kernel_mode): Delete variable.
10654 (minitelnet_return, tty_input, escape_count): Delete variables.
10655 (remote_cisco_mode): Delete variable.
10656 (remote_cisco_open, remote_cisco_close): Delete function.
10657 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10658 (init_remote_cisco_ops): Delete function.
10659 (_initialize_remote): Do not install "remote cisco" code.
10660 (read_frame): Delete cisco specific code.
10661 (remote_info_process): Delete function.
10662 (remote_wait): Delete cisco specific code.
10663 (remote_cisco_section_offsets): Delete function.
10664 (remote_cisco_objfile_relocate): Delete function.
10665 (remote_async_wait): Delete cisco specific code.
10666 (minitelnet, readtty, readsocket): Delete function.
10667
74055713
AC
106682004-01-26 Andrew Cagney <cagney@redhat.com>
10669
10670 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10671 comments mentioning extract_returned_value_address.
10672 * infcmd.c (print_return_value): Update. Add comments on
10673 extract_returned_value_address.
10674 * stack.c (return_command): Add comments on
10675 extract_returned_value_address.
10676 * values.c: Update comment.
10677 * m32r-tdep.c: Update comment.
10678 * sparc-tdep.c: Update comment.
10679 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10680 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10681 * sh64-tdep.c (sh64_gdbarch_init): Update.
10682 * sh-tdep.c (sh_gdbarch_init): Update.
10683 * s390-tdep.c (s390_gdbarch_init): Update.
10684 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10685 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10686 * m68k-tdep.c (m68k_gdbarch_init): Update.
10687 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10688 * m32r-tdep.c (m32r_gdbarch_init): Update.
10689 * ia64-tdep.c (ia64_gdbarch_init): Update.
10690 * h8300-tdep.c (h8300_gdbarch_init): Update.
10691 * frv-tdep.c (frv_gdbarch_init): Update.
10692 * arm-tdep.c (arm_gdbarch_init): Update.
10693 * alpha-tdep.c (alpha_gdbarch_init): Update.
10694
a67af2b9
AC
106952004-01-26 Andrew Cagney <cagney@redhat.com>
10696
10697 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10698 SYMBOL_LOCATION_FUNCS
10699 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10700 "struct symbol_ops".
10701 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10702 type to "struct symbol_ops".
10703 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10704 (struct symbol): Replace ".aux_value.loc.funcs" and
10705 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10706 (SYMBOL_OBJFILE): Delete macro.
10707 (SYMBOL_LOCATION_FUNCS): Delete macro.
10708 (SYMBOL_LOCATION_BATON): Update.
10709 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10710 intead of SYMBOL_LOCATION_FUNCS.
10711 * ax-gdb.c (gen_var_ref): Ditto.
10712 * printcmd.c (address_info): Ditto.
10713 * findvar.c (read_var_value): Ditto.
10714 (symbol_read_needs_frame): Ditto.
10715
c034e007
AC
107162004-01-26 Andrew Cagney <cagney@redhat.com>
10717
10718 * dwarf2read.c (read_func_scope): Document frame-base hack.
10719
bb472c1e
MK
107202004-01-25 Mark Kettenis <kettenis@gnu.org>
10721
10722 * infcmd.c (print_return_value): Plug memory leak; delete
10723 ui_stream object. Rename argument `structure_return' to
10724 `struct_return'.
10725
c8e737d5
MK
107262004-01-25 Mark Kettenis <kettenis@gnu.org>
10727
f941662f
MK
10728 * infcmd.c (print_return_value): Wrap long lines.
10729 (finish_command_continuation, finish_command): Remove unused
10730 variable `funcaddr'. Fix some coding-standards problems.
10731
c558d81a 10732 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 10733 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
10734 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10735 TDEP->fpregset to zero.
10736
bf1e5861 10737 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
10738 floating-point registers for traditional NetBSD core files.
10739 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10740 TDEP->sizeof_fpregset here.
10741
4c72d57a
MK
107422004-01-25 Mark Kettenis <kettenis@gnu.org>
10743
566626fa
MK
10744 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10745 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10746 function with code split out from
10747 sparc32nbsd_sigcontext_frame_cache.
10748 (sparc32nbsd_sigcontext_frame_cache): Use
10749 sparc32nbsd_sigcontext_saved_regs.
10750 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10751 OpenBSD.
10752 * sparcobsd-tdep.c: New file.
10753 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10754 (sparcobsd-tdep.o): New dependency.
10755 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10756 * config/sparc/obsd.mt: New file.
10757
4c72d57a
MK
10758 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10759 TDEP->fpregset to be initialized to enable core file register
10760 sets.
10761
7e5e9f88
MK
107622004-01-24 Mark Kettenis <kettenis@gnu.org>
10763
f0f207fd 10764 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
10765 Add opaque declarations.
10766 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10767 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10768 function with code split out from
10769 sparc64nbsd_sigcontext_frame_cache.
10770 (sparc64nbsd_sigcontext_frame_cache): Use
10771 sparc64nbsd_sigcontext_saved_regs.
10772 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10773 OpenBSD.
10774 * sparc64obsd-tdep.c: New file.
10775 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10776 (sparc64obsd-tdep.o): New dependency.
10777 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10778 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10779 * config/sparc/obsd64.mt: New file.
10780
690668cc
MK
10781 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10782 read the instruction at PC.
10783
7e5e9f88
MK
10784 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10785 value of GDB_OSABI_DEFAULT.
10786 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10787 instead of GDB_OSABI_NETBSD_AOUT.
10788
68b6dce9
NR
107892004-01-24 Nick Roberts <nick@nick.uklinux.net>
10790
10791 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10792 copyright.
10793
080ce8c0
AC
107942004-01-23 Andrew Cagney <cagney@redhat.com>
10795
10796 * printcmd.c (display_command): Replace tui_set_display call with
10797 tui_set_layout_for_display_command.
10798 * tui/tui.h (enum tui_win_type): Define.
10799 (tui_set_layout): Delete declaration.
10800 (tui_set_layout_for_display_command): Rename set_tui_layout.
10801 * tui/tui-data.h (enum tui_layout_type): Define.
10802 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10803 "tui.h".
10804 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10805 (tui_default_win_height): Rename tuiDefaultWinHeight.
10806 (tui_default_win_viewport_height): Rename
10807 tuiDefaultWinViewportHeight.
10808 (tui_set_layout): RenametuiSetLayout.
10809 * tui/tui-layout.c: Update references.
10810 * tui/tui.c: Update references.
10811 * tui/tui-disasm.c: Update references.
10812
b368761e
DC
108132004-01-23 David Carlton <carlton@kealia.com>
10814
10815 Partial workaround for PR c++/1511:
10816 * cp-namespace.c: Include frame.h.
10817 (cp_lookup_transparent_type): New
10818 (cp_lookup_transparent_type_loop): New.
10819 * cp-support.h: Declare cp_lookup_transparent_type.
10820 * symtab.c (basic_lookup_transparent_type): Renamed from
10821 lookup_transparent_type.
10822 (lookup_transparent_type): Replace old body by a call to
10823 current_language->la_lookup_transparent_type.
10824 * symtab.h: Update copyright. Declare
10825 basic_lookup_transparent_type.
10826 * language.h: Update copyright.
10827 (struct language_defn): Add la_lookup_transparent_type.
10828 * language.c: Update copyright.
10829 (unknown_language_defn): Add basic_lookup_transparent_type.
10830 (auto_language_defn): Add basic_lookup_transparent_type.
10831 (local_language_defn): Add basic_lookup_transparent_type.
10832 * ada-lang.c: Update copyright.
10833 (ada_language_defn): Add basic_lookup_transparent_type.
10834 * c-lang.c: Update copyright.
10835 (c_language_defn): Add basic_lookup_transparent_type.
10836 (cplus_language_defn): Add basic_lookup_transparent_type.
10837 (asm_language_defn): Add basic_lookup_transparent_type.
10838 (minimal_language_defn): Add basic_lookup_transparent_type.
10839 * f-lang.c: Update copyright.
10840 (f_language_defn): Add basic_lookup_transparent_type.
10841 * jv-lang.c: Update copyright.
10842 (java_language_defn): Add basic_lookup_transparent_type.
10843 * m2-lang.c: Update copyright.
10844 (m2_language_defn): Add basic_lookup_transparent_type.
10845 * objc-lang.c: Update copyright.
10846 (objc_language_defn): Add basic_lookup_transparent_type.
10847 * p-lang.c: Update copyright.
10848 (p_language_defn): Add basic_lookup_transparent_type.
10849 * scm-lang.c: Update copyright.
10850 (scm_language_defn): Add basic_lookup_transparent_type.
10851 * Makefile.in (cp-namespace.o): Depend on frame.h.
10852
fdde2d81
DC
108532004-01-23 David Carlton <carlton@kealia.com>
10854
10855 Patch for PR c++/1520:
10856 * dwarf2read.c (read_func_scope): Set processing_current_prefix
10857 properly if we have a specification die.
10858 (determine_prefix_aux): Rename from determine_prefix.
10859 (determine_prefix): Like the old determine_prefix, but never
10860 returns NULL.
10861
5b828b6b
TR
108622004-01-23 Theodore A. Roth <troth@openavr.org>
10863
10864 * avr-tdep.c: Update copyright.
10865 (avr_iaddr_p): Delete unused function.
10866 (avr_saddr_p): Delete unused function.
10867
a1b8c067
DC
108682004-01-23 David Carlton <carlton@kealia.com>
10869
10870 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
10871 Fix for PR symtab/1534.
10872
f2cab569
MK
108732004-01-23 Mark Kettenis <kettenis@gnu.org>
10874
10875 * NEWS (New native configurations): Mention OpenBSD/sparc and
10876 OpenBSD/sparc64.
10877 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
10878 * configure.host: Likewise.
10879 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
10880 handler for OpenBSD.
10881 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
10882
642d8300
MK
108832004-01-22 Mark Kettenis <kettenis@gnu.org>
10884
89aac506
MK
10885 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
10886 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
10887
36662fde
MK
10888 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
10889 * cli/cli-cmds.c (shell_escape): Likewise.
10890
642d8300
MK
10891 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
10892 OpenBSD .note.openbsd.ident sections.
10893
fae299cd
DC
108942004-01-22 David Carlton <carlton@kealia.com>
10895
10896 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
10897 get_scope_pc_bounds.
10898 (read_file_scope): Ditto.
10899 (get_scope_pc_bounds): New function, produced by extracting code
10900 from the above two functions, consolidating it, and adding support
10901 for DW_TAG_namespace.
10902
a49d618c
MK
109032004-01-22 Mark Kettenis <kettenis@gnu.org>
10904
10905 * osabi.c (MAX_NOTESZ): New define.
10906 (check_note): New function.
10907 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10908 check_note.
10909
fe61caab
RM
109102004-01-21 Roland McGrath <roland@redhat.com>
10911
10912 * MAINTAINERS (write after approval): Add myself.
10913
ec145965
EZ
109142004-01-21 Eli Zaretskii <eliz@gnu.org>
10915
10916 * utils.c (init_page_info): Move declarations of `rows' and
10917 `cols' before the __GO32__-specific code. Move the closing brace
10918 outside the #ifdef __GO32__..#endif block.
10919 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
10920
877522db
PB
109212004-01-21 Paul Brook <paul@codesourcery.com>
10922
10923 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
10924 BPSTAT_WHAT_CHECK_SHLIBS.
10925
dbf5be1c
PB
109262004-01-21 Paul Brook <paul@codesourcery.com>
10927
10928 * MAINTAINERS: Add myself to write-after-approval.
10929
81f08b92
AC
109302004-01-20 Andrew Cagney <cagney@redhat.com>
10931
5a1efed7
AC
10932 * ax-gdb.c (print_axs_value): Delete unused function.
10933 * jv-lang.c (java_lookup_type): Delete unused function.
10934 * cli/cli-dump.c (dump_filetype): Delete unused function.
10935 * remote-mips.c (remote_mips_insert_hw_breakpoint)
10936 (remote_mips_remove_hw_breakpoint): Delete unused functions.
10937 (mips_getstring): Delete unused function.
10938 (pmon_insert_breakpoint): Delete #if0ed function.
10939 (PMON_MAX_BP): Delete #if0ed MACRO.
10940 (mips_pmon_bp_info): Delete #if0ed variable.
10941 (pmon_remove_breakpoint): Delete #if0ed function.
10942 * monitor.c (monitor_write_even_block): Delete unused function.
10943 (monitor_write_memory_block): Delete #if0ed code.
10944 * dink32-rom.c (dink32_load): Delete unused function.
10945 (_initialize_dink32_rom): Delete #if0ed code.
10946 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
10947
b0a30fce
AC
10948 * tui/tui-command.c: Update references.
10949 * tui/tui-io.c: Update references.
10950 * tui/tui-command.h: Update copyright.
10951 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
10952
81f08b92
AC
10953 * source.c (ambiguous_line_spec): Delete never-defined function.
10954 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
10955 * gdbtypes.c (add_name, add_mangled_type): Ditto.
10956 * cli/cli-cmds.c (validate_comname): Ditto.
10957
65f05602
AC
10958 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
10959 "tui-data.h".
10960 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10961 (tui_show_disassem): Rename tuiShowDisassem.
10962 (tui_show_disassem_and_update_source): Rename
10963 tuiVerticalDisassemScroll.
10964 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10965 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10966 * tui/tui.h: Update copyright.
10967 (enum tui_status): Define.
10968 * tui/tui-data.h (enum tui_scroll_direction): Define.
10969 * tui/tui-disasm.c: Update copyright. Update references.
10970 * tui/tui-winsource.c: Update copyright. Update references.
10971 * tui/tui-win.c: Update references.
10972 * tui/tui-layout.c: Update references.
10973
6bb0384f
AC
109742004-01-20 Andrew Cagney <cagney@redhat.com>
10975
10976 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10977 sym2 to start of block.
10978
9175c9a3
MC
109792004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10980
10981 * MAINTAINERS: Delete mmalloc.
10982 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
10983 * NEWS: Mention removal of --with-malloc.
10984 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
10985 * config.in: Regenerate.
10986 * configure: Regenerate.
6bb0384f
AC
10987 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
10988 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
10989 * gdbinit.in: Remove mmalloc.
10990 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
10991 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
10992 * config/i386/go32.mh: Likewise.
10993 * config/i386/interix.mh: Likewise.
10994 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10995
4fcef00a
JJ
109962004-01-19 Jeff Johnston <jjohnstn@redhat.com>
10997
10998 * linespec.c (decode_variable, symtab_from_filename): Call
10999 error_silent with error message instead of throwing an exception
11000 directly.
11001 * defs.h (error_silent, error_output_message): Add prototypes.
11002 (catch_exceptions_with_msg): Ditto.
11003 * utils.c (error_silent, error_output_message): New functions.
11004 * top.c (catch_exceptions_with_msg): New function.
11005
8e94b928
NR
110062004-01-20 Nick Roberts <nick@nick.uklinux.net>
11007
11008 * mi/mi-cmds.h (enum print_values): Add definition.
11009
11010 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11011 type and value for simple data types and just the name and type
11012 for complex ones, if required.
11013
11014 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11015 children, if required.
11016
a02d6af8
KB
110172004-01-19 Kevin Buettner <kevinb@redhat.com>
11018
11019 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11020 unused declarations.
11021
78a4a9b9
AC
110222004-01-19 Andrew Cagney <cagney@redhat.com>
11023
11024 * top.h (mapped_symbol_files): Delete declaration.
11025 * main.c (captured_main): Delete option "m" and "mapped".
11026 * objfiles.c (mapped_symbol_files): Delete variable.
11027 * symfile.c (symbol_file_command): Delete mmap code.
11028 (symbol_file_add_with_addrs_or_offsets): Ditto.
11029 (add_symbol_file_command, reread_separate_symbols): Ditto.
11030 * objfiles.h (OBJF_MAPPED): Delete.
11031 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11032 (free_objfile) [USE_MMALLOC]: Ditto.
11033 (open_existing_mapped_file): Delete function.
11034 (open_mapped_file): Delete function.
11035 (map_to_file): Delete function.
11036
2dbd5e30
KB
110372004-01-19 Kevin Buettner <kevinb@redhat.com>
11038
11039 * infrun.c (step_into_function): Account for possible breakpoint
11040 adjustment when computing ``stop_func_start''.
11041
437b434f
KB
110422004-01-19 Kevin Buettner <kevinb@redhat.com>
11043
11044 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11045 the region size against the size of a pointer, not the size of
11046 a register as given by DEPRECATED_REGISTER_SIZE.
11047
55fb0713
AC
110482004-01-19 Andrew Cagney <cagney@redhat.com>
11049
11050 * tui/tui-regs.h: Include "tui-data.h".
11051 (tuiFirstRegElementNoInLine): Delete declaration.
11052 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11053 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11054 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11055 (tui_calculate_regs_column_count): Rename
11056 tuiCalculateRegsColumnCount.
11057 (tui_check_register_values): Rename tuiCheckRegisterValues.
11058 (tui_show_registers): Rename tuiShowRegisters.
11059 (tui_display_registers_from_line): Rename
11060 tuiDisplayRegistersFromLine.
11061 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11062 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11063 (tui_first_reg_element_no_inline): Rename
11064 tuiFirstRegElementNoInLine.
11065 * tui/tui-data.h: Update copyright.
11066 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11067 * tui/tui-windata.c: Update copyright, update references.
11068 * tui/tui-regs.c: Update copyright, update references.
11069 * tui/tui-win.c: Update copyright, update references.
11070 * tui/tui-layout.c: Update copyright, update references.
fe61caab 11071
cebe9500
AC
110722004-01-18 Andrew Cagney <cagney@redhat.com>
11073
bcdf1568
AC
11074 * tui/tui-io.c: Update copyright.
11075 (key_is_end_sequence, key_is_backspace): New functions.
11076 (key_is_command_char, key_is_start_sequence): New function.
11077 (tui_getc): Update references.
11078 * tui/tui-io.h: Update copyright.
11079 (m_tuiStartNewLine): Delete macro.
11080 (m_isBackspace, m_isDeleteChar): Delete macros.
11081 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11082 (m_isNextPage, m_isPrevPage): Delete macros.
11083 (m_isLeftArrow, m_isRightArrow): Delete macros.
11084 (m_isXdbStyleCommandChar): Delete macro.
11085 (key_is_start_sequence): Declare, replace m_isStartSequence.
11086 (key_is_end_sequence): Declare, replace m_isEndSequence.
11087 (key_is_backspace): Declare ,replace m_isBackspace.
11088 (key_is_command_char): Declare, replace m_isCommandChar.
11089 * tui/tui-command.c: Update copyright.
11090 (tuiDispatchCtrlChar): Update references.
11091
130d87e6
AC
11092 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11093 tuiSourceWin.h.
11094
d7b2e967
AC
11095 * tui/tui-command.c: Rename tui/tuiCommand.c.
11096 * tui/tui-command.h: Rename tui/tuiCommand.h.
11097 * tui/tui-data.c: Rename tui/tuiData.c.
11098 * tui/tui-data.h: Rename tui/tuiData.h.
11099 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11100 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11101 * tui/tui-io.c: Rename tui/tuiIO.c.
11102 * tui/tui-io.h: Rename tui/tuiIO.h.
11103 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11104 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11105 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11106 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11107 * tui/tui-source.c: Rename tui/tuiSource.c.
11108 * tui/tui-source.h: Rename tui/tuiSource.h.
11109 * tui/tui-stack.c: Rename tui/tuiStack.c.
11110 * tui/tui-stack.h: Rename tui/tuiStack.h.
11111 * tui/tui-win.c: Rename tui/tuiWin.c.
11112 * tui/tui-win.h: Rename tui/tuiWin.h.
11113 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11114 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11115 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11116 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11117 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11118 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11119 * tui/tui-file.c: Update includes.
11120 * tui/tui-hooks.c: Update includes.
11121 * tui/tui-interp.c: Update includes.
11122 * tui/tui.c: Update includes.
11123 * Makefile.in: Update all tui/ dependencies.
11124 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11125
b2100910
AC
11126 * Makefile.in: Update copyright. Update dependencies.
11127
cebe9500
AC
11128 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11129 problem.
11130
c6f0559b
AC
111312004-01-18 Andrew Cagney <cagney@redhat.com>
11132
43e9390b
AC
11133 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11134 instead of register_gdbarch_init.
11135
c6f0559b
AC
11136 * remote-sds.c (tohex): Delete unused function. Update copyright.
11137 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11138 * v850-tdep.c (v850_register_virtual_size): Ditto.
11139 * target.c (normal_target_post_startup_inferior): Ditto.
11140 * source.c (ambiguous_line_spec): Ditto.
11141 * remote.c (adapt_remote_get_threadinfo): Ditto.
11142 * mi/mi-out.c (out_field_fmt): Ditto.
11143 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11144 (output_control_change_notification): Ditto.
11145 * m68k-tdep.c (m68k_register_byte): Ditto.
11146 (m68k_remote_breakpoint_from_pc): Ditto.
11147 * ui-out.c (init_ui_out_state): Delete unused declaration.
11148 * stabsread.c (search_value): Ditto.
11149 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11150 * maint.c (print_section_table): Ditto.
11151 * infrun.c (set_follow_fork_mode_command): Ditto.
11152
a8504492
MK
111532004-01-18 Mark Kettenis <kettenis@gnu.org>
11154
11155 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11156 DW_CFA_def_cfa_exporession. Add support for
11157 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11158 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11159
0bd8997e
AC
111602004-01-18 Andrew Cagney <cagney@redhat.com>
11161
11162 * ocd.c: Update copyright.
11163 (bdm_read_register_command): Delete unused function.
11164 (_initialize_remote_ocd): Delete commented out reference.
11165 (get_quoted_char, reset_packet): Delete #if0ed function.
11166 (output_packet, put_quoted_char): Delete #if0ed function.
11167 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11168 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11169 (BDM_BREAKPOINT): Delete #if0ed macro.
11170 (remote_timeout): Delete #if0ed variable.
11171
31bb40e4
MK
111722004-01-18 Mark Kettenis <kettenis@gnu.org>
11173
11174 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11175 (core-sol2.o): Remove dependency.
11176 * core-sol2.c: Remove file.
11177
887432a5
AC
111782004-01-17 Andrew Cagney <cagney@redhat.com>
11179
11180 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11181 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11182 enums.
11183
29182b13
DJ
111842004-01-17 Daniel Jacobowitz <drow@mvista.com>
11185
11186 * remote.c: Update copyright years.
11187
2963ee1d
DJ
111882004-01-17 Daniel Jacobowitz <drow@mvista.com>
11189
11190 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11191
79d45cd4
AC
111922004-01-17 Andrew Cagney <cagney@redhat.com>
11193
ee300cd4
AC
11194 * mdebugread.c: Update copyright.
11195 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11196 (parse_type, parse_procedure): Ditto.
11197 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11198
fcacc9c2
AC
11199 * cris-tdep.c (cris_store_struct_return): Put back accidently
11200 deleted function.
11201
79d45cd4
AC
11202 * gdbarch.sh: Update copyright year.
11203 * gdbarch.h, gdbarch.c: Re-generate.
11204
b263358a
DJ
112052004-01-17 Daniel Jacobowitz <drow@mvista.com>
11206
11207 Suggested by George Anzinger.
11208 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11209 correct stack offset. Include unknown opcode numbers in the error
11210 message.
11211
931aecf5
AC
112122004-01-17 Andrew Cagney <cagney@redhat.com>
11213
11214 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11215 extract_struct_value_address, i386 does not set it.
11216 * sparc64-tdep.c (sparc64_init_abi): Do not set
11217 extract_struct_value_address, never called.
11218 (sparc64_extract_struct_value_address): Delete function.
11219 * m68hc11-tdep.c: Update copyright.
11220 (m68hc11_gdbarch_init): Delete redundant assignment of
11221 extract_struct_value_address.
11222 * i386-tdep.c: Update copyright.
11223 (i386_gdbarch_init): Do not set extract_struct_value_address,
11224 never called.
11225 (i386_extract_struct_value_address): Delete function.
11226 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11227 extract_struct_value_address, never called.
11228 (sparc32_extract_struct_value_address): #if 0 function. Add
11229 comments explaining its future.
11230
756fe439
DJ
112312004-01-17 Daniel Jacobowitz <drow@mvista.com>
11232
11233 * arm-tdep.c (arm_write_pc): New function.
11234 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11235
e74f0f02
DJ
112362004-01-17 Daniel Jacobowitz <drow@mvista.com>
11237
11238 * breakpoint.c (must_shift_inst_regs): Delete.
11239 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11240 and SHIFT_INST_REGS.
11241 * infcmd.c (step_1, step_1_continuation): Delete references to
11242 SHIFT_INST_REGS.
11243 * infrun.c (keep_going): Likewise.
11244 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11245 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11246
b6cb9035
AC
112472004-01-17 Andrew Cagney <cagney@redhat.com>
11248
444a1e2e
AC
11249 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11250 * gdbarch.h, gdbarch.c: Re-generate.
11251 * infcmd.c (print_return_value): Delete reference to
11252 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11253
def7e6ed
AC
11254 * cris-tdep.c (cris_gdbarch_init): Do not set
11255 deprecated_extract_struct_value_address.
11256
07be497a
AC
11257 * xstormy16-tdep.c: Update copyright.
11258 (xstormy16_extract_struct_value_address): Update to current
11259 extract struct value address interface.
11260 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11261 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11262 current extract struct value address interface.
11263 (sh64_gdbarch_init): Set extract_struct_value_address.
11264
6b4d5c91
AC
11265 * cris-tdep.c: Update copyright.
11266 (cris_extract_struct_value_address): Delete function.
11267 (struct_return_address): Delete variable.
11268 (cris_store_struct_return): Do not set struct_return_address.
11269
464e0365
AC
11270 * mcore-tdep.c: Update copyright.
11271 (mcore_extract_struct_value_address): Delete function. Update
11272 comments.
11273 (mcore_gdbarch_init): Update.
11274 * mn10300-tdep.c: Update copyright.
11275 (mn10300_extract_struct_value_address): Delete function.
11276 (mn10300_gdbarch_init): Update.
11277 * v850-tdep.c: Update copyright.
11278 (v850_extract_struct_value_address): Delete.
11279 (v850_gdbarch_init): Update.
11280 * ns32k-tdep.c: Update copyright.
11281 (ns32k_extract_struct_value_address): Delete.
11282 (ns32k_gdbarch_init): Update.
11283 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11284 (hppa_gdbarch_init): Update.
11285 * vax-tdep.c: Update copyright.
11286 (vax_extract_struct_value_address): Delete.
11287 (vax_gdbarch_init): Update.
11288
afb18d0f
AC
11289 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11290 * gdbarch.h, gdbarch.c: Re-generate.
11291 * procfs.c (procfs_fetch_registers): Delete reference to
11292 DEPRECATED_NPC_REGNUM.
11293 (procfs_store_registers): Ditto.
11294 * regcache.c (generic_target_write_pc): Simplify.
11295 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11296
a698f53e
AC
11297 * core-sol2.c (fetch_core_registers): Replace
11298 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11299
adc11376
AC
11300 * hppa-tdep.c: Update copyright year.
11301 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11302 NPC_REGNUM.
11303 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11304
b6cb9035
AC
11305 * mips-tdep.c (mips_write_pc): New function.
11306 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11307 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11308 (mips_find_saved_regs, mips_software_single_step: Ditto.
11309 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11310 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11311
6d82d43b
AC
113122004-01-17 Andrew Cagney <cagney@redhat.com>
11313
11314 * mips-tdep.c: Re-indent. Group functions by ABI.
11315
71bd6bd4
AC
113162004-01-17 Andrew Cagney <cagney@redhat.com>
11317
11318 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11319 * gdbarch.c: Re-generate.
11320 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11321 DECR_PC_AFTER_BREAK to zero.
11322 * vax-tdep.c (vax_gdbarch_init): Ditto.
11323 * v850-tdep.c (v850_gdbarch_init): Ditto.
11324 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11325 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11326 * sh-tdep.c (sh_gdbarch_init): Ditto.
11327 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11328 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11329 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11330 * mips-tdep.c (mips_gdbarch_init): Ditto.
11331 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11332 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11333 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11334 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11335 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11336 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11337 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11338 * frv-tdep.c (frv_gdbarch_init): Ditto.
11339 * cris-tdep.c (cris_gdbarch_init): Ditto.
11340 * avr-tdep.c (avr_gdbarch_init): Ditto.
11341 * arm-tdep.c (arm_gdbarch_init): Ditto.
11342 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11343
a02abb62
JB
113442004-01-17 J. Brobecker <brobecker@gnat.com>
11345
11346 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11347 Delete, no longer used.
11348 (read_subrange_type): New function, mostly extracted from
11349 read_array_type().
11350 (read_array_type): Replace extracted code by call to
11351 read_subrange_type().
11352 (dwarf2_get_attr_constant_value): New function.
11353 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11354 (add_partial_symbol): Likewise.
11355 (process_die): Likewise.
11356 (new_symbol): Likewise.
11357 (read_type_die): Likewise.
11358
cf5b2f1b
AC
113592004-01-16 Andrew Cagney <cagney@redhat.com>
11360
11361 * symfile.c: Update copyright year.
11362 (compare_symbols): Delete unused function.
11363 * stabsread.c: Update copyright year.
11364 (lrs_general_complaint): Delete unused function.
11365 (ref_search_value): Ditto.
11366 (get_substring): Delete declaration.
11367 * sh64-tdep.c: Update copyright year.
11368 (sh64_get_gdb_regnum): Delete unused function.
11369 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11370 Delete unused function.
11371
d33b9831
MK
113722004-01-17 Mark Kettenis <kettenis@gnu.org>
11373
11374 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11375 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11376
7aea86e6
AC
113772004-01-16 Andrew Cagney <cagney@redhat.com>
11378
11379 Changes from Peter Schauer.
11380 * rs6000-tdep.c: Update copyright year.
11381 (rs6000_push_dummy_call): Update the stack pointer before
11382 accessing the corresponding stack region.
11383 * rs6000-nat.c: Update copyright year.
11384 (set_host_arch): Set "info.abfd" to "exec_bfd".
11385
26b0da32
MK
113862004-01-15 Mark Kettenis <kettenis@gnu.org>
11387
11388 * blockframe.c: Update copyright year.
11389 (inside_entry_func): Don't treat a zero PC specially.
11390
86fbe6cc
EZ
113912004-01-14 Elena Zannoni <ezannoni@redhat.com>
11392
11393 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11394 variable.
11395 (gcore_create_callback): Ditto. Skip any memory segment that has
11396 no permissions set.
11397
63d06c5c
DC
113982004-01-14 David Carlton <carlton@kealia.com>
11399
11400 Change symbols for C++ nested types to contain the fully qualified
11401 name, if possible. (At least in the DWARF-2 case.) Partial fix
11402 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11403 c++/895.
11404 * c-exp.y (qualified_type): Handle types nested within classes.
11405 * cp-namespace.c: Update comments.
11406 (cp_set_block_scope): Delete #if 0.
11407 (cp_lookup_nested_type): Handle types nested within classes.
11408 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11409 when appropriate.
11410 (add_partial_symbol): Add the name of the enclosing namespace to
11411 types.
11412 (pdi_needs_namespace): New.
11413 (add_partial_namespace): Tweak comment.
11414 (add_partial_structure): New.
11415 (psymtab_to_symtab_1): Initialize processing_current_prefix
11416 here...
11417 (process_die): instead of here.
11418 (read_structure_scope): Try to figure out the name of the class or
11419 namespace that the structure might be defined within.
11420 (read_enumeration): Generate fully-qualified names, if possible.
11421 (read_namespace): Don't set name to NULL.
11422 (die_specification): New.
11423 (new_symbol): Generate fully-qualified names for types.
11424 (read_type_die): Determine appropriate prefix.
11425 (determine_prefix): New.
11426 (typename_concat): New.
11427 (class_name): New.
11428 * valops.c (value_aggregate_elt): Pass NOSIDE to
11429 value_struct_elt_for_reference.
11430 (value_struct_elt_for_reference): Make static, add NOSIDE
11431 parameter, call value_maybe_namespace_elt as a last resort.
11432 (value_namespace_elt): Break out code into
11433 value_maybe_namespace_elt.
11434 (value_maybe_namespace_elt): New.
11435
87783b8b
AC
114362004-01-12 Andrew Cagney <cagney@redhat.com>
11437
11438 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11439 cooked floating-point registers.
11440 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11441 and value_to_register.
11442
6503b91e
AC
114432004-01-13 Andrew Cagney <cagney@redhat.com>
11444
11445 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11446 * gdbarch.c: Re-generate.
11447 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11448 FUNCTION_START_OFFSET.
11449 * v850-tdep.c (v850_gdbarch_init): Ditto.
11450 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11451 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11452 * sh-tdep.c (sh_gdbarch_init): Ditto.
11453 * s390-tdep.c (s390_gdbarch_init): Ditto.
11454 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11455 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11456 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11457 * mips-tdep.c (mips_gdbarch_init): Ditto.
11458 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11459 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11460 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11461 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11462 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11463 * i386-tdep.c (i386_gdbarch_init): Ditto.
11464 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11465 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11466 * frv-tdep.c (frv_gdbarch_init): Ditto.
11467 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11468 * cris-tdep.c (cris_gdbarch_init): Ditto.
11469 * avr-tdep.c (avr_gdbarch_init): Ditto.
11470 * arm-tdep.c (arm_gdbarch_init): Ditto.
11471 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11472
ea1dd7bc
DJ
114732004-01-13 Daniel Jacobowitz <drow@mvista.com>
11474
11475 * infrun.c (follow_fork_mode_ask): Remove.
11476 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11477 (follow_fork): Simplify and remove internal error for
11478 follow_fork_mode_ask.
11479 (_initialize_infrun): Update "set follow-fork-mode" help text.
11480
0f0cffd2
AC
114812004-01-13 Andrew Cagney <cagney@redhat.com>
11482
11483 * configure.in: Update copyright year.
11484 (build_warnings): Add -Wunused-label.
11485 * configure: Re-generate.
11486
de38af99
AC
114872004-01-12 Andrew Cagney <cagney@redhat.com>
11488
954a7fba
AC
11489 * exec.h (exec_ops): Make "extern".
11490
de38af99
AC
11491 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11492 the function is void.
11493 (mips_pseudo_register_write): Ditto.
11494
1a111ce3
AC
114952004-01-12 Andrew Cagney <cagney@redhat.com>
11496
11497 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11498 call. Never defined.
11499 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11500 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11501 (struct sparc_gregset, struct regcache): Ditto.
11502 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11503
48efe704
AC
115042004-01-12 Andrew Cagney <cagney@redhat.com>
11505
11506 * mi/ChangeLog: Delete file. Renamed to ...
11507 * mi/ChangeLog-1999-2003: New file.
11508 * tui/ChangeLog: Delete file. Renamed to ...
11509 * tui/ChangeLog-1998-2003: New file.
fe61caab 11510
a54124c5
MK
115112004-01-11 Mark Kettenis <kettenis@gnu.org>
11512
2ca62865
MK
11513 * sparc64nbsd-tdep.c: Include "regset.h".
11514 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11515 Remove variables.
11516 (fetch_core_registers): Remove function.
11517 (sparc64nbsd_core_fns): Remove variable.
11518 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11519 functions.
11520 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11521 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11522 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11523
ca9d58e9
MK
11524 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11525 sparc_extract_struct_value_address.
11526 (sparc32_gdbarch_init): Set extract_struct_value_address.
11527 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11528 function.
11529 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11530 return_value_on_stack.
11531
3cc87ec0
MK
11532 * NEWS: Mention that %cs and %ss have been added to the AMD64
11533 configurations
11534
5bf00f29
MK
11535 * frame.c: Update copyright year.
11536 (get_prev_frame): Improve comment.
11537
4f7ec84e
MK
11538 * sparc64fbsd-tdep.c: Include "regset.h".
11539 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11540 Remove variables.
11541 (fetch_core_registers): Remove function.
11542 (sparc64fbsd_core_fns): Remove variable.
11543 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11544 functions.
11545 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11546 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 11547 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 11548
4e7b0cd3
MK
11549 * sparcnbsd-tdep.c: Include "regset.h".
11550 (fetch_core_registers): Remove function.
11551 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11552 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11553 functions.
11554 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11555 TDEP->fpregset.
46b58ce9 11556 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 11557
a54124c5
MK
11558 * sparc-tdep.h (struct regset): Provide opaque declaration.
11559 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11560 fpregset and sizeof_fpregset members.
11561 * sparc-tdep.c (struct regset): Provide opaque declaration.
11562 (sparc_regset_from_core_section): New function.
11563 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11564 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11565 Set regset_from_core_section when appropriate.
11566
29ff87c5
MK
115672004-01-10 Mark Kettenis <kettenis@gnu.org>
11568
79b1ab3d
MK
11569 * x86-64-tdep.c (amd64_non_pod_p): New function.
11570 (amd64_classify_aggregate): Return class memory for non-POD
11571 C++ structure types.
11572
6470d250
MK
11573 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11574 argument. Use it to reserve a register if necessary.
11575 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11576 amd64_push_arguments.
11577
562c50c2
MK
11578 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11579
af233647
MK
11580 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11581 register numbers in comments.
11582 * x86-64-tdep.h: Update copyright year.
11583 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11584 Adjust for addition of %cs and %ss.
11585 * amd64fbsd-nat.c: Update copyright year.
11586 (reg_offset): Add register offsets for %cs and %ss.
11587 * amd64fbsd-tdep.c: Update copyright year.
11588 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11589 (amd64fbsd_sc_reg_offset): Likewise.
11590 * x86-64-linux-nat.c: Update copyright year.
11591 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11592 and %ss.
11593 * amd64nbsd-nat.c: Update copyright year.
11594 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11595 * amd64nbsd-tdep.c: Update copyright year.
11596 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11597 * x86-64-linux-tdep.c: Update copyright year.
11598 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11599 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11600 * regformats/reg-x86-64.dat: Add %cs and %ss.
11601
29ff87c5
MK
11602 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11603 variables to prevent long lines. Update comments to reflect
11604 reality.
11605
38d518c9
EZ
116062004-01-09 David Carlton <carlton@kealia.com>
11607
11608 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11609 * dwarf2read.c (read_namespace): Pull out name-generating code
11610 into namespace_name. Rename previous_namespace to previous_prefix
11611 and processing_current_namespace to processing_current_prefix..
11612 (namespace_name): New function.
11613 (add_partial_symbol): Substitute uses of pdi->name with
11614 actual_name.
11615 * cp-support.h: Rename processing_current_namespace to
11616 processing_current_prefix.
11617 Update copyright year.
11618 * cp-namespace.c: Rename processing_current_namespace to
11619 processing_current_prefix.
11620 Update copyright year.
fe61caab 11621
1e4728e7
AC
116222004-01-09 Andrew Cagney <cagney@redhat.com>
11623
11624 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11625
c77c642a
MK
116262004-01-09 Mark Kettenis <kettenis@gnu.org>
11627
11628 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11629 complaining.
11630 (process_one_symbol): Deal with N_PATCH stabs.
11631
b44e9041
EZ
116322004-01-09 Elena Zannoni <ezannoni@redhat.com>
11633
11634 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11635 ifdeffed code.
11636 Update copyright year.
38d518c9 11637
eccfb640
MC
116382004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11639
11640 * config/pa/tm-hppa.h: Update extern declarations for
11641 hppa32_hpux_frame_saved_pc_in_sigtramp,
11642 hppa32_hpux_frame_base_before_sigtramp, and
11643 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11644
848c5feb
MC
116452004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11646
11647 * config/pa/tm-hppah.h: Update copyright years.
11648
3cc5d663
AC
116492004-01-08 Andrew Cagney <cagney@redhat.com>
11650
11651 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11652 (mips_o32_reg_struct_has_addr): Delete function.
11653 (mips_gdbarch_init): Update.
11654 (mips_extract_struct_value_address): Delete function.
11655
bfec0b41
JJ
116562004-01-08 David Mosberger <davidm@hpl.hp.com>
11657
11658 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11659 reality.
11660
16e109ca
AC
116612004-01-07 Andrew Cagney <cagney@redhat.com>
11662
6214a8a1
AC
11663 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11664 architecture's elf flags (when available).
11665
8d5838b5
AC
11666 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11667 FPU to the start, check the MIPS FPU when looking for an old
11668 architecture.
11669 (set_mipsfpu_single_command): Update the architecture.
11670 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11671
480d3dd2
AC
11672 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11673 (mips_mask_address_p): Add "tdep" parameter.
11674 (show_mask_address, mips_addr_bits_remove): Update.
11675 (mips_dump_tdep): Update.
11676 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11677 (MIPS_STACK_ARGSIZE): Delete macro.
11678 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11679 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11680 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11681 (mips_dump_tdep): Update.
11682 (MIPS_SAVED_REGSIZE): Delete macro.
11683 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11684 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11685 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11686 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11687 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11688 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11689 (mips_pop_frame, return_value_location): Update.
11690 (mips_n32n64_return_value, mips_dump_tdep): Update.
11691
ec03c1ac
AC
11692 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11693 MIPS ABI.
11694
16e109ca
AC
11695 * mips-tdep.c: Update copyright.
11696 (mips_gdbarch_init): Merge two code blocks handling the register
11697 name and number layout.
11698
15255275
MS
116992004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11700
11701 * tracepoint.c (validate_actionline): Fix segv at EOF
11702
9f9057da
MC
117032004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11704
11705 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11706 properly for static fields.
11707
0127c0d3 117082004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 11709 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
11710
11711 * disasm.c: Update copyright to include 2004.
11712 (do_mixed_source_and_assembly): For uiout asm list
11713 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 11714 NULL and do so prior to loop. Only reset when we close off
0127c0d3 11715 the tuple/list. Move check for whether to close off the
fe61caab 11716 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
11717 on each loop iteration.
11718
5269965e
AC
117192004-01-05 Andrew Cagney <cagney@redhat.com>
11720
54f1137d
AC
11721 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11722 should be a switch case and not a label.
11723 * mips-tdep.c (mips32_next_pc): Delete unused labels
11724 "greater_equal_branch" and "less_zero_branch".
11725 * jv-valprint.c (java_print_value_fields): Delete unused label
11726 "flush_it".
11727
5269965e
AC
11728 * target.c (unpush_target): Only close a target that is in the
11729 target stack.
11730
dbc22fa1
MK
117312004-01-05 Mark Kettenis <kettenis@gnu.org>
11732
9515395e
MK
11733 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11734 address from [sp + 64] instead of %o2.
11735
dbc22fa1
MK
11736 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11737 fixes PR backtrace/1476.
11738
5439edaa
AC
117392004-01-05 Andrew Cagney <cagney@redhat.com>
11740
11741 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11742 move to start of file.
11743 * i386-tdep.h (struct regcache): Add opaque declaration.
11744 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11745 declaration.
11746 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11747 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11748 * win32-nat.c (fake_create_process): Use ISO C style definition.
11749 * stabsread.c (define_symbol): Delete #ifndef
11750 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11751 stabs_argument_has_addr call, macro never defined.
11752
19061abe
MC
117532004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11754
11755 * op50-rom.c: Delete.
11756 * w89k-rom.c: Delete.
11757 * Makefile.in: Remove references.
11758
e53bef9f
MK
117592004-01-04 Mark Kettenis <kettenis@gnu.org>
11760
11761 * x86-64-tdep.c: Update copyright year.
11762 (struct amd64_register_info): Rename from x86_64_register_info.
11763 (amd64_register_info): Rename from x86_64_register_info.
11764 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11765 (amd64_register_name): Rename from x86_64_register_name.
11766 (amd64_register_type): Rename from x86_64_register_type.
11767 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11768 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11769 (amd64_dwarf_reg_to_regnum): Rename from
11770 x86_64_dwarf_reg_to_regnum.
11771 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11772 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11773 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11774 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11775 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11776 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11777 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11778 (amd64_frame_cache): Rename from x86_64_frame_cache.
11779 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11780 (amd64_frame_prev_register): Rename from
11781 x86_64_frame_prev_register.
11782 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11783 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11784 (amd64_sigtramp_frame_cache): Rename from
11785 x86_64_sigtramp_frame_cache.
11786 (amd64_sigtramp_frame_prev_register): Rename from
11787 x86_64_sigtramp_frame_prev_register.
11788 (amd64_sigtramp_frame_unwind): Rename from
11789 x86_64_sigtramp_frame_unwind.
11790 (amd64_sigtramp_frame_sniffer): Rename from
11791 x86_64_sigtramp_frame_sniffer.
11792 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11793 (amd64_frame_base): Rename from x86_64_frame_base.
11794 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11795 (amd64_frame_align): Rename from x86_64_frame_align.
11796 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11797 (amd64_regset_from_core_section): Rename from
11798 x86_64_regset_from_core_section.
11799 (x86_64_init_abi): Update comments.
11800
fca6aa58
NR
118012004-01-04 Nick Roberts <nick@nick.uklinux.net>
11802
11803 * MAINTAINERS (write after approval): Add myself.
11804
8ada74e3
MK
118052004-01-04 Mark Kettenis <kettenis@gnu.org>
11806
11807 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11808 `float' arguments.
11809
5154b0cd
MK
118102004-01-04 Mark Kettenis <kettenis@gnu.org>
11811
11812 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11813 such that it mentions a specific version of GCC that exhibits this
11814 bug.
11815
fb316966
MK
118162004-01-03 Mark Kettenis <kettenis@gnu.org>
11817
200cc553
MK
11818 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11819 structure that has a single `float' member, store it in %f1 in
11820 addition to %f0.
11821
e226a4a0
MK
11822 * sparc-sol2-nat.c: Add missing '\'.
11823
b9d4c5ed
MK
11824 * sparc-tdep.c (sparc32_return_value): New function.
11825 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11826 Remove functions.
11827 (sparc32_gdbarch_init): Set return_value, don't set
11828 extract_return_value, store_return_value, use_struct_convention
11829 and return_value_on_stack.
11830
fb316966
MK
11831 * sparc-sol2-nat.c: Add missing ')'.
11832
1af510a8
JB
118332004-01-03 J. Brobecker <brobecker@gnat.com>
11834
11835 * infrun.c (handle_step_into_function): New function.
11836 (handle_inferior_event): Extract out some code into the new
11837 function above.
11838
5cf4d23a
JB
118392004-01-03 J. Brobecker <brobecker@gnat.com>
11840
11841 * infrun.c (handle_inferior_event): Move the declaration of
11842 real_stop_pc inside the if blocks where it is used.
11843
60af1db2
MK
118442004-01-03 Mark Kettenis <kettenis@gnu.org>
11845
11846 * sparc64-tdep.c (sparc64_16_byte_align_p)
11847 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11848 Use check_typedef to get subtypes of structures and unions.
11849 (sparc64_store_return_value): Fix calculation of the appropriate
11850 offset into VALBUF when storing a structure or union.
11851 (sparc64_return_value): New function.
11852 (sparc64_use_struct_convention): Remove function.
11853 (sparc64_init_abi): Set return_value, don't set
11854 extract_return_value, store_return_value and
11855 use_struct_convention.
11856
1a901d3f
EZ
118572004-01-03 Eli Zaretskii <eliz@elta.co.il>
11858
11859 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
11860 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
11861 gdb/config/alpha/xm-alphaosf.h,
11862 gdb/config/powerpc/tm-ppcle-eabi.h,
11863 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
11864 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
11865 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
11866 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
11867 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
11868 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
11869 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
11870 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
11871 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
11872 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
11873 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
11874 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
11875 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
11876 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
11877 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
11878 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
11879 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
11880 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
11881 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
11882 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
11883 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
11884 Remove lines for .cvsignore files.
11885
ef52e463
JB
118862004-01-03 J. Brobecker <brobecker@gnat.com>
11887
11888 * infrun.c: Back out the previous change.
11889
cb1bf9dc
MK
118902004-01-03 Mark Kettenis <kettenis@gnu.org>
11891
f0424ef6
MK
11892 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
11893 sparc-*-sunos4* to the list of REMOVED configurations.
11894
cb1bf9dc
MK
11895 * configure.tgt: Add back sparc-*-vxworks*.
11896 * remote-vxsparc.c: Remove all includes except for "defs.h",
11897 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
11898 Include "sparc-tdep.h".
11899 (SPARC_R_G1): New define.
11900 (vxsparc_gregset): New variable.
11901 (ext_format_sparc): Remove extern declaration.
11902 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11903 sparc32_supply_fpregset.
11904 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11905 sparc_collect_rwindow and sparc32_collect_fpregset.
11906 * config/sparc/tm-vxworks.h: New file, based on recently removed
11907 tm-vxsparc.h.
11908 * config/sparc/vxworks.mt: New file, based on recently removed
11909 vxworks.mt.
fe61caab 11910
5e938f9f
JB
119112004-01-03 J. Brobecker <brobecker@gnat.com>
11912
11913 * infrun.c (handle_step_into_function): New function.
11914 (handle_inferior_event): Extract out some code into the new
11915 function above.
11916
386c036b
MK
119172004-01-02 Mark Kettenis <kettenis@gnu.org>
11918
11919 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
11920 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
11921 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
11922 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
11923 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
11924 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
11925 (sparc_nat_h): New variable.
11926 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
11927 (tm-sun4os4.h): Remove dependency.
11928 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
11929 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
11930 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
11931 sparc-tdep.o): Update dependencies.
11932 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
11933 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
11934 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
11935 dependencies.
11936 * configure.host: Remove existing sparc-*-lynxos*,
11937 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
11938 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
11939 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
11940 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
11941 triplets.
11942 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
11943 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
11944 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
11945 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
11946 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
11947 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
11948 sparc64-*-solaris2* and sparc64-*-* triplets.
11949 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
11950 "symtab.h" and "objfiles.h".
11951 (BIAS): Remove define.
11952 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
11953 (X_DISP19): Remove macros.
11954 (sparc_fetch_instruction): Remove function.
11955 (struct gdbarch_tdep): Remove definition.
11956 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
11957 (sparc_breakpoint_from_pc): Remove function.
11958 (struct sparc64_frame_cache): Remove definition.
11959 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
11960 sparc64_unwind_pc): Remove functions.
11961 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11962 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11963 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11964 (sparc64_frame_cache): Change return type to `struct
11965 sparc_frame_cache *'. Simply call sparc_frame_cache.
11966 (sparc64_frame_this_id, sparc64_frame_prev_register,
11967 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11968 instead of `struct sparc64_frame_cache.
11969 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11970 sparc_analyze_control_transfer, sparc_software_single_step,
11971 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11972 _initialize_sparc64_tdep): Remove functions.
11973 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11974 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11975 macros.
11976 (sparc64_supply_gregset, sparc64_collect_gregset,
11977 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
11978 (sparc64_init_abi): New function.
11979 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
11980 inclusion guard. Include "sparc-tdep.h".
11981 (BIAS): Define.
11982 (r_tstate_offset, r_fprs_offset): New defines.
11983 (enum sparc_regnum): Remove defenition.
11984 (enum sparc64_regnum): Reformat.
11985 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
11986 (sparc64_init_abi, sparc64_supply_gregset,
11987 sparc64_collect_gregset, sparc64_supply_fpregset,
11988 sparc64_collect_fpregset): New prototypes.
11989 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
11990 Add extern declarations.
11991 (sparc64_sol2_init_abi): New prototype.
11992 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11993 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11994 prototypes.
11995 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
11996 "sparnbsd-nat.h".
11997 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
11998 functions.
11999 (_initialize_sparc64fbsd_nat): Remove initialization of
12000 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12001 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 12002 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
12003 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12004 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12005 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12006 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12007 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12008 (sparc64fbsd_r_y_offset): Remove variables.
12009 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12010 Make static and const.
12011 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12012 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12013 functions.
12014 (sparc64fbsd_gregset): New variable.
12015 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12016 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12017 and sparc64_supply_fpregset.
12018 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12019 (sparc64fbsd_sigtramp_frame_this_id)
12020 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12021 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12022 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12023 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12024 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12025 * sparcnbsd-tdep.c: Update copyright year. Include
12026 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12027 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12028 "value.h" and "sparcnbsd-tdep.h".
12029 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12030 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12031 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12032 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12033 defines.
12034 (sparcnbsd_gregset): New variable.
12035 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12036 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12037 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12038 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12039 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12040 variables.
12041 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12042 (sparc32nbsd_sigcontext_frame_this_id)
12043 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12044 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12045 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12046 (sparcnbsd_get_longjmp_target_32,
12047 sparcnbsd_get_longjmp_target_64): Remove functions.
12048 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12049 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12050 sparcnbsd_init_elf): Remove.
12051 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12052 (sparcnbsd_elf_init_abi): New functions.
12053 (_initialize_sparcnbsd_tdep): New prototype.
12054 (_initialize_sparnbsd_tdep): Update.
12055 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12056 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12057 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12058 * config/sparc/linux.mh: Update comment.
12059 (XM_FILE, HOST_IPC): Remove variables.
12060 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12061 sparc-linux-nat.o.
12062 * config/sparc/linux.mt: Update comment.
12063 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12064 * config/sparc/nbsd.mt: Reformat.
12065 * config/sparc/nbsd64.mh: Update comment.
12066 (NATDEPFILES): Add sparc-nat.o.
12067 * config/sparc/nbsd64.mt: Update comment.
12068 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12069 (TM_FILE): Set to tm-nbsd.h.
12070 * config/sparc/nbsdelf.mh: Update comment.
12071 (NATDEPFILES): Add sparc-nat.o.
12072 (XM_FILE): Delete.
12073 * config/sparc/nbsdaout.mh: Update comment.
12074 (NATDEPFILES): Add sparc-nat.o
12075 (XM_FILE): Delete.
12076 * config/sparc/nm-linux.h: Update copyright year. Don't include
12077 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12078 inclusion.
12079 (KERNEL_U_SIZE): Remove define.
12080 (kernel_u_size): Remove prototype.
12081 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12082 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12083 "regcache.h".
12084 (CHILD_PREPARE_TO_STORE): Remove define.
12085 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12086 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12087 sparcnbsd-nat.c: Rewrite files.
12088 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12089 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12090 sparcnbsd-tdep.h: Remove files.
12091 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12092 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12093 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12094 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12095 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12096 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12097 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12098 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12099 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12100 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12101 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12102 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12103 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12104 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12105 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12106 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12107 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12108 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12109 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12110
ee84457a
AC
121112004-01-02 Andrew Cagney <cagney@redhat.com>
12112
12113 From 2003-12-18 Kazuhiro Inaoka:
12114 * configure.host: Add m32r-linux target.
12115
0bc2134e
MC
121162004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12117
12118 * top.c (print_gdb_version): Update year to 2004.
12119
89a72f9c
MM
121202004-01-02 Mark Mitchell <mark@codesourcery.com>
12121
12122 * MAINTAINERS: Add myself to the write-after-approval category.
12123
86b013ed
DJ
121242004-01-02 Daniel Jacobowitz <drow@mvista.com>
12125
12126 From Bernardo Innocenti <bernie@develer.com>:
12127 * configure.tgt: Add uClinux target.
12128
e42c9534
AC
121292004-01-02 Andrew Cagney <cagney@redhat.com>
12130
12131 * utils.c (do_my_cleanups): Make static, add forward declaration.
12132 * defs.h (do_my_cleanups): Delete declaration.
12133
162467d3
EZ
121342004-01-02 Eli Zaretskii <eliz@elta.co.il>
12135
12136 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12137 bfd/ChangeLog-0203.
12138
78434e59
MK
121392004-01-02 Mark Kettenis <kettenis@gnu.org>
12140
12141 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12142 in <machine/reg.h>.
12143 * configure, config.in: Regenerate.
12144
48efe704
AC
12145For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12146tui/ChangeLog-1998-2003.
c906108c
SS
12147\f
12148Local Variables:
12149mode: change-log
12150left-margin: 8
12151fill-column: 74
12152version-control: never
12153End:
This page took 1.127458 seconds and 4 git commands to generate.