2003-08-16 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-08-16 Andrew Cagney <cagney@redhat.com>
2
3 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
4 -Werror. -Wformat-nonliteral problems.
5
6 2003-08-15 J. Brobecker <brobecker@gnat.com>
7
8 Further multiarching work mostly for hppa64-*-hpux11:
9 * hppa-tdep.h: New file.
10 * hppa-tdep.c: #include hppa-tdep.c.
11 (hppa32_num_regs): Renamed from hppa_num_regs.
12 (hppa64_num_regs): New constant.
13 (hppa64_call_dummy_breakpoint_offset): New constant.
14 (hppa32_call_dummy_length): New constant.
15 (hppa64_call_dummy_length): New constant.
16 (hppa32_stack_align): Make name 32bit explicit.
17 (hppa32_register_virtual_type): Likewise.
18 (hppa32_extract_return_value): Likewise.
19 (hppa32_use_struct_convention): Likewise.
20 (hppa32_store_return_value): Likewise.
21 (hppa64_register_virtual_type): New function.
22 (hppa64_extract_return_value): New function.
23 (hppa64_use_struct_convention): New function.
24 (hppa64_store_return_value): New function.
25 (hppa_frame_locals_address): Remove declaration, function does
26 not exist anymore.
27 (hppa_register_byte): Add support for PA64 ABI.
28 (hppa_gdbarch_init): Add support for PA64 ABI.
29 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
30 Make name 32bit explicit.
31 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
32 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
33 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
34 (hppa64_hpux_frame_base_before_sigtramp): New function.
35 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
36 * config/pa/tm-hppa64.h: Remove macros that are no longer
37 necessary now that the gdbarch vector is properly setup.
38 Transform some macros into function calls. Some minor cleanup.
39 * config/pa/tm-hppah.h: Update function calls in macros
40 following the function renaming in hppa-hpux-tdep.c.
41 * Makefile.in (hppa_tdep_h): New variable.
42 (hppa-tdep.o): Add dependency over hppa_tdep_h.
43
44 2003-08-14 Michael Snyder <msnyder@redhat.com>
45
46 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
47
48 2003-08-13 J. Brobecker <brobecker@gnat.com>
49
50 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
51 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
52 routine.
53
54 2003-08-13 Michael Snyder <msnyder@redhat.com>
55
56 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
57 (frv_saved_pc_after_call): Use deprecated ftype.
58 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
59 (frv_remote_translate_xfer_address): Remove.
60 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
61
62 2003-08-13 J. Brobecker <brobecker@gnat.com>
63
64 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
65 initialization after the common gdbarch initialization, not before.
66
67 2003-08-13 J. Brobecker <brobecker@gnat.com>
68
69 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
70 (ADDR_BITS_REMOVE): Remove, redundant.
71
72 2003-08-13 J. Brobecker <brobecker@gnat.com>
73
74 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
75 gdbarch method to clear the 2 low bits of text addresses.
76
77 2003-08-12 Andrew Cagney <cagney@redhat.com>
78
79 * Makefile.in (dsrec.o): Update dependencies.
80 * dsrec.c: Include "gdb_assert.h".
81 (make_srec): Use snprintf instead of sprintf, use a literal format
82 string.
83
84 2003-08-12 Andrew Cagney <cagney@redhat.com>
85
86 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
87 FRAME_OBSTACK_ZALLOC.
88
89 2003-08-12 Kevin Buettner <kevinb@redhat.com>
90
91 * i386-tdep.c (i386_gdbarch_init): Enable default support for
92 SSE registers.
93
94 2003-08-10 Mark Kettenis <kettenis@gnu.org>
95
96 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
97 amd64fbsd_sc_reg_offset): Add extern declarations.
98 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
99 declarations.
100
101 2003-08-11 Ben Elliston <bje@wasabisystems.com>
102
103 * MAINTAINERS (write after approval): Update my mail address.
104
105 2003-08-10 Andrew Cagney <cagney@redhat.com>
106
107 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
108
109 2003-08-10 Mark Kettenis <kettenis@gnu.org>
110
111 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
112 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
113 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
114 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
115 i386bsd_sc_reg_offset): Add extern declarations.
116 * i386obsd-nat.c: Include "i386-tdep.h"
117 (_initialize_i386obsd_nat): Remove extern declarations.
118 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
119 declarations.
120 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
121 declarations.
122
123 * i386-tdep.c (i386_register_to_value): Use get_frame_register
124 instead of frame_read_register.
125 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
126 instead of frame_read_register. Use I386_ESP_REGNUM instead of
127 SP_REGNUM.
128 (i386_frame_prev_register): Use frame_unwind_register_unsigned
129 instead of frame_unwind_unsigned_register. Use
130 I386_EFLAGS_REGISTER instead of PS_REGNUM.
131 (i386_get_longjmp_target): Use regcache_read_unsigned_register
132 instead of read_register. Use builtin_type_void_data_ptr instead
133 of builtin_type_void_func_ptr when extracting the address of the
134 jmp_buf.
135 (i386_extract_return_value, i386_store_return_value,
136 i386_pseudo_register_read, i386_pseudo_register_write): Use
137 register_size instead REGISTER_RAW_SIZE.
138
139 2003-08-10 Andrew Cagney <cagney@redhat.com>
140
141 * infcall.c (call_function_by_hand): Use xstrprintf instead of
142 sprintf. Make "name" constant.
143
144 2003-08-10 Mark Kettenis <kettenis@gnu.org>
145
146 * i387-tdep.c (i387_register_to_value): Use get_frame_register
147 instead of frame_read_register.
148 (i387_print_float_info): Use get_frame_register and
149 get_frame_register_unsigned instead of frame_register_read.
150
151 * i386fbsd-nat.c: Include "i386-tdep.h".
152 (child_resume): Make `eflags' an ULONGEST. Use
153 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
154 instead of register_read and register_write.
155
156 * i386bsd-nat.c (fetch_inferior_registers,
157 store_inferior_registers): Don't use && at the end of a line.
158 (_initialize_i386bsd_nat): Fix typo.
159
160 * frame.c (_initialize_frame): Add missing backslash.
161
162 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
163 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
164 and supply_register instead of manipulating the register buffer
165 directly.
166
167 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
168 * config/i386/nm-i386sol2.h
169 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
170
171 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
172 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
173 instructions that GCC likes to mingle into the prologue. Fixes
174 gdb/1253 and gdb/1255.
175
176 2003-08-09 Andrew Cagney <cagney@redhat.com>
177
178 Fix GDB PR cli/926.
179 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
180 * command.h (add_setshow_uinteger_cmd): Declare.
181 * frame.c (set_backtrace_cmd): New function.
182 (show_backtrace_cmd): New function.
183 * frame.c (_initialize_frame): Replace "set/show
184 backtrace-below-main" with "set/show backtrace past-main". Add
185 command "set/show backtrace limit".
186 (backtrace_past_main): Rename "backtrace_below_main".
187 (backtrace_limit): New variable.
188 (get_prev_frame): Update. Check the backtrace_limit.
189
190 2003-08-09 Andrew Cagney <cagney@redhat.com>
191
192 * defs.h (xstrprintf): Declare.
193 * utils.c (xstrprintf): New function.
194 * breakpoint.c (insert_breakpoints): Replace sprintf and
195 non-literal format strings, with xstrprintf and cleanups.
196 (delete_breakpoint,breakpoint_re_set): Ditto.
197 (commands_command, insert_breakpoints): Ditto.
198 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
199 (break_at_finish_command_1): Ditto.
200
201 2003-08-09 Andrew Cagney <cagney@redhat.com>
202
203 * MAINTAINERS (language support): List Adam Fedor as Objective C
204 maintainer.
205
206 2003-08-08 J. Brobecker <brobecker@gnat.com>
207
208 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
209 are now multiarched.
210
211 2003-08-08 J. Brobecker <brobecker@gnat.com>
212
213 * config/pa/tm-hppa64.h: Remove lots of macros that are no
214 longer necessary now that hppa64 is partially multiarch'ed.
215
216 2003-08-08 Andrew Cagney <cagney@redhat.com>
217
218 * interps.c (interp_set): Check for a NULL "old_interp".
219
220 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
221
222 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
223 (install-only): Support DESTDIR.
224 (uninstall): Likewise.
225 (install-gdbtk): Likewise.
226
227 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
228
229 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
230 contains something meaningful at all times.
231
232 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
233
234 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
235
236 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
237
238 * MAINTAINERS (write after approval): Added self.
239
240 2003-08-07 Andrew Cagney <cagney@redhat.com>
241
242 * inferior.h (AT_SYMBOL): Define.
243 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
244 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
245 * mips-tdep.c (mips_call_dummy_address): Delete function.
246 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
247 set call_dummy_address.
248
249 2003-08-07 Andrew Cagney <cagney@redhat.com>
250
251 * language.c (op_error): Delete function.
252 (binop_type_check): Delete function.
253 * language.h (type_op_error, range_op_error): Delete macros.
254 (op_error): Delete declaration.
255
256 2003-08-07 Andrew Cagney <cagney@redhat.com>
257
258 * interps.h (INTERP_MI2, INTERP_MI3): Define.
259
260 2003-08-07 Michal Ludvig <mludvig@suse.cz>
261
262 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
263 (x86_64_push_arguments): Skip the red zone.
264
265 2003-08-05 Andrew Cagney <cagney@redhat.com>
266
267 * reggroups.c (reggroup_next): Check for the final entry.
268
269 2003-08-04 Andrew Cagney <cagney@redhat.com>
270
271 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
272 * cli/cli-script.c (define_command): Call query directly, instead
273 of passing it a buffer.
274 * ocd.c (ocd_error): Pass error a constant format string.
275 * remote-mips.c (mips_error): Use fputs_filtered.
276
277 * solib-svr4.c (_initialize_svr4_solib): Update
278 register_gdbarch_data call.
279 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
280
281 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
282 (register_gdbarch_data): Delete "free" parameter. Update
283 comments.
284 * gdbarch.h, gdbarch.c: Re-generate.
285 * reggroups.c (_initialize_reggroup): Update.
286 * gnu-v3-abi.c (init_gnuv3_ops): Update.
287 * frame-base.c (_initialize_frame_base): Update.
288 * frame-unwind.c (_initialize_frame_unwind): Update.
289 * user-regs.c (_initialize_user_regs): Update.
290 * remote.c (_initialize_remote): Update.
291 * regcache.c (_initialize_regcache): Update.
292
293 * regcache.c (xfree_regcache_descr): Delete function.
294 (_initialize_regcache): Update call to register_gdbarch_data.
295 (init_regcache_descr, init_legacy_regcache_descr): Use
296 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
297
298 * remote.c (free_remote_state): Delete function.
299 (_initialize_remote): Update register_gdbarch_data.
300 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
301 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
302
303 2003-08-04 Andrew Cagney <cagney@redhat.com>
304
305 * reggroups.c (struct reggroup_el): Define.
306 (struct reggroups): Delete field "nr_group". Replace array
307 "group" with a "first" to "last" linked list.
308 (reggroups_init): Update. Allocate using gdbarch's obstack.
309 (reggroups_free): Delete function.
310 (add_group): Update. Add "el" parameter.
311 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
312 (default_groups): Update.
313 (reggroup_next): Replace reggroups.
314 (reggroups_dump): Update.
315 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
316 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
317 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
318
319 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
320
321 * Makefile.in (tui-interp.o): Update dependencies.
322
323 2003-08-04 David Carlton <carlton@kealia.com>
324
325 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
326 to internal_error call.
327 * source.c (forward_search_command): Add "%s" format argument.
328 (reverse_search_command): Ditto.
329 * top.c (quit_confirm): Ditto.
330 * cli/cli-setshow.c (do_setshow_command): Ditto.
331 * cp-valprint.c (cp_print_class_method): Replace
332 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
333 (cp_print_class_member): Ditto.
334 * event-top.c (command_line_handler): Ditto.
335 * linux-proc.c (linux_info_proc_cmd): Ditto.
336 * p-typeprint.c (pascal_type_print_base): Ditto.
337 * p-valprint.c (pascal_object_print_class_method): Ditto.
338 (pascal_object_print_class_member): Ditto.
339 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
340 * remote.c (remote_cisco_section_offsets): Ditto.
341 * top.c (command_line_input): Ditto.
342 * utils.c (vwarning,error_stream,quit): Ditto.
343 * valprint.c (print_floating,print_binary_chars)
344 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
345
346 2003-08-04 Andrew Cagney <cagney@redhat.com>
347
348 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
349
350 2003-08-02 Andrew Cagney <cagney@redhat.com>
351
352 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
353 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
354 amd64fbsd-nat.c.
355
356 2003-08-02 Andrew Cagney <cagney@redhat.com>
357
358 * Makefile.in: Update all dependencies and definitions.
359
360 2003-08-02 Adam Fedor <fedor@gnu.org>
361
362 * linespec.c (is_objc_method_format): New function
363 (decode_line_1, locate_first_half): Use it.
364 Fixes PR objc/1298
365
366 2003-08-01 Andrew Cagney <cagney@redhat.com>
367
368 * NEWS: Mention that m32r is multi-arch.
369 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
370 * configure.tgt: Recognize m32r-*-*.
371 * config/m32r/tm-m32r.h: Delete file.
372 * config/m32r/m32r.mt: New file.
373 * m32r-rom.c (m32r_upload_command): Use hostent only when
374 gethostname succeeds, in order to avoid a compilation
375 warning.
376 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
377 compiler warning.
378
379 2003-08-01 Michael Snyder <msnyder@redhat.com>
380
381 * sh-tdep.c (sh_frame_align): New gdbarch method.
382 (sh_gdbarch_init): Set up frame_align method.
383
384 2003-07-31 Michael Snyder <msnyder@redhat.com>
385
386 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
387 which is already covered by the new frames infrastructure.
388
389 2003-07-31 Andrew Cagney <cagney@redhat.com>
390
391 * user-regs.c (struct user_reg): Add "next" link.
392 (struct user_regs): Replace "user" with "first" and "last" links.
393 (append_user_reg): Add pre-allocated "reg" parameter.
394 (builtin_user_regs): Provide initial value for "last".
395 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
396 (user_regs_init): Allocate memory from the gdbarch obstack.
397 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
398 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
399 linked list.
400 (usernum_to_user_reg): New function.
401 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
402 (value_of_user_reg): Use usernum_to_user_reg.
403 (user_regs_free): Delete function.
404 (_initialize_user_regs): Update register_gdbarch_data call.
405
406 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
407
408 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
409
410 2003-07-30 Michael Snyder <msnyder@redhat.com>
411
412 * value.h (value_being_returned): Add a struct_addr argument.
413 * infcall.c (call_function_by_hand): Pass struct_addr to
414 value_being_returned.
415 * infcmd.c (print_return_value): Pass zero as struct_addr.
416 * values.c (value_being_returned): If struct_addr is passed,
417 use it instead of trying to recover it from the inferior.
418
419 2003-07-30 Kevin Buettner <kevinb@redhat.com>
420
421 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
422 the prologue analyzer won't need to attempt to extract the pc
423 value from the woefully incomplete dummy frame.
424 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
425 possible. Disable code which modifies the frame.
426
427 2003-07-28 Andrew Cagney <cagney@redhat.com>
428
429 * annotate.c (annotate_breakpoints_headers): Restrict annotation
430 to level 2.
431 (annotate_breakpoints_table, annotate_record): Ditto.
432 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
433 (annotate_field_name_end, annotate_field_value): Ditto.
434 (annotate_field_end, annotate_frame_source_begin): Ditto.
435 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
436 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
437 (annotate_frame_begin, annotate_frame_function_name): Ditto.
438 (annotate_frame_address_end, annotate_frame_address): Ditto.
439 (annotate_frame_args, annotate_frame_end): Ditto.
440 (annotate_frame_where, annotate_arg_begin): Ditto.
441 (annotate_arg_name_end, annotate_arg_value): Ditto.
442 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
443 (annotate_function_call, annotate_signal_name): Ditto.
444 (annotate_signal_string, annotate_signal_name_end): Ditto.
445 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
446 (annotate_value_begin, annotate_value_history_value): Ditto.
447 (annotate_value_history_end, annotate_value_end): Ditto.
448 (annotate_display_begin, annotate_display_number_end): Ditto.
449 (annotate_display_format, annotate_display_expression): Ditto.
450 (annotate_display_expression_end, annotate_display_value): Ditto.
451 (annotate_display_end, annotate_array_section_begin): Ditto.
452 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
453 (annotate_elt, annotate_array_section_end): Ditto.
454
455 2003-07-28 Andrew Cagney <cagney@redhat.com>
456
457 * regcache.c (struct regcache_descr): Update comments on
458 nr_raw_registers.
459 (init_legacy_regcache_descr): Don't set nr_raw_registers or
460 sizeof_raw_register_valid_p.
461 (init_regcache_descr): Set nr_raw_registers and
462 sizeof_raw_register_valid_p before calling
463 init_legacy_regcache_descr.
464
465 2003-07-28 Andrew Cagney <cagney@redhat.com>
466
467 * mips-tdep.c (print_gp_register_row): Print the GPR's register
468 MOD NUM_REGS.
469
470 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
471
472 * thread.c (info_threads_command): Use get_selected_frame ().
473 Check that there is at least one non-sentinel frame.
474
475 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
476
477 * m68hc11-tdep.c (struct frame_extra_info): Remove.
478 (m68hc11_pop_frame): Remove.
479 (m68hc11_frame_saved_pc): Remove.
480 (m68hc11_frame_chain): Remove.
481 (m68hc11_frame_init_saved_regs): Remove.
482 (m68hc11_init_extra_frame_info): Remove.
483 (m68hc11_store_struct_return): Remove.
484 (m68hc11_saved_pc_after_call): Remove.
485
486 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
487
488 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
489 frame unwind information.
490 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
491 and adapted for frame unwinding.
492 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
493 (m68hc11_unwind_pc): New function.
494 (m68hc11_frame_unwind_cache): New function to analyze frames.
495 (m68hc11_frame_this_id): New function to create new frame struct.
496 (m68hc11_frame_prev_register): New function to unwind a register from
497 the frame.
498 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
499 (m68hc11_frame_p): New function for the above.
500 (m68hc11_frame_base_address): New function to return fp of frame.
501 (m68hc11_frame_args_address): Update for frame.
502 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
503 (m68hc11_unwind_sp): New function.
504 (m68hc11_unwind_dummy_id): New function.
505 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
506 calls.
507
508 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
509
510 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
511 (m68hc11_guess_from_prologue): Advance the pc and frame size only
512 when we are beyond the current pc.
513
514 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
515
516 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
517 from m68hc11_push_arguments.
518 (m68hc11_push_arguments): Remove.
519 (m68hc11_push_return_address): Remove.
520 (m68hc11_gdbarch_init): Install the above; remove above deprecated
521 handlers; remove deprecated_extra_stack_alignment_needed.
522
523 2003-07-27 Andrew Cagney <cagney@redhat.com>
524
525 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
526 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
527 REAL_PC and not the pointer.
528 * hppa-hpux-tdep.c: Include frame.h
529
530 2003-07-27 Andrew Cagney <cagney@redhat.com>
531
532 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
533 GDB_MULTI_ACH_PARTIAL.
534
535 2003-07-27 Andrew Cagney <cagney@redhat.com>
536
537 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
538 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
539 operator at start and not end of line.
540 (decode_prologue): Ditto.
541 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
542 frame_unwind_register_unsigned instead of
543 frame_unwind_unsigned_register.
544 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
545 read_register.
546 (m32r_push_dummy_call): Use register_size instead of
547 REGISTER_RAW_SIZE.
548 (m32r_frame_sniffer): Replace m32r_frame_p.
549 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
550 * m32r-rom.c (report_transfer_performance): Delete extern
551 declaration.
552 (m32r_load, m32r_upload_command): Use print_transfer_performance
553 instead of report_transfer_performance.
554 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
555 / add_show_from_set.
556
557 2003-07-26 Andrew Cagney <cagney@redhat.com>
558
559 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
560 store_return_value and extract_struct_value_address.
561
562 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
563
564 PR c++/1267
565 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
566 NULL, default to the section containing PC.
567
568 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
569
570 * NEWS: Mention "regs" deprecated for m68hc11 too.
571
572 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
573 (m68hc11_print_register): New function to print out one register.
574 (m68hc11_print_registers_info): New function to print registers.
575 (show_regs): Deprecate and use the above.
576 (m68hc11_gdbarch_init): Install the print_registers_info.
577
578 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
579
580 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
581 that we have a SIGTRAP before returning non-zero.
582
583 2003-07-23 Michal Ludvig <mludvig@suse.cz>
584 Elena Zannoni <ezannoni@redhat.com>
585
586 * linespec.c (decode_line_2): Avoid crash if
587 find_function_start_sal() returns empty record.
588
589 2003-07-23 Andreas Schwab <schwab@suse.de>
590
591 * ia64-tdep.c (ia64_print_insn): New function.
592 (ia64_gdbarch_init): Set print_insn to it.
593 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
594 deprecated_tm_print_insn_info.
595
596 2003-07-22 Michael Snyder <msnyder@redhat.com>
597
598 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
599 handle 8-bit returns (long long).
600 (h8300h_extract_return_value): Ditto.
601 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
602
603 2003-07-22 Andrew Cagney <cagney@redhat.com>
604
605 * gdbarch.c Include "gdb_obstack.h".
606 (struct gdbarch): Add an "obstack".
607 (alloc_gdbarch_data): Allocate the gdbarch data using
608 GDBARCH_OBSTACK_CALLOC.
609 (free_gdbarch_data): Delete function.
610 (gdbarch_obstack_zalloc): New function.
611 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
612 Assert that the architecture is not initialized.
613 (gdbarch_alloc): Allocate an obstack, allocate the architecture
614 vector from the obstack.
615 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
616 architecture obstack.
617 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
618 (set_gdbarch_data): Assert that the data is not initialized.
619 (struct gdbarch_data): Delete member "free".
620 (register_gdbarch_data): Do not initialize "free".
621 * gdbarch.h, gdbarch.c: Re-generate.
622
623 2003-07-22 Andrew Cagney <cagney@redhat.com>
624
625 * configure.in (build_warnings): Add -Wformat-nonliteral.
626 * configure: Re-generate.
627
628 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
629
630 * dwarf2loc.c (locexpr_describe_location): Fix typos.
631
632 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
633
634 * findvar.c (read_var_value): Remove case for thread local storage
635 variables. It is now entirely handled by the dwarf2 location
636 expression code.
637 * printcmd.c (address_info): Ditto.
638 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
639 enumeration value.
640 (struct symbol): Remove objfile field, which was used by
641 LOC_THREAD_LOCAL_STATIC only.
642 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
643 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
644 usage of objfile pointer.
645 * dwarf2loc.c (locexpr_describe_location): Add case to handle
646 thread local variables.
647 Add include of objfiles.h.
648 * dwarf2expr.c (execute_stack_op): Add comments about thread local
649 storage variables.
650 * Makefile.in (dwarf2loc.o): Update dependencies.
651
652 2003-07-22 Andrew Cagney <cagney@redhat.com>
653
654 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
655 get_frame_base.
656 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
657 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
658 (struct value): Add opaque declaration.
659 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
660
661 2003-07-21 Andrew Cagney <cagney@redhat.com>
662
663 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
664 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
665
666 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
667
668 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
669 regcache_cooked_read_unsigned instead of read_register.
670 (m68hc11_saved_pc_after_call): Likewise.
671 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
672 instead of write_register.
673 (m68hc11_register_type): New function.
674 (m68hc11_register_virtual_type): Remove.
675 (m68hc11_store_return_value): Convert to use the regcache.
676 (m68hc11_extract_struct_value_address): Likewise.
677 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
678 m68hc11_register_type; undeprecate store_return_value and
679 extract_struct_value_address.
680
681 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
682
683 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
684 and translate to use regcache.
685 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
686
687 2003-07-18 Andrew Cagney <cagney@redhat.com>
688
689 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
690 * gdbarch.h, gdbarch.c: Re-generate.
691 * i386-tdep.c (i386_gdbarch_init): Do not set
692 DWARF2_BUILD_FRAME_INFO.
693 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
694 unconditionally.
695 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
696 DWARF2_BUILD_FRAME_INFO.
697
698 2003-07-18 Andrew Cagney <cagney@redhat.com>
699
700 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
701 * disasm.c (gdb_disassemble_info): Initilize di.arch.
702
703 2003-07-18 Andrew Cagney <cagney@redhat.com>
704
705 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
706 frame_unwind_address_in_block, instead of frame_pc_unwind.
707 (dwarf2_frame_cache): Ditto.
708
709 2003-07-18 Andrew Cagney <cagney@redhat.com>
710
711 * user-regs.h (struct gdbarch): Declare opaque.
712 * ui-out.h (struct ui_file): Declare opaque.
713 * dwarf2-frame.h (struct frame_info): Declare opaque.
714
715 2003-07-18 Kris Warkentin <kewarken@qnx.com>
716
717 * nto-procfs.c: Clean ARI hits. Change #include <..> to
718 #include "...".
719 (procfs_meminfo): Change strerror to safe_strerror.
720 (procfs_can_run): Remove K&R badness.
721
722 2003-07-17 Michael Snyder <msnyder@redhat.com>
723
724 * remote-sim.c: Comment typo fix.
725
726 2003-07-17 Andrew Cagney <cagney@redhat.com>
727
728 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
729 configure.
730 * sparc-tdep.c (sparc_intreg_size): Make non-static.
731 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
732 GDB_MULTI_ARCH_PARTIAL.
733
734 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
735
736 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
737 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
738 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
739
740 2003-07-16 Theodore A. Roth <troth@openavr.org>
741
742 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
743 found.
744 (avr_frame_unwind_cache): Don't unwind FP for main.
745 Update a comment.
746 Save the computed prev_sp.
747 (avr_saved_regs_unwinder): Remove function.
748 (avr_frame_prev_register): Use PC unwind logic from
749 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
750
751 2003-07-16 Andrew Cagney <cagney@redhat.com>
752
753 * frame-base.h (frame_base_p_ftype): Delete definition.
754 (frame_base_append_predicate): Delete declaration.
755 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
756 (frame_unwind_append_predicate): Delete declaration.
757 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
758 (append_predicate): Delete parameter "p".
759 (frame_unwind_append_predicate): Delete function.
760 (frame_unwind_append_sniffer): Update call to append_predicate.
761 (frame_unwind_free): Delete function.
762 (_initialize_frame_unwind): Pass NULL as "free" to
763 register_gdbarch_data.
764 (frame_unwind_init): Append the dummy_frame_sniffer.
765 (frame_unwind_find_by_frame): Simplify.
766 * frame-base.c (struct frame_base_table): Delete field "p".
767 (append_predicate): Delete parameter "p".
768 (frame_base_append_predicate): Delete function.
769 (frame_base_append_sniffer): Update call to append_predicate.
770 (frame_base_free): Delete function.
771 (frame_base_find_by_frame): Simplify.
772 (_initialize_frame_base): Pass NULL as "free" to
773 register_gdbarch_data.
774 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
775 (x86_64_sigtramp_frame_sniffer): Replace
776 "x86_64_sigtramp_frame_p".
777 (x86_64_init_abi): Set the frame unwind sniffers.
778 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
779 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
780 (m68k_gdbarch_init): Set the frame unwind sniffers.
781 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
782 "i386_sigtramp_frame_p".
783 (i386_frame_sniffer): Replace "i386_frame_p".
784 (i386_gdbarch_init): Set the frame unwind sniffers.
785 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
786 (avr_gdbarch_init): Set the frame unwind sniffers.
787 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
788 "alpha_sigtramp_frame_p"
789 (alpha_heuristic_frame_sniffer): Replace
790 "alpha_heuristic_frame_p".
791 (alpha_gdbarch_init): Set the frame unwind sniffers.
792 (alpha_dwarf2_init_abi): Ditto.
793 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
794 "alpha_debug_frame_p".
795 (alpha_mdebug_frame_base_sniffer): Replace
796 "alpha_mdebug_frame_base_p".
797 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
798 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
799 (d10v_gdbarch_init): Set the frame unwind sniffer.
800 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
801 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
802 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
803 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
804 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
805 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
806
807 2003-07-16 Michael Snyder <msnyder@redhat.com>
808
809 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
810 should go thru sh_dsp_register_sim_regno, else the dsp regs
811 will not get the right values.
812
813 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
814
815 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
816 deprecated_store_floating by call to store_typed_floating.
817 (sh_sh4_register_convert_to_raw): Substitute call to
818 deprecated_extract_floating by call to extract_typed_floating.
819
820 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
821
822 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
823
824 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
825
826 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
827 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
828 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
829 as possible.
830 (do_pseudo_register): Remove.
831 (sh_push_dummy_code): New function.
832 (sh64_store_struct_return): Rename from sh_store_struct_return.
833 Only called for sh64 now.
834 (sh_extract_struct_value_address): Regcache'ify.
835 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
836 and accomodate new tasks.
837 (sh64_push_return_address): Rename from sh_push_return_address.
838 Only called for sh64 now.
839 (sh_default_extract_return_value): Rename from sh_extract_return_value.
840 Regcache'ify.
841 (sh3e_sh4_extract_return_value): Regcache'ify.
842 (sh_default_store_return_value): Ditto.
843 (sh3e_sh4_store_return_value): Ditto.
844 (sh_default_register_byte): Remove.
845 (sh_sh4_register_byte): Remove.
846 (sh_default_register_raw_size): Remove.
847 (sh_sh4_register_raw_size): Remove.
848 (sh_register_virtual_size): Remove.
849 (sh_sh3e_register_virtual_type): Remove.
850 (sh_sh3e_register_type): New function.
851 (sh_sh4_register_virtual_type): Remove.
852 (sh_sh4_register_type): New function.
853 (sh_default_register_virtual_type): Remove.
854 (sh_default_register_type): New function.
855 (do_fv_register_info): Add parameters to accomodate call from
856 sh_print_registers_info.
857 (do_dr_register_info): Ditto.
858 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
859 Add parameters to accomodate call from sh_print_registers_info.
860 (sh_do_fp_register): Ditto.
861 (sh64_do_pseudo_register): Call do_dr_register_info,
862 do_fv_register_info and sh_do_fp_register with default parameters.
863 (sh_do_register): Add parameters to accomodate call from
864 sh_print_registers_info.
865 (sh_print_register): Ditto.
866 (sh_print_registers_info): Rename from sh_do_registers_info.
867 Add parameters to be used as gdbarch_print_registers_info
868 implementation. Accomodate removed do_pseudo_register function
869 pointer.
870 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
871 function pointer. Call sh_print_register with default parameters.
872 (sh64_do_registers_info): Call sh_print_registers_info instead of
873 sh_do_registers_info.
874 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
875 detection of deprecated vs. non-deprecated functionality.
876 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
877 function pointer assignments by direct function calls.
878
879 2003-07-15 Andrew Cagney <cagney@redhat.com>
880
881 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
882 (frame_register_unwind, create_new_frame): Ditto.
883 (legacy_get_prev_frame, get_frame_type): Ditto.
884 (get_frame_base_address): Use frame_base_find_by_frame.
885 (get_frame_locals_address): Use frame_base_find_by_frame.
886 (get_frame_args_address): Use frame_base_find_by_frame.
887 * frame-base.h (frame_base_sniffer_ftype): Declare.
888 (frame_base_append_sniffer): Declare.
889 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
890 * frame-base.c (append_predicate): Add a "sniffer" parameter.
891 (frame_base_append_sniffer): New function.
892 (frame_base_append_predicate): Add a NULL sniffer.
893 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
894 (struct frame_base_table): Add "sniffer".
895 (frame_base_free): Free the "sniffer" table.
896 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
897 (frame_unwind_append_sniffer): Declare.
898 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
899 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
900 (struct frame_unwind_table): Add "sniffer", delete "middle".
901 (append_predicate): Add "sniffer" parameter, append the sniffer.
902 (frame_unwind_init): Update append_predicate call.
903 (frame_unwind_append_sniffer): New function.
904 (frame_unwind_append_predicate): Update append_predicate call.
905 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
906
907 2003-07-15 Andrew Cagney <cagney@redhat.com>
908
909 * frame.c (get_prev_frame): Move disabled inside_entry_func to
910 before code inhibiting repeated unwind attempts. Add to
911 commentary on that test's problems.
912 * blockframe.c (inside_main_func): Look for "main" in the minimal
913 symbol table.
914 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
915 identical.
916
917 2003-07-15 Andrew Cagney <cagney@redhat.com>
918
919 * complaints.c (struct explanation): Define.
920 (struct complaints): Change type of "explanation" to "struct
921 explanation".
922 (symfile_explanations): Convert to a "struct explanation" table.
923 (vcomplaint): Update.
924
925 2003-07-15 Michal Ludvig <mludvig@suse.cz>
926
927 * x86-64-linux-nat.c (regmap): Removed.
928 (supply_gregset, fill_gregset): Call
929 x86_64_linux_(fill,supply)_gregset functions.
930 * x86-64-linux-tdep.c (USER_*): New defines.
931 (user_to_gdb_regmap, x86_64_core_fns): New structure.
932 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
933 New functions.
934 (fetch_core_registers): Ditto.
935 (_initialize_x86_64_linux_tdep): Call add_core_fns().
936 * x86-64-linux-tdep.h: New file.
937 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
938 and core-regset.o.
939 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
940
941 2003-07-13 Mark Kettenis <kettenis@gnu.org>
942
943 * x86-64-tdep.c (x86_64_store_return_value): Use
944 regcache_cooked_write_part instead of regcache_cooked_write.
945
946 * configure.host: Add x86_64-*-freebsd*.
947 * configure.tgt: Add x86_64-*-freebsd*.
948 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
949 * amd64fbsd-nat.c: New file.
950 * amd64fbsd-tdep.c: New file.
951 * config/i386/nm-fbsd64.h: New file.
952 * config/i386/fbsd64.mh: New file.
953 * config/i386/fbsd64.mt: New file.
954
955 2003-07-11 Mark Kettenis <kettenis@gnu.org>
956
957 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
958 `sc_regs_offset' and `sc_fpregs_offset'.
959 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
960 SIGFRAME_FPREGSAVE_OFF): Remove defines.
961 (alpha_sigtramp_register_address): Rewrite to use new members of
962 `struct gdbarch_tdep'.
963 (alpha_gdbarch_init): Initialize new members of struct
964 gdbarch_tdep'.
965 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
966 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
967 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
968 (alphafbsd_pc_in_sigtramp): Implement.
969 (alphafbsd_sigtramp_offset): New function.
970 (alphafbsd_sigcontext_addr): New function.
971 (alphafbsd_init_abi): Initialize signal trampoline related members
972 of `struct gdbarch_tdep'.
973 (_initialize_alphafbsd_tdep): Add prototype.
974
975 2003-07-11 Theodore A. Roth <troth@openavr.org>
976
977 * Makefile.in (install-only): Quote sed expression when generating
978 transformed_name.
979
980 2003-07-11 Richard Henderson <rth@redhat.com>
981
982 * Makefile.in (dwarf2-frame.o): Add complaints_h.
983 * dwarf2-frame.c: Include complaints.h.
984 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
985 variable initialization; return NULL on error.
986 (decode_frame_entry): New.
987
988 2003-07-11 Andrew Cagney <cagney@redhat.com>
989
990 * frame.h (frame_address_in_block): Delete declaration.
991 * blockframe.c (frame_address_in_block): Delete function.
992 (get_frame_block): Use get_frame_address_in_block.
993 (block_innermost_frame): Ditto.
994 * stack.c (print_frame, backtrace_command_1): Ditto.
995
996 * frame.h (get_frame_address_in_block): Declare.
997 (frame_unwind_address_in_block): Declare.
998 * frame.c (frame_unwind_address_in_block): New function.
999 (get_frame_address_in_block): New function.
1000
1001 2003-07-10 Andrew Cagney <cagney@redhat.com>
1002
1003 * gdbarch.sh: Simplify predicate methods. Remove need to provide
1004 pre-default. Note: re-generate has no effect.
1005
1006 2003-07-10 Andrew Cagney <cagney@redhat.com>
1007
1008 * gdbarch.sh: When a variable, but not a function, compare against
1009 0. Fix problem in previous patch.
1010 * gdbarch.c: Re-generate.
1011
1012 2003-07-10 Andrew Cagney <cagney@redhat.com>
1013
1014 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
1015 functions against NULL, not 0.
1016 * gdbarch.c: Re-generate.
1017
1018 2003-07-10 Fred Fish <fnf@ninemoons.com>
1019
1020 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
1021 null string instead of a null pointer.
1022 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
1023
1024 2003-07-09 Michael Snyder <msnyder@redhat.com>
1025
1026 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
1027
1028 2003-07-09 Mark Kettenis <kettenis@gnu.org>
1029
1030 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
1031 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
1032 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
1033 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
1034 * x86-64-tdep.c: ... from here.
1035
1036 2003-07-09 Andreas Schwab <schwab@suse.de>
1037
1038 * m68k-tdep.h (enum struct_return): Define.
1039 (struct gdbarch_tdep): Add struct_return.
1040 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
1041 bytes are padded to the right, not to the left. Pass struct value
1042 address in register %a1, not on stack.
1043 (m68k_use_struct_convention): New function.
1044 (m68k_gdbarch_init): Set use_struct_convention. Initialize
1045 struct_return in tdep to pcc_struct_return.
1046 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
1047 reg_struct_return.
1048
1049 2003-07-09 Joel Brobecker <brobecker@gnat.com>
1050
1051 * somread.c (som_symfile_offsets): Fix compilation error.
1052
1053 2003-07-09 Andrew Cagney <cagney@redhat.com>
1054
1055 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
1056 Add comments about the checks.
1057
1058 2003-07-08 Andrew Cagney <cagney@redhat.com>
1059
1060 * Makefile.in: Make dependency section headers consistent.
1061 (config_h): Move to $BUILD headers section.
1062 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
1063 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
1064 (ada-exp.tab.c): Move to YACC/LEX section.
1065 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
1066 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
1067
1068 2003-07-08 Kris Warkentin <kewarken@qnx.com>
1069
1070 * nto-procfs.c: Cleaned up a bunch of ARI hits.
1071 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
1072 of strerror with safe_strerror, use ISO C function definitions,
1073 and replace instances of sprintf with snprintf.
1074
1075 2003-07-07 Andrew Cagney <cagney@redhat.com>
1076
1077 * frame.c (get_prev_frame): Enable check for identical frames.
1078 Update comments. Update error messages.
1079
1080 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1081
1082 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
1083
1084 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1085
1086 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
1087 sort_symtab_syms, no longer necessary.
1088
1089 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1090
1091 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
1092
1093 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1094
1095 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
1096 (mips_register_byte): Likewise.
1097
1098 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1099
1100 * Makefile.in (sparc_tdep_h): New.
1101 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
1102 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
1103 * sparc-linux-nat.c: Include "sparc-tdep.h".
1104 * sparc-nat.c: Likewise.
1105 * sparc-tdep.c: Likewise.
1106 * sparc64nbsd-nat.c: Likewise.
1107 * sparcnbsd-nat.c: Likewise.
1108 * sparcnbsd-tdep.c: Likewise.
1109 * sparc-tdep.h: New file.
1110 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
1111 and sparc_npc_regnum.
1112
1113 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1114
1115 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
1116 (mips_linux_cannot_store_register): List supported instead of
1117 unsupported registers.
1118
1119 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1120
1121 * disasm.c (dump_insns): Separate instructions from addresses.
1122
1123 2003-07-07 Andreas Schwab <schwab@suse.de>
1124
1125 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1126 dependencies.
1127 * m68k-tdep.c (NUM_FREGS): Delete.
1128 (SIG_PC_FP_OFFSET): Delete.
1129 (TARGET_M68K): Delete.
1130 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
1131 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
1132 P_MOVEL_SP, P_MOVEML_SP): Define.
1133 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
1134 P_TRAP): Delete.
1135 (m68k_register_raw_size): Delete.
1136 (m68k_register_virtual_size): Delete.
1137 (m68k_register_type): Renamed from m68k_register_virtual_type and
1138 add gdbarch argument.
1139 (m68k_store_struct_return): Delete.
1140 (m68k_deprecated_extract_return_value): Delete.
1141 (m68k_deprecated_extract_struct_value_address): Delete.
1142 (m68k_frame_chain): Delete.
1143 (m68k_frame_saved_pc): Delete.
1144 (m68k_fix_call_dummy): Delete.
1145 (m68k_push_dummy_frame): Delete.
1146 (m68k_pop_frame): Delete.
1147 (m68k_extract_return_value): New function.
1148 (m68k_store_return_value): Rewrite using regcache.
1149 (m68k_extract_struct_value_address): Rewrite using regcache.
1150 (m68k_push_dummy_call): New function.
1151 (struct m68k_frame_cache): Define.
1152 (m68k_alloc_frame_cache): New function.
1153 (m68k_analyze_frame_setup): New function.
1154 (m68k_analyze_register_saves): New function.
1155 (m68k_analyze_prologue): New function.
1156 (m68k_skip_prologue): Rewrite using above functions.
1157 (m68k_unwind_pc): New function.
1158 (m68k_frame_cache): New function.
1159 (m68k_frame_this_id): New function.
1160 (m68k_frame_prev_register): New function.
1161 (m68k_frame_unwind): New variable.
1162 (m68k_frame_p): New function.
1163 (m68k_sigtramp_frame_cache): New function.
1164 (m68k_sigtramp_frame_this_id): New function.
1165 (m68k_sigtramp_frame_prev_register): New function.
1166 (m68k_sigtramp_frame_unwind): New variable.
1167 (m68k_sigtramp_frame_p): New function.
1168 (m68k_frame_base_address): New function.
1169 (m68k_frame_base): New function.
1170 (m68k_unwind_dummy_id): New function.
1171 (fill_gregset): Use regcache_collect.
1172 (fill_fpregset): Likewise.
1173 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
1174 defined.
1175 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
1176 deprecated_init_frame_pc, deprecated_store_struct_return,
1177 deprecated_extract_return_value, deprecated_store_return_value,
1178 deprecated_frame_chain, deprecated_frame_saved_pc,
1179 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
1180 deprecated_register_virtual_size,
1181 deprecated_max_register_raw_size,
1182 deprecated_max_register_virtual_size,
1183 deprecated_register_virtual_type, deprecated_register_size,
1184 deprecated_register_byte, deprecated_register_bytes,
1185 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
1186 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
1187 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
1188 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
1189 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
1190 deprecated_push_dummy_frame, deprecated_pop_frame,
1191 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
1192 only if SYSCALL_TRAP is defined. Set extract_return_value,
1193 store_return_value, extract_struct_value_address, register_type,
1194 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
1195 predicates.
1196 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
1197 M68K_MAX_REGISTER_SIZE): Define.
1198 (struct m68k_sigtramp_info): Define.
1199 (struct gdbarch_tdep): Add get_sigtramp_info.
1200 * m68klinux-nat.c (fetch_register): Use register_size instead of
1201 REGISTER_RAW_SIZE. Don't put assignment in if.
1202 (store_register): Likewise.
1203 (fetch_inferior_registers): Likewise.
1204 (store_inferior_registers): Likewise.
1205 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
1206 (m68k_linux_frame_saved_pc): Delete.
1207 (m68k_linux_sigcontext_reg_offset,
1208 m68k_linux_ucontext_reg_offset): Define.
1209 (m68k_linux_get_sigtramp_info): New function.
1210 (m68k_linux_extract_return_value): Rewrite using regcache.
1211 (m68k_linux_store_return_value): Likewise.
1212 (m68k_linux_extract_struct_value_address): Likewise.
1213 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
1214 Don't set deprecated_frame_saved_pc,
1215 deprecated_extract_return_value, deprecated_store_return_value,
1216 deprecated_extract_struct_value_address. Set
1217 extract_return_value, store_return_value,
1218 extract_struct_value_address.
1219
1220 2003-07-07 Andrew Cagney <cagney@redhat.com>
1221
1222 * expprint.c: Include "user-regs.h" instead of "frame.h".
1223 (print_subexp): Use user_reg_map_regnum_to_name, instead of
1224 frame_map_regnum_to_name.
1225 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
1226 (frame_map_name_to_regnum): Simplify, call
1227 user_reg_map_name_to_regnum.
1228 (frame_map_regnum_to_name): Simplify, call
1229 user_reg_map_regnum_to_name.
1230 (frame_register_unwind): Update.
1231 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
1232 (_initialize_frame_reg): Call user_reg_add_builtin.
1233 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
1234 (value_of_register): Use value_of_user_reg.
1235 * eval.c (evaluate_subexp_standard): Update.
1236 * parse.c (write_dollar_variable): Update.
1237 * d10v-tdep.c (d10v_print_registers_info): Update.
1238 * infcmd.c (registers_info): Update.
1239 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
1240 (builtin_regs_h): Delete macro.
1241 (user_regs_h): Define.
1242 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
1243 (builtin-regs.o): Delete target.
1244 (user-regs.o): Specify dependencies.
1245 (expprint.o): Update dependencies.
1246 (findvar.o): Update dependencies.
1247 (frame.o): Update dependencies.
1248 (std-regs.o): Update dependencies.
1249
1250 2003-07-06 Christopher Faylor <cgf@redhat.com>
1251
1252 * win32-nat.c (solib_symbols_add): Use one variable for all section
1253 address stuff. Pass variable rather than address of variable to
1254 safe_symbol_file_add.
1255
1256 2003-07-06 Andreas Schwab <schwab@suse.de>
1257
1258 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
1259
1260 2003-07-04 Joel Brobecker <brobecker@gnat.com>
1261
1262 * rs6000-nat.c (vmap_symtab): Fix compilation error.
1263
1264 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1265
1266 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
1267
1268 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1269
1270 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
1271 * config/i386/nto.mh: New file.
1272 * config/i386/nm-nto.h: New file.
1273 * configure.host: Add i[3456]86-*-nto*.
1274
1275 2003-07-03 Joel Brobecker <brobecker@gnat.com>
1276
1277 * remote-vx.c (vx_add_symbols): Fix compilation error.
1278
1279 2003-07-03 Andrew Cagney <cagney@redhat.com>
1280
1281 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
1282 * gdbarch.h, gdbarch.c: Re-generate.
1283 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
1284 (legacy_register_name): Declare.
1285 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
1286 (REGISTER_NAME): Define.
1287 * sparc-tdep.c (legacy_register_name): New function.
1288 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
1289 (REGISTER_NAME): Define.
1290 (hppa64_register_name): Declare.
1291 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
1292 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
1293 (hppa64_register_name): New function.
1294 (hppa_register_name): New function.
1295 * arch-utils.c (legacy_register_name): Delete.
1296 * arch-utils.h (legacy_register_name): Delete.
1297
1298 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
1299
1300 * cli/cli-interp.c (cli_interpreter_resume): Update the
1301 cli_uiout's stream to gdb_stdout.
1302
1303 2003-07-03 Andrew Cagney <cagney@redhat.com>
1304
1305 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
1306 predicate.
1307 * gdbarch.h, gdbarch.c: Re-generate.
1308 * regcache.c (init_regcache_descr): Use legacy code when either
1309 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
1310
1311 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1312
1313 * NEWS: Move "set logging" entry into GDB 6.0 section.
1314
1315 2003-07-02 Jim Blandy <jimb@redhat.com>
1316
1317 * s390-tdep.c (struct frame_extra_info): new member:
1318 'stack_bought_valid'.
1319 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
1320 initialize fextra_info->stack_bought.
1321 (s390_frameless_function_invocation): Don't trust the value of
1322 fextra_info_ptr->stack_bought unless
1323 fextra_info->stack_bought_valid is set.
1324
1325 New S390 prologue analyzer.
1326 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
1327 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1328 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1329 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
1330 compute_x_addr, s390_on_stack, s390_store,
1331 s390_get_signal_frame_info): New functions.
1332 (S390_NUM_SPILL_SLOTS): New macro.
1333 (s390_get_frame_info): Rewritten.
1334 (is_arg_reg): Deleted.
1335
1336 Break out the decoding of S/390 instructions into separate
1337 functions, to make it more legible, and easier to check
1338 against the spec.
1339 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
1340 is_rx, is_rxe): New functions.
1341 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
1342 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
1343 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
1344 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
1345 enums for opcode values. (Is this an improvement?)
1346
1347 2003-07-02 Andrew Cagney <cagney@redhat.com>
1348
1349 * i386-tdep.c: Revert change committed as part of trad-frame code
1350 below.
1351
1352 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1353
1354 * breakpoint.c (insert_catchpoint): Make static.
1355
1356 2003-07-02 Andreas Schwab <schwab@suse.de>
1357
1358 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
1359 former ia64_push_arguments and ia64_push_return_address, and use
1360 regcache functions instead of read/write_register.
1361 (ia64_gdbarch_init): Set push_dummy_call instead of
1362 deprecated_push_arguments and deprecated_push_return_address.
1363
1364 2003-07-01 Andreas Jaeger <aj@suse.de>
1365
1366 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1367 before the call.
1368 Set %rax only to number of SSE registers used.
1369
1370 2003-07-01 Andrew Cagney <cagney@redhat.com>
1371
1372 * trad-frame.h: Update comments, a -1 .addr is reserved.
1373 (trad_frame_value_p, trad_frame_addr_p): Declare.
1374 (trad_frame_reg_p): Declare.
1375 (trad_frame_set_value): Rename trad_frame_register_value.
1376 (trad_frame_set_unknown): Declare.
1377 * trad-frame.c (trad_frame_realreg_p): New function.
1378 (trad_frame_addr_p, trad_frame_value_p): New function.
1379 (trad_frame_set_unknown): New function.
1380 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1381 (trad_frame_prev_register): Use trad_frame_realreg_p,
1382 trad_frame_addr_p and trad_frame_value_p.
1383 (trad_frame_set_value): Rename trad_frame_register_value.
1384 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1385 and trad_frame_set_value.
1386
1387 2003-06-30 Jim Blandy <jimb@redhat.com>
1388
1389 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1390 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1391 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1392 for 16 registers, and then 32 more bytes.
1393 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1394 New macros.
1395 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1396 Move up in the file, since it's now used by is_simple_arg.
1397 (is_simple_arg): Don't assume registers are four bytes long.
1398 Exclude all double arguments. Extended floats are not simple
1399 args.
1400 (is_power_of_two): New function.
1401 (pass_by_copy_ref): Call is_power_of_two, and check that the
1402 length fits in a register, rather than listing all the acceptable
1403 sizes. Extended floats are not passed by reference.
1404 (s390_push_arguments): Don't assume registers are four bytes long.
1405 Reserve an argument register to point to the buffer for structures
1406 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1407 S390_STACK_FRAME_OVERHEAD.
1408
1409 2003-06-30 Andreas Schwab <schwab@suse.de>
1410
1411 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1412 format error message.
1413
1414 2003-06-30 Joel Brobecker <brobecker@gnat.com>
1415
1416 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1417
1418 2003-06-30 David Carlton <carlton@kealia.com>
1419
1420 Band-aid for PR c++/1245.
1421 * Makefile.in (cp-support.o): Depend on complaints_h.
1422 * cp-support.c: Include complaints.h. Add declaration for
1423 find_last_component.
1424 (cp_find_first_component): Separate code into
1425 cp_find_first_component_aux.
1426 (cp_find_first_component_aux): Call demangled_name_complaint.
1427 (demangled_name_complaint): New.
1428
1429 2003-06-30 Andrew Cagney <cagney@redhat.com>
1430
1431 * remote.c (remote_write_bytes): Explicitly compute and then use
1432 the payload size. Update comments to reflect. Fixes problem of
1433 GDB not sending small packets as found by Fred Fish.
1434
1435 2003-06-30 Andrew Cagney <cagney@redhat.com>
1436
1437 * remote.c (remote_async_wait): Fix -Wformat problem.
1438
1439 2003-06-29 Andrew Cagney <cagney@redhat.com>
1440
1441 * remote.c (remote_wait): Call error, and not warning, when the
1442 packet is corrupt.
1443 (remote_async_wait): Ditto.
1444
1445 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1446
1447 * sparc-tdep.c (sparc_y_regnum): Make external again.
1448
1449 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1450
1451 * cli/cli-logging.c (pop_output_files): Add void to function
1452 definition.
1453
1454 2003-06-29 Andrew Cagney <cagney@redhat.com>
1455
1456 * frame.c (frame_register_unwind): Use unsigned char when dumping
1457 the buffer contents.
1458
1459 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
1460
1461 * cli/cli-logging.c: New file.
1462 * cli-out.c (struct ui_out_data): Add original_stream.
1463 (cli_redirect): New function.
1464 (cli_ui_out_impl): Add cli_redirect.
1465 (cli_out_new): Initialize original_stream.
1466 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1467 (uo_redirect, ui_out_redirect): New.
1468 * ui-out.h (struct ui_out_impl): Add redirect member.
1469 (redirect_ftype): New.
1470 (ui_out_redirect): Add prototype.
1471 * Makefile.in: Add rules for cli-logging.c.
1472 * NEWS: Mention "set logging".
1473
1474 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1475
1476 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1477
1478 2003-06-27 Andrew Cagney <cagney@redhat.com>
1479
1480 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1481 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1482 * avr-tdep.c (avr_call_dummy_address): Delete function.
1483 (avr_gdbarch_init): Do not set call_dummy_address.
1484
1485 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1486
1487 * symfile.c (syms_from_objfile): Move variables to inner block.
1488 Move the checks for the non-mainline case a bit earlier to avoid
1489 doing some useless computations.
1490
1491 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1492
1493 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1494
1495 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
1496
1497 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1498 sections.
1499
1500 2003-06-26 Michael Chastain <mec@shout.net>
1501
1502 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1503 gdb/testsuite/gdb.c++/pr-1210.exp.
1504
1505 2003-06-26 Andrew Cagney <cagney@redhat.com>
1506
1507 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1508 altivec_expression.h and altivec_registers.h.
1509
1510 2003-06-26 Andrew Cagney <cagney@redhat.com>
1511
1512 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1513 info->mach when MIPS16. Patch suggested by Fred Fish.
1514
1515 2003-06-26 Andrew Cagney <cagney@redhat.com>
1516
1517 * utils.c (internal_vproblem): Print the problem to a reason
1518 buffer and then pass to query. Make the msg variable more local.
1519
1520 2003-06-26 Andrew Cagney <cagney@redhat.com>
1521
1522 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1523 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1524 * gdbarch.h, gdbarch.c: Re-generate.
1525 * frame-base.c (default_frame_args_address): Update. Use
1526 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1527 not available.
1528 (default_frame_locals_address): Ditto for
1529 DEPRECATED_FRAME_LOCALS_ADDRESS.
1530 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1531 (vax_frame_num_args): Update.
1532 (vax_gdbarch_init): Update.
1533 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1534 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1535 * mcore-tdep.c (mcore_gdbarch_init): Update.
1536 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1537 * ia64-tdep.c (ia64_gdbarch_init): Update.
1538 * symtab.h (address_class): Update comments.
1539 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1540 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1541 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1542 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1543 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1544 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1545 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1546 * alpha-mdebug-tdep.c: Update.
1547 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1548
1549 2003-06-26 Andreas Jaeger <aj@suse.de>
1550
1551 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1552 of SSE registers so that varargs functions work. Rework handling
1553 of passing arguments on the stack.
1554 (x86_64_store_return_value): Return double and float values in SSE
1555 register.
1556
1557 2003-06-24 Michael Chastain <mec@shout.net>
1558
1559 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1560 the "constructor breakpoints ignored" bug.
1561
1562 2003-06-25 David Carlton <carlton@kealia.com>
1563
1564 * MAINTAINERS: Update e-mail address.
1565
1566 2003-06-24 Jim Blandy <jimb@redhat.com>
1567
1568 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1569
1570 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1571 function.
1572 (ppc_linux_init_abi): Register it as the
1573 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1574
1575 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1576 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1577 method.
1578
1579 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1580 (ppc64_standard_linkage_target): Use it.
1581
1582 2003-06-23 Andrew Cagney <cagney@redhat.com>
1583
1584 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1585 for 0 "int0" and 4 "int32" sized registers.
1586 * gdbtypes.c (builtin_type_int0): Define.
1587 (build_gdbtypes): Initialize builtin_type_int0.
1588 * gdbtypes.h (builtin_type_int0): Declare.
1589
1590 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1591
1592 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1593 as characters are unsigned.
1594
1595 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1596
1597 PR gdb/1179
1598 * dwarfread.c (struct_type): Skip static fields without crashing.
1599
1600 2003-06-22 Andrew Cagney <cagney@redhat.com>
1601
1602 GDB 6.0 branch created.
1603 * README: Update.
1604 * PROBLEMS: Update. Empty.
1605 * NEWS: Update.
1606
1607 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1608
1609 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1610 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1611
1612 2003-06-22 Andrew Cagney <cagney@redhat.com>
1613
1614 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1615 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1616 Velikov.
1617
1618 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1619
1620 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1621 compilers.
1622
1623 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1624
1625 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1626 argument of val_print.
1627 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1628 to the address argument of baseclass_offset or target_read_memory.
1629 Do add it to the argument of cp_print_value_fields.
1630
1631 2003-06-21 Andrew Cagney <cagney@redhat.com>
1632
1633 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1634 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1635 instead of 0..NUM_REGS.
1636 (mips_register_reggroup_p): New function.
1637 (mips_pseudo_register_write): New function.
1638 (mips_pseudo_register_read): New function.
1639 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1640 based on the register's type.
1641 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1642 cooked.
1643 (mips_get_saved_register): Simplify. Assert that REGNO is a
1644 pseudo / cooked.
1645 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1646 (mips_register_type): Replace mips_register_virtual_type. Map
1647 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1648 when available.
1649 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1650 that the register is cooked / virtual.
1651 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1652 Only get the extra info when needed.
1653 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1654 (mips32_heuristic_proc_desc): Fetch the cooked register.
1655 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1656 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1657 (mips_print_register): Use gdbarch_register_type, instead of
1658 REGISTER_VIRTUAL_TYPE.
1659 (print_gp_register_row): Use gdbarch_register_type, instead of
1660 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1661 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1662 Print the pseudo / cooked registers.
1663 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1664 Print the pseudo / cooked registers.
1665 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1666 REG_NUM is pseudo / cooked.
1667 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1668 (mips_n32n64_xfer_return_value): Ditto.
1669 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1670 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1671 (mips_register_sim_regno): New function.
1672 (mips_gdbarch_init): Set deprecated_register_byte,
1673 register_group_p, pseudo_register_write, pseudo_register_read,
1674 register_sim_regno, and num_pseudo_regs. Set register_type,
1675 instead of register_virtual_type.
1676 * Makefile.in (mips-tdep.o): Update dependencies.
1677 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1678 REGISTER_VIRTUAL_TYPE.
1679 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1680 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1681 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1682 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1683 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1684
1685 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1686
1687 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1688 * cli/cli-cmds.c: Include "gdb_vfork.h".
1689 (shell_escape): Use vfork.
1690
1691 2003-06-21 Andrew Cagney <cagney@redhat.com>
1692
1693 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1694 32 bit floating-point register saves.
1695
1696 * frame.h (deprecated_unwind_get_saved_register): Delete.
1697 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1698 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1699 and deprecated_get_next_frame_hack instead of
1700 deprecated_unwind_get_saved_register.
1701
1702 * mips-tdep.c (mips_dump_tdep): Do not print
1703 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1704
1705 * frame.c (get_frame_register): New function.
1706 (frame_unwind_register_signed): New function.
1707 (get_frame_register_signed): New function.
1708 (frame_unwind_register_unsigned): New function.
1709 (get_frame_register_unsigned): New function.
1710 * frame.h: Add comments on naming schema.
1711 (get_frame_register, frame_unwind_register_signed): Declare.
1712 (get_frame_register_signed, get_frame_register_signed): Declare.
1713 (frame_unwind_register_unsigned): Declare.
1714 (get_frame_register_unsigned): Declare.
1715
1716 2003-06-20 Theodore A. Roth <troth@openavr.org>
1717
1718 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1719
1720 2003-06-20 Theodore A. Roth <troth@openavr.org>
1721
1722 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1723 (avr_read_sp): Ditto.
1724
1725 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
1726
1727 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1728 * config/arm/nm-linux.h: Likewise.
1729 * config/arm/tm-linux.h: Likewise.
1730 * config/ia64/nm-linux.h: Likewise.
1731 * config/ia64/tm-ia64.h: Likewise.
1732 * config/s390/tm-linux.h: Likewise.
1733 * config/s390/tm-s390.h: Likewise.
1734 * s390-nat.c: Likewise.
1735 * s390-tdep.c: Likewise.
1736
1737 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1738 * config/ia64/linux.mt: Likewise.
1739 * config/m68k/linux.mh: Likewise.
1740 * config/mips/linux.mt: Likewise.
1741 * config/powerpc/linux.mh: Likewise.
1742 * config/sh/linux.mt: Likewise.
1743
1744 2003-06-19 Kris Warkentin <kewarken@qnx.com>
1745
1746 * solib.c (solib_open): Change tests for whether to search
1747 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1748 comments.
1749
1750 2003-06-19 Theodore A. Roth <troth@openavr.org>
1751
1752 * avr-tdep.c (avr_frame_address): Delete function.
1753 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1754 set_gdbarch_frame_args_address.
1755
1756 2003-06-19 Andrew Cagney <cagney@redhat.com>
1757
1758 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1759 (REGISTER_CONVERT_FROM_TYPE): Delete.
1760 (mips_register_convert_to_type): Delete declaration.
1761 (mips_register_convert_from_type): Delete declaration.
1762 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1763 kernel/.
1764
1765 2003-06-19 Michael Snyder <msnyder@redhat.com>
1766
1767 * linux-nat.h: New file.
1768 * linux-nat.c: Include linux-nat.h.
1769 * lin-lwp.c: Include linux-nat.h.
1770 Move struct lwp_info def to linux-nat.h.
1771 * linux-proc.c: Include linux-nat.h.
1772 (linux_make_note_section): Iterate over lwps instead of threads.
1773 (linux_do_thread_registers): Use lwp instead of merged pid.
1774 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
1775 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
1776 Add dependency on linux_nat_h.
1777
1778 2003-06-19 Theodore A. Roth <troth@openavr.org>
1779
1780 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1781
1782 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1783
1784 * varobj.c (get_type, get_target_type): Use check_typedef.
1785
1786 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1787
1788 * breakpoint.c (insert_catchpoint): Call internal_error.
1789
1790 2003-06-19 Theodore A. Roth <troth@openavr.org>
1791
1792 * avr-tdep.c (avr_push_dummy_code): Delete function.
1793 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1794
1795 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1796
1797 * arch-utils.c (default_prepare_to_proceed): Remove.
1798 (generic_prepare_to_proceed): Remove.
1799 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1800 (generic_prepare_to_proceed): Remove prototype.
1801 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1802 * gdbarch.c: Regenerate.
1803 * gdbarch.h: Regenerate.
1804 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1805 * hppah-nat.c (hppa_switched_threads): Remove.
1806 * infrun.c (prepare_to_proceed): New static function, copied from
1807 generic_prepare_to_proceed. Remove select_it argument.
1808 (proceed): Call prepare_to_proceed.
1809 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1810 variables.
1811 (ptrace_wait): Don't set the removed variables.
1812 (hppa_switched_threads): Remove.
1813 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1814 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1815 (lin_lwp_prepare_to_proceed): Remove prototype.
1816 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1817 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1818
1819 2003-06-18 Theodore A. Roth <troth@openavr.org>
1820
1821 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1822 trad-frame.h.
1823 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1824 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1825 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1826 (AVR_PROLOGUE_*): Enumerate prologue types.
1827 (struct frame_extra_info): Remove.
1828 (struct avr_unwind_cache): Define.
1829 (avr_write_sp): Delete function.
1830 (avr_read_fp): Ditto.
1831 (avr_init_extra_frame_info): Ditto.
1832 (avr_pop_frame): Ditto.
1833 (avr_frame_saved_pc): Ditto.
1834 (avr_saved_pc_after_call): Ditto.
1835 (avr_push_return_address): Ditto.
1836 (avr_frame_chain): Ditto.
1837 (avr_store_struct_return): Ditto.
1838 (avr_push_arguments): Ditto.
1839 (avr_scan_prologue): Update comments. Changed to set up the info for
1840 cache unwinding. Now returns end of prologue PC.
1841 (avr_skip_prologue): Better handling of functions lacking a prologue
1842 by using avr_scan_prologue.
1843 (avr_scan_arg_moves): New function.
1844 (avr_saved_regs_unwinder): Ditto.
1845 (avr_frame_unwind_cache): Ditto.
1846 (avr_unwind_pc): Ditto.
1847 (avr_frame_this_id): Ditto.
1848 (avr_frame_prev_register): Ditto.
1849 (avr_frame_p): Ditto.
1850 (avr_frame_base_address ): Ditto.
1851 (avr_unwind_dummy_id): Ditto.
1852 (avr_push_dummy_code): Ditto.
1853 (push_stack_item): Ditto.
1854 (pop_stack_item): Ditto.
1855 (avr_push_dummy_call): Ditto.
1856 (struct stack_item): Define.
1857 (avr_frame_unwind): Declare structure.
1858 (avr_frame_base): Ditto.
1859 (avr_gdbarch_init): Remove calls to
1860 set_gdbarch_deprecated_init_frame_pc,
1861 set_gdbarch_deprecated_target_read_fp,
1862 set_gdbarch_deprecated_dummy_write_sp,
1863 set_gdbarch_deprecated_fp_regnum,
1864 set_gdbarch_deprecated_push_arguments,
1865 set_gdbarch_deprecated_push_return_address,
1866 set_gdbarch_deprecated_pop_frame,
1867 set_gdbarch_deprecated_store_struct_return,
1868 set_gdbarch_deprecated_frame_init_saved_regs,
1869 set_gdbarch_deprecated_init_extra_frame_info,
1870 set_gdbarch_deprecated_frame_chain,
1871 set_gdbarch_deprecated_frame_saved_pc,
1872 set_gdbarch_deprecated_saved_pc_after_call.
1873 Add calls to set_gdbarch_push_dummy_call,
1874 set_gdbarch_push_dummy_code,
1875 frame_unwind_append_predicate,
1876 frame_base_set_default,
1877 set_gdbarch_unwind_dummy_id,
1878 set_gdbarch_unwind_pc.
1879 Wrap a long line.
1880
1881 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
1882
1883 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1884 registers for H8/300S.
1885 (h8300_print_registers_info): Ditto.
1886 (h8300_gdbarch_init): Accommodate register count for H8/300S.
1887
1888 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
1889
1890 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1891 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1892 (lin_lwp_wait): Likewise. Update comments.
1893 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1894 (pull_pid_from_list, linux_record_stopped_pid): New.
1895
1896 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1897
1898 * ada-lang.c (scan_discrim_bound): Name first argument.
1899 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1900 declared by ALL_BLOCK_SYMBOLS.
1901
1902 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1903
1904 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1905 ("regcache.h"): Include it.
1906 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1907
1908 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1909
1910 * NEWS: Mention gdbserver detach change and "disconnect" command.
1911 * infcmd.c (disconnect_command): New function.
1912 (_initialize_infcmd): Add ``disconnect'' command.
1913 * remote.c (remote_async_detach): Delete.
1914 (remote_detach): Merge remote_async_detach.
1915 (remote_disconnect): New.
1916 (init_remote_ops): Set to_disconnect.
1917 (init_remote_cisco_ops): Likewise.
1918 (init_remote_async_ops): Likewise. Use remote_detach.
1919 * target.c (cleanup_target): Default to_disconnect.
1920 (update_current_target): Inherit to_disconnect.
1921 (target_disconnect, debug_to_disconnect): New functions.
1922 (setup_target_debug): Set to_disconnect.
1923 * target.h (struct target_ops): Add to_disconnect.
1924 (target_disconnect): Add prototype.
1925
1926 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1927
1928 * breakpoint.c (insert_catchpoint): New function.
1929 (insert_breakpoints): Use catch_exceptions to call
1930 insert_catchpoint. Disable catchpoints if they fail to insert.
1931
1932 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1933
1934 * symfile.c (reread_symbols): Clear sym_private.
1935
1936 2003-06-17 Andrew Cagney <cagney@redhat.com>
1937
1938 * trad-frame.h (struct frame_info): Add opaque declaration.
1939 * remote-fileio.h (struct cmd_list_element): Add opaque
1940 declaration.
1941 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
1942 comments.
1943
1944 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1945
1946 * remote.c (remote_prepare_to_store): Replace call to
1947 deprecated_read_register_bytes with multiple regcache_raw_read
1948 calls.
1949
1950 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1951
1952 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
1953 (nto_find_and_open_solib): Likewise.
1954 (nto_init_solib_absolute_prefix): Likewise.
1955 (_initialize_nto_tdep): Fix indentation.
1956
1957 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1958
1959 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
1960
1961 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1962
1963 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
1964
1965 2003-06-17 Jim Blandy <jimb@redhat.com>
1966
1967 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
1968
1969 2003-06-16 Theodore A. Roth <troth@openavr.org>
1970
1971 * avr-tdep.c (avr_extract_return_value): New function.
1972 (avr_gdbarch_init): Set extract_return_value method.
1973
1974 2003-06-16 Andrew Cagney <cagney@redhat.com>
1975
1976 * frame.h (deprecated_get_next_frame_hack): Declare.
1977 * frame.c (legacy_saved_regs_prev_register): Only require
1978 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
1979 there are always saved regs.
1980 (deprecated_generic_get_saved_register): Do not require
1981 DEPRECATED_FRAME_INIT_SAVED_REGS.
1982 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
1983 use frame ID unwind instead.
1984 (deprecated_get_next_frame_hack): New function.
1985
1986 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
1987
1988 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
1989 (h8300_push_dummy_call): ...this function. Some minor optimization.
1990 (h8300_push_return_address): Remove.
1991 (h8300_gdbarch_init): Remove calls to
1992 set_gdbarch_deprecated_dummy_write_sp,
1993 set_gdbarch_deprecated_push_arguments and
1994 set_gdbarch_deprecated_push_return_address.
1995 Add call to set_gdbarch_push_dummy_call.
1996
1997 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
1998
1999 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
2000 (E_PSEUDO_EXR_REGNUM): Ditto.
2001 (h8300_is_argument_spill): Check for instructions moving argument
2002 registers into safe registers.
2003 (h8300_skip_prologue): Check for stm instruction to push registers
2004 used for register variables onto stack.
2005 (gdb_print_insn_h8300): Remove.
2006 (h8300_examine_prologue): Add a comment.
2007 (h8300_register_name): Take pseudo registers into account.
2008 (h8300s_register_name): Ditto.
2009 (h8300sx_register_name): Ditto.
2010 (h8300_print_register): Ditto.
2011 (h8300_print_registers_info): Define "nice" printing order.
2012 (h8300_saved_pc_after_call): Take pseudo registers into account.
2013 (h8300_register_type): Ditto. Return type used for remote connection
2014 when requesting real CCR or EXR register, return actual type when
2015 requesting pseudo CCR or EXR.
2016 (h8300_pseudo_register_read): New function.
2017 (h8300_pseudo_register_write): Ditto.
2018 (h8300_dbg_reg_to_regnum): Ditto.
2019 (h8300s_dbg_reg_to_regnum): Ditto.
2020 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
2021 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
2022 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
2023 set_gdbarch_print_insn architecture dependent.
2024 Call set_gdbarch_pseudo_register_read and
2025 set_gdbarch_pseudo_register_write.
2026 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
2027
2028 2003-06-16 Andrew Cagney <cagney@redhat.com>
2029
2030 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
2031 * gdbarch.h, gdbarch.c: Re-generate.
2032 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2033 * s390-tdep.c (s390_gdbarch_init): Update.
2034 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2035 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2036 * mips-tdep.c (mips_gdbarch_init): Update.
2037 * mcore-tdep.c (mcore_gdbarch_init): Update.
2038 * cris-tdep.c (cris_gdbarch_init): Update.
2039 * infcall.c (call_function_by_hand): Update.
2040 * ia64-tdep.c (ia64_push_arguments): Update comment.
2041 * frame.c (legacy_get_prev_frame): Do not assume
2042 SAVE_DUMMY_FRAME_TOS_P.
2043 * dummy-frame.c (find_dummy_frame): Update comment.
2044
2045 2003-06-16 Andrew Cagney <cagney@redhat.com>
2046
2047 * regcache.c (do_cooked_read): Do not use register_valid_p.
2048
2049 2003-06-15 Theodore A. Roth <troth@openavr.org>
2050
2051 * avr-tdep.c (avr_register_type): Remove a blank line.
2052 (avr_scan_prologue): Correct some comments.
2053
2054 2003-06-15 Theodore A. Roth <troth@openavr.org>
2055
2056 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
2057 prologue types.
2058 Properly scan prologues generated by gcc with the -mcall-prologues
2059 option.
2060 Add code to scan -mcall-prologues for mega devices.
2061
2062 2003-06-15 Theodore A. Roth <troth@openavr.org>
2063
2064 * avr-tdep.c (avr_register_byte): Delete function.
2065 (avr_register_raw_size): Delete function.
2066 (avr_register_virtual_size): Delete function.
2067 (avr_register_virtual_type): Delete function.
2068 (avr_register_type): New function.
2069 (avr_address_to_pointer): Remove unused code.
2070 (avr_read_fp): Need to read FP as two separate bytes due to change to
2071 avr_register_type() usage.
2072 (avr_gdbarch_init): Don't set deprecated_register_size.
2073 Don't set deprecated_register_bytes.
2074 Don't set deprecated_register_byte.
2075 Don't set deprecated_register_raw_size.
2076 Don't set deprecated_max_register_raw_size.
2077 Don't set deprecated_register_virtual_size.
2078 Don't set deprecated_max_register_virtual_size.
2079 Don't set deprecated_register_virtual_type.
2080 Set register_type method.
2081
2082 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
2083
2084 * Makefile.in (linux-nat.o): Add rule.
2085 * linux-nat.c: New file.
2086 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
2087 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
2088 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
2089 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
2090 * config/arm/linux.mh (NATDEPFILES): Likewise.
2091 * config/i386/linux.mh (NATDEPFILES): Likewise.
2092 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
2093 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2094 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2095 * config/mips/linux.mh (NATDEPFILES): Likewise.
2096 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
2097 * config/s390/s390.mh (NATDEPFILES): Likewise.
2098 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2099
2100 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2101
2102 * i387-tdep.c: Reorder includes, fix some whitespace issues and
2103 replace out-of-date comment.
2104
2105 2003-06-15 Andrew Cagney <cagney@redhat.com>
2106
2107 * rdi-share/host.h (Fail): Change to a varargs function.
2108 * remote-rdi.c (Fail): Update.
2109
2110 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2111
2112 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
2113 (i386_convert_register_p, i386_register_to_value,
2114 i386_register_from_value): Handle types longer than 8 bytes.
2115
2116 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2117
2118 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
2119 Move floating-point code to new function in i387-tdep.c.
2120 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
2121 New functions containing code moved here from i386-tdep.c.
2122 * i387-tdep.h: Add opaque declaration for `struct type'.
2123 (i387_register_to_value, i387_value_to_register): New prototypes.
2124 * x86-64-tdep.c (x86_64_convert_register_p): New function.
2125 (x86_64_init_abi): Set convert_register_p, register_to_value and
2126 value_to_register here.
2127
2128 2003-06-14 Andrew Cagney <cagney@redhat.com>
2129
2130 * mips-tdep.c (mips_register_to_value): Make static.
2131 (mips_value_to_register): Make static.
2132 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
2133 * ia64-tdep.c (ia64_register_raw_size): Make static.
2134 (ia64_register_virtual_size): Make static.
2135 (ia64_register_byte): Make static.
2136 * i387-tdep.c: Include "i387-tdep.h".
2137 (print_387_control_word): Delete function.
2138 (print_387_status_word): Delete function.
2139 (print_387_status_bits): Delete function.
2140 (print_387_control_bits): Delete function.
2141 * Makefile.in (i387-tdep.o): Update dependencies.
2142 * rdi-share/host.h (Fail): Declare.
2143 * remote-rdi.c (Fail): Update to match declaration.
2144
2145 2003-06-14 Andrew Cagney <cagney@redhat.com>
2146
2147 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
2148 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
2149 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
2150 * config/djgpp/fnchange.lst: Delete "remote-array.c".
2151 * README: Delete reference to remote-array.
2152 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
2153 (remote-array.o): Delete target.
2154 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
2155 * remote-array.c: Delete file.
2156
2157 2003-06-14 Andrew Cagney <cagney@redhat.com>
2158 Mark Kettenis <kettenis@gnu.org>
2159
2160 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
2161 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
2162 parameter with "frame".
2163 * gdbarch.h, gdbarch.c: Re-generate.
2164 * frame.h (put_frame_register): Declare.
2165 * frame.c (put_frame_register): New function.
2166 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
2167 (legacy_register_to_value): Rewrite, use "frame" to get the
2168 register value.
2169 (legacy_value_to_register): Rewrite, use "frame" to find the
2170 register's location before storing.
2171 * arch-utils.h (legacy_convert_register_p): Update.
2172 (legacy_register_to_value, legacy_value_to_register): Update.
2173 * findvar.c (value_from_register): Rewrite, eliminate use of
2174 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
2175 "frame" to REGISTER_TO_VALUE.
2176 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
2177 lval_reg_frame_relative + lval_register branch of the switch. Do
2178 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
2179 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
2180 I386_EDI_REGNUM): New defines.
2181 (i386_next_regnum, i386_convert_register_p,
2182 i386_register_to_value, i386_value_to_register): New functions.
2183 (i386_register_convertible, i386_register_convert_to_virtual,
2184 i386_convert_to_raw): Remove functions.
2185 (i386_gdbarch_init): Set convert_register_p, register_to_value and
2186 value_to_register instead of register_convertible,
2187 register_convert_to_virtual and register_convert_to_raw.
2188 * mips-tdep.c (mips_convert_register_p): New function.
2189 (mips_value_to_register): Replace mips_register_convert_from_type.
2190 (mips_register_to_value): Replace mips_register_convert_to_type.
2191 (mips_gdbarch_init): Set conver_register_p, value_to_register and
2192 register_to_value.
2193 * alpha-tdep.c (alpha_convert_register_p): Update.
2194 (alpha_value_to_register): Update, store the register.
2195 (alpha_register_to_value): Update, fetch the register.
2196
2197 2003-06-14 Theodore A. Roth <troth@openavr.org>
2198
2199 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
2200 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
2201 Don't set deprecated_call_dummy_words.
2202 Remove commented out set_gdbarch_believe_pcc_promotion() call.
2203 Don't set remote_translate_xfer_address.
2204 (avr_io_reg_read_command): Remove commented out debug printf.
2205 Wrap a long line.
2206
2207 2003-06-14 Theodore A. Roth <troth@openavr.org>
2208
2209 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
2210 causes gdb to seg fault.
2211
2212 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
2213
2214 * sparc-nat.c (fetch_inferior_registers): Correct
2215 a reference to "registers".
2216
2217 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
2218
2219 * Makefile.in (exc_request_U_h): Define
2220 (exc_request_S_h): Likewise.
2221 (msg_reply_S_h): Likewise.
2222 (msg_U_h): Likewise.
2223 (notify_S_h): Likewise.
2224 (process_reply_S_h): Likewise.
2225 (gnu-nat.o): Depend on gdb_obstack_h
2226 * gnu-nat.c: Include "gdb_obstack.h".
2227
2228 2003-06-13 Andrew Cagney <cagney@redhat.com>
2229
2230 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
2231 * gdbarch.h, gdbarch.c: Re-generate.
2232
2233 2003-06-13 Andrew Cagney <cagney@redhat.com>
2234
2235 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
2236 when deprecated REGISTER macros can be deleted.
2237 * gdbarch.h, gdbarch.c: Re-generate.
2238
2239 2003-06-13 Jim Blandy <jimb@redhat.com>
2240
2241 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
2242 Linux entry point symbols for _dl_debug_state, too.
2243
2244 2003-06-13 Andrew Cagney <cagney@redhat.com>
2245
2246 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
2247 available, do not use the FP register, and always save the TOS.
2248 * dummy-frame.c (dummy_frame_this_id): Do not assert
2249 SAVE_DUMMY_FRAME_TOS.
2250 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
2251 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
2252 (i386_push_dummy_call): Add 8 to the returned SP.
2253 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
2254 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
2255 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
2256 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
2257 (x86_64_push_dummy_call): Return "sp + 16".
2258 (x86_64_init_abi): Do not set save_dummy_frame_tos.
2259 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2260 save_dummy_frame_tos.
2261
2262 2003-06-13 Jim Blandy <jimb@redhat.com>
2263
2264 * frv-tdep.c (frv_use_struct_convention): Delete static
2265 declaration for function deleted in my change of 2003-06-12.
2266
2267 2003-06-13 Theodore A. Roth <troth@openavr.org>
2268
2269 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
2270 (avr_pointer_to_address): Shift code addrs left 1 bit.
2271 (avr_convert_from_func_ptr_addr): Delete function since operation is
2272 better handled by avr_address_to_pointer and avr_pointer_to_address.
2273 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
2274
2275 2003-06-13 Mark Kettenis <kettenis@gnu.org>
2276
2277 From Kelley Cook <kelleycook@wideopenwest.com>:
2278 * configure.host: Accept i[34567]86 variants.
2279 * configure.tgt: Likewise.
2280 * nlm/configure.in: Likewise.
2281 * nlm/configure: Regenerated.
2282
2283 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
2284
2285 * arm-tdep.c (solib-svr4.h): Dont' include it.
2286 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
2287 * arm-linux-tdep.c: ... here. Make static.
2288 (arm_linux_init_abi): Register it.
2289 (solib-svr4.h): Include it.
2290 * Makefile.in: Update dependencies.
2291 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2292 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
2293
2294 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2295
2296 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
2297 indicate registers used for return values.
2298 (struct frame_extra_info): Drop args_pointer and locals_pointer.
2299 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
2300 members.
2301 (h8300_init_extra_frame_info): Ditto.
2302 (h8300_frame_locals_address): Removed.
2303 (h8300_frame_args_address): Removed.
2304 (h8300_extract_return_value): Use new regcache structure. Only care
2305 for 16 bit CPUs.
2306 (h8300h_extract_return_value): Same function for 32 bit CPUs.
2307 (h8300_store_return_value): Use new regcache structure. Only care
2308 for 16 bit CPUs.
2309 (h8300h_store_return_value): Same function for 32 bit CPUs.
2310 (h8300_store_struct_return): Removed.
2311 (h8300_extract_struct_value_address): Use new regcache structure.
2312 (h8300h_extract_struct_value_address): Removed.
2313 (h8300_push_dummy_code): New function.
2314 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
2315 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
2316 set_gdbarch_store_return_value architecture dependent.
2317 Call set_gdbarch_push_dummy_code and
2318 set_gdbarch_extract_struct_value_address.
2319 Remove calls to set_gdbarch_frame_args_address,
2320 set_gdbarch_frame_locals_address,
2321 set_gdbarch_deprecated_store_struct_return,
2322 set_gdbarch_deprecated_extract_return_value,
2323 set_gdbarch_deprecated_extract_struct_value_address,
2324 set_gdbarch_deprecated_call_dummy_words and
2325 set_gdbarch_deprecated_sizeof_call_dummy_words.
2326
2327 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2328
2329 * h8300-tdep.c (h8300_register_byte): Remove.
2330 (h8300h_register_byte): Remove.
2331 (h8300_register_virtual_type): Remove. Substitute by...
2332 (h8300_register_type): New function.
2333 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
2334 (h8300h_extract_struct_value_address): Ditto.
2335 (h8300_gdbarch_init): Drop calls to
2336 set_gdbarch_deprecated_register_byte and
2337 set_gdbarch_deprecated_register_virtual_type.
2338 Add call to set_gdbarch_register_type.
2339
2340 2003-06-13 Andrew Cagney <cagney@redhat.com>
2341
2342 * gdbarch.sh: Update comments on registers.
2343 (deprecated_register_byte): Rename register_byte.
2344 (deprecated_register_raw_size): Rename register_raw_size.
2345 (deprecated_register_virtual_size): Rename register_virtual_size.
2346 (deprecated_register_virtual_type): Rename register_virtual_type.
2347 * gdbarch.h, gdbarch.c: Re-generate.
2348 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2349 * vax-tdep.c (vax_gdbarch_init): Update.
2350 * v850-tdep.c (v850_gdbarch_init): Update.
2351 * sparc-tdep.c (sparc_gdbarch_init): Update.
2352 * sh-tdep.c (sh_gdbarch_init): Update.
2353 * s390-tdep.c (s390_gdbarch_init): Update.
2354 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2355 * ns32k-tdep.c: Update.
2356 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2357 * mips-tdep.c (mips_gdbarch_init): Update.
2358 * mcore-tdep.c (mcore_gdbarch_init): Update.
2359 * m68k-tdep.c (m68k_gdbarch_init): Update.
2360 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2361 * ia64-tdep.c (ia64_gdbarch_init): Update.
2362 * hppa-tdep.c (hppa_gdbarch_init): Update.
2363 * h8300-tdep.c (h8300_gdbarch_init): Update.
2364 * frv-tdep.c (frv_gdbarch_init): Update.
2365 * cris-tdep.c (cris_gdbarch_init): Update.
2366 * avr-tdep.c (avr_gdbarch_init): Update.
2367 * alpha-tdep.c (alpha_gdbarch_init): Update.
2368 * arm-tdep.c (arm_gdbarch_init): Update.
2369
2370 2003-06-13 Andrew Cagney <cagney@redhat.com>
2371
2372 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2373 mips_o32_use_struct_convention with always_use_struct_convention.
2374
2375 2003-06-12 David Carlton <carlton@kealia.com>
2376
2377 * cp-namespace.c (cp_set_block_scope): Comment out
2378 processing_has_namespace_info branch.
2379
2380 2003-06-12 Jim Blandy <jimb@redhat.com>
2381
2382 Recognize and skip 64-bit PowerPC Linux linkage functions.
2383 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2384 insn_pattern, insns_match_pattern, d_field, ds_field): New
2385 functions, macros, and types for working with PPC instructions.
2386 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2387 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2388 ppc64_skip_trampoline_code): New functions, variables, and macros
2389 for recognizing and skipping linkage functions.
2390 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2391 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2392
2393 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2394 register offsets for both the 32- and 64-bit interfaces.
2395
2396 Actually finish the job started by my change of 2003-05-29.
2397 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2398 other #definition of this.
2399 (ppc_linux_skip_trampoline_code): Remove declaration.
2400 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2401 static.
2402 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2403 method for GDBARCH.
2404
2405 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2406 'long' on ppc64-*-linux*.
2407
2408 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2409 isn't #defined, assume the register doesn't exist: act as if
2410 tdep->ppc_mq_regnum were -1.
2411
2412 * configure.host, configure.tgt: Add entries for
2413 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2414 powerpc/linux.mt.
2415 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2416 New files.
2417
2418 * arch-utils.c (always_use_struct_convention): New function.
2419 * arch-utils.h (always_use_struct_convention): New prototype.
2420 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2421 (alpha_gdbarch_init): Register always_use_struct_convention,
2422 instead of alpha_use_struct_convention.
2423 * cris-tdep.c (cris_use_struct_convention): Delete.
2424 (cris_gdbarch_init): Register always_use_struct_convention,
2425 instead of cris_use_struct_convention.
2426 * frv-tdep.c (frv_use_struct_convention): Delete.
2427 (frv_gdbarch_init): Register always_use_struct_convention,
2428 instead of frv_use_struct_convention.
2429 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2430 (h8300_gdbarch_init): Register always_use_struct_convention,
2431 instead of h8300_use_struct_convention.
2432 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
2433 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2434 instead of mips_o32_use_struct_convention.
2435
2436 2003-06-12 Andrew Cagney <cagney@redhat.com>
2437
2438 * wince.c: Include "mips-tdep.h".
2439 * mips-tdep.h (mips_next_pc): Declare.
2440 * mcore-tdep.c: Make more local functions static.
2441 * Makefile.in (wince.o): Update dependencies.
2442
2443 2003-06-12 David Carlton <carlton@kealia.com>
2444
2445 * symtab.c (lookup_symbol_aux_minsyms): Replace
2446 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2447 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2448 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2449 SYMBOL_NATURAL_NAME.
2450
2451 2003-06-12 Andreas Schwab <schwab@suse.de>
2452
2453 * Makefile.in (tuiDisassem.o): Update dependencies.
2454
2455 2003-06-12 David Carlton <carlton@bactrian.org>
2456
2457 * symtab.h: Delete declaration of make_symbol_overload_list.
2458 Add declaration of lookup_partial_symbol.
2459 * symtab.c (remove_params): Move to cp-support.c.
2460 (overload_list_add_symbol, make_symbol_overload_list)
2461 (sym_return_val_size, sym_return_val_index): Ditto.
2462 (lookup_partial_symbol): Make extern.
2463 * cp-support.h: Add declaration of make_symbol_overload_list.
2464 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2465 symtab.h, and block.h.
2466 (remove_params): Move here from symtab.c.
2467 (overload_list_add_symbol, make_symbol_overload_list)
2468 (sym_return_val_size, sym_return_val_index): Ditto.
2469 * valops.c: Include cp-support.h.
2470 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2471 frame_h, and block_h.
2472 (valops.o): Depend on cp_support_h.
2473
2474 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2475
2476 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2477 substitute by NUM_REGS throughout.
2478 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2479 (h8300s_register_name): New function for H8S registers.
2480 (h8300sx_register_name): Ditto for H8SX registers.
2481 (h8300_print_register): Revise register printing, avoid depending
2482 on 32 bit long.
2483 (h8300_register_byte): Only care for H8/300 registers.
2484 (h8300h_register_byte): New function for any other architecture.
2485 (h8300_register_raw_size): Remove.
2486 (h8300_register_virtual_type): Revise to return actually useful
2487 type.
2488 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2489 (h8300h_extract_struct_value_address): New function for any other
2490 architecture.
2491 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2492 set_gdbarch_register_name, set_gdbarch_register_byte,
2493 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2494 Remove calls to set_gdbarch_deprecated_register_size,
2495 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2496 set_gdbarch_deprecated_max_register_raw_size,
2497 set_gdbarch_register_virtual_size and
2498 set_gdbarch_deprecated_max_register_virtual_size entirely.
2499 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2500 set_gdbarch_long_double_bit.
2501
2502 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2503
2504 * doublest.c (convert_doublest_to_floatformat): When dealing
2505 with the implied integer bit, only alter mant_bits if we are
2506 processing a full 32 bits of mantissa.
2507
2508 2003-06-11 David Carlton <carlton@bactrian.org>
2509
2510 * dictionary.h: New.
2511 * dictionary.c: New.
2512 * block.h: Add opaque declaration for struct dictionary.
2513 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2514 'sym' members.
2515 (BLOCK_DICT): New macro.
2516 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2517 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2518 BLOCK_SHOULD_SORT.
2519 (ALL_BLOCK_SYMBOLS): Update definition.
2520 * Makefile.in (SFILES): Add dictionary.c.
2521 (dictionary_h): New.
2522 (COMMON_OBS): Add dictionary.o.
2523 (dictionary.o): New.
2524 (ada-lang.o): Depend on dictionary_h.
2525 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2526 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2527 (mi-cmd-stack.o): Ditto.
2528 (gdbtk-cmds.o): Update dependencies.
2529 (gdbtk-stack.o): Ditto.
2530 * ada-lang.c: Include dictionary.h.
2531 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2532 (fill_in_ada_prototype, debug_print_block): Ditto.
2533 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2534 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2535 'is_sorted'.
2536 * mdebugread.c: Include dictionary.h.
2537 (struct parse_stack): Delete 'maxsyms' member.
2538 (parse_symbol): Update calls to new_block. Delete calls to
2539 shrink_block. Use dictionary methods.
2540 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2541 Update calls to new_symtab. Don't maintain maxsyms data.
2542 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2543 (add_symbol): Just call dict_add_symbol.
2544 (new_symtab): Delete 'maxsyms' argument.
2545 (new_symtab): Update calls to new_block.
2546 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2547 (shrink_block): Delete function.
2548 (fixup_sigtramp): Update call to new_block. Add symbol via
2549 dict_add_symbol.
2550 * jv-lang.c: Include dictionary.h.
2551 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2552 appropriately. Set class_symtab->free_func. Make sure the
2553 blockvector is big enough to hold two blocks.
2554 (add_class_symtab_symbol): Use dictionary methods.
2555 (free_class_block): New function.
2556 (type_from_class): Replace explicit iteration by
2557 ALL_BLOCK_SYMBOLS.
2558 * symtab.h (struct symtab): Replace 'free_ptr' method by
2559 'free_func'.
2560 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2561 sort_symtab_syms.
2562 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2563 sort_symtab_syms.
2564 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2565 Include dictionary.h.
2566 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2567 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2568 sort_symtab_syms.
2569 * objfiles.c: Include dictionary.h.
2570 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2571 * buildsym.c: Include dictionary.h.
2572 (finish_block): Use dictionary methods.
2573 (end_symtab): Set free_func to NULL, not free_ptr.
2574 * tracepoint.c: Include dictionary.h.
2575 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2576 (scope_info): Ditto.
2577 * stack.c: Include dictionary.h.
2578 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2579 (print_block_frame_labels, print_frame_arg_vars)
2580 (print_frame_args): Ditto.
2581 * symmisc.c (free_symtab_block): Use dictionary methods.
2582 (dump_symtab): Ditto.
2583 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2584 Include dictionary.h.
2585 * symfile.h: Delete declarations of sort_block_syms,
2586 sort_symtab_syms.
2587 * symfile.c (sort_block_syms): Delete.
2588 (sort_symtab_syms): Delete.
2589 * symtab.c: Include dictionary.h.
2590 (lookup_block_symbol): Use dictionary iterators.
2591 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2592 (search_symbols, make_symbol_completion_list): Ditto.
2593 (make_symbol_overload_list): Ditto.
2594 * valops.c (value_of_local): Use dict_empty.
2595 Include dictionary.h.
2596
2597 2003-06-11 J. Brobecker <brobecker@gnat.com>
2598
2599 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2600
2601 2003-06-11 David Carlton <carlton@bactrian.org>
2602
2603 * block.h (BLOCK_SHOULD_SORT): Delete.
2604 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2605 blocks.
2606 * ada-lang.c (ada_add_block_symbols): Ditto.
2607 * symfile.c (sort_block_syms): Delete.
2608 (sort_symtab_syms): Ditto.
2609 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2610 declarations.
2611 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2612 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2613 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2614 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2615 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2616 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2617 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2618
2619 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2620
2621 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
2622 bits to 128.
2623
2624 2003-06-11 Andrew Cagney <cagney@redhat.com>
2625
2626 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2627 REGISTER_CONVERTIBLE.
2628 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2629 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2630 * gdbarch.h, gdbarch.c: Re-generate.
2631 * arch-utils.h (deprecated_register_convertible_not): Rename
2632 generic_register_convertible_not.
2633 * arch-utils.c (deprecated_register_convertible_not): Rename
2634 generic_register_convertible.
2635 (legacy_convert_register_p, legacy_register_to_value): Update.
2636 * sh-tdep.c (sh64_push_arguments): Update.
2637 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2638 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2639 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2640 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2641 * arch-utils.c (legacy_value_to_register): Update.
2642 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2643 (rs6000_register_convert_to_raw): Make parameter "from" const.
2644 * mips-tdep.c (mips_gdbarch_init): Update.
2645 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2646 * infcmd.c (default_print_registers_info): Update.
2647 * ia64-tdep.c (ia64_gdbarch_init): Update.
2648 (ia64_register_convert_to_raw): Make parameter "from" const.
2649 * i386-tdep.c (i386_gdbarch_init): Update.
2650 (i386_register_convert_to_raw): Update.
2651
2652 2003-06-11 Andrew Cagney <cagney@redhat.com>
2653
2654 * remote-fileio.c: Include "remote-fileio.h".
2655 * Makefile.in (remote-fileio.o): Update dependencies.
2656 (remote_fileio_h): Fix typo.
2657
2658 2003-06-11 Andrew Cagney <cagney@redhat.com>
2659
2660 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2661 (xstormy16_save_dummy_frame_tos): Make static.
2662 (_initialize_xstormy16_tdep): Add declaration.
2663 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2664 * v850-tdep.c: Make local functions static.
2665 (_initialize_v850_tdep): Add declaration.
2666 * sparc-tdep.c: Make local functions static.
2667 (_initialize_sparc_tdep): Add declaration.
2668 * sh-tdep.c: Make local functions static.
2669 (_initialize_sh_tdep): Add declaration.
2670 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2671 * s390-tdep.c: Make local functions static.
2672 (_initialize_s390_tdep): Add declaration.
2673 * dbxread.c (find_stab_function_addr): Make static.
2674 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2675 * ocd.c (_initialize_remote_ocd): Add declaration.
2676 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2677 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2678 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2679 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2680 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2681 * remote-array.c (_initialize_array): Add declaration.
2682 (_initialize_remote_monitors): Add declaration.
2683 * remote-mips.c: Make local functions static.
2684 (_initialize_remote_mips): Add declaration.
2685 * mcore-tdep.c: Make all local functions static.
2686 (_initialize_mcore_tdep): Add declaration.
2687 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2688 * abug-rom.c (_initialize_abug_rom): Add declaration.
2689 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2690 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2691 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2692 * remote-est.c (_initialize_est): Add declaration.
2693 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2694 (m68hc11_call_dummy_address): Make static.
2695 * ia64-tdep.c: Make local functions static.
2696 (_initialize_ia64_tdep): Add declaration.
2697 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2698 * monitor.c (monitor_wait_filter): Make static.
2699 (_initialize_remote_monitors): Add declaration.
2700 * remote-hms.c (_initialize_remote_hms): Add declaration.
2701 * remote-e7000.c (fetch_regs_from_dump): Make static.
2702 (expect_n): Make static.
2703 (_initialize_remote_e7000): Add declaration.
2704 * ser-e7kpc.c: Always include "defs.h".
2705 (_initialize_ser_e7000pc): Add declaration.
2706 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2707 * cris-tdep.c: Make all but one function static.
2708 (_initialize_cris_tdep): Add declaration.
2709 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2710 * solib.c (update_solib_list): Make static.
2711 (_initialize_solib): Add declaration.
2712 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2713 (_initialize_avr_tdep): Add declaration.
2714 * remote-rdi.c (voiddummy): Make static.
2715 (_initialize_remote_rdi): Add declaration.
2716 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2717 * remote-rdp.c (send_rdp): Make static.
2718 (_initialize_remote_rdp): Add declaration.
2719 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2720
2721 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
2722
2723 * remote-fileio.c: Make ari happy.
2724
2725 2003-06-10 J. Brobecker <brobecker@gnat.com>
2726
2727 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2728 fetching the trailing bytes of the buffer we are about to write.
2729
2730 2003-06-10 Andrew Cagney <cagney@redhat.com>
2731
2732 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2733 * Makefile.in (remote-fileio.o): Update dependencies.
2734 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2735 include <setjmp.h>, or <sys/types.h> conditional on USG.
2736 (remote_fio_jmp_buf): Delete global variable.
2737
2738 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2739 Martin M. Hunt <hunt@redhat.com>
2740
2741 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2742 (SFILES): Add remote-fileio.c.
2743 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2744 dependencies for building remote.o.
2745 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2746 * remote-fileio.h: New header file defining remote File-I/O interface.
2747 * remote.c (remote_write_bytes, remote_read_bytes): Remove
2748 static storage class.
2749 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2750 'F' packet.
2751 (_initialize_remote): Call initialize_remote_fileio().
2752 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
2753 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2754 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2755 (captured_main): Initialize new ui_files.
2756 * ui-file.c: Add read and fgets input functions.
2757 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2758 (null_file_read): New function.
2759 (ui_file_read): New function.
2760 (set_ui_file_read): New function.
2761 (stdio_file_read): New function.
2762 * ui-file.h: New type ui_file_read_ftype.
2763 (set_ui_file_read): Declare.
2764 (ui_file_read): Declare.
2765
2766 2003-06-09 Andrew Cagney <cagney@redhat.com>
2767
2768 * frame.h (deprecated_unwind_get_saved_register): Rename
2769 generic_unwind_get_saved_register, update comments.
2770 * mips-tdep.c (mips_get_saved_register): Update.
2771 * frame.c (deprecated_unwind_get_saved_register): Update.
2772
2773 2003-06-09 Andrew Cagney <cagney@redhat.com>
2774
2775 * vax-tdep.c (vax_frame_locals_address): Delete function.
2776 (vax_gdbarch_init): Do not set frame_locals_address.
2777 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2778 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2779 * s390-tdep.c (s390_frame_args_address): Delete function.
2780 (s390_gdbarch_init): Do not set frame_args_address or
2781 frame_locals_address.
2782 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2783 (ns32k_gdbarch_init): Do not set frame_locals_address.
2784 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2785 (hppa_frame_locals_address): Delete function.
2786 (hppa_gdbarch_init): Do not set frame_args_address, or
2787 frame_locals_address.
2788 * arm-tdep.c (arm_frame_args_address): Delete.
2789 (arm_frame_locals_address): Delete.
2790 (arm_gdbarch_init): Do not set frame_args_address, or
2791 frame_locals_address.
2792
2793 2003-06-09 Andrew Cagney <cagney@redhat.com>
2794
2795 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2796 * gdbarch.h, gdbarch.c: Re-generate.
2797 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2798 * arch-utils.c (frame_num_args_unknown): Delete function.
2799 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2800 (frame_info): Use FRAME_NUM_ARGS_P.
2801 * arm-tdep.c (arm_frame_num_args): Delete function.
2802 (arm_gdbarch_init): Do not set frame_num_args.
2803 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2804 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2805 (hppa_gdbarch_init): Do not set frame_num_args.
2806 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2807 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2808 frame_num_args to default frame_num_args_unknown.
2809 * v850-tdep.c (v850_gdbarch_init): Ditto.
2810 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2811 * sh-tdep.c (sh_gdbarch_init): Ditto.
2812 * s390-tdep.c (s390_gdbarch_init): Ditto.
2813 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2814 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2815 * mips-tdep.c (mips_gdbarch_init): Ditto.
2816 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2817 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2818 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2819 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2820 * i386-tdep.c (i386_gdbarch_init): Ditto.
2821 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2822 * frv-tdep.c (frv_gdbarch_init): Ditto.
2823 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2824 * cris-tdep.c (cris_gdbarch_init): Ditto.
2825 * avr-tdep.c (avr_gdbarch_init): Ditto.
2826 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2827
2828 2003-06-09 Andrew Cagney <cagney@redhat.com>
2829
2830 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2831 (print_frame_args): Moved to "stack.c".
2832 * stack.c: Include "gdb_assert.h".
2833 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2834 (print_frame_args): Moved from "printcmd.c".
2835 * frame.h (print_frame_args): Delete declaration.
2836 * Makefile.in (stack.o): Update dependencies.
2837
2838 2003-06-08 Andrew Cagney <cagney@redhat.com>
2839
2840 * frame.c (get_prev_frame): Remove reference to
2841 frame_args_address_correct in comments.
2842 * frame-base.c (default_frame_args_address): Delete code
2843 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2844 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2845 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2846 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2847 (vax_frame_args_address_correct): Delete declaration.
2848
2849 2003-06-08 Andrew Cagney <cagney@redhat.com>
2850
2851 * gdbarch.sh (UNWIND_SP): Add.
2852 * gdbarch.h, gdbarch.c: Re-generate.
2853 * frame.c (frame_sp_unwind): New function.
2854 (get_frame_sp): New function.
2855 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2856 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2857 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2858 value.
2859 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2860 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2861
2862 2003-06-08 Andrew Cagney <cagney@redhat.com>
2863
2864 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2865 REMOTE_BREAKPOINT.
2866 * remote.c: Update.
2867 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2868 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2869 * config/m68k/tm-sun3.h: Update.
2870 * config/m68k/tm-m68klynx.h: Update.
2871 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2872
2873 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2874 trad_frame". Update comments.
2875 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2876 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2877 (trad_frame_register_value, trad_frame_prev_register): Update.
2878
2879 2003-06-08 Andrew Cagney <cagney@redhat.com>
2880
2881 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2882 from GCC's acinclude.m4.
2883 * configure.in: Check for getopt's delcaration.
2884 * aclocal.m4, config.in, configure: Re-generate.
2885 * main.c (error_init): Delete declaration.
2886 * defs.h (error_init): Declare.
2887 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2888 (rs6000_convert_from_func_ptr_addr): Make static.
2889 (_initialize_rs6000_tdep): Add declaration.
2890 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2891 (show_commands, set_verbose, show_history): Delete declaration.
2892 * top.h (set_verbose): Add declaration.
2893 (show_history, set_history, show_commands): Add declaration.
2894 (do_restore_instream_cleanup): Add declaration.
2895 * objc-lang.c (specialcmp): Make static.
2896 (print_object_command): Make static.
2897 (find_objc_msgsend): Make static.
2898 (find_objc_msgcall_submethod_helper): Make static.
2899 (find_objc_msgcall_submethod): Make static.
2900 (_initialize_objc_language): Add declaration.
2901 (find_implementation_from_class): Make static.
2902 (find_implementation): Make static.
2903 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2904 * objc-lang.h (lookup_struct_typedef): Add declaration.
2905 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2906 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2907 (do_restore_user_call_depth): Make static.
2908 (do_restore_instream_cleanup): Delete declaration.
2909 (dont_repeat): Delete declaration.
2910 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2911 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2912 * reggroups.c (_initialize_reggroup): Add declaration.
2913 * cp-support.c (_initialize_cp_support): Add declaration.
2914 * cp-abi.c (_initialize_cp_abi): Add declaration.
2915 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2916 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2917 (_initialize_gnu_v3_abi): Add declaration.
2918 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2919 (_initialize_gnu_v2_abi): Add declaration.
2920 * frame-base.c (_initialize_frame_base): Add declaration.
2921 * doublest.c (floatformat_from_length): Make static.
2922 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2923 * frame.c (create_sentinel_frame): Make static.
2924 (_initialize_frame): Add declaration.
2925 * top.c (do_catch_errors): Make static.
2926 (gdb_rl_operate_and_get_next_completion): Make static.
2927 * typeprint.c: Include "typeprint.h".
2928 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2929 (sentinel_frame_this_id): Make static.
2930 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2931 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2932 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2933 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2934 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2935 * maint.c (maintenance_print_architecture): Make static.
2936 * signals/signals.c (_initialize_signals): Add declaration.
2937 * std-regs.c (_initialize_frame_reg): Add declaration.
2938 * jv-exp.y (push_variable): ISO C definition.
2939 (push_qualified_expression_name): Ditto.
2940 * memattr.c (_initialize_mem): Add declaration.
2941 * remote.c (remote_check_watch_resources): Make static.
2942 (remote_stopped_by_watchpoint): Make static.
2943 (remote_stopped_data_address): Make static.
2944 * d10v-tdep.c (nr_dmap_regs): Make static.
2945 (a0_regnum): Make static.
2946 (d10v_frame_unwind_cache): Make static.
2947 (d10v_frame_p): Make static.
2948 * osabi.c (show_osabi): Make static.
2949 (_initialize_gdb_osabi): Add extern declaration.
2950 * gdbtypes.c (make_qualified_type): Make static.
2951 (safe_parse_type): Make static.
2952 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
2953 * macrotab.c (macro_bcache_free): Make static.
2954 * interps.c (interp_set_quiet): Make static.
2955 (interpreter_exec_cmd): Make static.
2956 * stack.h (select_frame_command): New file.
2957 * stack.c: Include "stack.h".
2958 (select_frame_command_wrapper): Delete function.
2959 (select_frame_command): Make global.
2960 * infcall.c: Include "infcall.h".
2961 * linespec.c: Include "linespec.h".
2962 * symfile.c (sections_overlap): Make static.
2963 * cp-support.h (cp_initialize_namespace): ISO C declaration.
2964 * charset.c (_initialize_charset): Add missing prototype.
2965 * regcache.c (init_legacy_regcache_descr): Make static.
2966 (do_regcache_xfree): Make static.
2967 (regcache_xfer_part): Make static.
2968 (_initialize_regcache): Add missing prototype.
2969 * breakpoint.c (parse_breakpoint_sals): Make static.
2970 (breakpoint_sals_to_pc): Make static.
2971 * interps.h (clear_interpreter_hooks): ISO C declaration.
2972 * Makefile.in (stack_h): Define.
2973 (stack.o, typeprint.o, mi-main.o): Update dependencies.
2974 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
2975
2976 2003-06-08 Andrew Cagney <cagney@redhat.com>
2977
2978 * Makefile.in (d10v-tdep.o): Update dependencies.
2979 (SFILES): Add trad-frame.c.
2980 (trad_frame_h): Define.
2981 (COMMON_OBS): Add trad-frame.o.
2982 (trad-frame.o): Specify dependencies.
2983 * d10v-tdep.c: Include "trad-frame.h".
2984 (saved_regs_unwinder): Delete function.
2985 (d10v_frame_prev_register): Use trad_frame_prev_register.
2986 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
2987 trad_frame", delete "regs" and "prev_sp".
2988 (prologue_find_regs): Use trad-frame.
2989 * trad-frame.h, trad-frame.c: New files.
2990
2991 2003-06-08 Mark Kettenis <kettenis@gnu.org>
2992
2993 * dwarf2cfi.c, dwarf2cfi.h: Remove.
2994
2995 2003-06-07 Adam Fedor <fedor@gnu.org>
2996
2997 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
2998 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
2999 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
3000 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
3001 resolve_msgsend_super, resolve_msgsend_super_stret):
3002 Use it.
3003
3004 2003-06-07 Andrew Cagney <cagney@redhat.com>
3005
3006 * symfile.h: Re-indent, clean up comments.
3007
3008 2003-06-07 Andrew Cagney <cagney@redhat.com>
3009
3010 * inferior.h (deprecated_write_sp): Replace
3011 generic_target_write_sp.
3012 * regcache.c (deprecated_write_sp): Replace
3013 generic_target_write_sp.
3014 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3015 * vax-tdep.c (vax_gdbarch_init): Update.
3016 * v850-tdep.c (v850_gdbarch_init): Update.
3017 * sparc-tdep.c (sparc_gdbarch_init): Update.
3018 * sh-tdep.c (sh_gdbarch_init): Update.
3019 * s390-tdep.c (s390_gdbarch_init): Update.
3020 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3021 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3022 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3023 * mcore-tdep.c (mcore_gdbarch_init): Update.
3024 * m68k-tdep.c (m68k_gdbarch_init): Update.
3025 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3026 * ia64-tdep.c (ia64_gdbarch_init): Update.
3027 * h8300-tdep.c (h8300_gdbarch_init): Update.
3028 * frv-tdep.c (frv_gdbarch_init): Update.
3029 * cris-tdep.c (cris_gdbarch_init): Update.
3030 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
3031
3032 2003-06-07 Andrew Cagney <cagney@redhat.com>
3033
3034 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
3035 Assert that PC_REGNUM is valid.
3036 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
3037
3038 2003-06-07 Andrew Cagney <cagney@redhat.com>
3039
3040 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
3041 * gdbarch.h, gdbarch.c: Regenerate.
3042 * mn10300-tdep.c: Include "gdb_assert.h".
3043 (mn10300_read_fp): New function.
3044 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
3045 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
3046 * ia64-tdep.c: Include "gdb_assert.h".
3047 (ia64_read_fp): New function.
3048 (ia64_gdbarch_init): Set deprecated_target_read_fp to
3049 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
3050 * regcache.c (generic_target_read_sp): Delete function.
3051 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
3052 * inferior.h (generic_target_read_sp): Delete declaration.
3053 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
3054 generic_target_read_sp.
3055 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3056 * sparc-tdep.c (sparc_gdbarch_init): Ditto
3057 * sh-tdep.c (sh_gdbarch_init): Ditto.
3058 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3059 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
3060
3061 2003-06-07 Andrew Cagney <cagney@redhat.com>
3062
3063 * gdbarch.sh: Comment each field of startup_gdbarch.
3064 * gdbarch.h, gdbarch.c: Re-generate.
3065
3066 2003-06-07 Andrew Cagney <cagney@redhat.com>
3067
3068 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
3069 * gdbarch.h, gdbarch.c: Re-generate.
3070 * regcache.c: Update comments on read_pc et.al.
3071 (generic_target_read_pc): Delete function.
3072 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
3073 * inferior.h (generic_target_read_pc): Delete declaration.
3074 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
3075 generic_target_read_pc.
3076 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3077 * sh-tdep.c (sh_gdbarch_init): Ditto.
3078 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3079 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3080
3081 2003-06-07 Andrew Cagney <cagney@redhat.com>
3082
3083 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
3084 "index" with "special_local_sect". Use strcmp instead of STREQ.
3085 Append period to coments.
3086
3087 2003-06-06 Mark Mitchell <mark@codesourcery.com>
3088
3089 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
3090 (elfstab_offset_sections): Likewise.
3091 * gdb-stabs.h (stab_section_info): Likewise.
3092 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
3093 * objfiles.c (objfile_relocate): Likewise.
3094 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
3095 * remote.c (get_offsets): Likewise.
3096 (remote_cisco_objfile_relocate): Likewise.
3097 * somread.c (som_symfile_offsets): Likewise.
3098 * symfile.c (alloc_section_addr_info): New function.
3099 (build_section_addr_info_from_section_tab): Use it.
3100 (free_section_addr_info): Adjust.
3101 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
3102 (syms_from_objfile): Allocate local_addr dynamically.
3103 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
3104 dynamically.
3105 (add_symbol_file_command): Allocate sect_opts dynamically.
3106 (reread_symbols): Avoid use of SECT_OFF_MAX.
3107 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
3108 (alloc_section_addr_info): Declare it.
3109 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
3110 * win32-nat.c (solib_symbols_add): Allocate section_addrs
3111 dynamically.
3112 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
3113
3114 2003-06-06 Andrew Cagney <cagney@redhat.com>
3115
3116 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
3117 (d10v_frame_unwind_cache): Do not set "return_pc".
3118
3119 2003-06-06 Michael Snyder <msnyder@redhat.com>
3120
3121 * h8300-tdep.c: Make tidy (long lines).
3122
3123 2003-06-06 Michal Ludvig <mludvig@suse.cz>
3124
3125 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
3126 to regcache_collect().
3127
3128 2003-06-05 J. Brobecker <brobecker@gnat.com>
3129
3130 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
3131 pc_in_sigtramp multiarch method.
3132 (hppa_hpux_som_init_abi): Use it.
3133 (hppa_hpux_elf_init_abi): Likewise.
3134 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
3135 macro has been multiarched.
3136 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
3137 macro here, as hppa64 isn't multiarched yet.
3138
3139 2003-06-05 Andrew Cagney <cagney@redhat.com>
3140
3141 * Makefile.in (value_h): Add $(frame_h).
3142 * value.h: Include "frame.h".
3143 (struct value): Replace "frame_addr" with "frame_id".
3144 (VALUE_FRAME_ID): Replace VALUE_FRAME.
3145 * values.c (allocate_value): Use VALUE_FRAME_ID.
3146 (value_copy): Use VALUE_FRAME_ID.
3147 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
3148 * valops.c (value_assign): Update. Use frame_find_by_id.
3149
3150 2003-06-05 Michal Ludvig <mludvig@suse.cz>
3151
3152 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
3153 in each pass.
3154
3155 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
3156
3157 * thread-db.c (check_event): For create/death event breakpoints,
3158 loop through all messages to ensure that we read the message
3159 corresponding to the breakpoint we are at.
3160
3161 2003-06-04 Michael Snyder <msnyder@redhat.com>
3162
3163 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
3164
3165 2003-06-04 Mark Kettenis <kettenis@gnu.org>
3166
3167 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
3168 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
3169 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
3170 when handling .eh_frame sections.
3171
3172 2003-06-04 J. Brobecker <brobecker@gnat.com>
3173
3174 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
3175 prepare_to_proceed procedure instead of the hppa-specific one.
3176 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
3177
3178 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
3179
3180 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
3181 * config.in: Regenerated.
3182 * configure.in: Add test for syscall function and check for
3183 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
3184 * configure: Regenerated.
3185 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
3186 <sys/syscall.h>.
3187 (kill_lwp): New function that uses tkill syscall or
3188 uses kill, depending on whether threading model is nptl or not.
3189 All callers of kill() changed to use kill_lwp().
3190 (lin_lwp_wait): Make special check when WIFEXITED occurs to
3191 see if all threads have already exited in the nptl model.
3192 (stop_and_resume_callback): New callback function used by the
3193 lin_lwp_wait thread exit handling code.
3194 (stop_wait_callback): Check for threads already having exited and
3195 delete such threads fromt the lwp list when discovered.
3196 (stop_callback): Don't assert retcode of kill call.
3197
3198 Roland McGrath <roland@redhat.com>
3199 * i386-linux-nat.c (ps_get_thread_area): New function needed by
3200 nptl libthread_db.
3201
3202 2003-06-03 Richard Henderson <rth@redhat.com>
3203
3204 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
3205 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
3206 (alpha_sigtramp_frame_prev_register): Likewise.
3207 (alpha_heuristic_frame_prev_register): Likewise.
3208 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
3209
3210 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
3211 alpha-specific register id names.
3212 (alpha_mdebug_frame_unwind_cache): Likewise.
3213 (alpha_mdebug_frame_prev_register): Likewise.
3214
3215 2003-06-03 Richard Henderson <rth@redhat.com>
3216
3217 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
3218 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
3219 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
3220 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
3221 unwind routines.
3222 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3223 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3224 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3225
3226 * alpha-linux-tdep.c: Remove unnecessary includes.
3227 * Makefile.in (alpha-linux-tdep.o): Update.
3228
3229 2003-06-03 Richard Henderson <rth@redhat.com>
3230
3231 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
3232 (alphabsd_fill_fpreg): Likewise.
3233
3234 2003-06-03 J. Brobecker <brobecker@gnat.com>
3235
3236 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
3237 references to struct frame_info fields by calls to the equivalent
3238 accessors. Necessary now that frame_info is opaque.
3239
3240 2003-06-03 J. Brobecker <brobecker@gnat.com>
3241
3242 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
3243 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
3244 structure, field no longer exists.
3245
3246 2003-06-03 J. Brobecker <brobecker@gnat.com>
3247
3248 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3249 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
3250
3251 2003-06-03 J. Brobecker <brobecker@gnat.com>
3252
3253 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
3254 references to struct frame_info fields by calls to the equivalent
3255 accessors. Necessary now that frame_info is opaque.
3256
3257 2003-06-03 J. Brobecker <brobecker@gnat.com>
3258
3259 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
3260 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
3261 structure, field no longer exists.
3262
3263 2003-06-03 Theodore A. Roth <troth@openavr.org>
3264
3265 * remote.c (init_remote_state): Compute sizeof_g_packet by
3266 accumulation of the size of all registers instead of blindly using
3267 DEPRECATED_REGISTER_BYTES.
3268
3269 2003-06-03 Michael Snyder <msnyder@redhat.com>
3270
3271 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
3272 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
3273 for h8300sx.
3274
3275 2003-06-03 J. Brobecker <brobecker@gnat.com>
3276
3277 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
3278 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3279
3280 2003-06-03 Andrew Cagney <cagney@redhat.com>
3281
3282 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
3283 (sparc_convert_to_raw): Delete function.
3284 (sparc_gdbarch_init): Do not set register_convert_to_raw or
3285 register_convert_to_virtual.
3286
3287 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
3288
3289 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
3290 layer if not dealing with a statically-linked threaded program.
3291
3292 2003-06-03 Kris Warkentin <kewarken@qnx.com>
3293
3294 * solib.c (solib_open): Update comment to reflect actual search order.
3295
3296 2003-06-03 Andrew Cagney <cagney@redhat.com>
3297
3298 * frame.c (get_frame_memory_signed): New function.
3299 (get_frame_memory, get_frame_memory_unsigned): New function.
3300 (get_frame_arch): New function.
3301 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
3302 (get_frame_memory, get_frame_unsigned_memory): Declare.
3303 * d10v-tdep.c (d10v_frame_unwind_cache): Use
3304 get_frame_memory_unsigned and get_frame_arch.
3305 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
3306
3307 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
3308
3309 * MAINTAINERS (write after approval): Add myself.
3310
3311 2003-06-03 Jim Blandy <jimb@redhat.com>
3312
3313 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
3314 elements of gregset_t are 64 bits each, but access registers
3315 are still 32 bits, so they're packed two per gregset_t
3316 element. Unpack/pack them properly.
3317
3318 2003-06-02 David Carlton <carlton@bactrian.org>
3319
3320 * linespec.c (find_methods): Break out code into
3321 add_matching_methods and add_constructors.
3322 (add_matching_methods): New.
3323 (add_constructors): Ditto.
3324
3325 2003-06-02 Andrew Cagney <cagney@redhat.com>
3326
3327 * sparc-tdep.c (sparc_print_registers): Delete call to
3328 REGISTER_CONVERTIBLE.
3329 (sparc_gdbarch_init): Do not set register_convertible.
3330 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3331 * frv-tdep.c (frv_gdbarch_init): Ditto.
3332 * cris-tdep.c (cris_gdbarch_init): Ditto.
3333
3334 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
3335
3336 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
3337 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
3338 (syms_from_objfile): Ditto.
3339
3340 2003-06-03 Andreas Schwab <schwab@suse.de>
3341
3342 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
3343 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
3344
3345 2003-06-02 Richard Henderson <rth@redhat.com>
3346
3347 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
3348 a member of all_reggroup.
3349
3350 2003-06-02 Richard Henderson <rth@redhat.com>
3351
3352 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
3353 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
3354 (alpha_lds, alpha_sts): New.
3355 (alpha_convert_register_p): Change from _register_convertible.
3356 (alpha_register_to_value): Change from _convert_to_virtual;
3357 restructure and fail for type sizes other than 4 or 8.
3358 (alpha_value_to_register): Similarly.
3359 (alpha_extract_return_value): Use alpha_sts.
3360 (alpha_store_return_value): Use alpha_lds.
3361 (alpha_gdbarch_init): Update hooks.
3362
3363 2003-06-02 Richard Henderson <rth@redhat.com>
3364
3365 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3366 regnum identifiers.
3367 (alpha_sigtramp_register_address): Likewise.
3368
3369 2003-06-02 Richard Henderson <rth@redhat.com>
3370
3371 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3372 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3373 * alpha-tdep.h: Declare them.
3374
3375 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3376 Remove zerobuf. Don't error on UNIQUE.
3377 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3378 (ALPHA_REGSET_UNIQUE): Provide default.
3379 (supply_gregset): Use alpha_supply_int_regs.
3380 (fill_gregset): Use alpha_fill_int_regs.
3381 (supply_fpregset): Use alpha_supply_fp_regs.
3382 (fill_fpregset): Use alpha_fill_fp_regs.
3383 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3384 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3385 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3386 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3387 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3388 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3389
3390 2003-06-02 Richard Henderson <rth@redhat.com>
3391
3392 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3393
3394 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3395 (alpha_store_return_value): Likewise.
3396
3397 2003-06-02 David Carlton <carlton@math.stanford.edu>
3398
3399 * block.c (contained_in): Add 'const' to arguments.
3400 (block_function): Ditto.
3401 * block.h: Update declarations for block_function and
3402 contained_in.
3403
3404 2003-06-02 David Carlton <carlton@math.stanford.edu>
3405
3406 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3407 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3408 * p-valprint.c (pascal_val_print): Ditto.
3409 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3410
3411 2003-06-02 Richard Henderson <rth@redhat.com>
3412
3413 * alpha-tdep.c (alpha_push_dummy_call): Use
3414 builtin_type_ieee_double_little instead of builtin_type_double.
3415
3416 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
3417 sign-extension of 32-bit values.
3418 (alpha_store_return_value): Similarly.
3419
3420 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3421 (alpha_extract_return_value): Likewise.
3422 (alpha_store_return_value): Likewise.
3423
3424 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3425 (alpha_store_return_value): Error on IEEE Quad floats.
3426
3427 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3428 (alpha_extract_struct_value_address): Likewise.
3429 (alpha_store_return_value): Likewise.
3430 (alpha_store_struct_return): Remove.
3431 (alpha_gdbarch_init): Update hook registration to match.
3432
3433 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3434 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3435 macros where appropriate.
3436 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3437 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
3438
3439 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3440 for SP, GP; void_func_ptr for PC; non-language-specific types
3441 for all others.
3442 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
3443
3444 2003-06-02 Richard Henderson <rth@redhat.com>
3445
3446 * top.h (lim_at_start): Declare.
3447 * main.c (captured_main): Set it.
3448 * top.c (lim_at_start): Define.
3449 (command_loop): Use it instead of &environ.
3450 * event-top.c (command_handler): Likewise.
3451
3452 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3453
3454 * mipsnbsd-tdep.c: Update copyright years.
3455 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3456
3457 2003-06-01 Richard Henderson <rth@redhat.com>
3458
3459 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3460 (alpha-linux-tdep.o): Update dependencies.
3461 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3462 * alpha-mdebug-tdep.c: Remove unneeded includes.
3463
3464 2003-06-01 Richard Henderson <rth@redhat.com>
3465
3466 * alpha-tdep.c (alpha_register_reggroup_p): New.
3467 (alpha_gdbarch_init): Register it.
3468
3469 2003-06-02 Andrew Cagney <cagney@redhat.com>
3470
3471 * dwarfread.c: Eliminate "register"
3472 (decode_die_type): Eliminate assignment within "if".
3473 (struct_type, decode_array_element_type): Ditto.
3474 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3475 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3476 (decode_modified_type, completedieinfo): Ditto.
3477 * block.c: Eliminate "register".
3478 (blockvector_for_pc_sect): Eliminate assignment within "if".
3479 * cp-support.h (struct symbol): Opaque declaration.
3480 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3481
3482 2003-06-01 Richard Henderson <rth@redhat.com>
3483
3484 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3485 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
3486
3487 2003-06-01 Adam Fedor <fedor@gnu.org>
3488
3489 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3490 * gdbarch.[ch]: Regenerate.
3491 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3492 (hppa_gdbarch_init): Set it in the gdbarch vector.
3493 * i386-tdep.c (i386_fetch_pointer_argument): New
3494 (i386_gdbarch_init): Set it into gdbarch.
3495 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3496 (rs6000_gdbarch_init): Set it in gdbarch.
3497 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3498 (sparc_gdbarch_init): Set it in gdbarch.
3499
3500 2003-06-01 Andrew Cagney <cagney@redhat.com>
3501
3502 * defs.h (extract_address): Delete declaration.
3503 * findvar.c (extract_address): Delete function.
3504 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3505 extract_address with the inline equivalent,
3506 extract_unsigned_integer.
3507 (xstormy16_extract_struct_value_address): Ditto.
3508 (xstormy16_pointer_to_address): Ditto.
3509 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3510 * v850-tdep.c (v850_push_arguments): Ditto.
3511 (v850_extract_return_value): Ditto.
3512 (v850_extract_struct_value_address): Ditto.
3513 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3514 (sparcnbsd_get_longjmp_target_64): Ditto.
3515 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3516 (get_longjmp_target): Ditto.
3517 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3518 (sh64_extract_struct_value_address): Ditto.
3519 (sh_push_arguments): Ditto.
3520 (sh64_push_arguments): Ditto.
3521 * remote-vxsparc.c (vx_read_register): Ditto.
3522 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3523 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3524 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3525 * mipsv4-nat.c (get_longjmp_target): Ditto.
3526 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3527 * mips-nat.c (get_longjmp_target): Ditto.
3528 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3529 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3530 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3531 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3532 * irix5-nat.c (get_longjmp_target): Ditto.
3533 * irix4-nat.c (get_longjmp_target): Ditto.
3534 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3535 (ia64_push_arguments): Ditto.
3536 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3537 * h8300-tdep.c (h8300_push_arguments): Ditto.
3538 (h8300_store_return_value): Ditto.
3539 (h8300_extract_struct_value_address): Ditto.
3540 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3541 (frv_push_arguments): Ditto.
3542 * avr-tdep.c (avr_pointer_to_address): Ditto.
3543 (avr_push_arguments): Ditto.
3544 * arm-tdep.c (arm_push_dummy_call): Ditto.
3545 (arm_get_longjmp_target): Ditto.
3546 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3547 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3548 (alpha_get_longjmp_target): Ditto.
3549
3550 * solib-irix.c (extract_mips_address): Inline extract_address,
3551 replacing it with extract_signed_integer.
3552 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3553 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3554 (first_link_map_member, open_symbol_file_object): Ditto.
3555 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3556 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3557 (LM_NEXT, LM_NAME): Ditto.
3558
3559 2003-06-01 Richard Henderson <rth@redhat.com>
3560
3561 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3562 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3563 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3564 (alpha_cannot_store_register): Likewise.
3565 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3566 * alpha-nat.c (supply_gregset): Likewise.
3567 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
3568
3569 2003-06-01 Andrew Cagney <cagney@redhat.com>
3570
3571 * infcall.c (call_function_by_hand): Update comment on
3572 DEPRECATED_DUMMY_WRITE_SP.
3573
3574 * mips-tdep.c (mips_gdbarch_init): Do not set
3575 deprecated_dummy_write_sp.
3576 (mips_eabi_push_dummy_call): Set the SP register.
3577 (mips_o64_push_dummy_call): Set the SP register.
3578 (mips_o32_push_dummy_call): Set the SP register.
3579 (mips_n32n64_push_dummy_call): Set the SP register.
3580
3581 2003-06-01 Richard Henderson <rth@redhat.com>
3582
3583 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3584 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3585 (supply_gregset): Likewise.
3586 * alpha-tdep.c (alpha_store_return_value): Likewise.
3587 (alpha_get_longjmp_target): Likewise.
3588 (alpha_register_name): Constify array.
3589 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3590 deprecated_register_size, deprecated_register_bytes,
3591 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3592 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3593 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
3594
3595 2003-06-01 Richard Henderson <rth@redhat.com>
3596
3597 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3598 from arg_reg_buffer to regcache to avoid double conversion.
3599
3600 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3601
3602 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3603 SP_REGNUM.
3604 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3605 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3606
3607 2003-06-01 Richard Henderson <rth@redhat.com>
3608
3609 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3610 (decode_frame_entry): Set it. Skip FDE augmentation.
3611
3612 2003-06-01 Richard Henderson <rth@redhat.com>
3613
3614 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3615 not overlapping PC_REGNUM.
3616
3617 2003-06-01 Richard Henderson <rth@redhat.com>
3618
3619 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3620 alpha_push_arguments. Don't dump argument register data to
3621 the target stack. Fix float and 128-bit long double semantics.
3622 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3623 (alpha_fix_call_dummy): Remove.
3624 (alpha_call_dummy_words): Remove.
3625 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
3626
3627 2003-06-01 Richard Henderson <rth@redhat.com>
3628
3629 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3630
3631 2003-06-01 Andrew Cagney <cagney@redhat.com>
3632
3633 * mips-tdep.c (is_mips16_addr): New function.
3634 (make_mips16_addr, unmake_mips16_addr): New functions.
3635 (pc_is_mips16, mips_fetch_instruction): Use.
3636 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3637 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3638 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3639 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3640 TARGET_MIPS.
3641 * config/mips/tm-mips.h: Update copyright.
3642 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3643 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3644 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3645 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3646 (TM_PRINT_INSN_MACH): Delete.
3647 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3648
3649 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3650 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3651 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3652 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3653 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3654 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3655 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3656 mips*-*-riscos* and mips*-*-sysv* onto mips.
3657 * config/mips/mips64.mt: New file.
3658 * config/mips/mips.mt: New file.
3659 * config/mips/littlemips.mt: Delete file.
3660 * config/mips/decstation.mt: Delete file.
3661 * config/mips/vr4300el.mt: Delete file.
3662 * config/mips/vr5000el.mt: Delete file.
3663 * config/mips/vr5000.mt: Delete file.
3664 * config/mips/vr4100.mt: Delete file.
3665 * config/mips/vr4xxxel.mt: Delete file.
3666 * config/mips/vr4300.mt: Delete file.
3667 * config/mips/vr4xxx.mt: Delete file.
3668 * config/mips/bigmips.mt: Delete file.
3669 * config/mips/bigmips64.mt: Delete file.
3670 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3671 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3672 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3673 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3674 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3675 "tm-bigmips.h".
3676 * config/mips/tm-irix3.h: Ditto.
3677 * config/mips/tm-mipsv4.h: Ditto.
3678 * config/mips/tm-embed.h: Ditto.
3679 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3680 "tm-bigmips64.h".
3681 * config/mips/tm-vr5000el.h: Delete file.
3682 * config/mips/tm-tx39l.h: Delete file.
3683 * config/mips/tm-vr4300el.h: Delete file.
3684 * config/mips/tm-vr4xxxel.h: Delete file.
3685 * config/mips/tm-vr4300.h: Delete file.
3686 * config/mips/tm-vr4100.h: Delete file.
3687 * config/mips/tm-vr4xxx.h: Delete file.
3688 * config/mips/tm-vr5000.h: Delete file.
3689 * config/mips/tm-embedl64.h: Delete file.
3690 * config/mips/tm-embedl.h: Delete file.
3691 * config/mips/tm-embed64.h: Delete file.
3692 * config/mips/tm-bigmips64.h: Delete file.
3693 * config/mips/tm-bigmips.h: Delete file.
3694
3695 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3696
3697 Fix gdb/1216.
3698 * shnbsd-nat.c: Include "sh-tdep.h".
3699
3700 From Richard Henderson <rth@redhat.com>:
3701 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3702
3703 2003-05-31 Andrew Cagney <cagney@redhat.com>
3704
3705 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3706 forward declaration.
3707 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3708 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3709 (mips_find_saved_regs): Use set_reg_offset.
3710 (mips_frame_init_saved_regs): Delete function.
3711 (mips_pop_frame): Call mips_find_saved_regs instead of
3712 DEPRECATED_FRAME_INIT_SAVED_REGS.
3713
3714 2003-05-31 Andrew Cagney <cagney@redhat.com>
3715
3716 * mips-tdep.c (mips_gdbarch_init): Do not set
3717 deprecated_max_register_raw_size, register_virtual_size, and
3718 deprecated_max_register_virtual_size.
3719
3720 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3721
3722 * i386-tdep.c: Include "dwarf2-frame.h".
3723 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3724 * Makefile.in (i386-tdep.o): Update dependencies.
3725
3726 * dwarf2-frame.c, dwarf2-frame.h: New files.
3727 * Makefile.in (SFILES): Add dwarf2-frame.c.
3728 (dwarf2_frame_h): Define.
3729 (COMMON_OBS): Add dwarf2-frame.o.
3730 (dwarf2-frame.o): Add dependencies.
3731
3732 2003-05-31 Andreas Jaeger <aj@suse.de>
3733
3734 * x86-64-linux-nat.c: Fix comment.
3735
3736 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3737
3738 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3739 function signature.
3740
3741 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3742 have a sigcontext_addr handler.
3743 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3744 sigcontext_addr handler.
3745
3746 2003-05-31 Andrew Cagney <cagney@redhat.com>
3747
3748 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3749 (print_fp_register_row): Replace do_fp_register_row.
3750 (mips_print_fp_register): Add "file" and "frame" parameters.
3751 (mips_print_register): Add "file" and "frame" parameters.
3752 (mips_print_registers_info): Replace mips_do_registers_info.
3753 (mips_gdbarch_init): Set print_registers_info instead of
3754 deprecated_do_registers_info.
3755 (mips_read_fp_register_single): Add "frame" parameter.
3756 (mips_read_fp_register_double): Add "frame" parameter.
3757
3758 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3759
3760 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3761 Fixes a bug where GDB would print the wrong register names for
3762 targets without SSE.
3763
3764 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3765 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3766 registers.
3767
3768 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3769 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3770 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3771 TDEP->sc_sp_offset.
3772
3773 From Michal Ludvig <mludvig@suse.cz>:
3774 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3775 and `sc_num_regs'.
3776 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3777 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3778 I386_ST0_REGNUM): Move here from...
3779 * i386-tdep.c: ... here.
3780 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3781 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3782 registers if possible.
3783 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3784 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3785 Remove variables.
3786 (i386bsd_sc_reg_offset): New variable.
3787 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3788 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3789 TDEP->sc_sp_offset.
3790 (i386fbsd_sc_reg_offset): New variable.
3791 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3792 TDEP->sc_num_regs.
3793 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3794 variables.
3795 (i386fbsd4_sc_reg_offset): New variable.
3796 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3797 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3798 TDEP->sc_sp_offset.
3799 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3800 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3801 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3802 Remove variables.
3803 (i386nbsd_sc_reg_offset): New variable.
3804 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3805 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3806 TDEP->sc_sp_offset.
3807 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3808 Remove variables.
3809 (i386obsd_sc_reg_offset): New variable.
3810 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3811 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3812 TDEP->sc_sp_offset.
3813 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3814 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3815 for frame pointer offset in `struct sigcontext'.
3816
3817 2003-05-31 Andrew Cagney <cagney@redhat.com>
3818
3819 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3820 architecture methods call_dummy_words, sizeof_call_dummy_words,
3821 push_return_address, store_struct_return, and fix_call_dummy. Set
3822 push_dummy_call instead of deprecated_push_arguments.
3823 (mips_store_struct_return): Delete function.
3824 (mips_fix_call_dummy): Delete function.
3825 (mips_push_return_address): Delete function.
3826 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3827 RA_REGNUM and T9_REGNUM.
3828 (mips_n32n64_push_dummy_call): Ditto for
3829 mips_n32n64_push_arguments.
3830 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3831 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3832
3833 2003-05-31 Andrew Cagney <cagney@redhat.com>
3834
3835 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3836 "dummy_addr" to "bp_addr".
3837 * infcall.c (call_function_by_hand): Pass "funaddr" to
3838 gdbarch_push_dummy_call.
3839 * gdbarch.h, gdbarch.c: Re-generate.
3840 * i386-tdep.c (i386_push_dummy_call): Update.
3841 * arm-tdep.c (arm_push_dummy_call): Update.
3842 * d10v-tdep.c (d10v_push_dummy_call): Update.
3843
3844 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3845
3846 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3847 variable declarations.
3848 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3849 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3850 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3851 x86_64_init_frame_pc, x86_64_init_frame_pc,
3852 x86_64_function_has_prologue): Remove prototypes.
3853 (X86_64_NUM_GREGS): New define.
3854 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3855 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3856 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3857 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3858 XMM1_REGNUM): Remove defines.
3859 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3860 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3861 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3862 X86_64_XMM1_REGNUM): New defines.
3863 (struct x86_64_register_info): Renamed from `struct
3864 register_info'. Remove `size' member.
3865 (x86_64_register_info_table): Remove variable.
3866 (x86_64_register_info): New variable.
3867 (X86_64_NUM_REGS): New define.
3868 (X86_64_NUM_GREGS): Remove define.
3869 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3870 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3871 Remove variables.
3872 (x86_54_dwarf2_reg_to_regnum): Remove function.
3873 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3874 (x86_64_dwarf_reg_to_regnum): New function.
3875 (x86_64_register_name): Rewrite.
3876 (x86_64_register_raw_size): Remove function.
3877 (x86_64_register_byte_table): Remove variable.
3878 (x86_64_register_byte): Remove function.
3879 (x86_64_register_virtual_type): Remove function.
3880 (x86_64_register_type): New function.
3881 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3882 x86_64_register_convert_to_raw): Remove functions.
3883 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3884 (x86_64_use_struct_convention): Make static. Adjust for renamed
3885 defines.
3886 (x86_64_frame_init_saved_regs): Remove function.
3887 (x86_64_push_arguments): Make static. Change to accept a regcache
3888 as argument.
3889 (x86_64_store_return_value, x86_64_extract_return_value): Make
3890 static. Rewrite based on i386 counterparts.
3891 (x86_64_push_dummy_call): New function.
3892 (X86_64_NUM_SAVED_REGS): New define.
3893 (x86_64_register_number): Remove function.
3894 (x86_64_store_struct_return): Remove function.
3895 (x86_64_frameless_function_invocation,
3896 x86_64_function_has_prologue): Remove functions.
3897 (PROLOG_BUFSIZE): Remove define.
3898 (struct x86_64_frame_cache): New structure.
3899 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3900 x86_64_frame_cache, x86_64_frame_this_id,
3901 x86_64_frame_prev_register, x86_64_frame_p,
3902 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3903 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3904 functions.
3905 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3906 variables.
3907 (x86_64_skip_prologue): Rewrite in terms of
3908 x86_64_analyze_prologue.
3909 (x86_64_frame_base_address): New function.
3910 (x86_64_frame_base): New variable.
3911 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3912 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3913 set deprecated_fp_regnum, deprecated_register_size,
3914 deprecated_register_bytes, register_raw_size, register_byte,
3915 register_virtual_type, register_convertiable,
3916 register_convert_to_virtual, convert_to_raw,
3917 deprecated_get_saved_register, deprecated_target_read_fp,
3918 deprecated_push_arguments, deprecated_push_return_address,
3919 deprecated_pop_frame, deprecated_store_struct_return,
3920 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3921 frameless_function_invocation, deprecated_frame_saved_pc,
3922 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3923 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3924 deprecated_init_frame_pc and virtual_frame_pointer. Call
3925 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3926 and x86_64_frame_p. Call frame_base_set_default to register
3927 x86_64_frame_base.
3928 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3929 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3930 (_initialize_x86_64_tdep): Remove function.
3931 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3932 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3933 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3934 define.
3935 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3936 (x86_64_linux_sigcontext_addr): Rewrite.
3937 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3938 x86_64_linux_frame_saved_pc): Remove functions.
3939 (x86_64_linux_pc_in_sigtramp): Renamed from
3940 x86_64_linux_in_sigtramp. Try harder to recognize a signal
3941 trampoline.
3942 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
3943 Remove_functions.
3944 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
3945 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3946 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
3947 (x86_64_regmap): Rename to regmap.
3948 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
3949 x86_64_num_gregs.
3950 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
3951 x86_64_regmap.
3952 (x86_64_fxsave_offset): Remove function.
3953 (supply_fpregset): Simply call x86_64_supply_fxsave.
3954 (fill_fpregset): Simply call x86_64_fill_fxsave.
3955 (fetch_inferior_registers, store_inferior_registers): Avoid
3956 asignment in if-statement.
3957 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
3958 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
3959 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
3960 (fetch_core_registers): Remove function.
3961 (linux_elf_core_fns): Remove.
3962 (offsetoff): Don't define.
3963 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
3964 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
3965 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
3966 add core-regset.o.
3967 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
3968 protection against multiple includes instead of NM_X86_64_h. Add
3969 various comments. Include "config/nm-linux.h". Don't include
3970 <signal.h>.
3971 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
3972 GET_THREAD_SIGNALS): Remove defines.
3973 (x86_64_register_u_addr, kernel_u_size,
3974 lin_thread_get_thread_signals): Remove prototypes.
3975 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
3976 [HAVE_LINK_H]: Don't include "solib.h".
3977 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
3978 * config/i386/tm-x86-64linux.h: Fix comments.
3979 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
3980 x86-64-tdep.o): Update dependencies.
3981
3982 2003-05-30 Andrew Cagney <cagney@redhat.com>
3983
3984 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
3985 Change parameter type to a "struct regcache *".
3986
3987 * gdbarch.sh: Regardless of the multi-arch level, always define
3988 the macro when not already defined.
3989 * gdbarch.h, gdbarch.c: Re-generate.
3990
3991 2003-05-30 Richard Henderson <rth@redhat.com>
3992
3993 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
3994 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
3995 (alpha_mdebug_frame_this_id): Likewise.
3996 (alpha_mdebug_frame_prev_register): Likewise.
3997 (alpha_mdebug_frame_base_address): Likewise.
3998 (alpha_mdebug_frame_locals_address): Likewise.
3999 (alpha_mdebug_frame_args_address): Likewise.
4000 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
4001 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
4002 (alpha_heuristic_frame_unwind_cache): Make static; add missing
4003 loop increment.
4004 (alpha_heuristic_frame_this_id): Make static.
4005 (alpha_heuristic_frame_prev_register): Likewise.
4006 (alpha_heuristic_frame_base_address): Likewise.
4007 * alpha-tdep.h: Update.
4008
4009 2003-05-30 Mark Kettenis <kettenis@gnu.org>
4010
4011 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
4012 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
4013 defenitions.
4014 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
4015 * i386-tdep.c: Mark functions that are 64-bit safe as such.
4016 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
4017 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
4018 I386_ST0_REGNUM): New defines.
4019 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
4020 codestream_get): Remove define.
4021 (codestream_next_addr, condestream_addr, condestream_buf,
4022 codestream_off, codestream_cnt): Remove variables.
4023 (codestream_fill, codestream_seek, codestream_read): Remove
4024 functions.
4025 (i386_follow_jump): Rewrite to avoid usage of removed codestream
4026 functionality.
4027 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
4028 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
4029 i386_frame_saved_pc, i386_saved_pc_after_call,
4030 i386_frame_num_args, i386_frame_init_saved_regs,
4031 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
4032 i386_push_arguments): Remove functions.
4033 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
4034 functionality. Use i386_analyze_prologue instead of
4035 i386_get_frame_setup.
4036 (I386_NUM_SAVED_REGS): New define.
4037 (struct i386_frame_cache): New structure.
4038 (i386_alloc_frame_cache, i386_analyze_struct_return,
4039 i386_skip_probe, i386_analyze_frame_setup,
4040 i386_analyze_register_saves, i386_analyze_prologue,
4041 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
4042 i386_frame_prev_register, i386_sigtramp_frame_cache,
4043 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
4044 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
4045 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
4046 New functions.
4047 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
4048 New variables.
4049 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
4050 I386_EAX_REGNUM and I386_EDX_REGNUM.
4051 (i386_extract_return_value, i386_store_return_value): Use
4052 I386_ST0_REGNUM where appropriate.
4053 (i386_extract_struct_value_address): Rewrite to use extract_address.
4054 (i386_svr4_pc_in_sigtramp): Add comment.
4055 (i386_svr4_sigcontext_addr): Rewrite.
4056 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
4057 TDEP->sc_sp_offset.
4058 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
4059 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
4060 of new defines. Set push_dummy_call, don't set
4061 deprecated_push_arguments, deprecated_push_return_address,
4062 deprecated_pop_frame. Don't set parm_boundary. Don't set
4063 deprecated_frame_chain, deprecated_frame_saved_pc,
4064 deprecated_saved_pc_after_call. Set unwind_dummy_id,
4065 save_dummy_frame_tos, unwind_pc. Call
4066 frame_unwind_append_predicate and frame_base_set_default. Don't
4067 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
4068 Don't set frameless_function_invocation. Don't set
4069 deprecated_register_bytes, deprecated_register_size,
4070 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
4071 * i386-linux-tdep.c: Fix formatting in some comments.
4072 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
4073 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
4074 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
4075 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
4076 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
4077 redundant parentheses.
4078 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
4079 (i386_linux_sigcontext_addr): Use it. Rewrite.
4080 (find_minsym_and_objfile): Change name of second argument.
4081 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
4082 changed. Use frame_pc_unwind instead of
4083 DEPRECATED_SAVED_PC_AFTER_CALL.
4084 (i386_linux_init_abi): Don't set deprecated_register_bytes.
4085 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
4086 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
4087 unwinder.
4088 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
4089 "dummy-frame.h".
4090 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
4091 (_initialize_i386_cygwin_tdep): New prototype.
4092 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
4093 deprecated_frame_chain_valid.
4094 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
4095 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
4096 Rely on the SVR4 defaults.
4097 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
4098 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
4099
4100 2003-05-30 Andrew Cagney <cagney@redhat.com>
4101
4102 * infcall.c (call_function_by_hand): Always call
4103 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
4104
4105 2003-05-30 Richard Henderson <rth@redhat.com>
4106
4107 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
4108 increment.
4109
4110 2003-05-29 Jim Blandy <jimb@redhat.com>
4111
4112 Use gdbarch methods for solib stuff on PowerPC Linux.
4113 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
4114 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
4115 show through.
4116 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
4117 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
4118 giving the same effect as the #definitions above.
4119
4120 2003-05-29 Adam Fedor <fedor@gnu.org>
4121
4122 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
4123 (find_implementation_from_class): Replace it with the standard
4124 case i.e. do nothing.
4125
4126 2003-05-29 Richard Henderson <rth@redhat.com>
4127
4128 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
4129 (alpha_linux_sigtramp_offset): Use it. Make static.
4130 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
4131 update for new frame model.
4132 * alpha-mdebug-tdep.c: New file.
4133 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
4134 (alpha_osf1_init_abi): Install it.
4135 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
4136 (linked_proc_desc_table): Remove.
4137 (alpha_frame_past_sigtramp_frame): Remove.
4138 (alpha_dynamic_sigtramp_offset): Remove.
4139 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
4140 (alpha_proc_desc_is_dyn_sigtramp): Remove.
4141 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
4142 (push_sigtramp_desc): Remove.
4143 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
4144 (alpha_cannot_store_register): Likewise.
4145 (alpha_sigcontext_addr): Remove.
4146 (alpha_find_saved_regs): Remove.
4147 (alpha_frame_init_saved_regs): Remove.
4148 (alpha_init_frame_pc_first): Remove.
4149 (read_next_frame_reg): Remove.
4150 (alpha_frame_saved_pc): Remove.
4151 (alpha_saved_pc_after_call): Remove.
4152 (temp_proc_desc, temp_saved_regs): Remove.
4153 (alpha_about_to_return): Remove.
4154 (cached_proc_desc): Remove.
4155 (alpha_frame_chain): Remove.
4156 (alpha_print_extra_frame_info): Remove.
4157 (alpha_init_extra_frame_info): Remove.
4158 (alpha_frame_locals_address): Remove.
4159 (alpha_frame_args_address): Remove.
4160 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
4161 (alpha_push_dummy_frame): Remove.
4162 (alpha_pop_frame): Remove.
4163 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
4164 (alpha_read_insn): New.
4165 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
4166 for different insn encodings.
4167 (alpha_in_lenient_prologue): Remove.
4168 (struct alpha_sigtramp_unwind_cache): New.
4169 (alpha_sigtramp_frame_unwind_cache): New.
4170 (alpha_sigtramp_register_address): New.
4171 (alpha_sigtramp_frame_this_id): New.
4172 (alpha_sigtramp_frame_prev_register): New.
4173 (alpha_sigtramp_frame_unwind): New.
4174 (alpha_sigtramp_frame_p): New.
4175 (struct alpha_heuristic_unwind_cache): New.
4176 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
4177 don't count nop insns that occur between functions.
4178 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
4179 heuristic_proc_desc, but without the mdebug wrapping.
4180 (alpha_heuristic_frame_this_id): New.
4181 (alpha_heuristic_frame_prev_register): New.
4182 (alpha_heuristic_frame_unwind): New.
4183 (alpha_heuristic_frame_p): New.
4184 (alpha_heuristic_frame_base_address): New.
4185 (alpha_heuristic_frame_base): New.
4186 (alpha_unwind_dummy_id): New.
4187 (alpha_unwind_pc): New.
4188 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
4189 frame related deprecated initializations; install replacements.
4190 (alpha_dump_tdep): Remove.
4191 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
4192 (alpha_read_insn, alpha_after_prologue,
4193 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
4194 alpha_heuristic_frame_prev_register,
4195 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
4196 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
4197 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
4198 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
4199
4200 2003-05-29 Andrew Cagney <cagney@redhat.com>
4201
4202 * gdb_assert.h (gdb_assert_fail): Provide different definitions
4203 dependant on the availability of ASSERT_FUNCTION.
4204 (ASSERT_FUNCTION): Do not define when there is no function name.
4205
4206 2003-05-29 Kevin Buettner <kevinb@redhat.com>
4207
4208 From Jimi X <jimix@watson.ibm.com>:
4209 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
4210
4211 2003-05-28 Jim Blandy <jimb@redhat.com>
4212
4213 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
4214 argument to ptrace to int; the system headers should give it the
4215 right type, and pointers don't fit in ints on powerpc64-*-*.
4216
4217 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
4218
4219 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
4220 DW_TAG_catch_block.
4221
4222 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4223
4224 * stabsread.c (dbx_lookup_type): Make static.
4225 (read_type): Ditto.
4226 (add_undefined_type): Ditto.
4227 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
4228 not export.
4229
4230 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4231
4232 * hpread.c (hpread_has_name): Make static.
4233 (hpread_psymtab_to_symtab): Ditto.
4234 (file_exists): Ditto.
4235 (hpread_call_pxdb): Ditto.
4236 (hpread_pxdb_needed): Ditto.
4237 (hpread_quick_traverse): Ditto.
4238 (hpread_get_header): Ditto.
4239 (hpread_get_lntt): Ditto.
4240 (hpread_get_slt): Ditto.
4241 (class_of): Ditto.
4242
4243 2003-05-25 Andreas Schwab <schwab@suse.de>
4244
4245 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
4246 stack_align and deprecated_extra_stack_alignment_needed.
4247 (m68k_stack_align): Delete.
4248
4249 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4250 (m68k_register_virtual_size): Likewise.
4251 (altos_skip_prologue): Remove obsolete function.
4252 (isi_frame_num_args): Likewise.
4253 (news_frame_num_args): Likewise.
4254 (m68k_fix_call_dummy): Make static.
4255 (m68k_push_dummy_frame): Likewise.
4256 (m68k_pop_frame): Likewise.
4257 (m68k_skip_prologue): Likewise.
4258 (m68k_frame_init_saved_regs): Likewise.
4259 (m68k_saved_pc_after_call): Likewise.
4260 (m68k_get_longjmp_target): Make multi-arch.
4261 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
4262 structure. Register m68k_get_longjmp_target if enabled.
4263 * m68k-tdep.h (struct gdbarch_tdep): Define.
4264 * config/m68k/tm-m68k.h: Don't include "regcache.h".
4265
4266 * Makefile.in (config.status): Also depend on configure.tgt
4267 and configure.host.
4268 (m68klinux-tdep.o): Update dependencies.
4269 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
4270 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
4271 (M68K_LINUX_JB_PC): Define.
4272 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
4273 and take additional parameter.
4274 (m68k_linux_sigtramp_saved_pc): Update.
4275 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
4276 m68k_linux_pc_in_sigtramp, in_plt_section,
4277 find_solib_trampoline_target.
4278 * config/m68k/tm-linux.h: Don't include any tm headers.
4279 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
4280 (JB_ELEMENT_SIZE): Likewise.
4281 (JB_PC): Likewise.
4282 (GET_LONGJMP_TARGET): Likewise.
4283 (IN_SIGTRAMP): Likewise.
4284 (SVR4_SHARED_LIBS): Define this and include "solib.h".
4285
4286 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4287
4288 * sparc-tdep.c (sparc32_do_push_arguments): New function.
4289 (sparc32_push_arguments): Re-implement by calling
4290 sparc32_do_push_arguments.
4291
4292 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4293
4294 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4295 SPARC_O1_REGNUM): New defines.
4296 (sparc32_extract_return_value): Rewrite to operate on a regcache.
4297 (sparc32_store_return_value): New function.
4298 (sparc_extract_struct_value_address): Rewrite to operate on a
4299 regcache.
4300 (sparc_gdbarch_init): Don't set
4301 deprecated_extract_struct_value_address. Set
4302 extract_struct_value_address instead. Don't set
4303 deprecated_extract_return_value and deprecated_store_return_value
4304 for 32-bit targets. Set extract_return_value and
4305 store_return_value instead.
4306 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
4307 DEPRECTAED_EXTRACT_RETURN_VALUE,
4308 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
4309 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
4310 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
4311 (sparc_store_return_value): Remove prototype.
4312 (sparc32_store_return_value): New prototype.
4313 (sparc32_extract_return_value, sparc_extract_struct_value_address):
4314 Adjust prototypes.
4315
4316 2003-05-24 Mark Kettenis <kettenis@gnu.org>
4317
4318 * sparcnbsd-tdep.c: Include "gdb_string.h".
4319
4320 2003-05-23 Andrew Cagney <cagney@redhat.com>
4321
4322 * p-valprint.c (pascal_val_print): Replace extract_address with
4323 the inline equivalent extract_unsigned_integer.
4324 * jv-valprint.c (java_value_print): Ditto.
4325 * ada-valprint.c (ada_val_print_1): Ditto.
4326 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
4327
4328 2003-05-23 Theodore A. Roth <troth@openavr.org>
4329
4330 * blockframe.c (frameless_look_for_prologue): Remove unused
4331 after_prologue variable.
4332
4333 2003-05-23 Mark Kettenis <kettenis@gnu.org>
4334
4335 * blockframe.c (get_pc_function_start): Rewrite to avoid
4336 asignments in if-statements.
4337
4338 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4339
4340 Committed by Elena Zannoni <ezannoni@redhat.com>.
4341 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
4342 files, don't relocate absolute symbols (and do use mst_abs).
4343
4344 2003-05-23 Andrew Cagney <cagney@redhat.com>
4345
4346 * objc-lang.c: Include "gdb_assert.h".
4347 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
4348 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
4349 (gdb_check, gdb_check_fatal): Delete functions.
4350 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
4351 gdb_assert.
4352 (parse_selector, parse_method, find_methods, find_imps): Ditto.
4353 * Makefile.in (objc-lang.o): Update dependencies.
4354
4355 2003-05-22 Ian Lance Taylor <ian@airs.com>
4356
4357 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
4358 with fprintf_filtered, not fprintf_unfiltered.
4359
4360 2003-05-22 Andrew Cagney <cagney@redhat.com>
4361
4362 * stack.c (frame_info): Inline extract_address, replacing it with
4363 extract_unsigned_integer.
4364 * findvar.c (unsigned_pointer_to_address): Ditto.
4365 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4366 * dwarf2expr.c (dwarf2_read_address): Ditto.
4367 * frame.c (frame_pc_unwind): Update comment.
4368 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4369
4370 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4371
4372 * infptrace.c (detach): Call print_sys_errmsg rather than
4373 perror_with_name to issue warning message when errno is non-zero
4374 after calling ptrace detach.
4375
4376 2003-05-21 J. Brobecker <brobecker@gnat.com>
4377
4378 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4379 macro definitions from here...
4380 * hppa-tdep.c: ...to there.
4381
4382 2003-05-20 Kevin Buettner <kevinb@redhat.com>
4383
4384 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4385 register_ptrace_addr(). Fix all callers.
4386
4387 2003-05-21 Andreas Schwab <schwab@suse.de>
4388
4389 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4390 dependencies.
4391 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4392 end.
4393 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4394 (_initialize_m68k_linux_tdep): New function.
4395 (m68k_linux_frame_saved_pc): Make static.
4396 (m68k_linux_extract_return_value): Likewise.
4397 (m68k_linux_store_return_value): Likewise.
4398 (m68k_linux_extract_struct_value_address): Likewise.
4399 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4400 Remove.
4401 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4402 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4403 (DEPRECATED_FRAME_SAVED_PC): Remove.
4404
4405 2003-05-20 Kris Warkentin <kewarken@qnx.com>
4406
4407 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4408 regset numbering rather than our own.
4409
4410 2003-05-19 David Carlton <carlton@bactrian.org>
4411
4412 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4413
4414 2003-05-19 David Carlton <carlton@bactrian.org>
4415
4416 Partial fix for PR c++/827.
4417 * cp-support.h: Include symtab.h.
4418 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4419 * cp-namespace.c: Update contributors.
4420 (cp_lookup_symbol_nonlocal): New.
4421 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4422 (lookup_symbol_file): Ditto.
4423 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4424 * block.h: Declare block_scope, block_using, block_global_block.
4425 * block.c (block_scope): New.
4426 (block_using, block_global_block): Ditto.
4427 * Makefile.in (cp_support_h): Depend on symtab_h.
4428 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4429
4430 2003-05-19 David Carlton <carlton@bactrian.org>
4431
4432 * language.h (struct language_defn): Add 'la_value_of_this'
4433 and 'la_lookup_symbol_nonlocal' members.
4434 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4435 lookup_symbol_static, lookup_symbol_global,
4436 lookup_symbol_aux_block.
4437 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4438 if we should search fields of this and how to do static/global
4439 lookup.
4440 (lookup_symbol_aux_block): Make extern.
4441 (basic_lookup_symbol_nonlocal): New.
4442 (lookup_symbol_static, lookup_symbol_global): Ditto.
4443 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4444 'la_lookup_symbol_nonlocal' members.
4445 * c-lang.c (c_language_defn, cplus_language_defn)
4446 (asm_language_defn, minimal_language_defn): Ditto.
4447 * jv-lang.c (java_language_defn): Ditto.
4448 * language.c (unknown_language_defn, auto_language_defn)
4449 (local_language_defn): Ditto.
4450 * m2-lang.c (m2_language_defn): Ditto.
4451 * objc-lang.c (objc_language_defn): Ditto.
4452 * scm-lang.c (scm_language_defn): Ditto.
4453 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4454 * p-lang.c (pascal_language_defn): Ditto for both.
4455 * Makefile.in (f-lang.o): Depend on value_h.
4456 (p-lang.o): Ditto.
4457
4458 2003-05-19 David Carlton <carlton@bactrian.org>
4459
4460 * block.h: Declare block_static_block.
4461 * block.c (block_static_block): New.
4462 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4463 lookup_symbol_aux_local, calling block_static_block instead.
4464 (lookup_symbol_aux_local): Delete 'static_block' argument.
4465
4466 2003-05-19 David Carlton <carlton@bactrian.org>
4467
4468 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4469
4470 2003-05-19 Michal Ludvig <mludvig@suse.cz>
4471
4472 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4473 register numbers mapping.
4474
4475 2003-05-18 Adam Fedor <fedor@gnu.org>
4476
4477 * symtab.c (completion_list_objc_symbol): New function.
4478 (make_symbol_completion_list): Use it to add ObjC symbols
4479 when looking though the list.
4480 (language_search_unquoted_string): New function.
4481 (make_file_symbol_completion_list): Use it.
4482
4483 2003-05-18 Andreas Schwab <schwab@suse.de>
4484
4485 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4486 dependencies.
4487 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4488 as m68k_linux_extract_return_value.
4489 (DEPRECATED_STORE_RETURN_VALUE): Define as
4490 m68k_linux_store_return_value.
4491 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4492 m68k_linux_extract_struct_value_address.
4493 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4494 get_next_frame, get_frame_base, get_frame_pc.
4495 (m68k_linux_frame_saved_pc): Use get_frame_base.
4496 (m68k_linux_extract_return_value): New function.
4497 (m68k_linux_store_return_value): New function.
4498 (m68k_linux_extract_struct_value_address): New function.
4499 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4500
4501 * c-exp.y (typebase): Remove duplicate occurence of
4502 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
4503 of lookup_signed_typename.
4504
4505 2003-05-18 Mark Kettenis <kettenis@gnu.org>
4506
4507 * dwarf2loc.c (find_location_expression): Change type of second
4508 argument to `size_t *'.
4509 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4510 for size variable.
4511
4512 2003-05-18 David Carlton <carlton@bactrian.org>
4513
4514 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4515 'linkage_name'. Add comment.
4516 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4517 'linkage_name'.
4518 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4519 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4520 (lookup_block_symbol): Ditto.
4521
4522 2003-05-16 Andrew Cagney <cagney@redhat.com>
4523
4524 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4525 * gdbarch.h, gdbarch.c: Re-generate.
4526 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4527 * TODO (REGISTER_BYTES): Delete reference.
4528 * alpha-tdep.c (alpha_gdbarch_init): Update.
4529 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4530 * x86-64-tdep.c (x86_64_init_abi): Update.
4531 * vax-tdep.c (vax_gdbarch_init): Update.
4532 * v850-tdep.c (v850_gdbarch_init): Update.
4533 * sparc-tdep.c (sparc_gdbarch_init): Update.
4534 * sh-tdep.c (sh_gdbarch_init): Update.
4535 * s390-tdep.c (s390_gdbarch_init): Update.
4536 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4537 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4538 (ns32k_gdbarch_init_32382): Update.
4539 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4540 * mcore-tdep.c (mcore_gdbarch_init): Update.
4541 * m68k-tdep.c (m68k_gdbarch_init): Update.
4542 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4543 * ia64-tdep.c (ia64_gdbarch_init): Update.
4544 * i386-tdep.c (i386_gdbarch_init): Update.
4545 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4546 * hppa-tdep.c (hppa_gdbarch_init): Update.
4547 * h8300-tdep.c (h8300_gdbarch_init): Update.
4548 * frv-tdep.c (frv_gdbarch_init): Update.
4549 * cris-tdep.c (cris_gdbarch_init): Update.
4550 * avr-tdep.c (avr_gdbarch_init): Update.
4551 * arm-tdep.c (arm_gdbarch_init): Update.
4552 * sparc-tdep.c (sparc_pop_frame): Update.
4553 * rs6000-tdep.c (rs6000_pop_frame): Update.
4554 * remote.c (init_remote_state): Update.
4555 (remote_prepare_to_store): Update.
4556 * remote-vx.c (vx_prepare_to_store): Update.
4557 * remote-sds.c (sds_fetch_registers): Update.
4558 (sds_prepare_to_store): Update.
4559 * remote-array.c: Update.
4560 * regcache.c (init_legacy_regcache_descr): Update.
4561 (init_regcache_descr): Update.
4562 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4563 (mips_o64_extract_return_value): Update.
4564 * irix5-nat.c (fetch_core_registers): Update.
4565 * irix4-nat.c (fetch_core_registers): Update.
4566 * i386-tdep.h: Update.
4567 * hppa-tdep.c (pa_do_registers_info): Update.
4568 (pa_do_strcat_registers_info): Update.
4569 * cris-tdep.c (cris_register_bytes_ok): Update.
4570 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4571 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4572 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4573 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4574 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4575 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4576 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4577 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4578 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4579 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4580 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4581 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4582 (REGISTER_BYTES_OK): Update.
4583 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4584 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4585
4586 2003-05-16 Ian Lance Taylor <ian@airs.com>
4587
4588 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4589 (vax_print_insn, print_insn_arg): Remove static functions.
4590 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4591 print_insn_vax from opcodes library.
4592 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4593
4594 2003-05-15 Andrew Cagney <cagney@redhat.com>
4595
4596 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4597 * target.h (memory_breakpoint_from_pc): Delete declaration.
4598 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4599 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4600 * monitor.c (monitor_insert_breakpoint): Use
4601 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4602 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4603 * gdbarch.h, gdbarch.c: Re-generate.
4604 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4605 (sparc_gdbarch_init): Set breakpoint_from_pc to
4606 sparc_breakpoint_from_pc.
4607 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4608 (BREAKPOINT_FROM_PC): Define.
4609 (sparc_breakpoint_from_pc): Declare.
4610 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4611 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4612 (BREAKPOINT_FROM_PC): Define.
4613 (BREAKPOINT): Delete macro.
4614 * target.h: Update comment.
4615 * s390-tdep.c (s390_gdbarch_init): Update comments.
4616 * remote.c: Update comments.
4617 * remote-mips.c: Update comments.
4618 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4619 * mem-break.c: Update comment.
4620 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4621 (ia64_memory_insert_breakpoint): Update.
4622 * config/sparc/tm-sparc.h: Update comment.
4623 * config/pa/tm-hppa64.h: Update comment.
4624 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4625 (rs6000_breakpoint_from_pc): Update.
4626 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4627 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4628 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4629 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4630 (mips_breakpoint_from_pc): Update.
4631 (mips_dump_tdep): Update.
4632
4633 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4634 * minsyms.c (lookup_minimal_symbol): Inline
4635 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4636
4637 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4638 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4639 * p-lang.c (pascal_printstr): Ditto.
4640 * objc-lang.c (objc_printstr): Ditto.
4641 * m2-lang.c (m2_printstr): Ditto.
4642 * jv-valprint.c (java_print_value_fields): Ditto.
4643 * f-lang.c (f_printstr): Ditto.
4644 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4645 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4646 for repeat_count_threshold.
4647 * Makefile.in (cp-valprint.o): Update dependencies.
4648
4649 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
4650
4651 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4652 (examine_prologue): Support looking through leaf functions, knowing
4653 they start with mov r2,r12. Support skipping over indirect stores
4654 of the input registers. Upon hitting a non-nop branch instruction
4655 or predicated instruction, bail out by setting lim_pc to the current
4656 pc value in the loop. At the end, if the lim_pc value is still
4657 beyond our calculated value and we have trust_limit set,
4658 use the lim_pc value.
4659
4660 2003-05-15 Andrew Cagney <cagney@redhat.com>
4661
4662 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4663 generic_find_dummy_frame.
4664 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4665 (deprecated_generic_find_dummy_frame): Update.
4666 (deprecated_read_register_dummy): Update.
4667 * frame.c (deprecated_generic_get_saved_register): Update.
4668
4669 2003-05-15 Theodore A. Roth <troth@openavr.org>
4670
4671 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4672 (avr_gdbarch_init): Set breakpoint_from_pc method.
4673
4674 2003-05-15 Andrew Cagney <cagney@redhat.com>
4675
4676 * regcache.c (build_regcache): Set deprecated_register_valid
4677 directly.
4678 (deprecated_grub_regcache_for_register_valid): Delete function.
4679 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4680 declaration.
4681
4682 2003-05-15 David Carlton <carlton@bactrian.org>
4683
4684 Committed by Elena Zannoni <ezannoni@redhat.com>
4685 * symtab.c (lookup_symbol_aux): Delete calls to
4686 lookup_symbol_aux_minsyms.
4687 (lookup_symbol_aux_minsyms): Comment out function and
4688 prototype. Delete lookup by mangled name.
4689
4690 2003-05-14 Kevin Buettner <kevinb@redhat.com>
4691
4692 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4693 correctly indicate an empty stack and ``stack_allocated'' to the
4694 indicate the number of elements initially allocated.
4695 (dwarf_expr_grow_stack): Simplify method for computing new
4696 stack size. Don't loop infinitely if ``stack_len'' is zero.
4697 (execute_stack_op): Move ``ctx->in_reg'' initialization
4698 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4699 be used in conjuction with DW_OP_piece. Revise error message
4700 accordingly.
4701
4702 2003-05-14 Theodore A. Roth <troth@openavr.org>
4703
4704 * MAINTAINERS: Update my email address.
4705 * avr-tdep.c: Ditto.
4706
4707 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
4708
4709 * symtab.h (enum domain_enum): Rename from namespace_enum.
4710 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4711 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4712 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4713 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4714 TYPES_NAMESPACE, METHODS_NAMESPACE.
4715 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4716 (struct symbol, struct partial_symbol): Rename field
4717 'namespace_enum namespace' to 'domain_enum domain'.
4718 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4719 Delete old define kludge for namespace.
4720
4721 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4722 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4723 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4724 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4725 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4726 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4727 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4728 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4729 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4730 occurrences of the above.
4731
4732 2003-05-14 Ian Lance Taylor <ian@airs.com>
4733
4734 * Makefile.in (install-only): Use $(SHELL) when running
4735 mkinstalldirs.
4736
4737 2003-05-13 Ian Lance Taylor <ian@airs.com>
4738
4739 * MAINTAINERS (write after approval): Add myself.
4740
4741 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4742 second and third arguments.
4743 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4744 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4745
4746 2003-05-13 Andrew Cagney <cagney@redhat.com>
4747
4748 * defs.h (store_address): Delete declaration.
4749 findvar.c (store_address): Delete function.
4750 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4751 store_unsigned_integer.
4752 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4753 * v850-tdep.c (v850_push_arguments): Ditto.
4754 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4755 * sh-tdep.c (sh64_get_saved_register): Ditto.
4756 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4757 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4758 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4759 (mips_get_saved_register): Ditto.
4760 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4761 (find_func_descr, ia64_push_arguments): Ditto.
4762 * i386-tdep.c (i386_push_arguments): Ditto.
4763 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4764 * frv-tdep.c (frv_push_arguments): Ditto.
4765 * frame.c (legacy_saved_regs_prev_register): Ditto.
4766 (deprecated_generic_get_saved_register): Ditto.
4767 * findvar.c (unsigned_address_to_pointer): Ditto.
4768 * dwarf2read.c (dwarf2_const_value): Ditto.
4769 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4770 * alpha-tdep.c (alpha_push_arguments): Ditto.
4771
4772 2003-05-12 J. Brobecker <brobecker@gnat.com>
4773
4774 * NEWS: Mention that the hppa-hpux port has been partially
4775 multiarched (32bit ABIT only, so far).
4776
4777 2003-05-11 Andrew Cagney <cagney@redhat.com>
4778
4779 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4780 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4781 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4782 sim/testsuite/sim/arm/misaligned2.ms, and
4783 sim/testsuite/sim/arm/misaligned3.ms.
4784 * disasm.h (struct ui_file): Add opaque struct declaration.
4785 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4786 * frame.h (struct ui_file): Ditto.
4787
4788 2003-05-11 Mark Kettenis <kettenis@gnu.org>
4789
4790 * value.h: Pretty print.
4791
4792 2003-05-10 Mark Kettenis <kettenis@gnu.org>
4793
4794 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4795
4796 2003-05-08 Andrew Cagney <cagney@redhat.com>
4797
4798 * regcache.h (max_register_size): Delete declaration.
4799 * regcache.c (max_register_size): Delete function.
4800 (struct regcache_descr): Delete field "max_register_size".
4801 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4802 registers fit in MAX_REGISTER_SIZE.
4803 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4804 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4805 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4806 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4807 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4808 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4809 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4810 * dve3900-rom.c, hppa-tdep.c: Ditto.
4811
4812 2003-05-08 David Carlton <carlton@math.stanford.edu>
4813
4814 * valops.c (push_word): Fix typo.
4815
4816 2003-05-08 Andrew Cagney <cagney@redhat.com>
4817
4818 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4819 * gdbarch.h: Re-generate.
4820 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4821 (legacy_max_register_raw_size): Delete declaration.
4822 * regcache.c (legacy_max_register_raw_size): Delete function.
4823 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4824 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4825 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4826 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4827 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4828 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4829 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4830 * findvar.c, dwarf2cfi.c: Ditto.
4831
4832 2003-05-08 Andrew Cagney <cagney@redhat.com>
4833
4834 * mips-tdep.c (read_signed_register): New function, moved to here
4835 from "regcache.c".
4836 (read_signed_register_pid): Ditto.
4837 * regcache.c (read_signed_register_pid): Delete function, moved to
4838 "mips-tdep.c".
4839 (read_signed_register): Ditto.
4840 * regcache.h (read_signed_register): Delete declaration.
4841 (read_signed_register_pid): Delete declaration.
4842
4843 2003-05-08 Andrew Cagney <cagney@redhat.com>
4844
4845 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4846 * gdbarch.h: Re-generate.
4847 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4848 (legacy_max_register_virtual_size): Delete declaration.
4849 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4850 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4851 * tracepoint.c (memrange_sortmerge): Ditto.
4852 * sparc-tdep.c (sparc_print_registers): Ditto.
4853 * regcache.c (legacy_max_register_virtual_size): Delete function.
4854
4855 2002-05-08 J. Brobecker <brobecker@gnat.com>
4856
4857 * fork-child.c (escape_bang_in_quoted_argument): New function.
4858 (fork_inferior): Escape '!' characters in quoted arguments
4859 only when needed.
4860
4861 2003-05-08 J. Brobecker <brobecker@gnat.com>
4862
4863 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4864 the language of the CU is not currently supported by GDB.
4865
4866 2003-05-08 J. Brobecker <brobecker@gnat.com>
4867
4868 * defs.h (language): Add language_minimal enum value.
4869 * c-lang.c (minimal_language_defn): New language definition.
4870 (_initialize_c_language): Add the new minimal language to the list
4871 of languages known to GDB.
4872
4873 2003-05-08 Kevin Buettner <kevinb@redhat.com>
4874
4875 * frame.c (get_frame_type): Don't attempt to lazily initialize
4876 frame's unwinder for legacy frames.
4877
4878 2003-05-07 Andrew Cagney <cagney@redhat.com>
4879
4880 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4881 and "regcache" parameters.
4882 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4883
4884 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4885
4886 * dwarf2read.c (dwarf_decode_lines): Only use output of
4887 check_cu_functions() when calling record_line(). Do not update
4888 the current address.
4889
4890 2003-05-07 Andrew Cagney <cagney@redhat.com>
4891
4892 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4893 code.
4894
4895 2003-05-07 Jim Blandy <jimb@redhat.com>
4896
4897 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4898 'maint info symtabs' and 'maint info psymtabs'.
4899 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4900 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4901 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4902 Declarations updated.
4903 * maint.c (maintenance_list_command): Delete.
4904 (_initialize_maint_cmds): Update calls to add_cmd.
4905 * gdbcmd.h (maintenancelistlist): Delete declaration.
4906 * cli/cli-cmds.c (maintenancelistlist): Delete.
4907 (init_cmd_lists): Don't initialize it.
4908 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4909
4910 2003-05-07 Andrew Cagney <cagney@redhat.com>
4911
4912 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4913 "regcache".
4914 (d10v_print_registers_info): Update.
4915 (d10v_dmap_register, d10v_imap_register): Delete functions.
4916 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4917 and "imap_register".
4918 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4919 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4920 * arch-utils.c (generic_remote_translate_xfer_address): Add
4921 "regcache" and "gdbarch" parameters.
4922 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4923 parameter. Change class to multi-arch.
4924 * gdbarch.h, gdbarch.c: Re-generate.
4925 * remote.c (remote_xfer_memory): Use
4926 gdbarch_remote_translate_xfer_address.
4927
4928 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4929
4930 * infrun.c (prev_pc): Move declaration ahead of proceed().
4931 (proceed): Refresh prev_pc value before resuming.
4932 (stop_stepping): Remove code to refresh prev_pc.
4933
4934 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4935
4936 * nto-tdep.c: Removed stray comment.
4937
4938 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4939
4940 * i386-nto-tdep.c: Fix old K&R function definitions.
4941 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
4942 Also change add_show_from_set() call to add_setshow_cmd().
4943 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
4944
4945 2003-05-05 Andrew Cagney <cagney@redhat.com>
4946
4947 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
4948 (fprint_dummy_frames): New function.
4949 (maintenance_print_dummy_frames): New function.
4950 (_initialize_dummy_frame): Add command "maint print dummy-frames".
4951 * frame.c (fprint_frame_id): Make global.
4952 * frame.h (fprint_frame_id): Declare.
4953 * Makefile.in (dummy-frame.o): Update dependencies.
4954
4955 2003-05-05 Andrew Cagney <cagney@redhat.com>
4956
4957 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
4958 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
4959 SIZEOF_CALL_DUMMY_WORDS.
4960 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
4961 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
4962 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
4963 CALL_DUMMY_BREAKPOINT_OFFSET.
4964 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
4965 CALL_DUMMY_START_OFFSET.
4966 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
4967 * gdbarch.h, gdbarch.c: Re-generate.
4968 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
4969 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
4970 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
4971 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
4972 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
4973 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
4974 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
4975 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
4976 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
4977 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
4978 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
4979 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
4980 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
4981 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
4982 * config/sparc/tm-sparc.h: Update.
4983
4984 2003-05-05 Kris Warkentin <kewarken@qnx.com>
4985
4986 * configure.tgt: Add i[3456]86-*-nto*.
4987 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
4988 * nto-tdep.c: New file. Neutrino target support routines.
4989 * nto-tdep.h: New file. Neutrino target header.
4990 * config/tm-qnxnto.h: New file.
4991 * config/i386/i386nto.mt: New file.
4992 * config/i386/tm-i386nto.h: New file.
4993
4994 2003-05-04 Andrew Cagney <cagney@redhat.com>
4995
4996 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
4997 (load_infrun_state): Ditto.
4998 (struct thread_info): Drop "prev_func_name" field.
4999 * thread.c (load_infrun_state): Update.
5000 (save_infrun_state): Update.
5001 * infrun.c (prev_func_name): Delete variable.
5002 (init_wait_for_inferior): Do not clear prev_func_name.
5003 (stop_stepping, keep_going, context_switch): Do not swap
5004 prev_func_name.
5005 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
5006 instead of PC_IN_SIGTRAMP.
5007
5008 2003-05-04 Andrew Cagney <cagney@redhat.com>
5009
5010 * sentinel-frame.c (sentinel_frame_prev_register): Replace
5011 REGISTER_BYTE with register_offset_hack.
5012 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
5013 that REGISTER_BYTE is consistent with the regcache.
5014 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
5015 * gdbarch.h, gdbarch.c: Regenerate.
5016
5017 2003-05-04 Mark Kettenis <kettenis@gnu.org>
5018
5019 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
5020 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
5021
5022 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
5023
5024 2003-05-03 J. Brobecker <brobecker@gnat.com>
5025
5026 From Thierry Schneider <tpschneider1@yahoo.com>
5027 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
5028 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
5029 (mi-cmd-symbol.o): Add rule.
5030
5031 2003-05-03 Andrew Cagney <cagney@redhat.com>
5032
5033 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
5034 comments noteing that it replaces the old FIX_CALL_DUMMY code.
5035 * gdbarch.h, gdbarch.c: Re-generate.
5036 * d10v-tdep.c (d10v_push_dummy_code): New function.
5037 (d10v_gdbarch_init): Set push_dummy_code.
5038 * infcall.c (legacy_push_dummy_code): New function.
5039 (generic_push_dummy_code): New function.
5040 (push_dummy_code): New function.
5041 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
5042 instead of dummy_addr, to push_dummy_call. Move call to
5043 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
5044 switch.
5045 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
5046
5047 2003-05-03 Andrew Cagney <cagney@redhat.com>
5048
5049 * disasm.h (print_insn): Declare.
5050 * disasm.c (init_gdb_disassemble_info): New function.
5051 (gdb_disassembly): Call init_gdb_disassemble_info.
5052 (gdb_print_insn): New function.
5053 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
5054 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
5055 * mcore-tdep.c: Include "disasm.h"
5056 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
5057 * d10v-tdep.c: Include "disasm.h".
5058 (display_trace): Call gdb_print_insn, instead of print_insn.
5059 (print_insn): Delete function.
5060 * printcmd.c: Include "disasm.h".
5061 (print_insn): Delete function.
5062 (print_formatted): Call gdb_print_insn, instead of print_insn.
5063 * Makefile.in (printcmd.o): Update dependencies.
5064 (mcore-tdep.o, d10v-tdep.o): Ditto.
5065
5066 2003-05-02 Andrew Cagney <cagney@redhat.com>
5067
5068 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
5069 PC_REGNUM, re-indent.
5070 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
5071 PC_REGNUM isn't set.
5072
5073 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
5074 * gdbarch.h, gdbarch.c: Re-generate.
5075 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
5076 register_virtual_size, pc_regnum, or register_bytes.
5077 (D10V_PC_REGNUM): Rename _PC_REGNUM.
5078 (d10v_register_type): Use D10V_PC_REGNUM.
5079 (d10v_print_registers_info, d10v_read_pc): Ditto.
5080 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
5081 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
5082
5083 2003-05-02 David Carlton <carlton@bactrian.org>
5084
5085 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
5086 the name with mstrsave.
5087
5088 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
5089
5090 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
5091 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
5092 (host_charset_name, target_charset_name): New vars for use by
5093 set/show commands.
5094 (host_charset_enum, target_charset_enum): New enums for set/show
5095 commands.
5096 (set_charset_sfunc, set_host_charset_sfunc,
5097 set_target_charset_sfunc): New functions.
5098 (set_host_charset, set_target_charset): Make static.
5099 (list_charsets, set_host_charset_command,
5100 set_target_charset_command): Delete functions.
5101 (show_charset_command): Rewrite as....
5102 (show_charset): Hook this up with the set/show command mechanism.
5103 (_initialize_charset): Change names of charsets to match the
5104 set/show enums. Use host_charset_name and target_charset_name.
5105 Use set/show mechanism for charset, host-charset, target-charset
5106 commands. Do not make 'show host-charset' and 'show
5107 target-charset' be aliases of 'show charset'.
5108
5109 * charset.h (set_host_charset, set_target_charset): Don't export,
5110 they are not used outside the file.
5111
5112 2003-05-01 Andrew Cagney <cagney@redhat.com>
5113
5114 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
5115 (gdb_disassembly): Make "di" non static, always initialize and
5116 cleanup. Always use dis_asm_read_memory.
5117 (gdb_dis_asm_read_memory): Delete function.
5118
5119 2003-05-01 Andrew Cagney <cagney@redhat.com>
5120
5121 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
5122 (d10v_gdbarch_init): Set frame_align instead of stack_align.
5123
5124 2003-04-30 Andrew Cagney <cagney@redhat.com>
5125
5126 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
5127 "tm_print_insn_info".
5128 (TARGET_PRINT_INSN_INFO): Delete macro.
5129 (dis_asm_read_memory): Delete function declaration.
5130 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5131 (tm_print_insn_info): Delete variable definition.
5132 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
5133 * gdbarch.h, gdbarch.c: Re-generate.
5134 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
5135 "deprecated_tm_print_insn_info".
5136 * mcore-tdep.c (mcore_dump_insn): Ditto.
5137 * mips-tdep.c (mips_gdbarch_init): Ditto.
5138 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
5139 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
5140 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
5141 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
5142 instead of TARGET_PRINT_INSN_INFO, add comment.
5143 * s390-tdep.c (s390_get_frame_info): Instead of
5144 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
5145 (s390_check_function_end, s390_is_sigreturn): Ditto.
5146 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
5147 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5148 * disasm.c: Include "gdbcore.h".
5149 (_initialize_disasm): New function, initialize
5150 "deprecated_tm_print_insn_info".
5151 (deprecated_tm_print_insn_info): New variable.
5152 (dis_asm_read_memory): Moved from "corefile.c", made static.
5153 (dis_asm_print_address, dis_asm_memory_error): Ditto.
5154 * Makefile.in (disasm.o): Update dependencies.
5155
5156 2003-04-30 Andrew Cagney <cagney@redhat.com>
5157
5158 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
5159
5160 2003-04-29 Adam Fedor <fedor@gnu.org>
5161
5162 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
5163 * infcall.c (find_function_addr): Make non-static.
5164 * infcall.h (find_function_addr): Declare.
5165 * Makefile.in (eval.o): Update dependencies.
5166
5167 2003-04-28 Adam Fedor <fedor@gnu.org>
5168
5169 * symtab.c (symbol_find_demangled_name): Check for and demangle
5170 ObjC symbols.
5171 (symbol_init_demangled_name): Init for language_objc as well.
5172
5173 2003-04-28 Andrew Cagney <cagney@redhat.com>
5174
5175 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
5176 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
5177 * gdbarch.h, gdbarch.c: Re-generate.
5178 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
5179 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
5180 * inferior.h (deprecated_read_fp): Rename read_fp.
5181 (generic_target_read_fp): Delete declaration.
5182 * regcache.c (generic_target_read_fp): Delete function.
5183 (deprecated_read_fp): Replace read_fp, use
5184 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
5185 * d10v-tdep.c (d10v_read_fp): Delete function.
5186 (d10v_gdbarch_init): Do not set deprecated_read_fp.
5187
5188 * sparc-tdep.c (sparc_gdbarch_init): Do not set
5189 deprecated_target_read_fp to generic_target_read_fp.
5190 * sh-tdep.c (sh_gdbarch_init): Ditto.
5191 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5192 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5193 * frv-tdep.c (frv_gdbarch_init): Ditto.
5194
5195 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
5196 deprecated_fp_regnum.
5197 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5198 * vax-tdep.c (vax_gdbarch_init): Ditto.
5199 * v850-tdep.c (v850_gdbarch_init): Ditto.
5200 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5201 * sh-tdep.c (sh_gdbarch_init): Ditto.
5202 * s390-tdep.c (s390_gdbarch_init): Ditto.
5203 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5204 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5205 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5206 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5207 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5208 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5209 * i386-tdep.c (i386_gdbarch_init): Ditto.
5210 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5211 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5212 * frv-tdep.c (frv_gdbarch_init): Ditto.
5213 * cris-tdep.c (cris_gdbarch_init): Ditto.
5214 * avr-tdep.c (avr_gdbarch_init): Ditto.
5215 * arm-tdep.c (arm_gdbarch_init): Ditto.
5216 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5217
5218 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
5219 * v850-tdep.c (v850_gdbarch_init): Ditto.
5220 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5221 * sh-tdep.c (sh_gdbarch_init): Ditto.
5222 * s390-tdep.c (s390_gdbarch_init): Ditto.
5223 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5224 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5225 * mips-tdep.c (mips_gdbarch_init): Ditto.
5226 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5227 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5228 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5229 * frv-tdep.c (frv_gdbarch_init): Ditto.
5230 * avr-tdep.c (avr_gdbarch_init): Ditto.
5231 * arm-tdep.c (arm_gdbarch_init): Ditto.
5232
5233 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
5234 DEPRECATED_FP_REGNUM.
5235 (vax_push_dummy_frame, vax_pop_frame): Ditto.
5236 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
5237 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5238 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
5239 (sparc32_register_virtual_type): Ditto.
5240 * sh-tdep.c (sh64_frame_chain): Ditto.
5241 (sh64_get_saved_register, sh64_pop_frame): Ditto.
5242 (sh_nofp_frame_init_saved_regs): Ditto.
5243 (sh64_nofp_frame_init_saved_regs): Ditto.
5244 (sh_fp_frame_init_saved_regs): Ditto.
5245 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5246 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5247 * procfs.c (procfs_fetch_registers): Ditto.
5248 (procfs_store_registers): Ditto.
5249 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
5250 (store_inferior_registers, fetch_core_registers): Ditto.
5251 (fetch_kcore_registers, clear_regs): Ditto.
5252 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
5253 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
5254 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
5255 * nlm/i386.c (do_status): Ditto.
5256 * mipsv4-nat.c (supply_gregset): Ditto.
5257 * mips-tdep.c: Ditto for comments.
5258 * mips-nat.c (fetch_inferior_registers): Ditto.
5259 (store_inferior_registers, fetch_core_registers): Ditto.
5260 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
5261 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
5262 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
5263 (i386_do_pop_frame, i386_register_type): Ditto.
5264 * hppa-tdep.c (hppa_frame_chain): Ditto.
5265 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
5266 (hppa_pop_frame, hppa_read_fp): Ditto.
5267 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
5268 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
5269 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
5270 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
5271 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
5272 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
5273 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
5274 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
5275 * blockframe.c: Ditto for comments.
5276 * arch-utils.h: Ditto for comments.
5277 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
5278 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
5279 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
5280 * alpha-tdep.h: Ditto for comments.
5281 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
5282 (alpha_cannot_store_register): Ditto.
5283 (alpha_push_dummy_frame): Ditto.
5284 * alpha-nat.c (supply_gregset): Ditto.
5285
5286 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
5287 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
5288 * config/sparc/tm-sparc.h: Update comment.
5289
5290 * hppa-tdep.c (hppa_init_extra_frame_info): Use
5291 deprecated_read_fp instead of TARGET_READ_FP.
5292 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
5293 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
5294 * sparc-tdep.c (sparc_init_extra_frame_info): Use
5295 deprecated_read_fp instead of read_fp.
5296 * s390-tdep.c (s390_push_arguments): Ditto.
5297 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5298 * frame.h: Ditto in comments.
5299 * frame.c (legacy_get_prev_frame): Ditto.
5300 * dummy-frame.c (dummy_frame_this_id): Ditto.
5301 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5302
5303 2003-04-28 Andrew Cagney <cagney@redhat.com>
5304
5305 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
5306 * gdbarch.h, gdbarch.c: Re-generate.
5307 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
5308 * vax-tdep.c (_initialize_vax_tdep): Update.
5309 * v850-tdep.c (_initialize_v850_tdep): Update.
5310 * sparc-tdep.c (_initialize_sparc_tdep): Update.
5311 * s390-tdep.c (_initialize_s390_tdep): Update.
5312 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
5313 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
5314 * mips-tdep.c (_initialize_mips_tdep): Update.
5315 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5316 * m68k-tdep.c (_initialize_m68k_tdep): Update.
5317 * ia64-tdep.c (_initialize_ia64_tdep): Update.
5318 * hppa-tdep.c (_initialize_hppa_tdep): Update.
5319 * h8300-tdep.c (_initialize_h8300_tdep): Update.
5320 * frv-tdep.c (_initialize_frv_tdep): Update.
5321 * cris-tdep.c (cris_delayed_get_disassembler): Update.
5322 (_initialize_cris_tdep): Update.
5323 * arch-utils.c (legacy_print_insn): Update.
5324 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5325
5326 2003-04-26 Adam Fedor <fedor@gnu.org>
5327
5328 * linespec.c (decode_objc): New function to decode ObjC calls
5329 (decode_line_1): Check for ObjC calls (using decode_objc)
5330 * Makefile (linespec.o): Update dependencies.
5331
5332 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
5333
5334 * breakpoint.h (struct breakpoint_ops): New.
5335 (struct breakpoint): Add ops member.
5336
5337 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
5338 (mention): Use new breakpoint ops member.
5339 (set_raw_breakpoint): Initialize ops field to NULL.
5340 (print_exception_catchpoint, print_one_exception_catchpoint)
5341 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
5342 (gnu_v3_exception_catchpoint_ops): New.
5343 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
5344
5345 2003-04-25 Adam Fedor <fedor@gnu.org>
5346
5347 * Makefile.in (COMMON_OBS): Add objc-lang.o
5348
5349 2003-04-25 Andrew Cagney <cagney@redhat.com>
5350
5351 * d10v-tdep.c (print_insn): Delete function.
5352 (display_trace): Use TARGET_PRINT_INSN.
5353 (_initialize_d10v_tdep): Do not set tm_print_insn.
5354 (d10v_gdbarch_init): Set print_insn.
5355
5356 2003-04-25 Andrew Cagney <cagney@redhat.com>
5357
5358 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
5359 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
5360 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
5361 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
5362 (nr_dmap_regs, a0_regnum): ... new functions.
5363 (d10v_print_registers_info): Use a0_regnum, use register_size.
5364 (d10v_register_byte): Delete function.
5365 (d10v_register_raw_size): Delete function.
5366 (d10v_register_type): Use a0_regnum.
5367 (d10v_print_registers_info): Use a0_regnum.
5368 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5369 (d10v_gdbarch_init): Do not set register_byte or
5370 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5371 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5372 extract_address.
5373 (trace_command): Use XCALLOC.
5374 (print_insn): Delete reference to tm_print_insn.
5375 (saved_regs_unwinder): Use store_unsigned_integer instead of
5376 store_address.
5377 * frame.h (FRAME_OBSTACK_CALLOC): Define
5378
5379 2003-04-25 David Carlton <carlton@bactrian.org>
5380
5381 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5382
5383 2003-04-24 Adam Fedor <fedor@gnu.org>
5384
5385 * objc-lang.c: Include "valprint.h"
5386 * Makefile.in (objc-lang.o): Update dependencies.
5387
5388 2003-04-24 Adam Fedor <fedor@gnu.org>
5389
5390 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
5391 architecture dependant compilation and mark as unimplemented
5392 (until they get put in the gdbarch vector).
5393
5394 2003-04-23 David Carlton <carlton@bactrian.org>
5395
5396 * cp-support.c (cp_find_first_component): Accept 'operator' in
5397 more locations.
5398
5399 2003-04-23 Andrew Cagney <cagney@redhat.com>
5400
5401 * infcall.c (call_function_by_hand): Eliminate redundant
5402 indentation. Move "saved_async" and "old_cleanups" to where they
5403 are needed.
5404
5405 2003-04-23 Andrew Cagney <cagney@redhat.com>
5406
5407 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5408 and "buffer". Move the "name" code to where it is needed.
5409
5410 2003-04-23 Andrew Cagney <cagney@redhat.com>
5411
5412 * infcall.c (call_function_by_hand): Move variables "start_sp",
5413 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5414 code to ON_STACK switch branch.
5415
5416 2003-04-23 Andrew Cagney <cagney@redhat.com>
5417
5418 * infcall.c (call_function_by_hand): Make declaration of "i",
5419 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5420 lint.
5421
5422 2003-04-23 Andrew Cagney <cagney@redhat.com>
5423
5424 * infcall.c (call_function_by_hand): Delete variable
5425 "n_method_args". Localize "param_type"'s declaration to the loop
5426 that it is used. Reinstate code assigning to said variable -
5427 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5428 Rationalize code using "param_type".
5429
5430 2003-04-22 Andrew Cagney <cagney@redhat.com>
5431
5432 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5433 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5434 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5435 to DEPRECATED_PUSH_RETURN_ADDRESS.
5436
5437 2003-04-22 Kevin Buettner <kevinb@redhat.com>
5438
5439 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5440 on the DWARF2 register number prior to fetching a register.
5441
5442 2003-04-22 J. Brobecker <brobecker@gnat.com>
5443
5444 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5445 Update all the tests using SOFT_FLOAT considering the fact that
5446 this macro was always set to 0.
5447 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5448 considering the fact that this macro was always set to 0.
5449 * hppa-tdep.h (hppa_store_return_value): Likewise.
5450 (hppa_extract_return_value): Likewise.
5451
5452 2003-04-22 J. Brobecker <brobecker@gnat.com>
5453
5454 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5455 the hppa-pro target only.
5456
5457 2003-04-21 J. Brobecker <brobecker@gnat.com>
5458
5459 Ongoing multi-arch conversion effort for HP/UX:
5460 * config/pa/tm-hppa.h: Move all macro that are no longer
5461 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5462 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5463
5464 2003-04-21 J. Brobecker <brobecker@gnat.com>
5465
5466 * config/pa/tm-hppa.h: Obsolete a section that was only used
5467 for hppa-pro.
5468
5469 2003-04-21 J. Brobecker <brobecker@gnat.com>
5470
5471 Ongoing multi-arch conversion for HP/UX.
5472 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5473 if already defined (allows hppa64 to stay non-multiarched for now).
5474 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5475
5476 2003-04-21 Andrew Cagney <cagney@redhat.com>
5477
5478 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5479
5480 2003-04-21 Andrew Cagney <cagney@redhat.com>
5481
5482 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5483 "i386_num_mmx_regs".
5484
5485 2003-04-21 Andrew Cagney <cagney@redhat.com>
5486
5487 * infcall.c: New file.
5488 * infcall.h: New file.
5489 * valarith.c: Include "infcall.h".
5490 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5491 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5492 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5493 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5494 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5495 (SFILES): Add "infcall.c"
5496 (COMMON_OBS): Add "infcall.o".
5497 (infcall.o): Specify dependencies.
5498 * value.h (call_function_by_hand): Delete declaration.
5499 * inferior.h (run_stack_dummy): Delete declaration.
5500 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5501 (run_stack_dummy): Move to "infcall.c", merged into
5502 call_function_by_hand.
5503 * valops.c (call_function_by_hand): Moved to "infcall.c".
5504 (find_function_addr, value_arg_coerce): Ditto.
5505 (unwindonsignal_p, coerce_float_to_double): Ditto.
5506 (_initialize_valops): Move "set/show coerce-float-to-double", and
5507 "set/show unwindonsignal" commands to "infcall.c".
5508 * v850-tdep.c, target.h: Update comments.
5509 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5510 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5511 (sh64_init_extra_frame_info): Update comments.
5512 * mn10300-tdep.c: Update comments.
5513 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5514 * config/sparc/tm-sparc.h: Update comments.
5515 * breakpoint.h: Update comments.
5516 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5517 * arm-tdep.c: Update comment.
5518
5519 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5520
5521 * i386-tdep.c (i386_num_register_names): New variable.
5522 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5523 (MM0_REGNUM): Remove redundant parentheses in define.
5524 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5525 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5526 i386_mxcsr_regnum_p): Remove redundant parentheses.
5527 (i386_register_name): Use i386_num_register_names.
5528
5529 * i386-tdep.c (i386_extract_return_value,
5530 i386_store_return_value): Correct check for availability of
5531 floating-point registers.
5532
5533 * i386-tdep.c (i386_frame_num_args): Remove function.
5534 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5535
5536 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5537 mmx_regnum_to_fp_regnum. Adjust all callers.
5538
5539 * i386-tdep.c (i386_get_longjmp_target): Use
5540 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5541 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5542 extract_address.
5543
5544 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5545
5546 * core-regset.c: Update comments to reflect reality. Re-order
5547 includes.
5548 (fetch_core_registers): Use switch instead of if. Remove
5549 redundant prototype.
5550
5551 2003-04-18 Jim Blandy <jimb@redhat.com>
5552
5553 * s390-tdep.c (s390_frame_align): New function.
5554 (s390_gdbarch_init): Register it with the gdbarch object.
5555
5556 2003-04-17 Richard Henderson <rth@redhat.com>
5557
5558 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5559
5560 2003-04-17 Michael Snyder <msnyder@redhat.com>
5561 Karen Bennet <bennet@redhat.com>
5562
5563 Committed by Elena Zannoni <ezannoni@redhat.com>
5564 * gdb_gcore.sh: New script to create a core dump of a process.
5565
5566 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
5567
5568 * values.c (value_being_returned): Don't fetch the return
5569 value if the return type is void.
5570
5571 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5572
5573 * thread-db.c: Reindented.
5574
5575 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5576
5577 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5578 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
5579 as types.
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605 2003-04-16 Kevin Buettner <kevinb@redhat.com>
5606
5607 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
5608 the size of ``long double'' to 16, instead of 8.
5609
5610 2003-04-16 Mark Kettenis <kettenis@gnu.org>
5611
5612 * i386-linux-nat.c: Add some whitespace to make things more
5613 readable.
5614 (fetch_register, store_register, fetch_inferior_registers,
5615 store_inferior_registers): Get rid of assignment in if-statement.
5616 (store_register): Fix typo in error message.
5617
5618 2003-04-16 Andrew Cagney <cagney@redhat.com>
5619
5620 * utils.c (xmmalloc): Always allocate something, matches
5621 libiberty/xmalloc's semantics.
5622 (xmrealloc, xmcalloc): Ditto.
5623
5624 2003-04-16 Andrew Cagney <cagney@redhat.com>
5625
5626 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5627 update comments.
5628 (get_frame_type): Initialize unwind and type when needed.
5629 (get_frame_id, frame_register_unwind): Ditto.
5630
5631 2003-04-16 Andrew Cagney <cagney@redhat.com>
5632
5633 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5634 obsolete.
5635 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5636 * sparcl-stub.c: Obsolete file.
5637 * config/sparc/tm-sparclet.h: Obsolete file.
5638 * sparclet-stub.c: Obsolete file.
5639 * sparclet-rom.c: Obsolete file.
5640 * sparcl-tdep.c: Obsolete file.
5641 * config/sparc/tm-sparclite.h: Obsolete file.
5642 * config/sparc/sparclite.mt: Obsolete file.
5643 * config/sparc/sparclet.mt: Obsolete file.
5644 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5645 sparc86x-*-* obsolete.
5646
5647 2003-04-15 David Carlton <carlton@math.stanford.edu>
5648
5649 * Makefile.in (SFILES): Add cp-namespace.c.
5650 (COMMON_OBS): Add cp-namespace.o.
5651 (block.o): Depend on gdb_obstack_h and cp_support_h.
5652 (buildsym.o): Depend on cp_support_h.
5653 (cp-namespace.o): New.
5654 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5655 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5656 (dwarf2read.o): Depend on cp_support_h.
5657 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5658 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5659 processing_current_namespace.
5660 (read_namespace): Update processing_current_namespace; check for
5661 anonymous namespaces.
5662 (dwarf2_name): New function.
5663 (dwarf2_extension): Ditto.
5664 * cp-support.h: Update copyright, contributors.
5665 Add inclusion guards.
5666 Add opaque declaration for structs obstack, block, symbol.
5667 (struct using_direct): New struct.
5668 Add declarations for cp_find_first_component,
5669 cp_entire_prefix_len, processing_has_namespace_info,
5670 processing_current_namespace, cp_is_anonymous,
5671 cp_add_using_directive, cp_initialize_namespace,
5672 cp_finalize_namespace, cp_set_block_scope,
5673 cp_scan_for_anonymous_namespaces.
5674 * cp-namespace.c: New file.
5675 * cp-support.c: Update copyright.
5676 Include ctype.h, gdb_assert.h, gdbcmd.h.
5677 New variable maint_cplus_cmd_list.
5678 (cp_find_first_component): New function.
5679 (cp_entire_prefix_len, maint_cplus_command)
5680 (first_component_command, _initialize_cp_support): Ditto.
5681 * buildsym.c: Include cp-support.h.
5682 New variable using_list.
5683 (add_symbol_to_list): Check for anonymous namespaces.
5684 (finish_block): Set block's scope.
5685 (start_symtab): Initialize C++ namespace support.
5686 (end_symtab): Finalize C++ namespace support.
5687 * block.h: Add opaque declarations for structs
5688 block_namespace_info, using_direct, and obstack.
5689 Add declarations for block_set_scope and block_set_using.
5690 (struct block): Add 'language_specific' member.
5691 (BLOCK_NAMESPACE): New macro.
5692 * block.c: Include gdb_obstack.h and cp-support.h.
5693 (struct block_namespace_info): New struct.
5694 (block_set_scope): New function.
5695 (block_set_using, block_initialize_namespace): Ditto.
5696
5697 2003-04-14 Kevin Buettner <kevinb@redhat.com>
5698
5699 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5700 (locate_base): Return early if there aren't any link map offsets.
5701 (svr4_solib_create_inferior_hook): Warn if shared library support
5702 is unavailable.
5703
5704 2003-04-14 David Carlton <carlton@math.stanford.edu>
5705
5706 * symtab.c (symbol_set_names): Add prefix when storing Java names
5707 in hash table. Fix for PR java/1039.
5708
5709 2003-04-14 David Carlton <carlton@math.stanford.edu>
5710
5711 * symtab.c (symbol_set_names): Rename 'name' arg to
5712 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5713 * symtab.h: Change 'name' argument in declaration of
5714 symbol_set_names to 'linkage_name'.
5715 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5716
5717 2003-04-14 Andrew Cagney <cagney@redhat.com>
5718
5719 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5720 return the fully sign-extended register value.
5721 (get_frame_pointer): Ditto.
5722 (mips_pop_frame): Initialize "proc_desc" after checking for a
5723 dummy frame.
5724
5725 2003-04-14 Andrew Cagney <cagney@redhat.com>
5726
5727 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5728 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5729 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5730 (mips_push_register): Delete function.
5731 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5732 PUSH_FP_REGNUM.
5733
5734 2003-04-14 Jim Blandy <jimb@redhat.com>
5735
5736 * symmisc.c: #include "gdb_regex.h".
5737 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5738 functions.
5739 * maint.c (maintenance_list_command): New function.
5740 (_initialize_maint_cmds): Register the above as commands.
5741 * symtab.h (maintenance_list_symtabs,
5742 maintenance_list_psymtabs): New declarations.
5743 * cli/cli-cmds.c (maintenancelistlist): New variable.
5744 (init_cmd_lists): Initialize it.
5745 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5746 * gdbcmd.h (maintenancelistlist): New declaration.
5747 * Makefile.in (symmisc.o): Update dependencies.
5748
5749 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
5750
5751 * s390-nat.c: Include asm/types.h for addr_t.
5752
5753 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
5754
5755 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5756 actually incoming type.
5757
5758 2003-04-13 Andrew Cagney <cagney@redhat.com>
5759
5760 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5761 get_next_frame and get_frame_saved_regs.
5762
5763 2003-04-13 Andrew Cagney <cagney@redhat.com>
5764
5765 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5766 of gdbarch_num_regs.
5767
5768 2003-04-13 Andrew Cagney <cagney@redhat.com>
5769
5770 * frame.h: Mention what replaced what in "struct frame_info".
5771 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5772 deprecated_update_frame_base_hack and
5773 deprecated_update_frame_pc_hack.
5774 * hppa-tdep.c: Ditto.
5775
5776 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5777
5778 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5779 to read_reg and update its comment. Remove regnum member.
5780 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5781 Don't call read_reg when setting in_reg. Call read_reg to get
5782 the frame base if it's in a register. Return the register number
5783 on the stack instead of in the context. Remove extra arguments
5784 to read_reg.
5785 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5786 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5787 the register number on the expression stack.
5788 (needs_frame_read_reg): Remove extra arguments.
5789
5790 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5791
5792 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5793 made non-static.
5794 (execute_stack_op): All callers updated.
5795 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5796 * dwarf2loc.c (find_location_expression): New function.
5797 (dwarf_expr_frame_base): Call it.
5798 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5799 (dwarf2_tracepoint_var_ref): New function, broken out from
5800 locexpr_tracepoint_var_ref.
5801 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5802 Make static.
5803 (loclist_read_variable, loclist_read_needs_frame): New functions.
5804 (loclist_describe_location, loclist_tracepoint_var_ref): New
5805 functions.
5806 (dwarf2_loclist_funcs): New struct location_funcs.
5807 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5808 (struct dwarf2_locexpr_baton): Add comments.
5809 (dwarf2_loclist_funcs): New extern.
5810 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5811 base_address and base_known.
5812 (dwarf_loc_buffer): New variable.
5813 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5814 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5815 (dwarf2_has_info): Initialize dwarf_loc_offset.
5816 (dwarf2_build_psymtabs): Read in .debug_loc.
5817 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5818 DWARF_LOC_SIZE.
5819 (psymtab_to_symtab_1): Likewise. Move base address calculation
5820 here, from...
5821 (dwarf2_get_pc_bounds): ... here. Use the base address from
5822 cu_header.
5823 (dwarf2_symbol_mark_computed): Handle location lists.
5824
5825 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5826
5827 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5828 if the linkage name demangled successfully.
5829
5830 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5831
5832 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5833 disassmbly_flavour): Removed.
5834
5835 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5836
5837 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5838
5839 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5840
5841 2003-04-12 Andrew Cagney <cagney@redhat.com>
5842
5843 * frame.h (struct frame_info): Move definition from here ...
5844 * frame.c (struct frame_info): ... to here.
5845
5846 2003-04-12 Andrew Cagney <cagney@redhat.com>
5847
5848 * gdbthread.h (save_infrun_state): Delete parameter
5849 "prev_func_start".
5850 (struct thread_info): Delete field "prev_func_start".
5851 (load_infrun_state): Ditto.
5852 * thread.c (load_infrun_state, save_infrun_state): Update.
5853 * infrun.c (prev_func_start): Delete variable.
5854 (context_switch, init_wait_for_inferior): Update.
5855 (stop_stepping, keep_going): Update.
5856
5857 2003-04-12 Andrew Cagney <cagney@redhat.com>
5858
5859 * gdbarch.sh: Add missing opaque declarations.
5860 * gdbarch.h: Regnerate.
5861 * symtab.h: Add missing opaque declarations.
5862 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5863 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5864 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5865 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5866 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5867 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5868 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5869 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5870 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5871 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5872 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5873 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5874 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5875
5876 2003-04-11 Andrew Cagney <cagney@redhat.com>
5877
5878 * frame.c (get_frame_id): Return this frame's "id".
5879 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5880 function start.
5881 (legacy_saved_regs_this_id): Replace function body with
5882 internal-error.
5883 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5884 FRAME_OBSTACK_ZALLOC.
5885 (create_new_frame): Mark the frame ID as valid.
5886
5887 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
5888
5889 * Makefile.in (libbfd_h): Added missing setting.
5890 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5891 according to the selected ABI.
5892
5893 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5894
5895 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5896
5897 2003-04-11 Andrew Cagney <cagney@redhat.com>
5898
5899 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5900 SAVED_PC_AFTER_CALL.
5901 * gdbarch.h, gdbarch.c: Regenerate.
5902 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5903 * x86-64-tdep.c (x86_64_init_abi): Update.
5904 * vax-tdep.c (vax_gdbarch_init): Update.
5905 * v850-tdep.c (v850_gdbarch_init): Update.
5906 * sparc-tdep.c (sparc_gdbarch_init): Update.
5907 * sh-tdep.c (sh_gdbarch_init): Update.
5908 * s390-tdep.c (s390_gdbarch_init): Update.
5909 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5910 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5911 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5912 * mips-tdep.c (mips_gdbarch_init): Update.
5913 * mcore-tdep.c (mcore_gdbarch_init): Update.
5914 * m68k-tdep.c (m68k_gdbarch_init): Update.
5915 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5916 * ia64-tdep.c (ia64_gdbarch_init): Update.
5917 (ia64_saved_pc_after_call): Update declaration.
5918 * i386ly-tdep.c (i386lynx_init_abi): Update.
5919 * i386-tdep.c (i386_gdbarch_init): Update.
5920 * hppa-tdep.c (hppa_gdbarch_init): Update.
5921 * h8300-tdep.c (h8300_gdbarch_init): Update.
5922 * frv-tdep.c (frv_gdbarch_init): Update.
5923 * cris-tdep.c (cris_gdbarch_init): Update.
5924 * avr-tdep.c (avr_gdbarch_init): Update.
5925 * arm-tdep.c (arm_gdbarch_init): Update.
5926 * alpha-tdep.c (alpha_gdbarch_init): Update.
5927 * ns32knbsd-nat.c (frame_num_args): Update.
5928 * ns32k-tdep.c (umax_frame_num_args): Update.
5929 * mips-tdep.c (mips_init_frame_pc_first): Update.
5930 * infrun.c (step_over_function): Update.
5931 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5932 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5933 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5934 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5935 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5936 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5937 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5938 * arch-utils.c (init_frame_pc_default): Update.
5939 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5940 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
5941 declaration.
5942
5943 2003-04-11 Andrew Cagney <cagney@redhat.com>
5944
5945 * i387-tdep.c: Update copyright.
5946 (i387_to_double): Delete function.
5947 (double_to_i387): Delete function.
5948
5949 2003-04-10 Andrew Cagney <cagney@redhat.com>
5950
5951 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
5952 frame's function's address. Simplify.
5953 (d10v_frame_unwind_cache): Check that the frame's function is
5954 non-zero.
5955
5956 2003-04-10 Jim Blandy <jimb@redhat.com>
5957
5958 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
5959 call to set_gdbarch_deprecated_push_arguments.
5960
5961 2003-04-10 Andrew Cagney <cagney@redhat.com>
5962
5963 * frame.c (fprint_frame_id): New function.
5964 (fprint_frame_type, fprint_frame): New function.
5965 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
5966 (create_sentinel_frame, get_frame_id): Ditto.
5967 (frame_id_p, frame_id_eq): Ditto.
5968 (frame_id_inner, create_new_frame): Ditto.
5969 (legacy_get_prev_frame, get_prev_frame): Ditto.
5970 (deprecated_update_frame_pc_hack): Ditto.
5971 (frame_register_unwind): Ditto.
5972 (deprecated_update_frame_base_hack): Ditto.
5973
5974 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5975
5976 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
5977 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
5978 frame_chain function.
5979 * Makefile.in: Add dependencies due to above change.
5980
5981 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5982
5983 * blockframe.c (legacy_frame_chain_valid): Move call to
5984 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
5985 inside_entry_file.
5986
5987 2003-04-09 Andrew Cagney <cagney@redhat.com>
5988
5989 * frame.h (struct frame_id): Replace "pc" and "base" with
5990 "stack_addr" and "code_addr". Update comments.
5991 (frame_id_build): Update parameter names and comment.
5992 (struct frame_info): Replace "id_p" and "id" with "this_id".
5993 * dummy-frame.c (dummy_frame_this_id): Update.
5994 * breakpoint.c (print_one_breakpoint): Update.
5995 * frame.c (get_frame_id): Update.
5996 (get_frame_base, frame_id_build): Update.
5997 (create_sentinel_frame, legacy_get_prev_frame): Update.
5998 (deprecated_update_frame_base_hack): Update.
5999 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
6000 (frame_id_inner): Ditto.
6001
6002 2003-04-09 Andrew Cagney <cagney@redhat.com>
6003
6004 * defs.h (gdb_print_host_address): Make "addr" parameter a
6005 pointer constant.
6006 * utils.c (gdb_print_host_address): Update.
6007
6008 2003-04-09 Kevin Buettner <kevinb@redhat.com>
6009
6010 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
6011 register number for R0 is 0.
6012
6013 2003-04-09 J. Brobecker <brobecker@gnat.com>
6014
6015 * frame.h (struct gdbarch): Add opaque structure definition
6016 to avoid a compilation warning on LynxOS 4.0.
6017
6018 2003-04-09 Andrew Cagney <cagney@redhat.com>
6019
6020 * frame.h (struct frame_info): Delete field "pc". Replace
6021 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
6022 structure.
6023 * frame.c (frame_pc_unwind): Update.
6024 (create_sentinel_frame): Do not set "pc".
6025 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
6026 (get_frame_pc): Call frame_pc_unwind.
6027 (deprecated_update_frame_pc_hack): Update.
6028 (create_new_frame): Use "pc" not "->pc".
6029
6030 2003-04-09 Andrew Cagney <cagney@redhat.com>
6031
6032 * frame.c (get_frame_id): Eliminate code updating "frame".
6033 (legacy_get_prev_frame): Ditto.
6034 (get_frame_base): Return id.base directly.
6035 (deprecated_update_frame_base_hack): Update "id.base".
6036 * frame.h (struct frame_info): Delete field "frame".
6037
6038 2003-04-09 Andrew Cagney <cagney@redhat.com>
6039
6040 * NEWS: Mention that the "Sequent family" is obsolete.
6041 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
6042 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6043 * configure.host: Obsolete i[3456]86-sequent-bsd*,
6044 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6045 * config/i386/tm-ptx4.h: Obsolete file.
6046 * config/i386/tm-ptx.h: Obsolete file.
6047 * symm-tdep.c: Obsolete file.
6048 * config/i386/symmetry.mt: Obsolete file.
6049 * config/i386/tm-symmetry.h: Obsolete file.
6050 * symm-nat.c: Obsolete file.
6051 * config/i386/nm-symmetry.h: Obsolete file.
6052 * config/i386/xm-symmetry.h: Obsolete file.
6053 * config/i386/symmetry.mh: Obsolete file.
6054 * config/i386/nm-ptx4.h: Obsolete file.
6055 * config/i386/ptx4.mh: Obsolete file.
6056 * config/i386/ptx.mt: Obsolete file.
6057 * config/i386/ptx.mh: Obsolete file.
6058 * config/i386/xm-ptx4.h: Obsolete file.
6059 * config/i386/xm-ptx.h: Obsolete file.
6060
6061 2003-04-09 Andrew Cagney <cagney@redhat.com>
6062
6063 Obsolete mips*-*-mach3*.
6064 * NEWS: Mention that mips*-*-mach3* is obsolete.
6065 * m3-nat.c: Obsolete file.
6066 * config/nm-m3.h: Obsolete file.
6067 * config/mips/tm-mipsm3.h: Obsolete file.
6068 * config/mips/mipsm3.mt: Obsolete file.
6069 * config/mips/mipsm3.mh: Obsolete file.
6070 * config/mips/xm-mipsm3.h: Obsolete file.
6071 * mipsm3-nat.c: Obsolete file.
6072 * configure.host: Obsolete mips-dec-mach3*.
6073 * configure.tgt: Obsolete mips*-*-mach3*.
6074
6075 2003-04-09 Andrew Cagney <cagney@redhat.com>
6076
6077 * doublest.h: Update copyright.
6078 (deprecated_store_floating, deprecated_extract_floating): Rename
6079 store_floating and extract_floating. Update comments.
6080 * doublest.c: Update copyright.
6081 (extract_floating_by_length): Replace extract_floating.
6082 (store_floating_by_length): Replace store_floating.
6083 (deprecated_extract_floating): New function.
6084 (deprecated_store_floating): New function.
6085 (extract_typed_floating): Call extract_floating_by_length.
6086 (store_typed_floating): Call store_floating_by_length.
6087 * x86-64-tdep.c (x86_64_store_return_value): Update.
6088 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
6089 (sh64_extract_return_value): Update.
6090 (sh_sh4_register_convert_to_virtual): Update.
6091 (sh_sh64_register_convert_to_virtual): Update.
6092 (sh_sh4_register_convert_to_raw): Update.
6093 (sh_sh64_register_convert_to_raw): Update.
6094 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
6095 (rs6000_register_convert_to_raw): Update.
6096 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
6097 (ia64_register_convert_to_raw): Update.
6098 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
6099 (REGISTER_CONVERT_TO_VIRTUAL): Update.
6100 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
6101 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
6102 (alpha_register_convert_to_raw): Update.
6103
6104 2003-04-08 Andrew Cagney <cagney@redhat.com>
6105
6106 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
6107 * gdbarch.h, gdbarch.c: Re-generate.
6108 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
6109 (d10v_gdbarch_init): Do not set saved_pc_after_call.
6110 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
6111 conditionally, use frame_pc_unwind as an alternative. Add
6112 comments.
6113 * arch-utils.c (init_frame_pc_default): Only call
6114 SAVED_PC_AFTER_CALL when available.
6115
6116 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
6117
6118 * infrun.c (stop_soon): Rename from stop_soon_quietly.
6119 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
6120 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
6121 (start_remote): Ditto.
6122 (handle_inferior_event): Ditto.
6123 (save_inferior_status): Ditto.
6124 (restore_inferior_status): Ditto.
6125 * infcmd.c (attach_command): Ditto.
6126 * fork-child.c (startup_inferior): Ditto.
6127 * inferior.h (stop_soon): Rename from stop_soon_quietly.
6128 * alpha-tdep.c (heuristic_proc_start): Ditto.
6129 * mips-tdep.c (heuristic_proc_start): Ditto.
6130 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
6131 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
6132 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
6133 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
6134 * remote-vx.c (vx_create_inferior): Ditto.
6135
6136 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
6137
6138 * infrun.c (stop_soon_quietly): Make it an enum, to better
6139 override the default behavior of handle_inferior_event.
6140 (clear_proceed_status): Update uses of stop_soon_quietly to
6141 reflect that it is now an enum.
6142 (start_remote): Ditto.
6143 (handle_inferior_event): Change logic a bit if stop_soon_quietly
6144 is set to handle the new GNU/Linux kernel behavior for
6145 attach/sigstop. Update uses of stop_soon_quietly.
6146 * inferior.h (enum stop_kind): New enum.
6147 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
6148 Reset normal handle_inferior_event behavior, afterwards.
6149 * fork-child.c (startup_inferior): Update.
6150 * alpha-tdep.c (heuristic_proc_start): Update.
6151 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
6152 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
6153 * solib-osf.c (osf_solib_create_inferior_hook): Update.
6154 * solib-irix.c (irix_solib_create_inferior_hook): Update.
6155 * remote-vx.c (vx_create_inferior): Update.
6156 * mips-tdep.c (heuristic_proc_start): Update.
6157
6158 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
6159
6160 * disasm.c (dump_insns): Move variables inside loop, or they will
6161 be freed more than once, causing wild memory corruptions.
6162 (gdb_disassembly): Look for the substring "-thread",
6163 instead of "-threads" in the target name, to make sure to find
6164 the 'multi-thread' target. Also, make sure we do the right thing
6165 with the "core" target.
6166
6167 2003-04-07 Kevin Buettner <kevinb@redhat.com>
6168
6169 * mips-tdep.c (mips_print_fp_register): New function, created from
6170 do_fp_register_row(). Registers are now (also) printed as hex.
6171 Only one register is printed per row.
6172 (mips_print_register, do_fp_register_row): Print floating point
6173 registers with mips_print_fp_register().
6174
6175 2003-04-06 Andrew Cagney <cagney@redhat.com>
6176
6177 * valprint.h (inspect_it): Add extern declaration.
6178 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
6179 (selectors_info, classes_info): Ditto.
6180 (find_objc_msgcall): Fix indentation.
6181 (objc_printstr): Delete extern declarations.
6182
6183 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
6184
6185 2003-04-06 Andrew Cagney <cagney@redhat.com>
6186
6187 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
6188 Update comment.
6189 * frame.c (legacy_saved_regs_this_id): Update.
6190 (legacy_get_prev_frame): Update.
6191 * xstormy16-tdep.c: Update comment.
6192 * sparc-tdep.c (sparc_frame_chain): Update comment.
6193 * blockframe.c (legacy_frame_chain_valid): Update.
6194
6195 2003-04-06 Andrew Cagney <cagney@redhat.com>
6196
6197 * valprint.c (val_print_type_code_int): Delete #ifdef
6198 PRINT_TYPELESS_INTEGER code.
6199
6200 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
6201 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
6202 multi-arch definition.
6203 * gdbarch.h: Re-generate.
6204
6205 2003-04-05 Andrew Cagney <cagney@redhat.com>
6206
6207 Eliminate FRAME_FIND_SAVED_REGS.
6208 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6209 Change FSR parameter to a pointer.
6210 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
6211 Assume FSR parameter is a pointer.
6212 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6213 Make fsr a pointer.
6214 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
6215 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
6216 saved_regs a pointer.
6217 (hppa_frame_saved_pc): Ditto.
6218 (find_dummy_frame_regs): Make frame_saved_regs a pointer
6219 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
6220 pointer.
6221 (restore_pc_queue): Make fsr a pointer.
6222 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
6223 (hppa_frame_chain): Make saved_regs a pointer, call
6224 hppa_frame_init_saved_regs.
6225 * sparc-tdep.c: Include "gdb_assert.h".
6226 (sparc_frame_find_saved_regs): Replace internal_error with
6227 gdb_assert.
6228 * remote-vxsparc.c (vx_read_register): Delete reference to
6229 FRAME_FIND_SAVED_REGS.
6230 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
6231 * gdbarch.h: Regenerate.
6232 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6233 (deprecated_get_frame_saved_regs): Delete declaration.
6234 (struct frame_saved_regs): Delete definition.
6235 * frame.c (deprecated_get_frame_saved_regs): Delete function.
6236 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
6237 (hppa_frame_find_saved_regs): Delete declaration.
6238 (FRAME_FIND_SAVED_REGS): Delete macro.
6239 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
6240 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
6241 FRAME_FIND_SAVED_REGS in comment.
6242
6243 2003-04-05 Andrew Cagney <cagney@redhat.com>
6244
6245 * frame.c (frame_func_unwind, get_frame_func): New functions.
6246 * frame.h (get_frame_func, frame_func_unwind): Declare.
6247 (struct frame_info): Add field "prev_func" for caching the
6248 previous frame's function address.
6249 * arm-tdep.c (arm_frameless_function_invocation): Combine
6250 get_pc_function_start and get_frame_pc into get_frame_func.
6251 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6252 (sh64_nofp_frame_init_saved_regs): Ditto.
6253 * s390-tdep.c (s390_function_start): Ditto.
6254 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
6255 (rs6000_frameless_function_invocation): Ditto.
6256 (rs6000_frame_saved_pc): Ditto.
6257 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
6258 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
6259 * i386-tdep.c (i386_frameless_signal_p): Ditto.
6260 (i386_frame_init_saved_regs): Ditto.
6261 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
6262 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
6263 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
6264 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6265 * blockframe.c (frameless_look_for_prologue): Ditto.
6266
6267 2003-04-05 Andrew Cagney <cagney@redhat.com>
6268
6269 * frame.c (legacy_get_prev_frame): Link prev to next at the
6270 function start. Update comments.
6271
6272 2003-04-05 Andrew Cagney <cagney@redhat.com>
6273
6274 * frame.c (get_frame_id): Update comment.
6275 (legacy_get_prev_frame): Update comment.
6276 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
6277 * gdbarch.h: Regenerate.
6278 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
6279 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
6280
6281 2003-04-05 Andrew Cagney <cagney@redhat.com>
6282
6283 * stack.c (print_frame_info): Use get_frame_pc.
6284
6285 2003-04-04 Andrew Cagney <cagney@redhat.com>
6286
6287 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
6288 the frame's type from the unwinder.
6289 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
6290 (create_new_frame, legacy_get_prev_frame): When the unwinder's
6291 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
6292 (get_frame_base_address): Use get_frame_type.
6293 (get_frame_locals_address, get_frame_args_address): Ditto.
6294 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
6295 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
6296 (struct frame_info): Add comment explaining why the frame contains
6297 a "type" field.
6298 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
6299 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
6300 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
6301 NORMAL_FRAME.
6302 * frame-unwind.h: Include "frame.h".
6303 (struct frame_unwind): Add "type" field.
6304 * Makefile.in (frame_unwind_h): Add $(frame_h).
6305
6306 2003-04-04 Andrew Cagney <cagney@redhat.com>
6307
6308 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
6309 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
6310 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
6311 get_frame_base.
6312 (d10v_unwind_dummy_id): Use frame_id_build.
6313 * frame.c (find_frame_sal): Use get_frame_pc.
6314 (create_new_frame): Use deprecated_update_frame_pc_hack and
6315 deprecated_update_frame_base_hack.
6316 (create_sentinel_frame): Add comment about ->pc going away.
6317 (get_prev_frame): Add comment about ->pc going away.
6318 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
6319 frame_id_build, deprecated_update_frame_pc_hack and
6320 deprecated_update_frame_base_hack.
6321 (select_frame): Use get_frame_pc.
6322 (legacy_saved_regs_this_id): Use frame_id_build.
6323
6324 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
6325
6326 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
6327 signed integer case.
6328 (classify_argument): Handle enumerations and references.
6329
6330 2003-04-04 Andrew Cagney <cagney@redhat.com>
6331
6332 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
6333 ID to NULL.
6334
6335 2003-04-01 Adam Fedor <fedor@gnu.org>
6336
6337 * gdb/objc-lang.c (selectors_info): Replace calls to
6338 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
6339 SYMBOL_NATURAL_NAME.
6340 (classes_info, find_methods): Likewise.
6341
6342 2003-04-03 Kevin Buettner <kevinb@redhat.com>
6343
6344 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
6345 ``mach'' to the value determined by bfd_default_set_arch_mach().
6346
6347 2003-04-02 Bob Rossi <bob_rossi@cox.net>
6348
6349 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
6350 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
6351 (mi-cmd-file.o): Update dependencies.
6352
6353 2003-04-01 Kevin Buettner <kevinb@redhat.com>
6354
6355 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6356 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
6357
6358 2003-04-01 Adam Fedor <fedor@gnu.org>
6359
6360 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
6361 * language.h (struct language_defn): Add la_demangle.
6362 (language_demangle): Declare.
6363 * language.c (language_demangle): New function.
6364 (unk_lang_demangle): Likewise.
6365 (unknown_language_defn, auto_language_defn, local_language_defn):
6366 Add ukn_lang_demangle.
6367 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
6368 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
6369 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6370 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6371 * jv-lang.c (java_demangle): New function
6372 (java_language_defn): Use it for la_demangle element.
6373 * objc-lang.c (objc_demangle): Add options argument
6374 (objc_language_defn): Use objc_demangle for la_demangle element.
6375 * maint.c (maintenance_demangle): Replace switch with
6376 call to language_demangle.
6377 * utils.c (fprintf_symbol_filtered): Likewise.
6378
6379 2003-04-01 Andrew Cagney <cagney@redhat.com>
6380
6381 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6382 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6383 PRINT_TYPELESS_INTEGER.
6384 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6385 PUSH_RETURN_ADDRESS.
6386
6387 2003-04-01 Andrew Cagney <cagney@redhat.com>
6388
6389 * Makefile.in (d10v-tdep.o): Update dependencies.
6390 * d10v-tdep.c: Include "frame-base.h".
6391 (d10v_frame_unwind): Make constant.
6392 (d10v_frame_base_address): New function.
6393 (d10v_frame_base): New variable.
6394 (d10v_gdbarch_init): Set frame_base default.
6395 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6396 comment for base.
6397 (d10v_frame_unwind_cache): Set and use "prev_sp".
6398 (d10v_frame_this_id): Use the previous frame's inner most stack
6399 address and this frame's func address for the frame ID. Use
6400 frame_id_build. Don't analyze beyond the current instruction.
6401
6402 2003-04-01 Andrew Cagney <cagney@redhat.com>
6403
6404 * frame.h (get_frame_locals_address, get_frame_args_address):
6405 Refer to the base address, instead of the address of the first
6406 local or parameter.
6407
6408 2003-04-01 Andrew Cagney <cagney@redhat.com>
6409
6410 Add frame debug info addresses:
6411 * frame-base.c: New file.
6412 * frame-base.h: New file.
6413 * frame.h (struct frame_base): Add opaque declaration.
6414 (get_frame_base): Update comment.
6415 (get_frame_base_address): Declare.
6416 (get_frame_locals_address): Declare.
6417 (get_frame_args_address): Declare.
6418 (struct frame_info): Add "base" and "base_cache". Update
6419 comments on the unwinder.
6420 * frame.c: Include "frame-base.h".
6421 (get_frame_locals_address): New function.
6422 (get_frame_base_address): New function.
6423 (get_frame_args_address): New function.
6424 * findvar.c (read_var_value): Use get_frame_locals_address and
6425 get_frame_args_address.
6426 * stack.c (frame_info): Use get_frame_locals_address and
6427 get_frame_args_address.
6428 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6429 moved to "frame-base.c".
6430 * printcmd.c (print_frame_nameless_args): Ditto.
6431 * symtab.h (address_class): Update comments.
6432 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6433 get_frame_base_address.
6434 * dwarf2expr.c (execute_stack_op): Ditto.
6435 * Makefile.in (frame_base_h): Define.
6436 (frame.o): Update dependencies.
6437 (frame-base.o): Add dependencies.
6438 (SFILES): Add frame-base.c.
6439 (COMMON_OBS): Add frame-base.o.
6440
6441 2003-04-01 Andrew Cagney <cagney@redhat.com>
6442
6443 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6444 CALL_DUMMY_LENGTH): Ditto.
6445 * gdbarch.c: Re-generate.
6446 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6447 (CALL_DUMMY_LENGTH): Delete macro.
6448 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6449 * arm-tdep.c (arm_gdbarch_init): Ditto.
6450 * avr-tdep.c (avr_gdbarch_init): Ditto.
6451 * cris-tdep.c (cris_gdbarch_init): Ditto.
6452 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6453 * frv-tdep.c (frv_gdbarch_init): Ditto.
6454 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6455 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6456 * i386-tdep.c (i386_gdbarch_init): Ditto.
6457 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6458 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6459 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6460 * mips-tdep.c (mips_gdbarch_init): Ditto.
6461 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6462 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6463 * s390-tdep.c (s390_gdbarch_init): Ditto.
6464 * sh-tdep.c (sh_gdbarch_init): Ditto.
6465 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6466 * v850-tdep.c (v850_gdbarch_init): Ditto.
6467 * vax-tdep.c (vax_gdbarch_init): Ditto.
6468 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6469
6470 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
6471
6472 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6473
6474 2003-04-01 Andrew Cagney <cagney@redhat.com>
6475
6476 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6477 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6478 * gdbarch.h, gdbarch.c: Re-generate.
6479 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6480 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6481 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6482 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6483 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6484 * infcmd.c (run_stack_dummy): Simplify assuming
6485 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6486 * infrun.c (handle_inferior_event): Ditto.
6487 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6488 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6489 * arm-tdep.c (arm_gdbarch_init): Ditto.
6490 * avr-tdep.c (avr_gdbarch_init): Ditto.
6491 * cris-tdep.c (cris_gdbarch_init): Ditto.
6492 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6493 * frv-tdep.c (frv_gdbarch_init): Ditto.
6494 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6495 * i386-tdep.c (i386_gdbarch_init): Ditto.
6496 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6497 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6498 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6499 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6500 * mips-tdep.c (mips_gdbarch_init): Ditto.
6501 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6502 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6503 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6504 * s390-tdep.c (s390_gdbarch_init): Ditto.
6505 * sh-tdep.c (sh_gdbarch_init): Ditto.
6506 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6507 * v850-tdep.c (v850_gdbarch_init): Ditto.
6508 * vax-tdep.c (vax_gdbarch_init): Ditto.
6509 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6510
6511 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
6512
6513 * symfile.c (symfile_relocate_debug_section): Update call to
6514 bfd_simple_get_relocated_section_contents.
6515
6516 2003-03-31 Andrew Cagney <cagney@redhat.com>
6517
6518 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6519 * gdbarch.h, gdbarch.c: Regenerate.
6520 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6521 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6522 available.
6523 * frame.h (generic_fix_call_dummy): Delete declaration.
6524 * dummy-frame.h: Update comment.
6525 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6526 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6527 fix_call_dummy.
6528 * sh-tdep.c (sh_gdbarch_init): Ditto.
6529 * s390-tdep.c (s390_gdbarch_init): Ditto.
6530 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6531 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6532 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6533 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6534 * i386-tdep.c (i386_gdbarch_init): Ditto.
6535 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6536 * frv-tdep.c (frv_gdbarch_init): Ditto.
6537 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6538 * cris-tdep.c (cris_gdbarch_init): Ditto.
6539 * avr-tdep.c (avr_gdbarch_init): Ditto.
6540 * arm-tdep.c (arm_gdbarch_init): Ditto.
6541
6542 2003-03-31 J. Brobecker <brobecker@gnat.com>
6543
6544 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6545 (INIT_FRAME_AP): Likewise.
6546 (EXTRA_FRAME_INFO): Likewise.
6547
6548 2003-03-31 Andrew Cagney <cagney@redhat.com>
6549
6550 * gdbarch.sh: Include "symfile.h".
6551 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6552 * gdbarch.h, gdbarch.c: Re-generate.
6553 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6554 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6555 call_dummy_address, the default is at entry_point_address.
6556 * v850-tdep.c (v850_gdbarch_init): Ditto.
6557 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6558 * sh-tdep.c (sh_gdbarch_init): Ditto.
6559 * s390-tdep.c (s390_gdbarch_init): Ditto.
6560 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6561 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6562 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6563 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6564 * i386-tdep.c (i386_gdbarch_init): Ditto.
6565 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6566 * frv-tdep.c (frv_gdbarch_init): Ditto.
6567 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6568 * cris-tdep.c (cris_gdbarch_init): Ditto.
6569 * arm-tdep.c (arm_gdbarch_init): Ditto.
6570
6571 2003-03-31 Andrew Cagney <cagney@redhat.com>
6572
6573 * gdbarch.sh (CALL_DUMMY_P): Delete.
6574 * gdbarch.h, gdbarch.c: Re-generate.
6575 * inferior.h (CALL_DUMMY_P): Delete macro.
6576 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6577 * vax-tdep.c (vax_gdbarch_init): Update.
6578 * v850-tdep.c (v850_gdbarch_init): Update.
6579 * sparc-tdep.c (sparc_gdbarch_init): Update.
6580 * sh-tdep.c (sh_gdbarch_init): Update.
6581 * s390-tdep.c (s390_gdbarch_init): Update.
6582 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6583 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6584 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6585 * mips-tdep.c (mips_gdbarch_init): Update.
6586 * mcore-tdep.c (mcore_gdbarch_init): Update.
6587 * m68k-tdep.c (m68k_gdbarch_init): Update.
6588 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6589 * ia64-tdep.c (ia64_gdbarch_init): Update.
6590 * i386-tdep.c (i386_gdbarch_init): Update.
6591 * h8300-tdep.c (h8300_gdbarch_init): Update.
6592 * frv-tdep.c (frv_gdbarch_init): Update.
6593 * d10v-tdep.c (d10v_gdbarch_init): Update.
6594 * cris-tdep.c (cris_gdbarch_init): Update.
6595 * breakpoint.c (deprecated_frame_in_dummy): Update.
6596 * avr-tdep.c (avr_gdbarch_init): Update.
6597 * alpha-tdep.c (alpha_gdbarch_init): Update.
6598 * arm-tdep.c (arm_gdbarch_init): Update.
6599 * dummy-frame.c (dummy_frame_this_id): Update comments.
6600 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6601 * frame.c (legacy_get_prev_frame): Ditto.
6602 * valops.c (call_function_by_hand): Delete function.
6603 (hand_function_call): Rename to call_function_by_hand
6604
6605 2003-03-30 Andrew Cagney <cagney@redhat.com>
6606
6607 2002-11-10 Klee Dienes <kdienes@apple.com>
6608 * value.h (struct value): Update comment.
6609
6610 2003-03-30 Andrew Cagney <cagney@redhat.com>
6611
6612 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6613 D10V_FP_REGNUM.
6614 (d10v_gdbarch_init): Do not set fp_regnum.
6615
6616 * frame.c (get_frame_base): Force ID initialization.
6617 (get_prev_frame): Move computation of the frame ID from here ...
6618 (get_frame_id): ... to here.
6619 (legacy_get_prev_frame): Mark the frame ID as valid.
6620 * frame.h (struct frame_info): Add field "id_p".
6621
6622 2003-03-30 Mark Kettenis <kettenis@gnu.org>
6623
6624 * i386-tdep.c (i386_store_struct_return): Removed.
6625 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6626
6627 2003-03-30 Andrew Cagney <cagney@redhat.com>
6628
6629 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6630 * gdbarch.h, gdbarch.c: Regenerate.
6631 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6632 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6633 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6634 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6635 * i386-tdep.c (i386_gdbarch_init): Ditto.
6636 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6637 * cris-tdep.c (cris_gdbarch_init): Ditto.
6638 * vax-tdep.c (vax_gdbarch_init): Ditto.
6639 * s390-tdep.c (s390_gdbarch_init): Ditto.
6640 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6641 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6642 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6643 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6644 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6645 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6646 * sparc-tdep.c (sparc_gdbarch_init): Update.
6647 * sh-tdep.c (sh_gdbarch_init): Update.
6648 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6649 * mips-tdep.c (mips_gdbarch_init): Update.
6650 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6651 * ia64-tdep.c (ia64_gdbarch_init): Update.
6652 * frv-tdep.c (frv_gdbarch_init): Update.
6653 * avr-tdep.c (avr_gdbarch_init): Update.
6654 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6655 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6656 instead of when push_dummy_call is not available.
6657
6658 2003-03-30 Andrew Cagney <cagney@redhat.com>
6659
6660 * infttrace.c: Include "gdbthread.h".
6661 (parent_attach_all): Fix function signature.
6662 (call_ptrace): Update call.
6663 * Makefile.in (infttrace.o): Update dependencies.
6664
6665 2003-03-30 Andrew Cagney <cagney@redhat.com>
6666
6667 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6668 PUSH_RETURN_ADDRESS.
6669 * gdbarch.h, gdbarch.c: Regenerate.
6670 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6671 * x86-64-tdep.c (x86_64_init_abi): Update.
6672 * v850-tdep.c (v850_gdbarch_init): Update.
6673 * sparc-tdep.c (sparc_gdbarch_init): Update.
6674 * sh-tdep.c (sh_gdbarch_init): Update.
6675 * s390-tdep.c (s390_gdbarch_init): Update.
6676 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6677 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6678 * mips-tdep.c (mips_gdbarch_init): Update.
6679 * mcore-tdep.c (mcore_gdbarch_init): Update.
6680 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6681 * ia64-tdep.c (ia64_gdbarch_init): Update.
6682 * i386-tdep.c (i386_gdbarch_init): Update.
6683 * h8300-tdep.c (h8300_gdbarch_init): Update.
6684 * frv-tdep.c (frv_gdbarch_init): Update.
6685 * cris-tdep.c (cris_gdbarch_init): Update.
6686 * avr-tdep.c (avr_gdbarch_init): Update.
6687 * arm-tdep.c (arm_gdbarch_init): Update.
6688 * valops.c (hand_function_call): Update.
6689
6690 2003-03-29 Andrew Cagney <cagney@redhat.com>
6691
6692 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6693 sizeof_call_dummy_words.
6694 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6695 define.
6696 * gdbarch.h: Regenerate.
6697
6698 2003-03-29 Andrew Cagney <cagney@redhat.com>
6699
6700 * infttrace.h: New file.
6701 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6702 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6703 (hpread_read_doc_function_type): Detect an initialized type1.
6704 (hpread_quick_traverse): Initialize mod_name_string.
6705 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6706 (som_solib_get_solib_by_pc): Declare.
6707 (so_lib_thread_start_addr): Declare.
6708 (no_shared_libraries): Declare.
6709 * somread.c (init_import_symbols): Make static. Add forward
6710 declaration.
6711 * config/pa/nm-hppah.h: Include "infttrace.h" for
6712 parent_attach_all.
6713 (hppa_insert_hw_watchpoint): Declare.
6714 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6715 * hppah-nat.c: Include "gdb_string.h".
6716 (parent_attach_all): Delete extern declaration, moved to
6717 "infttrace.h".
6718 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6719 int.
6720 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6721 * Makefile.in (infttrace_h): Define.
6722 (hpread.o): Update dependencies.
6723 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6724 * hppa-hpux-tdep.c: Include "gdb_string.h".
6725 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6726 * infrun.c (handle_inferior_event): Always initialize
6727 stepped_after_stopped_by_watchpoint. Add default and remove
6728 fallthrough in switch statement.
6729 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6730 parameter to int.
6731 (hppa_remove_hw_watchpoint): Ditto.
6732
6733 2003-03-29 Andrew Cagney <cagney@redhat.com>
6734
6735 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6736 offset.
6737
6738 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
6739
6740 * arm-tdep.c (arm_push_arguments): Delete.
6741 (struct stack_item): New type.
6742 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6743 (arm_store_struct_return): Delte.
6744 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6745 arm_push_arguments or arm_store_struct_return.
6746
6747 2003-03-28 Andrew Cagney <cagney@redhat.com>
6748
6749 * Makefile.in (d10v-tdep.o): Update dependencies.
6750 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6751 * d10v-tdep.c: Include "remote.h".
6752 (target_resume_hook): Delete extern declaration.
6753 (target_wait_loop_hook): Ditto.
6754 (tdisassemble_command): Eliminate assignment in "if" conditional.
6755 (d10v_ts2_register_sim_regno): Eliminate call to
6756 legacy_register_sim_regno.
6757 (d10v_ts3_register_sim_regno): Ditto.
6758
6759 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6760
6761 * thread.c: Reindented.
6762 * lin-lwp.c: Ditto.
6763 * linux-proc.c: Ditto.
6764
6765 2003-03-28 Bob Rossi <bob_rossi@cox.net>
6766
6767 * MAINTAINERS (write after approval): Add myself.
6768
6769 2003-03-27 Theodore A. Roth <troth@openavr.org>
6770
6771 * objc-exp.y: Add missing semi-colons.
6772
6773 2003-03-27 Andrew Cagney <cagney@redhat.com>
6774
6775 * regcache.c (write_sp): Delete function and references.
6776 * inferior.h (write_sp): Delete declaration.
6777 * valops.c (hand_function_call): Replace write_sp with
6778 TARGET_WRITE_SP.
6779 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6780 (sparc_pop_frame): Ditto.
6781
6782 2003-03-27 Andrew Cagney <cagney@redhat.com>
6783
6784 * NEWS: Mention removal of support for hppa*-*-bsd* and
6785 hppa*-*-osf* natives, and hppa*-*-pro* target.
6786 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6787 * config/pa/xm-pa.h: Obsolete file.
6788 * config/pa/xm-hppab.h: Obsolete file.
6789 * config/pa/nm-hppab.h: Obsolete file.
6790 * config/pa/tm-hppab.h: Obsolete file.
6791 * config/pa/tm-hppao.h: Obsolete file.
6792 * config/pa/nm-hppao.h: Obsolete file.
6793 * config/pa/tm-pro.h: Obsolete file.
6794 * config/pa/hppaosf.mt: Obsolete file.
6795 * config/pa/hppaosf.mh: Obsolete file.
6796 * config/pa/hppapro.mt: Obsolete file.
6797 * config/pa/hppabsd.mt: Obsolete file.
6798 * config/pa/hppabsd.mh: Obsolete file.
6799 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6800 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6801 hppa*-*-osf*.
6802
6803 2003-03-27 Andrew Cagney <cagney@redhat.com>
6804
6805 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6806 push_arguments. Don't set push_return_address or write_sp.
6807 (d10v_push_dummy_call): Replace d10v_push_arguments.
6808 (d10v_push_return_address, d10v_write_sp): Delete function,
6809 handled by push_dummy_call.
6810
6811 2003-03-26 Andrew Cagney <cagney@redhat.com>
6812
6813 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6814 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6815 regcache and dummy_addr parameters.
6816 * gdbarch.h, gdbarch.c: Re-generate.
6817 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6818 available; assume it will handle stack alignment and return
6819 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6820 legacy_push_arguments.
6821 (legacy_push_arguments): Rename default_push_arguments.
6822 * value.h (legacy_push_arguments): Rename default_push_arguments.
6823 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6824 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6825 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6826 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6827 * config/i386/tm-symmetry.h: Update.
6828 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6829 * x86-64-tdep.c (x86_64_init_abi): Update.
6830 * v850-tdep.c (v850_gdbarch_init): Update.
6831 * sparc-tdep.c (sparc_gdbarch_init): Update.
6832 * sh-tdep.c (sh_gdbarch_init): Update.
6833 * s390-tdep.c (s390_gdbarch_init): Update.
6834 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6835 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6836 * mips-tdep.c (mips_gdbarch_init): Update.
6837 * mcore-tdep.c (mcore_gdbarch_init): Update.
6838 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6839 * ia64-tdep.c (ia64_gdbarch_init): Update.
6840 * i386-tdep.c (i386_gdbarch_init): Update.
6841 * hppa-tdep.c (hppa_gdbarch_init): Update.
6842 * h8300-tdep.c (h8300_gdbarch_init): Update.
6843 * frv-tdep.c (frv_gdbarch_init): Update.
6844 * d10v-tdep.c (d10v_gdbarch_init): Update.
6845 * cris-tdep.c (cris_gdbarch_init): Update.
6846 * avr-tdep.c (avr_gdbarch_init): Update.
6847 * arm-tdep.c (arm_gdbarch_init): Update.
6848 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6849 * alpha-tdep.c (alpha_gdbarch_init): Update.
6850
6851 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6852
6853 * signals/signals.c (do_target_signal_to_host): Correct realtime
6854 signal range test.
6855
6856 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6857
6858 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6859 (struct sal_chain, map_catch_names): Remove.
6860 (catch_exception_command_1): Don't call
6861 handle_gnu_4_16_catch_command.
6862
6863 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6864
6865 From Mark Dettinger <dettinge@de.ibm.com>:
6866 * dwarf2cfi.c (read_2u): Increment pointer by two.
6867
6868 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6869
6870 * signals/signals.c: Fix typos in last change.
6871
6872 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6873
6874 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6875 not already defined. Use __SIGRTMIN if available.
6876 (target_signal_from_host): Remove SIGRTMIN block.
6877 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6878 the signal is within the realtime range.
6879
6880 2003-03-25 Adam Fedor <fedor@gnu.org>
6881
6882 * Makefile.in (infrun.o): Add $(language_h)
6883 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6884 for language specific trampolines.
6885 * language.h (struct language_defn): Add skip_trampoline.
6886 (skip_language_trampoline): Declare.
6887 * language.c (unk_lang_trampoline, skip_language_trampoline):
6888 New functions.
6889 (unknown_language_defn, auto_language_defn, local_language_defn):
6890 Add ukn_lang_trampoline.
6891 * ada-lang.c (ada_language_defn): Add NULL for language
6892 specific skip_trampoline.
6893 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6894 scm-lang.c: Likewise.
6895 * objc-lang.c (objc_skip_trampoline): New function.
6896 (objc_language_defn): Add objc_skip_trampoline.
6897
6898 2003-03-25 Andrew Cagney <cagney@redhat.com>
6899
6900 * frame.c (get_prev_frame): Delay validating a frame's ID -
6901 non-NULL, didn't go backwards - until an attempt to unwind it to
6902 the previous frame.
6903
6904 2003-03-25 Andrew Cagney <cagney@redhat.com>
6905
6906 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6907 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6908 * gdbarch.h, gdbarch.c: Re-generate.
6909 * config/sparc/tm-sparc.h
6910 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6911 * sparc-tdep.c (sparc_gdbarch_init): Set
6912 deprecated_extra_stack_alignment_needed.
6913 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6914 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6915 extra_stack_alignment_needed.
6916 * v850-tdep.c (v850_gdbarch_init): Ditto.
6917 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6918 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6919 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6920 * cris-tdep.c (cris_gdbarch_init): Ditto.
6921 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6922 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6923
6924 2003-03-25 Andrew Cagney <cagney@redhat.com>
6925
6926 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6927 STORE_STRUCT_RETURN.
6928 * gdbarch.h, gdbarch.c: Regenerate.
6929 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6930 (d10v_push_arguments): Set the struct return register.
6931 (d10v_gdbarch_init): Update.
6932 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6933 * x86-64-tdep.c (x86_64_init_abi): Update.
6934 * vax-tdep.c (vax_gdbarch_init): Update.
6935 * v850-tdep.c (v850_gdbarch_init): Update.
6936 * sparc-tdep.c (sparc_gdbarch_init): Update.
6937 * sh-tdep.c (sh_gdbarch_init): Update.
6938 * s390-tdep.c (s390_gdbarch_init): Update.
6939 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6940 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6941 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6942 * mips-tdep.c (mips_gdbarch_init): Update.
6943 * mcore-tdep.c (mcore_gdbarch_init): Update.
6944 * m68k-tdep.c (m68k_gdbarch_init): Update.
6945 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6946 * ia64-tdep.c (ia64_gdbarch_init): Update.
6947 * i386-tdep.c (i386_gdbarch_init): Update.
6948 * hppa-tdep.c (hppa_gdbarch_init): Update.
6949 * h8300-tdep.c (h8300_gdbarch_init): Update.
6950 * frv-tdep.c (frv_gdbarch_init): Update.
6951 * cris-tdep.c (cris_gdbarch_init): Update.
6952 * avr-tdep.c (avr_gdbarch_init): Update.
6953 * arm-tdep.c (arm_gdbarch_init): Update.
6954 * alpha-tdep.c (alpha_gdbarch_init): Update.
6955
6956 2003-03-25 Andrew Cagney <cagney@redhat.com>
6957
6958 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
6959 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
6960 CALL_DUMMY_STACK_ADJUST with a predicate variable.
6961 * gdbarch.h, gdbarch.c: Regenerate.
6962 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6963 call_dummy_stack_adjust_p.
6964 * vax-tdep.c (vax_gdbarch_init): Ditto.
6965 * v850-tdep.c (v850_gdbarch_init): Ditto.
6966 * sh-tdep.c (sh_gdbarch_init): Ditto.
6967 * s390-tdep.c (s390_gdbarch_init): Ditto.
6968 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6969 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6970 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6971 * mips-tdep.c (mips_gdbarch_init): Ditto.
6972 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6973 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6974 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6975 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6976 * i386-tdep.c (i386_gdbarch_init): Ditto.
6977 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6978 * frv-tdep.c (frv_gdbarch_init): Ditto.
6979 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6980 * cris-tdep.c (cris_gdbarch_init): Ditto.
6981 * avr-tdep.c (avr_gdbarch_init): Ditto.
6982 * arm-tdep.c (arm_gdbarch_init): Ditto.
6983 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6984 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6985 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
6986 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6987 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
6988 call_dummy_stack_adjust_p.
6989 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
6990 (CALL_DUMMY_STACK_ADJUST): Delete macro.
6991 * sparc-tdep.c (sparc32_push_arguments): Update.
6992 * valops.c (hand_function_call): Update.
6993
6994 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
6995
6996 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
6997 set_gdbarch_char_signed.
6998
6999 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
7000
7001 PR cli/548
7002 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
7003
7004 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
7005
7006 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
7007 (_initialize_arm_tdep): Don't set tm_print_insn.
7008
7009 2003-03-24 Adam Fedor <fedor@gnu.org>
7010
7011 * Makefile.in (YYOBJ): Add objc-exp.tab.o
7012 * objc-lang.h: Add multiple inclusion protection.
7013 (start_msglist, add_msglist, end_msglist): Additional declarations.
7014
7015 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
7016
7017 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
7018 value was renamed to ARM_FLOAT_SOFT_FPA.
7019
7020 2003-03-23 Andrew Cagney <cagney@redhat.com>
7021
7022 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
7023 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
7024 * gdbarch.h, gdbarch.c: Regenerate.
7025 * valops.c (hand_function_call): Update.
7026 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7027 * frame.c (legacy_saved_regs_this_id): Update.
7028 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
7029 * dummy-frame.h: Update.
7030 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
7031 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7032 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
7033 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
7034 * config/m68k/tm-sun3.h: Update.
7035 * blockframe.c (inside_main_func, frame_chain_valid): Update.
7036 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7037 * x86-64-tdep.c (x86_64_init_abi): Update.
7038 * vax-tdep.c (vax_gdbarch_init): Update.
7039 * v850-tdep.c (v850_gdbarch_init): Update.
7040 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
7041 * sh-tdep.c (sh_gdbarch_init): Update.
7042 * s390-tdep.c (s390_gdbarch_init): Update.
7043 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
7044 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
7045 (frame_get_saved_regs): Update.
7046 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7047 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7048 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7049 * mips-tdep.c (mips_gdbarch_init): Update.
7050 * mcore-tdep.c (mcore_gdbarch_init): Update.
7051 * m68k-tdep.c (m68k_gdbarch_init): Update.
7052 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7053 * ia64-tdep.c (ia64_gdbarch_init): Update.
7054 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
7055 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7056 (i386_interix_back_one_frame): Update.
7057 * hppa-tdep.c (hppa_gdbarch_init): Update.
7058 (hppa_init_extra_frame_info): Update.
7059 * h8300-tdep.c (h8300_gdbarch_init): Update.
7060 * frv-tdep.c (frv_gdbarch_init): Update.
7061 * cris-tdep.c (cris_gdbarch_init): Update.
7062 * avr-tdep.c (avr_gdbarch_init): Update.
7063 * arm-tdep.c (arm_gdbarch_init): Update.
7064 * alpha-tdep.c (alpha_gdbarch_init): Update.
7065
7066 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7067
7068 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
7069 (arm_get_fp_model): Declare.
7070 * arm-tdep.c (fp_model_strings): New string array.
7071 (arm_fp_model, current_fp_model): New variables.
7072 (arm_get_fp_model): New function.
7073 (arm_set_fp): New function.
7074 (set_fp_model_sfunc): New function.
7075 (show_fp_model): New function.
7076 (_initialize_arm_tdep): Add new command to set/show the FPU.
7077 (arm_extract_return_value): Use arm_get_fp_model.
7078 (arm_store_return_value): Likewise.
7079 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
7080 to initialize the floating-point data types.
7081 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
7082 model is FPA.
7083
7084 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7085
7086 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
7087 the current setting of each value.
7088 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
7089 new_set and new_show. Use add_setshow_cmd_full and
7090 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
7091 commands and add new version as subcommands of "set/show arm".
7092
7093 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7094
7095 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
7096 (set_arm_command, show_arm_command): New functions.
7097 (_initialize_arm_tdep): Add them.
7098 (num_disassembly_options): Renamed from num_flavor_options.
7099 (valid_disassembly_styles): Renamed from valid_flavors.
7100 (disassembly_style): Renamed from disassembly_flavor.
7101 (set_disassembly_style_sfunc): Renamed from
7102 set_disassembly_flavor_sfunc.
7103 (set_disassembly_style): Renamed from set_disassembly_flavor.
7104 (arm_othernames): Updated.
7105 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
7106 command. Add "set/show arm disassembly" commands. Deprecate
7107 "othernames" command.
7108
7109 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7110
7111 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
7112 (arm-tdep.o): Depend on elf_arm_h.
7113
7114 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7115
7116 * Makefile.in (coff_internal_h): Define.
7117 (arm-tdep.o): Update dependencies.
7118
7119 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7120
7121 * arm-tdep.c (prologue_cache): Delete.
7122 (check_prologue_cache, save_prologue_cache): Delete.
7123 (arm_scan_prologue): Don't check or update the prologue_cache.
7124 (arm_gdb_arch_init): Don't initialize it.
7125 (_initialize_arm_tdep): Likewise.
7126
7127 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
7128
7129 * MAINTAINERS (tui): Maintainer of tui code.
7130
7131 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
7132
7133 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
7134 (i386-cygwin-tdep.o): Add dependencies.
7135 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
7136 * i386-cygwin-tdep.c: New file.
7137 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
7138 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
7139
7140 2003-03-20 Andrew Cagney <cagney@redhat.com>
7141
7142 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
7143 (handle_inferior_event): Remove code calling
7144 DYNAMIC_TRAMPOLINE_NEXTPC.
7145
7146 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
7147 already has a full path.
7148
7149 * main.c (gdb_main): Return 1.
7150 (captured_main): Call error to report an invalid interpreter.
7151
7152 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7153 * alpha-osf1-tdep.c: Include "gdb_string.h".
7154
7155 2003-03-19 J. Brobecker <brobecker@gnat.com>
7156
7157 Continuing work to convert the hppa targets to multiarch partial.
7158
7159 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
7160 method, now that hppa_push_dummy_frame has a conformant prototype.
7161 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
7162 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
7163 for the switch to multiarch partial.
7164
7165 2003-03-19 Kevin Buettner <kevinb@redhat.com>
7166
7167 * mdebugread.c (parse_symbol): For stEnd, we're done counting
7168 when iss is issNull.
7169
7170 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7171
7172 * mips-tdep.c (mips_register_name): Fix fencepost error involving
7173 NUM_REGS bounds check.
7174
7175 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7176
7177 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
7178 * mips-tdep.c (gdb_assert.h): Include.
7179 (mips_generic_reg_names, mips_processor_reg_names): Make static.
7180 (mips_register_name): Handle integer registers explicitly. Add
7181 bounds checking.
7182 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
7183 (mips_lsi33k_reg_names): Don't list integer registers; they're
7184 handled by mips_register_name() now.
7185 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
7186 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
7187 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
7188 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
7189 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
7190
7191 2003-03-18 Andrew Cagney <cagney@redhat.com>
7192
7193 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
7194 a void pointer.
7195 * gdbtypes.h (print_scalar_formatted): Update declaration.
7196 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
7197
7198 2003-03-18 J. Brobecker <brobecker@gnat.com>
7199
7200 * infrun.c (observer.h): Add #include.
7201 (normal_stop): Add call to observer_notify_normal_stop.
7202 * Makefile.in (infrun.o): Add dependency on observer.h.
7203
7204 2003-03-18 J. Brobecker <brobecker@gnat.com>
7205
7206 Continuing work to convert the hppa targets to multiarch partial.
7207 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
7208 parameter. Reformat comment.
7209 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7210 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
7211 to match new profile.
7212
7213 2003-03-18 J. Brobecker <brobecker@gnat.com>
7214
7215 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
7216 appear to be working in any case.
7217
7218 2003-03-18 J. Brobecker <brobecker@gnat.com>
7219
7220 * observer.c (observer_test_first_observer): New static variable.
7221 (observer_test_second_observer): Likewise.
7222 (observer_test_third_observer): Likewise.
7223 (observer_test_first_notification_function): New static function.
7224 (observer_test_second_notification_function): Likewise.
7225 (observer_test_third_notification_function): Likewise.
7226
7227 2003-03-17 J. Brobecker <brobecker@gnat.com>
7228
7229 * hppa-tdep.c (gdb_assert.h): Add missing #include.
7230 * somsolib.c (gdb_assert.h): Likewise.
7231 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
7232 (somsolib.o): Likewise.
7233
7234 2003-03-17 Andrew Cagney <cagney@redhat.com>
7235
7236 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
7237 BFD. Simplify setting of di.endian.
7238
7239 2003-03-17 Andrew Cagney <cagney@redhat.com>
7240
7241 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
7242 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
7243
7244 From Elena Zannoni <ezannoni@redhat.com>
7245 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
7246 vector and floating-point parameters.
7247 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
7248 convention.
7249 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
7250
7251 2003-03-17 Fernando Nasser <fnasser@redhat.com>
7252
7253 * MAINTAINERS: Remove my name from several maintainership roles.
7254
7255 2003-03-17 Andrew Cagney <cagney@redhat.com>
7256
7257 Fix frame off-by-one bug.
7258 * frame-unwind.h (frame_this_id_ftype): Replace
7259 frame_unwind_id_ftype.
7260 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
7261 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
7262 with "prev_register".
7263 * frame-unwind.c (frame_unwind_find_by_pc): Return
7264 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
7265 comment.
7266 * dummy-frame.c (cached_find_dummy_frame): Delete function.
7267 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
7268 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
7269 (dummy_frame_unwind): Update.
7270 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7271 sentinel_frame_register_unwind.
7272 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
7273 (sentinel_frame_unwinder): Update.
7274 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7275 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
7276 * frame.c (create_sentinel_frame): Update. Initialize
7277 "prologue_cache" instead of "unwind_cache".
7278 (frame_register_unwind): Call this frame's prev_register with the
7279 next frame and this frame's prologue cache.
7280 (get_prev_frame): Simplify. Always call prev frame's this_id with
7281 this frame and prev frame's prologue cache. Document that this
7282 call is shifted one to the left when compared to the
7283 frame_register_unwind call.
7284 (legacy_saved_regs_prev_register): Replace
7285 frame_saved_regs_register_unwind.
7286 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
7287 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
7288 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7289 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
7290 (d10v_frame_unwind): Update.
7291 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
7292 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
7293 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
7294 "saved_regs" with "this_saved_regs".
7295
7296 2003-03-16 Andrew Cagney <cagney@redhat.com>
7297
7298 * frame.c (frame_pop): Don't call target_store_registers. Fix
7299 problem reported by Mark Kettenis.
7300
7301 2003-03-16 Mark Kettenis <kettenis@gnu.org>
7302
7303 * i386-tdep.c (i386_register_type): Renamed from
7304 i386_register_virtual_type. Adjust function signature.
7305 (i386_gdbarch_init): Set register_type instead of
7306 deprecated_max_register_raw_size,
7307 deprecated_max_register_virtual_size and register_virtual_type.
7308
7309 2003-03-14 Andrew Cagney <cagney@redhat.com>
7310
7311 * frame.c (get_prev_frame): When a legacy frame, always call
7312 legacy_get_prev_frame. Simplify unwind code using assumption that
7313 the unwinder is new.
7314 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
7315 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
7316 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
7317
7318 2003-03-14 Andrew Cagney <cagney@redhat.com>
7319
7320 * frame.c (get_saved_register): Delete function.
7321 * frame.h (get_saved_register): Delete declaration.
7322 * xstormy16-tdep.c: Update comment.
7323 * regcache.h: Update comments.
7324 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
7325 get_saved_register and extract_address, use
7326 frame_read_unsigned_register.
7327 (sparc_frame_saved_pc): Ditto.
7328 (sparc_get_saved_register): Instead of get_saved_register, use
7329 frame_register.
7330 (sparc_pop_frame): Ditto.
7331 * findvar.c: Update comments.
7332 (value_of_register): Call frame_register instead of
7333 get_saved_register.
7334 (value_from_register): Ditto.
7335 * config/sparc/tm-sparc.h: Update comment.
7336 * breakpoint.c: Update comment.
7337
7338 2003-03-14 Andrew Cagney <cagney@redhat.com>
7339
7340 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
7341 GET_SAVED_REGISTER.
7342 * gdbarch.h, gdbarch.c: Re-generate.
7343 * frame.h: Update comments.
7344 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7345 * x86-64-tdep.c (x86_64_init_abi): Update.
7346 * sparc-tdep.c (sparc_gdbarch_init): Update.
7347 * sh-tdep.c (sh_gdbarch_init): Update.
7348 * mips-tdep.c (mips_gdbarch_init): Update.
7349 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7350 * cris-tdep.c (cris_gdbarch_init): Update.
7351 * ia64-tdep.c (ia64_gdbarch_init): Update.
7352 * frame.c (frame_register): Update.
7353 (get_saved_register): Update.
7354 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
7355
7356 2003-03-13 Andrew Cagney <cagney@redhat.com>
7357
7358 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
7359 * gdbarch.h, gdbarch.c: Regenerate.
7360 * valops.c (hand_function_call): Update comment.
7361 * stack.c (return_command): Update comment.
7362 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
7363 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
7364 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7365 * x86-64-tdep.c (x86_64_init_abi): Update.
7366 * vax-tdep.c (vax_gdbarch_init): Update.
7367 * v850-tdep.c (v850_gdbarch_init): Update.
7368 * sparc-tdep.c (sparc_gdbarch_init): Update.
7369 * sh-tdep.c (sh_gdbarch_init): Update.
7370 * s390-tdep.c (s390_gdbarch_init): Update.
7371 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7372 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7373 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7374 * mips-tdep.c (mips_gdbarch_init): Update.
7375 * mcore-tdep.c (mcore_gdbarch_init): Update.
7376 * m68k-tdep.c (m68k_gdbarch_init): Update.
7377 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7378 * ia64-tdep.c (ia64_gdbarch_init): Update.
7379 * i386-tdep.c (i386_gdbarch_init): Update.
7380 * hppa-tdep.c (hppa_gdbarch_init): Update.
7381 * h8300-tdep.c (h8300_gdbarch_init): Update.
7382 * frv-tdep.c (frv_gdbarch_init): Update.
7383 * cris-tdep.c (cris_gdbarch_init): Update.
7384 * avr-tdep.c (avr_gdbarch_init): Update.
7385 * arm-tdep.c (arm_gdbarch_init): Update.
7386 * alpha-tdep.c (alpha_gdbarch_init): Update.
7387
7388 2003-03-13 Andrew Cagney <cagney@redhat.com>
7389
7390 * frame.c (legacy_frame_p): New function.
7391 (get_prev_frame): Use legacy_frame_p.
7392 * frame.h (legacy_frame_p): Declare.
7393
7394 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7395
7396 * MAINTAINERS (write after approval): Alphabetically
7397 listing corrected.
7398
7399 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7400
7401 * MAINTAINERS (write after approval): Add myself.
7402
7403 2003-03-12 Andrew Cagney <cagney@redhat.com>
7404
7405 * frame.c (get_prev_frame): Rename the frame parameter to
7406 "this_frame".
7407 (get_next_frame, legacy_get_prev_frame): Ditto.
7408
7409 2003-03-12 Andrew Cagney <cagney@redhat.com>
7410
7411 * frame.c (get_current_frame): Check target_has_registers before
7412 checking target_has_stack.
7413 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7414 instead of deprecated_selected_frame.
7415 * findvar.c (value_of_register): Pass "frame", not
7416 deprecated_selected_frame, to value_of_builtin_reg.
7417
7418 2003-03-12 Andrew Cagney <cagney@redhat.com>
7419
7420 * regcache.c (regcache_cooked_write_signed): New function.
7421 (regcache_cooked_write_unsigned): New function.
7422 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7423 (regcache_cooked_read_signed): Fix regnum in range assertion.
7424 * regcache.h (regcache_cooked_write_signed): Declare.
7425 (regcache_cooked_write_unsigned): Declare.
7426
7427 2003-03-12 Andrew Cagney <cagney@redhat.com>
7428
7429 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7430 * gdbarch.h, gdbarch.c: Re-generate.
7431 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7432 * x86-64-tdep.h: Update.
7433 * x86-64-tdep.c (x86_64_init_abi): Update.
7434 * v850-tdep.c (v850_gdbarch_init): Update.
7435 * sparc-tdep.c (sparc_gdbarch_init): Update.
7436 * sh-tdep.c (sh_gdbarch_init): Update.
7437 * s390-tdep.c (s390_gdbarch_init): Update.
7438 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7439 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7440 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7441 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7442 * mips-tdep.c (mips_gdbarch_init): Update.
7443 * mcore-tdep.c (mcore_gdbarch_init): Update.
7444 * m68k-tdep.c (m68k_gdbarch_init): Update.
7445 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7446 * ia64-tdep.c (ia64_gdbarch_init): Update.
7447 * i386-tdep.c (i386_gdbarch_init): Update.
7448 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7449 * hppa-tdep.c (hppa_gdbarch_init): Update.
7450 * h8300-tdep.c (h8300_gdbarch_init): Update.
7451 * frv-tdep.c (frv_gdbarch_init): Update.
7452 * cris-tdep.c (cris_gdbarch_init): Update.
7453 * avr-tdep.c (avr_gdbarch_init): Update.
7454 * arm-tdep.c (arm_gdbarch_init): Update.
7455 * alpha-tdep.c (alpha_gdbarch_init): Update.
7456 * sh-tdep.c (sh_init_extra_frame_info): Update.
7457 (sh64_init_extra_frame_info): Update.
7458 * ns32knbsd-nat.c (frame_num_args): Update.
7459 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7460 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7461 (xstormy16_frame_chain_valid): Update.
7462 * vax-tdep.c (vax_saved_pc_after_call): Update.
7463 * v850-tdep.c (v850_frame_chain): Update.
7464 (v850_pop_frame): Update.
7465 (v850_init_extra_frame_info): Update.
7466 * sparc-tdep.c (setup_arbitrary_frame): Update.
7467 * ns32k-tdep.c (umax_frame_num_args): Update.
7468 * s390-tdep.c (s390_pop_frame_regular): Update.
7469 * mn10300-tdep.c (mn10300_frame_chain): Update.
7470 (mn10300_pop_frame_regular): Update.
7471 (mn10300_init_extra_frame_info): Update.
7472 * mips-tdep.c (mips_init_frame_pc_first): Update.
7473 (mips_frame_chain): Update.
7474 (mips_pop_frame): Update.
7475 * mcore-tdep.c (mcore_frame_chain): Update.
7476 (mcore_pop_frame): Update.
7477 (mcore_init_extra_frame_info): Update.
7478 * arch-utils.c (init_frame_pc_default): Update.
7479 * m68k-tdep.c (isi_frame_num_args): Update.
7480 (delta68_frame_num_args): Update.
7481 (news_frame_num_args): Update.
7482 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7483 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7484 (alpha_frame_chain): Update.
7485 (alpha_pop_frame): Update.
7486 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7487 (hppa_init_extra_frame_info): Update.
7488 (hppa_frame_chain): Update.
7489 (hppa_frame_chain_valid): Update.
7490 * cris-tdep.c (cris_init_extra_frame_info): Update.
7491 * avr-tdep.c (avr_init_extra_frame_info): Update.
7492 * arm-tdep.c (arm_frame_chain_valid): Update.
7493 (arm_init_extra_frame_info): Update.
7494 (arm_pop_frame): Update.
7495 * frame.c (frame_pc_unwind): Update.
7496 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7497 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7498 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7499 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7500 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7501 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7502
7503 2003-03-12 Andrew Cagney <cagney@redhat.com>
7504
7505 Eliminate the need for POP_FRAME.
7506 * frame.c (do_frame_unwind_register): New function.
7507 (frame_pop): When no POP_FRAME, pop the frame using register
7508 unwind and a scratch regcache.
7509 (frame_saved_regs_pop): Delete function.
7510 (trad_frame_unwinder): Update.
7511 * d10v-tdep.c (d10v_frame_pop): Delete function.
7512 (d10v_frame_unwind): Update.
7513 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7514 (sentinel_frame_unwinder): Update.
7515 * dummy-frame.c (dummy_frame_pop): Delete function.
7516 (dummy_frame_unwind): Update.
7517 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7518 (struct frame_unwind): Update.
7519
7520 2003-03-11 Kevin Buettner <kevinb@redhat.com>
7521
7522 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7523 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7524 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7525 Do range checks on register number obtained from debugging info.
7526 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7527 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7528 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7529 mapping function.
7530 (do_fp_register_row): Fix typo which caused double type to be
7531 used when attempting to unpack a float.
7532
7533 2003-03-11 J. Brobecker <brobecker@gnat.com>
7534
7535 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7536
7537 2003-03-11 Andrew Cagney <cagney@redhat.com>
7538
7539 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7540 frame. Problem found by Corinna Vinschen.
7541
7542 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7543
7544 * doublest.c (floatformat_from_length): Accept also
7545 the real size of 'long double' type.
7546
7547 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
7548
7549 From Klee Dienes <kdienes@apple.com>:
7550 * breakpoint.c (bpstat_copy): Copy the command lines as well
7551 as the old value, to match what is freed in bpstat_clear.
7552
7553 2003-03-10 David Carlton <carlton@math.stanford.edu>
7554
7555 * minsyms.c (add_minsym_to_hash_table): Replace
7556 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7557 (compare_minimal_symbols, compact_minimal_symbols)
7558 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7559 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7560 of DEPRECATED_SYMBOL_MATCHES_NAME.
7561 (lookup_minimal_symbol_solib_trampoline): Ditto.
7562
7563 2003-03-10 Andrew Cagney <cagney@redhat.com>
7564
7565 * regcache.h (regcache_cooked_read_ftype): Define.
7566 (regcache_save, regcache_restore): Add a cooked_read parameter.
7567 * regcache.c (regcache_save, regcache_restore): Update.
7568 (do_cooked_read): New function.
7569 (regcache_cpy): Pass do_cooked_read to regcache_save and
7570 regcache_restore.
7571
7572 2003-03-10 Andrew Cagney <cagney@redhat.com>
7573
7574 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7575 * gdbarch.h, gdbarch.c: Re-generate.
7576 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7577 * x86-64-tdep.h: Update.
7578 * x86-64-tdep.c (x86_64_init_abi): Update.
7579 * v850-tdep.c (v850_gdbarch_init): Update.
7580 * sparc-tdep.c (sparc_gdbarch_init): Update.
7581 * sh-tdep.c (sh_gdbarch_init): Update.
7582 * s390-tdep.c (s390_gdbarch_init): Update.
7583 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7584 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7585 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7586 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7587 * mips-tdep.c (mips_gdbarch_init): Update.
7588 * mcore-tdep.c (mcore_gdbarch_init): Update.
7589 * m68k-tdep.c (m68k_gdbarch_init): Update.
7590 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7591 * ia64-tdep.c (ia64_gdbarch_init): Update.
7592 * i386-tdep.c (i386_gdbarch_init): Update.
7593 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7594 * hppa-tdep.c (hppa_gdbarch_init): Update.
7595 * h8300-tdep.c (h8300_gdbarch_init): Update.
7596 * frv-tdep.c (frv_gdbarch_init): Update.
7597 * cris-tdep.c (cris_gdbarch_init): Update.
7598 * avr-tdep.c (avr_gdbarch_init): Update.
7599 * arm-tdep.c (arm_gdbarch_init): Update.
7600 * alpha-tdep.c (alpha_gdbarch_init): Update.
7601 * sh-tdep.c (sh_init_extra_frame_info): Update.
7602 (sh64_init_extra_frame_info): Update.
7603 * ns32knbsd-nat.c (frame_num_args): Update.
7604 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7605 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7606 (xstormy16_frame_chain_valid): Update.
7607 * vax-tdep.c (vax_saved_pc_after_call): Update.
7608 * v850-tdep.c (v850_frame_chain): Update.
7609 (v850_pop_frame): Update.
7610 (v850_init_extra_frame_info): Update.
7611 * sparc-tdep.c (setup_arbitrary_frame): Update.
7612 * ns32k-tdep.c (umax_frame_num_args): Update.
7613 * s390-tdep.c (s390_pop_frame_regular): Update.
7614 * mn10300-tdep.c (mn10300_frame_chain): Update.
7615 (mn10300_pop_frame_regular): Update.
7616 (mn10300_init_extra_frame_info): Update.
7617 * mips-tdep.c (mips_init_frame_pc_first): Update.
7618 (mips_frame_chain): Update.
7619 (mips_pop_frame): Update.
7620 * mcore-tdep.c (mcore_frame_chain): Update.
7621 (mcore_pop_frame): Update.
7622 (mcore_init_extra_frame_info): Update.
7623 * arch-utils.c (init_frame_pc_default): Update.
7624 * m68k-tdep.c (isi_frame_num_args): Update.
7625 (delta68_frame_num_args): Update.
7626 (news_frame_num_args): Update.
7627 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7628 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7629 (alpha_frame_chain): Update.
7630 (alpha_pop_frame): Update.
7631 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7632 (hppa_init_extra_frame_info): Update.
7633 (hppa_frame_chain): Update.
7634 (hppa_frame_chain_valid): Update.
7635 * cris-tdep.c (cris_init_extra_frame_info): Update.
7636 * avr-tdep.c (avr_init_extra_frame_info): Update.
7637 * arm-tdep.c (arm_frame_chain_valid): Update.
7638 (arm_init_extra_frame_info): Update.
7639 (arm_pop_frame): Update.
7640 * frame.c (frame_pc_unwind): Update.
7641 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7642 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7643 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7644 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7645 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7646 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7647
7648 2003-03-10 Andrew Cagney <cagney@redhat.com>
7649
7650 * gdbarch.sh (gdbarch_unwind_pc): New method.
7651 * gdbarch.h, gdbarch.c: Regenerate.
7652 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7653 but use read_pc and FRAME_SAVED_PC as fall backs.
7654 (frame_saved_regs_pc_unwind): Delete function.
7655 (trad_frame_unwinder): Update.
7656 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7657 (struct frame_unwind): Update.
7658 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7659 (dummy_frame_unwind): Update.
7660 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7661 (sentinel_frame_unwinder): Update.
7662 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7663 (d10v_frame_unwind): Update.
7664 (d10v_unwind_pc): New function.
7665 (d10v_gdbarch_init): Set unwind_pc.
7666
7667 2003-03-10 Andrew Cagney <cagney@redhat.com>
7668
7669 * gdbarch.h: Re-generate.
7670
7671 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7672 PC.
7673 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7674 the PC register.
7675
7676 2003-03-08 Mark Kettenis <kettenis@gnu.org>
7677
7678 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7679
7680 2003-03-08 Andrew Cagney <cagney@redhat.com>
7681
7682 * cli-out.c: Update copyright.
7683 (cli_out_data): Define typedef. Use instead of ui_out_data.
7684
7685 2003-03-08 Andrew Cagney <cagney@redhat.com>
7686
7687 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7688 the result.
7689
7690 2003-03-07 Andrew Cagney <cagney@redhat.com>
7691
7692 * gdbarch.sh: Don't generate two macro definitions when an
7693 undefined macro taking no arguments.
7694 * gdbarch.h: Regenerate.
7695
7696 2002-03-07 Michal Ludvig <mludvig@suse.cz>
7697
7698 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7699 (x86_64_unwind_dummy_id): New functions.
7700 (x86_64_init_abi): Register these two new functions.
7701
7702 2003-03-07 Michal Ludvig <mludvig@suse.cz>
7703
7704 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
7705 (x86_64_skip_prologue): Move prologue detection to
7706 separate function.
7707 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7708
7709 2003-03-05 Andrew Cagney <cagney@redhat.com>
7710
7711 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7712 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7713 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7714 to use unwind_dummy_id when a dummy frame.
7715 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7716 predicate.
7717 * gdbarch.h, gdbarch.c: Regneerate.
7718
7719 2003-03-05 Andrew Cagney <cagney@redhat.com>
7720
7721 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7722 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7723 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7724 values.
7725
7726 2003-03-05 Andrew Cagney <cagney@redhat.com>
7727
7728 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7729 (struct d10v_unwind_cache): Delete field "frameless". Replace
7730 "next_addr" with "sp_offset". Add "r11_offset".
7731 (d10v_frame_unwind_cache): Update.
7732 (prologue_find_regs): Update. When "mv r11, sp", save the
7733 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7734 RN was saved in r11_offset.
7735
7736 2003-03-05 Andrew Cagney <cagney@redhat.com>
7737
7738 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7739 cached PC value in the next frame.
7740
7741 2003-03-05 Andrew Cagney <cagney@redhat.com>
7742
7743 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7744 "id_unwind_cache" with "id".
7745 (frame_id_unwind): Delete declaration.
7746 * frame.c (frame_id_unwind): Delete function.
7747 (get_prev_frame): Call the frame id unwind method directly. Store
7748 the returned next frame's ID value in NEXT_FRAME. Note that there
7749 is a problem with the wrong unwind ID being called with the wrong
7750 unwind cache.
7751
7752 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7753
7754 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7755
7756 2003-03-05 James Ingham <jingham@apple.com>
7757 Daniel Jacobowitz <drow@mvista.com>
7758
7759 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7760 (auto_cp_abi): New variable.
7761 (current_cp_abi, num_cp_abis): Make static.
7762 (CP_ABI_MAX): Define.
7763 (cp_abis): Turn into an array.
7764 (value_virtual_fn_field): Fix formatting.
7765 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7766 takes a pointer.
7767 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7768 (list_cp_abis, _initialize_cp_abi): New functions.
7769 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7770 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7771 switch_to_cp_abi. Update prototype for register_cp_abi.
7772 * Makefile.in (cp-abi.o): Update dependencies.
7773 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7774 instead of switch_to_cp_abi.
7775 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7776 register_cp_abi.
7777 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7778 register_cp_abi.
7779 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7780
7781 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7782
7783 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7784 * dwarf2loc.c: Include "regcache.h".
7785 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7786 register_size.
7787 * Makefile.in (dwarf2loc.o): Update dependencies.
7788
7789 2003-03-04 Theodore A. Roth <troth@openavr.org>
7790
7791 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7792 number of io registers reported by remote target is not a multiple of
7793 step.
7794
7795 2003-03-04 David Carlton <carlton@math.stanford.edu>
7796
7797 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7798 (lookup_symbol_aux_psymtabs): Update call to
7799 lookup_partial_symbol.
7800 (lookup_transparent_type, find_main_psymtab)
7801 (make_symbol_overload_list): Ditto.
7802
7803 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7804
7805 * MAINTAINERS (Write after approval): Update my email address.
7806
7807 2003-03-03 Andrew Cagney <cagney@redhat.com>
7808
7809 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7810 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7811 predicate. Replace MAX_REGISTER_RAW_SIZE.
7812 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7813 MAX_REGISTER_VIRTUAL_SIZE.
7814 * regcache.c (legacy_max_register_raw_size): New function.
7815 (legacy_max_register_virtual_size): New function.
7816 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7817 (MAX_REGISTER_RAW_SIZE): Define.
7818 (legacy_max_register_raw_size): Declare.
7819 (legacy_max_register_virtual_size): Declare.
7820 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7821 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7822 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7823 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7824 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7825 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7826 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7827 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7828 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7829 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7830 * vax-tdep.c (vax_gdbarch_init): Update.
7831 * v850-tdep.c (v850_gdbarch_init): Update.
7832 * sparc-tdep.c (sparc_gdbarch_init): Update.
7833 * sh-tdep.c (sh_gdbarch_init): Update.
7834 * s390-tdep.c (s390_gdbarch_init): Update.
7835 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7836 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7837 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7838 * mips-tdep.c (mips_gdbarch_init): Update.
7839 * mcore-tdep.c (mcore_gdbarch_init): Update.
7840 * m68k-tdep.c (m68k_gdbarch_init): Update.
7841 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7842 * ia64-tdep.c (ia64_gdbarch_init): Update.
7843 * i386-tdep.c (i386_gdbarch_init): Update.
7844 * hppa-tdep.c (hppa_gdbarch_init): Update.
7845 * h8300-tdep.c (h8300_gdbarch_init): Update.
7846 * frv-tdep.c (frv_gdbarch_init): Update.
7847 * cris-tdep.c (cris_gdbarch_init): Update.
7848 * avr-tdep.c (avr_gdbarch_init): Update.
7849 * arm-tdep.c (arm_gdbarch_init): Update.
7850 * alpha-tdep.c (alpha_gdbarch_init): Update.
7851 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7852 max_register_raw_size or max_register_virtual_size.
7853
7854 2003-03-03 David Carlton <carlton@math.stanford.edu>
7855
7856 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7857 SYMBOL_MATCHES_NAME, add comment.
7858 (SYMBOL_MATCHES_NATURAL_NAME): New.
7859 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7860 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7861 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7862 * symtab.c (lookup_partial_symbol): Use
7863 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7864 unhelpful comment.
7865 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7866 SYMBOL_MATCHES_NAME.
7867 Fix for PR c++/33.
7868
7869 2003-03-03 David Carlton <carlton@math.stanford.edu>
7870
7871 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7872 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7873 by regexp matching against SYMBOL_NATURAL_NAME.
7874
7875 2003-03-03 David Carlton <carlton@math.stanford.edu>
7876
7877 * linespec.c (find_method): Extract code into collect_methods.
7878 (collect_methods): New.
7879
7880 2003-03-02 Mark Kettenis <kettenis@gnu.org>
7881
7882 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7883 get_frame_base.
7884
7885 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7886 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7887
7888 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7889
7890 * arch-utils.c (generic_register_byte): Fix to use the loop index
7891 and not regnum when summing the size of all registers up to regnum.
7892
7893 2003-03-01 Andrew Cagney <cagney@redhat.com>
7894
7895 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7896 FRAME_INIT_SAVED_REGS.
7897 * gdbarch.h, gdbarch.c: Regenerate.
7898 * stack.c (frame_info): Update.
7899 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7900 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7901 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7902 * ns32k-tdep.c (ns32k_pop_frame): Update.
7903 * mips-tdep.c (mips_pop_frame): Update.
7904 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7905 * ia64-tdep.c (ia64_frame_chain): Update.
7906 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7907 (ia64_frameless_function_invocation): Update.
7908 (ia64_init_extra_frame_info): Update.
7909 (ia64_pop_frame_regular): Update.
7910 * frame.h (struct frame_info): Update comment.
7911 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7912 * frame.c (frame_saved_regs_register_unwind): Update.
7913 (frame_saved_regs_register_unwind): Update.
7914 (deprecated_generic_get_saved_register): Update.
7915 * cris-tdep.c: Update comment.
7916 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7917 Rename macro.
7918 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7919 * x86-64-tdep.c (x86_64_init_abi): Update.
7920 * vax-tdep.c (vax_gdbarch_init): Update.
7921 * v850-tdep.c (v850_gdbarch_init): Update.
7922 * sparc-tdep.c (sparc_gdbarch_init): Update.
7923 * sh-tdep.c (sh_gdbarch_init): Update.
7924 * s390-tdep.c (s390_gdbarch_init): Update.
7925 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7926 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7927 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7928 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7929 * mips-tdep.c (mips_gdbarch_init): Update.
7930 * mcore-tdep.c (mcore_gdbarch_init): Update.
7931 * m68k-tdep.c (m68k_gdbarch_init): Update.
7932 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7933 * ia64-tdep.c (ia64_gdbarch_init): Update.
7934 * i386-tdep.c (i386_gdbarch_init): Update.
7935 * frv-tdep.c (frv_gdbarch_init): Update.
7936 * avr-tdep.c (avr_gdbarch_init): Update.
7937 * arm-tdep.c (arm_gdbarch_init): Update.
7938 * alpha-tdep.c (alpha_gdbarch_init): Update.
7939
7940 2003-03-01 Andrew Cagney <cagney@redhat.com>
7941
7942 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
7943 option enum and switch. When no windows, set the interpreter to
7944 INTERP_CONSOLE.
7945
7946 2003-03-01 Andrew Cagney <cagney@redhat.com>
7947
7948 * main.c (captured_main): Replace magic option characters with an
7949 enum.
7950
7951 2003-03-01 Andrew Cagney <cagney@redhat.com>
7952
7953 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
7954 INIT_EXTRA_FRAME_INFO.
7955 * gdbarch.h, gdbarch.c: Regenerate.
7956 * arm-tdep.c: Update comments.
7957 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
7958 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
7959 * frame.h, avr-tdep.c: Ditto.
7960 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
7961 (create_new_frame, legacy_get_prev_frame): Ditto.
7962 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7963 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7964 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
7965 deprecated_init_extra_frame_info instead of init_extra_frame_info.
7966 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7967 * v850-tdep.c (v850_gdbarch_init): Ditto.
7968 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7969 * sh-tdep.c (sh_gdbarch_init): Ditto.
7970 * s390-tdep.c (s390_gdbarch_init): Ditto.
7971 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
7972 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7973 * mips-tdep.c (mips_gdbarch_init): Ditto.
7974 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7975 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7976 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7977 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7978 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7979 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7980 * frv-tdep.c (frv_gdbarch_init): Ditto.
7981 * cris-tdep.c (cris_gdbarch_init): Ditto.
7982 * avr-tdep.c (avr_gdbarch_init): Ditto.
7983 * arm-tdep.c (arm_gdbarch_init): Ditto.
7984 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7985 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7986
7987 2003-03-01 Andrew Cagney <cagney@redhat.com>
7988
7989 * gdbarch.sh (register_type): New function with predicate.
7990 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
7991 * gdbarch.h, gdbarch.c: Re-generate.
7992 * arch-utils.c (generic_register_byte): Use generic_register_size.
7993 (generic_register_size): When available, use
7994 gdbarch_register_type.
7995 * regcache.c (init_regcache_descr): When available, initialize the
7996 register type array using gdbarch_register_type. If the
7997 architecture supplies gdbarch_register_type, do not use the legacy
7998 regcache layout.
7999 * d10v-tdep.c (d10v_register_type): Replace
8000 d10v_register_virtual_type.
8001 (d10v_gdbarch_init): Set register_type instead of
8002 register_virtual_type.
8003
8004 2003-03-01 Andrew Cagney <cagney@redhat.com>
8005
8006 * Makefile.in (ax-gdb.o): Update dependencies.
8007 * ax-gdb.c: Include "regcache.h".
8008 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
8009 * findvar.c (value_of_register): Ditto.
8010 * infcmd.c (default_print_registers_info): Ditto.
8011
8012 2003-03-01 Mark Kettenis <kettenis@gnu.org>
8013
8014 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
8015 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
8016
8017 2003-03-01 Mark Kettenis <kettenis@gnu.org>
8018
8019 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
8020 of STREQ.
8021
8022 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
8023
8024 * Makefile.in (dwarf2loc.o): Update dependencies.
8025 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
8026 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
8027 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
8028 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
8029 (locexpr_tracepoint_var_ref): New function.
8030 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
8031
8032 2003-02-28 Andrew Cagney <cagney@redhat.com>
8033
8034 * regcache.c (register_size): New function.
8035 * regcache.h (register_size): Declare
8036 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
8037 max_register_size instead of MAX_REGISTER_RAW_SIZE.
8038
8039 2003-02-28 David Carlton <carlton@math.stanford.edu>
8040
8041 * linespec.c (decode_compound): Extract code into find_method.
8042 (find_method): New.
8043
8044 2003-02-28 J. Brobecker <brobecker@gnat.com>
8045
8046 * Makefile.in: Add rules to build and link in observer.o.
8047
8048 2003-02-27 J. Brobecker <brobecker@gnat.com>
8049
8050 * observer.c: Minor comments edits.
8051
8052 2003-02-27 J. Brobecker <brobecker@gnat.com>
8053
8054 * observer.h, observer.c: New file.
8055
8056 2003-02-27 Andrew Cagney <cagney@redhat.com>
8057
8058 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
8059
8060 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
8061
8062 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
8063 (M6812_OP_STS_EXT): Likewise.
8064 (m6811_prologue): Use the above to recognize prologue.
8065 (m6812_prologue): Likewise.
8066
8067 2003-02-27 David Carlton <carlton@math.stanford.edu>
8068
8069 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
8070 SYMBOL_PRINT_NAME.
8071 (compare_psymbols): Ditto.
8072 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
8073
8074 2003-02-27 Michael Snyder <msnyder@redhat.com>
8075
8076 * f-lang.c (build_fortran_types): New function.
8077 (_initialize_f_language): Gdbarch-register built-in fortran types.
8078 * doublest.c (extract_floating): Fix warning text.
8079
8080 2003-02-27 Andrew Cagney <cagney@redhat.com>
8081
8082 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
8083 predicate. Replaces PUSH_DUMMY_FRAME.
8084 * gdbarch.h, gdbarch.c: Regnerate.
8085 * valops.c (hand_function_call): Update. Call
8086 generic_push_dummy_frame directly.
8087 * vax-tdep.c (vax_gdbarch_init): Update.
8088 * sparc-tdep.c (sparc_gdbarch_init): Update.
8089 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8090 * m68k-tdep.c (m68k_gdbarch_init): Update.
8091 * hppa-tdep.c (hppa_gdbarch_init): Update.
8092 * alpha-tdep.c (alpha_gdbarch_init): Update.
8093 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8094 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8095 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
8096 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
8097 push_dummy_frame to generic_push_dummy_frame.
8098 * v850-tdep.c (v850_gdbarch_init): Ditto.
8099 * sh-tdep.c (sh_gdbarch_init): Ditto.
8100 * s390-tdep.c (s390_gdbarch_init): Ditto.
8101 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8102 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8103 * mips-tdep.c (mips_gdbarch_init): Ditto.
8104 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8105 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8106 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8107 * i386-tdep.c (i386_gdbarch_init): Ditto.
8108 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8109 * frv-tdep.c (frv_gdbarch_init): Ditto.
8110 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8111 * cris-tdep.c (cris_gdbarch_init): Ditto.
8112 * avr-tdep.c (avr_gdbarch_init): Ditto.
8113 * arm-tdep.c (arm_gdbarch_init): Ditto.
8114
8115 2003-02-26 Kevin Buettner <kevinb@redhat.com>
8116
8117 * mips-tdep.c (show_mips_abi): New function.
8118 (_initialize_mips_tdep): Use show_mips_abi() to implement the
8119 command ``show mips abi''.
8120
8121 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8122
8123 From Elena Zannoni <ezannoni@redhat.com>
8124 * dbxread.c (process_one_symbol): Only record line 0 if one or
8125 more sline entries have been seen for the function.
8126
8127 2003-02-26 Michael Chastain <mec@shout.net>
8128
8129 * configure: Regenerate with autoconf 000227.
8130
8131 2003-02-26 Michael Chastain <mec@shout.net>
8132
8133 Close PR build/660.
8134 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
8135 for old libc5/glibc.
8136 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
8137
8138 2003-02-26 Kris Warkentin <kewarken@qnx.com>
8139
8140 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
8141 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
8142
8143 2003-02-26 Michael Chastain <mec@shout.net>
8144
8145 * configure.in: New variable HAVE_UINTPTR_T.
8146 * configure, config.in: Regenerated.
8147
8148 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
8149
8150 Fix PR build/1097.
8151 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
8152
8153 2003-02-25 Andrew Cagney <cagney@redhat.com>
8154
8155 * frame.c (get_prev_frame): Add comment on check for
8156 inside_entry_func. Only check for inside_entry_file when not a
8157 dummy and not a sentinel. Check that the new frame is not inner
8158 to the old frame.
8159
8160 2003-02-25 Andrew Cagney <cagney@redhat.com>
8161
8162 * frame.c (frame_debug): New variable.
8163 (_initialize_frame): Add "set/show debug frame" command.
8164 (get_prev_frame): When frame_debug, print reason why unwind
8165 failed.
8166
8167 2003-02-25 Michael Chastain <mec@shout.net>
8168
8169 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
8170 to avoid uintptr_t definition problems.
8171
8172 2003-02-25 David Carlton <carlton@math.stanford.edu>
8173
8174 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
8175 (SYMBOL_LINKAGE_NAME): Ditto.
8176 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
8177 SYMBOL_LINKAGE_NAME.
8178 (struct general_symbol_info): Expand comment.
8179 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
8180 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
8181 (SYMBOL_MATCHES_REGEXP): Ditto.
8182 * symtab.c (symbol_natural_name): New function.
8183 * objfiles.h: Replace all uses of SYMBOL_NAME by
8184 DEPRECATED_SYMBOL_NAME.
8185 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
8186 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
8187 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
8188 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
8189 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
8190 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
8191 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
8192 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
8193 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
8194 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
8195 * ada-exp.y: Ditto.
8196 * ada-exp.y: Update copyright.
8197 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
8198 * cp-valprint.c: Ditto.
8199
8200 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
8201
8202 * infptrace.c (detach): Do not flag error if ptrace detach fails
8203 and errno is set to ESRCH.
8204
8205 2003-02-24 Andrew Cagney <cagney@redhat.com>
8206
8207 * infptrace.c (udot_info): Change type of udot_off to long. Use
8208 paddr when printing udot_off's value.
8209
8210 2003-02-24 David Carlton <carlton@math.stanford.edu>
8211
8212 * symtab.c (make_symbol_overload_list): Only read in partial
8213 symtabs containing a matching partial symbol.
8214
8215 2003-02-24 David Carlton <carlton@math.stanford.edu>
8216
8217 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
8218 do the comparison, not strcmp.
8219 * symfile.c (compare_psymbols): Ditto.
8220 * defs.h: Declare strcmp_iw_ordered.
8221 * utils.c (strcmp_iw_ordered): New function.
8222
8223 2003-02-24 Jim Blandy <jimb@redhat.com>
8224
8225 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
8226 support, shared libs): Remove my name from here, to better reflect
8227 reality.
8228
8229 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8230
8231 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
8232 (target_ops): Add to_have_continuable_watchpoint.
8233 * target.c (update_current_target): Add INHERIT line for
8234 to_have_continuable_watchpoint.
8235 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8236 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
8237 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
8238 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
8239
8240 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
8241
8242 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
8243 maintainership.
8244
8245 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8246
8247 * solib.c (solib_open): Call target defined search function after
8248 failing with solib-search-path.
8249 * solist.h (target_so_ops): Add find_and_open_solib function hook and
8250 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
8251
8252 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8253
8254 * MAINTAINERS: Add myself to Write After section.
8255
8256 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8257
8258 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
8259
8260 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
8261
8262 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
8263 (m68hc11_add_reggroups): New function.
8264 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
8265 (m68hc11_gdbarch_init): Install the reggroups.
8266 (_initialize_m68hc11_tdep): Initialize them.
8267
8268 2003-02-21 James E Wilson <wilson@tuliptree.org>
8269
8270 * MAINTAINERS: Update my email address.
8271
8272 2003-02-21 David Carlton <carlton@math.stanford.edu>
8273
8274 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
8275
8276 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
8277
8278 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
8279 * symtab.h: Add opaque declarations of struct axs_value and
8280 struct agent_expr.
8281 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
8282 (struct location_funcs): New type.
8283 (struct symbol): Add "loc" to aux_value.
8284 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
8285 * dwarf2read.c: Include "dwarf2expr.h".
8286 (dwarf2_symbol_mark_computed): New function.
8287 (read_func_scope): Use it.
8288 (var_decode_location): New function.
8289 (new_symbol): Use it.
8290 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
8291
8292 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
8293 (dwarf2expr_h, dwarf2loc_h): New variables.
8294 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
8295 (dwarf2expr.o, dwarf2loc.o): New rules.
8296 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
8297 * buildsym.c (finish_block): Handle LOC_COMPUTED and
8298 LOC_COMPUTED_ARG.
8299 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
8300 * m2-exp.y (yylex): Likewise.
8301 * printcmd.c (address_info, print_frame_args): Likewise.
8302 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
8303 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
8304 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
8305 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
8306 * symtab.c (lookup_block_symbol): Likewise.
8307
8308 2003-02-20 Adam Fedor <fedor@gnu.org>
8309
8310 * symtab.h: Remove objc_specific struct
8311 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
8312 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
8313 Have language_objc use cplus_specific struct.
8314
8315 2003-02-20 Tom Tromey <tromey@redhat.com>
8316
8317 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
8318 TYPE_NAME, when printing a String value. PR java/1075.
8319
8320 2003-02-20 Adam Fedor <fedor@gnu.org>
8321
8322 * objc-lang.h (find_methods): Remove declaration.
8323 * objc-lang.c (find_methods): Make static.
8324
8325 2003-02-20 Christopher Faylor <cgf@redhat.com>
8326
8327 * win32-nat.c (get_image_name): Check return value from
8328 ReadProcessMemory.
8329 (child_xfer_memory): Ditto.
8330
8331 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
8332
8333 * configure.in (TARGET_SYSTEM_ROOT): Set default to
8334 ${exec_prefix}/${target_alias}/sys-root. Match explicit
8335 '${exec_prefix}' (in addition to the expansion thereof) as
8336 relocatable.
8337 * configure: Rebuilt.
8338
8339 2003-02-20 David Carlton <carlton@math.stanford.edu>
8340
8341 * symtab.c (search_symbols): Revert the search_symbols part of my
8342 2002-12-23 patch. Add comment.
8343
8344 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8345
8346 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
8347 * dbxread.c (elfstab_build_psymtabs): Don't call
8348 install_minimal_symbols.
8349 (stabsect_build_psymtabs): Likewise.
8350 * elfread.c (elf_symfile_read): Call install_minimal_symbols
8351 earlier.
8352 * somread.c (som_symfile_read): Call install_minimal_symbols
8353 and do_cleanups earlier.
8354 * nlmread.c (nlm_symfile_read): Likewise.
8355 * mdebugread.c (elfmdebug_build_psymtabs): Call
8356 install_minimal_symbols and make appropriate cleanups.
8357
8358 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8359
8360 * solib.c (reload_shared_libraries): New function.
8361 (_initialize_solib): Add callbacks for ``set solib-search-path''
8362 and ``set solib-absolute-prefix''.
8363
8364 2003-02-20 David Carlton <carlton@math.stanford.edu>
8365
8366 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8367 expand comment.
8368 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8369 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8370 * ada-typeprint.c (ada_typedef_print): Ditto.
8371 * ax-gdb.c (gen_var_ref): Ditto.
8372 * breakpoint.c (print_one_breakpoint): Ditto.
8373 * buildsym.c (finish_block): Ditto.
8374 * c-valprint.c (c_val_print): Ditto.
8375 * expprint.c (print_subexp): Ditto.
8376 * findvar.c (locate_var_value): Ditto.
8377 * infcmd.c (jump_command): Ditto.
8378 * linespec.c (decode_line_2, decode_compound): Ditto.
8379 * maint.c (maintenance_translate_address): Ditto.
8380 * objc-lang.c (compare_selectors, compare_classes): Ditto.
8381 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8382 Ditto.
8383 * p-valprint.c (pascal_val_print): Ditto.
8384 * stabsread.c (define_symbol): Ditto.
8385 * stack.c (print_frame, frame_info, print_block_frame_locals)
8386 (print_frame_arg_vars, return_command): Ditto.
8387 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8388 * symmisc.c (print_symbol): Ditto.
8389 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8390 (compare_search_syms, print_symbol_info, print_msymbol_info)
8391 (rbreak_command): Ditto.
8392 * tracepoint.c (tracepoints_info): Ditto.
8393 * typeprint.c (typedef_print): Ditto.
8394 * valops.c (value_of_variable, hand_function_call): Ditto.
8395 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8396 * ada-typeprint.c: Update Copyright.
8397 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8398 * tracepoint.c, cli/cli-cmds.c: Ditto.
8399
8400 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8401
8402 * frame.c (generic_unwind_get_saved_register): Make non-static.
8403 * frame.h (generic_unwind_get_saved_register): Declare.
8404 * mips-tdep.c (read_next_frame_reg): Fetch register from
8405 current regcache when frame is NULL.
8406 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8407 that must be NULL.
8408 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8409 instead of frame_register_unwind().
8410
8411 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8412
8413 * remote-sim.c (gdbsim_insert_breakpoint)
8414 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8415 code.
8416
8417 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8418
8419 * remote.c (_initialize_remote): Add commands "set/show remote
8420 hardware-watchpoint-limit" and "set/show remote
8421 hardware-breakpoint-limit".
8422 (remote_hw_watchpoint_limit): Initialize to -1.
8423 (remote_hw_breakpoint_limit): Ditto.
8424 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8425
8426 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8427
8428 * coff-pe-read.c: New file - support reading of minimal symbols from a
8429 portable executable using the export table.
8430 * coff-pe-read.h: New file.
8431 * coffread.c: Include coff-pe-read.h.
8432 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8433 debugging symbols found.
8434 * Makefile.in (SFILES): Add coff-pe-read.o.
8435 (coff_pe_read_h): Define.
8436 (COMMON_OBS): Add coff-pe-read.o.
8437 (coffread.o): Add coff_pe_read_h dependency.
8438 (coff-pe-read.o): New target.
8439
8440 2003-02-19 David Carlton <carlton@math.stanford.edu>
8441
8442 * Makefile.in (SFILES): Add block.c.
8443 (block_h): New.
8444 (COMMON_OBS): Add block.o.
8445 (block.o): New.
8446 (x86-64-tdep.o): Add $(block_h).
8447 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8448 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8449 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8450 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8451 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8452 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8453 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8454 * value.h: Add opaque declaration for struct block.
8455 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8456 * ada-lang.h: Ditto.
8457 * x86-64-tdep.c: #include "block.h"
8458 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8459 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8460 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8461 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8462 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8463 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8464 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8465 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8466 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8467 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8468 * symtab.c (block_function): Ditto.
8469 (contained_in): Ditto.
8470 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8471 block.h. Add opaque declaration for struct block.
8472 * symtab.h: Move block_function and contained_in declarations to
8473 block.h. Add opaque declarations for struct block, struct
8474 blockvector.
8475 (struct block): Move to block.h.
8476 (struct blockvector): Ditto.
8477 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8478 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8479 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8480 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8481 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8482 Ditto.
8483 * block.c: New file.
8484 * block.h: New file.
8485
8486 2003-02-19 Theodore A. Roth <troth@openavr.org>
8487
8488 * avr-tdep.c (avr_extract_return_value): Remove function.
8489 (avr_store_return_value): Remove function.
8490 (avr_extract_struct_value_address): Remove function.
8491 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8492
8493 2003-02-19 Andrew Cagney <ac131313@redhat.com>
8494
8495 * rs6000-tdep.c: Include "gdb_assert.h".
8496 (registers_e500): Add "acc" and "spefscr".
8497 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8498 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8499 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8500 really is "r0".
8501 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8502
8503 2003-02-18 Keith Seitz <keiths@redhat.com>
8504
8505 * Makefile.in: Add gdbtk-interps.c.
8506
8507 2003-02-18 Kevin Buettner <kevinb@redhat.com>
8508
8509 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8510 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8511
8512 2003-02-18 Andrew Cagney <cagney@redhat.com>
8513
8514 * symtab.h (struct objfile): Add opaque declaration.
8515
8516 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
8517
8518 From Jim Ingham <jingham@apple.com>:
8519 * dbxread.c (process_one_symbol): Use last_function_start rather
8520 than function_start_offset to find the real beginning of the
8521 current function. The latter is just the text section offset on
8522 some systems, the former is always the real function start.
8523
8524 2003-02-17 Andrew Cagney <cagney@redhat.com>
8525
8526 * configure.in: Revert ${target} != ${host}.
8527
8528 2003-02-17 Andrew Cagney <ac131313@redhat.com>
8529
8530 * configure.in (Makefile): Use the test ${target} != ${host},
8531 instead of the absence of the "nm.h" file, to determine of the
8532 configuration non-native.
8533 * configure: Regenerate.
8534
8535 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
8536
8537 From Brian Ford <ford@vss.fsi.com>
8538
8539 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8540 conditionalize tui_active test.
8541 (lookup_cmd_1): Ditto.
8542
8543 2003-02-14 Mark Kettenis <kettenis@gnu.org>
8544
8545 * configure.in: Add check for _etext.
8546 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8547 available.
8548 * config.in, configure: regenerated.
8549
8550 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
8551
8552 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8553
8554 2003-02-14 Andrew Cagney <ac131313@redhat.com>
8555
8556 * main.c (tui_version): Delete variable.
8557 (captured_main): When --tui, set interpreter_p to "tui" instead of
8558 enabling tui_version.
8559 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8560 tui_version.
8561 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8562 * cli/cli-cmds.c (disassemble_command): Ditto.
8563 * defs.h (tui_version): Delete declaration.
8564 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8565 (tui-interp.o): Add rules.
8566 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8567
8568 2003-02-14 Christopher Faylor <cgf@redhat.com>
8569
8570 * win32-nat.c (register_loaded_dll): Correctly set address range for
8571 just-loaded dll.
8572
8573 2003-02-12 Jason Molenda (jmolenda@apple.com)
8574
8575 * symmisc.c (print_objfile_statistics): Include information about
8576 the number of psymtabs and symtabs in each object file.
8577
8578 2003-02-13 Keith R Seitz <keiths@redhat.com>
8579
8580 * main.h (struct captured_main_args): Add interpreter_p.
8581 * main.c (captured_main): Initialize interpreter_p from context.
8582 * gdb.c (main): Set interpreter_p argument.
8583 * Makefile.in (gdb.o): Add dependency for interps.h.
8584
8585 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8586
8587 * event-top.c (cli_command_loop): Delete declaration.
8588 (_initialize_event_loop): Delete function setting event_loop_hook.
8589 * event-top.h (cli_command_loop): Declare. Update copyright.
8590 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8591 * interps.c (current_interp_command_loop): When event_loop_p, call
8592 cli_command_loop.
8593
8594 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8595
8596 * interps.h (interp_command_loop_ftype): Change return type to
8597 void.
8598
8599 2003-02-12 Michal Ludvig <mludvig@suse.cz>
8600
8601 * x86-64-tdep.c (x86_64_extract_return_value)
8602 (x86_64_store_return_value): Use regcache instead of regbuf.
8603 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8604 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8605
8606 2003-02-11 Andrew Cagney <ac131313@redhat.com>
8607
8608 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8609 * aclocal.m4: Regenerate.
8610 * configure: Regenerate.
8611
8612 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8613 TCL_LD_SEARCH_FLAGS.
8614
8615 2003-02-10 Michal Ludvig <mludvig@suse.cz>
8616
8617 * dwarf2cfi.c: Reindented.
8618
8619 2003-02-09 Andrew Cagney <ac131313@redhat.com>
8620
8621 * interps.c (clear_interpreter_hooks): Convert function definition
8622 to ISO C.
8623
8624 2003-02-07 David Carlton <carlton@math.stanford.edu>
8625
8626 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8627
8628 2003-02-07 Kevin Buettner <kevinb@redhat.com>
8629
8630 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8631 (struct type): ...to here.
8632 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8633 field.
8634 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8635 (replace_type): Set length on all type variants for a given type.
8636
8637 2003-02-07 Andrew Cagney <ac131313@redhat.com>
8638
8639 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8640 <sys/stat.h>.
8641 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8642
8643 2003-02-06 Andrew Cagney <ac131313@redhat.com>
8644
8645 * Makefile.in (symm-nat.o): Update dependencies.
8646 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8647 (lynx-nat.o, ia64-linux-nat.): Ditto.
8648 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8649 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8650 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8651
8652 * Makefile.in (inflow_h): Define.
8653 (procfs.o, inflow.o, procfs.o): Update dependencies.
8654 * inftarg.c (child_stop): Delete extern declaration of
8655 inferior_process_group. Include "inflow.h".
8656 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8657 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8658 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8659 (our_process_group, inferior_process_group): Extern declarations.
8660
8661 * procfs.c: Include "gdb_assert.h".
8662
8663 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8664 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8665 * jv-typeprint.c (java_type_print_base): Ditto.
8666 * typeprint.c (typedef_print): Eliminate STREQ.
8667 * cli/cli-script.c (define_command, define_command): Ditto.
8668 * main.c (captured_main): Ditto.
8669 * values.c (lookup_internalvar): Ditto.
8670 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8671 within `if' conditional.
8672 * linespec.c (decode_line_2): Ditto.
8673 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8674 (bfd_openw_with_cleanup): Ditto.
8675
8676 2003-02-07 Mark Kettenis <kettenis@gnu.org>
8677
8678 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8679 legacy_extract_return_value and store_return_value to
8680 legacy_return_value.
8681
8682 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8683
8684 * win32-nat.c (get_relocated_section_addrs): New function. Find
8685 section load addresses for symbol handling in relocated DLLs.
8686 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8687
8688 2003-02-05 Fred Fish <fnf@intrinsity.com>
8689
8690 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8691 '=' and '!='.
8692 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8693 with '&' and '=='.
8694 (angel_RDI_info): Ditto.
8695 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8696 with '&' and '!='.
8697 (threads_continue_all_with_signals): Ditto.
8698
8699 2003-02-05 Jim Ingham <jingham@apple.com>
8700 Keith Seitz <keiths@redhat.com>
8701 Elena Zannoni <ezannoni@redhat.com>
8702 Andrew Cagney <ac131313@redhat.com>
8703
8704 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8705 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8706 (SUBDIR_MI_OBS): Add "mi-interp.o".
8707 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8708 (SFILES): Add "interps.c".
8709 (COMMON_OBS): Add "interps.o".
8710 (interps_h, mi_main_h): Define.
8711 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8712 (mi-main.o, main.o, event-top.o): Update dependencies.
8713 * cli/cli-interp.c: New file.
8714 * interps.h, interps.c: New files.
8715 * top.c: (gdb_init): Don't install the default interpreter, handed
8716 by captured_main.
8717 * main.c: Include "interps.h".
8718 (interpreter_p): Note that it should malloc'ed.
8719 (captured_command_loop): Call current_interp_command_loop.
8720 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8721 xfree and xstrdup when updating interpreter_p. Install the
8722 default interpreter. Add hack to stop mi1's copyright notice
8723 being encoded.
8724 * event-top.h (gdb_setup_readline): Declare.
8725 (gdb_disable_readline): Declare.
8726 * event-top.c: Include "interps.h".
8727 (display_gdb_prompt): Call current_interp_display_prompt_p.
8728 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8729 gdb_stdlog, and gdb_stdtarg.
8730 (_initialize_event_loop): Don't call gdb_setup_readline.
8731 * cli-out.c (cli_out_set_stream): New function.
8732 * cli-out.h (cli_out_set_stream): Declare.
8733
8734 2003-02-06 Mark Kettenis <kettenis@gnu.org>
8735
8736 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8737 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8738 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8739 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8740 config/i386/i386v42mp.mt: Removed.
8741
8742 2003-02-05 Mark Kettenis <kettenis@gnu.org>
8743
8744 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8745 GDB_OSABI_SOLARIS.
8746
8747 2003-02-05 Michael Chastain <mec@shout.net>
8748
8749 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8750 2.12.1 and earlier versions.
8751
8752 2003-02-05 Andrew Cagney <ac131313@redhat.com>
8753
8754 Remove orphaned hosts, targets and files.
8755 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8756 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8757 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8758 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8759 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8760 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8761 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8762 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8763 * config/sparc/tm-sp64sim.h: Delete.
8764 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8765 hosts.
8766 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8767 mips*-dec-mach3* targets.
8768
8769 2003-02-04 Michael Chastain <mec@shout.net>
8770
8771 * NEWS: Fix typo: sepcifying -> specifying.
8772
8773 2003-02-04 Michael Chastain <mec@shout.net>
8774
8775 * dwarfread.c: Add documentation on the state of dwarf-1,
8776 looking towards obsoletion.
8777
8778 2003-02-03 Michael Chastain <mec@shout.net>
8779
8780 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8781 gdb/testsuite/gdb.c++/pr-1023.exp.
8782
8783 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8784
8785 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8786 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8787
8788 * utils.c (init_page_info): Delete reference to MPW in comments.
8789 * main.c (captured_main): Delete #ifdef MPW.
8790
8791 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8792
8793 * NEWS: Note that the m32r-*-elf* is obsolete.
8794 * monitor.c (monitor_expect): Obsolete reference to m32r.
8795 * configure.tgt: Mark m32r-*-elf* as obsolete.
8796 * MAINTAINERS: Mark m32k as obsolete.
8797 * m32r-rom.c: Obsolete file.
8798 * config/m32r/m32r.mt: Obsolete file.
8799 * config/m32r/tm-m32r.h: Obsolete file.
8800 * m32r-stub.c: Obsolete file.
8801 * m32r-tdep.c: Obsolete file.
8802
8803 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8804
8805 * NEWS: Mention that the z8k-zilog-none is obsolete.
8806 * MAINTAINERS: Mark z8k as obsolete.
8807 * configure.tgt: Obsolete the z8k-*-coff* target.
8808 * config/z8k/z8k.mt: Obsolete file.
8809 * config/z8k/tm-z8k.h: Obsolete file.
8810 * z8k-tdep.c: Obsolete file.
8811
8812 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8813
8814 * NEWS: Mention that the mn10200-elf is obsolete.
8815 * configure.tgt: Obsolete mn10200-*-* target.
8816 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8817 mention that the mn10200 is obsolete.
8818 * breakpoint.h: Ditto.
8819 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8820 * config/mn10200/mn10200.mt: Obsolete file.
8821 * config/mn10200/tm-mn10200.h: Obsolete file.
8822 * mn10200-tdep.c: Obsolete file.
8823
8824 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8825
8826 * MAINTAINERS: Mark h8500 as obsolete.
8827 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8828 * findvar.c (value_from_register): Ditto.
8829 * h8500-tdep.c: Mark file as obsolete.
8830 * config/h8500/h8500.mt: Ditto.
8831 * config/h8500/tm-h8500.h: Ditto.
8832 * NEWS: Mention that h8500 is obsolete.
8833
8834 2003-02-04 David Carlton <carlton@math.stanford.edu>
8835
8836 * objfiles.c (allocate_objfile): Always set name. Add comment at
8837 start of function.
8838 * jv-lang.c (get_dynamics_objfile): Add comment.
8839
8840 2003-02-04 David Carlton <carlton@math.stanford.edu>
8841
8842 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8843 * printcmd.c (build_address_symbolic): Replace uses of
8844 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8845 SYMBOL_NAME, and asm_demangle.
8846 Update copyright.
8847
8848 2003-02-04 David Carlton <carlton@math.stanford.edu>
8849
8850 * linespec.c (decode_compound): Extract code into
8851 lookup_prefix_sym.
8852 (lookup_prefix_sym): New function.
8853
8854 2003-02-04 David Carlton <carlton@math.stanford.edu>
8855
8856 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8857 FLOAT_COERCION_BADNESS.
8858 * gdbtypes.c (rank_one_type): Replace all uses of
8859 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8860
8861 2003-02-04 Jim Blandy <jimb@redhat.com>
8862
8863 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8864 section, let dwarf_macinfo_section point to it, not
8865 dwarf_loc_section.
8866
8867 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8868
8869 Pointed out by Anton Blanchard <anton@samba.org>.
8870 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8871 (ppc_linux_at_sigtramp_return_path): Use it.
8872
8873 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8874
8875 * defs.h (streq): Add prototype.
8876 * utils.c (streq): New function.
8877
8878 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8879 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8880 * mdebugread.c (new_symbol): Likewise.
8881 * stabsread.c (define_symbol): Likewise.
8882 * coffread.c (process_coff_symbol): Likewise.
8883 * dwarfread.c (new_symbol): Likewise.
8884
8885 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8886 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8887 here.
8888 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8889 SYMBOL_INIT_DEMANGLED_NAME.
8890 * objfiles.c: Include "hashtab.h".
8891 (allocate_objfile): Call htab_set_functions_ex for the
8892 demangled_names_hash.
8893 (free_objfile): Call htab_delete for the demangled_names_hash.
8894 * objfiles.h (struct htab): Add declaration.
8895 (struct objfile): Add demangled_names_hash.
8896 * symfile.c: Include "hashtab.h".
8897 (reread_symbols): Call htab_delete for the demangled_names_hash.
8898 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8899 SYMBOL_NAME in the bcache.
8900 * symtab.c: Include "hashtab.h". Update comments.
8901 (create_demangled_names_hash, symbol_set_names): New functions.
8902 (symbol_find_demangled_name): New function, broken out from
8903 symbol_init_demangled_names.
8904 (symbol_init_demangled_names): Use it.
8905 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8906 (SYMBOL_SET_NAMES): New macro.
8907 (symbol_set_names): Add prototype.
8908
8909 2003-02-03 Jim Blandy <jimb@redhat.com>
8910
8911 Use a single, consistent representation for an empty minimal
8912 symbol table in an objfile.
8913 * objfiles.c (terminate_minimal_symbol_table): New function.
8914 (allocate_objfile): Call it.
8915 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8916 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8917 non-NULL.
8918 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8919 objfile has minimal symbols, compare minimal_symbol_count to zero,
8920 instead of comparing msymbols with NULL.
8921 * objfiles.c (have_minimal_symbols): Same.
8922 * solib-sunos.c (solib_add_common_symbols): Call
8923 terminate_minimal_symbol_table.
8924 * symfile.c (reread_symbols): Same.
8925
8926 2003-02-03 Kevin Buettner <kevinb@redhat.com>
8927
8928 * s390-tdep.c (s390_address_class_type_flags)
8929 (s390_address_class_type_flags_to_name)
8930 (s390_address_class_name_to_type_flags): New functions.
8931 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8932 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8933
8934 2003-02-03 Michael Snyder <msnyder@redhat.com>
8935
8936 * arm-tdep.c: Fix spell-o in comment.
8937
8938 2003-02-03 Michal Ludvig <mludvig@suse.cz>
8939
8940 * dwarf2cfi.c (pointer_encoding): Added new parameter.
8941 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8942 error messages to contain BFD filename.
8943
8944 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
8945
8946 Fix PR gdb/742 gdb/743 gdb/877
8947 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
8948 (do_mixed_source_and_assembly): Use
8949 make_cleanup_ui_out_tuple_begin_end and
8950 make_cleanup_ui_out_tuple_begin_end.
8951 (do_mixed_source_and_assembly): Ditto.
8952 * thread.c (do_captured_list_thread_ids): Ditto.
8953 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
8954 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
8955 ui_out_tuple_end): Delete prototypes.
8956 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
8957 ui_out_list_end, ui_out_tuple_end): Delete.
8958
8959 From Kevin Buettner <kevinb@redhat.com>:
8960 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
8961 * ui-out.c (make_cleanup_ui_out_table_begin_end)
8962 (do_cleanup_table_end): New functions.
8963 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
8964 Use cleanups to invoke_ui_out_tuple_end().
8965 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
8966 * cli/cli-setshow.c (cmd_show_list): Use
8967 make_cleanup_ui_out_tuple_begin_end.
8968
8969 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8970
8971 * frame.c (frame_unwind_register): New function.
8972 (frame_unwind_unsigned_register): Use.
8973 (frame_unwind_signed_register): Use.
8974 (frame_read_register): New function.
8975 * frame.h (frame_unwind_register): Declare.
8976 (frame_read_register): Declare.
8977
8978 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
8979 and frame_unwind_register instead of read_memory, write_register
8980 and deprecated_write_register_bytes.
8981
8982 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8983
8984 * frame.h: Note that namelen can be negative.
8985 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
8986 NAME's length.
8987
8988 * NEWS: Mention that the d10v's `regs' command is deprecated.
8989 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
8990 (d10v_print_registers_info): New function.
8991 (show_regs): Call d10v_print_registers_info.
8992 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
8993
8994 2003-02-02 Mark Kettenis <kettenis@gnu.org>
8995
8996 * stack.c (print_frame_info): Restore call to annotate_frame_begin
8997 lost in the previous patch.
8998
8999 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9000
9001 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
9002 * stack.c (print_frame_info_base): Output complete FRAME tuple
9003 for synthesized frames.
9004
9005 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9006
9007 * mips-nat.c (zerobuf): Delete.
9008 (fetch_inferior_registers): Alloc local zerobuf.
9009 (fetch_core_registers): Alloc local zerobuf.
9010 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
9011 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
9012 * thread-db.c (thread_db_store_registers): Ditto.
9013 * sh-tdep.c (sh_do_register): Ditto.
9014 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
9015 * remote-sim.c (gdbsim_store_register): Ditto.
9016 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9017 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9018 * monitor.c (monitor_supply_register): Ditto.
9019 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
9020 * mips-nat.c (fetch_inferior_registers): Ditto.
9021 * m68klinux-nat.c (fetch_register): Ditto.
9022 * lynx-nat.c (fetch_inferior_registers): Ditto.
9023 (fetch_inferior_registers): Ditto.
9024 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
9025 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9026 (hpux_thread_store_registers): Ditto.
9027 * hppah-nat.c (fetch_register): Ditto.
9028 * hppab-nat.c (fetch_register): Ditto.
9029 * hppa-tdep.c (pa_register_look_aside): Ditto.
9030 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
9031 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
9032
9033 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9034
9035 * gdbarch.sh: Explictly specify all method levels. When a
9036 variable with an empty level, provide a non-multi-arch default.
9037 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
9038 * gdbarch.h: Re-generate.
9039 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
9040 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
9041
9042 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9043
9044 * defs.h (host_pointer_to_address): Delete declaration.
9045 (address_to_host_pointer): Delete declaration.
9046 * utils.c (host_pointer_to_address): Delete function.
9047 (address_to_host_pointer): Delete function.
9048 * procfs.c (procfs_address_to_host_pointer): New function.
9049 * procfs.c (proc_set_watchpoint): Use.
9050 (procfs_can_use_hw_breakpoint): Update comments.
9051 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
9052 (som_solib_add): Use.
9053 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
9054 * hppa-tdep.c (unwind_command): Use.
9055
9056 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9057
9058 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
9059 strlen d_name.
9060
9061 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
9062 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
9063 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
9064 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
9065 (define_symbol): Update.
9066 * symfile.c (generic_load): Remove references to nindy.
9067 * symtab.c: Remove references to nindy.
9068
9069 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9070
9071 * infcmd.c (print_float_info): Delete code conditional on
9072 FLOAT_INFO.
9073 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
9074 * config/m68k/nm-apollo68b.h: Ditto.
9075 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
9076 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
9077 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
9078
9079 2003-02-01 Mark Kettenis <kettenis@gnu.org>
9080
9081 * config/i386/tm-i386os9k.h: Removed.
9082
9083 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
9084 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
9085 they're identical to i[3456]86-*-sysv* now.
9086 * config/i386/i386v32.mh: Removed.
9087 * config/i386/xm-i386v32.h: Removed.
9088 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
9089
9090 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
9091
9092 * config/i386/i386dgux.mh: Removed.
9093 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
9094
9095 * configure.in: Fix typo.
9096 * configure: Regenerated.
9097
9098 2003-01-31 David Carlton <carlton@math.stanford.edu>
9099
9100 * dwarf2read.c (dwarf2_locate_sections): Set
9101 dwarf_ranges_section.
9102
9103 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9104
9105 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
9106 * utils.c: Update comments documenting legitimate uses of PTR.
9107
9108 * utils.c: Re-indent.
9109
9110 * config/djgpp/fnchange.lst: Delete nindy files.
9111 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
9112 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
9113 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
9114 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
9115 * nindy-share/README, nindy-share/Onindy.c: Delete files.
9116 * nindy-tdep.c, nindy-share/Makefile: Delete files.
9117 * Makefile.in (init.c): Remove nindy references.
9118 (saber_gdb): Delete rule.
9119 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
9120 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
9121 and a68v-nat.c.
9122 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
9123 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
9124 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
9125 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
9126 nindy-share/stop.h.
9127 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
9128 * saber.suppress: Delete file.
9129
9130 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
9131
9132 * dbxread.c (stabs_data): New static variable.
9133 (fill_symbuf): Support an in-memory buffer for stabs data.
9134 (stabs_seek): New function.
9135 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
9136 (read_ofile_symtab): Use stabs_seek.
9137 (elfstab_build_psymtabs): Take an asection* instead of
9138 an offset and size. Relocate the stabs data if necessary.
9139 Save the section* for dbx_psymtab_to_symtab.
9140 * dwarf2read.c: Add section variables for each debug section.
9141 (dwarf2_locate_sections): Fill them in.
9142 (dwarf2_read_section): Take an asection* argument.
9143 Relocate the section contents if necessary.
9144 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
9145 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
9146 it to dwarf2_read_section.
9147 (dwarf2_build_frame_info): Update callers.
9148 * elfread.c (elf_symfile_read): Update call to
9149 elfstab_build_psymtabs.
9150 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
9151 (DBX_STAB_SECTION): New macro.
9152 * stabsread.h (elfstab_build_psymtabs): Update prototype.
9153 * symfile.c (symfile_dummy_outputs): New function.
9154 (symfile_relocate_debug_section): New function.
9155 * symfile.h (symfile_relocate_debug_section): Add prototype.
9156
9157 2003-01-31 Richard Henderson <rth@redhat.com>
9158
9159 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
9160 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
9161 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
9162 * alpha-tdep.c (alpha_register_name): Add "unique".
9163 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
9164 (ALPHA_UNIQUE_REGNUM): New.
9165 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
9166
9167 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9168
9169 * README: Remove reference to Ericsson 1800 monitor.
9170 * Makefile.in (remote-es.o): Delete rule.
9171 (ALLDEPFILES): Delete remote-es.c.
9172 * remote-es.c: Delete file.
9173 * config/m68k/es1800.mt: Delete file.
9174 * config/djgpp/fnchange.lst: Update.
9175 * configure.tgt: Delete m68*-ericsson-* target.
9176
9177 2003-01-31 Adam Fedor <fedor@gnu.org>
9178
9179 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
9180 Remove duplicate/shadowing variable of same name.
9181
9182 2003-01-30 Jim Blandy <jimb@redhat.com>
9183
9184 * symfile.c (find_separate_debug_file): Assert that the objfile's
9185 directory name we compute ends with a slash, and then assume that
9186 that's so everywhere we use it.
9187
9188 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
9189
9190 * valops.c (value_assign): Flush frame cache after stores to memory
9191 also.
9192
9193 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9194
9195 * Makefile.in (mon960-rom.o): Delete rule.
9196 * mon960-rom.c: Delete file.
9197
9198 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9199
9200 * d10v-tdep.c: Include "frame-unwind.h".
9201 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
9202 list.
9203 (next_addr, uses_frame): Delete.
9204 (struct d10v_unwind_cache): Define.
9205 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
9206 Use info instead of next_addr and uses_frame globals.
9207 (d10v_frame_init_saved_regs): Delete function.
9208 (d10v_init_extra_frame_info): Delete function.
9209 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
9210 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
9211 init_frame_pc or frame_saved_pc.
9212 (d10v_pop_frame): Delete function.
9213 (do_d10v_pop_frame): Delete function.
9214 (d10v_frame_chain): Delete function.
9215 (d10v_frame_chain_valid): Delete function.
9216 (d10v_frame_pc_unwind): New function.
9217 (d10v_frame_id_unwind): New function.
9218 (saved_regs_unwinder): New function.
9219 (d10v_frame_register_unwind): New function.
9220 (d10v_frame_pop): New function.
9221 (d10v_frame_unwind): New variable.
9222 (d10v_frame_p): New function.
9223 (d10v_frame_saved_pc): Delete function.
9224 * Makefile.in (d10v-tdep.o): Update dependencies.
9225
9226 2003-01-30 J. Brobecker <brobecker@gnat.com>
9227
9228 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
9229 causing some regressions due to a change in the default value
9230 for this macro.
9231
9232 2003-01-29 Richard Henderson <rth@redhat.com>
9233 Elena Zannoni <ezannoni@redhat.com>
9234 Daniel Jacobowitz <drow@mvista.com>
9235
9236 Fix PR gdb/961.
9237 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
9238 variables.
9239 (RANGES_SECTION): New.
9240 (dwarf_ranges_buffer): New variable.
9241 (struct comp_unit_head): Add member "die".
9242 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
9243 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
9244 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
9245 (dwarf2_locate_sections): Likewise.
9246 (dwarf2_build_psymtabs): Read .debug_ranges.
9247 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
9248 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
9249 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
9250 Look for DW_AT_ranges and return the bounding box.
9251
9252 2003-01-29 Brian Ford <ford@vss.fsi.com>
9253
9254 * win32-nat.c (cygwin_pid): Removed as unused.
9255 (child_attach): Try fall back to Cygwin pid.
9256
9257 2003-01-29 Jim Blandy <jimb@redhat.com>
9258
9259 * objfiles.h (struct objfile): Doc fix.
9260
9261 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9262
9263 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
9264 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
9265 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
9266 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
9267 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
9268 (FRAME_SAVED_PC): Change to a function with predicate.
9269 * gdbarch.h, gdbarch.c: Re-generate.
9270
9271 2003-01-28 Andrew Cagney <ac131313@redhat.com>
9272
9273 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
9274
9275 * complaints.c (complain): Delete function.
9276 * complaints.h (struct deprecated_complaint): Delete definition.
9277 (complain): Delete declaration.
9278
9279 2003-01-28 Kevin Buettner <kevinb@redhat.com>
9280
9281 * mips-tdep.c (mips_init_extra_frame_info): Return early for
9282 dummy frames.
9283
9284 2003-01-27 Andrew Cagney <ac131313@redhat.com>
9285
9286 * sentinel-frame.h, sentinel-frame.c: New files.
9287 * Makefile.in (frame.o): Update dependencies.
9288 (SFILES): Add sentinel-frame.c.
9289 (sentinel_frame_h): Define.
9290 (COMMON_OBS): Add sentinel-frame.o.
9291 (sentinel-frame.o): Specify dependencies.
9292 * frame.c: Include "sentinel-frame.h".
9293 (frame_register_unwind): Rewrite assuming that there is always a a
9294 ->next frame.
9295 (frame_register, generic_unwind_get_saved_register): Ditto.
9296 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
9297 (create_sentinel_frame, unwind_to_current_frame): New functions.
9298 (get_current_frame): Rewrite using create_sentinel_frame and
9299 unwind_to_current_frame. When possible, always create a frame.
9300 (create_new_frame): Set next to the sentinel frame.
9301 (get_next_frame): Rewrite. Don't go below the level 0 frame.
9302 (deprecated_update_frame_pc_hack): Update the next frame's PC and
9303 ID cache when necessary.
9304 (frame_saved_regs_id_unwind): Use frame_relative_level.
9305 (deprecated_generic_get_saved_register): Use frame_relative_level,
9306 get_frame_saved_regs, get_frame_pc, get_frame_base and
9307 get_next_frame.
9308 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
9309 frame_register.
9310
9311 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9312
9313 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
9314
9315 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9316
9317 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
9318 (maintenance_set_profile_cmd): Use error () instead of warning ().
9319
9320 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9321
9322 * configure.in: Check that -pg works if using --enable-profiling.
9323 Check for monstartup and _mcleanup regardless of --enable-profiling.
9324 * maint.c: Check for monstartup and _mcleanup before using them.
9325 * config.in: Regenerated.
9326 * configure: Regenerated.
9327
9328 2003-01-24 Nick Clifton <nickc@redhat.com>
9329
9330 * Add sh2e support:
9331
9332 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9333
9334 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
9335 (sh2e_show_regs): New.
9336 (sh_gdbarch_init): Handle bfd_mach_sh2e.
9337 * config/sh/tm-sh.h: Added sh2e to comments.
9338
9339 2003-01-23 Jim Blandy <jimb@redhat.com>
9340
9341 * symfile.c (syms_from_objfile): Don't print the "(no debugging
9342 symbols found)" message here; we haven't checked for a separate
9343 debug info file yet, so we don't know yet.
9344 (symbol_file_add_with_addrs_or_offsets): Print it here, after
9345 we've looked everywhere. Also, there's no need to print a special
9346 message when we're loading the separate debug info file: the one
9347 symbol_file_add prints is fine.
9348
9349 2003-01-23 Alexander Larsson <alexl@redhat.com>
9350 Jim Blandy <jimb@redhat.com>
9351
9352 Add support for executables whose debug info has been separated
9353 out into a separate file, leaving only a link behind.
9354 * objfiles.h (struct objfile): New fields: separate_debug_objfile
9355 and separate_debug_objfile_backlink.
9356 (put_objfile_before): New declaration.
9357 * symfile.c: #include "filenames.h".
9358 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
9359 debug info in a separate file, read that, too. Save the addrs
9360 argument, so we can use it again to read the separated debug info;
9361 syms_from_objfile modifies the table we pass it.
9362 (reread_symbols): After re-reading an objfile, call
9363 reread_separate_symbols to refresh its separate debug info
9364 objfile, if it has one.
9365 (reread_separate_symbols, find_separate_debug_file,
9366 get_debug_link_info, separate_debug_file_exists): New functions.
9367 (debug_file_directory): New global var.
9368 (_initialize_symfile): Initialize debug_file_directory, and
9369 provide the new `set debug-file-directory' command to let the user
9370 change it.
9371 * objfiles.c (free_objfile): If this objfile has its debug info in
9372 a separate objfile, free that one too. If this is itself a
9373 separate debug info objfile, clear our parent's backlink.
9374 (put_objfile_before): New function.
9375 * utils.c (gnu_debuglink_crc32): New function.
9376 * defs.h (gnu_debuglink_crc32): New declaration.
9377 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9378 * configure.in: Handle --with-separate-debug-dir config option.
9379 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9380 * acconfig.h (DEBUGDIR): New macro.
9381 * configure, aclocal.m4, config.in: Regenerated.
9382
9383 2003-01-22 Jim Blandy <jimb@redhat.com>
9384
9385 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9386 like the old symbol_file_add, but taking new arguments: you can
9387 now pass in either a `struct section_addr_info' list to say where
9388 each section is loaded, or a `struct section_offsets' table. Pass
9389 these new arguments through to syms_from_objfile as appropriate.
9390 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
9391 with the appropriate quiescent values for the new arguments.
9392
9393 * symfile.c: #include "gdb_assert.h".
9394 (syms_from_objfile): Add the ability to pass in a section offset
9395 table directly, as an alternative to the section_addr_info table.
9396 Document arguments better.
9397 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9398 * symfile.h (syms_from_objfile): Update declaration.
9399 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9400 syms_from_objfile.
9401 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9402
9403 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9404
9405 Original patch by Tom Tromey <tromey@cygnus.com> and
9406 Jason Molenda <jmolenda@apple.com>.
9407 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9408 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9409 * NEWS: Mention profiling.
9410 * configure.in (--enable-gdbtk): Fix typo.
9411 (--enable-profiling): New. Set PROFILE_CFLAGS.
9412 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9413 Fill in function.
9414 (profiling_state): New variable.
9415 (mcleanup_wrapper): New function.
9416 (_initialize_maint): Remove NOTYET, fix call to
9417 add_setshow_boolean_cmd for "maint set profile".
9418 * configure: Regenerated.
9419
9420 2003-01-21 Martin M. Hunt <hunt@redhat.com>
9421
9422 * Makefile.in (install-gdbtk): Install PNG images too.
9423
9424 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9425
9426 * exec.c (text_start): Delete global variable.
9427 (exec_file_attach): Make text_start local to the function.
9428 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9429 * valops.c (hand_function_call): Delete code that handles
9430 BEFORE_TEXT_END and AFTER_TEXT_END.
9431 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9432 of CALL_DUMMY_LOCATION.
9433 * gdbarch.c: Regenerate.
9434 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9435 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9436 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9437 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9438 (text_end): Delete extern declaration.
9439
9440 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9441
9442 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9443 * blockframe.c (backtrace_below_main): Move to "frame.c".
9444 (frame_chain_valid): Delete check for backtrace_below_main.
9445 (_initialize_blockframe): Delete initialization, move ``set
9446 backtrace-below-main'' command to "frame.c".
9447 (do_flush_frames_sfunc): Delete function.
9448 * frame.c: Include "command.h" and "gdbcmd.h".
9449 (frame_type_from_pc): New function.
9450 (create_new_frame): Use frame_type_from_pc.
9451 (legacy_get_prev_frame): New function.
9452 (get_prev_frame): Rewrite. When an old style frame, call
9453 legacy_get_prev_frame. Otherwize, unwind the PC first.
9454 (_initialize_frame): Add ``set backtrace-below-main'' command.
9455 * Makefile.in (frame.o): Update dependencies.
9456
9457 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9458
9459 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9460 DEPRECATED_REGISTERS_INFO.
9461
9462 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9463
9464 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9465 Maintainers'. Update `Various Maintainers'.
9466
9467 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9468
9469 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9470 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9471 Suppress actual parameters when `-'.
9472 * gdbarch.h, gdbarch.c: Regenerate.
9473
9474 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9475
9476 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9477 code handling dummy frames.
9478
9479 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9480
9481 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9482 (struct frame_unwind): Add field pop.
9483 * frame.h (frame_pop): Declare.
9484 * frame.c (frame_saved_regs_pop): New function.
9485 (trad_frame_unwinder): Add frame_saved_regs_pop.
9486 (frame_pop): New function.
9487 * dummy-frame.c (dummy_frame_pop): New function.
9488 (discard_innermost_dummy): New function.
9489 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9490 (dummy_frame_unwind): Add dummy_frame_pop.
9491 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9492 * valops.c (hand_function_call): Ditto.
9493 * stack.c (return_command): Ditto.
9494
9495 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9496
9497 * cris-tdep.c: Fix function declaration indentation.
9498 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9499 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9500 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9501 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9502 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9503 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9504
9505 2003-01-18 Michael Chastain <mec@shout.net>
9506
9507 * README (Unpacking and Installation -- quick overview):
9508 Warn against ".../gdb-5.3/gdb/configure".
9509
9510 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9511
9512 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9513 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9514 (struct frame_unwind): Declare opaque.
9515 (dummy_frame_p): Declare function.
9516 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9517 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9518 * dummy-frame.c: Include "frame-unwind.h".
9519 (dummy_frame_p): New function.
9520 (dummy_frame_unwind): New variable.
9521 * frame.c: Include "frame-unwind.h".
9522 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9523 to use the new unwind field.
9524 (set_unwind_by_pc): Delete function.
9525 (create_new_frame, get_prev_frame): Set unwind field using
9526 frame_unwind_find_by_pc.
9527 (trad_frame_unwind, trad_frame_unwinder): New variables.
9528 * frame.h (trad_frame_unwind): Declare variable.
9529 (frame_id_unwind_ftype): Delete declaration.
9530 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9531 (struct frame_unwind): Declare opaque.
9532 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9533 register_unwind with a single unwind pointer.
9534 * frame-unwind.h, frame-unwind.c: New files.
9535 * Makefile.in (SFILES): Add frame-unwind.c.
9536 (frame_unwind_h): Define.
9537 (COMMON_OBS): Add frame-unwind.o.
9538 (frame-unwind.o): Specify dependencies.
9539 (frame.o, dummy-frame.o): Update dependencies.
9540
9541 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9542
9543 * ada-valprint.c: Eliminate PTR.
9544 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9545 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9546 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9547 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9548 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9549 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9550 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
9551
9552 2003-01-17 Andrew Cagney <ac131313@redhat.com>
9553
9554 * main.c (captured_main): Don't use PTR.
9555 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9556 * gdbtypes.c (lookup_primitive_typename): Ditto.
9557 (lookup_struct_elt_type): Ditto.
9558 * f-valprint.c (info_common_command): Ditto.
9559 (list_all_visible_commons): Ditto.
9560 * jv-typeprint.c (java_type_print_base): Ditto.
9561
9562 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9563 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9564 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9565 i386-interix-nat.c and i386-interix-tdep.c. Rename
9566 m68klinux-nat.c and m68klinux-tdep.c. Rename
9567 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9568 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9569 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9570 * main.c (captured_main): Use xfree, not free.
9571
9572 2003-01-16 Andrew Cagney <ac131313@redhat.com>
9573
9574 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9575 ID back using a parameter.
9576 * frame.c (frame_id_unwind): Update call.
9577 (frame_saved_regs_id_unwind): Update.
9578 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9579 * dummy-frame.h (struct frame_id): Add opaque declaration.
9580 (dummy_frame_id_unwind): Update declaration.
9581
9582 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9583
9584 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9585
9586 2003-01-15 Stephen P. Smith <ischis2@cox.net>
9587
9588 * MAINTAINERS (Stephen P. Smith): Updated email address.
9589
9590 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
9591
9592 Fix PR gdb/898
9593 * breakpoint.c (until_break_command): Add new argument. Use it to
9594 decide whether to stop only at the current frame or not.
9595 * breakpoint.h (until_break_command): Update prototype.
9596 * infcmd.c (until_command): Add new argument to until_break_command
9597 call.
9598 (advance_command): New function.
9599 (_initialize_infcmd): Update help string for 'until' command.
9600 Add new 'advance' command.
9601
9602 2003-01-14 David Carlton <carlton@math.stanford.edu>
9603
9604 * linespec.c (decode_line_1): Normalize comments.
9605 (set_flags): Ditto.
9606 (locate_first_half): Ditto.
9607 (decode_compound): Ditto.
9608 (symtab_from_filename): Ditto.
9609 (decode_all_digits): Ditto.
9610 (decode_dollar): Ditto.
9611 (find_methods): Ditto.
9612 (find_toplevel_char): Ditto.
9613
9614 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9615
9616 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9617 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9618 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9619 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9620 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9621 * language.c, language.h, m32r-tdep.c: Update copyright.
9622 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9623 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9624 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9625 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9626 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9627 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9628
9629 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9630
9631 * stabsread.h (process_later, resolve_cfront_continuation):
9632 Obsolete.
9633 Update copyright years.
9634 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9635 Update copyright year.
9636 * dbxread.c(struct cont_elem): Obsolete.
9637 (process_later, process_now): Obsolete functions.
9638 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9639 Update copyright year.
9640 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9641 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9642 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9643 (parse_partial_symbols): Obsolete cfront support.
9644 * stabsread.c
9645 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9646 macros.
9647 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9648 read_cfront_baseclasses, read_cfront_member_functions,
9649 resolve_cfront_continuation,read_cfront_static_fields,
9650 copy_cfront_struct_fields): Obsolete functions.
9651 (define_symbol, read_one_struct_field): Obsolete cfront support.
9652 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9653 Update Copyright year.
9654
9655 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9656
9657 * stack.c (print_frame_info, print_stack_frame_base_stub,
9658 print_stack_frame_base, show_and_print_stack_frame_stub,
9659 show_and_print_stack_frame, print_only_stack_frame_stub,
9660 print_only_stack_frame): Delete functions.
9661 (print_stack_frame_stub): Call print_frame_info instead of
9662 print_frame_info_base.
9663 (print_frame_info_base): Rename to print_frame_info.
9664 (backtrace_command_1): Call print_frame_info, instead of
9665 print_frame_info_base.
9666 (current_frame_command): Call print_stack_frame, instead of
9667 print_only_stack_frame.
9668 (frame_command): Call print_stack_frame, instead of
9669 show_and_print_stack_frame.
9670 (up_command): Ditto.
9671 (down_command): Ditto.
9672 * frame.h (print_only_stack_frame): Delete prototype.
9673 * infrun.c (normal_stop): Call print_stack_frame, instead of
9674 show_and_print_stack_frame.
9675 * thread.c (info_threads_command): Call print_stack_frame, instead
9676 of print_only_stack_frame.
9677
9678 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9679
9680 * README (Graphical interface to GDB): Update URL. Point at
9681 gdb/links/.
9682
9683 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9684 version match.
9685
9686 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9687
9688 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9689 lines.
9690
9691 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9692
9693 * thread-db.c (attach_thread): Prototype.
9694 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9695 thread information (ti), and valid flags (th_valid, ti_valid).
9696 (attach_thread): Move target_pid_to_str call to after the thread
9697 is added to GDB's list. Initialize the cache.
9698 (thread_get_info_callback, thread_db_map_id2thr)
9699 (thread_db_get_info): New functions.
9700 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9701 (thread_db_store_registers, thread_db_thread_alive)
9702 (thread_db_get_thread_local_address): Use them.
9703 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9704 of calling error() for threads in unknown state.
9705
9706 (clear_lwpid_callback): New function.
9707 (thread_db_resume): Use it to clear the cache.
9708
9709 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9710
9711 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9712 (resume_callback): Remove dead code.
9713
9714 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9715
9716 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9717 predicate.
9718 * gdbarch.h, gdbarch.c: Regenerate.
9719 * stack.c (frame_info): Only initialize the saved registers when
9720 FRAME_INIT_SAVED_REGS_P.
9721 * frame.c (frame_saved_regs_register_unwind): Assert
9722 FRAME_INIT_SAVED_REGS_P.
9723 (deprecated_generic_get_saved_register): Ditto.
9724
9725 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9726
9727 * source.c (openp): Squelch warning about "filename".
9728
9729 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9730
9731 * source.c (openp): If the file does not exist don't necessarily
9732 search the path.
9733
9734 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9735
9736 Fix PR gdb/872.
9737 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9738 (integer_types_same_name_p): New function.
9739 (rank_one_type): Use it.
9740 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9741
9742 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9743
9744 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9745 variables.
9746 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9747 * configure.in: Add --with-sysroot.
9748 * configure: Regenerated.
9749 * main.c (gdb_sysroot): New variable.
9750 (captured_main): Initialize gdb_sysroot.
9751 * defs.h (gdb_sysroot): New extern declaration.
9752 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9753
9754 2003-01-12 Michael Chastain <mec@shout.net>
9755
9756 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9757
9758 2003-01-12 Michael Chastain <mec@shout.net>
9759
9760 * top.c (print_gdb_version): Bump copyright year to 2003.
9761
9762 2003-01-12 David Carlton <carlton@bactrian.org>
9763
9764 * linespec.c (symtab_from_filename): Rename variable 's' to
9765 'file_symtab'.
9766
9767 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9768
9769 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9770 dummy frame.
9771 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9772
9773 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9774
9775 * d10v-tdep.c: Include "gdb_assert.h".
9776 (d10v_store_return_value): Rewrite to match current interface.
9777 (d10v_extract_struct_value_address): Ditto.
9778 (d10v_extract_return_value): Ditto.
9779 (d10v_gdbarch_init): Set store_restore_value,
9780 extract_struct_value_address and extract_return_value.
9781
9782 2003-01-12 J. Brobecker <brobecker@gnat.com>
9783
9784 * hpread.c (set_namestring): New procedure replacing the
9785 SET_NAMESTRING macro.
9786 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9787 by calls to set_namestring.
9788
9789 2003-01-11 J. Brobecker <brobecker@gnat.com>
9790
9791 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9792 a compilation warning.
9793 (hpread_process_one_debug_symbol): Likewise.
9794
9795 2003-01-10 David Carlton <carlton@math.stanford.edu>
9796
9797 * linespec.c (decode_line_1): Rename variable 's' to
9798 'file_symtab'.
9799 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9800 (decode_dollar): Ditto.
9801 (decode_variable): Ditto.
9802 (symbol_found): Ditto.
9803
9804 2003-01-09 Michael Chastain <mec@shout.net>
9805
9806 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9807
9808 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
9809
9810 * win32-nat.c (set_process_privilege): New function.
9811 (child_attach): Call set_process_privilege() to enable the
9812 SE_DEBUG_NAME user privilege if available in process token.
9813
9814 2003-01-10 J. Brobecker <brobecker@gnat.com>
9815
9816 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9817 compilation error in the previous revision.
9818
9819 2003-01-09 David Carlton <carlton@math.stanford.edu>
9820
9821 * linespec.c: Update copyright.
9822
9823 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
9824
9825 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9826 than inferior_ptid.
9827 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9828
9829 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9830
9831 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9832 Update comments.
9833 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9834 (frame_saved_regs_zalloc): Update.
9835 (frame_saved_regs_register_unwind): Update.
9836 (create_new_frame): Update.
9837 (get_prev_frame): Update.
9838 (frame_extra_info_zalloc): Update.
9839 (deprecated_get_frame_saved_regs): Update.
9840 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9841 * cris-tdep.c: Update comment.
9842
9843 * somsolib.h: Fix function indentation.
9844 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9845 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9846 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9847 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9848 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9849
9850 * infrun.c (follow_fork): Use ISO C definition.
9851 * expprint.c (print_subexp): Use xfree instead of free.
9852 * charset.c: Include "gdb_string.h" instead of <string.h>.
9853 (register_iconv_charsets): Use ISO C definition.
9854 (host_charset, target_charset): Ditto.
9855 * Makefile.in (charset.o): Update dependencies.
9856 (mi-cmd-env.o): Update dependencies.
9857
9858 2003-01-08 Andrew Cagney <cagney@redhat.com>
9859
9860 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9861 get_frame_base.
9862
9863 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9864
9865 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9866 build directories. Save edited gdb output in Mbuild.log. If a
9867 build fails, remove any final GDB executable.
9868
9869 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9870
9871 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9872 replacing hex constants with function names and stripping leading
9873 file name directory prefixes.
9874
9875 2003-01-08 Andrew Cagney <cagney@redhat.com>
9876
9877 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9878 get_frame_base.
9879
9880 2003-01-08 David Carlton <carlton@math.stanford.edu>
9881
9882 * linespec.c (decode_line_1): Move code into decode_variable.
9883 (decode_variable): New function.
9884
9885 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9886
9887 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9888
9889 2003-01-08 Andrew Cagney <cagney@redhat.com>
9890
9891 * cris-tdep.c (cris_frame_init_saved_regs): Use
9892 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9893 saved_regs buffer.
9894 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9895 (sh64_nofp_frame_init_saved_regs): Ditto.
9896 (sh_fp_frame_init_saved_regs): Ditto.
9897 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9898 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9899 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9900 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9901
9902 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
9903
9904 * minsyms.c (lookup_minimal_symbol): Update comment.
9905 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9906 (lookup_minimal_symbol_solib_trampoline): Likewise.
9907
9908 2003-01-08 Andrew Cagney <cagney@redhat.com>
9909
9910 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9911 frame_relative_level.
9912
9913 * alpha-tdep.c: Use get_frame_extra_info.
9914 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9915 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9916 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9917 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9918
9919 * alpha-tdep.c: Use get_next_frame.
9920 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9921 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9922 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9923 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9924 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9925 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9926 * xstormy16-tdep.c: Ditto.
9927
9928 2003-01-07 Andrew Cagney <cagney@redhat.com>
9929
9930 * alpha-tdep.c: Use get_frame_base.
9931 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9932 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9933 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9934 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9935 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9936 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9937 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9938 * config/sparc/tm-sparc.h: Ditto.
9939
9940 2003-01-07 Andrew Cagney <cagney@redhat.com>
9941
9942 * frame.c (deprecated_get_frame_context): New function.
9943 (deprecated_set_frame_context): New function.
9944 * frame.h (deprecated_get_frame_context): Declare.
9945 (deprecated_set_frame_context): Declare.
9946 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
9947 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
9948
9949 2003-01-07 Andrew Cagney <cagney@redhat.com>
9950
9951 * frame.c (deprecated_set_frame_next_hack): New function.
9952 (deprecated_set_frame_prev_hack): New function.
9953 * frame.h (deprecated_set_frame_next_hack): Declare.
9954 (deprecated_set_frame_prev_hack): Declare.
9955 * mcore-tdep.c (analyze_dummy_frame): Use
9956 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
9957 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9958
9959 2003-01-07 David Carlton <carlton@math.stanford.edu>
9960
9961 * linespec.c (decode_line_1): Move code into decode_dollar.
9962 (decode_dollar): New function.
9963
9964 2003-01-07 Andrew Cagney <cagney@redhat.com>
9965
9966 * arm-tdep.c (arm_init_extra_frame_info): Use
9967 deprecated_update_frame_base_hack.
9968 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
9969 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9970 (fix_frame_pointer): Ditto.
9971 (mn10300_analyze_prologue): Ditto.
9972
9973 2003-01-07 Andrew Cagney <cagney@redhat.com>
9974
9975 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
9976 extra_info using frame_extra_info_zalloc.
9977 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9978 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
9979 (sh64_init_extra_frame_info): Ditto.
9980 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
9981 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
9982 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9983 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
9984 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
9985 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
9986 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
9987 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
9988 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
9989 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
9990 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9991 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
9992
9993 * mn10300-tdep.c (analyze_dummy_frame): Use
9994 deprecated_set_frame_extra_info_hack.
9995 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9996
9997 2003-01-07 J. Brobecker <brobecker@gnat.com>
9998
9999 * mdebugread.c (parse_symbol): Skip stProc entries which storage
10000 class is not scText. These do not define "real" procedures.
10001 (parse_partial_symbols): Likewise.
10002
10003 2003-01-06 Michael Snyder <msnyder@redhat.com>
10004
10005 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
10006
10007 2003-01-06 Andrew Cagney <ac131313@redhat.com>
10008
10009 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
10010 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
10011 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
10012 deprecated_frame_xmalloc_with_cleanup.
10013 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
10014 deprecated_frame_xmalloc.
10015 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
10016 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
10017
10018 2003-01-06 Andrew Cagney <cagney@redhat.com>
10019
10020 * x86-64-linux-tdep.c: Include "osabi.h".
10021 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
10022
10023 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
10024
10025 2003-01-06 Andrew Cagney <cagney@redhat.com>
10026
10027 * MAINTAINERS (Target Instruction Set Architectures): Update
10028 arm-elf. Can be built with -Werror, has been multiarched.
10029
10030 * value.h (unpack_long): Make buffer parameter constant.
10031 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
10032 * scm-lang.h (scm_parse): Ditto.
10033 * defs.h (extract_typed_address, extract_address): Ditto.
10034 (extract_long_unsigned_integer): Ditto.
10035 * inferior.h (unsigned_pointer_to_address): Ditto.
10036 (signed_pointer_to_address): Ditto.
10037 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
10038 * gdbarch.h, gdbarch.c: Regenerate.
10039 * findvar.c (extract_long_unsigned_integer): Update.
10040 (extract_address): Update.
10041 (extract_typed_address): Update.
10042 (unsigned_pointer_to_address): Update.
10043 * values.c (unpack_long): Update.
10044 (unpack_double): Update.
10045 (unpack_pointer): Update.
10046 (unpack_field_as_long): Update.
10047 * d10v-tdep.c (d10v_pointer_to_address): Update.
10048 * avr-tdep.c (avr_pointer_to_address): Update.
10049 * scm-lang.c (scm_unpack): Update.
10050 * findvar.c (signed_pointer_to_address): Update.
10051
10052 2003-01-06 Michal Ludvig <mludvig@suse.cz>
10053
10054 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
10055 since it is in i386-tdep.c.
10056
10057 2003-01-06 J. Brobecker <brobecker@gnat.com>
10058
10059 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
10060 failure introduced in the previous change.
10061
10062 2003-01-05 Michael Chastain <mec@shout.net>
10063
10064 * README: Remove references to deleted remote-*.c files:
10065 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
10066 remote-nrom.c, remote-os9k.c, remote-udi.c.
10067
10068 2003-01-05 Mark Kettenis <kettenis@gnu.org>
10069
10070 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
10071 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
10072 i386_get_longjmp_target.
10073
10074 2003-01-05 Andrew Cagney <ac131313@redhat.com>
10075
10076 * arm-tdep.c (prologue_cache): Change to a pointer.
10077 (_initialize_arm_tdep): Allocate prologue_cache.
10078 (check_prologue_cache): Update.
10079 (save_prologue_cache): Update.
10080 (arm_gdbarch_init): Update.
10081
10082 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10083
10084 * stabsread.c (update_method_name_from_physname): Call complaint()
10085 instead of error.
10086
10087 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10088
10089 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
10090 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
10091 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
10092
10093 * blockframe.c: Include "gdbcmd.h" and "command.h".
10094 (backtrace_below_main): New variable.
10095 (file_frame_chain_valid, func_frame_chain_valid)
10096 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
10097 (generic_func_frame_chain_valid): Remove functions.
10098 (frame_chain_valid, do_flush_frames_sfunc): New functions.
10099 (_initialize_blockframe): New function.
10100 * Makefile.in (blockframe.o): Update dependencies.
10101 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
10102 comment. Call frame_chain_valid ().
10103 * frame.h: Remove old prototypes. Add prototype for
10104 frame_chain_valid and update comments to match.
10105 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
10106 Remove old comment.
10107 * gdbarch.h: Regenerated.
10108 * gdbarch.c: Regenerated.
10109
10110 * alpha-tdep.c (alpha_gdbarch_init): Don't call
10111 set_gdbarch_frame_chain_valid.
10112 * avr-tdep.c (avr_gdbarch_init): Likewise.
10113 * cris-tdep.c (cris_gdbarch_init): Likewise.
10114 * frv-tdep.c (frv_gdbarch_init): Likewise.
10115 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
10116 * i386-tdep.c (i386_svr4_init_abi): Likewise.
10117 (i386_nw_init_abi): Likewise.
10118 (i386_gdbarch_init): Likewise.
10119 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
10120 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
10121 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
10122 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
10123 * mips-tdep.c (mips_gdbarch_init): Likewise.
10124 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
10125 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
10126 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
10127 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10128 * s390-tdep.c (s390_gdbarch_init): Likewise.
10129 * sh-tdep.c (sh_gdbarch_init): Likewise.
10130 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10131 * v850-tdep.c (v850_gdbarch_init): Likewise.
10132 * vax-tdep.c (vax_gdbarch_init): Likewise.
10133 * x86-64-tdep.c (x86_64_init_abi): Likewise.
10134
10135 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
10136 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
10137 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
10138 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
10139 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
10140 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
10141 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
10142 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
10143
10144 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10145
10146 * Makefile.in (acconfig_h): Remove incorrect macro.
10147 (config_h): Define.
10148 (osabi.o): Update dependencies.
10149 * configure.tgt: Set gdb_osabi based on target triplet.
10150 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
10151 * configure: Regenerated.
10152 * config.in: Regenerated.
10153 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
10154 (GDB_OSABI_DEFAULT): Define if not already defined.
10155 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
10156 (set_osabi_string): New variables.
10157 (gdbarch_register_osabi): Add new OS ABI to
10158 gdb_osabi_available_names.
10159 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
10160 (set_osabi, show_osabi): New functions.
10161 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
10162
10163 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10164
10165 * arch-utils.c (gdbarch_info_init): Set osabi to
10166 GDB_OSABI_UNINITIALIZED.
10167 * gdbarch.sh: Add osabi to struct gdbarch and to struct
10168 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
10169 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
10170 * gdbarch.c: Regenerated.
10171 * gdbarch.h: Regenerated.
10172 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
10173 there's no BFD.
10174 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
10175 * osabi.h (enum gdb_osabi): Move to defs.h.
10176 (gdbarch_init_osabi): Update prototype.
10177 * defs.h (enum gdb_osabi): Moved here.
10178 * Makefile.in: Update dependencies.
10179
10180 * alpha-tdep.h: Don't include "osabi.h".
10181 (struct gdbarch_tdep): Remove osabi member.
10182 * alpha-tdep.c: Include "osabi.h".
10183 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10184 iterate over arches. Update call to gdbarch_init_osabi.
10185 (alpha_dump_tdep): Don't dump osabi.
10186 * alpha-linux-tdep.c: Include "osabi.h".
10187 * alpha-osf1-tdep.c: Include "osabi.h".
10188 * alphafbsd-tdep.c: Include "osabi.h".
10189 * alphanbsd-tdep.c: Include "osabi.h".
10190
10191 * arm-tdep.h: Don't include "osabi.h".
10192 (struct gdbarch_tdep): Remove osabi member.
10193 * arm-tdep.c: Include "osabi.h".
10194 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10195 iterate over arches. Update call to gdbarch_init_osabi.
10196 (arm_dump_tdep): Don't dump osabi.
10197 * arm-linux-tdep.c: Include "osabi.h".
10198 * armnbsd-tdep.c: Include "osabi.h".
10199
10200 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
10201 Update call to gdbarch_init_osabi.
10202
10203 * i386-tdep.h: Don't include "osabi.h".
10204 (struct gdbarch_tdep): Remove osabi member.
10205 * i386-tdep.c: Include "osabi.h".
10206 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10207 iterate over arches. Update call to gdbarch_init_osabi.
10208 (i386_dump_tdep): Don't dump osabi.
10209 * i386-linux-tdep.c: Include "osabi.h".
10210 * i386-sol2-tdep.c: Include "osabi.h".
10211 * i386bsd-tdep.c: Include "osabi.h".
10212 * i386gnu-tdep.c: Include "osabi.h".
10213 * i386ly-tdep.c: Include "osabi.h".
10214 * i386nbsd-tdep.c: Include "osabi.h".
10215 * i386obsd-tdep.c: Include "osabi.h".
10216
10217 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
10218 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10219 check osabi when iterating over arches. Update call to
10220 gdbarch_init_osabi.
10221 (mips_dump_tdep): Don't dump osabi.
10222
10223 * ns32k-tdep.h: Don't include "osabi.h".
10224 (struct gdbarch_tdep): Remove.
10225 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
10226 gdbarch_lookup_osabi. Don't iterate over arches. Don't
10227 allocate tdep. Update call to gdbarch_init_osabi.
10228 (ns32k_dump_tdep): Remove.
10229 (_initialize_ns32k_tdep): Update call to gdbarch_register.
10230 * ns32knbsd-tdep.c: Include "osabi.h".
10231
10232 * ppc-tdep.h: Don't include "osabi.h".
10233 (struct gdbarch_tdep): Remove osabi member.
10234 * rs6000-tdep.c: Include "osabi.h".
10235 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
10236 osabi when iterating over arches. Update call to
10237 gdbarch_init_osabi.
10238 (rs6000_dump_tdep): Don't dump osabi.
10239 * ppc-linux-tdep.c: Include "osabi.h".
10240 * ppcnbsd-tdep.c: Include "osabi.h".
10241
10242 * sh-tdep.h: Don't include "osabi.h".
10243 (struct gdbarch_tdep): Remove osabi member.
10244 * sh-tdep.c: Include "osabi.h".
10245 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10246 iterate over arches. Update call to gdbarch_init_osabi.
10247 (sh_dump_tdep): Don't dump osabi.
10248 * shnbsd-tdep.c: Include "osabi.h".
10249
10250 * sparc-tdep.c: Include "osabi.h".
10251 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10252 iterate over arches. Update call to gdbarch_init_osabi.
10253 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
10254 tdep structure.
10255
10256 * vax-tdep.h: Don't include "osabi.h".
10257 (struct gdbarch_tdep): Remove.
10258 * vax-tdep.c: Include "osabi.h".
10259 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10260 iterate over arches. Don't allocate tdep. Update call
10261 to gdbarch_init_osabi.
10262 (vax_dump_tdep): Remove.
10263 (_initialize_vax_tdep): Update call to gdbarch_register.
10264
10265 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10266
10267 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
10268 entirely.
10269 (breakpoint_re_set_one): Don't fetch the value for a disabled
10270 watchpoint.
10271
10272 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10273
10274 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
10275 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
10276 (COERCE_FLOAT_TO_DOUBLE): Remove.
10277 * gdbarch.c: Regenerate.
10278 * gdbarch.h: Regenerate.
10279 * Makefile.in: Remove value_h from gdbarch_h.
10280 * valops.c (coerce_float_to_double): New variable.
10281 (default_coerce_float_to_double): Remove.
10282 (standard_coerce_float_to_double): Remove.
10283 (value_arg_coerce): Use coerce_float_to_double.
10284 (_initialize_valops): Add "set coerce-float-to-double".
10285 * value.h (default_coerce_float_to_double): Remove prototype.
10286 (standard_coerce_float_to_double): Remove prototype.
10287
10288 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
10289 prototyped.
10290 * mdebugread.c (parse_symbol): Likewise.
10291 * stabsread.c (define_symbol): Mark all functions as prototyped.
10292
10293 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
10294 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
10295 set_gdbarch_coerce_float_to_double.
10296 * arm-tdep.c (arm_gdbarch_init): Likewise.
10297 * frv-tdep.c (frv_gdbarch_init): Likewise.
10298 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
10299 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
10300 * mips-tdep.c (mips_gdbarch_init): Likewise.
10301 (mips_coerce_float_to_double): Remove.
10302 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10303 (rs6000_coerce_float_to_double): Remove.
10304 * s390-tdep.c (s390_gdbarch_init): Likewise.
10305 * sh-tdep.c (sh_gdbarch_init): Likewise.
10306 (sh_coerce_float_to_double): Remove.
10307 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10308 (sparc_coerce_float_to_double): Remove.
10309 * v850-tdep.c (v850_gdbarch_init): Likewise.
10310 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10311 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10312 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
10313 (hppa_coerce_float_to_double): Remove prototype.
10314 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10315
10316 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10317
10318 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
10319
10320 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10321
10322 Suggested by Stewart Brown <sb24@avaya.com>:
10323 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
10324 in recursive calls. Handle TYPE_CODE_TYPEDEF.
10325 (c_type_print_varspec_suffix): Likewise.
10326
10327 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10328
10329 * configure.in: Don't set and AC_SUBST SUBDIRS.
10330 * configure: Regenerated.
10331
10332 * configure.in: Remove code dealing with shared libraries.
10333 * Makefile.in: Remove HLDFLAGS and HLDENV.
10334 * configure: Regenerated.
10335
10336 2003-01-04 Andrew Cagney <ac131313@redhat.com>
10337
10338 * frame.c (deprecated_frame_xmalloc): New function.
10339 (deprecated_set_frame_saved_regs_hack): New function.
10340 (deprecated_set_frame_extra_info_hack): New function.
10341 * frame.h (deprecated_frame_xmalloc): Declare.
10342 (deprecated_set_frame_saved_regs_hack): Declare.
10343 (deprecated_set_frame_extra_info_hack): Declare.
10344
10345 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10346
10347 * configure.in: Move code that provides the --enable-gdbtk option
10348 right after the code that handles the --enable-tui option, and
10349 polish it somewhat.
10350 * configure: Regenerated.
10351
10352 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
10353 AC_CHECK_FUNCS and remove the old check for pread64.
10354 * acinclude.m4 (AC_GNU_SOURCE): New macro.
10355 * acconfig.h (_GNU_SOURCE): Add.
10356 (HAVE_PREAD64): Remove.
10357 * configure, aclocal.m4, config.in: Regenerated.
10358
10359 2003-01-03 Andrew Cagney <ac131313@redhat.com>
10360
10361 * alpha-tdep.c: Use get_frame_saved_regs.
10362 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10363 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10364 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10365 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10366 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10367
10368 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10369
10370 * configure.in: Remove all use of the SUBDIRS variable; add
10371 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10372 code providing the --enable-multi-ice option, and move it right in
10373 front of the code that checks whether gdbserver is supported.
10374 Polish that too.
10375 * configure: Regenerated.
10376 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10377 @SUBDIRS@.
10378
10379 2003-01-03 Andrew Cagney <cagney@redhat.com>
10380
10381 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10382 * avr-tdep.c, cris-tdep.c: Ditto.
10383 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10384 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10385
10386 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10387
10388 * configure.in: Remove --enable-netrom option.
10389 * configure: Regenerated.
10390
10391 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10392
10393 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10394 declaration for `struct re_pattern_buffer' instead.
10395 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10396
10397 2003-01-03 J. Brobecker <brobecker@gnat.com>
10398
10399 * mdebugread.c (parse_symbol): Count until the stEnd matching
10400 the structure name.
10401
10402 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10403
10404 * configure.in: Remove --with-cpu option.
10405 subscripts. Remove evil changequotes here.
10406 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10407 * config.in, configure: Regenerated.
10408
10409 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10410 * configure.in: Cleanup section that sources GDB and BFD configure
10411 subscripts. Remove evil changequotes here.
10412 * config.in, configure: Regenerated.
10413
10414 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10415
10416 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10417 frame accessor methods.
10418 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10419 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10420 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10421 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10422 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10423 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10424 * z8k-tdep.c: Ditto.
10425
10426 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10427
10428 * configure.in: Remove UI_OUT configuration code.
10429 * ada-lang.c: Update assuming UI_OUT is always true.
10430 * Makefile.in (UIOUT_CFLAGS): Remove.
10431 * configure: Regenerated.
10432 * TODO: Remove blurb about elimination of -DUI_OUT.
10433
10434 * configure.in: Move code that provides the --enable-gdbcli,
10435 --enable-gdbmi options right before the code that handles the
10436 --enable-tui option. Polish a bit.
10437 * configure: Regenerated.
10438
10439 * configure.in: Rewrite check for GNU regex and the
10440 --without-included regex option, and move it into the "Checks for
10441 library functions" section. This makes us use the system regex
10442 again by default on systems with version 2 of the GNU C library.
10443 This was apparently broken.
10444 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10445 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10446 * config.in, configure: Regenerated.
10447
10448 * configure.in: Move code that provides the --enable-tui option
10449 before the "Checks for libraries" section. Polish the code
10450 somewhat and set need_curses to yes if we build the TUI. Rewrite
10451 code that looks for a library providing termcap functionality to
10452 match more closely what's done in the Readline library, and move
10453 it into to the "Checks for libraries" section.
10454 * configure: Regenerated.
10455 * Makefile.in (TERMCAP): Remove variable.
10456 * config/i386/go32.mh (TERMCAP): Remove variable.
10457
10458 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10459
10460 * MAINTAINERS: Mention gdb_mbuild.sh.
10461 * gdb_mbuild.sh: Rewrite.
10462
10463 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10464
10465 * configure.in: Fix typo in last change.
10466 * config.in, configure: Regenerated.
10467
10468 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10469
10470 * valarith.c (value_binop): Delete obsolete code and comments.
10471 * configure.host: Ditto.
10472 * buildsym.h (make_blockvector): Ditto.
10473 * buildsym.c (make_blockvector): Ditto.
10474 * defs.h (enum language): Ditto.
10475 (chill_demangle): Ditto.
10476 * elfread.c (elf_symtab_read): Ditto.
10477 * dwarfread.c (CHILL_PRODUCER): Ditto.
10478 (set_cu_language): Ditto.
10479 (handle_producer): Ditto.
10480 * expprint.c (print_subexp): Ditto.
10481 * gdbtypes.c (chill_varying_type): Ditto.
10482 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10483 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10484 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10485 (chill_varying_type): Ditto.
10486 * language.h (_LANG_chill): Ditto.
10487 * language.c (binop_result_type, integral_type): Ditto.
10488 (character_type, string_type, structured_type): Ditto.
10489 (lang_bool_type, binop_type_check): Ditto.
10490 * stabsread.h (os9k_stabs): Ditto.
10491 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10492 (define_symbol, read_type, read_struct_fields): Ditto.
10493 (read_array_type, read_enum_type, read_huge_number): Ditto.
10494 (read_range_type, start_stabs): Ditto.
10495 * symfile.c (init_filename_language_table): Ditto.
10496 (add_psymbol_with_dem_name_to_list): Ditto.
10497 * symtab.c (symbol_init_language_specific): Ditto.
10498 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10499 * symtab.h (struct general_symbol_info): Ditto.
10500 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10501 * typeprint.c (typedef_print): Ditto.
10502 * utils.c (fprintf_symbol_filtered): Ditto.
10503 * valops.c (value_cast, search_struct_field, value_slice): Delete
10504 obsolete code.
10505 (varying_to_slice): Delete function.
10506 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10507 (varying_to_slice): Delete declaration.
10508 * MAINTAINERS: Update.
10509
10510 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10511
10512 * configure.in: Reorganize "Checks for library functions section"
10513 a bit. Remove check for `btowc' and `isascii' functions.
10514 * configure: Regenerated.
10515
10516 * acconfig.h (_MSE_INT_H): Remove.
10517 * configure.in: Create "Checks for header files" section, and move
10518 appropriate tests there. Don't check for objlist.h, wchar.h,
10519 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10520 misdetection fix. Also add "Checks for types", "Checks for
10521 compiler characteristics" and "Checks for library functions"
10522 sections.
10523 * config.in, configure: Regenerated.
10524
10525 * configure.in: Create "Checks for programs" section, and move
10526 appropriate tests there.
10527
10528 2003-01-01 Mark Kettenis <kettenis@gnu.org>
10529
10530 * configure.in: Create "Checks for libraries" section, and move
10531 appropriate tests there. Cleanup check for wctype in libw. Use
10532 AC_SEARCH_LIBS to see whether we need libsocket.
10533 * configure: Regenerated.
10534
10535 For older changes see ChangeLog-2002
10536 \f
10537 Local Variables:
10538 mode: change-log
10539 left-margin: 8
10540 fill-column: 74
10541 version-control: never
10542 End: