* i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
[binutils-gdb.git] / gdb / ChangeLog
1 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2
3 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
5 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
6 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
7 i386bsd_sc_reg_offset): Add extern declarations.
8 * i386obsd-nat.c: Include "i386-tdep.h"
9 (_initialize_i386obsd_nat): Remove extern declarations.
10 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
11 declarations.
12 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
13 declarations.
14
15 * i386-tdep.c (i386_register_to_value): Use get_frame_register
16 instead of frame_read_register.
17 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
18 instead of frame_read_register. Use I386_ESP_REGNUM instead of
19 SP_REGNUM.
20 (i386_frame_prev_register): Use frame_unwind_register_unsigned
21 instead of frame_unwind_unsigned_register. Use
22 I386_EFLAGS_REGISTER instead of PS_REGNUM.
23 (i386_get_longjmp_target): Use regcache_read_unsigned_register
24 instead of read_register. Use builtin_type_void_data_ptr instead
25 of builtin_type_void_func_ptr when extracting the address of the
26 jmp_buf.
27 (i386_extract_return_value, i386_store_return_value,
28 i386_pseudo_register_read, i386_pseudo_register_write): Use
29 register_size instead REGISTER_RAW_SIZE.
30
31 2003-08-10 Andrew Cagney <cagney@redhat.com>
32
33 * infcall.c (call_function_by_hand): Use xstrprintf instead of
34 sprintf. Make "name" constant.
35
36 2003-08-10 Mark Kettenis <kettenis@gnu.org>
37
38 * i387-tdep.c (i387_register_to_value): Use get_frame_register
39 instead of frame_read_register.
40 (i387_print_float_info): Use get_frame_register and
41 get_frame_register_unsigned instead of frame_register_read.
42
43 * i386fbsd-nat.c: Include "i386-tdep.h".
44 (child_resume): Make `eflags' an ULONGEST. Use
45 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
46 instead of register_read and register_write.
47
48 * i386bsd-nat.c (fetch_inferior_registers,
49 store_inferior_registers): Don't use && at the end of a line.
50 (_initialize_i386bsd_nat): Fix typo.
51
52 * frame.c (_initialize_frame): Add missing backslash.
53
54 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
55 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
56 and supply_register instead of manipulating the register buffer
57 directly.
58
59 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
60 * config/i386/nm-i386sol2.h
61 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
62
63 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
64 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
65 instructions that GCC likes to mingle into the prologue. Fixes
66 gdb/1253 and gdb/1255.
67
68 2003-08-09 Andrew Cagney <cagney@redhat.com>
69
70 Fix GDB PR cli/926.
71 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
72 * command.h (add_setshow_uinteger_cmd): Declare.
73 * frame.c (set_backtrace_cmd): New function.
74 (show_backtrace_cmd): New function.
75 * frame.c (_initialize_frame): Replace "set/show
76 backtrace-below-main" with "set/show backtrace past-main". Add
77 command "set/show backtrace limit".
78 (backtrace_past_main): Rename "backtrace_below_main".
79 (backtrace_limit): New variable.
80 (get_prev_frame): Update. Check the backtrace_limit.
81
82 2003-08-09 Andrew Cagney <cagney@redhat.com>
83
84 * defs.h (xstrprintf): Declare.
85 * utils.c (xstrprintf): New function.
86 * breakpoint.c (insert_breakpoints): Replace sprintf and
87 non-literal format strings, with xstrprintf and cleanups.
88 (delete_breakpoint,breakpoint_re_set): Ditto.
89 (commands_command, insert_breakpoints): Ditto.
90 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
91 (break_at_finish_command_1): Ditto.
92
93 2003-08-09 Andrew Cagney <cagney@redhat.com>
94
95 * MAINTAINERS (language support): List Adam Fedor as Objective C
96 maintainer.
97
98 2003-08-08 J. Brobecker <brobecker@gnat.com>
99
100 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
101 are now multiarched.
102
103 2003-08-08 J. Brobecker <brobecker@gnat.com>
104
105 * config/pa/tm-hppa64.h: Remove lots of macros that are no
106 longer necessary now that hppa64 is partially multiarch'ed.
107
108 2003-08-08 Andrew Cagney <cagney@redhat.com>
109
110 * interps.c (interp_set): Check for a NULL "old_interp".
111
112 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
113
114 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
115 (install-only): Support DESTDIR.
116 (uninstall): Likewise.
117 (install-gdbtk): Likewise.
118
119 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
120
121 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
122 contains something meaningful at all times.
123
124 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
125
126 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
127
128 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
129
130 * MAINTAINERS (write after approval): Added self.
131
132 2003-08-07 Andrew Cagney <cagney@redhat.com>
133
134 * inferior.h (AT_SYMBOL): Define.
135 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
136 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
137 * mips-tdep.c (mips_call_dummy_address): Delete function.
138 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
139 set call_dummy_address.
140
141 2003-08-07 Andrew Cagney <cagney@redhat.com>
142
143 * language.c (op_error): Delete function.
144 (binop_type_check): Delete function.
145 * language.h (type_op_error, range_op_error): Delete macros.
146 (op_error): Delete declaration.
147
148 2003-08-07 Andrew Cagney <cagney@redhat.com>
149
150 * interps.h (INTERP_MI2, INTERP_MI3): Define.
151
152 2003-08-07 Michal Ludvig <mludvig@suse.cz>
153
154 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
155 (x86_64_push_arguments): Skip the red zone.
156
157 2003-08-05 Andrew Cagney <cagney@redhat.com>
158
159 * reggroups.c (reggroup_next): Check for the final entry.
160
161 2003-08-04 Andrew Cagney <cagney@redhat.com>
162
163 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
164 * cli/cli-script.c (define_command): Call query directly, instead
165 of passing it a buffer.
166 * ocd.c (ocd_error): Pass error a constant format string.
167 * remote-mips.c (mips_error): Use fputs_filtered.
168
169 * solib-svr4.c (_initialize_svr4_solib): Update
170 register_gdbarch_data call.
171 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
172
173 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
174 (register_gdbarch_data): Delete "free" parameter. Update
175 comments.
176 * gdbarch.h, gdbarch.c: Re-generate.
177 * reggroups.c (_initialize_reggroup): Update.
178 * gnu-v3-abi.c (init_gnuv3_ops): Update.
179 * frame-base.c (_initialize_frame_base): Update.
180 * frame-unwind.c (_initialize_frame_unwind): Update.
181 * user-regs.c (_initialize_user_regs): Update.
182 * remote.c (_initialize_remote): Update.
183 * regcache.c (_initialize_regcache): Update.
184
185 * regcache.c (xfree_regcache_descr): Delete function.
186 (_initialize_regcache): Update call to register_gdbarch_data.
187 (init_regcache_descr, init_legacy_regcache_descr): Use
188 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
189
190 * remote.c (free_remote_state): Delete function.
191 (_initialize_remote): Update register_gdbarch_data.
192 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
193 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
194
195 2003-08-04 Andrew Cagney <cagney@redhat.com>
196
197 * reggroups.c (struct reggroup_el): Define.
198 (struct reggroups): Delete field "nr_group". Replace array
199 "group" with a "first" to "last" linked list.
200 (reggroups_init): Update. Allocate using gdbarch's obstack.
201 (reggroups_free): Delete function.
202 (add_group): Update. Add "el" parameter.
203 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
204 (default_groups): Update.
205 (reggroup_next): Replace reggroups.
206 (reggroups_dump): Update.
207 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
208 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
209 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
210
211 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
212
213 * Makefile.in (tui-interp.o): Update dependencies.
214
215 2003-08-04 David Carlton <carlton@kealia.com>
216
217 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
218 to internal_error call.
219 * source.c (forward_search_command): Add "%s" format argument.
220 (reverse_search_command): Ditto.
221 * top.c (quit_confirm): Ditto.
222 * cli/cli-setshow.c (do_setshow_command): Ditto.
223 * cp-valprint.c (cp_print_class_method): Replace
224 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
225 (cp_print_class_member): Ditto.
226 * event-top.c (command_line_handler): Ditto.
227 * linux-proc.c (linux_info_proc_cmd): Ditto.
228 * p-typeprint.c (pascal_type_print_base): Ditto.
229 * p-valprint.c (pascal_object_print_class_method): Ditto.
230 (pascal_object_print_class_member): Ditto.
231 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
232 * remote.c (remote_cisco_section_offsets): Ditto.
233 * top.c (command_line_input): Ditto.
234 * utils.c (vwarning,error_stream,quit): Ditto.
235 * valprint.c (print_floating,print_binary_chars)
236 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
237
238 2003-08-04 Andrew Cagney <cagney@redhat.com>
239
240 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
241
242 2003-08-02 Andrew Cagney <cagney@redhat.com>
243
244 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
245 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
246 amd64fbsd-nat.c.
247
248 2003-08-02 Andrew Cagney <cagney@redhat.com>
249
250 * Makefile.in: Update all dependencies and definitions.
251
252 2003-08-02 Adam Fedor <fedor@gnu.org>
253
254 * linespec.c (is_objc_method_format): New function
255 (decode_line_1, locate_first_half): Use it.
256 Fixes PR objc/1298
257
258 2003-08-01 Andrew Cagney <cagney@redhat.com>
259
260 * NEWS: Mention that m32r is multi-arch.
261 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
262 * configure.tgt: Recognize m32r-*-*.
263 * config/m32r/tm-m32r.h: Delete file.
264 * config/m32r/m32r.mt: New file.
265 * m32r-rom.c (m32r_upload_command): Use hostent only when
266 gethostname succeeds, in order to avoid a compilation
267 warning.
268 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
269 compiler warning.
270
271 2003-08-01 Michael Snyder <msnyder@redhat.com>
272
273 * sh-tdep.c (sh_frame_align): New gdbarch method.
274 (sh_gdbarch_init): Set up frame_align method.
275
276 2003-07-31 Michael Snyder <msnyder@redhat.com>
277
278 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
279 which is already covered by the new frames infrastructure.
280
281 2003-07-31 Andrew Cagney <cagney@redhat.com>
282
283 * user-regs.c (struct user_reg): Add "next" link.
284 (struct user_regs): Replace "user" with "first" and "last" links.
285 (append_user_reg): Add pre-allocated "reg" parameter.
286 (builtin_user_regs): Provide initial value for "last".
287 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
288 (user_regs_init): Allocate memory from the gdbarch obstack.
289 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
290 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
291 linked list.
292 (usernum_to_user_reg): New function.
293 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
294 (value_of_user_reg): Use usernum_to_user_reg.
295 (user_regs_free): Delete function.
296 (_initialize_user_regs): Update register_gdbarch_data call.
297
298 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
299
300 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
301
302 2003-07-30 Michael Snyder <msnyder@redhat.com>
303
304 * value.h (value_being_returned): Add a struct_addr argument.
305 * infcall.c (call_function_by_hand): Pass struct_addr to
306 value_being_returned.
307 * infcmd.c (print_return_value): Pass zero as struct_addr.
308 * values.c (value_being_returned): If struct_addr is passed,
309 use it instead of trying to recover it from the inferior.
310
311 2003-07-30 Kevin Buettner <kevinb@redhat.com>
312
313 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
314 the prologue analyzer won't need to attempt to extract the pc
315 value from the woefully incomplete dummy frame.
316 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
317 possible. Disable code which modifies the frame.
318
319 2003-07-28 Andrew Cagney <cagney@redhat.com>
320
321 * annotate.c (annotate_breakpoints_headers): Restrict annotation
322 to level 2.
323 (annotate_breakpoints_table, annotate_record): Ditto.
324 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
325 (annotate_field_name_end, annotate_field_value): Ditto.
326 (annotate_field_end, annotate_frame_source_begin): Ditto.
327 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
328 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
329 (annotate_frame_begin, annotate_frame_function_name): Ditto.
330 (annotate_frame_address_end, annotate_frame_address): Ditto.
331 (annotate_frame_args, annotate_frame_end): Ditto.
332 (annotate_frame_where, annotate_arg_begin): Ditto.
333 (annotate_arg_name_end, annotate_arg_value): Ditto.
334 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
335 (annotate_function_call, annotate_signal_name): Ditto.
336 (annotate_signal_string, annotate_signal_name_end): Ditto.
337 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
338 (annotate_value_begin, annotate_value_history_value): Ditto.
339 (annotate_value_history_end, annotate_value_end): Ditto.
340 (annotate_display_begin, annotate_display_number_end): Ditto.
341 (annotate_display_format, annotate_display_expression): Ditto.
342 (annotate_display_expression_end, annotate_display_value): Ditto.
343 (annotate_display_end, annotate_array_section_begin): Ditto.
344 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
345 (annotate_elt, annotate_array_section_end): Ditto.
346
347 2003-07-28 Andrew Cagney <cagney@redhat.com>
348
349 * regcache.c (struct regcache_descr): Update comments on
350 nr_raw_registers.
351 (init_legacy_regcache_descr): Don't set nr_raw_registers or
352 sizeof_raw_register_valid_p.
353 (init_regcache_descr): Set nr_raw_registers and
354 sizeof_raw_register_valid_p before calling
355 init_legacy_regcache_descr.
356
357 2003-07-28 Andrew Cagney <cagney@redhat.com>
358
359 * mips-tdep.c (print_gp_register_row): Print the GPR's register
360 MOD NUM_REGS.
361
362 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
363
364 * thread.c (info_threads_command): Use get_selected_frame ().
365 Check that there is at least one non-sentinel frame.
366
367 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
368
369 * m68hc11-tdep.c (struct frame_extra_info): Remove.
370 (m68hc11_pop_frame): Remove.
371 (m68hc11_frame_saved_pc): Remove.
372 (m68hc11_frame_chain): Remove.
373 (m68hc11_frame_init_saved_regs): Remove.
374 (m68hc11_init_extra_frame_info): Remove.
375 (m68hc11_store_struct_return): Remove.
376 (m68hc11_saved_pc_after_call): Remove.
377
378 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
379
380 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
381 frame unwind information.
382 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
383 and adapted for frame unwinding.
384 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
385 (m68hc11_unwind_pc): New function.
386 (m68hc11_frame_unwind_cache): New function to analyze frames.
387 (m68hc11_frame_this_id): New function to create new frame struct.
388 (m68hc11_frame_prev_register): New function to unwind a register from
389 the frame.
390 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
391 (m68hc11_frame_p): New function for the above.
392 (m68hc11_frame_base_address): New function to return fp of frame.
393 (m68hc11_frame_args_address): Update for frame.
394 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
395 (m68hc11_unwind_sp): New function.
396 (m68hc11_unwind_dummy_id): New function.
397 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
398 calls.
399
400 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
401
402 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
403 (m68hc11_guess_from_prologue): Advance the pc and frame size only
404 when we are beyond the current pc.
405
406 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
407
408 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
409 from m68hc11_push_arguments.
410 (m68hc11_push_arguments): Remove.
411 (m68hc11_push_return_address): Remove.
412 (m68hc11_gdbarch_init): Install the above; remove above deprecated
413 handlers; remove deprecated_extra_stack_alignment_needed.
414
415 2003-07-27 Andrew Cagney <cagney@redhat.com>
416
417 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
418 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
419 REAL_PC and not the pointer.
420 * hppa-hpux-tdep.c: Include frame.h
421
422 2003-07-27 Andrew Cagney <cagney@redhat.com>
423
424 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
425 GDB_MULTI_ACH_PARTIAL.
426
427 2003-07-27 Andrew Cagney <cagney@redhat.com>
428
429 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
430 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
431 operator at start and not end of line.
432 (decode_prologue): Ditto.
433 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
434 frame_unwind_register_unsigned instead of
435 frame_unwind_unsigned_register.
436 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
437 read_register.
438 (m32r_push_dummy_call): Use register_size instead of
439 REGISTER_RAW_SIZE.
440 (m32r_frame_sniffer): Replace m32r_frame_p.
441 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
442 * m32r-rom.c (report_transfer_performance): Delete extern
443 declaration.
444 (m32r_load, m32r_upload_command): Use print_transfer_performance
445 instead of report_transfer_performance.
446 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
447 / add_show_from_set.
448
449 2003-07-26 Andrew Cagney <cagney@redhat.com>
450
451 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
452 store_return_value and extract_struct_value_address.
453
454 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
455
456 PR c++/1267
457 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
458 NULL, default to the section containing PC.
459
460 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
461
462 * NEWS: Mention "regs" deprecated for m68hc11 too.
463
464 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
465 (m68hc11_print_register): New function to print out one register.
466 (m68hc11_print_registers_info): New function to print registers.
467 (show_regs): Deprecate and use the above.
468 (m68hc11_gdbarch_init): Install the print_registers_info.
469
470 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
471
472 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
473 that we have a SIGTRAP before returning non-zero.
474
475 2003-07-23 Michal Ludvig <mludvig@suse.cz>
476 Elena Zannoni <ezannoni@redhat.com>
477
478 * linespec.c (decode_line_2): Avoid crash if
479 find_function_start_sal() returns empty record.
480
481 2003-07-23 Andreas Schwab <schwab@suse.de>
482
483 * ia64-tdep.c (ia64_print_insn): New function.
484 (ia64_gdbarch_init): Set print_insn to it.
485 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
486 deprecated_tm_print_insn_info.
487
488 2003-07-22 Michael Snyder <msnyder@redhat.com>
489
490 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
491 handle 8-bit returns (long long).
492 (h8300h_extract_return_value): Ditto.
493 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
494
495 2003-07-22 Andrew Cagney <cagney@redhat.com>
496
497 * gdbarch.c Include "gdb_obstack.h".
498 (struct gdbarch): Add an "obstack".
499 (alloc_gdbarch_data): Allocate the gdbarch data using
500 GDBARCH_OBSTACK_CALLOC.
501 (free_gdbarch_data): Delete function.
502 (gdbarch_obstack_zalloc): New function.
503 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
504 Assert that the architecture is not initialized.
505 (gdbarch_alloc): Allocate an obstack, allocate the architecture
506 vector from the obstack.
507 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
508 architecture obstack.
509 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
510 (set_gdbarch_data): Assert that the data is not initialized.
511 (struct gdbarch_data): Delete member "free".
512 (register_gdbarch_data): Do not initialize "free".
513 * gdbarch.h, gdbarch.c: Re-generate.
514
515 2003-07-22 Andrew Cagney <cagney@redhat.com>
516
517 * configure.in (build_warnings): Add -Wformat-nonliteral.
518 * configure: Re-generate.
519
520 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
521
522 * dwarf2loc.c (locexpr_describe_location): Fix typos.
523
524 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
525
526 * findvar.c (read_var_value): Remove case for thread local storage
527 variables. It is now entirely handled by the dwarf2 location
528 expression code.
529 * printcmd.c (address_info): Ditto.
530 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
531 enumeration value.
532 (struct symbol): Remove objfile field, which was used by
533 LOC_THREAD_LOCAL_STATIC only.
534 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
535 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
536 usage of objfile pointer.
537 * dwarf2loc.c (locexpr_describe_location): Add case to handle
538 thread local variables.
539 Add include of objfiles.h.
540 * dwarf2expr.c (execute_stack_op): Add comments about thread local
541 storage variables.
542 * Makefile.in (dwarf2loc.o): Update dependencies.
543
544 2003-07-22 Andrew Cagney <cagney@redhat.com>
545
546 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
547 get_frame_base.
548 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
549 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
550 (struct value): Add opaque declaration.
551 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
552
553 2003-07-21 Andrew Cagney <cagney@redhat.com>
554
555 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
556 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
557
558 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
559
560 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
561 regcache_cooked_read_unsigned instead of read_register.
562 (m68hc11_saved_pc_after_call): Likewise.
563 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
564 instead of write_register.
565 (m68hc11_register_type): New function.
566 (m68hc11_register_virtual_type): Remove.
567 (m68hc11_store_return_value): Convert to use the regcache.
568 (m68hc11_extract_struct_value_address): Likewise.
569 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
570 m68hc11_register_type; undeprecate store_return_value and
571 extract_struct_value_address.
572
573 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
574
575 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
576 and translate to use regcache.
577 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
578
579 2003-07-18 Andrew Cagney <cagney@redhat.com>
580
581 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
582 * gdbarch.h, gdbarch.c: Re-generate.
583 * i386-tdep.c (i386_gdbarch_init): Do not set
584 DWARF2_BUILD_FRAME_INFO.
585 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
586 unconditionally.
587 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
588 DWARF2_BUILD_FRAME_INFO.
589
590 2003-07-18 Andrew Cagney <cagney@redhat.com>
591
592 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
593 * disasm.c (gdb_disassemble_info): Initilize di.arch.
594
595 2003-07-18 Andrew Cagney <cagney@redhat.com>
596
597 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
598 frame_unwind_address_in_block, instead of frame_pc_unwind.
599 (dwarf2_frame_cache): Ditto.
600
601 2003-07-18 Andrew Cagney <cagney@redhat.com>
602
603 * user-regs.h (struct gdbarch): Declare opaque.
604 * ui-out.h (struct ui_file): Declare opaque.
605 * dwarf2-frame.h (struct frame_info): Declare opaque.
606
607 2003-07-18 Kris Warkentin <kewarken@qnx.com>
608
609 * nto-procfs.c: Clean ARI hits. Change #include <..> to
610 #include "...".
611 (procfs_meminfo): Change strerror to safe_strerror.
612 (procfs_can_run): Remove K&R badness.
613
614 2003-07-17 Michael Snyder <msnyder@redhat.com>
615
616 * remote-sim.c: Comment typo fix.
617
618 2003-07-17 Andrew Cagney <cagney@redhat.com>
619
620 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
621 configure.
622 * sparc-tdep.c (sparc_intreg_size): Make non-static.
623 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
624 GDB_MULTI_ARCH_PARTIAL.
625
626 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
627
628 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
629 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
630 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
631
632 2003-07-16 Theodore A. Roth <troth@openavr.org>
633
634 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
635 found.
636 (avr_frame_unwind_cache): Don't unwind FP for main.
637 Update a comment.
638 Save the computed prev_sp.
639 (avr_saved_regs_unwinder): Remove function.
640 (avr_frame_prev_register): Use PC unwind logic from
641 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
642
643 2003-07-16 Andrew Cagney <cagney@redhat.com>
644
645 * frame-base.h (frame_base_p_ftype): Delete definition.
646 (frame_base_append_predicate): Delete declaration.
647 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
648 (frame_unwind_append_predicate): Delete declaration.
649 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
650 (append_predicate): Delete parameter "p".
651 (frame_unwind_append_predicate): Delete function.
652 (frame_unwind_append_sniffer): Update call to append_predicate.
653 (frame_unwind_free): Delete function.
654 (_initialize_frame_unwind): Pass NULL as "free" to
655 register_gdbarch_data.
656 (frame_unwind_init): Append the dummy_frame_sniffer.
657 (frame_unwind_find_by_frame): Simplify.
658 * frame-base.c (struct frame_base_table): Delete field "p".
659 (append_predicate): Delete parameter "p".
660 (frame_base_append_predicate): Delete function.
661 (frame_base_append_sniffer): Update call to append_predicate.
662 (frame_base_free): Delete function.
663 (frame_base_find_by_frame): Simplify.
664 (_initialize_frame_base): Pass NULL as "free" to
665 register_gdbarch_data.
666 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
667 (x86_64_sigtramp_frame_sniffer): Replace
668 "x86_64_sigtramp_frame_p".
669 (x86_64_init_abi): Set the frame unwind sniffers.
670 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
671 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
672 (m68k_gdbarch_init): Set the frame unwind sniffers.
673 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
674 "i386_sigtramp_frame_p".
675 (i386_frame_sniffer): Replace "i386_frame_p".
676 (i386_gdbarch_init): Set the frame unwind sniffers.
677 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
678 (avr_gdbarch_init): Set the frame unwind sniffers.
679 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
680 "alpha_sigtramp_frame_p"
681 (alpha_heuristic_frame_sniffer): Replace
682 "alpha_heuristic_frame_p".
683 (alpha_gdbarch_init): Set the frame unwind sniffers.
684 (alpha_dwarf2_init_abi): Ditto.
685 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
686 "alpha_debug_frame_p".
687 (alpha_mdebug_frame_base_sniffer): Replace
688 "alpha_mdebug_frame_base_p".
689 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
690 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
691 (d10v_gdbarch_init): Set the frame unwind sniffer.
692 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
693 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
694 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
695 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
696 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
697 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
698
699 2003-07-16 Michael Snyder <msnyder@redhat.com>
700
701 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
702 should go thru sh_dsp_register_sim_regno, else the dsp regs
703 will not get the right values.
704
705 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
706
707 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
708 deprecated_store_floating by call to store_typed_floating.
709 (sh_sh4_register_convert_to_raw): Substitute call to
710 deprecated_extract_floating by call to extract_typed_floating.
711
712 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
713
714 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
715
716 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
717
718 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
719 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
720 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
721 as possible.
722 (do_pseudo_register): Remove.
723 (sh_push_dummy_code): New function.
724 (sh64_store_struct_return): Rename from sh_store_struct_return.
725 Only called for sh64 now.
726 (sh_extract_struct_value_address): Regcache'ify.
727 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
728 and accomodate new tasks.
729 (sh64_push_return_address): Rename from sh_push_return_address.
730 Only called for sh64 now.
731 (sh_default_extract_return_value): Rename from sh_extract_return_value.
732 Regcache'ify.
733 (sh3e_sh4_extract_return_value): Regcache'ify.
734 (sh_default_store_return_value): Ditto.
735 (sh3e_sh4_store_return_value): Ditto.
736 (sh_default_register_byte): Remove.
737 (sh_sh4_register_byte): Remove.
738 (sh_default_register_raw_size): Remove.
739 (sh_sh4_register_raw_size): Remove.
740 (sh_register_virtual_size): Remove.
741 (sh_sh3e_register_virtual_type): Remove.
742 (sh_sh3e_register_type): New function.
743 (sh_sh4_register_virtual_type): Remove.
744 (sh_sh4_register_type): New function.
745 (sh_default_register_virtual_type): Remove.
746 (sh_default_register_type): New function.
747 (do_fv_register_info): Add parameters to accomodate call from
748 sh_print_registers_info.
749 (do_dr_register_info): Ditto.
750 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
751 Add parameters to accomodate call from sh_print_registers_info.
752 (sh_do_fp_register): Ditto.
753 (sh64_do_pseudo_register): Call do_dr_register_info,
754 do_fv_register_info and sh_do_fp_register with default parameters.
755 (sh_do_register): Add parameters to accomodate call from
756 sh_print_registers_info.
757 (sh_print_register): Ditto.
758 (sh_print_registers_info): Rename from sh_do_registers_info.
759 Add parameters to be used as gdbarch_print_registers_info
760 implementation. Accomodate removed do_pseudo_register function
761 pointer.
762 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
763 function pointer. Call sh_print_register with default parameters.
764 (sh64_do_registers_info): Call sh_print_registers_info instead of
765 sh_do_registers_info.
766 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
767 detection of deprecated vs. non-deprecated functionality.
768 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
769 function pointer assignments by direct function calls.
770
771 2003-07-15 Andrew Cagney <cagney@redhat.com>
772
773 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
774 (frame_register_unwind, create_new_frame): Ditto.
775 (legacy_get_prev_frame, get_frame_type): Ditto.
776 (get_frame_base_address): Use frame_base_find_by_frame.
777 (get_frame_locals_address): Use frame_base_find_by_frame.
778 (get_frame_args_address): Use frame_base_find_by_frame.
779 * frame-base.h (frame_base_sniffer_ftype): Declare.
780 (frame_base_append_sniffer): Declare.
781 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
782 * frame-base.c (append_predicate): Add a "sniffer" parameter.
783 (frame_base_append_sniffer): New function.
784 (frame_base_append_predicate): Add a NULL sniffer.
785 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
786 (struct frame_base_table): Add "sniffer".
787 (frame_base_free): Free the "sniffer" table.
788 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
789 (frame_unwind_append_sniffer): Declare.
790 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
791 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
792 (struct frame_unwind_table): Add "sniffer", delete "middle".
793 (append_predicate): Add "sniffer" parameter, append the sniffer.
794 (frame_unwind_init): Update append_predicate call.
795 (frame_unwind_append_sniffer): New function.
796 (frame_unwind_append_predicate): Update append_predicate call.
797 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
798
799 2003-07-15 Andrew Cagney <cagney@redhat.com>
800
801 * frame.c (get_prev_frame): Move disabled inside_entry_func to
802 before code inhibiting repeated unwind attempts. Add to
803 commentary on that test's problems.
804 * blockframe.c (inside_main_func): Look for "main" in the minimal
805 symbol table.
806 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
807 identical.
808
809 2003-07-15 Andrew Cagney <cagney@redhat.com>
810
811 * complaints.c (struct explanation): Define.
812 (struct complaints): Change type of "explanation" to "struct
813 explanation".
814 (symfile_explanations): Convert to a "struct explanation" table.
815 (vcomplaint): Update.
816
817 2003-07-15 Michal Ludvig <mludvig@suse.cz>
818
819 * x86-64-linux-nat.c (regmap): Removed.
820 (supply_gregset, fill_gregset): Call
821 x86_64_linux_(fill,supply)_gregset functions.
822 * x86-64-linux-tdep.c (USER_*): New defines.
823 (user_to_gdb_regmap, x86_64_core_fns): New structure.
824 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
825 New functions.
826 (fetch_core_registers): Ditto.
827 (_initialize_x86_64_linux_tdep): Call add_core_fns().
828 * x86-64-linux-tdep.h: New file.
829 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
830 and core-regset.o.
831 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
832
833 2003-07-13 Mark Kettenis <kettenis@gnu.org>
834
835 * x86-64-tdep.c (x86_64_store_return_value): Use
836 regcache_cooked_write_part instead of regcache_cooked_write.
837
838 * configure.host: Add x86_64-*-freebsd*.
839 * configure.tgt: Add x86_64-*-freebsd*.
840 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
841 * amd64fbsd-nat.c: New file.
842 * amd64fbsd-tdep.c: New file.
843 * config/i386/nm-fbsd64.h: New file.
844 * config/i386/fbsd64.mh: New file.
845 * config/i386/fbsd64.mt: New file.
846
847 2003-07-11 Mark Kettenis <kettenis@gnu.org>
848
849 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
850 `sc_regs_offset' and `sc_fpregs_offset'.
851 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
852 SIGFRAME_FPREGSAVE_OFF): Remove defines.
853 (alpha_sigtramp_register_address): Rewrite to use new members of
854 `struct gdbarch_tdep'.
855 (alpha_gdbarch_init): Initialize new members of struct
856 gdbarch_tdep'.
857 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
858 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
859 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
860 (alphafbsd_pc_in_sigtramp): Implement.
861 (alphafbsd_sigtramp_offset): New function.
862 (alphafbsd_sigcontext_addr): New function.
863 (alphafbsd_init_abi): Initialize signal trampoline related members
864 of `struct gdbarch_tdep'.
865 (_initialize_alphafbsd_tdep): Add prototype.
866
867 2003-07-11 Theodore A. Roth <troth@openavr.org>
868
869 * Makefile.in (install-only): Quote sed expression when generating
870 transformed_name.
871
872 2003-07-11 Richard Henderson <rth@redhat.com>
873
874 * Makefile.in (dwarf2-frame.o): Add complaints_h.
875 * dwarf2-frame.c: Include complaints.h.
876 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
877 variable initialization; return NULL on error.
878 (decode_frame_entry): New.
879
880 2003-07-11 Andrew Cagney <cagney@redhat.com>
881
882 * frame.h (frame_address_in_block): Delete declaration.
883 * blockframe.c (frame_address_in_block): Delete function.
884 (get_frame_block): Use get_frame_address_in_block.
885 (block_innermost_frame): Ditto.
886 * stack.c (print_frame, backtrace_command_1): Ditto.
887
888 * frame.h (get_frame_address_in_block): Declare.
889 (frame_unwind_address_in_block): Declare.
890 * frame.c (frame_unwind_address_in_block): New function.
891 (get_frame_address_in_block): New function.
892
893 2003-07-10 Andrew Cagney <cagney@redhat.com>
894
895 * gdbarch.sh: Simplify predicate methods. Remove need to provide
896 pre-default. Note: re-generate has no effect.
897
898 2003-07-10 Andrew Cagney <cagney@redhat.com>
899
900 * gdbarch.sh: When a variable, but not a function, compare against
901 0. Fix problem in previous patch.
902 * gdbarch.c: Re-generate.
903
904 2003-07-10 Andrew Cagney <cagney@redhat.com>
905
906 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
907 functions against NULL, not 0.
908 * gdbarch.c: Re-generate.
909
910 2003-07-10 Fred Fish <fnf@ninemoons.com>
911
912 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
913 null string instead of a null pointer.
914 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
915
916 2003-07-09 Michael Snyder <msnyder@redhat.com>
917
918 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
919
920 2003-07-09 Mark Kettenis <kettenis@gnu.org>
921
922 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
923 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
924 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
925 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
926 * x86-64-tdep.c: ... from here.
927
928 2003-07-09 Andreas Schwab <schwab@suse.de>
929
930 * m68k-tdep.h (enum struct_return): Define.
931 (struct gdbarch_tdep): Add struct_return.
932 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
933 bytes are padded to the right, not to the left. Pass struct value
934 address in register %a1, not on stack.
935 (m68k_use_struct_convention): New function.
936 (m68k_gdbarch_init): Set use_struct_convention. Initialize
937 struct_return in tdep to pcc_struct_return.
938 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
939 reg_struct_return.
940
941 2003-07-09 Joel Brobecker <brobecker@gnat.com>
942
943 * somread.c (som_symfile_offsets): Fix compilation error.
944
945 2003-07-09 Andrew Cagney <cagney@redhat.com>
946
947 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
948 Add comments about the checks.
949
950 2003-07-08 Andrew Cagney <cagney@redhat.com>
951
952 * Makefile.in: Make dependency section headers consistent.
953 (config_h): Move to $BUILD headers section.
954 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
955 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
956 (ada-exp.tab.c): Move to YACC/LEX section.
957 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
958 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
959
960 2003-07-08 Kris Warkentin <kewarken@qnx.com>
961
962 * nto-procfs.c: Cleaned up a bunch of ARI hits.
963 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
964 of strerror with safe_strerror, use ISO C function definitions,
965 and replace instances of sprintf with snprintf.
966
967 2003-07-07 Andrew Cagney <cagney@redhat.com>
968
969 * frame.c (get_prev_frame): Enable check for identical frames.
970 Update comments. Update error messages.
971
972 2003-07-07 Joel Brobecker <brobecker@gnat.com>
973
974 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
975
976 2003-07-07 Joel Brobecker <brobecker@gnat.com>
977
978 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
979 sort_symtab_syms, no longer necessary.
980
981 2003-07-07 Joel Brobecker <brobecker@gnat.com>
982
983 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
984
985 2003-07-07 Joel Brobecker <brobecker@gnat.com>
986
987 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
988 (mips_register_byte): Likewise.
989
990 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
991
992 * Makefile.in (sparc_tdep_h): New.
993 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
994 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
995 * sparc-linux-nat.c: Include "sparc-tdep.h".
996 * sparc-nat.c: Likewise.
997 * sparc-tdep.c: Likewise.
998 * sparc64nbsd-nat.c: Likewise.
999 * sparcnbsd-nat.c: Likewise.
1000 * sparcnbsd-tdep.c: Likewise.
1001 * sparc-tdep.h: New file.
1002 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
1003 and sparc_npc_regnum.
1004
1005 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1006
1007 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
1008 (mips_linux_cannot_store_register): List supported instead of
1009 unsupported registers.
1010
1011 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1012
1013 * disasm.c (dump_insns): Separate instructions from addresses.
1014
1015 2003-07-07 Andreas Schwab <schwab@suse.de>
1016
1017 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1018 dependencies.
1019 * m68k-tdep.c (NUM_FREGS): Delete.
1020 (SIG_PC_FP_OFFSET): Delete.
1021 (TARGET_M68K): Delete.
1022 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
1023 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
1024 P_MOVEL_SP, P_MOVEML_SP): Define.
1025 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
1026 P_TRAP): Delete.
1027 (m68k_register_raw_size): Delete.
1028 (m68k_register_virtual_size): Delete.
1029 (m68k_register_type): Renamed from m68k_register_virtual_type and
1030 add gdbarch argument.
1031 (m68k_store_struct_return): Delete.
1032 (m68k_deprecated_extract_return_value): Delete.
1033 (m68k_deprecated_extract_struct_value_address): Delete.
1034 (m68k_frame_chain): Delete.
1035 (m68k_frame_saved_pc): Delete.
1036 (m68k_fix_call_dummy): Delete.
1037 (m68k_push_dummy_frame): Delete.
1038 (m68k_pop_frame): Delete.
1039 (m68k_extract_return_value): New function.
1040 (m68k_store_return_value): Rewrite using regcache.
1041 (m68k_extract_struct_value_address): Rewrite using regcache.
1042 (m68k_push_dummy_call): New function.
1043 (struct m68k_frame_cache): Define.
1044 (m68k_alloc_frame_cache): New function.
1045 (m68k_analyze_frame_setup): New function.
1046 (m68k_analyze_register_saves): New function.
1047 (m68k_analyze_prologue): New function.
1048 (m68k_skip_prologue): Rewrite using above functions.
1049 (m68k_unwind_pc): New function.
1050 (m68k_frame_cache): New function.
1051 (m68k_frame_this_id): New function.
1052 (m68k_frame_prev_register): New function.
1053 (m68k_frame_unwind): New variable.
1054 (m68k_frame_p): New function.
1055 (m68k_sigtramp_frame_cache): New function.
1056 (m68k_sigtramp_frame_this_id): New function.
1057 (m68k_sigtramp_frame_prev_register): New function.
1058 (m68k_sigtramp_frame_unwind): New variable.
1059 (m68k_sigtramp_frame_p): New function.
1060 (m68k_frame_base_address): New function.
1061 (m68k_frame_base): New function.
1062 (m68k_unwind_dummy_id): New function.
1063 (fill_gregset): Use regcache_collect.
1064 (fill_fpregset): Likewise.
1065 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
1066 defined.
1067 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
1068 deprecated_init_frame_pc, deprecated_store_struct_return,
1069 deprecated_extract_return_value, deprecated_store_return_value,
1070 deprecated_frame_chain, deprecated_frame_saved_pc,
1071 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
1072 deprecated_register_virtual_size,
1073 deprecated_max_register_raw_size,
1074 deprecated_max_register_virtual_size,
1075 deprecated_register_virtual_type, deprecated_register_size,
1076 deprecated_register_byte, deprecated_register_bytes,
1077 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
1078 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
1079 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
1080 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
1081 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
1082 deprecated_push_dummy_frame, deprecated_pop_frame,
1083 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
1084 only if SYSCALL_TRAP is defined. Set extract_return_value,
1085 store_return_value, extract_struct_value_address, register_type,
1086 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
1087 predicates.
1088 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
1089 M68K_MAX_REGISTER_SIZE): Define.
1090 (struct m68k_sigtramp_info): Define.
1091 (struct gdbarch_tdep): Add get_sigtramp_info.
1092 * m68klinux-nat.c (fetch_register): Use register_size instead of
1093 REGISTER_RAW_SIZE. Don't put assignment in if.
1094 (store_register): Likewise.
1095 (fetch_inferior_registers): Likewise.
1096 (store_inferior_registers): Likewise.
1097 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
1098 (m68k_linux_frame_saved_pc): Delete.
1099 (m68k_linux_sigcontext_reg_offset,
1100 m68k_linux_ucontext_reg_offset): Define.
1101 (m68k_linux_get_sigtramp_info): New function.
1102 (m68k_linux_extract_return_value): Rewrite using regcache.
1103 (m68k_linux_store_return_value): Likewise.
1104 (m68k_linux_extract_struct_value_address): Likewise.
1105 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
1106 Don't set deprecated_frame_saved_pc,
1107 deprecated_extract_return_value, deprecated_store_return_value,
1108 deprecated_extract_struct_value_address. Set
1109 extract_return_value, store_return_value,
1110 extract_struct_value_address.
1111
1112 2003-07-07 Andrew Cagney <cagney@redhat.com>
1113
1114 * expprint.c: Include "user-regs.h" instead of "frame.h".
1115 (print_subexp): Use user_reg_map_regnum_to_name, instead of
1116 frame_map_regnum_to_name.
1117 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
1118 (frame_map_name_to_regnum): Simplify, call
1119 user_reg_map_name_to_regnum.
1120 (frame_map_regnum_to_name): Simplify, call
1121 user_reg_map_regnum_to_name.
1122 (frame_register_unwind): Update.
1123 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
1124 (_initialize_frame_reg): Call user_reg_add_builtin.
1125 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
1126 (value_of_register): Use value_of_user_reg.
1127 * eval.c (evaluate_subexp_standard): Update.
1128 * parse.c (write_dollar_variable): Update.
1129 * d10v-tdep.c (d10v_print_registers_info): Update.
1130 * infcmd.c (registers_info): Update.
1131 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
1132 (builtin_regs_h): Delete macro.
1133 (user_regs_h): Define.
1134 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
1135 (builtin-regs.o): Delete target.
1136 (user-regs.o): Specify dependencies.
1137 (expprint.o): Update dependencies.
1138 (findvar.o): Update dependencies.
1139 (frame.o): Update dependencies.
1140 (std-regs.o): Update dependencies.
1141
1142 2003-07-06 Christopher Faylor <cgf@redhat.com>
1143
1144 * win32-nat.c (solib_symbols_add): Use one variable for all section
1145 address stuff. Pass variable rather than address of variable to
1146 safe_symbol_file_add.
1147
1148 2003-07-06 Andreas Schwab <schwab@suse.de>
1149
1150 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
1151
1152 2003-07-04 Joel Brobecker <brobecker@gnat.com>
1153
1154 * rs6000-nat.c (vmap_symtab): Fix compilation error.
1155
1156 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1157
1158 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
1159
1160 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1161
1162 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
1163 * config/i386/nto.mh: New file.
1164 * config/i386/nm-nto.h: New file.
1165 * configure.host: Add i[3456]86-*-nto*.
1166
1167 2003-07-03 Joel Brobecker <brobecker@gnat.com>
1168
1169 * remote-vx.c (vx_add_symbols): Fix compilation error.
1170
1171 2003-07-03 Andrew Cagney <cagney@redhat.com>
1172
1173 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
1174 * gdbarch.h, gdbarch.c: Re-generate.
1175 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
1176 (legacy_register_name): Declare.
1177 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
1178 (REGISTER_NAME): Define.
1179 * sparc-tdep.c (legacy_register_name): New function.
1180 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
1181 (REGISTER_NAME): Define.
1182 (hppa64_register_name): Declare.
1183 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
1184 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
1185 (hppa64_register_name): New function.
1186 (hppa_register_name): New function.
1187 * arch-utils.c (legacy_register_name): Delete.
1188 * arch-utils.h (legacy_register_name): Delete.
1189
1190 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
1191
1192 * cli/cli-interp.c (cli_interpreter_resume): Update the
1193 cli_uiout's stream to gdb_stdout.
1194
1195 2003-07-03 Andrew Cagney <cagney@redhat.com>
1196
1197 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
1198 predicate.
1199 * gdbarch.h, gdbarch.c: Re-generate.
1200 * regcache.c (init_regcache_descr): Use legacy code when either
1201 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
1202
1203 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1204
1205 * NEWS: Move "set logging" entry into GDB 6.0 section.
1206
1207 2003-07-02 Jim Blandy <jimb@redhat.com>
1208
1209 * s390-tdep.c (struct frame_extra_info): new member:
1210 'stack_bought_valid'.
1211 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
1212 initialize fextra_info->stack_bought.
1213 (s390_frameless_function_invocation): Don't trust the value of
1214 fextra_info_ptr->stack_bought unless
1215 fextra_info->stack_bought_valid is set.
1216
1217 New S390 prologue analyzer.
1218 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
1219 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1220 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1221 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
1222 compute_x_addr, s390_on_stack, s390_store,
1223 s390_get_signal_frame_info): New functions.
1224 (S390_NUM_SPILL_SLOTS): New macro.
1225 (s390_get_frame_info): Rewritten.
1226 (is_arg_reg): Deleted.
1227
1228 Break out the decoding of S/390 instructions into separate
1229 functions, to make it more legible, and easier to check
1230 against the spec.
1231 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
1232 is_rx, is_rxe): New functions.
1233 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
1234 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
1235 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
1236 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
1237 enums for opcode values. (Is this an improvement?)
1238
1239 2003-07-02 Andrew Cagney <cagney@redhat.com>
1240
1241 * i386-tdep.c: Revert change committed as part of trad-frame code
1242 below.
1243
1244 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1245
1246 * breakpoint.c (insert_catchpoint): Make static.
1247
1248 2003-07-02 Andreas Schwab <schwab@suse.de>
1249
1250 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
1251 former ia64_push_arguments and ia64_push_return_address, and use
1252 regcache functions instead of read/write_register.
1253 (ia64_gdbarch_init): Set push_dummy_call instead of
1254 deprecated_push_arguments and deprecated_push_return_address.
1255
1256 2003-07-01 Andreas Jaeger <aj@suse.de>
1257
1258 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1259 before the call.
1260 Set %rax only to number of SSE registers used.
1261
1262 2003-07-01 Andrew Cagney <cagney@redhat.com>
1263
1264 * trad-frame.h: Update comments, a -1 .addr is reserved.
1265 (trad_frame_value_p, trad_frame_addr_p): Declare.
1266 (trad_frame_reg_p): Declare.
1267 (trad_frame_set_value): Rename trad_frame_register_value.
1268 (trad_frame_set_unknown): Declare.
1269 * trad-frame.c (trad_frame_realreg_p): New function.
1270 (trad_frame_addr_p, trad_frame_value_p): New function.
1271 (trad_frame_set_unknown): New function.
1272 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1273 (trad_frame_prev_register): Use trad_frame_realreg_p,
1274 trad_frame_addr_p and trad_frame_value_p.
1275 (trad_frame_set_value): Rename trad_frame_register_value.
1276 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1277 and trad_frame_set_value.
1278
1279 2003-06-30 Jim Blandy <jimb@redhat.com>
1280
1281 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1282 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1283 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1284 for 16 registers, and then 32 more bytes.
1285 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1286 New macros.
1287 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1288 Move up in the file, since it's now used by is_simple_arg.
1289 (is_simple_arg): Don't assume registers are four bytes long.
1290 Exclude all double arguments. Extended floats are not simple
1291 args.
1292 (is_power_of_two): New function.
1293 (pass_by_copy_ref): Call is_power_of_two, and check that the
1294 length fits in a register, rather than listing all the acceptable
1295 sizes. Extended floats are not passed by reference.
1296 (s390_push_arguments): Don't assume registers are four bytes long.
1297 Reserve an argument register to point to the buffer for structures
1298 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1299 S390_STACK_FRAME_OVERHEAD.
1300
1301 2003-06-30 Andreas Schwab <schwab@suse.de>
1302
1303 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1304 format error message.
1305
1306 2003-06-30 Joel Brobecker <brobecker@gnat.com>
1307
1308 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1309
1310 2003-06-30 David Carlton <carlton@kealia.com>
1311
1312 Band-aid for PR c++/1245.
1313 * Makefile.in (cp-support.o): Depend on complaints_h.
1314 * cp-support.c: Include complaints.h. Add declaration for
1315 find_last_component.
1316 (cp_find_first_component): Separate code into
1317 cp_find_first_component_aux.
1318 (cp_find_first_component_aux): Call demangled_name_complaint.
1319 (demangled_name_complaint): New.
1320
1321 2003-06-30 Andrew Cagney <cagney@redhat.com>
1322
1323 * remote.c (remote_write_bytes): Explicitly compute and then use
1324 the payload size. Update comments to reflect. Fixes problem of
1325 GDB not sending small packets as found by Fred Fish.
1326
1327 2003-06-30 Andrew Cagney <cagney@redhat.com>
1328
1329 * remote.c (remote_async_wait): Fix -Wformat problem.
1330
1331 2003-06-29 Andrew Cagney <cagney@redhat.com>
1332
1333 * remote.c (remote_wait): Call error, and not warning, when the
1334 packet is corrupt.
1335 (remote_async_wait): Ditto.
1336
1337 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1338
1339 * sparc-tdep.c (sparc_y_regnum): Make external again.
1340
1341 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1342
1343 * cli/cli-logging.c (pop_output_files): Add void to function
1344 definition.
1345
1346 2003-06-29 Andrew Cagney <cagney@redhat.com>
1347
1348 * frame.c (frame_register_unwind): Use unsigned char when dumping
1349 the buffer contents.
1350
1351 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
1352
1353 * cli/cli-logging.c: New file.
1354 * cli-out.c (struct ui_out_data): Add original_stream.
1355 (cli_redirect): New function.
1356 (cli_ui_out_impl): Add cli_redirect.
1357 (cli_out_new): Initialize original_stream.
1358 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1359 (uo_redirect, ui_out_redirect): New.
1360 * ui-out.h (struct ui_out_impl): Add redirect member.
1361 (redirect_ftype): New.
1362 (ui_out_redirect): Add prototype.
1363 * Makefile.in: Add rules for cli-logging.c.
1364 * NEWS: Mention "set logging".
1365
1366 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1367
1368 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1369
1370 2003-06-27 Andrew Cagney <cagney@redhat.com>
1371
1372 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1373 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1374 * avr-tdep.c (avr_call_dummy_address): Delete function.
1375 (avr_gdbarch_init): Do not set call_dummy_address.
1376
1377 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1378
1379 * symfile.c (syms_from_objfile): Move variables to inner block.
1380 Move the checks for the non-mainline case a bit earlier to avoid
1381 doing some useless computations.
1382
1383 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1384
1385 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1386
1387 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
1388
1389 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1390 sections.
1391
1392 2003-06-26 Michael Chastain <mec@shout.net>
1393
1394 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1395 gdb/testsuite/gdb.c++/pr-1210.exp.
1396
1397 2003-06-26 Andrew Cagney <cagney@redhat.com>
1398
1399 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1400 altivec_expression.h and altivec_registers.h.
1401
1402 2003-06-26 Andrew Cagney <cagney@redhat.com>
1403
1404 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1405 info->mach when MIPS16. Patch suggested by Fred Fish.
1406
1407 2003-06-26 Andrew Cagney <cagney@redhat.com>
1408
1409 * utils.c (internal_vproblem): Print the problem to a reason
1410 buffer and then pass to query. Make the msg variable more local.
1411
1412 2003-06-26 Andrew Cagney <cagney@redhat.com>
1413
1414 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1415 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1416 * gdbarch.h, gdbarch.c: Re-generate.
1417 * frame-base.c (default_frame_args_address): Update. Use
1418 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1419 not available.
1420 (default_frame_locals_address): Ditto for
1421 DEPRECATED_FRAME_LOCALS_ADDRESS.
1422 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1423 (vax_frame_num_args): Update.
1424 (vax_gdbarch_init): Update.
1425 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1426 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1427 * mcore-tdep.c (mcore_gdbarch_init): Update.
1428 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1429 * ia64-tdep.c (ia64_gdbarch_init): Update.
1430 * symtab.h (address_class): Update comments.
1431 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1432 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1433 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1434 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1435 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1436 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1437 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1438 * alpha-mdebug-tdep.c: Update.
1439 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1440
1441 2003-06-26 Andreas Jaeger <aj@suse.de>
1442
1443 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1444 of SSE registers so that varargs functions work. Rework handling
1445 of passing arguments on the stack.
1446 (x86_64_store_return_value): Return double and float values in SSE
1447 register.
1448
1449 2003-06-24 Michael Chastain <mec@shout.net>
1450
1451 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1452 the "constructor breakpoints ignored" bug.
1453
1454 2003-06-25 David Carlton <carlton@kealia.com>
1455
1456 * MAINTAINERS: Update e-mail address.
1457
1458 2003-06-24 Jim Blandy <jimb@redhat.com>
1459
1460 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1461
1462 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1463 function.
1464 (ppc_linux_init_abi): Register it as the
1465 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1466
1467 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1468 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1469 method.
1470
1471 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1472 (ppc64_standard_linkage_target): Use it.
1473
1474 2003-06-23 Andrew Cagney <cagney@redhat.com>
1475
1476 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1477 for 0 "int0" and 4 "int32" sized registers.
1478 * gdbtypes.c (builtin_type_int0): Define.
1479 (build_gdbtypes): Initialize builtin_type_int0.
1480 * gdbtypes.h (builtin_type_int0): Declare.
1481
1482 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1483
1484 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1485 as characters are unsigned.
1486
1487 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1488
1489 PR gdb/1179
1490 * dwarfread.c (struct_type): Skip static fields without crashing.
1491
1492 2003-06-22 Andrew Cagney <cagney@redhat.com>
1493
1494 GDB 6.0 branch created.
1495 * README: Update.
1496 * PROBLEMS: Update. Empty.
1497 * NEWS: Update.
1498
1499 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1500
1501 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1502 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1503
1504 2003-06-22 Andrew Cagney <cagney@redhat.com>
1505
1506 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1507 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1508 Velikov.
1509
1510 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1511
1512 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1513 compilers.
1514
1515 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1516
1517 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1518 argument of val_print.
1519 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1520 to the address argument of baseclass_offset or target_read_memory.
1521 Do add it to the argument of cp_print_value_fields.
1522
1523 2003-06-21 Andrew Cagney <cagney@redhat.com>
1524
1525 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1526 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1527 instead of 0..NUM_REGS.
1528 (mips_register_reggroup_p): New function.
1529 (mips_pseudo_register_write): New function.
1530 (mips_pseudo_register_read): New function.
1531 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1532 based on the register's type.
1533 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1534 cooked.
1535 (mips_get_saved_register): Simplify. Assert that REGNO is a
1536 pseudo / cooked.
1537 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1538 (mips_register_type): Replace mips_register_virtual_type. Map
1539 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1540 when available.
1541 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1542 that the register is cooked / virtual.
1543 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1544 Only get the extra info when needed.
1545 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1546 (mips32_heuristic_proc_desc): Fetch the cooked register.
1547 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1548 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1549 (mips_print_register): Use gdbarch_register_type, instead of
1550 REGISTER_VIRTUAL_TYPE.
1551 (print_gp_register_row): Use gdbarch_register_type, instead of
1552 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1553 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1554 Print the pseudo / cooked registers.
1555 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1556 Print the pseudo / cooked registers.
1557 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1558 REG_NUM is pseudo / cooked.
1559 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1560 (mips_n32n64_xfer_return_value): Ditto.
1561 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1562 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1563 (mips_register_sim_regno): New function.
1564 (mips_gdbarch_init): Set deprecated_register_byte,
1565 register_group_p, pseudo_register_write, pseudo_register_read,
1566 register_sim_regno, and num_pseudo_regs. Set register_type,
1567 instead of register_virtual_type.
1568 * Makefile.in (mips-tdep.o): Update dependencies.
1569 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1570 REGISTER_VIRTUAL_TYPE.
1571 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1572 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1573 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1574 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1575 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1576
1577 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1578
1579 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1580 * cli/cli-cmds.c: Include "gdb_vfork.h".
1581 (shell_escape): Use vfork.
1582
1583 2003-06-21 Andrew Cagney <cagney@redhat.com>
1584
1585 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1586 32 bit floating-point register saves.
1587
1588 * frame.h (deprecated_unwind_get_saved_register): Delete.
1589 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1590 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1591 and deprecated_get_next_frame_hack instead of
1592 deprecated_unwind_get_saved_register.
1593
1594 * mips-tdep.c (mips_dump_tdep): Do not print
1595 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1596
1597 * frame.c (get_frame_register): New function.
1598 (frame_unwind_register_signed): New function.
1599 (get_frame_register_signed): New function.
1600 (frame_unwind_register_unsigned): New function.
1601 (get_frame_register_unsigned): New function.
1602 * frame.h: Add comments on naming schema.
1603 (get_frame_register, frame_unwind_register_signed): Declare.
1604 (get_frame_register_signed, get_frame_register_signed): Declare.
1605 (frame_unwind_register_unsigned): Declare.
1606 (get_frame_register_unsigned): Declare.
1607
1608 2003-06-20 Theodore A. Roth <troth@openavr.org>
1609
1610 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1611
1612 2003-06-20 Theodore A. Roth <troth@openavr.org>
1613
1614 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1615 (avr_read_sp): Ditto.
1616
1617 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
1618
1619 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1620 * config/arm/nm-linux.h: Likewise.
1621 * config/arm/tm-linux.h: Likewise.
1622 * config/ia64/nm-linux.h: Likewise.
1623 * config/ia64/tm-ia64.h: Likewise.
1624 * config/s390/tm-linux.h: Likewise.
1625 * config/s390/tm-s390.h: Likewise.
1626 * s390-nat.c: Likewise.
1627 * s390-tdep.c: Likewise.
1628
1629 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1630 * config/ia64/linux.mt: Likewise.
1631 * config/m68k/linux.mh: Likewise.
1632 * config/mips/linux.mt: Likewise.
1633 * config/powerpc/linux.mh: Likewise.
1634 * config/sh/linux.mt: Likewise.
1635
1636 2003-06-19 Kris Warkentin <kewarken@qnx.com>
1637
1638 * solib.c (solib_open): Change tests for whether to search
1639 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1640 comments.
1641
1642 2003-06-19 Theodore A. Roth <troth@openavr.org>
1643
1644 * avr-tdep.c (avr_frame_address): Delete function.
1645 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1646 set_gdbarch_frame_args_address.
1647
1648 2003-06-19 Andrew Cagney <cagney@redhat.com>
1649
1650 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1651 (REGISTER_CONVERT_FROM_TYPE): Delete.
1652 (mips_register_convert_to_type): Delete declaration.
1653 (mips_register_convert_from_type): Delete declaration.
1654 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1655 kernel/.
1656
1657 2003-06-19 Michael Snyder <msnyder@redhat.com>
1658
1659 * linux-nat.h: New file.
1660 * linux-nat.c: Include linux-nat.h.
1661 * lin-lwp.c: Include linux-nat.h.
1662 Move struct lwp_info def to linux-nat.h.
1663 * linux-proc.c: Include linux-nat.h.
1664 (linux_make_note_section): Iterate over lwps instead of threads.
1665 (linux_do_thread_registers): Use lwp instead of merged pid.
1666 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
1667 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
1668 Add dependency on linux_nat_h.
1669
1670 2003-06-19 Theodore A. Roth <troth@openavr.org>
1671
1672 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1673
1674 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1675
1676 * varobj.c (get_type, get_target_type): Use check_typedef.
1677
1678 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1679
1680 * breakpoint.c (insert_catchpoint): Call internal_error.
1681
1682 2003-06-19 Theodore A. Roth <troth@openavr.org>
1683
1684 * avr-tdep.c (avr_push_dummy_code): Delete function.
1685 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1686
1687 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1688
1689 * arch-utils.c (default_prepare_to_proceed): Remove.
1690 (generic_prepare_to_proceed): Remove.
1691 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1692 (generic_prepare_to_proceed): Remove prototype.
1693 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1694 * gdbarch.c: Regenerate.
1695 * gdbarch.h: Regenerate.
1696 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1697 * hppah-nat.c (hppa_switched_threads): Remove.
1698 * infrun.c (prepare_to_proceed): New static function, copied from
1699 generic_prepare_to_proceed. Remove select_it argument.
1700 (proceed): Call prepare_to_proceed.
1701 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1702 variables.
1703 (ptrace_wait): Don't set the removed variables.
1704 (hppa_switched_threads): Remove.
1705 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1706 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1707 (lin_lwp_prepare_to_proceed): Remove prototype.
1708 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1709 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1710
1711 2003-06-18 Theodore A. Roth <troth@openavr.org>
1712
1713 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1714 trad-frame.h.
1715 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1716 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1717 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1718 (AVR_PROLOGUE_*): Enumerate prologue types.
1719 (struct frame_extra_info): Remove.
1720 (struct avr_unwind_cache): Define.
1721 (avr_write_sp): Delete function.
1722 (avr_read_fp): Ditto.
1723 (avr_init_extra_frame_info): Ditto.
1724 (avr_pop_frame): Ditto.
1725 (avr_frame_saved_pc): Ditto.
1726 (avr_saved_pc_after_call): Ditto.
1727 (avr_push_return_address): Ditto.
1728 (avr_frame_chain): Ditto.
1729 (avr_store_struct_return): Ditto.
1730 (avr_push_arguments): Ditto.
1731 (avr_scan_prologue): Update comments. Changed to set up the info for
1732 cache unwinding. Now returns end of prologue PC.
1733 (avr_skip_prologue): Better handling of functions lacking a prologue
1734 by using avr_scan_prologue.
1735 (avr_scan_arg_moves): New function.
1736 (avr_saved_regs_unwinder): Ditto.
1737 (avr_frame_unwind_cache): Ditto.
1738 (avr_unwind_pc): Ditto.
1739 (avr_frame_this_id): Ditto.
1740 (avr_frame_prev_register): Ditto.
1741 (avr_frame_p): Ditto.
1742 (avr_frame_base_address ): Ditto.
1743 (avr_unwind_dummy_id): Ditto.
1744 (avr_push_dummy_code): Ditto.
1745 (push_stack_item): Ditto.
1746 (pop_stack_item): Ditto.
1747 (avr_push_dummy_call): Ditto.
1748 (struct stack_item): Define.
1749 (avr_frame_unwind): Declare structure.
1750 (avr_frame_base): Ditto.
1751 (avr_gdbarch_init): Remove calls to
1752 set_gdbarch_deprecated_init_frame_pc,
1753 set_gdbarch_deprecated_target_read_fp,
1754 set_gdbarch_deprecated_dummy_write_sp,
1755 set_gdbarch_deprecated_fp_regnum,
1756 set_gdbarch_deprecated_push_arguments,
1757 set_gdbarch_deprecated_push_return_address,
1758 set_gdbarch_deprecated_pop_frame,
1759 set_gdbarch_deprecated_store_struct_return,
1760 set_gdbarch_deprecated_frame_init_saved_regs,
1761 set_gdbarch_deprecated_init_extra_frame_info,
1762 set_gdbarch_deprecated_frame_chain,
1763 set_gdbarch_deprecated_frame_saved_pc,
1764 set_gdbarch_deprecated_saved_pc_after_call.
1765 Add calls to set_gdbarch_push_dummy_call,
1766 set_gdbarch_push_dummy_code,
1767 frame_unwind_append_predicate,
1768 frame_base_set_default,
1769 set_gdbarch_unwind_dummy_id,
1770 set_gdbarch_unwind_pc.
1771 Wrap a long line.
1772
1773 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
1774
1775 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1776 registers for H8/300S.
1777 (h8300_print_registers_info): Ditto.
1778 (h8300_gdbarch_init): Accommodate register count for H8/300S.
1779
1780 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
1781
1782 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1783 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1784 (lin_lwp_wait): Likewise. Update comments.
1785 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1786 (pull_pid_from_list, linux_record_stopped_pid): New.
1787
1788 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1789
1790 * ada-lang.c (scan_discrim_bound): Name first argument.
1791 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1792 declared by ALL_BLOCK_SYMBOLS.
1793
1794 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1795
1796 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1797 ("regcache.h"): Include it.
1798 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1799
1800 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1801
1802 * NEWS: Mention gdbserver detach change and "disconnect" command.
1803 * infcmd.c (disconnect_command): New function.
1804 (_initialize_infcmd): Add ``disconnect'' command.
1805 * remote.c (remote_async_detach): Delete.
1806 (remote_detach): Merge remote_async_detach.
1807 (remote_disconnect): New.
1808 (init_remote_ops): Set to_disconnect.
1809 (init_remote_cisco_ops): Likewise.
1810 (init_remote_async_ops): Likewise. Use remote_detach.
1811 * target.c (cleanup_target): Default to_disconnect.
1812 (update_current_target): Inherit to_disconnect.
1813 (target_disconnect, debug_to_disconnect): New functions.
1814 (setup_target_debug): Set to_disconnect.
1815 * target.h (struct target_ops): Add to_disconnect.
1816 (target_disconnect): Add prototype.
1817
1818 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1819
1820 * breakpoint.c (insert_catchpoint): New function.
1821 (insert_breakpoints): Use catch_exceptions to call
1822 insert_catchpoint. Disable catchpoints if they fail to insert.
1823
1824 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1825
1826 * symfile.c (reread_symbols): Clear sym_private.
1827
1828 2003-06-17 Andrew Cagney <cagney@redhat.com>
1829
1830 * trad-frame.h (struct frame_info): Add opaque declaration.
1831 * remote-fileio.h (struct cmd_list_element): Add opaque
1832 declaration.
1833 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
1834 comments.
1835
1836 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1837
1838 * remote.c (remote_prepare_to_store): Replace call to
1839 deprecated_read_register_bytes with multiple regcache_raw_read
1840 calls.
1841
1842 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1843
1844 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
1845 (nto_find_and_open_solib): Likewise.
1846 (nto_init_solib_absolute_prefix): Likewise.
1847 (_initialize_nto_tdep): Fix indentation.
1848
1849 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1850
1851 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
1852
1853 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1854
1855 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
1856
1857 2003-06-17 Jim Blandy <jimb@redhat.com>
1858
1859 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
1860
1861 2003-06-16 Theodore A. Roth <troth@openavr.org>
1862
1863 * avr-tdep.c (avr_extract_return_value): New function.
1864 (avr_gdbarch_init): Set extract_return_value method.
1865
1866 2003-06-16 Andrew Cagney <cagney@redhat.com>
1867
1868 * frame.h (deprecated_get_next_frame_hack): Declare.
1869 * frame.c (legacy_saved_regs_prev_register): Only require
1870 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
1871 there are always saved regs.
1872 (deprecated_generic_get_saved_register): Do not require
1873 DEPRECATED_FRAME_INIT_SAVED_REGS.
1874 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
1875 use frame ID unwind instead.
1876 (deprecated_get_next_frame_hack): New function.
1877
1878 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
1879
1880 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
1881 (h8300_push_dummy_call): ...this function. Some minor optimization.
1882 (h8300_push_return_address): Remove.
1883 (h8300_gdbarch_init): Remove calls to
1884 set_gdbarch_deprecated_dummy_write_sp,
1885 set_gdbarch_deprecated_push_arguments and
1886 set_gdbarch_deprecated_push_return_address.
1887 Add call to set_gdbarch_push_dummy_call.
1888
1889 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
1890
1891 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
1892 (E_PSEUDO_EXR_REGNUM): Ditto.
1893 (h8300_is_argument_spill): Check for instructions moving argument
1894 registers into safe registers.
1895 (h8300_skip_prologue): Check for stm instruction to push registers
1896 used for register variables onto stack.
1897 (gdb_print_insn_h8300): Remove.
1898 (h8300_examine_prologue): Add a comment.
1899 (h8300_register_name): Take pseudo registers into account.
1900 (h8300s_register_name): Ditto.
1901 (h8300sx_register_name): Ditto.
1902 (h8300_print_register): Ditto.
1903 (h8300_print_registers_info): Define "nice" printing order.
1904 (h8300_saved_pc_after_call): Take pseudo registers into account.
1905 (h8300_register_type): Ditto. Return type used for remote connection
1906 when requesting real CCR or EXR register, return actual type when
1907 requesting pseudo CCR or EXR.
1908 (h8300_pseudo_register_read): New function.
1909 (h8300_pseudo_register_write): Ditto.
1910 (h8300_dbg_reg_to_regnum): Ditto.
1911 (h8300s_dbg_reg_to_regnum): Ditto.
1912 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
1913 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
1914 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
1915 set_gdbarch_print_insn architecture dependent.
1916 Call set_gdbarch_pseudo_register_read and
1917 set_gdbarch_pseudo_register_write.
1918 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
1919
1920 2003-06-16 Andrew Cagney <cagney@redhat.com>
1921
1922 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
1923 * gdbarch.h, gdbarch.c: Re-generate.
1924 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1925 * s390-tdep.c (s390_gdbarch_init): Update.
1926 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1927 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1928 * mips-tdep.c (mips_gdbarch_init): Update.
1929 * mcore-tdep.c (mcore_gdbarch_init): Update.
1930 * cris-tdep.c (cris_gdbarch_init): Update.
1931 * infcall.c (call_function_by_hand): Update.
1932 * ia64-tdep.c (ia64_push_arguments): Update comment.
1933 * frame.c (legacy_get_prev_frame): Do not assume
1934 SAVE_DUMMY_FRAME_TOS_P.
1935 * dummy-frame.c (find_dummy_frame): Update comment.
1936
1937 2003-06-16 Andrew Cagney <cagney@redhat.com>
1938
1939 * regcache.c (do_cooked_read): Do not use register_valid_p.
1940
1941 2003-06-15 Theodore A. Roth <troth@openavr.org>
1942
1943 * avr-tdep.c (avr_register_type): Remove a blank line.
1944 (avr_scan_prologue): Correct some comments.
1945
1946 2003-06-15 Theodore A. Roth <troth@openavr.org>
1947
1948 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
1949 prologue types.
1950 Properly scan prologues generated by gcc with the -mcall-prologues
1951 option.
1952 Add code to scan -mcall-prologues for mega devices.
1953
1954 2003-06-15 Theodore A. Roth <troth@openavr.org>
1955
1956 * avr-tdep.c (avr_register_byte): Delete function.
1957 (avr_register_raw_size): Delete function.
1958 (avr_register_virtual_size): Delete function.
1959 (avr_register_virtual_type): Delete function.
1960 (avr_register_type): New function.
1961 (avr_address_to_pointer): Remove unused code.
1962 (avr_read_fp): Need to read FP as two separate bytes due to change to
1963 avr_register_type() usage.
1964 (avr_gdbarch_init): Don't set deprecated_register_size.
1965 Don't set deprecated_register_bytes.
1966 Don't set deprecated_register_byte.
1967 Don't set deprecated_register_raw_size.
1968 Don't set deprecated_max_register_raw_size.
1969 Don't set deprecated_register_virtual_size.
1970 Don't set deprecated_max_register_virtual_size.
1971 Don't set deprecated_register_virtual_type.
1972 Set register_type method.
1973
1974 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
1975
1976 * Makefile.in (linux-nat.o): Add rule.
1977 * linux-nat.c: New file.
1978 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
1979 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
1980 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
1981 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
1982 * config/arm/linux.mh (NATDEPFILES): Likewise.
1983 * config/i386/linux.mh (NATDEPFILES): Likewise.
1984 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1985 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1986 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1987 * config/mips/linux.mh (NATDEPFILES): Likewise.
1988 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
1989 * config/s390/s390.mh (NATDEPFILES): Likewise.
1990 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1991
1992 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1993
1994 * i387-tdep.c: Reorder includes, fix some whitespace issues and
1995 replace out-of-date comment.
1996
1997 2003-06-15 Andrew Cagney <cagney@redhat.com>
1998
1999 * rdi-share/host.h (Fail): Change to a varargs function.
2000 * remote-rdi.c (Fail): Update.
2001
2002 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2003
2004 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
2005 (i386_convert_register_p, i386_register_to_value,
2006 i386_register_from_value): Handle types longer than 8 bytes.
2007
2008 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2009
2010 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
2011 Move floating-point code to new function in i387-tdep.c.
2012 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
2013 New functions containing code moved here from i386-tdep.c.
2014 * i387-tdep.h: Add opaque declaration for `struct type'.
2015 (i387_register_to_value, i387_value_to_register): New prototypes.
2016 * x86-64-tdep.c (x86_64_convert_register_p): New function.
2017 (x86_64_init_abi): Set convert_register_p, register_to_value and
2018 value_to_register here.
2019
2020 2003-06-14 Andrew Cagney <cagney@redhat.com>
2021
2022 * mips-tdep.c (mips_register_to_value): Make static.
2023 (mips_value_to_register): Make static.
2024 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
2025 * ia64-tdep.c (ia64_register_raw_size): Make static.
2026 (ia64_register_virtual_size): Make static.
2027 (ia64_register_byte): Make static.
2028 * i387-tdep.c: Include "i387-tdep.h".
2029 (print_387_control_word): Delete function.
2030 (print_387_status_word): Delete function.
2031 (print_387_status_bits): Delete function.
2032 (print_387_control_bits): Delete function.
2033 * Makefile.in (i387-tdep.o): Update dependencies.
2034 * rdi-share/host.h (Fail): Declare.
2035 * remote-rdi.c (Fail): Update to match declaration.
2036
2037 2003-06-14 Andrew Cagney <cagney@redhat.com>
2038
2039 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
2040 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
2041 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
2042 * config/djgpp/fnchange.lst: Delete "remote-array.c".
2043 * README: Delete reference to remote-array.
2044 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
2045 (remote-array.o): Delete target.
2046 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
2047 * remote-array.c: Delete file.
2048
2049 2003-06-14 Andrew Cagney <cagney@redhat.com>
2050 Mark Kettenis <kettenis@gnu.org>
2051
2052 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
2053 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
2054 parameter with "frame".
2055 * gdbarch.h, gdbarch.c: Re-generate.
2056 * frame.h (put_frame_register): Declare.
2057 * frame.c (put_frame_register): New function.
2058 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
2059 (legacy_register_to_value): Rewrite, use "frame" to get the
2060 register value.
2061 (legacy_value_to_register): Rewrite, use "frame" to find the
2062 register's location before storing.
2063 * arch-utils.h (legacy_convert_register_p): Update.
2064 (legacy_register_to_value, legacy_value_to_register): Update.
2065 * findvar.c (value_from_register): Rewrite, eliminate use of
2066 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
2067 "frame" to REGISTER_TO_VALUE.
2068 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
2069 lval_reg_frame_relative + lval_register branch of the switch. Do
2070 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
2071 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
2072 I386_EDI_REGNUM): New defines.
2073 (i386_next_regnum, i386_convert_register_p,
2074 i386_register_to_value, i386_value_to_register): New functions.
2075 (i386_register_convertible, i386_register_convert_to_virtual,
2076 i386_convert_to_raw): Remove functions.
2077 (i386_gdbarch_init): Set convert_register_p, register_to_value and
2078 value_to_register instead of register_convertible,
2079 register_convert_to_virtual and register_convert_to_raw.
2080 * mips-tdep.c (mips_convert_register_p): New function.
2081 (mips_value_to_register): Replace mips_register_convert_from_type.
2082 (mips_register_to_value): Replace mips_register_convert_to_type.
2083 (mips_gdbarch_init): Set conver_register_p, value_to_register and
2084 register_to_value.
2085 * alpha-tdep.c (alpha_convert_register_p): Update.
2086 (alpha_value_to_register): Update, store the register.
2087 (alpha_register_to_value): Update, fetch the register.
2088
2089 2003-06-14 Theodore A. Roth <troth@openavr.org>
2090
2091 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
2092 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
2093 Don't set deprecated_call_dummy_words.
2094 Remove commented out set_gdbarch_believe_pcc_promotion() call.
2095 Don't set remote_translate_xfer_address.
2096 (avr_io_reg_read_command): Remove commented out debug printf.
2097 Wrap a long line.
2098
2099 2003-06-14 Theodore A. Roth <troth@openavr.org>
2100
2101 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
2102 causes gdb to seg fault.
2103
2104 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
2105
2106 * sparc-nat.c (fetch_inferior_registers): Correct
2107 a reference to "registers".
2108
2109 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
2110
2111 * Makefile.in (exc_request_U_h): Define
2112 (exc_request_S_h): Likewise.
2113 (msg_reply_S_h): Likewise.
2114 (msg_U_h): Likewise.
2115 (notify_S_h): Likewise.
2116 (process_reply_S_h): Likewise.
2117 (gnu-nat.o): Depend on gdb_obstack_h
2118 * gnu-nat.c: Include "gdb_obstack.h".
2119
2120 2003-06-13 Andrew Cagney <cagney@redhat.com>
2121
2122 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
2123 * gdbarch.h, gdbarch.c: Re-generate.
2124
2125 2003-06-13 Andrew Cagney <cagney@redhat.com>
2126
2127 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
2128 when deprecated REGISTER macros can be deleted.
2129 * gdbarch.h, gdbarch.c: Re-generate.
2130
2131 2003-06-13 Jim Blandy <jimb@redhat.com>
2132
2133 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
2134 Linux entry point symbols for _dl_debug_state, too.
2135
2136 2003-06-13 Andrew Cagney <cagney@redhat.com>
2137
2138 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
2139 available, do not use the FP register, and always save the TOS.
2140 * dummy-frame.c (dummy_frame_this_id): Do not assert
2141 SAVE_DUMMY_FRAME_TOS.
2142 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
2143 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
2144 (i386_push_dummy_call): Add 8 to the returned SP.
2145 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
2146 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
2147 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
2148 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
2149 (x86_64_push_dummy_call): Return "sp + 16".
2150 (x86_64_init_abi): Do not set save_dummy_frame_tos.
2151 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2152 save_dummy_frame_tos.
2153
2154 2003-06-13 Jim Blandy <jimb@redhat.com>
2155
2156 * frv-tdep.c (frv_use_struct_convention): Delete static
2157 declaration for function deleted in my change of 2003-06-12.
2158
2159 2003-06-13 Theodore A. Roth <troth@openavr.org>
2160
2161 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
2162 (avr_pointer_to_address): Shift code addrs left 1 bit.
2163 (avr_convert_from_func_ptr_addr): Delete function since operation is
2164 better handled by avr_address_to_pointer and avr_pointer_to_address.
2165 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
2166
2167 2003-06-13 Mark Kettenis <kettenis@gnu.org>
2168
2169 From Kelley Cook <kelleycook@wideopenwest.com>:
2170 * configure.host: Accept i[34567]86 variants.
2171 * configure.tgt: Likewise.
2172 * nlm/configure.in: Likewise.
2173 * nlm/configure: Regenerated.
2174
2175 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
2176
2177 * arm-tdep.c (solib-svr4.h): Dont' include it.
2178 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
2179 * arm-linux-tdep.c: ... here. Make static.
2180 (arm_linux_init_abi): Register it.
2181 (solib-svr4.h): Include it.
2182 * Makefile.in: Update dependencies.
2183 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2184 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
2185
2186 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2187
2188 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
2189 indicate registers used for return values.
2190 (struct frame_extra_info): Drop args_pointer and locals_pointer.
2191 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
2192 members.
2193 (h8300_init_extra_frame_info): Ditto.
2194 (h8300_frame_locals_address): Removed.
2195 (h8300_frame_args_address): Removed.
2196 (h8300_extract_return_value): Use new regcache structure. Only care
2197 for 16 bit CPUs.
2198 (h8300h_extract_return_value): Same function for 32 bit CPUs.
2199 (h8300_store_return_value): Use new regcache structure. Only care
2200 for 16 bit CPUs.
2201 (h8300h_store_return_value): Same function for 32 bit CPUs.
2202 (h8300_store_struct_return): Removed.
2203 (h8300_extract_struct_value_address): Use new regcache structure.
2204 (h8300h_extract_struct_value_address): Removed.
2205 (h8300_push_dummy_code): New function.
2206 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
2207 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
2208 set_gdbarch_store_return_value architecture dependent.
2209 Call set_gdbarch_push_dummy_code and
2210 set_gdbarch_extract_struct_value_address.
2211 Remove calls to set_gdbarch_frame_args_address,
2212 set_gdbarch_frame_locals_address,
2213 set_gdbarch_deprecated_store_struct_return,
2214 set_gdbarch_deprecated_extract_return_value,
2215 set_gdbarch_deprecated_extract_struct_value_address,
2216 set_gdbarch_deprecated_call_dummy_words and
2217 set_gdbarch_deprecated_sizeof_call_dummy_words.
2218
2219 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2220
2221 * h8300-tdep.c (h8300_register_byte): Remove.
2222 (h8300h_register_byte): Remove.
2223 (h8300_register_virtual_type): Remove. Substitute by...
2224 (h8300_register_type): New function.
2225 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
2226 (h8300h_extract_struct_value_address): Ditto.
2227 (h8300_gdbarch_init): Drop calls to
2228 set_gdbarch_deprecated_register_byte and
2229 set_gdbarch_deprecated_register_virtual_type.
2230 Add call to set_gdbarch_register_type.
2231
2232 2003-06-13 Andrew Cagney <cagney@redhat.com>
2233
2234 * gdbarch.sh: Update comments on registers.
2235 (deprecated_register_byte): Rename register_byte.
2236 (deprecated_register_raw_size): Rename register_raw_size.
2237 (deprecated_register_virtual_size): Rename register_virtual_size.
2238 (deprecated_register_virtual_type): Rename register_virtual_type.
2239 * gdbarch.h, gdbarch.c: Re-generate.
2240 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2241 * vax-tdep.c (vax_gdbarch_init): Update.
2242 * v850-tdep.c (v850_gdbarch_init): Update.
2243 * sparc-tdep.c (sparc_gdbarch_init): Update.
2244 * sh-tdep.c (sh_gdbarch_init): Update.
2245 * s390-tdep.c (s390_gdbarch_init): Update.
2246 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2247 * ns32k-tdep.c: Update.
2248 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2249 * mips-tdep.c (mips_gdbarch_init): Update.
2250 * mcore-tdep.c (mcore_gdbarch_init): Update.
2251 * m68k-tdep.c (m68k_gdbarch_init): Update.
2252 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2253 * ia64-tdep.c (ia64_gdbarch_init): Update.
2254 * hppa-tdep.c (hppa_gdbarch_init): Update.
2255 * h8300-tdep.c (h8300_gdbarch_init): Update.
2256 * frv-tdep.c (frv_gdbarch_init): Update.
2257 * cris-tdep.c (cris_gdbarch_init): Update.
2258 * avr-tdep.c (avr_gdbarch_init): Update.
2259 * alpha-tdep.c (alpha_gdbarch_init): Update.
2260 * arm-tdep.c (arm_gdbarch_init): Update.
2261
2262 2003-06-13 Andrew Cagney <cagney@redhat.com>
2263
2264 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2265 mips_o32_use_struct_convention with always_use_struct_convention.
2266
2267 2003-06-12 David Carlton <carlton@kealia.com>
2268
2269 * cp-namespace.c (cp_set_block_scope): Comment out
2270 processing_has_namespace_info branch.
2271
2272 2003-06-12 Jim Blandy <jimb@redhat.com>
2273
2274 Recognize and skip 64-bit PowerPC Linux linkage functions.
2275 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2276 insn_pattern, insns_match_pattern, d_field, ds_field): New
2277 functions, macros, and types for working with PPC instructions.
2278 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2279 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2280 ppc64_skip_trampoline_code): New functions, variables, and macros
2281 for recognizing and skipping linkage functions.
2282 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2283 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2284
2285 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2286 register offsets for both the 32- and 64-bit interfaces.
2287
2288 Actually finish the job started by my change of 2003-05-29.
2289 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2290 other #definition of this.
2291 (ppc_linux_skip_trampoline_code): Remove declaration.
2292 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2293 static.
2294 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2295 method for GDBARCH.
2296
2297 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2298 'long' on ppc64-*-linux*.
2299
2300 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2301 isn't #defined, assume the register doesn't exist: act as if
2302 tdep->ppc_mq_regnum were -1.
2303
2304 * configure.host, configure.tgt: Add entries for
2305 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2306 powerpc/linux.mt.
2307 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2308 New files.
2309
2310 * arch-utils.c (always_use_struct_convention): New function.
2311 * arch-utils.h (always_use_struct_convention): New prototype.
2312 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2313 (alpha_gdbarch_init): Register always_use_struct_convention,
2314 instead of alpha_use_struct_convention.
2315 * cris-tdep.c (cris_use_struct_convention): Delete.
2316 (cris_gdbarch_init): Register always_use_struct_convention,
2317 instead of cris_use_struct_convention.
2318 * frv-tdep.c (frv_use_struct_convention): Delete.
2319 (frv_gdbarch_init): Register always_use_struct_convention,
2320 instead of frv_use_struct_convention.
2321 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2322 (h8300_gdbarch_init): Register always_use_struct_convention,
2323 instead of h8300_use_struct_convention.
2324 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
2325 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2326 instead of mips_o32_use_struct_convention.
2327
2328 2003-06-12 Andrew Cagney <cagney@redhat.com>
2329
2330 * wince.c: Include "mips-tdep.h".
2331 * mips-tdep.h (mips_next_pc): Declare.
2332 * mcore-tdep.c: Make more local functions static.
2333 * Makefile.in (wince.o): Update dependencies.
2334
2335 2003-06-12 David Carlton <carlton@kealia.com>
2336
2337 * symtab.c (lookup_symbol_aux_minsyms): Replace
2338 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2339 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2340 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2341 SYMBOL_NATURAL_NAME.
2342
2343 2003-06-12 Andreas Schwab <schwab@suse.de>
2344
2345 * Makefile.in (tuiDisassem.o): Update dependencies.
2346
2347 2003-06-12 David Carlton <carlton@bactrian.org>
2348
2349 * symtab.h: Delete declaration of make_symbol_overload_list.
2350 Add declaration of lookup_partial_symbol.
2351 * symtab.c (remove_params): Move to cp-support.c.
2352 (overload_list_add_symbol, make_symbol_overload_list)
2353 (sym_return_val_size, sym_return_val_index): Ditto.
2354 (lookup_partial_symbol): Make extern.
2355 * cp-support.h: Add declaration of make_symbol_overload_list.
2356 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2357 symtab.h, and block.h.
2358 (remove_params): Move here from symtab.c.
2359 (overload_list_add_symbol, make_symbol_overload_list)
2360 (sym_return_val_size, sym_return_val_index): Ditto.
2361 * valops.c: Include cp-support.h.
2362 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2363 frame_h, and block_h.
2364 (valops.o): Depend on cp_support_h.
2365
2366 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2367
2368 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2369 substitute by NUM_REGS throughout.
2370 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2371 (h8300s_register_name): New function for H8S registers.
2372 (h8300sx_register_name): Ditto for H8SX registers.
2373 (h8300_print_register): Revise register printing, avoid depending
2374 on 32 bit long.
2375 (h8300_register_byte): Only care for H8/300 registers.
2376 (h8300h_register_byte): New function for any other architecture.
2377 (h8300_register_raw_size): Remove.
2378 (h8300_register_virtual_type): Revise to return actually useful
2379 type.
2380 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2381 (h8300h_extract_struct_value_address): New function for any other
2382 architecture.
2383 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2384 set_gdbarch_register_name, set_gdbarch_register_byte,
2385 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2386 Remove calls to set_gdbarch_deprecated_register_size,
2387 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2388 set_gdbarch_deprecated_max_register_raw_size,
2389 set_gdbarch_register_virtual_size and
2390 set_gdbarch_deprecated_max_register_virtual_size entirely.
2391 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2392 set_gdbarch_long_double_bit.
2393
2394 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2395
2396 * doublest.c (convert_doublest_to_floatformat): When dealing
2397 with the implied integer bit, only alter mant_bits if we are
2398 processing a full 32 bits of mantissa.
2399
2400 2003-06-11 David Carlton <carlton@bactrian.org>
2401
2402 * dictionary.h: New.
2403 * dictionary.c: New.
2404 * block.h: Add opaque declaration for struct dictionary.
2405 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2406 'sym' members.
2407 (BLOCK_DICT): New macro.
2408 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2409 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2410 BLOCK_SHOULD_SORT.
2411 (ALL_BLOCK_SYMBOLS): Update definition.
2412 * Makefile.in (SFILES): Add dictionary.c.
2413 (dictionary_h): New.
2414 (COMMON_OBS): Add dictionary.o.
2415 (dictionary.o): New.
2416 (ada-lang.o): Depend on dictionary_h.
2417 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2418 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2419 (mi-cmd-stack.o): Ditto.
2420 (gdbtk-cmds.o): Update dependencies.
2421 (gdbtk-stack.o): Ditto.
2422 * ada-lang.c: Include dictionary.h.
2423 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2424 (fill_in_ada_prototype, debug_print_block): Ditto.
2425 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2426 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2427 'is_sorted'.
2428 * mdebugread.c: Include dictionary.h.
2429 (struct parse_stack): Delete 'maxsyms' member.
2430 (parse_symbol): Update calls to new_block. Delete calls to
2431 shrink_block. Use dictionary methods.
2432 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2433 Update calls to new_symtab. Don't maintain maxsyms data.
2434 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2435 (add_symbol): Just call dict_add_symbol.
2436 (new_symtab): Delete 'maxsyms' argument.
2437 (new_symtab): Update calls to new_block.
2438 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2439 (shrink_block): Delete function.
2440 (fixup_sigtramp): Update call to new_block. Add symbol via
2441 dict_add_symbol.
2442 * jv-lang.c: Include dictionary.h.
2443 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2444 appropriately. Set class_symtab->free_func. Make sure the
2445 blockvector is big enough to hold two blocks.
2446 (add_class_symtab_symbol): Use dictionary methods.
2447 (free_class_block): New function.
2448 (type_from_class): Replace explicit iteration by
2449 ALL_BLOCK_SYMBOLS.
2450 * symtab.h (struct symtab): Replace 'free_ptr' method by
2451 'free_func'.
2452 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2453 sort_symtab_syms.
2454 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2455 sort_symtab_syms.
2456 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2457 Include dictionary.h.
2458 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2459 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2460 sort_symtab_syms.
2461 * objfiles.c: Include dictionary.h.
2462 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2463 * buildsym.c: Include dictionary.h.
2464 (finish_block): Use dictionary methods.
2465 (end_symtab): Set free_func to NULL, not free_ptr.
2466 * tracepoint.c: Include dictionary.h.
2467 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2468 (scope_info): Ditto.
2469 * stack.c: Include dictionary.h.
2470 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2471 (print_block_frame_labels, print_frame_arg_vars)
2472 (print_frame_args): Ditto.
2473 * symmisc.c (free_symtab_block): Use dictionary methods.
2474 (dump_symtab): Ditto.
2475 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2476 Include dictionary.h.
2477 * symfile.h: Delete declarations of sort_block_syms,
2478 sort_symtab_syms.
2479 * symfile.c (sort_block_syms): Delete.
2480 (sort_symtab_syms): Delete.
2481 * symtab.c: Include dictionary.h.
2482 (lookup_block_symbol): Use dictionary iterators.
2483 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2484 (search_symbols, make_symbol_completion_list): Ditto.
2485 (make_symbol_overload_list): Ditto.
2486 * valops.c (value_of_local): Use dict_empty.
2487 Include dictionary.h.
2488
2489 2003-06-11 J. Brobecker <brobecker@gnat.com>
2490
2491 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2492
2493 2003-06-11 David Carlton <carlton@bactrian.org>
2494
2495 * block.h (BLOCK_SHOULD_SORT): Delete.
2496 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2497 blocks.
2498 * ada-lang.c (ada_add_block_symbols): Ditto.
2499 * symfile.c (sort_block_syms): Delete.
2500 (sort_symtab_syms): Ditto.
2501 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2502 declarations.
2503 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2504 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2505 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2506 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2507 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2508 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2509 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2510
2511 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2512
2513 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
2514 bits to 128.
2515
2516 2003-06-11 Andrew Cagney <cagney@redhat.com>
2517
2518 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2519 REGISTER_CONVERTIBLE.
2520 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2521 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2522 * gdbarch.h, gdbarch.c: Re-generate.
2523 * arch-utils.h (deprecated_register_convertible_not): Rename
2524 generic_register_convertible_not.
2525 * arch-utils.c (deprecated_register_convertible_not): Rename
2526 generic_register_convertible.
2527 (legacy_convert_register_p, legacy_register_to_value): Update.
2528 * sh-tdep.c (sh64_push_arguments): Update.
2529 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2530 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2531 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2532 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2533 * arch-utils.c (legacy_value_to_register): Update.
2534 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2535 (rs6000_register_convert_to_raw): Make parameter "from" const.
2536 * mips-tdep.c (mips_gdbarch_init): Update.
2537 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2538 * infcmd.c (default_print_registers_info): Update.
2539 * ia64-tdep.c (ia64_gdbarch_init): Update.
2540 (ia64_register_convert_to_raw): Make parameter "from" const.
2541 * i386-tdep.c (i386_gdbarch_init): Update.
2542 (i386_register_convert_to_raw): Update.
2543
2544 2003-06-11 Andrew Cagney <cagney@redhat.com>
2545
2546 * remote-fileio.c: Include "remote-fileio.h".
2547 * Makefile.in (remote-fileio.o): Update dependencies.
2548 (remote_fileio_h): Fix typo.
2549
2550 2003-06-11 Andrew Cagney <cagney@redhat.com>
2551
2552 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2553 (xstormy16_save_dummy_frame_tos): Make static.
2554 (_initialize_xstormy16_tdep): Add declaration.
2555 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2556 * v850-tdep.c: Make local functions static.
2557 (_initialize_v850_tdep): Add declaration.
2558 * sparc-tdep.c: Make local functions static.
2559 (_initialize_sparc_tdep): Add declaration.
2560 * sh-tdep.c: Make local functions static.
2561 (_initialize_sh_tdep): Add declaration.
2562 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2563 * s390-tdep.c: Make local functions static.
2564 (_initialize_s390_tdep): Add declaration.
2565 * dbxread.c (find_stab_function_addr): Make static.
2566 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2567 * ocd.c (_initialize_remote_ocd): Add declaration.
2568 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2569 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2570 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2571 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2572 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2573 * remote-array.c (_initialize_array): Add declaration.
2574 (_initialize_remote_monitors): Add declaration.
2575 * remote-mips.c: Make local functions static.
2576 (_initialize_remote_mips): Add declaration.
2577 * mcore-tdep.c: Make all local functions static.
2578 (_initialize_mcore_tdep): Add declaration.
2579 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2580 * abug-rom.c (_initialize_abug_rom): Add declaration.
2581 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2582 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2583 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2584 * remote-est.c (_initialize_est): Add declaration.
2585 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2586 (m68hc11_call_dummy_address): Make static.
2587 * ia64-tdep.c: Make local functions static.
2588 (_initialize_ia64_tdep): Add declaration.
2589 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2590 * monitor.c (monitor_wait_filter): Make static.
2591 (_initialize_remote_monitors): Add declaration.
2592 * remote-hms.c (_initialize_remote_hms): Add declaration.
2593 * remote-e7000.c (fetch_regs_from_dump): Make static.
2594 (expect_n): Make static.
2595 (_initialize_remote_e7000): Add declaration.
2596 * ser-e7kpc.c: Always include "defs.h".
2597 (_initialize_ser_e7000pc): Add declaration.
2598 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2599 * cris-tdep.c: Make all but one function static.
2600 (_initialize_cris_tdep): Add declaration.
2601 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2602 * solib.c (update_solib_list): Make static.
2603 (_initialize_solib): Add declaration.
2604 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2605 (_initialize_avr_tdep): Add declaration.
2606 * remote-rdi.c (voiddummy): Make static.
2607 (_initialize_remote_rdi): Add declaration.
2608 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2609 * remote-rdp.c (send_rdp): Make static.
2610 (_initialize_remote_rdp): Add declaration.
2611 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2612
2613 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
2614
2615 * remote-fileio.c: Make ari happy.
2616
2617 2003-06-10 J. Brobecker <brobecker@gnat.com>
2618
2619 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2620 fetching the trailing bytes of the buffer we are about to write.
2621
2622 2003-06-10 Andrew Cagney <cagney@redhat.com>
2623
2624 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2625 * Makefile.in (remote-fileio.o): Update dependencies.
2626 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2627 include <setjmp.h>, or <sys/types.h> conditional on USG.
2628 (remote_fio_jmp_buf): Delete global variable.
2629
2630 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2631 Martin M. Hunt <hunt@redhat.com>
2632
2633 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2634 (SFILES): Add remote-fileio.c.
2635 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2636 dependencies for building remote.o.
2637 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2638 * remote-fileio.h: New header file defining remote File-I/O interface.
2639 * remote.c (remote_write_bytes, remote_read_bytes): Remove
2640 static storage class.
2641 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2642 'F' packet.
2643 (_initialize_remote): Call initialize_remote_fileio().
2644 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
2645 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2646 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2647 (captured_main): Initialize new ui_files.
2648 * ui-file.c: Add read and fgets input functions.
2649 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2650 (null_file_read): New function.
2651 (ui_file_read): New function.
2652 (set_ui_file_read): New function.
2653 (stdio_file_read): New function.
2654 * ui-file.h: New type ui_file_read_ftype.
2655 (set_ui_file_read): Declare.
2656 (ui_file_read): Declare.
2657
2658 2003-06-09 Andrew Cagney <cagney@redhat.com>
2659
2660 * frame.h (deprecated_unwind_get_saved_register): Rename
2661 generic_unwind_get_saved_register, update comments.
2662 * mips-tdep.c (mips_get_saved_register): Update.
2663 * frame.c (deprecated_unwind_get_saved_register): Update.
2664
2665 2003-06-09 Andrew Cagney <cagney@redhat.com>
2666
2667 * vax-tdep.c (vax_frame_locals_address): Delete function.
2668 (vax_gdbarch_init): Do not set frame_locals_address.
2669 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2670 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2671 * s390-tdep.c (s390_frame_args_address): Delete function.
2672 (s390_gdbarch_init): Do not set frame_args_address or
2673 frame_locals_address.
2674 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2675 (ns32k_gdbarch_init): Do not set frame_locals_address.
2676 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2677 (hppa_frame_locals_address): Delete function.
2678 (hppa_gdbarch_init): Do not set frame_args_address, or
2679 frame_locals_address.
2680 * arm-tdep.c (arm_frame_args_address): Delete.
2681 (arm_frame_locals_address): Delete.
2682 (arm_gdbarch_init): Do not set frame_args_address, or
2683 frame_locals_address.
2684
2685 2003-06-09 Andrew Cagney <cagney@redhat.com>
2686
2687 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2688 * gdbarch.h, gdbarch.c: Re-generate.
2689 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2690 * arch-utils.c (frame_num_args_unknown): Delete function.
2691 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2692 (frame_info): Use FRAME_NUM_ARGS_P.
2693 * arm-tdep.c (arm_frame_num_args): Delete function.
2694 (arm_gdbarch_init): Do not set frame_num_args.
2695 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2696 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2697 (hppa_gdbarch_init): Do not set frame_num_args.
2698 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2699 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2700 frame_num_args to default frame_num_args_unknown.
2701 * v850-tdep.c (v850_gdbarch_init): Ditto.
2702 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2703 * sh-tdep.c (sh_gdbarch_init): Ditto.
2704 * s390-tdep.c (s390_gdbarch_init): Ditto.
2705 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2706 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2707 * mips-tdep.c (mips_gdbarch_init): Ditto.
2708 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2709 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2710 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2711 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2712 * i386-tdep.c (i386_gdbarch_init): Ditto.
2713 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2714 * frv-tdep.c (frv_gdbarch_init): Ditto.
2715 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2716 * cris-tdep.c (cris_gdbarch_init): Ditto.
2717 * avr-tdep.c (avr_gdbarch_init): Ditto.
2718 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2719
2720 2003-06-09 Andrew Cagney <cagney@redhat.com>
2721
2722 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2723 (print_frame_args): Moved to "stack.c".
2724 * stack.c: Include "gdb_assert.h".
2725 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2726 (print_frame_args): Moved from "printcmd.c".
2727 * frame.h (print_frame_args): Delete declaration.
2728 * Makefile.in (stack.o): Update dependencies.
2729
2730 2003-06-08 Andrew Cagney <cagney@redhat.com>
2731
2732 * frame.c (get_prev_frame): Remove reference to
2733 frame_args_address_correct in comments.
2734 * frame-base.c (default_frame_args_address): Delete code
2735 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2736 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2737 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2738 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2739 (vax_frame_args_address_correct): Delete declaration.
2740
2741 2003-06-08 Andrew Cagney <cagney@redhat.com>
2742
2743 * gdbarch.sh (UNWIND_SP): Add.
2744 * gdbarch.h, gdbarch.c: Re-generate.
2745 * frame.c (frame_sp_unwind): New function.
2746 (get_frame_sp): New function.
2747 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2748 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2749 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2750 value.
2751 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2752 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2753
2754 2003-06-08 Andrew Cagney <cagney@redhat.com>
2755
2756 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2757 REMOTE_BREAKPOINT.
2758 * remote.c: Update.
2759 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2760 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2761 * config/m68k/tm-sun3.h: Update.
2762 * config/m68k/tm-m68klynx.h: Update.
2763 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2764
2765 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2766 trad_frame". Update comments.
2767 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2768 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2769 (trad_frame_register_value, trad_frame_prev_register): Update.
2770
2771 2003-06-08 Andrew Cagney <cagney@redhat.com>
2772
2773 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2774 from GCC's acinclude.m4.
2775 * configure.in: Check for getopt's delcaration.
2776 * aclocal.m4, config.in, configure: Re-generate.
2777 * main.c (error_init): Delete declaration.
2778 * defs.h (error_init): Declare.
2779 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2780 (rs6000_convert_from_func_ptr_addr): Make static.
2781 (_initialize_rs6000_tdep): Add declaration.
2782 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2783 (show_commands, set_verbose, show_history): Delete declaration.
2784 * top.h (set_verbose): Add declaration.
2785 (show_history, set_history, show_commands): Add declaration.
2786 (do_restore_instream_cleanup): Add declaration.
2787 * objc-lang.c (specialcmp): Make static.
2788 (print_object_command): Make static.
2789 (find_objc_msgsend): Make static.
2790 (find_objc_msgcall_submethod_helper): Make static.
2791 (find_objc_msgcall_submethod): Make static.
2792 (_initialize_objc_language): Add declaration.
2793 (find_implementation_from_class): Make static.
2794 (find_implementation): Make static.
2795 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2796 * objc-lang.h (lookup_struct_typedef): Add declaration.
2797 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2798 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2799 (do_restore_user_call_depth): Make static.
2800 (do_restore_instream_cleanup): Delete declaration.
2801 (dont_repeat): Delete declaration.
2802 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2803 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2804 * reggroups.c (_initialize_reggroup): Add declaration.
2805 * cp-support.c (_initialize_cp_support): Add declaration.
2806 * cp-abi.c (_initialize_cp_abi): Add declaration.
2807 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2808 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2809 (_initialize_gnu_v3_abi): Add declaration.
2810 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2811 (_initialize_gnu_v2_abi): Add declaration.
2812 * frame-base.c (_initialize_frame_base): Add declaration.
2813 * doublest.c (floatformat_from_length): Make static.
2814 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2815 * frame.c (create_sentinel_frame): Make static.
2816 (_initialize_frame): Add declaration.
2817 * top.c (do_catch_errors): Make static.
2818 (gdb_rl_operate_and_get_next_completion): Make static.
2819 * typeprint.c: Include "typeprint.h".
2820 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2821 (sentinel_frame_this_id): Make static.
2822 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2823 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2824 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2825 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2826 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2827 * maint.c (maintenance_print_architecture): Make static.
2828 * signals/signals.c (_initialize_signals): Add declaration.
2829 * std-regs.c (_initialize_frame_reg): Add declaration.
2830 * jv-exp.y (push_variable): ISO C definition.
2831 (push_qualified_expression_name): Ditto.
2832 * memattr.c (_initialize_mem): Add declaration.
2833 * remote.c (remote_check_watch_resources): Make static.
2834 (remote_stopped_by_watchpoint): Make static.
2835 (remote_stopped_data_address): Make static.
2836 * d10v-tdep.c (nr_dmap_regs): Make static.
2837 (a0_regnum): Make static.
2838 (d10v_frame_unwind_cache): Make static.
2839 (d10v_frame_p): Make static.
2840 * osabi.c (show_osabi): Make static.
2841 (_initialize_gdb_osabi): Add extern declaration.
2842 * gdbtypes.c (make_qualified_type): Make static.
2843 (safe_parse_type): Make static.
2844 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
2845 * macrotab.c (macro_bcache_free): Make static.
2846 * interps.c (interp_set_quiet): Make static.
2847 (interpreter_exec_cmd): Make static.
2848 * stack.h (select_frame_command): New file.
2849 * stack.c: Include "stack.h".
2850 (select_frame_command_wrapper): Delete function.
2851 (select_frame_command): Make global.
2852 * infcall.c: Include "infcall.h".
2853 * linespec.c: Include "linespec.h".
2854 * symfile.c (sections_overlap): Make static.
2855 * cp-support.h (cp_initialize_namespace): ISO C declaration.
2856 * charset.c (_initialize_charset): Add missing prototype.
2857 * regcache.c (init_legacy_regcache_descr): Make static.
2858 (do_regcache_xfree): Make static.
2859 (regcache_xfer_part): Make static.
2860 (_initialize_regcache): Add missing prototype.
2861 * breakpoint.c (parse_breakpoint_sals): Make static.
2862 (breakpoint_sals_to_pc): Make static.
2863 * interps.h (clear_interpreter_hooks): ISO C declaration.
2864 * Makefile.in (stack_h): Define.
2865 (stack.o, typeprint.o, mi-main.o): Update dependencies.
2866 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
2867
2868 2003-06-08 Andrew Cagney <cagney@redhat.com>
2869
2870 * Makefile.in (d10v-tdep.o): Update dependencies.
2871 (SFILES): Add trad-frame.c.
2872 (trad_frame_h): Define.
2873 (COMMON_OBS): Add trad-frame.o.
2874 (trad-frame.o): Specify dependencies.
2875 * d10v-tdep.c: Include "trad-frame.h".
2876 (saved_regs_unwinder): Delete function.
2877 (d10v_frame_prev_register): Use trad_frame_prev_register.
2878 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
2879 trad_frame", delete "regs" and "prev_sp".
2880 (prologue_find_regs): Use trad-frame.
2881 * trad-frame.h, trad-frame.c: New files.
2882
2883 2003-06-08 Mark Kettenis <kettenis@gnu.org>
2884
2885 * dwarf2cfi.c, dwarf2cfi.h: Remove.
2886
2887 2003-06-07 Adam Fedor <fedor@gnu.org>
2888
2889 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
2890 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
2891 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
2892 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
2893 resolve_msgsend_super, resolve_msgsend_super_stret):
2894 Use it.
2895
2896 2003-06-07 Andrew Cagney <cagney@redhat.com>
2897
2898 * symfile.h: Re-indent, clean up comments.
2899
2900 2003-06-07 Andrew Cagney <cagney@redhat.com>
2901
2902 * inferior.h (deprecated_write_sp): Replace
2903 generic_target_write_sp.
2904 * regcache.c (deprecated_write_sp): Replace
2905 generic_target_write_sp.
2906 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2907 * vax-tdep.c (vax_gdbarch_init): Update.
2908 * v850-tdep.c (v850_gdbarch_init): Update.
2909 * sparc-tdep.c (sparc_gdbarch_init): Update.
2910 * sh-tdep.c (sh_gdbarch_init): Update.
2911 * s390-tdep.c (s390_gdbarch_init): Update.
2912 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2913 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2914 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2915 * mcore-tdep.c (mcore_gdbarch_init): Update.
2916 * m68k-tdep.c (m68k_gdbarch_init): Update.
2917 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2918 * ia64-tdep.c (ia64_gdbarch_init): Update.
2919 * h8300-tdep.c (h8300_gdbarch_init): Update.
2920 * frv-tdep.c (frv_gdbarch_init): Update.
2921 * cris-tdep.c (cris_gdbarch_init): Update.
2922 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2923
2924 2003-06-07 Andrew Cagney <cagney@redhat.com>
2925
2926 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
2927 Assert that PC_REGNUM is valid.
2928 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
2929
2930 2003-06-07 Andrew Cagney <cagney@redhat.com>
2931
2932 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
2933 * gdbarch.h, gdbarch.c: Regenerate.
2934 * mn10300-tdep.c: Include "gdb_assert.h".
2935 (mn10300_read_fp): New function.
2936 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
2937 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
2938 * ia64-tdep.c: Include "gdb_assert.h".
2939 (ia64_read_fp): New function.
2940 (ia64_gdbarch_init): Set deprecated_target_read_fp to
2941 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
2942 * regcache.c (generic_target_read_sp): Delete function.
2943 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
2944 * inferior.h (generic_target_read_sp): Delete declaration.
2945 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
2946 generic_target_read_sp.
2947 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2948 * sparc-tdep.c (sparc_gdbarch_init): Ditto
2949 * sh-tdep.c (sh_gdbarch_init): Ditto.
2950 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2951 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
2952
2953 2003-06-07 Andrew Cagney <cagney@redhat.com>
2954
2955 * gdbarch.sh: Comment each field of startup_gdbarch.
2956 * gdbarch.h, gdbarch.c: Re-generate.
2957
2958 2003-06-07 Andrew Cagney <cagney@redhat.com>
2959
2960 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
2961 * gdbarch.h, gdbarch.c: Re-generate.
2962 * regcache.c: Update comments on read_pc et.al.
2963 (generic_target_read_pc): Delete function.
2964 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
2965 * inferior.h (generic_target_read_pc): Delete declaration.
2966 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
2967 generic_target_read_pc.
2968 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2969 * sh-tdep.c (sh_gdbarch_init): Ditto.
2970 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2971 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2972
2973 2003-06-07 Andrew Cagney <cagney@redhat.com>
2974
2975 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
2976 "index" with "special_local_sect". Use strcmp instead of STREQ.
2977 Append period to coments.
2978
2979 2003-06-06 Mark Mitchell <mark@codesourcery.com>
2980
2981 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
2982 (elfstab_offset_sections): Likewise.
2983 * gdb-stabs.h (stab_section_info): Likewise.
2984 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
2985 * objfiles.c (objfile_relocate): Likewise.
2986 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
2987 * remote.c (get_offsets): Likewise.
2988 (remote_cisco_objfile_relocate): Likewise.
2989 * somread.c (som_symfile_offsets): Likewise.
2990 * symfile.c (alloc_section_addr_info): New function.
2991 (build_section_addr_info_from_section_tab): Use it.
2992 (free_section_addr_info): Adjust.
2993 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
2994 (syms_from_objfile): Allocate local_addr dynamically.
2995 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
2996 dynamically.
2997 (add_symbol_file_command): Allocate sect_opts dynamically.
2998 (reread_symbols): Avoid use of SECT_OFF_MAX.
2999 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
3000 (alloc_section_addr_info): Declare it.
3001 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
3002 * win32-nat.c (solib_symbols_add): Allocate section_addrs
3003 dynamically.
3004 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
3005
3006 2003-06-06 Andrew Cagney <cagney@redhat.com>
3007
3008 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
3009 (d10v_frame_unwind_cache): Do not set "return_pc".
3010
3011 2003-06-06 Michael Snyder <msnyder@redhat.com>
3012
3013 * h8300-tdep.c: Make tidy (long lines).
3014
3015 2003-06-06 Michal Ludvig <mludvig@suse.cz>
3016
3017 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
3018 to regcache_collect().
3019
3020 2003-06-05 J. Brobecker <brobecker@gnat.com>
3021
3022 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
3023 pc_in_sigtramp multiarch method.
3024 (hppa_hpux_som_init_abi): Use it.
3025 (hppa_hpux_elf_init_abi): Likewise.
3026 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
3027 macro has been multiarched.
3028 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
3029 macro here, as hppa64 isn't multiarched yet.
3030
3031 2003-06-05 Andrew Cagney <cagney@redhat.com>
3032
3033 * Makefile.in (value_h): Add $(frame_h).
3034 * value.h: Include "frame.h".
3035 (struct value): Replace "frame_addr" with "frame_id".
3036 (VALUE_FRAME_ID): Replace VALUE_FRAME.
3037 * values.c (allocate_value): Use VALUE_FRAME_ID.
3038 (value_copy): Use VALUE_FRAME_ID.
3039 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
3040 * valops.c (value_assign): Update. Use frame_find_by_id.
3041
3042 2003-06-05 Michal Ludvig <mludvig@suse.cz>
3043
3044 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
3045 in each pass.
3046
3047 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
3048
3049 * thread-db.c (check_event): For create/death event breakpoints,
3050 loop through all messages to ensure that we read the message
3051 corresponding to the breakpoint we are at.
3052
3053 2003-06-04 Michael Snyder <msnyder@redhat.com>
3054
3055 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
3056
3057 2003-06-04 Mark Kettenis <kettenis@gnu.org>
3058
3059 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
3060 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
3061 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
3062 when handling .eh_frame sections.
3063
3064 2003-06-04 J. Brobecker <brobecker@gnat.com>
3065
3066 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
3067 prepare_to_proceed procedure instead of the hppa-specific one.
3068 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
3069
3070 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
3071
3072 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
3073 * config.in: Regenerated.
3074 * configure.in: Add test for syscall function and check for
3075 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
3076 * configure: Regenerated.
3077 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
3078 <sys/syscall.h>.
3079 (kill_lwp): New function that uses tkill syscall or
3080 uses kill, depending on whether threading model is nptl or not.
3081 All callers of kill() changed to use kill_lwp().
3082 (lin_lwp_wait): Make special check when WIFEXITED occurs to
3083 see if all threads have already exited in the nptl model.
3084 (stop_and_resume_callback): New callback function used by the
3085 lin_lwp_wait thread exit handling code.
3086 (stop_wait_callback): Check for threads already having exited and
3087 delete such threads fromt the lwp list when discovered.
3088 (stop_callback): Don't assert retcode of kill call.
3089
3090 Roland McGrath <roland@redhat.com>
3091 * i386-linux-nat.c (ps_get_thread_area): New function needed by
3092 nptl libthread_db.
3093
3094 2003-06-03 Richard Henderson <rth@redhat.com>
3095
3096 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
3097 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
3098 (alpha_sigtramp_frame_prev_register): Likewise.
3099 (alpha_heuristic_frame_prev_register): Likewise.
3100 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
3101
3102 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
3103 alpha-specific register id names.
3104 (alpha_mdebug_frame_unwind_cache): Likewise.
3105 (alpha_mdebug_frame_prev_register): Likewise.
3106
3107 2003-06-03 Richard Henderson <rth@redhat.com>
3108
3109 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
3110 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
3111 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
3112 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
3113 unwind routines.
3114 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3115 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3116 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3117
3118 * alpha-linux-tdep.c: Remove unnecessary includes.
3119 * Makefile.in (alpha-linux-tdep.o): Update.
3120
3121 2003-06-03 Richard Henderson <rth@redhat.com>
3122
3123 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
3124 (alphabsd_fill_fpreg): Likewise.
3125
3126 2003-06-03 J. Brobecker <brobecker@gnat.com>
3127
3128 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
3129 references to struct frame_info fields by calls to the equivalent
3130 accessors. Necessary now that frame_info is opaque.
3131
3132 2003-06-03 J. Brobecker <brobecker@gnat.com>
3133
3134 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
3135 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
3136 structure, field no longer exists.
3137
3138 2003-06-03 J. Brobecker <brobecker@gnat.com>
3139
3140 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3141 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
3142
3143 2003-06-03 J. Brobecker <brobecker@gnat.com>
3144
3145 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
3146 references to struct frame_info fields by calls to the equivalent
3147 accessors. Necessary now that frame_info is opaque.
3148
3149 2003-06-03 J. Brobecker <brobecker@gnat.com>
3150
3151 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
3152 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
3153 structure, field no longer exists.
3154
3155 2003-06-03 Theodore A. Roth <troth@openavr.org>
3156
3157 * remote.c (init_remote_state): Compute sizeof_g_packet by
3158 accumulation of the size of all registers instead of blindly using
3159 DEPRECATED_REGISTER_BYTES.
3160
3161 2003-06-03 Michael Snyder <msnyder@redhat.com>
3162
3163 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
3164 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
3165 for h8300sx.
3166
3167 2003-06-03 J. Brobecker <brobecker@gnat.com>
3168
3169 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
3170 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3171
3172 2003-06-03 Andrew Cagney <cagney@redhat.com>
3173
3174 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
3175 (sparc_convert_to_raw): Delete function.
3176 (sparc_gdbarch_init): Do not set register_convert_to_raw or
3177 register_convert_to_virtual.
3178
3179 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
3180
3181 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
3182 layer if not dealing with a statically-linked threaded program.
3183
3184 2003-06-03 Kris Warkentin <kewarken@qnx.com>
3185
3186 * solib.c (solib_open): Update comment to reflect actual search order.
3187
3188 2003-06-03 Andrew Cagney <cagney@redhat.com>
3189
3190 * frame.c (get_frame_memory_signed): New function.
3191 (get_frame_memory, get_frame_memory_unsigned): New function.
3192 (get_frame_arch): New function.
3193 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
3194 (get_frame_memory, get_frame_unsigned_memory): Declare.
3195 * d10v-tdep.c (d10v_frame_unwind_cache): Use
3196 get_frame_memory_unsigned and get_frame_arch.
3197 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
3198
3199 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
3200
3201 * MAINTAINERS (write after approval): Add myself.
3202
3203 2003-06-03 Jim Blandy <jimb@redhat.com>
3204
3205 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
3206 elements of gregset_t are 64 bits each, but access registers
3207 are still 32 bits, so they're packed two per gregset_t
3208 element. Unpack/pack them properly.
3209
3210 2003-06-02 David Carlton <carlton@bactrian.org>
3211
3212 * linespec.c (find_methods): Break out code into
3213 add_matching_methods and add_constructors.
3214 (add_matching_methods): New.
3215 (add_constructors): Ditto.
3216
3217 2003-06-02 Andrew Cagney <cagney@redhat.com>
3218
3219 * sparc-tdep.c (sparc_print_registers): Delete call to
3220 REGISTER_CONVERTIBLE.
3221 (sparc_gdbarch_init): Do not set register_convertible.
3222 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3223 * frv-tdep.c (frv_gdbarch_init): Ditto.
3224 * cris-tdep.c (cris_gdbarch_init): Ditto.
3225
3226 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
3227
3228 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
3229 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
3230 (syms_from_objfile): Ditto.
3231
3232 2003-06-03 Andreas Schwab <schwab@suse.de>
3233
3234 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
3235 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
3236
3237 2003-06-02 Richard Henderson <rth@redhat.com>
3238
3239 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
3240 a member of all_reggroup.
3241
3242 2003-06-02 Richard Henderson <rth@redhat.com>
3243
3244 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
3245 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
3246 (alpha_lds, alpha_sts): New.
3247 (alpha_convert_register_p): Change from _register_convertible.
3248 (alpha_register_to_value): Change from _convert_to_virtual;
3249 restructure and fail for type sizes other than 4 or 8.
3250 (alpha_value_to_register): Similarly.
3251 (alpha_extract_return_value): Use alpha_sts.
3252 (alpha_store_return_value): Use alpha_lds.
3253 (alpha_gdbarch_init): Update hooks.
3254
3255 2003-06-02 Richard Henderson <rth@redhat.com>
3256
3257 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3258 regnum identifiers.
3259 (alpha_sigtramp_register_address): Likewise.
3260
3261 2003-06-02 Richard Henderson <rth@redhat.com>
3262
3263 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3264 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3265 * alpha-tdep.h: Declare them.
3266
3267 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3268 Remove zerobuf. Don't error on UNIQUE.
3269 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3270 (ALPHA_REGSET_UNIQUE): Provide default.
3271 (supply_gregset): Use alpha_supply_int_regs.
3272 (fill_gregset): Use alpha_fill_int_regs.
3273 (supply_fpregset): Use alpha_supply_fp_regs.
3274 (fill_fpregset): Use alpha_fill_fp_regs.
3275 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3276 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3277 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3278 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3279 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3280 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3281
3282 2003-06-02 Richard Henderson <rth@redhat.com>
3283
3284 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3285
3286 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3287 (alpha_store_return_value): Likewise.
3288
3289 2003-06-02 David Carlton <carlton@math.stanford.edu>
3290
3291 * block.c (contained_in): Add 'const' to arguments.
3292 (block_function): Ditto.
3293 * block.h: Update declarations for block_function and
3294 contained_in.
3295
3296 2003-06-02 David Carlton <carlton@math.stanford.edu>
3297
3298 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3299 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3300 * p-valprint.c (pascal_val_print): Ditto.
3301 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3302
3303 2003-06-02 Richard Henderson <rth@redhat.com>
3304
3305 * alpha-tdep.c (alpha_push_dummy_call): Use
3306 builtin_type_ieee_double_little instead of builtin_type_double.
3307
3308 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
3309 sign-extension of 32-bit values.
3310 (alpha_store_return_value): Similarly.
3311
3312 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3313 (alpha_extract_return_value): Likewise.
3314 (alpha_store_return_value): Likewise.
3315
3316 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3317 (alpha_store_return_value): Error on IEEE Quad floats.
3318
3319 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3320 (alpha_extract_struct_value_address): Likewise.
3321 (alpha_store_return_value): Likewise.
3322 (alpha_store_struct_return): Remove.
3323 (alpha_gdbarch_init): Update hook registration to match.
3324
3325 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3326 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3327 macros where appropriate.
3328 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3329 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
3330
3331 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3332 for SP, GP; void_func_ptr for PC; non-language-specific types
3333 for all others.
3334 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
3335
3336 2003-06-02 Richard Henderson <rth@redhat.com>
3337
3338 * top.h (lim_at_start): Declare.
3339 * main.c (captured_main): Set it.
3340 * top.c (lim_at_start): Define.
3341 (command_loop): Use it instead of &environ.
3342 * event-top.c (command_handler): Likewise.
3343
3344 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3345
3346 * mipsnbsd-tdep.c: Update copyright years.
3347 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3348
3349 2003-06-01 Richard Henderson <rth@redhat.com>
3350
3351 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3352 (alpha-linux-tdep.o): Update dependencies.
3353 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3354 * alpha-mdebug-tdep.c: Remove unneeded includes.
3355
3356 2003-06-01 Richard Henderson <rth@redhat.com>
3357
3358 * alpha-tdep.c (alpha_register_reggroup_p): New.
3359 (alpha_gdbarch_init): Register it.
3360
3361 2003-06-02 Andrew Cagney <cagney@redhat.com>
3362
3363 * dwarfread.c: Eliminate "register"
3364 (decode_die_type): Eliminate assignment within "if".
3365 (struct_type, decode_array_element_type): Ditto.
3366 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3367 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3368 (decode_modified_type, completedieinfo): Ditto.
3369 * block.c: Eliminate "register".
3370 (blockvector_for_pc_sect): Eliminate assignment within "if".
3371 * cp-support.h (struct symbol): Opaque declaration.
3372 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3373
3374 2003-06-01 Richard Henderson <rth@redhat.com>
3375
3376 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3377 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
3378
3379 2003-06-01 Adam Fedor <fedor@gnu.org>
3380
3381 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3382 * gdbarch.[ch]: Regenerate.
3383 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3384 (hppa_gdbarch_init): Set it in the gdbarch vector.
3385 * i386-tdep.c (i386_fetch_pointer_argument): New
3386 (i386_gdbarch_init): Set it into gdbarch.
3387 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3388 (rs6000_gdbarch_init): Set it in gdbarch.
3389 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3390 (sparc_gdbarch_init): Set it in gdbarch.
3391
3392 2003-06-01 Andrew Cagney <cagney@redhat.com>
3393
3394 * defs.h (extract_address): Delete declaration.
3395 * findvar.c (extract_address): Delete function.
3396 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3397 extract_address with the inline equivalent,
3398 extract_unsigned_integer.
3399 (xstormy16_extract_struct_value_address): Ditto.
3400 (xstormy16_pointer_to_address): Ditto.
3401 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3402 * v850-tdep.c (v850_push_arguments): Ditto.
3403 (v850_extract_return_value): Ditto.
3404 (v850_extract_struct_value_address): Ditto.
3405 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3406 (sparcnbsd_get_longjmp_target_64): Ditto.
3407 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3408 (get_longjmp_target): Ditto.
3409 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3410 (sh64_extract_struct_value_address): Ditto.
3411 (sh_push_arguments): Ditto.
3412 (sh64_push_arguments): Ditto.
3413 * remote-vxsparc.c (vx_read_register): Ditto.
3414 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3415 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3416 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3417 * mipsv4-nat.c (get_longjmp_target): Ditto.
3418 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3419 * mips-nat.c (get_longjmp_target): Ditto.
3420 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3421 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3422 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3423 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3424 * irix5-nat.c (get_longjmp_target): Ditto.
3425 * irix4-nat.c (get_longjmp_target): Ditto.
3426 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3427 (ia64_push_arguments): Ditto.
3428 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3429 * h8300-tdep.c (h8300_push_arguments): Ditto.
3430 (h8300_store_return_value): Ditto.
3431 (h8300_extract_struct_value_address): Ditto.
3432 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3433 (frv_push_arguments): Ditto.
3434 * avr-tdep.c (avr_pointer_to_address): Ditto.
3435 (avr_push_arguments): Ditto.
3436 * arm-tdep.c (arm_push_dummy_call): Ditto.
3437 (arm_get_longjmp_target): Ditto.
3438 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3439 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3440 (alpha_get_longjmp_target): Ditto.
3441
3442 * solib-irix.c (extract_mips_address): Inline extract_address,
3443 replacing it with extract_signed_integer.
3444 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3445 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3446 (first_link_map_member, open_symbol_file_object): Ditto.
3447 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3448 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3449 (LM_NEXT, LM_NAME): Ditto.
3450
3451 2003-06-01 Richard Henderson <rth@redhat.com>
3452
3453 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3454 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3455 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3456 (alpha_cannot_store_register): Likewise.
3457 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3458 * alpha-nat.c (supply_gregset): Likewise.
3459 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
3460
3461 2003-06-01 Andrew Cagney <cagney@redhat.com>
3462
3463 * infcall.c (call_function_by_hand): Update comment on
3464 DEPRECATED_DUMMY_WRITE_SP.
3465
3466 * mips-tdep.c (mips_gdbarch_init): Do not set
3467 deprecated_dummy_write_sp.
3468 (mips_eabi_push_dummy_call): Set the SP register.
3469 (mips_o64_push_dummy_call): Set the SP register.
3470 (mips_o32_push_dummy_call): Set the SP register.
3471 (mips_n32n64_push_dummy_call): Set the SP register.
3472
3473 2003-06-01 Richard Henderson <rth@redhat.com>
3474
3475 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3476 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3477 (supply_gregset): Likewise.
3478 * alpha-tdep.c (alpha_store_return_value): Likewise.
3479 (alpha_get_longjmp_target): Likewise.
3480 (alpha_register_name): Constify array.
3481 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3482 deprecated_register_size, deprecated_register_bytes,
3483 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3484 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3485 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
3486
3487 2003-06-01 Richard Henderson <rth@redhat.com>
3488
3489 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3490 from arg_reg_buffer to regcache to avoid double conversion.
3491
3492 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3493
3494 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3495 SP_REGNUM.
3496 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3497 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3498
3499 2003-06-01 Richard Henderson <rth@redhat.com>
3500
3501 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3502 (decode_frame_entry): Set it. Skip FDE augmentation.
3503
3504 2003-06-01 Richard Henderson <rth@redhat.com>
3505
3506 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3507 not overlapping PC_REGNUM.
3508
3509 2003-06-01 Richard Henderson <rth@redhat.com>
3510
3511 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3512 alpha_push_arguments. Don't dump argument register data to
3513 the target stack. Fix float and 128-bit long double semantics.
3514 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3515 (alpha_fix_call_dummy): Remove.
3516 (alpha_call_dummy_words): Remove.
3517 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
3518
3519 2003-06-01 Richard Henderson <rth@redhat.com>
3520
3521 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3522
3523 2003-06-01 Andrew Cagney <cagney@redhat.com>
3524
3525 * mips-tdep.c (is_mips16_addr): New function.
3526 (make_mips16_addr, unmake_mips16_addr): New functions.
3527 (pc_is_mips16, mips_fetch_instruction): Use.
3528 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3529 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3530 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3531 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3532 TARGET_MIPS.
3533 * config/mips/tm-mips.h: Update copyright.
3534 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3535 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3536 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3537 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3538 (TM_PRINT_INSN_MACH): Delete.
3539 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3540
3541 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3542 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3543 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3544 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3545 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3546 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3547 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3548 mips*-*-riscos* and mips*-*-sysv* onto mips.
3549 * config/mips/mips64.mt: New file.
3550 * config/mips/mips.mt: New file.
3551 * config/mips/littlemips.mt: Delete file.
3552 * config/mips/decstation.mt: Delete file.
3553 * config/mips/vr4300el.mt: Delete file.
3554 * config/mips/vr5000el.mt: Delete file.
3555 * config/mips/vr5000.mt: Delete file.
3556 * config/mips/vr4100.mt: Delete file.
3557 * config/mips/vr4xxxel.mt: Delete file.
3558 * config/mips/vr4300.mt: Delete file.
3559 * config/mips/vr4xxx.mt: Delete file.
3560 * config/mips/bigmips.mt: Delete file.
3561 * config/mips/bigmips64.mt: Delete file.
3562 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3563 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3564 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3565 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3566 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3567 "tm-bigmips.h".
3568 * config/mips/tm-irix3.h: Ditto.
3569 * config/mips/tm-mipsv4.h: Ditto.
3570 * config/mips/tm-embed.h: Ditto.
3571 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3572 "tm-bigmips64.h".
3573 * config/mips/tm-vr5000el.h: Delete file.
3574 * config/mips/tm-tx39l.h: Delete file.
3575 * config/mips/tm-vr4300el.h: Delete file.
3576 * config/mips/tm-vr4xxxel.h: Delete file.
3577 * config/mips/tm-vr4300.h: Delete file.
3578 * config/mips/tm-vr4100.h: Delete file.
3579 * config/mips/tm-vr4xxx.h: Delete file.
3580 * config/mips/tm-vr5000.h: Delete file.
3581 * config/mips/tm-embedl64.h: Delete file.
3582 * config/mips/tm-embedl.h: Delete file.
3583 * config/mips/tm-embed64.h: Delete file.
3584 * config/mips/tm-bigmips64.h: Delete file.
3585 * config/mips/tm-bigmips.h: Delete file.
3586
3587 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3588
3589 Fix gdb/1216.
3590 * shnbsd-nat.c: Include "sh-tdep.h".
3591
3592 From Richard Henderson <rth@redhat.com>:
3593 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3594
3595 2003-05-31 Andrew Cagney <cagney@redhat.com>
3596
3597 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3598 forward declaration.
3599 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3600 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3601 (mips_find_saved_regs): Use set_reg_offset.
3602 (mips_frame_init_saved_regs): Delete function.
3603 (mips_pop_frame): Call mips_find_saved_regs instead of
3604 DEPRECATED_FRAME_INIT_SAVED_REGS.
3605
3606 2003-05-31 Andrew Cagney <cagney@redhat.com>
3607
3608 * mips-tdep.c (mips_gdbarch_init): Do not set
3609 deprecated_max_register_raw_size, register_virtual_size, and
3610 deprecated_max_register_virtual_size.
3611
3612 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3613
3614 * i386-tdep.c: Include "dwarf2-frame.h".
3615 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3616 * Makefile.in (i386-tdep.o): Update dependencies.
3617
3618 * dwarf2-frame.c, dwarf2-frame.h: New files.
3619 * Makefile.in (SFILES): Add dwarf2-frame.c.
3620 (dwarf2_frame_h): Define.
3621 (COMMON_OBS): Add dwarf2-frame.o.
3622 (dwarf2-frame.o): Add dependencies.
3623
3624 2003-05-31 Andreas Jaeger <aj@suse.de>
3625
3626 * x86-64-linux-nat.c: Fix comment.
3627
3628 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3629
3630 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3631 function signature.
3632
3633 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3634 have a sigcontext_addr handler.
3635 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3636 sigcontext_addr handler.
3637
3638 2003-05-31 Andrew Cagney <cagney@redhat.com>
3639
3640 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3641 (print_fp_register_row): Replace do_fp_register_row.
3642 (mips_print_fp_register): Add "file" and "frame" parameters.
3643 (mips_print_register): Add "file" and "frame" parameters.
3644 (mips_print_registers_info): Replace mips_do_registers_info.
3645 (mips_gdbarch_init): Set print_registers_info instead of
3646 deprecated_do_registers_info.
3647 (mips_read_fp_register_single): Add "frame" parameter.
3648 (mips_read_fp_register_double): Add "frame" parameter.
3649
3650 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3651
3652 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3653 Fixes a bug where GDB would print the wrong register names for
3654 targets without SSE.
3655
3656 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3657 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3658 registers.
3659
3660 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3661 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3662 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3663 TDEP->sc_sp_offset.
3664
3665 From Michal Ludvig <mludvig@suse.cz>:
3666 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3667 and `sc_num_regs'.
3668 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3669 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3670 I386_ST0_REGNUM): Move here from...
3671 * i386-tdep.c: ... here.
3672 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3673 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3674 registers if possible.
3675 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3676 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3677 Remove variables.
3678 (i386bsd_sc_reg_offset): New variable.
3679 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3680 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3681 TDEP->sc_sp_offset.
3682 (i386fbsd_sc_reg_offset): New variable.
3683 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3684 TDEP->sc_num_regs.
3685 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3686 variables.
3687 (i386fbsd4_sc_reg_offset): New variable.
3688 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3689 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3690 TDEP->sc_sp_offset.
3691 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3692 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3693 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3694 Remove variables.
3695 (i386nbsd_sc_reg_offset): New variable.
3696 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3697 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3698 TDEP->sc_sp_offset.
3699 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3700 Remove variables.
3701 (i386obsd_sc_reg_offset): New variable.
3702 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3703 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3704 TDEP->sc_sp_offset.
3705 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3706 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3707 for frame pointer offset in `struct sigcontext'.
3708
3709 2003-05-31 Andrew Cagney <cagney@redhat.com>
3710
3711 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3712 architecture methods call_dummy_words, sizeof_call_dummy_words,
3713 push_return_address, store_struct_return, and fix_call_dummy. Set
3714 push_dummy_call instead of deprecated_push_arguments.
3715 (mips_store_struct_return): Delete function.
3716 (mips_fix_call_dummy): Delete function.
3717 (mips_push_return_address): Delete function.
3718 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3719 RA_REGNUM and T9_REGNUM.
3720 (mips_n32n64_push_dummy_call): Ditto for
3721 mips_n32n64_push_arguments.
3722 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3723 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3724
3725 2003-05-31 Andrew Cagney <cagney@redhat.com>
3726
3727 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3728 "dummy_addr" to "bp_addr".
3729 * infcall.c (call_function_by_hand): Pass "funaddr" to
3730 gdbarch_push_dummy_call.
3731 * gdbarch.h, gdbarch.c: Re-generate.
3732 * i386-tdep.c (i386_push_dummy_call): Update.
3733 * arm-tdep.c (arm_push_dummy_call): Update.
3734 * d10v-tdep.c (d10v_push_dummy_call): Update.
3735
3736 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3737
3738 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3739 variable declarations.
3740 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3741 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3742 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3743 x86_64_init_frame_pc, x86_64_init_frame_pc,
3744 x86_64_function_has_prologue): Remove prototypes.
3745 (X86_64_NUM_GREGS): New define.
3746 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3747 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3748 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3749 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3750 XMM1_REGNUM): Remove defines.
3751 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3752 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3753 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3754 X86_64_XMM1_REGNUM): New defines.
3755 (struct x86_64_register_info): Renamed from `struct
3756 register_info'. Remove `size' member.
3757 (x86_64_register_info_table): Remove variable.
3758 (x86_64_register_info): New variable.
3759 (X86_64_NUM_REGS): New define.
3760 (X86_64_NUM_GREGS): Remove define.
3761 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3762 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3763 Remove variables.
3764 (x86_54_dwarf2_reg_to_regnum): Remove function.
3765 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3766 (x86_64_dwarf_reg_to_regnum): New function.
3767 (x86_64_register_name): Rewrite.
3768 (x86_64_register_raw_size): Remove function.
3769 (x86_64_register_byte_table): Remove variable.
3770 (x86_64_register_byte): Remove function.
3771 (x86_64_register_virtual_type): Remove function.
3772 (x86_64_register_type): New function.
3773 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3774 x86_64_register_convert_to_raw): Remove functions.
3775 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3776 (x86_64_use_struct_convention): Make static. Adjust for renamed
3777 defines.
3778 (x86_64_frame_init_saved_regs): Remove function.
3779 (x86_64_push_arguments): Make static. Change to accept a regcache
3780 as argument.
3781 (x86_64_store_return_value, x86_64_extract_return_value): Make
3782 static. Rewrite based on i386 counterparts.
3783 (x86_64_push_dummy_call): New function.
3784 (X86_64_NUM_SAVED_REGS): New define.
3785 (x86_64_register_number): Remove function.
3786 (x86_64_store_struct_return): Remove function.
3787 (x86_64_frameless_function_invocation,
3788 x86_64_function_has_prologue): Remove functions.
3789 (PROLOG_BUFSIZE): Remove define.
3790 (struct x86_64_frame_cache): New structure.
3791 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3792 x86_64_frame_cache, x86_64_frame_this_id,
3793 x86_64_frame_prev_register, x86_64_frame_p,
3794 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3795 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3796 functions.
3797 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3798 variables.
3799 (x86_64_skip_prologue): Rewrite in terms of
3800 x86_64_analyze_prologue.
3801 (x86_64_frame_base_address): New function.
3802 (x86_64_frame_base): New variable.
3803 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3804 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3805 set deprecated_fp_regnum, deprecated_register_size,
3806 deprecated_register_bytes, register_raw_size, register_byte,
3807 register_virtual_type, register_convertiable,
3808 register_convert_to_virtual, convert_to_raw,
3809 deprecated_get_saved_register, deprecated_target_read_fp,
3810 deprecated_push_arguments, deprecated_push_return_address,
3811 deprecated_pop_frame, deprecated_store_struct_return,
3812 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3813 frameless_function_invocation, deprecated_frame_saved_pc,
3814 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3815 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3816 deprecated_init_frame_pc and virtual_frame_pointer. Call
3817 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3818 and x86_64_frame_p. Call frame_base_set_default to register
3819 x86_64_frame_base.
3820 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3821 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3822 (_initialize_x86_64_tdep): Remove function.
3823 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3824 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3825 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3826 define.
3827 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3828 (x86_64_linux_sigcontext_addr): Rewrite.
3829 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3830 x86_64_linux_frame_saved_pc): Remove functions.
3831 (x86_64_linux_pc_in_sigtramp): Renamed from
3832 x86_64_linux_in_sigtramp. Try harder to recognize a signal
3833 trampoline.
3834 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
3835 Remove_functions.
3836 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
3837 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3838 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
3839 (x86_64_regmap): Rename to regmap.
3840 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
3841 x86_64_num_gregs.
3842 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
3843 x86_64_regmap.
3844 (x86_64_fxsave_offset): Remove function.
3845 (supply_fpregset): Simply call x86_64_supply_fxsave.
3846 (fill_fpregset): Simply call x86_64_fill_fxsave.
3847 (fetch_inferior_registers, store_inferior_registers): Avoid
3848 asignment in if-statement.
3849 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
3850 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
3851 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
3852 (fetch_core_registers): Remove function.
3853 (linux_elf_core_fns): Remove.
3854 (offsetoff): Don't define.
3855 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
3856 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
3857 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
3858 add core-regset.o.
3859 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
3860 protection against multiple includes instead of NM_X86_64_h. Add
3861 various comments. Include "config/nm-linux.h". Don't include
3862 <signal.h>.
3863 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
3864 GET_THREAD_SIGNALS): Remove defines.
3865 (x86_64_register_u_addr, kernel_u_size,
3866 lin_thread_get_thread_signals): Remove prototypes.
3867 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
3868 [HAVE_LINK_H]: Don't include "solib.h".
3869 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
3870 * config/i386/tm-x86-64linux.h: Fix comments.
3871 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
3872 x86-64-tdep.o): Update dependencies.
3873
3874 2003-05-30 Andrew Cagney <cagney@redhat.com>
3875
3876 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
3877 Change parameter type to a "struct regcache *".
3878
3879 * gdbarch.sh: Regardless of the multi-arch level, always define
3880 the macro when not already defined.
3881 * gdbarch.h, gdbarch.c: Re-generate.
3882
3883 2003-05-30 Richard Henderson <rth@redhat.com>
3884
3885 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
3886 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
3887 (alpha_mdebug_frame_this_id): Likewise.
3888 (alpha_mdebug_frame_prev_register): Likewise.
3889 (alpha_mdebug_frame_base_address): Likewise.
3890 (alpha_mdebug_frame_locals_address): Likewise.
3891 (alpha_mdebug_frame_args_address): Likewise.
3892 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
3893 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
3894 (alpha_heuristic_frame_unwind_cache): Make static; add missing
3895 loop increment.
3896 (alpha_heuristic_frame_this_id): Make static.
3897 (alpha_heuristic_frame_prev_register): Likewise.
3898 (alpha_heuristic_frame_base_address): Likewise.
3899 * alpha-tdep.h: Update.
3900
3901 2003-05-30 Mark Kettenis <kettenis@gnu.org>
3902
3903 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
3904 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
3905 defenitions.
3906 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
3907 * i386-tdep.c: Mark functions that are 64-bit safe as such.
3908 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3909 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3910 I386_ST0_REGNUM): New defines.
3911 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
3912 codestream_get): Remove define.
3913 (codestream_next_addr, condestream_addr, condestream_buf,
3914 codestream_off, codestream_cnt): Remove variables.
3915 (codestream_fill, codestream_seek, codestream_read): Remove
3916 functions.
3917 (i386_follow_jump): Rewrite to avoid usage of removed codestream
3918 functionality.
3919 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
3920 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
3921 i386_frame_saved_pc, i386_saved_pc_after_call,
3922 i386_frame_num_args, i386_frame_init_saved_regs,
3923 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
3924 i386_push_arguments): Remove functions.
3925 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
3926 functionality. Use i386_analyze_prologue instead of
3927 i386_get_frame_setup.
3928 (I386_NUM_SAVED_REGS): New define.
3929 (struct i386_frame_cache): New structure.
3930 (i386_alloc_frame_cache, i386_analyze_struct_return,
3931 i386_skip_probe, i386_analyze_frame_setup,
3932 i386_analyze_register_saves, i386_analyze_prologue,
3933 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
3934 i386_frame_prev_register, i386_sigtramp_frame_cache,
3935 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
3936 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
3937 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
3938 New functions.
3939 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
3940 New variables.
3941 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
3942 I386_EAX_REGNUM and I386_EDX_REGNUM.
3943 (i386_extract_return_value, i386_store_return_value): Use
3944 I386_ST0_REGNUM where appropriate.
3945 (i386_extract_struct_value_address): Rewrite to use extract_address.
3946 (i386_svr4_pc_in_sigtramp): Add comment.
3947 (i386_svr4_sigcontext_addr): Rewrite.
3948 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
3949 TDEP->sc_sp_offset.
3950 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
3951 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
3952 of new defines. Set push_dummy_call, don't set
3953 deprecated_push_arguments, deprecated_push_return_address,
3954 deprecated_pop_frame. Don't set parm_boundary. Don't set
3955 deprecated_frame_chain, deprecated_frame_saved_pc,
3956 deprecated_saved_pc_after_call. Set unwind_dummy_id,
3957 save_dummy_frame_tos, unwind_pc. Call
3958 frame_unwind_append_predicate and frame_base_set_default. Don't
3959 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
3960 Don't set frameless_function_invocation. Don't set
3961 deprecated_register_bytes, deprecated_register_size,
3962 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
3963 * i386-linux-tdep.c: Fix formatting in some comments.
3964 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
3965 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
3966 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
3967 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
3968 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
3969 redundant parentheses.
3970 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
3971 (i386_linux_sigcontext_addr): Use it. Rewrite.
3972 (find_minsym_and_objfile): Change name of second argument.
3973 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
3974 changed. Use frame_pc_unwind instead of
3975 DEPRECATED_SAVED_PC_AFTER_CALL.
3976 (i386_linux_init_abi): Don't set deprecated_register_bytes.
3977 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
3978 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
3979 unwinder.
3980 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
3981 "dummy-frame.h".
3982 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
3983 (_initialize_i386_cygwin_tdep): New prototype.
3984 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
3985 deprecated_frame_chain_valid.
3986 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
3987 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3988 Rely on the SVR4 defaults.
3989 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
3990 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
3991
3992 2003-05-30 Andrew Cagney <cagney@redhat.com>
3993
3994 * infcall.c (call_function_by_hand): Always call
3995 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
3996
3997 2003-05-30 Richard Henderson <rth@redhat.com>
3998
3999 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
4000 increment.
4001
4002 2003-05-29 Jim Blandy <jimb@redhat.com>
4003
4004 Use gdbarch methods for solib stuff on PowerPC Linux.
4005 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
4006 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
4007 show through.
4008 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
4009 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
4010 giving the same effect as the #definitions above.
4011
4012 2003-05-29 Adam Fedor <fedor@gnu.org>
4013
4014 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
4015 (find_implementation_from_class): Replace it with the standard
4016 case i.e. do nothing.
4017
4018 2003-05-29 Richard Henderson <rth@redhat.com>
4019
4020 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
4021 (alpha_linux_sigtramp_offset): Use it. Make static.
4022 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
4023 update for new frame model.
4024 * alpha-mdebug-tdep.c: New file.
4025 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
4026 (alpha_osf1_init_abi): Install it.
4027 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
4028 (linked_proc_desc_table): Remove.
4029 (alpha_frame_past_sigtramp_frame): Remove.
4030 (alpha_dynamic_sigtramp_offset): Remove.
4031 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
4032 (alpha_proc_desc_is_dyn_sigtramp): Remove.
4033 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
4034 (push_sigtramp_desc): Remove.
4035 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
4036 (alpha_cannot_store_register): Likewise.
4037 (alpha_sigcontext_addr): Remove.
4038 (alpha_find_saved_regs): Remove.
4039 (alpha_frame_init_saved_regs): Remove.
4040 (alpha_init_frame_pc_first): Remove.
4041 (read_next_frame_reg): Remove.
4042 (alpha_frame_saved_pc): Remove.
4043 (alpha_saved_pc_after_call): Remove.
4044 (temp_proc_desc, temp_saved_regs): Remove.
4045 (alpha_about_to_return): Remove.
4046 (cached_proc_desc): Remove.
4047 (alpha_frame_chain): Remove.
4048 (alpha_print_extra_frame_info): Remove.
4049 (alpha_init_extra_frame_info): Remove.
4050 (alpha_frame_locals_address): Remove.
4051 (alpha_frame_args_address): Remove.
4052 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
4053 (alpha_push_dummy_frame): Remove.
4054 (alpha_pop_frame): Remove.
4055 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
4056 (alpha_read_insn): New.
4057 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
4058 for different insn encodings.
4059 (alpha_in_lenient_prologue): Remove.
4060 (struct alpha_sigtramp_unwind_cache): New.
4061 (alpha_sigtramp_frame_unwind_cache): New.
4062 (alpha_sigtramp_register_address): New.
4063 (alpha_sigtramp_frame_this_id): New.
4064 (alpha_sigtramp_frame_prev_register): New.
4065 (alpha_sigtramp_frame_unwind): New.
4066 (alpha_sigtramp_frame_p): New.
4067 (struct alpha_heuristic_unwind_cache): New.
4068 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
4069 don't count nop insns that occur between functions.
4070 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
4071 heuristic_proc_desc, but without the mdebug wrapping.
4072 (alpha_heuristic_frame_this_id): New.
4073 (alpha_heuristic_frame_prev_register): New.
4074 (alpha_heuristic_frame_unwind): New.
4075 (alpha_heuristic_frame_p): New.
4076 (alpha_heuristic_frame_base_address): New.
4077 (alpha_heuristic_frame_base): New.
4078 (alpha_unwind_dummy_id): New.
4079 (alpha_unwind_pc): New.
4080 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
4081 frame related deprecated initializations; install replacements.
4082 (alpha_dump_tdep): Remove.
4083 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
4084 (alpha_read_insn, alpha_after_prologue,
4085 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
4086 alpha_heuristic_frame_prev_register,
4087 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
4088 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
4089 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
4090 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
4091
4092 2003-05-29 Andrew Cagney <cagney@redhat.com>
4093
4094 * gdb_assert.h (gdb_assert_fail): Provide different definitions
4095 dependant on the availability of ASSERT_FUNCTION.
4096 (ASSERT_FUNCTION): Do not define when there is no function name.
4097
4098 2003-05-29 Kevin Buettner <kevinb@redhat.com>
4099
4100 From Jimi X <jimix@watson.ibm.com>:
4101 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
4102
4103 2003-05-28 Jim Blandy <jimb@redhat.com>
4104
4105 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
4106 argument to ptrace to int; the system headers should give it the
4107 right type, and pointers don't fit in ints on powerpc64-*-*.
4108
4109 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
4110
4111 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
4112 DW_TAG_catch_block.
4113
4114 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4115
4116 * stabsread.c (dbx_lookup_type): Make static.
4117 (read_type): Ditto.
4118 (add_undefined_type): Ditto.
4119 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
4120 not export.
4121
4122 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4123
4124 * hpread.c (hpread_has_name): Make static.
4125 (hpread_psymtab_to_symtab): Ditto.
4126 (file_exists): Ditto.
4127 (hpread_call_pxdb): Ditto.
4128 (hpread_pxdb_needed): Ditto.
4129 (hpread_quick_traverse): Ditto.
4130 (hpread_get_header): Ditto.
4131 (hpread_get_lntt): Ditto.
4132 (hpread_get_slt): Ditto.
4133 (class_of): Ditto.
4134
4135 2003-05-25 Andreas Schwab <schwab@suse.de>
4136
4137 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
4138 stack_align and deprecated_extra_stack_alignment_needed.
4139 (m68k_stack_align): Delete.
4140
4141 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4142 (m68k_register_virtual_size): Likewise.
4143 (altos_skip_prologue): Remove obsolete function.
4144 (isi_frame_num_args): Likewise.
4145 (news_frame_num_args): Likewise.
4146 (m68k_fix_call_dummy): Make static.
4147 (m68k_push_dummy_frame): Likewise.
4148 (m68k_pop_frame): Likewise.
4149 (m68k_skip_prologue): Likewise.
4150 (m68k_frame_init_saved_regs): Likewise.
4151 (m68k_saved_pc_after_call): Likewise.
4152 (m68k_get_longjmp_target): Make multi-arch.
4153 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
4154 structure. Register m68k_get_longjmp_target if enabled.
4155 * m68k-tdep.h (struct gdbarch_tdep): Define.
4156 * config/m68k/tm-m68k.h: Don't include "regcache.h".
4157
4158 * Makefile.in (config.status): Also depend on configure.tgt
4159 and configure.host.
4160 (m68klinux-tdep.o): Update dependencies.
4161 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
4162 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
4163 (M68K_LINUX_JB_PC): Define.
4164 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
4165 and take additional parameter.
4166 (m68k_linux_sigtramp_saved_pc): Update.
4167 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
4168 m68k_linux_pc_in_sigtramp, in_plt_section,
4169 find_solib_trampoline_target.
4170 * config/m68k/tm-linux.h: Don't include any tm headers.
4171 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
4172 (JB_ELEMENT_SIZE): Likewise.
4173 (JB_PC): Likewise.
4174 (GET_LONGJMP_TARGET): Likewise.
4175 (IN_SIGTRAMP): Likewise.
4176 (SVR4_SHARED_LIBS): Define this and include "solib.h".
4177
4178 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4179
4180 * sparc-tdep.c (sparc32_do_push_arguments): New function.
4181 (sparc32_push_arguments): Re-implement by calling
4182 sparc32_do_push_arguments.
4183
4184 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4185
4186 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4187 SPARC_O1_REGNUM): New defines.
4188 (sparc32_extract_return_value): Rewrite to operate on a regcache.
4189 (sparc32_store_return_value): New function.
4190 (sparc_extract_struct_value_address): Rewrite to operate on a
4191 regcache.
4192 (sparc_gdbarch_init): Don't set
4193 deprecated_extract_struct_value_address. Set
4194 extract_struct_value_address instead. Don't set
4195 deprecated_extract_return_value and deprecated_store_return_value
4196 for 32-bit targets. Set extract_return_value and
4197 store_return_value instead.
4198 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
4199 DEPRECTAED_EXTRACT_RETURN_VALUE,
4200 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
4201 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
4202 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
4203 (sparc_store_return_value): Remove prototype.
4204 (sparc32_store_return_value): New prototype.
4205 (sparc32_extract_return_value, sparc_extract_struct_value_address):
4206 Adjust prototypes.
4207
4208 2003-05-24 Mark Kettenis <kettenis@gnu.org>
4209
4210 * sparcnbsd-tdep.c: Include "gdb_string.h".
4211
4212 2003-05-23 Andrew Cagney <cagney@redhat.com>
4213
4214 * p-valprint.c (pascal_val_print): Replace extract_address with
4215 the inline equivalent extract_unsigned_integer.
4216 * jv-valprint.c (java_value_print): Ditto.
4217 * ada-valprint.c (ada_val_print_1): Ditto.
4218 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
4219
4220 2003-05-23 Theodore A. Roth <troth@openavr.org>
4221
4222 * blockframe.c (frameless_look_for_prologue): Remove unused
4223 after_prologue variable.
4224
4225 2003-05-23 Mark Kettenis <kettenis@gnu.org>
4226
4227 * blockframe.c (get_pc_function_start): Rewrite to avoid
4228 asignments in if-statements.
4229
4230 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4231
4232 Committed by Elena Zannoni <ezannoni@redhat.com>.
4233 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
4234 files, don't relocate absolute symbols (and do use mst_abs).
4235
4236 2003-05-23 Andrew Cagney <cagney@redhat.com>
4237
4238 * objc-lang.c: Include "gdb_assert.h".
4239 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
4240 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
4241 (gdb_check, gdb_check_fatal): Delete functions.
4242 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
4243 gdb_assert.
4244 (parse_selector, parse_method, find_methods, find_imps): Ditto.
4245 * Makefile.in (objc-lang.o): Update dependencies.
4246
4247 2003-05-22 Ian Lance Taylor <ian@airs.com>
4248
4249 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
4250 with fprintf_filtered, not fprintf_unfiltered.
4251
4252 2003-05-22 Andrew Cagney <cagney@redhat.com>
4253
4254 * stack.c (frame_info): Inline extract_address, replacing it with
4255 extract_unsigned_integer.
4256 * findvar.c (unsigned_pointer_to_address): Ditto.
4257 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4258 * dwarf2expr.c (dwarf2_read_address): Ditto.
4259 * frame.c (frame_pc_unwind): Update comment.
4260 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4261
4262 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4263
4264 * infptrace.c (detach): Call print_sys_errmsg rather than
4265 perror_with_name to issue warning message when errno is non-zero
4266 after calling ptrace detach.
4267
4268 2003-05-21 J. Brobecker <brobecker@gnat.com>
4269
4270 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4271 macro definitions from here...
4272 * hppa-tdep.c: ...to there.
4273
4274 2003-05-20 Kevin Buettner <kevinb@redhat.com>
4275
4276 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4277 register_ptrace_addr(). Fix all callers.
4278
4279 2003-05-21 Andreas Schwab <schwab@suse.de>
4280
4281 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4282 dependencies.
4283 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4284 end.
4285 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4286 (_initialize_m68k_linux_tdep): New function.
4287 (m68k_linux_frame_saved_pc): Make static.
4288 (m68k_linux_extract_return_value): Likewise.
4289 (m68k_linux_store_return_value): Likewise.
4290 (m68k_linux_extract_struct_value_address): Likewise.
4291 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4292 Remove.
4293 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4294 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4295 (DEPRECATED_FRAME_SAVED_PC): Remove.
4296
4297 2003-05-20 Kris Warkentin <kewarken@qnx.com>
4298
4299 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4300 regset numbering rather than our own.
4301
4302 2003-05-19 David Carlton <carlton@bactrian.org>
4303
4304 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4305
4306 2003-05-19 David Carlton <carlton@bactrian.org>
4307
4308 Partial fix for PR c++/827.
4309 * cp-support.h: Include symtab.h.
4310 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4311 * cp-namespace.c: Update contributors.
4312 (cp_lookup_symbol_nonlocal): New.
4313 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4314 (lookup_symbol_file): Ditto.
4315 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4316 * block.h: Declare block_scope, block_using, block_global_block.
4317 * block.c (block_scope): New.
4318 (block_using, block_global_block): Ditto.
4319 * Makefile.in (cp_support_h): Depend on symtab_h.
4320 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4321
4322 2003-05-19 David Carlton <carlton@bactrian.org>
4323
4324 * language.h (struct language_defn): Add 'la_value_of_this'
4325 and 'la_lookup_symbol_nonlocal' members.
4326 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4327 lookup_symbol_static, lookup_symbol_global,
4328 lookup_symbol_aux_block.
4329 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4330 if we should search fields of this and how to do static/global
4331 lookup.
4332 (lookup_symbol_aux_block): Make extern.
4333 (basic_lookup_symbol_nonlocal): New.
4334 (lookup_symbol_static, lookup_symbol_global): Ditto.
4335 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4336 'la_lookup_symbol_nonlocal' members.
4337 * c-lang.c (c_language_defn, cplus_language_defn)
4338 (asm_language_defn, minimal_language_defn): Ditto.
4339 * jv-lang.c (java_language_defn): Ditto.
4340 * language.c (unknown_language_defn, auto_language_defn)
4341 (local_language_defn): Ditto.
4342 * m2-lang.c (m2_language_defn): Ditto.
4343 * objc-lang.c (objc_language_defn): Ditto.
4344 * scm-lang.c (scm_language_defn): Ditto.
4345 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4346 * p-lang.c (pascal_language_defn): Ditto for both.
4347 * Makefile.in (f-lang.o): Depend on value_h.
4348 (p-lang.o): Ditto.
4349
4350 2003-05-19 David Carlton <carlton@bactrian.org>
4351
4352 * block.h: Declare block_static_block.
4353 * block.c (block_static_block): New.
4354 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4355 lookup_symbol_aux_local, calling block_static_block instead.
4356 (lookup_symbol_aux_local): Delete 'static_block' argument.
4357
4358 2003-05-19 David Carlton <carlton@bactrian.org>
4359
4360 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4361
4362 2003-05-19 Michal Ludvig <mludvig@suse.cz>
4363
4364 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4365 register numbers mapping.
4366
4367 2003-05-18 Adam Fedor <fedor@gnu.org>
4368
4369 * symtab.c (completion_list_objc_symbol): New function.
4370 (make_symbol_completion_list): Use it to add ObjC symbols
4371 when looking though the list.
4372 (language_search_unquoted_string): New function.
4373 (make_file_symbol_completion_list): Use it.
4374
4375 2003-05-18 Andreas Schwab <schwab@suse.de>
4376
4377 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4378 dependencies.
4379 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4380 as m68k_linux_extract_return_value.
4381 (DEPRECATED_STORE_RETURN_VALUE): Define as
4382 m68k_linux_store_return_value.
4383 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4384 m68k_linux_extract_struct_value_address.
4385 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4386 get_next_frame, get_frame_base, get_frame_pc.
4387 (m68k_linux_frame_saved_pc): Use get_frame_base.
4388 (m68k_linux_extract_return_value): New function.
4389 (m68k_linux_store_return_value): New function.
4390 (m68k_linux_extract_struct_value_address): New function.
4391 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4392
4393 * c-exp.y (typebase): Remove duplicate occurence of
4394 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
4395 of lookup_signed_typename.
4396
4397 2003-05-18 Mark Kettenis <kettenis@gnu.org>
4398
4399 * dwarf2loc.c (find_location_expression): Change type of second
4400 argument to `size_t *'.
4401 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4402 for size variable.
4403
4404 2003-05-18 David Carlton <carlton@bactrian.org>
4405
4406 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4407 'linkage_name'. Add comment.
4408 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4409 'linkage_name'.
4410 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4411 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4412 (lookup_block_symbol): Ditto.
4413
4414 2003-05-16 Andrew Cagney <cagney@redhat.com>
4415
4416 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4417 * gdbarch.h, gdbarch.c: Re-generate.
4418 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4419 * TODO (REGISTER_BYTES): Delete reference.
4420 * alpha-tdep.c (alpha_gdbarch_init): Update.
4421 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4422 * x86-64-tdep.c (x86_64_init_abi): Update.
4423 * vax-tdep.c (vax_gdbarch_init): Update.
4424 * v850-tdep.c (v850_gdbarch_init): Update.
4425 * sparc-tdep.c (sparc_gdbarch_init): Update.
4426 * sh-tdep.c (sh_gdbarch_init): Update.
4427 * s390-tdep.c (s390_gdbarch_init): Update.
4428 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4429 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4430 (ns32k_gdbarch_init_32382): Update.
4431 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4432 * mcore-tdep.c (mcore_gdbarch_init): Update.
4433 * m68k-tdep.c (m68k_gdbarch_init): Update.
4434 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4435 * ia64-tdep.c (ia64_gdbarch_init): Update.
4436 * i386-tdep.c (i386_gdbarch_init): Update.
4437 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4438 * hppa-tdep.c (hppa_gdbarch_init): Update.
4439 * h8300-tdep.c (h8300_gdbarch_init): Update.
4440 * frv-tdep.c (frv_gdbarch_init): Update.
4441 * cris-tdep.c (cris_gdbarch_init): Update.
4442 * avr-tdep.c (avr_gdbarch_init): Update.
4443 * arm-tdep.c (arm_gdbarch_init): Update.
4444 * sparc-tdep.c (sparc_pop_frame): Update.
4445 * rs6000-tdep.c (rs6000_pop_frame): Update.
4446 * remote.c (init_remote_state): Update.
4447 (remote_prepare_to_store): Update.
4448 * remote-vx.c (vx_prepare_to_store): Update.
4449 * remote-sds.c (sds_fetch_registers): Update.
4450 (sds_prepare_to_store): Update.
4451 * remote-array.c: Update.
4452 * regcache.c (init_legacy_regcache_descr): Update.
4453 (init_regcache_descr): Update.
4454 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4455 (mips_o64_extract_return_value): Update.
4456 * irix5-nat.c (fetch_core_registers): Update.
4457 * irix4-nat.c (fetch_core_registers): Update.
4458 * i386-tdep.h: Update.
4459 * hppa-tdep.c (pa_do_registers_info): Update.
4460 (pa_do_strcat_registers_info): Update.
4461 * cris-tdep.c (cris_register_bytes_ok): Update.
4462 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4463 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4464 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4465 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4466 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4467 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4468 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4469 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4470 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4471 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4472 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4473 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4474 (REGISTER_BYTES_OK): Update.
4475 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4476 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4477
4478 2003-05-16 Ian Lance Taylor <ian@airs.com>
4479
4480 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4481 (vax_print_insn, print_insn_arg): Remove static functions.
4482 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4483 print_insn_vax from opcodes library.
4484 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4485
4486 2003-05-15 Andrew Cagney <cagney@redhat.com>
4487
4488 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4489 * target.h (memory_breakpoint_from_pc): Delete declaration.
4490 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4491 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4492 * monitor.c (monitor_insert_breakpoint): Use
4493 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4494 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4495 * gdbarch.h, gdbarch.c: Re-generate.
4496 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4497 (sparc_gdbarch_init): Set breakpoint_from_pc to
4498 sparc_breakpoint_from_pc.
4499 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4500 (BREAKPOINT_FROM_PC): Define.
4501 (sparc_breakpoint_from_pc): Declare.
4502 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4503 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4504 (BREAKPOINT_FROM_PC): Define.
4505 (BREAKPOINT): Delete macro.
4506 * target.h: Update comment.
4507 * s390-tdep.c (s390_gdbarch_init): Update comments.
4508 * remote.c: Update comments.
4509 * remote-mips.c: Update comments.
4510 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4511 * mem-break.c: Update comment.
4512 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4513 (ia64_memory_insert_breakpoint): Update.
4514 * config/sparc/tm-sparc.h: Update comment.
4515 * config/pa/tm-hppa64.h: Update comment.
4516 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4517 (rs6000_breakpoint_from_pc): Update.
4518 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4519 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4520 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4521 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4522 (mips_breakpoint_from_pc): Update.
4523 (mips_dump_tdep): Update.
4524
4525 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4526 * minsyms.c (lookup_minimal_symbol): Inline
4527 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4528
4529 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4530 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4531 * p-lang.c (pascal_printstr): Ditto.
4532 * objc-lang.c (objc_printstr): Ditto.
4533 * m2-lang.c (m2_printstr): Ditto.
4534 * jv-valprint.c (java_print_value_fields): Ditto.
4535 * f-lang.c (f_printstr): Ditto.
4536 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4537 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4538 for repeat_count_threshold.
4539 * Makefile.in (cp-valprint.o): Update dependencies.
4540
4541 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
4542
4543 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4544 (examine_prologue): Support looking through leaf functions, knowing
4545 they start with mov r2,r12. Support skipping over indirect stores
4546 of the input registers. Upon hitting a non-nop branch instruction
4547 or predicated instruction, bail out by setting lim_pc to the current
4548 pc value in the loop. At the end, if the lim_pc value is still
4549 beyond our calculated value and we have trust_limit set,
4550 use the lim_pc value.
4551
4552 2003-05-15 Andrew Cagney <cagney@redhat.com>
4553
4554 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4555 generic_find_dummy_frame.
4556 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4557 (deprecated_generic_find_dummy_frame): Update.
4558 (deprecated_read_register_dummy): Update.
4559 * frame.c (deprecated_generic_get_saved_register): Update.
4560
4561 2003-05-15 Theodore A. Roth <troth@openavr.org>
4562
4563 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4564 (avr_gdbarch_init): Set breakpoint_from_pc method.
4565
4566 2003-05-15 Andrew Cagney <cagney@redhat.com>
4567
4568 * regcache.c (build_regcache): Set deprecated_register_valid
4569 directly.
4570 (deprecated_grub_regcache_for_register_valid): Delete function.
4571 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4572 declaration.
4573
4574 2003-05-15 David Carlton <carlton@bactrian.org>
4575
4576 Committed by Elena Zannoni <ezannoni@redhat.com>
4577 * symtab.c (lookup_symbol_aux): Delete calls to
4578 lookup_symbol_aux_minsyms.
4579 (lookup_symbol_aux_minsyms): Comment out function and
4580 prototype. Delete lookup by mangled name.
4581
4582 2003-05-14 Kevin Buettner <kevinb@redhat.com>
4583
4584 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4585 correctly indicate an empty stack and ``stack_allocated'' to the
4586 indicate the number of elements initially allocated.
4587 (dwarf_expr_grow_stack): Simplify method for computing new
4588 stack size. Don't loop infinitely if ``stack_len'' is zero.
4589 (execute_stack_op): Move ``ctx->in_reg'' initialization
4590 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4591 be used in conjuction with DW_OP_piece. Revise error message
4592 accordingly.
4593
4594 2003-05-14 Theodore A. Roth <troth@openavr.org>
4595
4596 * MAINTAINERS: Update my email address.
4597 * avr-tdep.c: Ditto.
4598
4599 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
4600
4601 * symtab.h (enum domain_enum): Rename from namespace_enum.
4602 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4603 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4604 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4605 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4606 TYPES_NAMESPACE, METHODS_NAMESPACE.
4607 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4608 (struct symbol, struct partial_symbol): Rename field
4609 'namespace_enum namespace' to 'domain_enum domain'.
4610 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4611 Delete old define kludge for namespace.
4612
4613 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4614 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4615 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4616 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4617 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4618 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4619 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4620 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4621 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4622 occurrences of the above.
4623
4624 2003-05-14 Ian Lance Taylor <ian@airs.com>
4625
4626 * Makefile.in (install-only): Use $(SHELL) when running
4627 mkinstalldirs.
4628
4629 2003-05-13 Ian Lance Taylor <ian@airs.com>
4630
4631 * MAINTAINERS (write after approval): Add myself.
4632
4633 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4634 second and third arguments.
4635 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4636 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4637
4638 2003-05-13 Andrew Cagney <cagney@redhat.com>
4639
4640 * defs.h (store_address): Delete declaration.
4641 findvar.c (store_address): Delete function.
4642 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4643 store_unsigned_integer.
4644 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4645 * v850-tdep.c (v850_push_arguments): Ditto.
4646 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4647 * sh-tdep.c (sh64_get_saved_register): Ditto.
4648 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4649 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4650 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4651 (mips_get_saved_register): Ditto.
4652 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4653 (find_func_descr, ia64_push_arguments): Ditto.
4654 * i386-tdep.c (i386_push_arguments): Ditto.
4655 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4656 * frv-tdep.c (frv_push_arguments): Ditto.
4657 * frame.c (legacy_saved_regs_prev_register): Ditto.
4658 (deprecated_generic_get_saved_register): Ditto.
4659 * findvar.c (unsigned_address_to_pointer): Ditto.
4660 * dwarf2read.c (dwarf2_const_value): Ditto.
4661 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4662 * alpha-tdep.c (alpha_push_arguments): Ditto.
4663
4664 2003-05-12 J. Brobecker <brobecker@gnat.com>
4665
4666 * NEWS: Mention that the hppa-hpux port has been partially
4667 multiarched (32bit ABIT only, so far).
4668
4669 2003-05-11 Andrew Cagney <cagney@redhat.com>
4670
4671 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4672 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4673 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4674 sim/testsuite/sim/arm/misaligned2.ms, and
4675 sim/testsuite/sim/arm/misaligned3.ms.
4676 * disasm.h (struct ui_file): Add opaque struct declaration.
4677 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4678 * frame.h (struct ui_file): Ditto.
4679
4680 2003-05-11 Mark Kettenis <kettenis@gnu.org>
4681
4682 * value.h: Pretty print.
4683
4684 2003-05-10 Mark Kettenis <kettenis@gnu.org>
4685
4686 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4687
4688 2003-05-08 Andrew Cagney <cagney@redhat.com>
4689
4690 * regcache.h (max_register_size): Delete declaration.
4691 * regcache.c (max_register_size): Delete function.
4692 (struct regcache_descr): Delete field "max_register_size".
4693 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4694 registers fit in MAX_REGISTER_SIZE.
4695 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4696 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4697 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4698 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4699 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4700 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4701 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4702 * dve3900-rom.c, hppa-tdep.c: Ditto.
4703
4704 2003-05-08 David Carlton <carlton@math.stanford.edu>
4705
4706 * valops.c (push_word): Fix typo.
4707
4708 2003-05-08 Andrew Cagney <cagney@redhat.com>
4709
4710 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4711 * gdbarch.h: Re-generate.
4712 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4713 (legacy_max_register_raw_size): Delete declaration.
4714 * regcache.c (legacy_max_register_raw_size): Delete function.
4715 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4716 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4717 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4718 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4719 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4720 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4721 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4722 * findvar.c, dwarf2cfi.c: Ditto.
4723
4724 2003-05-08 Andrew Cagney <cagney@redhat.com>
4725
4726 * mips-tdep.c (read_signed_register): New function, moved to here
4727 from "regcache.c".
4728 (read_signed_register_pid): Ditto.
4729 * regcache.c (read_signed_register_pid): Delete function, moved to
4730 "mips-tdep.c".
4731 (read_signed_register): Ditto.
4732 * regcache.h (read_signed_register): Delete declaration.
4733 (read_signed_register_pid): Delete declaration.
4734
4735 2003-05-08 Andrew Cagney <cagney@redhat.com>
4736
4737 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4738 * gdbarch.h: Re-generate.
4739 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4740 (legacy_max_register_virtual_size): Delete declaration.
4741 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4742 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4743 * tracepoint.c (memrange_sortmerge): Ditto.
4744 * sparc-tdep.c (sparc_print_registers): Ditto.
4745 * regcache.c (legacy_max_register_virtual_size): Delete function.
4746
4747 2002-05-08 J. Brobecker <brobecker@gnat.com>
4748
4749 * fork-child.c (escape_bang_in_quoted_argument): New function.
4750 (fork_inferior): Escape '!' characters in quoted arguments
4751 only when needed.
4752
4753 2003-05-08 J. Brobecker <brobecker@gnat.com>
4754
4755 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4756 the language of the CU is not currently supported by GDB.
4757
4758 2003-05-08 J. Brobecker <brobecker@gnat.com>
4759
4760 * defs.h (language): Add language_minimal enum value.
4761 * c-lang.c (minimal_language_defn): New language definition.
4762 (_initialize_c_language): Add the new minimal language to the list
4763 of languages known to GDB.
4764
4765 2003-05-08 Kevin Buettner <kevinb@redhat.com>
4766
4767 * frame.c (get_frame_type): Don't attempt to lazily initialize
4768 frame's unwinder for legacy frames.
4769
4770 2003-05-07 Andrew Cagney <cagney@redhat.com>
4771
4772 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4773 and "regcache" parameters.
4774 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4775
4776 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4777
4778 * dwarf2read.c (dwarf_decode_lines): Only use output of
4779 check_cu_functions() when calling record_line(). Do not update
4780 the current address.
4781
4782 2003-05-07 Andrew Cagney <cagney@redhat.com>
4783
4784 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4785 code.
4786
4787 2003-05-07 Jim Blandy <jimb@redhat.com>
4788
4789 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4790 'maint info symtabs' and 'maint info psymtabs'.
4791 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4792 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4793 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4794 Declarations updated.
4795 * maint.c (maintenance_list_command): Delete.
4796 (_initialize_maint_cmds): Update calls to add_cmd.
4797 * gdbcmd.h (maintenancelistlist): Delete declaration.
4798 * cli/cli-cmds.c (maintenancelistlist): Delete.
4799 (init_cmd_lists): Don't initialize it.
4800 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4801
4802 2003-05-07 Andrew Cagney <cagney@redhat.com>
4803
4804 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4805 "regcache".
4806 (d10v_print_registers_info): Update.
4807 (d10v_dmap_register, d10v_imap_register): Delete functions.
4808 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4809 and "imap_register".
4810 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4811 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4812 * arch-utils.c (generic_remote_translate_xfer_address): Add
4813 "regcache" and "gdbarch" parameters.
4814 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4815 parameter. Change class to multi-arch.
4816 * gdbarch.h, gdbarch.c: Re-generate.
4817 * remote.c (remote_xfer_memory): Use
4818 gdbarch_remote_translate_xfer_address.
4819
4820 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4821
4822 * infrun.c (prev_pc): Move declaration ahead of proceed().
4823 (proceed): Refresh prev_pc value before resuming.
4824 (stop_stepping): Remove code to refresh prev_pc.
4825
4826 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4827
4828 * nto-tdep.c: Removed stray comment.
4829
4830 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4831
4832 * i386-nto-tdep.c: Fix old K&R function definitions.
4833 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
4834 Also change add_show_from_set() call to add_setshow_cmd().
4835 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
4836
4837 2003-05-05 Andrew Cagney <cagney@redhat.com>
4838
4839 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
4840 (fprint_dummy_frames): New function.
4841 (maintenance_print_dummy_frames): New function.
4842 (_initialize_dummy_frame): Add command "maint print dummy-frames".
4843 * frame.c (fprint_frame_id): Make global.
4844 * frame.h (fprint_frame_id): Declare.
4845 * Makefile.in (dummy-frame.o): Update dependencies.
4846
4847 2003-05-05 Andrew Cagney <cagney@redhat.com>
4848
4849 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
4850 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
4851 SIZEOF_CALL_DUMMY_WORDS.
4852 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
4853 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
4854 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
4855 CALL_DUMMY_BREAKPOINT_OFFSET.
4856 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
4857 CALL_DUMMY_START_OFFSET.
4858 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
4859 * gdbarch.h, gdbarch.c: Re-generate.
4860 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
4861 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
4862 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
4863 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
4864 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
4865 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
4866 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
4867 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
4868 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
4869 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
4870 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
4871 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
4872 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
4873 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
4874 * config/sparc/tm-sparc.h: Update.
4875
4876 2003-05-05 Kris Warkentin <kewarken@qnx.com>
4877
4878 * configure.tgt: Add i[3456]86-*-nto*.
4879 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
4880 * nto-tdep.c: New file. Neutrino target support routines.
4881 * nto-tdep.h: New file. Neutrino target header.
4882 * config/tm-qnxnto.h: New file.
4883 * config/i386/i386nto.mt: New file.
4884 * config/i386/tm-i386nto.h: New file.
4885
4886 2003-05-04 Andrew Cagney <cagney@redhat.com>
4887
4888 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
4889 (load_infrun_state): Ditto.
4890 (struct thread_info): Drop "prev_func_name" field.
4891 * thread.c (load_infrun_state): Update.
4892 (save_infrun_state): Update.
4893 * infrun.c (prev_func_name): Delete variable.
4894 (init_wait_for_inferior): Do not clear prev_func_name.
4895 (stop_stepping, keep_going, context_switch): Do not swap
4896 prev_func_name.
4897 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
4898 instead of PC_IN_SIGTRAMP.
4899
4900 2003-05-04 Andrew Cagney <cagney@redhat.com>
4901
4902 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4903 REGISTER_BYTE with register_offset_hack.
4904 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
4905 that REGISTER_BYTE is consistent with the regcache.
4906 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
4907 * gdbarch.h, gdbarch.c: Regenerate.
4908
4909 2003-05-04 Mark Kettenis <kettenis@gnu.org>
4910
4911 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
4912 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
4913
4914 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
4915
4916 2003-05-03 J. Brobecker <brobecker@gnat.com>
4917
4918 From Thierry Schneider <tpschneider1@yahoo.com>
4919 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
4920 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
4921 (mi-cmd-symbol.o): Add rule.
4922
4923 2003-05-03 Andrew Cagney <cagney@redhat.com>
4924
4925 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
4926 comments noteing that it replaces the old FIX_CALL_DUMMY code.
4927 * gdbarch.h, gdbarch.c: Re-generate.
4928 * d10v-tdep.c (d10v_push_dummy_code): New function.
4929 (d10v_gdbarch_init): Set push_dummy_code.
4930 * infcall.c (legacy_push_dummy_code): New function.
4931 (generic_push_dummy_code): New function.
4932 (push_dummy_code): New function.
4933 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
4934 instead of dummy_addr, to push_dummy_call. Move call to
4935 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
4936 switch.
4937 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
4938
4939 2003-05-03 Andrew Cagney <cagney@redhat.com>
4940
4941 * disasm.h (print_insn): Declare.
4942 * disasm.c (init_gdb_disassemble_info): New function.
4943 (gdb_disassembly): Call init_gdb_disassemble_info.
4944 (gdb_print_insn): New function.
4945 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
4946 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
4947 * mcore-tdep.c: Include "disasm.h"
4948 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
4949 * d10v-tdep.c: Include "disasm.h".
4950 (display_trace): Call gdb_print_insn, instead of print_insn.
4951 (print_insn): Delete function.
4952 * printcmd.c: Include "disasm.h".
4953 (print_insn): Delete function.
4954 (print_formatted): Call gdb_print_insn, instead of print_insn.
4955 * Makefile.in (printcmd.o): Update dependencies.
4956 (mcore-tdep.o, d10v-tdep.o): Ditto.
4957
4958 2003-05-02 Andrew Cagney <cagney@redhat.com>
4959
4960 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
4961 PC_REGNUM, re-indent.
4962 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
4963 PC_REGNUM isn't set.
4964
4965 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
4966 * gdbarch.h, gdbarch.c: Re-generate.
4967 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
4968 register_virtual_size, pc_regnum, or register_bytes.
4969 (D10V_PC_REGNUM): Rename _PC_REGNUM.
4970 (d10v_register_type): Use D10V_PC_REGNUM.
4971 (d10v_print_registers_info, d10v_read_pc): Ditto.
4972 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
4973 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
4974
4975 2003-05-02 David Carlton <carlton@bactrian.org>
4976
4977 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
4978 the name with mstrsave.
4979
4980 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
4981
4982 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
4983 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
4984 (host_charset_name, target_charset_name): New vars for use by
4985 set/show commands.
4986 (host_charset_enum, target_charset_enum): New enums for set/show
4987 commands.
4988 (set_charset_sfunc, set_host_charset_sfunc,
4989 set_target_charset_sfunc): New functions.
4990 (set_host_charset, set_target_charset): Make static.
4991 (list_charsets, set_host_charset_command,
4992 set_target_charset_command): Delete functions.
4993 (show_charset_command): Rewrite as....
4994 (show_charset): Hook this up with the set/show command mechanism.
4995 (_initialize_charset): Change names of charsets to match the
4996 set/show enums. Use host_charset_name and target_charset_name.
4997 Use set/show mechanism for charset, host-charset, target-charset
4998 commands. Do not make 'show host-charset' and 'show
4999 target-charset' be aliases of 'show charset'.
5000
5001 * charset.h (set_host_charset, set_target_charset): Don't export,
5002 they are not used outside the file.
5003
5004 2003-05-01 Andrew Cagney <cagney@redhat.com>
5005
5006 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
5007 (gdb_disassembly): Make "di" non static, always initialize and
5008 cleanup. Always use dis_asm_read_memory.
5009 (gdb_dis_asm_read_memory): Delete function.
5010
5011 2003-05-01 Andrew Cagney <cagney@redhat.com>
5012
5013 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
5014 (d10v_gdbarch_init): Set frame_align instead of stack_align.
5015
5016 2003-04-30 Andrew Cagney <cagney@redhat.com>
5017
5018 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
5019 "tm_print_insn_info".
5020 (TARGET_PRINT_INSN_INFO): Delete macro.
5021 (dis_asm_read_memory): Delete function declaration.
5022 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5023 (tm_print_insn_info): Delete variable definition.
5024 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
5025 * gdbarch.h, gdbarch.c: Re-generate.
5026 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
5027 "deprecated_tm_print_insn_info".
5028 * mcore-tdep.c (mcore_dump_insn): Ditto.
5029 * mips-tdep.c (mips_gdbarch_init): Ditto.
5030 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
5031 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
5032 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
5033 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
5034 instead of TARGET_PRINT_INSN_INFO, add comment.
5035 * s390-tdep.c (s390_get_frame_info): Instead of
5036 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
5037 (s390_check_function_end, s390_is_sigreturn): Ditto.
5038 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
5039 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5040 * disasm.c: Include "gdbcore.h".
5041 (_initialize_disasm): New function, initialize
5042 "deprecated_tm_print_insn_info".
5043 (deprecated_tm_print_insn_info): New variable.
5044 (dis_asm_read_memory): Moved from "corefile.c", made static.
5045 (dis_asm_print_address, dis_asm_memory_error): Ditto.
5046 * Makefile.in (disasm.o): Update dependencies.
5047
5048 2003-04-30 Andrew Cagney <cagney@redhat.com>
5049
5050 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
5051
5052 2003-04-29 Adam Fedor <fedor@gnu.org>
5053
5054 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
5055 * infcall.c (find_function_addr): Make non-static.
5056 * infcall.h (find_function_addr): Declare.
5057 * Makefile.in (eval.o): Update dependencies.
5058
5059 2003-04-28 Adam Fedor <fedor@gnu.org>
5060
5061 * symtab.c (symbol_find_demangled_name): Check for and demangle
5062 ObjC symbols.
5063 (symbol_init_demangled_name): Init for language_objc as well.
5064
5065 2003-04-28 Andrew Cagney <cagney@redhat.com>
5066
5067 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
5068 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
5069 * gdbarch.h, gdbarch.c: Re-generate.
5070 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
5071 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
5072 * inferior.h (deprecated_read_fp): Rename read_fp.
5073 (generic_target_read_fp): Delete declaration.
5074 * regcache.c (generic_target_read_fp): Delete function.
5075 (deprecated_read_fp): Replace read_fp, use
5076 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
5077 * d10v-tdep.c (d10v_read_fp): Delete function.
5078 (d10v_gdbarch_init): Do not set deprecated_read_fp.
5079
5080 * sparc-tdep.c (sparc_gdbarch_init): Do not set
5081 deprecated_target_read_fp to generic_target_read_fp.
5082 * sh-tdep.c (sh_gdbarch_init): Ditto.
5083 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5084 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5085 * frv-tdep.c (frv_gdbarch_init): Ditto.
5086
5087 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
5088 deprecated_fp_regnum.
5089 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5090 * vax-tdep.c (vax_gdbarch_init): Ditto.
5091 * v850-tdep.c (v850_gdbarch_init): Ditto.
5092 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5093 * sh-tdep.c (sh_gdbarch_init): Ditto.
5094 * s390-tdep.c (s390_gdbarch_init): Ditto.
5095 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5096 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5097 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5098 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5099 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5100 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5101 * i386-tdep.c (i386_gdbarch_init): Ditto.
5102 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5103 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5104 * frv-tdep.c (frv_gdbarch_init): Ditto.
5105 * cris-tdep.c (cris_gdbarch_init): Ditto.
5106 * avr-tdep.c (avr_gdbarch_init): Ditto.
5107 * arm-tdep.c (arm_gdbarch_init): Ditto.
5108 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5109
5110 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
5111 * v850-tdep.c (v850_gdbarch_init): Ditto.
5112 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5113 * sh-tdep.c (sh_gdbarch_init): Ditto.
5114 * s390-tdep.c (s390_gdbarch_init): Ditto.
5115 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5116 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5117 * mips-tdep.c (mips_gdbarch_init): Ditto.
5118 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5119 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5120 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5121 * frv-tdep.c (frv_gdbarch_init): Ditto.
5122 * avr-tdep.c (avr_gdbarch_init): Ditto.
5123 * arm-tdep.c (arm_gdbarch_init): Ditto.
5124
5125 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
5126 DEPRECATED_FP_REGNUM.
5127 (vax_push_dummy_frame, vax_pop_frame): Ditto.
5128 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
5129 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5130 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
5131 (sparc32_register_virtual_type): Ditto.
5132 * sh-tdep.c (sh64_frame_chain): Ditto.
5133 (sh64_get_saved_register, sh64_pop_frame): Ditto.
5134 (sh_nofp_frame_init_saved_regs): Ditto.
5135 (sh64_nofp_frame_init_saved_regs): Ditto.
5136 (sh_fp_frame_init_saved_regs): Ditto.
5137 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5138 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5139 * procfs.c (procfs_fetch_registers): Ditto.
5140 (procfs_store_registers): Ditto.
5141 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
5142 (store_inferior_registers, fetch_core_registers): Ditto.
5143 (fetch_kcore_registers, clear_regs): Ditto.
5144 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
5145 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
5146 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
5147 * nlm/i386.c (do_status): Ditto.
5148 * mipsv4-nat.c (supply_gregset): Ditto.
5149 * mips-tdep.c: Ditto for comments.
5150 * mips-nat.c (fetch_inferior_registers): Ditto.
5151 (store_inferior_registers, fetch_core_registers): Ditto.
5152 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
5153 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
5154 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
5155 (i386_do_pop_frame, i386_register_type): Ditto.
5156 * hppa-tdep.c (hppa_frame_chain): Ditto.
5157 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
5158 (hppa_pop_frame, hppa_read_fp): Ditto.
5159 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
5160 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
5161 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
5162 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
5163 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
5164 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
5165 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
5166 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
5167 * blockframe.c: Ditto for comments.
5168 * arch-utils.h: Ditto for comments.
5169 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
5170 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
5171 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
5172 * alpha-tdep.h: Ditto for comments.
5173 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
5174 (alpha_cannot_store_register): Ditto.
5175 (alpha_push_dummy_frame): Ditto.
5176 * alpha-nat.c (supply_gregset): Ditto.
5177
5178 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
5179 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
5180 * config/sparc/tm-sparc.h: Update comment.
5181
5182 * hppa-tdep.c (hppa_init_extra_frame_info): Use
5183 deprecated_read_fp instead of TARGET_READ_FP.
5184 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
5185 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
5186 * sparc-tdep.c (sparc_init_extra_frame_info): Use
5187 deprecated_read_fp instead of read_fp.
5188 * s390-tdep.c (s390_push_arguments): Ditto.
5189 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5190 * frame.h: Ditto in comments.
5191 * frame.c (legacy_get_prev_frame): Ditto.
5192 * dummy-frame.c (dummy_frame_this_id): Ditto.
5193 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5194
5195 2003-04-28 Andrew Cagney <cagney@redhat.com>
5196
5197 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
5198 * gdbarch.h, gdbarch.c: Re-generate.
5199 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
5200 * vax-tdep.c (_initialize_vax_tdep): Update.
5201 * v850-tdep.c (_initialize_v850_tdep): Update.
5202 * sparc-tdep.c (_initialize_sparc_tdep): Update.
5203 * s390-tdep.c (_initialize_s390_tdep): Update.
5204 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
5205 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
5206 * mips-tdep.c (_initialize_mips_tdep): Update.
5207 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5208 * m68k-tdep.c (_initialize_m68k_tdep): Update.
5209 * ia64-tdep.c (_initialize_ia64_tdep): Update.
5210 * hppa-tdep.c (_initialize_hppa_tdep): Update.
5211 * h8300-tdep.c (_initialize_h8300_tdep): Update.
5212 * frv-tdep.c (_initialize_frv_tdep): Update.
5213 * cris-tdep.c (cris_delayed_get_disassembler): Update.
5214 (_initialize_cris_tdep): Update.
5215 * arch-utils.c (legacy_print_insn): Update.
5216 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5217
5218 2003-04-26 Adam Fedor <fedor@gnu.org>
5219
5220 * linespec.c (decode_objc): New function to decode ObjC calls
5221 (decode_line_1): Check for ObjC calls (using decode_objc)
5222 * Makefile (linespec.o): Update dependencies.
5223
5224 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
5225
5226 * breakpoint.h (struct breakpoint_ops): New.
5227 (struct breakpoint): Add ops member.
5228
5229 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
5230 (mention): Use new breakpoint ops member.
5231 (set_raw_breakpoint): Initialize ops field to NULL.
5232 (print_exception_catchpoint, print_one_exception_catchpoint)
5233 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
5234 (gnu_v3_exception_catchpoint_ops): New.
5235 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
5236
5237 2003-04-25 Adam Fedor <fedor@gnu.org>
5238
5239 * Makefile.in (COMMON_OBS): Add objc-lang.o
5240
5241 2003-04-25 Andrew Cagney <cagney@redhat.com>
5242
5243 * d10v-tdep.c (print_insn): Delete function.
5244 (display_trace): Use TARGET_PRINT_INSN.
5245 (_initialize_d10v_tdep): Do not set tm_print_insn.
5246 (d10v_gdbarch_init): Set print_insn.
5247
5248 2003-04-25 Andrew Cagney <cagney@redhat.com>
5249
5250 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
5251 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
5252 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
5253 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
5254 (nr_dmap_regs, a0_regnum): ... new functions.
5255 (d10v_print_registers_info): Use a0_regnum, use register_size.
5256 (d10v_register_byte): Delete function.
5257 (d10v_register_raw_size): Delete function.
5258 (d10v_register_type): Use a0_regnum.
5259 (d10v_print_registers_info): Use a0_regnum.
5260 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5261 (d10v_gdbarch_init): Do not set register_byte or
5262 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5263 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5264 extract_address.
5265 (trace_command): Use XCALLOC.
5266 (print_insn): Delete reference to tm_print_insn.
5267 (saved_regs_unwinder): Use store_unsigned_integer instead of
5268 store_address.
5269 * frame.h (FRAME_OBSTACK_CALLOC): Define
5270
5271 2003-04-25 David Carlton <carlton@bactrian.org>
5272
5273 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5274
5275 2003-04-24 Adam Fedor <fedor@gnu.org>
5276
5277 * objc-lang.c: Include "valprint.h"
5278 * Makefile.in (objc-lang.o): Update dependencies.
5279
5280 2003-04-24 Adam Fedor <fedor@gnu.org>
5281
5282 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
5283 architecture dependant compilation and mark as unimplemented
5284 (until they get put in the gdbarch vector).
5285
5286 2003-04-23 David Carlton <carlton@bactrian.org>
5287
5288 * cp-support.c (cp_find_first_component): Accept 'operator' in
5289 more locations.
5290
5291 2003-04-23 Andrew Cagney <cagney@redhat.com>
5292
5293 * infcall.c (call_function_by_hand): Eliminate redundant
5294 indentation. Move "saved_async" and "old_cleanups" to where they
5295 are needed.
5296
5297 2003-04-23 Andrew Cagney <cagney@redhat.com>
5298
5299 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5300 and "buffer". Move the "name" code to where it is needed.
5301
5302 2003-04-23 Andrew Cagney <cagney@redhat.com>
5303
5304 * infcall.c (call_function_by_hand): Move variables "start_sp",
5305 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5306 code to ON_STACK switch branch.
5307
5308 2003-04-23 Andrew Cagney <cagney@redhat.com>
5309
5310 * infcall.c (call_function_by_hand): Make declaration of "i",
5311 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5312 lint.
5313
5314 2003-04-23 Andrew Cagney <cagney@redhat.com>
5315
5316 * infcall.c (call_function_by_hand): Delete variable
5317 "n_method_args". Localize "param_type"'s declaration to the loop
5318 that it is used. Reinstate code assigning to said variable -
5319 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5320 Rationalize code using "param_type".
5321
5322 2003-04-22 Andrew Cagney <cagney@redhat.com>
5323
5324 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5325 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5326 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5327 to DEPRECATED_PUSH_RETURN_ADDRESS.
5328
5329 2003-04-22 Kevin Buettner <kevinb@redhat.com>
5330
5331 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5332 on the DWARF2 register number prior to fetching a register.
5333
5334 2003-04-22 J. Brobecker <brobecker@gnat.com>
5335
5336 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5337 Update all the tests using SOFT_FLOAT considering the fact that
5338 this macro was always set to 0.
5339 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5340 considering the fact that this macro was always set to 0.
5341 * hppa-tdep.h (hppa_store_return_value): Likewise.
5342 (hppa_extract_return_value): Likewise.
5343
5344 2003-04-22 J. Brobecker <brobecker@gnat.com>
5345
5346 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5347 the hppa-pro target only.
5348
5349 2003-04-21 J. Brobecker <brobecker@gnat.com>
5350
5351 Ongoing multi-arch conversion effort for HP/UX:
5352 * config/pa/tm-hppa.h: Move all macro that are no longer
5353 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5354 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5355
5356 2003-04-21 J. Brobecker <brobecker@gnat.com>
5357
5358 * config/pa/tm-hppa.h: Obsolete a section that was only used
5359 for hppa-pro.
5360
5361 2003-04-21 J. Brobecker <brobecker@gnat.com>
5362
5363 Ongoing multi-arch conversion for HP/UX.
5364 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5365 if already defined (allows hppa64 to stay non-multiarched for now).
5366 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5367
5368 2003-04-21 Andrew Cagney <cagney@redhat.com>
5369
5370 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5371
5372 2003-04-21 Andrew Cagney <cagney@redhat.com>
5373
5374 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5375 "i386_num_mmx_regs".
5376
5377 2003-04-21 Andrew Cagney <cagney@redhat.com>
5378
5379 * infcall.c: New file.
5380 * infcall.h: New file.
5381 * valarith.c: Include "infcall.h".
5382 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5383 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5384 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5385 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5386 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5387 (SFILES): Add "infcall.c"
5388 (COMMON_OBS): Add "infcall.o".
5389 (infcall.o): Specify dependencies.
5390 * value.h (call_function_by_hand): Delete declaration.
5391 * inferior.h (run_stack_dummy): Delete declaration.
5392 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5393 (run_stack_dummy): Move to "infcall.c", merged into
5394 call_function_by_hand.
5395 * valops.c (call_function_by_hand): Moved to "infcall.c".
5396 (find_function_addr, value_arg_coerce): Ditto.
5397 (unwindonsignal_p, coerce_float_to_double): Ditto.
5398 (_initialize_valops): Move "set/show coerce-float-to-double", and
5399 "set/show unwindonsignal" commands to "infcall.c".
5400 * v850-tdep.c, target.h: Update comments.
5401 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5402 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5403 (sh64_init_extra_frame_info): Update comments.
5404 * mn10300-tdep.c: Update comments.
5405 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5406 * config/sparc/tm-sparc.h: Update comments.
5407 * breakpoint.h: Update comments.
5408 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5409 * arm-tdep.c: Update comment.
5410
5411 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5412
5413 * i386-tdep.c (i386_num_register_names): New variable.
5414 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5415 (MM0_REGNUM): Remove redundant parentheses in define.
5416 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5417 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5418 i386_mxcsr_regnum_p): Remove redundant parentheses.
5419 (i386_register_name): Use i386_num_register_names.
5420
5421 * i386-tdep.c (i386_extract_return_value,
5422 i386_store_return_value): Correct check for availability of
5423 floating-point registers.
5424
5425 * i386-tdep.c (i386_frame_num_args): Remove function.
5426 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5427
5428 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5429 mmx_regnum_to_fp_regnum. Adjust all callers.
5430
5431 * i386-tdep.c (i386_get_longjmp_target): Use
5432 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5433 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5434 extract_address.
5435
5436 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5437
5438 * core-regset.c: Update comments to reflect reality. Re-order
5439 includes.
5440 (fetch_core_registers): Use switch instead of if. Remove
5441 redundant prototype.
5442
5443 2003-04-18 Jim Blandy <jimb@redhat.com>
5444
5445 * s390-tdep.c (s390_frame_align): New function.
5446 (s390_gdbarch_init): Register it with the gdbarch object.
5447
5448 2003-04-17 Richard Henderson <rth@redhat.com>
5449
5450 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5451
5452 2003-04-17 Michael Snyder <msnyder@redhat.com>
5453 Karen Bennet <bennet@redhat.com>
5454
5455 Committed by Elena Zannoni <ezannoni@redhat.com>
5456 * gdb_gcore.sh: New script to create a core dump of a process.
5457
5458 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
5459
5460 * values.c (value_being_returned): Don't fetch the return
5461 value if the return type is void.
5462
5463 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5464
5465 * thread-db.c: Reindented.
5466
5467 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5468
5469 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5470 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
5471 as types.
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497 2003-04-16 Kevin Buettner <kevinb@redhat.com>
5498
5499 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
5500 the size of ``long double'' to 16, instead of 8.
5501
5502 2003-04-16 Mark Kettenis <kettenis@gnu.org>
5503
5504 * i386-linux-nat.c: Add some whitespace to make things more
5505 readable.
5506 (fetch_register, store_register, fetch_inferior_registers,
5507 store_inferior_registers): Get rid of assignment in if-statement.
5508 (store_register): Fix typo in error message.
5509
5510 2003-04-16 Andrew Cagney <cagney@redhat.com>
5511
5512 * utils.c (xmmalloc): Always allocate something, matches
5513 libiberty/xmalloc's semantics.
5514 (xmrealloc, xmcalloc): Ditto.
5515
5516 2003-04-16 Andrew Cagney <cagney@redhat.com>
5517
5518 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5519 update comments.
5520 (get_frame_type): Initialize unwind and type when needed.
5521 (get_frame_id, frame_register_unwind): Ditto.
5522
5523 2003-04-16 Andrew Cagney <cagney@redhat.com>
5524
5525 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5526 obsolete.
5527 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5528 * sparcl-stub.c: Obsolete file.
5529 * config/sparc/tm-sparclet.h: Obsolete file.
5530 * sparclet-stub.c: Obsolete file.
5531 * sparclet-rom.c: Obsolete file.
5532 * sparcl-tdep.c: Obsolete file.
5533 * config/sparc/tm-sparclite.h: Obsolete file.
5534 * config/sparc/sparclite.mt: Obsolete file.
5535 * config/sparc/sparclet.mt: Obsolete file.
5536 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5537 sparc86x-*-* obsolete.
5538
5539 2003-04-15 David Carlton <carlton@math.stanford.edu>
5540
5541 * Makefile.in (SFILES): Add cp-namespace.c.
5542 (COMMON_OBS): Add cp-namespace.o.
5543 (block.o): Depend on gdb_obstack_h and cp_support_h.
5544 (buildsym.o): Depend on cp_support_h.
5545 (cp-namespace.o): New.
5546 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5547 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5548 (dwarf2read.o): Depend on cp_support_h.
5549 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5550 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5551 processing_current_namespace.
5552 (read_namespace): Update processing_current_namespace; check for
5553 anonymous namespaces.
5554 (dwarf2_name): New function.
5555 (dwarf2_extension): Ditto.
5556 * cp-support.h: Update copyright, contributors.
5557 Add inclusion guards.
5558 Add opaque declaration for structs obstack, block, symbol.
5559 (struct using_direct): New struct.
5560 Add declarations for cp_find_first_component,
5561 cp_entire_prefix_len, processing_has_namespace_info,
5562 processing_current_namespace, cp_is_anonymous,
5563 cp_add_using_directive, cp_initialize_namespace,
5564 cp_finalize_namespace, cp_set_block_scope,
5565 cp_scan_for_anonymous_namespaces.
5566 * cp-namespace.c: New file.
5567 * cp-support.c: Update copyright.
5568 Include ctype.h, gdb_assert.h, gdbcmd.h.
5569 New variable maint_cplus_cmd_list.
5570 (cp_find_first_component): New function.
5571 (cp_entire_prefix_len, maint_cplus_command)
5572 (first_component_command, _initialize_cp_support): Ditto.
5573 * buildsym.c: Include cp-support.h.
5574 New variable using_list.
5575 (add_symbol_to_list): Check for anonymous namespaces.
5576 (finish_block): Set block's scope.
5577 (start_symtab): Initialize C++ namespace support.
5578 (end_symtab): Finalize C++ namespace support.
5579 * block.h: Add opaque declarations for structs
5580 block_namespace_info, using_direct, and obstack.
5581 Add declarations for block_set_scope and block_set_using.
5582 (struct block): Add 'language_specific' member.
5583 (BLOCK_NAMESPACE): New macro.
5584 * block.c: Include gdb_obstack.h and cp-support.h.
5585 (struct block_namespace_info): New struct.
5586 (block_set_scope): New function.
5587 (block_set_using, block_initialize_namespace): Ditto.
5588
5589 2003-04-14 Kevin Buettner <kevinb@redhat.com>
5590
5591 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5592 (locate_base): Return early if there aren't any link map offsets.
5593 (svr4_solib_create_inferior_hook): Warn if shared library support
5594 is unavailable.
5595
5596 2003-04-14 David Carlton <carlton@math.stanford.edu>
5597
5598 * symtab.c (symbol_set_names): Add prefix when storing Java names
5599 in hash table. Fix for PR java/1039.
5600
5601 2003-04-14 David Carlton <carlton@math.stanford.edu>
5602
5603 * symtab.c (symbol_set_names): Rename 'name' arg to
5604 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5605 * symtab.h: Change 'name' argument in declaration of
5606 symbol_set_names to 'linkage_name'.
5607 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5608
5609 2003-04-14 Andrew Cagney <cagney@redhat.com>
5610
5611 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5612 return the fully sign-extended register value.
5613 (get_frame_pointer): Ditto.
5614 (mips_pop_frame): Initialize "proc_desc" after checking for a
5615 dummy frame.
5616
5617 2003-04-14 Andrew Cagney <cagney@redhat.com>
5618
5619 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5620 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5621 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5622 (mips_push_register): Delete function.
5623 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5624 PUSH_FP_REGNUM.
5625
5626 2003-04-14 Jim Blandy <jimb@redhat.com>
5627
5628 * symmisc.c: #include "gdb_regex.h".
5629 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5630 functions.
5631 * maint.c (maintenance_list_command): New function.
5632 (_initialize_maint_cmds): Register the above as commands.
5633 * symtab.h (maintenance_list_symtabs,
5634 maintenance_list_psymtabs): New declarations.
5635 * cli/cli-cmds.c (maintenancelistlist): New variable.
5636 (init_cmd_lists): Initialize it.
5637 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5638 * gdbcmd.h (maintenancelistlist): New declaration.
5639 * Makefile.in (symmisc.o): Update dependencies.
5640
5641 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
5642
5643 * s390-nat.c: Include asm/types.h for addr_t.
5644
5645 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
5646
5647 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5648 actually incoming type.
5649
5650 2003-04-13 Andrew Cagney <cagney@redhat.com>
5651
5652 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5653 get_next_frame and get_frame_saved_regs.
5654
5655 2003-04-13 Andrew Cagney <cagney@redhat.com>
5656
5657 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5658 of gdbarch_num_regs.
5659
5660 2003-04-13 Andrew Cagney <cagney@redhat.com>
5661
5662 * frame.h: Mention what replaced what in "struct frame_info".
5663 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5664 deprecated_update_frame_base_hack and
5665 deprecated_update_frame_pc_hack.
5666 * hppa-tdep.c: Ditto.
5667
5668 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5669
5670 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5671 to read_reg and update its comment. Remove regnum member.
5672 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5673 Don't call read_reg when setting in_reg. Call read_reg to get
5674 the frame base if it's in a register. Return the register number
5675 on the stack instead of in the context. Remove extra arguments
5676 to read_reg.
5677 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5678 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5679 the register number on the expression stack.
5680 (needs_frame_read_reg): Remove extra arguments.
5681
5682 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5683
5684 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5685 made non-static.
5686 (execute_stack_op): All callers updated.
5687 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5688 * dwarf2loc.c (find_location_expression): New function.
5689 (dwarf_expr_frame_base): Call it.
5690 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5691 (dwarf2_tracepoint_var_ref): New function, broken out from
5692 locexpr_tracepoint_var_ref.
5693 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5694 Make static.
5695 (loclist_read_variable, loclist_read_needs_frame): New functions.
5696 (loclist_describe_location, loclist_tracepoint_var_ref): New
5697 functions.
5698 (dwarf2_loclist_funcs): New struct location_funcs.
5699 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5700 (struct dwarf2_locexpr_baton): Add comments.
5701 (dwarf2_loclist_funcs): New extern.
5702 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5703 base_address and base_known.
5704 (dwarf_loc_buffer): New variable.
5705 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5706 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5707 (dwarf2_has_info): Initialize dwarf_loc_offset.
5708 (dwarf2_build_psymtabs): Read in .debug_loc.
5709 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5710 DWARF_LOC_SIZE.
5711 (psymtab_to_symtab_1): Likewise. Move base address calculation
5712 here, from...
5713 (dwarf2_get_pc_bounds): ... here. Use the base address from
5714 cu_header.
5715 (dwarf2_symbol_mark_computed): Handle location lists.
5716
5717 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5718
5719 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5720 if the linkage name demangled successfully.
5721
5722 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5723
5724 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5725 disassmbly_flavour): Removed.
5726
5727 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5728
5729 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5730
5731 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5732
5733 2003-04-12 Andrew Cagney <cagney@redhat.com>
5734
5735 * frame.h (struct frame_info): Move definition from here ...
5736 * frame.c (struct frame_info): ... to here.
5737
5738 2003-04-12 Andrew Cagney <cagney@redhat.com>
5739
5740 * gdbthread.h (save_infrun_state): Delete parameter
5741 "prev_func_start".
5742 (struct thread_info): Delete field "prev_func_start".
5743 (load_infrun_state): Ditto.
5744 * thread.c (load_infrun_state, save_infrun_state): Update.
5745 * infrun.c (prev_func_start): Delete variable.
5746 (context_switch, init_wait_for_inferior): Update.
5747 (stop_stepping, keep_going): Update.
5748
5749 2003-04-12 Andrew Cagney <cagney@redhat.com>
5750
5751 * gdbarch.sh: Add missing opaque declarations.
5752 * gdbarch.h: Regnerate.
5753 * symtab.h: Add missing opaque declarations.
5754 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5755 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5756 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5757 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5758 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5759 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5760 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5761 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5762 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5763 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5764 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5765 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5766 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5767
5768 2003-04-11 Andrew Cagney <cagney@redhat.com>
5769
5770 * frame.c (get_frame_id): Return this frame's "id".
5771 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5772 function start.
5773 (legacy_saved_regs_this_id): Replace function body with
5774 internal-error.
5775 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5776 FRAME_OBSTACK_ZALLOC.
5777 (create_new_frame): Mark the frame ID as valid.
5778
5779 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
5780
5781 * Makefile.in (libbfd_h): Added missing setting.
5782 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5783 according to the selected ABI.
5784
5785 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5786
5787 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5788
5789 2003-04-11 Andrew Cagney <cagney@redhat.com>
5790
5791 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5792 SAVED_PC_AFTER_CALL.
5793 * gdbarch.h, gdbarch.c: Regenerate.
5794 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5795 * x86-64-tdep.c (x86_64_init_abi): Update.
5796 * vax-tdep.c (vax_gdbarch_init): Update.
5797 * v850-tdep.c (v850_gdbarch_init): Update.
5798 * sparc-tdep.c (sparc_gdbarch_init): Update.
5799 * sh-tdep.c (sh_gdbarch_init): Update.
5800 * s390-tdep.c (s390_gdbarch_init): Update.
5801 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5802 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5803 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5804 * mips-tdep.c (mips_gdbarch_init): Update.
5805 * mcore-tdep.c (mcore_gdbarch_init): Update.
5806 * m68k-tdep.c (m68k_gdbarch_init): Update.
5807 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5808 * ia64-tdep.c (ia64_gdbarch_init): Update.
5809 (ia64_saved_pc_after_call): Update declaration.
5810 * i386ly-tdep.c (i386lynx_init_abi): Update.
5811 * i386-tdep.c (i386_gdbarch_init): Update.
5812 * hppa-tdep.c (hppa_gdbarch_init): Update.
5813 * h8300-tdep.c (h8300_gdbarch_init): Update.
5814 * frv-tdep.c (frv_gdbarch_init): Update.
5815 * cris-tdep.c (cris_gdbarch_init): Update.
5816 * avr-tdep.c (avr_gdbarch_init): Update.
5817 * arm-tdep.c (arm_gdbarch_init): Update.
5818 * alpha-tdep.c (alpha_gdbarch_init): Update.
5819 * ns32knbsd-nat.c (frame_num_args): Update.
5820 * ns32k-tdep.c (umax_frame_num_args): Update.
5821 * mips-tdep.c (mips_init_frame_pc_first): Update.
5822 * infrun.c (step_over_function): Update.
5823 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5824 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5825 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5826 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5827 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5828 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5829 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5830 * arch-utils.c (init_frame_pc_default): Update.
5831 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5832 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
5833 declaration.
5834
5835 2003-04-11 Andrew Cagney <cagney@redhat.com>
5836
5837 * i387-tdep.c: Update copyright.
5838 (i387_to_double): Delete function.
5839 (double_to_i387): Delete function.
5840
5841 2003-04-10 Andrew Cagney <cagney@redhat.com>
5842
5843 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
5844 frame's function's address. Simplify.
5845 (d10v_frame_unwind_cache): Check that the frame's function is
5846 non-zero.
5847
5848 2003-04-10 Jim Blandy <jimb@redhat.com>
5849
5850 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
5851 call to set_gdbarch_deprecated_push_arguments.
5852
5853 2003-04-10 Andrew Cagney <cagney@redhat.com>
5854
5855 * frame.c (fprint_frame_id): New function.
5856 (fprint_frame_type, fprint_frame): New function.
5857 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
5858 (create_sentinel_frame, get_frame_id): Ditto.
5859 (frame_id_p, frame_id_eq): Ditto.
5860 (frame_id_inner, create_new_frame): Ditto.
5861 (legacy_get_prev_frame, get_prev_frame): Ditto.
5862 (deprecated_update_frame_pc_hack): Ditto.
5863 (frame_register_unwind): Ditto.
5864 (deprecated_update_frame_base_hack): Ditto.
5865
5866 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5867
5868 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
5869 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
5870 frame_chain function.
5871 * Makefile.in: Add dependencies due to above change.
5872
5873 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5874
5875 * blockframe.c (legacy_frame_chain_valid): Move call to
5876 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
5877 inside_entry_file.
5878
5879 2003-04-09 Andrew Cagney <cagney@redhat.com>
5880
5881 * frame.h (struct frame_id): Replace "pc" and "base" with
5882 "stack_addr" and "code_addr". Update comments.
5883 (frame_id_build): Update parameter names and comment.
5884 (struct frame_info): Replace "id_p" and "id" with "this_id".
5885 * dummy-frame.c (dummy_frame_this_id): Update.
5886 * breakpoint.c (print_one_breakpoint): Update.
5887 * frame.c (get_frame_id): Update.
5888 (get_frame_base, frame_id_build): Update.
5889 (create_sentinel_frame, legacy_get_prev_frame): Update.
5890 (deprecated_update_frame_base_hack): Update.
5891 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
5892 (frame_id_inner): Ditto.
5893
5894 2003-04-09 Andrew Cagney <cagney@redhat.com>
5895
5896 * defs.h (gdb_print_host_address): Make "addr" parameter a
5897 pointer constant.
5898 * utils.c (gdb_print_host_address): Update.
5899
5900 2003-04-09 Kevin Buettner <kevinb@redhat.com>
5901
5902 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
5903 register number for R0 is 0.
5904
5905 2003-04-09 J. Brobecker <brobecker@gnat.com>
5906
5907 * frame.h (struct gdbarch): Add opaque structure definition
5908 to avoid a compilation warning on LynxOS 4.0.
5909
5910 2003-04-09 Andrew Cagney <cagney@redhat.com>
5911
5912 * frame.h (struct frame_info): Delete field "pc". Replace
5913 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
5914 structure.
5915 * frame.c (frame_pc_unwind): Update.
5916 (create_sentinel_frame): Do not set "pc".
5917 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
5918 (get_frame_pc): Call frame_pc_unwind.
5919 (deprecated_update_frame_pc_hack): Update.
5920 (create_new_frame): Use "pc" not "->pc".
5921
5922 2003-04-09 Andrew Cagney <cagney@redhat.com>
5923
5924 * frame.c (get_frame_id): Eliminate code updating "frame".
5925 (legacy_get_prev_frame): Ditto.
5926 (get_frame_base): Return id.base directly.
5927 (deprecated_update_frame_base_hack): Update "id.base".
5928 * frame.h (struct frame_info): Delete field "frame".
5929
5930 2003-04-09 Andrew Cagney <cagney@redhat.com>
5931
5932 * NEWS: Mention that the "Sequent family" is obsolete.
5933 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
5934 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5935 * configure.host: Obsolete i[3456]86-sequent-bsd*,
5936 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5937 * config/i386/tm-ptx4.h: Obsolete file.
5938 * config/i386/tm-ptx.h: Obsolete file.
5939 * symm-tdep.c: Obsolete file.
5940 * config/i386/symmetry.mt: Obsolete file.
5941 * config/i386/tm-symmetry.h: Obsolete file.
5942 * symm-nat.c: Obsolete file.
5943 * config/i386/nm-symmetry.h: Obsolete file.
5944 * config/i386/xm-symmetry.h: Obsolete file.
5945 * config/i386/symmetry.mh: Obsolete file.
5946 * config/i386/nm-ptx4.h: Obsolete file.
5947 * config/i386/ptx4.mh: Obsolete file.
5948 * config/i386/ptx.mt: Obsolete file.
5949 * config/i386/ptx.mh: Obsolete file.
5950 * config/i386/xm-ptx4.h: Obsolete file.
5951 * config/i386/xm-ptx.h: Obsolete file.
5952
5953 2003-04-09 Andrew Cagney <cagney@redhat.com>
5954
5955 Obsolete mips*-*-mach3*.
5956 * NEWS: Mention that mips*-*-mach3* is obsolete.
5957 * m3-nat.c: Obsolete file.
5958 * config/nm-m3.h: Obsolete file.
5959 * config/mips/tm-mipsm3.h: Obsolete file.
5960 * config/mips/mipsm3.mt: Obsolete file.
5961 * config/mips/mipsm3.mh: Obsolete file.
5962 * config/mips/xm-mipsm3.h: Obsolete file.
5963 * mipsm3-nat.c: Obsolete file.
5964 * configure.host: Obsolete mips-dec-mach3*.
5965 * configure.tgt: Obsolete mips*-*-mach3*.
5966
5967 2003-04-09 Andrew Cagney <cagney@redhat.com>
5968
5969 * doublest.h: Update copyright.
5970 (deprecated_store_floating, deprecated_extract_floating): Rename
5971 store_floating and extract_floating. Update comments.
5972 * doublest.c: Update copyright.
5973 (extract_floating_by_length): Replace extract_floating.
5974 (store_floating_by_length): Replace store_floating.
5975 (deprecated_extract_floating): New function.
5976 (deprecated_store_floating): New function.
5977 (extract_typed_floating): Call extract_floating_by_length.
5978 (store_typed_floating): Call store_floating_by_length.
5979 * x86-64-tdep.c (x86_64_store_return_value): Update.
5980 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
5981 (sh64_extract_return_value): Update.
5982 (sh_sh4_register_convert_to_virtual): Update.
5983 (sh_sh64_register_convert_to_virtual): Update.
5984 (sh_sh4_register_convert_to_raw): Update.
5985 (sh_sh64_register_convert_to_raw): Update.
5986 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
5987 (rs6000_register_convert_to_raw): Update.
5988 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
5989 (ia64_register_convert_to_raw): Update.
5990 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
5991 (REGISTER_CONVERT_TO_VIRTUAL): Update.
5992 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
5993 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
5994 (alpha_register_convert_to_raw): Update.
5995
5996 2003-04-08 Andrew Cagney <cagney@redhat.com>
5997
5998 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
5999 * gdbarch.h, gdbarch.c: Re-generate.
6000 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
6001 (d10v_gdbarch_init): Do not set saved_pc_after_call.
6002 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
6003 conditionally, use frame_pc_unwind as an alternative. Add
6004 comments.
6005 * arch-utils.c (init_frame_pc_default): Only call
6006 SAVED_PC_AFTER_CALL when available.
6007
6008 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
6009
6010 * infrun.c (stop_soon): Rename from stop_soon_quietly.
6011 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
6012 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
6013 (start_remote): Ditto.
6014 (handle_inferior_event): Ditto.
6015 (save_inferior_status): Ditto.
6016 (restore_inferior_status): Ditto.
6017 * infcmd.c (attach_command): Ditto.
6018 * fork-child.c (startup_inferior): Ditto.
6019 * inferior.h (stop_soon): Rename from stop_soon_quietly.
6020 * alpha-tdep.c (heuristic_proc_start): Ditto.
6021 * mips-tdep.c (heuristic_proc_start): Ditto.
6022 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
6023 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
6024 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
6025 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
6026 * remote-vx.c (vx_create_inferior): Ditto.
6027
6028 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
6029
6030 * infrun.c (stop_soon_quietly): Make it an enum, to better
6031 override the default behavior of handle_inferior_event.
6032 (clear_proceed_status): Update uses of stop_soon_quietly to
6033 reflect that it is now an enum.
6034 (start_remote): Ditto.
6035 (handle_inferior_event): Change logic a bit if stop_soon_quietly
6036 is set to handle the new GNU/Linux kernel behavior for
6037 attach/sigstop. Update uses of stop_soon_quietly.
6038 * inferior.h (enum stop_kind): New enum.
6039 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
6040 Reset normal handle_inferior_event behavior, afterwards.
6041 * fork-child.c (startup_inferior): Update.
6042 * alpha-tdep.c (heuristic_proc_start): Update.
6043 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
6044 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
6045 * solib-osf.c (osf_solib_create_inferior_hook): Update.
6046 * solib-irix.c (irix_solib_create_inferior_hook): Update.
6047 * remote-vx.c (vx_create_inferior): Update.
6048 * mips-tdep.c (heuristic_proc_start): Update.
6049
6050 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
6051
6052 * disasm.c (dump_insns): Move variables inside loop, or they will
6053 be freed more than once, causing wild memory corruptions.
6054 (gdb_disassembly): Look for the substring "-thread",
6055 instead of "-threads" in the target name, to make sure to find
6056 the 'multi-thread' target. Also, make sure we do the right thing
6057 with the "core" target.
6058
6059 2003-04-07 Kevin Buettner <kevinb@redhat.com>
6060
6061 * mips-tdep.c (mips_print_fp_register): New function, created from
6062 do_fp_register_row(). Registers are now (also) printed as hex.
6063 Only one register is printed per row.
6064 (mips_print_register, do_fp_register_row): Print floating point
6065 registers with mips_print_fp_register().
6066
6067 2003-04-06 Andrew Cagney <cagney@redhat.com>
6068
6069 * valprint.h (inspect_it): Add extern declaration.
6070 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
6071 (selectors_info, classes_info): Ditto.
6072 (find_objc_msgcall): Fix indentation.
6073 (objc_printstr): Delete extern declarations.
6074
6075 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
6076
6077 2003-04-06 Andrew Cagney <cagney@redhat.com>
6078
6079 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
6080 Update comment.
6081 * frame.c (legacy_saved_regs_this_id): Update.
6082 (legacy_get_prev_frame): Update.
6083 * xstormy16-tdep.c: Update comment.
6084 * sparc-tdep.c (sparc_frame_chain): Update comment.
6085 * blockframe.c (legacy_frame_chain_valid): Update.
6086
6087 2003-04-06 Andrew Cagney <cagney@redhat.com>
6088
6089 * valprint.c (val_print_type_code_int): Delete #ifdef
6090 PRINT_TYPELESS_INTEGER code.
6091
6092 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
6093 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
6094 multi-arch definition.
6095 * gdbarch.h: Re-generate.
6096
6097 2003-04-05 Andrew Cagney <cagney@redhat.com>
6098
6099 Eliminate FRAME_FIND_SAVED_REGS.
6100 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6101 Change FSR parameter to a pointer.
6102 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
6103 Assume FSR parameter is a pointer.
6104 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6105 Make fsr a pointer.
6106 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
6107 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
6108 saved_regs a pointer.
6109 (hppa_frame_saved_pc): Ditto.
6110 (find_dummy_frame_regs): Make frame_saved_regs a pointer
6111 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
6112 pointer.
6113 (restore_pc_queue): Make fsr a pointer.
6114 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
6115 (hppa_frame_chain): Make saved_regs a pointer, call
6116 hppa_frame_init_saved_regs.
6117 * sparc-tdep.c: Include "gdb_assert.h".
6118 (sparc_frame_find_saved_regs): Replace internal_error with
6119 gdb_assert.
6120 * remote-vxsparc.c (vx_read_register): Delete reference to
6121 FRAME_FIND_SAVED_REGS.
6122 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
6123 * gdbarch.h: Regenerate.
6124 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6125 (deprecated_get_frame_saved_regs): Delete declaration.
6126 (struct frame_saved_regs): Delete definition.
6127 * frame.c (deprecated_get_frame_saved_regs): Delete function.
6128 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
6129 (hppa_frame_find_saved_regs): Delete declaration.
6130 (FRAME_FIND_SAVED_REGS): Delete macro.
6131 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
6132 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
6133 FRAME_FIND_SAVED_REGS in comment.
6134
6135 2003-04-05 Andrew Cagney <cagney@redhat.com>
6136
6137 * frame.c (frame_func_unwind, get_frame_func): New functions.
6138 * frame.h (get_frame_func, frame_func_unwind): Declare.
6139 (struct frame_info): Add field "prev_func" for caching the
6140 previous frame's function address.
6141 * arm-tdep.c (arm_frameless_function_invocation): Combine
6142 get_pc_function_start and get_frame_pc into get_frame_func.
6143 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6144 (sh64_nofp_frame_init_saved_regs): Ditto.
6145 * s390-tdep.c (s390_function_start): Ditto.
6146 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
6147 (rs6000_frameless_function_invocation): Ditto.
6148 (rs6000_frame_saved_pc): Ditto.
6149 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
6150 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
6151 * i386-tdep.c (i386_frameless_signal_p): Ditto.
6152 (i386_frame_init_saved_regs): Ditto.
6153 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
6154 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
6155 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
6156 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6157 * blockframe.c (frameless_look_for_prologue): Ditto.
6158
6159 2003-04-05 Andrew Cagney <cagney@redhat.com>
6160
6161 * frame.c (legacy_get_prev_frame): Link prev to next at the
6162 function start. Update comments.
6163
6164 2003-04-05 Andrew Cagney <cagney@redhat.com>
6165
6166 * frame.c (get_frame_id): Update comment.
6167 (legacy_get_prev_frame): Update comment.
6168 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
6169 * gdbarch.h: Regenerate.
6170 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
6171 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
6172
6173 2003-04-05 Andrew Cagney <cagney@redhat.com>
6174
6175 * stack.c (print_frame_info): Use get_frame_pc.
6176
6177 2003-04-04 Andrew Cagney <cagney@redhat.com>
6178
6179 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
6180 the frame's type from the unwinder.
6181 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
6182 (create_new_frame, legacy_get_prev_frame): When the unwinder's
6183 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
6184 (get_frame_base_address): Use get_frame_type.
6185 (get_frame_locals_address, get_frame_args_address): Ditto.
6186 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
6187 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
6188 (struct frame_info): Add comment explaining why the frame contains
6189 a "type" field.
6190 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
6191 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
6192 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
6193 NORMAL_FRAME.
6194 * frame-unwind.h: Include "frame.h".
6195 (struct frame_unwind): Add "type" field.
6196 * Makefile.in (frame_unwind_h): Add $(frame_h).
6197
6198 2003-04-04 Andrew Cagney <cagney@redhat.com>
6199
6200 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
6201 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
6202 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
6203 get_frame_base.
6204 (d10v_unwind_dummy_id): Use frame_id_build.
6205 * frame.c (find_frame_sal): Use get_frame_pc.
6206 (create_new_frame): Use deprecated_update_frame_pc_hack and
6207 deprecated_update_frame_base_hack.
6208 (create_sentinel_frame): Add comment about ->pc going away.
6209 (get_prev_frame): Add comment about ->pc going away.
6210 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
6211 frame_id_build, deprecated_update_frame_pc_hack and
6212 deprecated_update_frame_base_hack.
6213 (select_frame): Use get_frame_pc.
6214 (legacy_saved_regs_this_id): Use frame_id_build.
6215
6216 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
6217
6218 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
6219 signed integer case.
6220 (classify_argument): Handle enumerations and references.
6221
6222 2003-04-04 Andrew Cagney <cagney@redhat.com>
6223
6224 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
6225 ID to NULL.
6226
6227 2003-04-01 Adam Fedor <fedor@gnu.org>
6228
6229 * gdb/objc-lang.c (selectors_info): Replace calls to
6230 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
6231 SYMBOL_NATURAL_NAME.
6232 (classes_info, find_methods): Likewise.
6233
6234 2003-04-03 Kevin Buettner <kevinb@redhat.com>
6235
6236 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
6237 ``mach'' to the value determined by bfd_default_set_arch_mach().
6238
6239 2003-04-02 Bob Rossi <bob_rossi@cox.net>
6240
6241 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
6242 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
6243 (mi-cmd-file.o): Update dependencies.
6244
6245 2003-04-01 Kevin Buettner <kevinb@redhat.com>
6246
6247 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6248 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
6249
6250 2003-04-01 Adam Fedor <fedor@gnu.org>
6251
6252 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
6253 * language.h (struct language_defn): Add la_demangle.
6254 (language_demangle): Declare.
6255 * language.c (language_demangle): New function.
6256 (unk_lang_demangle): Likewise.
6257 (unknown_language_defn, auto_language_defn, local_language_defn):
6258 Add ukn_lang_demangle.
6259 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
6260 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
6261 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6262 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6263 * jv-lang.c (java_demangle): New function
6264 (java_language_defn): Use it for la_demangle element.
6265 * objc-lang.c (objc_demangle): Add options argument
6266 (objc_language_defn): Use objc_demangle for la_demangle element.
6267 * maint.c (maintenance_demangle): Replace switch with
6268 call to language_demangle.
6269 * utils.c (fprintf_symbol_filtered): Likewise.
6270
6271 2003-04-01 Andrew Cagney <cagney@redhat.com>
6272
6273 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6274 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6275 PRINT_TYPELESS_INTEGER.
6276 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6277 PUSH_RETURN_ADDRESS.
6278
6279 2003-04-01 Andrew Cagney <cagney@redhat.com>
6280
6281 * Makefile.in (d10v-tdep.o): Update dependencies.
6282 * d10v-tdep.c: Include "frame-base.h".
6283 (d10v_frame_unwind): Make constant.
6284 (d10v_frame_base_address): New function.
6285 (d10v_frame_base): New variable.
6286 (d10v_gdbarch_init): Set frame_base default.
6287 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6288 comment for base.
6289 (d10v_frame_unwind_cache): Set and use "prev_sp".
6290 (d10v_frame_this_id): Use the previous frame's inner most stack
6291 address and this frame's func address for the frame ID. Use
6292 frame_id_build. Don't analyze beyond the current instruction.
6293
6294 2003-04-01 Andrew Cagney <cagney@redhat.com>
6295
6296 * frame.h (get_frame_locals_address, get_frame_args_address):
6297 Refer to the base address, instead of the address of the first
6298 local or parameter.
6299
6300 2003-04-01 Andrew Cagney <cagney@redhat.com>
6301
6302 Add frame debug info addresses:
6303 * frame-base.c: New file.
6304 * frame-base.h: New file.
6305 * frame.h (struct frame_base): Add opaque declaration.
6306 (get_frame_base): Update comment.
6307 (get_frame_base_address): Declare.
6308 (get_frame_locals_address): Declare.
6309 (get_frame_args_address): Declare.
6310 (struct frame_info): Add "base" and "base_cache". Update
6311 comments on the unwinder.
6312 * frame.c: Include "frame-base.h".
6313 (get_frame_locals_address): New function.
6314 (get_frame_base_address): New function.
6315 (get_frame_args_address): New function.
6316 * findvar.c (read_var_value): Use get_frame_locals_address and
6317 get_frame_args_address.
6318 * stack.c (frame_info): Use get_frame_locals_address and
6319 get_frame_args_address.
6320 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6321 moved to "frame-base.c".
6322 * printcmd.c (print_frame_nameless_args): Ditto.
6323 * symtab.h (address_class): Update comments.
6324 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6325 get_frame_base_address.
6326 * dwarf2expr.c (execute_stack_op): Ditto.
6327 * Makefile.in (frame_base_h): Define.
6328 (frame.o): Update dependencies.
6329 (frame-base.o): Add dependencies.
6330 (SFILES): Add frame-base.c.
6331 (COMMON_OBS): Add frame-base.o.
6332
6333 2003-04-01 Andrew Cagney <cagney@redhat.com>
6334
6335 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6336 CALL_DUMMY_LENGTH): Ditto.
6337 * gdbarch.c: Re-generate.
6338 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6339 (CALL_DUMMY_LENGTH): Delete macro.
6340 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6341 * arm-tdep.c (arm_gdbarch_init): Ditto.
6342 * avr-tdep.c (avr_gdbarch_init): Ditto.
6343 * cris-tdep.c (cris_gdbarch_init): Ditto.
6344 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6345 * frv-tdep.c (frv_gdbarch_init): Ditto.
6346 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6347 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6348 * i386-tdep.c (i386_gdbarch_init): Ditto.
6349 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6350 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6351 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6352 * mips-tdep.c (mips_gdbarch_init): Ditto.
6353 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6354 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6355 * s390-tdep.c (s390_gdbarch_init): Ditto.
6356 * sh-tdep.c (sh_gdbarch_init): Ditto.
6357 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6358 * v850-tdep.c (v850_gdbarch_init): Ditto.
6359 * vax-tdep.c (vax_gdbarch_init): Ditto.
6360 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6361
6362 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
6363
6364 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6365
6366 2003-04-01 Andrew Cagney <cagney@redhat.com>
6367
6368 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6369 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6370 * gdbarch.h, gdbarch.c: Re-generate.
6371 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6372 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6373 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6374 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6375 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6376 * infcmd.c (run_stack_dummy): Simplify assuming
6377 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6378 * infrun.c (handle_inferior_event): Ditto.
6379 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6380 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6381 * arm-tdep.c (arm_gdbarch_init): Ditto.
6382 * avr-tdep.c (avr_gdbarch_init): Ditto.
6383 * cris-tdep.c (cris_gdbarch_init): Ditto.
6384 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6385 * frv-tdep.c (frv_gdbarch_init): Ditto.
6386 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6387 * i386-tdep.c (i386_gdbarch_init): Ditto.
6388 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6389 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6390 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6391 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6392 * mips-tdep.c (mips_gdbarch_init): Ditto.
6393 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6394 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6395 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6396 * s390-tdep.c (s390_gdbarch_init): Ditto.
6397 * sh-tdep.c (sh_gdbarch_init): Ditto.
6398 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6399 * v850-tdep.c (v850_gdbarch_init): Ditto.
6400 * vax-tdep.c (vax_gdbarch_init): Ditto.
6401 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6402
6403 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
6404
6405 * symfile.c (symfile_relocate_debug_section): Update call to
6406 bfd_simple_get_relocated_section_contents.
6407
6408 2003-03-31 Andrew Cagney <cagney@redhat.com>
6409
6410 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6411 * gdbarch.h, gdbarch.c: Regenerate.
6412 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6413 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6414 available.
6415 * frame.h (generic_fix_call_dummy): Delete declaration.
6416 * dummy-frame.h: Update comment.
6417 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6418 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6419 fix_call_dummy.
6420 * sh-tdep.c (sh_gdbarch_init): Ditto.
6421 * s390-tdep.c (s390_gdbarch_init): Ditto.
6422 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6423 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6424 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6425 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6426 * i386-tdep.c (i386_gdbarch_init): Ditto.
6427 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6428 * frv-tdep.c (frv_gdbarch_init): Ditto.
6429 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6430 * cris-tdep.c (cris_gdbarch_init): Ditto.
6431 * avr-tdep.c (avr_gdbarch_init): Ditto.
6432 * arm-tdep.c (arm_gdbarch_init): Ditto.
6433
6434 2003-03-31 J. Brobecker <brobecker@gnat.com>
6435
6436 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6437 (INIT_FRAME_AP): Likewise.
6438 (EXTRA_FRAME_INFO): Likewise.
6439
6440 2003-03-31 Andrew Cagney <cagney@redhat.com>
6441
6442 * gdbarch.sh: Include "symfile.h".
6443 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6444 * gdbarch.h, gdbarch.c: Re-generate.
6445 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6446 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6447 call_dummy_address, the default is at entry_point_address.
6448 * v850-tdep.c (v850_gdbarch_init): Ditto.
6449 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6450 * sh-tdep.c (sh_gdbarch_init): Ditto.
6451 * s390-tdep.c (s390_gdbarch_init): Ditto.
6452 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6453 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6454 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6455 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6456 * i386-tdep.c (i386_gdbarch_init): Ditto.
6457 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6458 * frv-tdep.c (frv_gdbarch_init): Ditto.
6459 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6460 * cris-tdep.c (cris_gdbarch_init): Ditto.
6461 * arm-tdep.c (arm_gdbarch_init): Ditto.
6462
6463 2003-03-31 Andrew Cagney <cagney@redhat.com>
6464
6465 * gdbarch.sh (CALL_DUMMY_P): Delete.
6466 * gdbarch.h, gdbarch.c: Re-generate.
6467 * inferior.h (CALL_DUMMY_P): Delete macro.
6468 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6469 * vax-tdep.c (vax_gdbarch_init): Update.
6470 * v850-tdep.c (v850_gdbarch_init): Update.
6471 * sparc-tdep.c (sparc_gdbarch_init): Update.
6472 * sh-tdep.c (sh_gdbarch_init): Update.
6473 * s390-tdep.c (s390_gdbarch_init): Update.
6474 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6475 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6476 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6477 * mips-tdep.c (mips_gdbarch_init): Update.
6478 * mcore-tdep.c (mcore_gdbarch_init): Update.
6479 * m68k-tdep.c (m68k_gdbarch_init): Update.
6480 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6481 * ia64-tdep.c (ia64_gdbarch_init): Update.
6482 * i386-tdep.c (i386_gdbarch_init): Update.
6483 * h8300-tdep.c (h8300_gdbarch_init): Update.
6484 * frv-tdep.c (frv_gdbarch_init): Update.
6485 * d10v-tdep.c (d10v_gdbarch_init): Update.
6486 * cris-tdep.c (cris_gdbarch_init): Update.
6487 * breakpoint.c (deprecated_frame_in_dummy): Update.
6488 * avr-tdep.c (avr_gdbarch_init): Update.
6489 * alpha-tdep.c (alpha_gdbarch_init): Update.
6490 * arm-tdep.c (arm_gdbarch_init): Update.
6491 * dummy-frame.c (dummy_frame_this_id): Update comments.
6492 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6493 * frame.c (legacy_get_prev_frame): Ditto.
6494 * valops.c (call_function_by_hand): Delete function.
6495 (hand_function_call): Rename to call_function_by_hand
6496
6497 2003-03-30 Andrew Cagney <cagney@redhat.com>
6498
6499 2002-11-10 Klee Dienes <kdienes@apple.com>
6500 * value.h (struct value): Update comment.
6501
6502 2003-03-30 Andrew Cagney <cagney@redhat.com>
6503
6504 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6505 D10V_FP_REGNUM.
6506 (d10v_gdbarch_init): Do not set fp_regnum.
6507
6508 * frame.c (get_frame_base): Force ID initialization.
6509 (get_prev_frame): Move computation of the frame ID from here ...
6510 (get_frame_id): ... to here.
6511 (legacy_get_prev_frame): Mark the frame ID as valid.
6512 * frame.h (struct frame_info): Add field "id_p".
6513
6514 2003-03-30 Mark Kettenis <kettenis@gnu.org>
6515
6516 * i386-tdep.c (i386_store_struct_return): Removed.
6517 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6518
6519 2003-03-30 Andrew Cagney <cagney@redhat.com>
6520
6521 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6522 * gdbarch.h, gdbarch.c: Regenerate.
6523 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6524 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6525 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6526 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6527 * i386-tdep.c (i386_gdbarch_init): Ditto.
6528 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6529 * cris-tdep.c (cris_gdbarch_init): Ditto.
6530 * vax-tdep.c (vax_gdbarch_init): Ditto.
6531 * s390-tdep.c (s390_gdbarch_init): Ditto.
6532 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6533 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6534 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6535 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6536 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6537 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6538 * sparc-tdep.c (sparc_gdbarch_init): Update.
6539 * sh-tdep.c (sh_gdbarch_init): Update.
6540 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6541 * mips-tdep.c (mips_gdbarch_init): Update.
6542 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6543 * ia64-tdep.c (ia64_gdbarch_init): Update.
6544 * frv-tdep.c (frv_gdbarch_init): Update.
6545 * avr-tdep.c (avr_gdbarch_init): Update.
6546 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6547 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6548 instead of when push_dummy_call is not available.
6549
6550 2003-03-30 Andrew Cagney <cagney@redhat.com>
6551
6552 * infttrace.c: Include "gdbthread.h".
6553 (parent_attach_all): Fix function signature.
6554 (call_ptrace): Update call.
6555 * Makefile.in (infttrace.o): Update dependencies.
6556
6557 2003-03-30 Andrew Cagney <cagney@redhat.com>
6558
6559 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6560 PUSH_RETURN_ADDRESS.
6561 * gdbarch.h, gdbarch.c: Regenerate.
6562 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6563 * x86-64-tdep.c (x86_64_init_abi): Update.
6564 * v850-tdep.c (v850_gdbarch_init): Update.
6565 * sparc-tdep.c (sparc_gdbarch_init): Update.
6566 * sh-tdep.c (sh_gdbarch_init): Update.
6567 * s390-tdep.c (s390_gdbarch_init): Update.
6568 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6569 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6570 * mips-tdep.c (mips_gdbarch_init): Update.
6571 * mcore-tdep.c (mcore_gdbarch_init): Update.
6572 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6573 * ia64-tdep.c (ia64_gdbarch_init): Update.
6574 * i386-tdep.c (i386_gdbarch_init): Update.
6575 * h8300-tdep.c (h8300_gdbarch_init): Update.
6576 * frv-tdep.c (frv_gdbarch_init): Update.
6577 * cris-tdep.c (cris_gdbarch_init): Update.
6578 * avr-tdep.c (avr_gdbarch_init): Update.
6579 * arm-tdep.c (arm_gdbarch_init): Update.
6580 * valops.c (hand_function_call): Update.
6581
6582 2003-03-29 Andrew Cagney <cagney@redhat.com>
6583
6584 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6585 sizeof_call_dummy_words.
6586 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6587 define.
6588 * gdbarch.h: Regenerate.
6589
6590 2003-03-29 Andrew Cagney <cagney@redhat.com>
6591
6592 * infttrace.h: New file.
6593 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6594 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6595 (hpread_read_doc_function_type): Detect an initialized type1.
6596 (hpread_quick_traverse): Initialize mod_name_string.
6597 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6598 (som_solib_get_solib_by_pc): Declare.
6599 (so_lib_thread_start_addr): Declare.
6600 (no_shared_libraries): Declare.
6601 * somread.c (init_import_symbols): Make static. Add forward
6602 declaration.
6603 * config/pa/nm-hppah.h: Include "infttrace.h" for
6604 parent_attach_all.
6605 (hppa_insert_hw_watchpoint): Declare.
6606 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6607 * hppah-nat.c: Include "gdb_string.h".
6608 (parent_attach_all): Delete extern declaration, moved to
6609 "infttrace.h".
6610 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6611 int.
6612 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6613 * Makefile.in (infttrace_h): Define.
6614 (hpread.o): Update dependencies.
6615 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6616 * hppa-hpux-tdep.c: Include "gdb_string.h".
6617 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6618 * infrun.c (handle_inferior_event): Always initialize
6619 stepped_after_stopped_by_watchpoint. Add default and remove
6620 fallthrough in switch statement.
6621 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6622 parameter to int.
6623 (hppa_remove_hw_watchpoint): Ditto.
6624
6625 2003-03-29 Andrew Cagney <cagney@redhat.com>
6626
6627 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6628 offset.
6629
6630 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
6631
6632 * arm-tdep.c (arm_push_arguments): Delete.
6633 (struct stack_item): New type.
6634 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6635 (arm_store_struct_return): Delte.
6636 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6637 arm_push_arguments or arm_store_struct_return.
6638
6639 2003-03-28 Andrew Cagney <cagney@redhat.com>
6640
6641 * Makefile.in (d10v-tdep.o): Update dependencies.
6642 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6643 * d10v-tdep.c: Include "remote.h".
6644 (target_resume_hook): Delete extern declaration.
6645 (target_wait_loop_hook): Ditto.
6646 (tdisassemble_command): Eliminate assignment in "if" conditional.
6647 (d10v_ts2_register_sim_regno): Eliminate call to
6648 legacy_register_sim_regno.
6649 (d10v_ts3_register_sim_regno): Ditto.
6650
6651 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6652
6653 * thread.c: Reindented.
6654 * lin-lwp.c: Ditto.
6655 * linux-proc.c: Ditto.
6656
6657 2003-03-28 Bob Rossi <bob_rossi@cox.net>
6658
6659 * MAINTAINERS (write after approval): Add myself.
6660
6661 2003-03-27 Theodore A. Roth <troth@openavr.org>
6662
6663 * objc-exp.y: Add missing semi-colons.
6664
6665 2003-03-27 Andrew Cagney <cagney@redhat.com>
6666
6667 * regcache.c (write_sp): Delete function and references.
6668 * inferior.h (write_sp): Delete declaration.
6669 * valops.c (hand_function_call): Replace write_sp with
6670 TARGET_WRITE_SP.
6671 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6672 (sparc_pop_frame): Ditto.
6673
6674 2003-03-27 Andrew Cagney <cagney@redhat.com>
6675
6676 * NEWS: Mention removal of support for hppa*-*-bsd* and
6677 hppa*-*-osf* natives, and hppa*-*-pro* target.
6678 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6679 * config/pa/xm-pa.h: Obsolete file.
6680 * config/pa/xm-hppab.h: Obsolete file.
6681 * config/pa/nm-hppab.h: Obsolete file.
6682 * config/pa/tm-hppab.h: Obsolete file.
6683 * config/pa/tm-hppao.h: Obsolete file.
6684 * config/pa/nm-hppao.h: Obsolete file.
6685 * config/pa/tm-pro.h: Obsolete file.
6686 * config/pa/hppaosf.mt: Obsolete file.
6687 * config/pa/hppaosf.mh: Obsolete file.
6688 * config/pa/hppapro.mt: Obsolete file.
6689 * config/pa/hppabsd.mt: Obsolete file.
6690 * config/pa/hppabsd.mh: Obsolete file.
6691 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6692 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6693 hppa*-*-osf*.
6694
6695 2003-03-27 Andrew Cagney <cagney@redhat.com>
6696
6697 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6698 push_arguments. Don't set push_return_address or write_sp.
6699 (d10v_push_dummy_call): Replace d10v_push_arguments.
6700 (d10v_push_return_address, d10v_write_sp): Delete function,
6701 handled by push_dummy_call.
6702
6703 2003-03-26 Andrew Cagney <cagney@redhat.com>
6704
6705 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6706 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6707 regcache and dummy_addr parameters.
6708 * gdbarch.h, gdbarch.c: Re-generate.
6709 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6710 available; assume it will handle stack alignment and return
6711 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6712 legacy_push_arguments.
6713 (legacy_push_arguments): Rename default_push_arguments.
6714 * value.h (legacy_push_arguments): Rename default_push_arguments.
6715 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6716 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6717 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6718 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6719 * config/i386/tm-symmetry.h: Update.
6720 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6721 * x86-64-tdep.c (x86_64_init_abi): Update.
6722 * v850-tdep.c (v850_gdbarch_init): Update.
6723 * sparc-tdep.c (sparc_gdbarch_init): Update.
6724 * sh-tdep.c (sh_gdbarch_init): Update.
6725 * s390-tdep.c (s390_gdbarch_init): Update.
6726 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6727 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6728 * mips-tdep.c (mips_gdbarch_init): Update.
6729 * mcore-tdep.c (mcore_gdbarch_init): Update.
6730 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6731 * ia64-tdep.c (ia64_gdbarch_init): Update.
6732 * i386-tdep.c (i386_gdbarch_init): Update.
6733 * hppa-tdep.c (hppa_gdbarch_init): Update.
6734 * h8300-tdep.c (h8300_gdbarch_init): Update.
6735 * frv-tdep.c (frv_gdbarch_init): Update.
6736 * d10v-tdep.c (d10v_gdbarch_init): Update.
6737 * cris-tdep.c (cris_gdbarch_init): Update.
6738 * avr-tdep.c (avr_gdbarch_init): Update.
6739 * arm-tdep.c (arm_gdbarch_init): Update.
6740 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6741 * alpha-tdep.c (alpha_gdbarch_init): Update.
6742
6743 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6744
6745 * signals/signals.c (do_target_signal_to_host): Correct realtime
6746 signal range test.
6747
6748 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6749
6750 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6751 (struct sal_chain, map_catch_names): Remove.
6752 (catch_exception_command_1): Don't call
6753 handle_gnu_4_16_catch_command.
6754
6755 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6756
6757 From Mark Dettinger <dettinge@de.ibm.com>:
6758 * dwarf2cfi.c (read_2u): Increment pointer by two.
6759
6760 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6761
6762 * signals/signals.c: Fix typos in last change.
6763
6764 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6765
6766 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6767 not already defined. Use __SIGRTMIN if available.
6768 (target_signal_from_host): Remove SIGRTMIN block.
6769 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6770 the signal is within the realtime range.
6771
6772 2003-03-25 Adam Fedor <fedor@gnu.org>
6773
6774 * Makefile.in (infrun.o): Add $(language_h)
6775 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6776 for language specific trampolines.
6777 * language.h (struct language_defn): Add skip_trampoline.
6778 (skip_language_trampoline): Declare.
6779 * language.c (unk_lang_trampoline, skip_language_trampoline):
6780 New functions.
6781 (unknown_language_defn, auto_language_defn, local_language_defn):
6782 Add ukn_lang_trampoline.
6783 * ada-lang.c (ada_language_defn): Add NULL for language
6784 specific skip_trampoline.
6785 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6786 scm-lang.c: Likewise.
6787 * objc-lang.c (objc_skip_trampoline): New function.
6788 (objc_language_defn): Add objc_skip_trampoline.
6789
6790 2003-03-25 Andrew Cagney <cagney@redhat.com>
6791
6792 * frame.c (get_prev_frame): Delay validating a frame's ID -
6793 non-NULL, didn't go backwards - until an attempt to unwind it to
6794 the previous frame.
6795
6796 2003-03-25 Andrew Cagney <cagney@redhat.com>
6797
6798 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6799 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6800 * gdbarch.h, gdbarch.c: Re-generate.
6801 * config/sparc/tm-sparc.h
6802 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6803 * sparc-tdep.c (sparc_gdbarch_init): Set
6804 deprecated_extra_stack_alignment_needed.
6805 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6806 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6807 extra_stack_alignment_needed.
6808 * v850-tdep.c (v850_gdbarch_init): Ditto.
6809 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6810 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6811 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6812 * cris-tdep.c (cris_gdbarch_init): Ditto.
6813 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6814 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6815
6816 2003-03-25 Andrew Cagney <cagney@redhat.com>
6817
6818 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6819 STORE_STRUCT_RETURN.
6820 * gdbarch.h, gdbarch.c: Regenerate.
6821 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6822 (d10v_push_arguments): Set the struct return register.
6823 (d10v_gdbarch_init): Update.
6824 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6825 * x86-64-tdep.c (x86_64_init_abi): Update.
6826 * vax-tdep.c (vax_gdbarch_init): Update.
6827 * v850-tdep.c (v850_gdbarch_init): Update.
6828 * sparc-tdep.c (sparc_gdbarch_init): Update.
6829 * sh-tdep.c (sh_gdbarch_init): Update.
6830 * s390-tdep.c (s390_gdbarch_init): Update.
6831 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6832 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6833 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6834 * mips-tdep.c (mips_gdbarch_init): Update.
6835 * mcore-tdep.c (mcore_gdbarch_init): Update.
6836 * m68k-tdep.c (m68k_gdbarch_init): Update.
6837 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6838 * ia64-tdep.c (ia64_gdbarch_init): Update.
6839 * i386-tdep.c (i386_gdbarch_init): Update.
6840 * hppa-tdep.c (hppa_gdbarch_init): Update.
6841 * h8300-tdep.c (h8300_gdbarch_init): Update.
6842 * frv-tdep.c (frv_gdbarch_init): Update.
6843 * cris-tdep.c (cris_gdbarch_init): Update.
6844 * avr-tdep.c (avr_gdbarch_init): Update.
6845 * arm-tdep.c (arm_gdbarch_init): Update.
6846 * alpha-tdep.c (alpha_gdbarch_init): Update.
6847
6848 2003-03-25 Andrew Cagney <cagney@redhat.com>
6849
6850 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
6851 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
6852 CALL_DUMMY_STACK_ADJUST with a predicate variable.
6853 * gdbarch.h, gdbarch.c: Regenerate.
6854 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6855 call_dummy_stack_adjust_p.
6856 * vax-tdep.c (vax_gdbarch_init): Ditto.
6857 * v850-tdep.c (v850_gdbarch_init): Ditto.
6858 * sh-tdep.c (sh_gdbarch_init): Ditto.
6859 * s390-tdep.c (s390_gdbarch_init): Ditto.
6860 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6861 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6862 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6863 * mips-tdep.c (mips_gdbarch_init): Ditto.
6864 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6865 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6866 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6867 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6868 * i386-tdep.c (i386_gdbarch_init): Ditto.
6869 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6870 * frv-tdep.c (frv_gdbarch_init): Ditto.
6871 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6872 * cris-tdep.c (cris_gdbarch_init): Ditto.
6873 * avr-tdep.c (avr_gdbarch_init): Ditto.
6874 * arm-tdep.c (arm_gdbarch_init): Ditto.
6875 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6876 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6877 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
6878 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6879 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
6880 call_dummy_stack_adjust_p.
6881 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
6882 (CALL_DUMMY_STACK_ADJUST): Delete macro.
6883 * sparc-tdep.c (sparc32_push_arguments): Update.
6884 * valops.c (hand_function_call): Update.
6885
6886 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
6887
6888 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
6889 set_gdbarch_char_signed.
6890
6891 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
6892
6893 PR cli/548
6894 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
6895
6896 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
6897
6898 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
6899 (_initialize_arm_tdep): Don't set tm_print_insn.
6900
6901 2003-03-24 Adam Fedor <fedor@gnu.org>
6902
6903 * Makefile.in (YYOBJ): Add objc-exp.tab.o
6904 * objc-lang.h: Add multiple inclusion protection.
6905 (start_msglist, add_msglist, end_msglist): Additional declarations.
6906
6907 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
6908
6909 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
6910 value was renamed to ARM_FLOAT_SOFT_FPA.
6911
6912 2003-03-23 Andrew Cagney <cagney@redhat.com>
6913
6914 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
6915 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
6916 * gdbarch.h, gdbarch.c: Regenerate.
6917 * valops.c (hand_function_call): Update.
6918 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6919 * frame.c (legacy_saved_regs_this_id): Update.
6920 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
6921 * dummy-frame.h: Update.
6922 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
6923 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6924 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
6925 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
6926 * config/m68k/tm-sun3.h: Update.
6927 * blockframe.c (inside_main_func, frame_chain_valid): Update.
6928 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6929 * x86-64-tdep.c (x86_64_init_abi): Update.
6930 * vax-tdep.c (vax_gdbarch_init): Update.
6931 * v850-tdep.c (v850_gdbarch_init): Update.
6932 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
6933 * sh-tdep.c (sh_gdbarch_init): Update.
6934 * s390-tdep.c (s390_gdbarch_init): Update.
6935 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
6936 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
6937 (frame_get_saved_regs): Update.
6938 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6939 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6940 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6941 * mips-tdep.c (mips_gdbarch_init): Update.
6942 * mcore-tdep.c (mcore_gdbarch_init): Update.
6943 * m68k-tdep.c (m68k_gdbarch_init): Update.
6944 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6945 * ia64-tdep.c (ia64_gdbarch_init): Update.
6946 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
6947 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6948 (i386_interix_back_one_frame): Update.
6949 * hppa-tdep.c (hppa_gdbarch_init): Update.
6950 (hppa_init_extra_frame_info): Update.
6951 * h8300-tdep.c (h8300_gdbarch_init): Update.
6952 * frv-tdep.c (frv_gdbarch_init): Update.
6953 * cris-tdep.c (cris_gdbarch_init): Update.
6954 * avr-tdep.c (avr_gdbarch_init): Update.
6955 * arm-tdep.c (arm_gdbarch_init): Update.
6956 * alpha-tdep.c (alpha_gdbarch_init): Update.
6957
6958 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6959
6960 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
6961 (arm_get_fp_model): Declare.
6962 * arm-tdep.c (fp_model_strings): New string array.
6963 (arm_fp_model, current_fp_model): New variables.
6964 (arm_get_fp_model): New function.
6965 (arm_set_fp): New function.
6966 (set_fp_model_sfunc): New function.
6967 (show_fp_model): New function.
6968 (_initialize_arm_tdep): Add new command to set/show the FPU.
6969 (arm_extract_return_value): Use arm_get_fp_model.
6970 (arm_store_return_value): Likewise.
6971 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
6972 to initialize the floating-point data types.
6973 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
6974 model is FPA.
6975
6976 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6977
6978 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
6979 the current setting of each value.
6980 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
6981 new_set and new_show. Use add_setshow_cmd_full and
6982 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
6983 commands and add new version as subcommands of "set/show arm".
6984
6985 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
6986
6987 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
6988 (set_arm_command, show_arm_command): New functions.
6989 (_initialize_arm_tdep): Add them.
6990 (num_disassembly_options): Renamed from num_flavor_options.
6991 (valid_disassembly_styles): Renamed from valid_flavors.
6992 (disassembly_style): Renamed from disassembly_flavor.
6993 (set_disassembly_style_sfunc): Renamed from
6994 set_disassembly_flavor_sfunc.
6995 (set_disassembly_style): Renamed from set_disassembly_flavor.
6996 (arm_othernames): Updated.
6997 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
6998 command. Add "set/show arm disassembly" commands. Deprecate
6999 "othernames" command.
7000
7001 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7002
7003 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
7004 (arm-tdep.o): Depend on elf_arm_h.
7005
7006 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7007
7008 * Makefile.in (coff_internal_h): Define.
7009 (arm-tdep.o): Update dependencies.
7010
7011 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7012
7013 * arm-tdep.c (prologue_cache): Delete.
7014 (check_prologue_cache, save_prologue_cache): Delete.
7015 (arm_scan_prologue): Don't check or update the prologue_cache.
7016 (arm_gdb_arch_init): Don't initialize it.
7017 (_initialize_arm_tdep): Likewise.
7018
7019 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
7020
7021 * MAINTAINERS (tui): Maintainer of tui code.
7022
7023 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
7024
7025 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
7026 (i386-cygwin-tdep.o): Add dependencies.
7027 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
7028 * i386-cygwin-tdep.c: New file.
7029 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
7030 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
7031
7032 2003-03-20 Andrew Cagney <cagney@redhat.com>
7033
7034 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
7035 (handle_inferior_event): Remove code calling
7036 DYNAMIC_TRAMPOLINE_NEXTPC.
7037
7038 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
7039 already has a full path.
7040
7041 * main.c (gdb_main): Return 1.
7042 (captured_main): Call error to report an invalid interpreter.
7043
7044 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7045 * alpha-osf1-tdep.c: Include "gdb_string.h".
7046
7047 2003-03-19 J. Brobecker <brobecker@gnat.com>
7048
7049 Continuing work to convert the hppa targets to multiarch partial.
7050
7051 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
7052 method, now that hppa_push_dummy_frame has a conformant prototype.
7053 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
7054 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
7055 for the switch to multiarch partial.
7056
7057 2003-03-19 Kevin Buettner <kevinb@redhat.com>
7058
7059 * mdebugread.c (parse_symbol): For stEnd, we're done counting
7060 when iss is issNull.
7061
7062 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7063
7064 * mips-tdep.c (mips_register_name): Fix fencepost error involving
7065 NUM_REGS bounds check.
7066
7067 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7068
7069 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
7070 * mips-tdep.c (gdb_assert.h): Include.
7071 (mips_generic_reg_names, mips_processor_reg_names): Make static.
7072 (mips_register_name): Handle integer registers explicitly. Add
7073 bounds checking.
7074 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
7075 (mips_lsi33k_reg_names): Don't list integer registers; they're
7076 handled by mips_register_name() now.
7077 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
7078 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
7079 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
7080 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
7081 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
7082
7083 2003-03-18 Andrew Cagney <cagney@redhat.com>
7084
7085 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
7086 a void pointer.
7087 * gdbtypes.h (print_scalar_formatted): Update declaration.
7088 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
7089
7090 2003-03-18 J. Brobecker <brobecker@gnat.com>
7091
7092 * infrun.c (observer.h): Add #include.
7093 (normal_stop): Add call to observer_notify_normal_stop.
7094 * Makefile.in (infrun.o): Add dependency on observer.h.
7095
7096 2003-03-18 J. Brobecker <brobecker@gnat.com>
7097
7098 Continuing work to convert the hppa targets to multiarch partial.
7099 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
7100 parameter. Reformat comment.
7101 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7102 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
7103 to match new profile.
7104
7105 2003-03-18 J. Brobecker <brobecker@gnat.com>
7106
7107 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
7108 appear to be working in any case.
7109
7110 2003-03-18 J. Brobecker <brobecker@gnat.com>
7111
7112 * observer.c (observer_test_first_observer): New static variable.
7113 (observer_test_second_observer): Likewise.
7114 (observer_test_third_observer): Likewise.
7115 (observer_test_first_notification_function): New static function.
7116 (observer_test_second_notification_function): Likewise.
7117 (observer_test_third_notification_function): Likewise.
7118
7119 2003-03-17 J. Brobecker <brobecker@gnat.com>
7120
7121 * hppa-tdep.c (gdb_assert.h): Add missing #include.
7122 * somsolib.c (gdb_assert.h): Likewise.
7123 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
7124 (somsolib.o): Likewise.
7125
7126 2003-03-17 Andrew Cagney <cagney@redhat.com>
7127
7128 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
7129 BFD. Simplify setting of di.endian.
7130
7131 2003-03-17 Andrew Cagney <cagney@redhat.com>
7132
7133 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
7134 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
7135
7136 From Elena Zannoni <ezannoni@redhat.com>
7137 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
7138 vector and floating-point parameters.
7139 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
7140 convention.
7141 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
7142
7143 2003-03-17 Fernando Nasser <fnasser@redhat.com>
7144
7145 * MAINTAINERS: Remove my name from several maintainership roles.
7146
7147 2003-03-17 Andrew Cagney <cagney@redhat.com>
7148
7149 Fix frame off-by-one bug.
7150 * frame-unwind.h (frame_this_id_ftype): Replace
7151 frame_unwind_id_ftype.
7152 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
7153 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
7154 with "prev_register".
7155 * frame-unwind.c (frame_unwind_find_by_pc): Return
7156 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
7157 comment.
7158 * dummy-frame.c (cached_find_dummy_frame): Delete function.
7159 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
7160 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
7161 (dummy_frame_unwind): Update.
7162 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7163 sentinel_frame_register_unwind.
7164 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
7165 (sentinel_frame_unwinder): Update.
7166 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7167 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
7168 * frame.c (create_sentinel_frame): Update. Initialize
7169 "prologue_cache" instead of "unwind_cache".
7170 (frame_register_unwind): Call this frame's prev_register with the
7171 next frame and this frame's prologue cache.
7172 (get_prev_frame): Simplify. Always call prev frame's this_id with
7173 this frame and prev frame's prologue cache. Document that this
7174 call is shifted one to the left when compared to the
7175 frame_register_unwind call.
7176 (legacy_saved_regs_prev_register): Replace
7177 frame_saved_regs_register_unwind.
7178 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
7179 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
7180 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7181 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
7182 (d10v_frame_unwind): Update.
7183 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
7184 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
7185 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
7186 "saved_regs" with "this_saved_regs".
7187
7188 2003-03-16 Andrew Cagney <cagney@redhat.com>
7189
7190 * frame.c (frame_pop): Don't call target_store_registers. Fix
7191 problem reported by Mark Kettenis.
7192
7193 2003-03-16 Mark Kettenis <kettenis@gnu.org>
7194
7195 * i386-tdep.c (i386_register_type): Renamed from
7196 i386_register_virtual_type. Adjust function signature.
7197 (i386_gdbarch_init): Set register_type instead of
7198 deprecated_max_register_raw_size,
7199 deprecated_max_register_virtual_size and register_virtual_type.
7200
7201 2003-03-14 Andrew Cagney <cagney@redhat.com>
7202
7203 * frame.c (get_prev_frame): When a legacy frame, always call
7204 legacy_get_prev_frame. Simplify unwind code using assumption that
7205 the unwinder is new.
7206 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
7207 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
7208 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
7209
7210 2003-03-14 Andrew Cagney <cagney@redhat.com>
7211
7212 * frame.c (get_saved_register): Delete function.
7213 * frame.h (get_saved_register): Delete declaration.
7214 * xstormy16-tdep.c: Update comment.
7215 * regcache.h: Update comments.
7216 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
7217 get_saved_register and extract_address, use
7218 frame_read_unsigned_register.
7219 (sparc_frame_saved_pc): Ditto.
7220 (sparc_get_saved_register): Instead of get_saved_register, use
7221 frame_register.
7222 (sparc_pop_frame): Ditto.
7223 * findvar.c: Update comments.
7224 (value_of_register): Call frame_register instead of
7225 get_saved_register.
7226 (value_from_register): Ditto.
7227 * config/sparc/tm-sparc.h: Update comment.
7228 * breakpoint.c: Update comment.
7229
7230 2003-03-14 Andrew Cagney <cagney@redhat.com>
7231
7232 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
7233 GET_SAVED_REGISTER.
7234 * gdbarch.h, gdbarch.c: Re-generate.
7235 * frame.h: Update comments.
7236 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7237 * x86-64-tdep.c (x86_64_init_abi): Update.
7238 * sparc-tdep.c (sparc_gdbarch_init): Update.
7239 * sh-tdep.c (sh_gdbarch_init): Update.
7240 * mips-tdep.c (mips_gdbarch_init): Update.
7241 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7242 * cris-tdep.c (cris_gdbarch_init): Update.
7243 * ia64-tdep.c (ia64_gdbarch_init): Update.
7244 * frame.c (frame_register): Update.
7245 (get_saved_register): Update.
7246 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
7247
7248 2003-03-13 Andrew Cagney <cagney@redhat.com>
7249
7250 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
7251 * gdbarch.h, gdbarch.c: Regenerate.
7252 * valops.c (hand_function_call): Update comment.
7253 * stack.c (return_command): Update comment.
7254 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
7255 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
7256 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7257 * x86-64-tdep.c (x86_64_init_abi): Update.
7258 * vax-tdep.c (vax_gdbarch_init): Update.
7259 * v850-tdep.c (v850_gdbarch_init): Update.
7260 * sparc-tdep.c (sparc_gdbarch_init): Update.
7261 * sh-tdep.c (sh_gdbarch_init): Update.
7262 * s390-tdep.c (s390_gdbarch_init): Update.
7263 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7264 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7265 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7266 * mips-tdep.c (mips_gdbarch_init): Update.
7267 * mcore-tdep.c (mcore_gdbarch_init): Update.
7268 * m68k-tdep.c (m68k_gdbarch_init): Update.
7269 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7270 * ia64-tdep.c (ia64_gdbarch_init): Update.
7271 * i386-tdep.c (i386_gdbarch_init): Update.
7272 * hppa-tdep.c (hppa_gdbarch_init): Update.
7273 * h8300-tdep.c (h8300_gdbarch_init): Update.
7274 * frv-tdep.c (frv_gdbarch_init): Update.
7275 * cris-tdep.c (cris_gdbarch_init): Update.
7276 * avr-tdep.c (avr_gdbarch_init): Update.
7277 * arm-tdep.c (arm_gdbarch_init): Update.
7278 * alpha-tdep.c (alpha_gdbarch_init): Update.
7279
7280 2003-03-13 Andrew Cagney <cagney@redhat.com>
7281
7282 * frame.c (legacy_frame_p): New function.
7283 (get_prev_frame): Use legacy_frame_p.
7284 * frame.h (legacy_frame_p): Declare.
7285
7286 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7287
7288 * MAINTAINERS (write after approval): Alphabetically
7289 listing corrected.
7290
7291 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7292
7293 * MAINTAINERS (write after approval): Add myself.
7294
7295 2003-03-12 Andrew Cagney <cagney@redhat.com>
7296
7297 * frame.c (get_prev_frame): Rename the frame parameter to
7298 "this_frame".
7299 (get_next_frame, legacy_get_prev_frame): Ditto.
7300
7301 2003-03-12 Andrew Cagney <cagney@redhat.com>
7302
7303 * frame.c (get_current_frame): Check target_has_registers before
7304 checking target_has_stack.
7305 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7306 instead of deprecated_selected_frame.
7307 * findvar.c (value_of_register): Pass "frame", not
7308 deprecated_selected_frame, to value_of_builtin_reg.
7309
7310 2003-03-12 Andrew Cagney <cagney@redhat.com>
7311
7312 * regcache.c (regcache_cooked_write_signed): New function.
7313 (regcache_cooked_write_unsigned): New function.
7314 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7315 (regcache_cooked_read_signed): Fix regnum in range assertion.
7316 * regcache.h (regcache_cooked_write_signed): Declare.
7317 (regcache_cooked_write_unsigned): Declare.
7318
7319 2003-03-12 Andrew Cagney <cagney@redhat.com>
7320
7321 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7322 * gdbarch.h, gdbarch.c: Re-generate.
7323 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7324 * x86-64-tdep.h: Update.
7325 * x86-64-tdep.c (x86_64_init_abi): Update.
7326 * v850-tdep.c (v850_gdbarch_init): Update.
7327 * sparc-tdep.c (sparc_gdbarch_init): Update.
7328 * sh-tdep.c (sh_gdbarch_init): Update.
7329 * s390-tdep.c (s390_gdbarch_init): Update.
7330 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7331 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7332 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7333 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7334 * mips-tdep.c (mips_gdbarch_init): Update.
7335 * mcore-tdep.c (mcore_gdbarch_init): Update.
7336 * m68k-tdep.c (m68k_gdbarch_init): Update.
7337 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7338 * ia64-tdep.c (ia64_gdbarch_init): Update.
7339 * i386-tdep.c (i386_gdbarch_init): Update.
7340 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7341 * hppa-tdep.c (hppa_gdbarch_init): Update.
7342 * h8300-tdep.c (h8300_gdbarch_init): Update.
7343 * frv-tdep.c (frv_gdbarch_init): Update.
7344 * cris-tdep.c (cris_gdbarch_init): Update.
7345 * avr-tdep.c (avr_gdbarch_init): Update.
7346 * arm-tdep.c (arm_gdbarch_init): Update.
7347 * alpha-tdep.c (alpha_gdbarch_init): Update.
7348 * sh-tdep.c (sh_init_extra_frame_info): Update.
7349 (sh64_init_extra_frame_info): Update.
7350 * ns32knbsd-nat.c (frame_num_args): Update.
7351 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7352 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7353 (xstormy16_frame_chain_valid): Update.
7354 * vax-tdep.c (vax_saved_pc_after_call): Update.
7355 * v850-tdep.c (v850_frame_chain): Update.
7356 (v850_pop_frame): Update.
7357 (v850_init_extra_frame_info): Update.
7358 * sparc-tdep.c (setup_arbitrary_frame): Update.
7359 * ns32k-tdep.c (umax_frame_num_args): Update.
7360 * s390-tdep.c (s390_pop_frame_regular): Update.
7361 * mn10300-tdep.c (mn10300_frame_chain): Update.
7362 (mn10300_pop_frame_regular): Update.
7363 (mn10300_init_extra_frame_info): Update.
7364 * mips-tdep.c (mips_init_frame_pc_first): Update.
7365 (mips_frame_chain): Update.
7366 (mips_pop_frame): Update.
7367 * mcore-tdep.c (mcore_frame_chain): Update.
7368 (mcore_pop_frame): Update.
7369 (mcore_init_extra_frame_info): Update.
7370 * arch-utils.c (init_frame_pc_default): Update.
7371 * m68k-tdep.c (isi_frame_num_args): Update.
7372 (delta68_frame_num_args): Update.
7373 (news_frame_num_args): Update.
7374 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7375 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7376 (alpha_frame_chain): Update.
7377 (alpha_pop_frame): Update.
7378 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7379 (hppa_init_extra_frame_info): Update.
7380 (hppa_frame_chain): Update.
7381 (hppa_frame_chain_valid): Update.
7382 * cris-tdep.c (cris_init_extra_frame_info): Update.
7383 * avr-tdep.c (avr_init_extra_frame_info): Update.
7384 * arm-tdep.c (arm_frame_chain_valid): Update.
7385 (arm_init_extra_frame_info): Update.
7386 (arm_pop_frame): Update.
7387 * frame.c (frame_pc_unwind): Update.
7388 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7389 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7390 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7391 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7392 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7393 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7394
7395 2003-03-12 Andrew Cagney <cagney@redhat.com>
7396
7397 Eliminate the need for POP_FRAME.
7398 * frame.c (do_frame_unwind_register): New function.
7399 (frame_pop): When no POP_FRAME, pop the frame using register
7400 unwind and a scratch regcache.
7401 (frame_saved_regs_pop): Delete function.
7402 (trad_frame_unwinder): Update.
7403 * d10v-tdep.c (d10v_frame_pop): Delete function.
7404 (d10v_frame_unwind): Update.
7405 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7406 (sentinel_frame_unwinder): Update.
7407 * dummy-frame.c (dummy_frame_pop): Delete function.
7408 (dummy_frame_unwind): Update.
7409 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7410 (struct frame_unwind): Update.
7411
7412 2003-03-11 Kevin Buettner <kevinb@redhat.com>
7413
7414 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7415 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7416 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7417 Do range checks on register number obtained from debugging info.
7418 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7419 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7420 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7421 mapping function.
7422 (do_fp_register_row): Fix typo which caused double type to be
7423 used when attempting to unpack a float.
7424
7425 2003-03-11 J. Brobecker <brobecker@gnat.com>
7426
7427 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7428
7429 2003-03-11 Andrew Cagney <cagney@redhat.com>
7430
7431 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7432 frame. Problem found by Corinna Vinschen.
7433
7434 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7435
7436 * doublest.c (floatformat_from_length): Accept also
7437 the real size of 'long double' type.
7438
7439 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
7440
7441 From Klee Dienes <kdienes@apple.com>:
7442 * breakpoint.c (bpstat_copy): Copy the command lines as well
7443 as the old value, to match what is freed in bpstat_clear.
7444
7445 2003-03-10 David Carlton <carlton@math.stanford.edu>
7446
7447 * minsyms.c (add_minsym_to_hash_table): Replace
7448 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7449 (compare_minimal_symbols, compact_minimal_symbols)
7450 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7451 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7452 of DEPRECATED_SYMBOL_MATCHES_NAME.
7453 (lookup_minimal_symbol_solib_trampoline): Ditto.
7454
7455 2003-03-10 Andrew Cagney <cagney@redhat.com>
7456
7457 * regcache.h (regcache_cooked_read_ftype): Define.
7458 (regcache_save, regcache_restore): Add a cooked_read parameter.
7459 * regcache.c (regcache_save, regcache_restore): Update.
7460 (do_cooked_read): New function.
7461 (regcache_cpy): Pass do_cooked_read to regcache_save and
7462 regcache_restore.
7463
7464 2003-03-10 Andrew Cagney <cagney@redhat.com>
7465
7466 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7467 * gdbarch.h, gdbarch.c: Re-generate.
7468 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7469 * x86-64-tdep.h: Update.
7470 * x86-64-tdep.c (x86_64_init_abi): Update.
7471 * v850-tdep.c (v850_gdbarch_init): Update.
7472 * sparc-tdep.c (sparc_gdbarch_init): Update.
7473 * sh-tdep.c (sh_gdbarch_init): Update.
7474 * s390-tdep.c (s390_gdbarch_init): Update.
7475 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7476 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7477 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7478 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7479 * mips-tdep.c (mips_gdbarch_init): Update.
7480 * mcore-tdep.c (mcore_gdbarch_init): Update.
7481 * m68k-tdep.c (m68k_gdbarch_init): Update.
7482 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7483 * ia64-tdep.c (ia64_gdbarch_init): Update.
7484 * i386-tdep.c (i386_gdbarch_init): Update.
7485 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7486 * hppa-tdep.c (hppa_gdbarch_init): Update.
7487 * h8300-tdep.c (h8300_gdbarch_init): Update.
7488 * frv-tdep.c (frv_gdbarch_init): Update.
7489 * cris-tdep.c (cris_gdbarch_init): Update.
7490 * avr-tdep.c (avr_gdbarch_init): Update.
7491 * arm-tdep.c (arm_gdbarch_init): Update.
7492 * alpha-tdep.c (alpha_gdbarch_init): Update.
7493 * sh-tdep.c (sh_init_extra_frame_info): Update.
7494 (sh64_init_extra_frame_info): Update.
7495 * ns32knbsd-nat.c (frame_num_args): Update.
7496 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7497 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7498 (xstormy16_frame_chain_valid): Update.
7499 * vax-tdep.c (vax_saved_pc_after_call): Update.
7500 * v850-tdep.c (v850_frame_chain): Update.
7501 (v850_pop_frame): Update.
7502 (v850_init_extra_frame_info): Update.
7503 * sparc-tdep.c (setup_arbitrary_frame): Update.
7504 * ns32k-tdep.c (umax_frame_num_args): Update.
7505 * s390-tdep.c (s390_pop_frame_regular): Update.
7506 * mn10300-tdep.c (mn10300_frame_chain): Update.
7507 (mn10300_pop_frame_regular): Update.
7508 (mn10300_init_extra_frame_info): Update.
7509 * mips-tdep.c (mips_init_frame_pc_first): Update.
7510 (mips_frame_chain): Update.
7511 (mips_pop_frame): Update.
7512 * mcore-tdep.c (mcore_frame_chain): Update.
7513 (mcore_pop_frame): Update.
7514 (mcore_init_extra_frame_info): Update.
7515 * arch-utils.c (init_frame_pc_default): Update.
7516 * m68k-tdep.c (isi_frame_num_args): Update.
7517 (delta68_frame_num_args): Update.
7518 (news_frame_num_args): Update.
7519 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7520 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7521 (alpha_frame_chain): Update.
7522 (alpha_pop_frame): Update.
7523 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7524 (hppa_init_extra_frame_info): Update.
7525 (hppa_frame_chain): Update.
7526 (hppa_frame_chain_valid): Update.
7527 * cris-tdep.c (cris_init_extra_frame_info): Update.
7528 * avr-tdep.c (avr_init_extra_frame_info): Update.
7529 * arm-tdep.c (arm_frame_chain_valid): Update.
7530 (arm_init_extra_frame_info): Update.
7531 (arm_pop_frame): Update.
7532 * frame.c (frame_pc_unwind): Update.
7533 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7534 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7535 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7536 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7537 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7538 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7539
7540 2003-03-10 Andrew Cagney <cagney@redhat.com>
7541
7542 * gdbarch.sh (gdbarch_unwind_pc): New method.
7543 * gdbarch.h, gdbarch.c: Regenerate.
7544 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7545 but use read_pc and FRAME_SAVED_PC as fall backs.
7546 (frame_saved_regs_pc_unwind): Delete function.
7547 (trad_frame_unwinder): Update.
7548 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7549 (struct frame_unwind): Update.
7550 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7551 (dummy_frame_unwind): Update.
7552 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7553 (sentinel_frame_unwinder): Update.
7554 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7555 (d10v_frame_unwind): Update.
7556 (d10v_unwind_pc): New function.
7557 (d10v_gdbarch_init): Set unwind_pc.
7558
7559 2003-03-10 Andrew Cagney <cagney@redhat.com>
7560
7561 * gdbarch.h: Re-generate.
7562
7563 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7564 PC.
7565 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7566 the PC register.
7567
7568 2003-03-08 Mark Kettenis <kettenis@gnu.org>
7569
7570 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7571
7572 2003-03-08 Andrew Cagney <cagney@redhat.com>
7573
7574 * cli-out.c: Update copyright.
7575 (cli_out_data): Define typedef. Use instead of ui_out_data.
7576
7577 2003-03-08 Andrew Cagney <cagney@redhat.com>
7578
7579 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7580 the result.
7581
7582 2003-03-07 Andrew Cagney <cagney@redhat.com>
7583
7584 * gdbarch.sh: Don't generate two macro definitions when an
7585 undefined macro taking no arguments.
7586 * gdbarch.h: Regenerate.
7587
7588 2002-03-07 Michal Ludvig <mludvig@suse.cz>
7589
7590 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7591 (x86_64_unwind_dummy_id): New functions.
7592 (x86_64_init_abi): Register these two new functions.
7593
7594 2003-03-07 Michal Ludvig <mludvig@suse.cz>
7595
7596 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
7597 (x86_64_skip_prologue): Move prologue detection to
7598 separate function.
7599 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7600
7601 2003-03-05 Andrew Cagney <cagney@redhat.com>
7602
7603 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7604 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7605 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7606 to use unwind_dummy_id when a dummy frame.
7607 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7608 predicate.
7609 * gdbarch.h, gdbarch.c: Regneerate.
7610
7611 2003-03-05 Andrew Cagney <cagney@redhat.com>
7612
7613 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7614 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7615 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7616 values.
7617
7618 2003-03-05 Andrew Cagney <cagney@redhat.com>
7619
7620 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7621 (struct d10v_unwind_cache): Delete field "frameless". Replace
7622 "next_addr" with "sp_offset". Add "r11_offset".
7623 (d10v_frame_unwind_cache): Update.
7624 (prologue_find_regs): Update. When "mv r11, sp", save the
7625 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7626 RN was saved in r11_offset.
7627
7628 2003-03-05 Andrew Cagney <cagney@redhat.com>
7629
7630 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7631 cached PC value in the next frame.
7632
7633 2003-03-05 Andrew Cagney <cagney@redhat.com>
7634
7635 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7636 "id_unwind_cache" with "id".
7637 (frame_id_unwind): Delete declaration.
7638 * frame.c (frame_id_unwind): Delete function.
7639 (get_prev_frame): Call the frame id unwind method directly. Store
7640 the returned next frame's ID value in NEXT_FRAME. Note that there
7641 is a problem with the wrong unwind ID being called with the wrong
7642 unwind cache.
7643
7644 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7645
7646 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7647
7648 2003-03-05 James Ingham <jingham@apple.com>
7649 Daniel Jacobowitz <drow@mvista.com>
7650
7651 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7652 (auto_cp_abi): New variable.
7653 (current_cp_abi, num_cp_abis): Make static.
7654 (CP_ABI_MAX): Define.
7655 (cp_abis): Turn into an array.
7656 (value_virtual_fn_field): Fix formatting.
7657 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7658 takes a pointer.
7659 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7660 (list_cp_abis, _initialize_cp_abi): New functions.
7661 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7662 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7663 switch_to_cp_abi. Update prototype for register_cp_abi.
7664 * Makefile.in (cp-abi.o): Update dependencies.
7665 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7666 instead of switch_to_cp_abi.
7667 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7668 register_cp_abi.
7669 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7670 register_cp_abi.
7671 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7672
7673 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7674
7675 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7676 * dwarf2loc.c: Include "regcache.h".
7677 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7678 register_size.
7679 * Makefile.in (dwarf2loc.o): Update dependencies.
7680
7681 2003-03-04 Theodore A. Roth <troth@openavr.org>
7682
7683 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7684 number of io registers reported by remote target is not a multiple of
7685 step.
7686
7687 2003-03-04 David Carlton <carlton@math.stanford.edu>
7688
7689 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7690 (lookup_symbol_aux_psymtabs): Update call to
7691 lookup_partial_symbol.
7692 (lookup_transparent_type, find_main_psymtab)
7693 (make_symbol_overload_list): Ditto.
7694
7695 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7696
7697 * MAINTAINERS (Write after approval): Update my email address.
7698
7699 2003-03-03 Andrew Cagney <cagney@redhat.com>
7700
7701 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7702 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7703 predicate. Replace MAX_REGISTER_RAW_SIZE.
7704 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7705 MAX_REGISTER_VIRTUAL_SIZE.
7706 * regcache.c (legacy_max_register_raw_size): New function.
7707 (legacy_max_register_virtual_size): New function.
7708 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7709 (MAX_REGISTER_RAW_SIZE): Define.
7710 (legacy_max_register_raw_size): Declare.
7711 (legacy_max_register_virtual_size): Declare.
7712 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7713 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7714 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7715 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7716 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7717 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7718 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7719 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7720 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7721 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7722 * vax-tdep.c (vax_gdbarch_init): Update.
7723 * v850-tdep.c (v850_gdbarch_init): Update.
7724 * sparc-tdep.c (sparc_gdbarch_init): Update.
7725 * sh-tdep.c (sh_gdbarch_init): Update.
7726 * s390-tdep.c (s390_gdbarch_init): Update.
7727 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7728 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7729 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7730 * mips-tdep.c (mips_gdbarch_init): Update.
7731 * mcore-tdep.c (mcore_gdbarch_init): Update.
7732 * m68k-tdep.c (m68k_gdbarch_init): Update.
7733 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7734 * ia64-tdep.c (ia64_gdbarch_init): Update.
7735 * i386-tdep.c (i386_gdbarch_init): Update.
7736 * hppa-tdep.c (hppa_gdbarch_init): Update.
7737 * h8300-tdep.c (h8300_gdbarch_init): Update.
7738 * frv-tdep.c (frv_gdbarch_init): Update.
7739 * cris-tdep.c (cris_gdbarch_init): Update.
7740 * avr-tdep.c (avr_gdbarch_init): Update.
7741 * arm-tdep.c (arm_gdbarch_init): Update.
7742 * alpha-tdep.c (alpha_gdbarch_init): Update.
7743 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7744 max_register_raw_size or max_register_virtual_size.
7745
7746 2003-03-03 David Carlton <carlton@math.stanford.edu>
7747
7748 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7749 SYMBOL_MATCHES_NAME, add comment.
7750 (SYMBOL_MATCHES_NATURAL_NAME): New.
7751 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7752 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7753 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7754 * symtab.c (lookup_partial_symbol): Use
7755 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7756 unhelpful comment.
7757 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7758 SYMBOL_MATCHES_NAME.
7759 Fix for PR c++/33.
7760
7761 2003-03-03 David Carlton <carlton@math.stanford.edu>
7762
7763 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7764 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7765 by regexp matching against SYMBOL_NATURAL_NAME.
7766
7767 2003-03-03 David Carlton <carlton@math.stanford.edu>
7768
7769 * linespec.c (find_method): Extract code into collect_methods.
7770 (collect_methods): New.
7771
7772 2003-03-02 Mark Kettenis <kettenis@gnu.org>
7773
7774 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7775 get_frame_base.
7776
7777 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7778 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7779
7780 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7781
7782 * arch-utils.c (generic_register_byte): Fix to use the loop index
7783 and not regnum when summing the size of all registers up to regnum.
7784
7785 2003-03-01 Andrew Cagney <cagney@redhat.com>
7786
7787 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7788 FRAME_INIT_SAVED_REGS.
7789 * gdbarch.h, gdbarch.c: Regenerate.
7790 * stack.c (frame_info): Update.
7791 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7792 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7793 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7794 * ns32k-tdep.c (ns32k_pop_frame): Update.
7795 * mips-tdep.c (mips_pop_frame): Update.
7796 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7797 * ia64-tdep.c (ia64_frame_chain): Update.
7798 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7799 (ia64_frameless_function_invocation): Update.
7800 (ia64_init_extra_frame_info): Update.
7801 (ia64_pop_frame_regular): Update.
7802 * frame.h (struct frame_info): Update comment.
7803 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7804 * frame.c (frame_saved_regs_register_unwind): Update.
7805 (frame_saved_regs_register_unwind): Update.
7806 (deprecated_generic_get_saved_register): Update.
7807 * cris-tdep.c: Update comment.
7808 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7809 Rename macro.
7810 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7811 * x86-64-tdep.c (x86_64_init_abi): Update.
7812 * vax-tdep.c (vax_gdbarch_init): Update.
7813 * v850-tdep.c (v850_gdbarch_init): Update.
7814 * sparc-tdep.c (sparc_gdbarch_init): Update.
7815 * sh-tdep.c (sh_gdbarch_init): Update.
7816 * s390-tdep.c (s390_gdbarch_init): Update.
7817 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7818 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7819 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7820 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7821 * mips-tdep.c (mips_gdbarch_init): Update.
7822 * mcore-tdep.c (mcore_gdbarch_init): Update.
7823 * m68k-tdep.c (m68k_gdbarch_init): Update.
7824 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7825 * ia64-tdep.c (ia64_gdbarch_init): Update.
7826 * i386-tdep.c (i386_gdbarch_init): Update.
7827 * frv-tdep.c (frv_gdbarch_init): Update.
7828 * avr-tdep.c (avr_gdbarch_init): Update.
7829 * arm-tdep.c (arm_gdbarch_init): Update.
7830 * alpha-tdep.c (alpha_gdbarch_init): Update.
7831
7832 2003-03-01 Andrew Cagney <cagney@redhat.com>
7833
7834 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
7835 option enum and switch. When no windows, set the interpreter to
7836 INTERP_CONSOLE.
7837
7838 2003-03-01 Andrew Cagney <cagney@redhat.com>
7839
7840 * main.c (captured_main): Replace magic option characters with an
7841 enum.
7842
7843 2003-03-01 Andrew Cagney <cagney@redhat.com>
7844
7845 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
7846 INIT_EXTRA_FRAME_INFO.
7847 * gdbarch.h, gdbarch.c: Regenerate.
7848 * arm-tdep.c: Update comments.
7849 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
7850 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
7851 * frame.h, avr-tdep.c: Ditto.
7852 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
7853 (create_new_frame, legacy_get_prev_frame): Ditto.
7854 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7855 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7856 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
7857 deprecated_init_extra_frame_info instead of init_extra_frame_info.
7858 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7859 * v850-tdep.c (v850_gdbarch_init): Ditto.
7860 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7861 * sh-tdep.c (sh_gdbarch_init): Ditto.
7862 * s390-tdep.c (s390_gdbarch_init): Ditto.
7863 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
7864 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7865 * mips-tdep.c (mips_gdbarch_init): Ditto.
7866 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7867 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7868 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7869 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7870 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7871 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7872 * frv-tdep.c (frv_gdbarch_init): Ditto.
7873 * cris-tdep.c (cris_gdbarch_init): Ditto.
7874 * avr-tdep.c (avr_gdbarch_init): Ditto.
7875 * arm-tdep.c (arm_gdbarch_init): Ditto.
7876 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7877 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7878
7879 2003-03-01 Andrew Cagney <cagney@redhat.com>
7880
7881 * gdbarch.sh (register_type): New function with predicate.
7882 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
7883 * gdbarch.h, gdbarch.c: Re-generate.
7884 * arch-utils.c (generic_register_byte): Use generic_register_size.
7885 (generic_register_size): When available, use
7886 gdbarch_register_type.
7887 * regcache.c (init_regcache_descr): When available, initialize the
7888 register type array using gdbarch_register_type. If the
7889 architecture supplies gdbarch_register_type, do not use the legacy
7890 regcache layout.
7891 * d10v-tdep.c (d10v_register_type): Replace
7892 d10v_register_virtual_type.
7893 (d10v_gdbarch_init): Set register_type instead of
7894 register_virtual_type.
7895
7896 2003-03-01 Andrew Cagney <cagney@redhat.com>
7897
7898 * Makefile.in (ax-gdb.o): Update dependencies.
7899 * ax-gdb.c: Include "regcache.h".
7900 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
7901 * findvar.c (value_of_register): Ditto.
7902 * infcmd.c (default_print_registers_info): Ditto.
7903
7904 2003-03-01 Mark Kettenis <kettenis@gnu.org>
7905
7906 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
7907 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7908
7909 2003-03-01 Mark Kettenis <kettenis@gnu.org>
7910
7911 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
7912 of STREQ.
7913
7914 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
7915
7916 * Makefile.in (dwarf2loc.o): Update dependencies.
7917 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
7918 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
7919 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
7920 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
7921 (locexpr_tracepoint_var_ref): New function.
7922 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
7923
7924 2003-02-28 Andrew Cagney <cagney@redhat.com>
7925
7926 * regcache.c (register_size): New function.
7927 * regcache.h (register_size): Declare
7928 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
7929 max_register_size instead of MAX_REGISTER_RAW_SIZE.
7930
7931 2003-02-28 David Carlton <carlton@math.stanford.edu>
7932
7933 * linespec.c (decode_compound): Extract code into find_method.
7934 (find_method): New.
7935
7936 2003-02-28 J. Brobecker <brobecker@gnat.com>
7937
7938 * Makefile.in: Add rules to build and link in observer.o.
7939
7940 2003-02-27 J. Brobecker <brobecker@gnat.com>
7941
7942 * observer.c: Minor comments edits.
7943
7944 2003-02-27 J. Brobecker <brobecker@gnat.com>
7945
7946 * observer.h, observer.c: New file.
7947
7948 2003-02-27 Andrew Cagney <cagney@redhat.com>
7949
7950 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
7951
7952 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
7953
7954 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
7955 (M6812_OP_STS_EXT): Likewise.
7956 (m6811_prologue): Use the above to recognize prologue.
7957 (m6812_prologue): Likewise.
7958
7959 2003-02-27 David Carlton <carlton@math.stanford.edu>
7960
7961 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
7962 SYMBOL_PRINT_NAME.
7963 (compare_psymbols): Ditto.
7964 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
7965
7966 2003-02-27 Michael Snyder <msnyder@redhat.com>
7967
7968 * f-lang.c (build_fortran_types): New function.
7969 (_initialize_f_language): Gdbarch-register built-in fortran types.
7970 * doublest.c (extract_floating): Fix warning text.
7971
7972 2003-02-27 Andrew Cagney <cagney@redhat.com>
7973
7974 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
7975 predicate. Replaces PUSH_DUMMY_FRAME.
7976 * gdbarch.h, gdbarch.c: Regnerate.
7977 * valops.c (hand_function_call): Update. Call
7978 generic_push_dummy_frame directly.
7979 * vax-tdep.c (vax_gdbarch_init): Update.
7980 * sparc-tdep.c (sparc_gdbarch_init): Update.
7981 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7982 * m68k-tdep.c (m68k_gdbarch_init): Update.
7983 * hppa-tdep.c (hppa_gdbarch_init): Update.
7984 * alpha-tdep.c (alpha_gdbarch_init): Update.
7985 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7986 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7987 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
7988 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
7989 push_dummy_frame to generic_push_dummy_frame.
7990 * v850-tdep.c (v850_gdbarch_init): Ditto.
7991 * sh-tdep.c (sh_gdbarch_init): Ditto.
7992 * s390-tdep.c (s390_gdbarch_init): Ditto.
7993 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7994 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7995 * mips-tdep.c (mips_gdbarch_init): Ditto.
7996 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7997 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7998 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7999 * i386-tdep.c (i386_gdbarch_init): Ditto.
8000 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8001 * frv-tdep.c (frv_gdbarch_init): Ditto.
8002 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8003 * cris-tdep.c (cris_gdbarch_init): Ditto.
8004 * avr-tdep.c (avr_gdbarch_init): Ditto.
8005 * arm-tdep.c (arm_gdbarch_init): Ditto.
8006
8007 2003-02-26 Kevin Buettner <kevinb@redhat.com>
8008
8009 * mips-tdep.c (show_mips_abi): New function.
8010 (_initialize_mips_tdep): Use show_mips_abi() to implement the
8011 command ``show mips abi''.
8012
8013 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8014
8015 From Elena Zannoni <ezannoni@redhat.com>
8016 * dbxread.c (process_one_symbol): Only record line 0 if one or
8017 more sline entries have been seen for the function.
8018
8019 2003-02-26 Michael Chastain <mec@shout.net>
8020
8021 * configure: Regenerate with autoconf 000227.
8022
8023 2003-02-26 Michael Chastain <mec@shout.net>
8024
8025 Close PR build/660.
8026 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
8027 for old libc5/glibc.
8028 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
8029
8030 2003-02-26 Kris Warkentin <kewarken@qnx.com>
8031
8032 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
8033 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
8034
8035 2003-02-26 Michael Chastain <mec@shout.net>
8036
8037 * configure.in: New variable HAVE_UINTPTR_T.
8038 * configure, config.in: Regenerated.
8039
8040 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
8041
8042 Fix PR build/1097.
8043 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
8044
8045 2003-02-25 Andrew Cagney <cagney@redhat.com>
8046
8047 * frame.c (get_prev_frame): Add comment on check for
8048 inside_entry_func. Only check for inside_entry_file when not a
8049 dummy and not a sentinel. Check that the new frame is not inner
8050 to the old frame.
8051
8052 2003-02-25 Andrew Cagney <cagney@redhat.com>
8053
8054 * frame.c (frame_debug): New variable.
8055 (_initialize_frame): Add "set/show debug frame" command.
8056 (get_prev_frame): When frame_debug, print reason why unwind
8057 failed.
8058
8059 2003-02-25 Michael Chastain <mec@shout.net>
8060
8061 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
8062 to avoid uintptr_t definition problems.
8063
8064 2003-02-25 David Carlton <carlton@math.stanford.edu>
8065
8066 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
8067 (SYMBOL_LINKAGE_NAME): Ditto.
8068 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
8069 SYMBOL_LINKAGE_NAME.
8070 (struct general_symbol_info): Expand comment.
8071 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
8072 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
8073 (SYMBOL_MATCHES_REGEXP): Ditto.
8074 * symtab.c (symbol_natural_name): New function.
8075 * objfiles.h: Replace all uses of SYMBOL_NAME by
8076 DEPRECATED_SYMBOL_NAME.
8077 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
8078 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
8079 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
8080 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
8081 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
8082 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
8083 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
8084 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
8085 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
8086 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
8087 * ada-exp.y: Ditto.
8088 * ada-exp.y: Update copyright.
8089 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
8090 * cp-valprint.c: Ditto.
8091
8092 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
8093
8094 * infptrace.c (detach): Do not flag error if ptrace detach fails
8095 and errno is set to ESRCH.
8096
8097 2003-02-24 Andrew Cagney <cagney@redhat.com>
8098
8099 * infptrace.c (udot_info): Change type of udot_off to long. Use
8100 paddr when printing udot_off's value.
8101
8102 2003-02-24 David Carlton <carlton@math.stanford.edu>
8103
8104 * symtab.c (make_symbol_overload_list): Only read in partial
8105 symtabs containing a matching partial symbol.
8106
8107 2003-02-24 David Carlton <carlton@math.stanford.edu>
8108
8109 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
8110 do the comparison, not strcmp.
8111 * symfile.c (compare_psymbols): Ditto.
8112 * defs.h: Declare strcmp_iw_ordered.
8113 * utils.c (strcmp_iw_ordered): New function.
8114
8115 2003-02-24 Jim Blandy <jimb@redhat.com>
8116
8117 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
8118 support, shared libs): Remove my name from here, to better reflect
8119 reality.
8120
8121 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8122
8123 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
8124 (target_ops): Add to_have_continuable_watchpoint.
8125 * target.c (update_current_target): Add INHERIT line for
8126 to_have_continuable_watchpoint.
8127 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8128 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
8129 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
8130 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
8131
8132 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
8133
8134 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
8135 maintainership.
8136
8137 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8138
8139 * solib.c (solib_open): Call target defined search function after
8140 failing with solib-search-path.
8141 * solist.h (target_so_ops): Add find_and_open_solib function hook and
8142 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
8143
8144 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8145
8146 * MAINTAINERS: Add myself to Write After section.
8147
8148 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8149
8150 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
8151
8152 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
8153
8154 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
8155 (m68hc11_add_reggroups): New function.
8156 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
8157 (m68hc11_gdbarch_init): Install the reggroups.
8158 (_initialize_m68hc11_tdep): Initialize them.
8159
8160 2003-02-21 James E Wilson <wilson@tuliptree.org>
8161
8162 * MAINTAINERS: Update my email address.
8163
8164 2003-02-21 David Carlton <carlton@math.stanford.edu>
8165
8166 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
8167
8168 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
8169
8170 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
8171 * symtab.h: Add opaque declarations of struct axs_value and
8172 struct agent_expr.
8173 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
8174 (struct location_funcs): New type.
8175 (struct symbol): Add "loc" to aux_value.
8176 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
8177 * dwarf2read.c: Include "dwarf2expr.h".
8178 (dwarf2_symbol_mark_computed): New function.
8179 (read_func_scope): Use it.
8180 (var_decode_location): New function.
8181 (new_symbol): Use it.
8182 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
8183
8184 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
8185 (dwarf2expr_h, dwarf2loc_h): New variables.
8186 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
8187 (dwarf2expr.o, dwarf2loc.o): New rules.
8188 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
8189 * buildsym.c (finish_block): Handle LOC_COMPUTED and
8190 LOC_COMPUTED_ARG.
8191 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
8192 * m2-exp.y (yylex): Likewise.
8193 * printcmd.c (address_info, print_frame_args): Likewise.
8194 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
8195 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
8196 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
8197 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
8198 * symtab.c (lookup_block_symbol): Likewise.
8199
8200 2003-02-20 Adam Fedor <fedor@gnu.org>
8201
8202 * symtab.h: Remove objc_specific struct
8203 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
8204 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
8205 Have language_objc use cplus_specific struct.
8206
8207 2003-02-20 Tom Tromey <tromey@redhat.com>
8208
8209 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
8210 TYPE_NAME, when printing a String value. PR java/1075.
8211
8212 2003-02-20 Adam Fedor <fedor@gnu.org>
8213
8214 * objc-lang.h (find_methods): Remove declaration.
8215 * objc-lang.c (find_methods): Make static.
8216
8217 2003-02-20 Christopher Faylor <cgf@redhat.com>
8218
8219 * win32-nat.c (get_image_name): Check return value from
8220 ReadProcessMemory.
8221 (child_xfer_memory): Ditto.
8222
8223 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
8224
8225 * configure.in (TARGET_SYSTEM_ROOT): Set default to
8226 ${exec_prefix}/${target_alias}/sys-root. Match explicit
8227 '${exec_prefix}' (in addition to the expansion thereof) as
8228 relocatable.
8229 * configure: Rebuilt.
8230
8231 2003-02-20 David Carlton <carlton@math.stanford.edu>
8232
8233 * symtab.c (search_symbols): Revert the search_symbols part of my
8234 2002-12-23 patch. Add comment.
8235
8236 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8237
8238 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
8239 * dbxread.c (elfstab_build_psymtabs): Don't call
8240 install_minimal_symbols.
8241 (stabsect_build_psymtabs): Likewise.
8242 * elfread.c (elf_symfile_read): Call install_minimal_symbols
8243 earlier.
8244 * somread.c (som_symfile_read): Call install_minimal_symbols
8245 and do_cleanups earlier.
8246 * nlmread.c (nlm_symfile_read): Likewise.
8247 * mdebugread.c (elfmdebug_build_psymtabs): Call
8248 install_minimal_symbols and make appropriate cleanups.
8249
8250 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8251
8252 * solib.c (reload_shared_libraries): New function.
8253 (_initialize_solib): Add callbacks for ``set solib-search-path''
8254 and ``set solib-absolute-prefix''.
8255
8256 2003-02-20 David Carlton <carlton@math.stanford.edu>
8257
8258 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8259 expand comment.
8260 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8261 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8262 * ada-typeprint.c (ada_typedef_print): Ditto.
8263 * ax-gdb.c (gen_var_ref): Ditto.
8264 * breakpoint.c (print_one_breakpoint): Ditto.
8265 * buildsym.c (finish_block): Ditto.
8266 * c-valprint.c (c_val_print): Ditto.
8267 * expprint.c (print_subexp): Ditto.
8268 * findvar.c (locate_var_value): Ditto.
8269 * infcmd.c (jump_command): Ditto.
8270 * linespec.c (decode_line_2, decode_compound): Ditto.
8271 * maint.c (maintenance_translate_address): Ditto.
8272 * objc-lang.c (compare_selectors, compare_classes): Ditto.
8273 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8274 Ditto.
8275 * p-valprint.c (pascal_val_print): Ditto.
8276 * stabsread.c (define_symbol): Ditto.
8277 * stack.c (print_frame, frame_info, print_block_frame_locals)
8278 (print_frame_arg_vars, return_command): Ditto.
8279 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8280 * symmisc.c (print_symbol): Ditto.
8281 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8282 (compare_search_syms, print_symbol_info, print_msymbol_info)
8283 (rbreak_command): Ditto.
8284 * tracepoint.c (tracepoints_info): Ditto.
8285 * typeprint.c (typedef_print): Ditto.
8286 * valops.c (value_of_variable, hand_function_call): Ditto.
8287 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8288 * ada-typeprint.c: Update Copyright.
8289 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8290 * tracepoint.c, cli/cli-cmds.c: Ditto.
8291
8292 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8293
8294 * frame.c (generic_unwind_get_saved_register): Make non-static.
8295 * frame.h (generic_unwind_get_saved_register): Declare.
8296 * mips-tdep.c (read_next_frame_reg): Fetch register from
8297 current regcache when frame is NULL.
8298 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8299 that must be NULL.
8300 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8301 instead of frame_register_unwind().
8302
8303 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8304
8305 * remote-sim.c (gdbsim_insert_breakpoint)
8306 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8307 code.
8308
8309 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8310
8311 * remote.c (_initialize_remote): Add commands "set/show remote
8312 hardware-watchpoint-limit" and "set/show remote
8313 hardware-breakpoint-limit".
8314 (remote_hw_watchpoint_limit): Initialize to -1.
8315 (remote_hw_breakpoint_limit): Ditto.
8316 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8317
8318 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8319
8320 * coff-pe-read.c: New file - support reading of minimal symbols from a
8321 portable executable using the export table.
8322 * coff-pe-read.h: New file.
8323 * coffread.c: Include coff-pe-read.h.
8324 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8325 debugging symbols found.
8326 * Makefile.in (SFILES): Add coff-pe-read.o.
8327 (coff_pe_read_h): Define.
8328 (COMMON_OBS): Add coff-pe-read.o.
8329 (coffread.o): Add coff_pe_read_h dependency.
8330 (coff-pe-read.o): New target.
8331
8332 2003-02-19 David Carlton <carlton@math.stanford.edu>
8333
8334 * Makefile.in (SFILES): Add block.c.
8335 (block_h): New.
8336 (COMMON_OBS): Add block.o.
8337 (block.o): New.
8338 (x86-64-tdep.o): Add $(block_h).
8339 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8340 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8341 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8342 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8343 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8344 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8345 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8346 * value.h: Add opaque declaration for struct block.
8347 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8348 * ada-lang.h: Ditto.
8349 * x86-64-tdep.c: #include "block.h"
8350 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8351 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8352 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8353 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8354 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8355 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8356 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8357 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8358 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8359 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8360 * symtab.c (block_function): Ditto.
8361 (contained_in): Ditto.
8362 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8363 block.h. Add opaque declaration for struct block.
8364 * symtab.h: Move block_function and contained_in declarations to
8365 block.h. Add opaque declarations for struct block, struct
8366 blockvector.
8367 (struct block): Move to block.h.
8368 (struct blockvector): Ditto.
8369 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8370 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8371 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8372 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8373 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8374 Ditto.
8375 * block.c: New file.
8376 * block.h: New file.
8377
8378 2003-02-19 Theodore A. Roth <troth@openavr.org>
8379
8380 * avr-tdep.c (avr_extract_return_value): Remove function.
8381 (avr_store_return_value): Remove function.
8382 (avr_extract_struct_value_address): Remove function.
8383 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8384
8385 2003-02-19 Andrew Cagney <ac131313@redhat.com>
8386
8387 * rs6000-tdep.c: Include "gdb_assert.h".
8388 (registers_e500): Add "acc" and "spefscr".
8389 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8390 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8391 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8392 really is "r0".
8393 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8394
8395 2003-02-18 Keith Seitz <keiths@redhat.com>
8396
8397 * Makefile.in: Add gdbtk-interps.c.
8398
8399 2003-02-18 Kevin Buettner <kevinb@redhat.com>
8400
8401 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8402 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8403
8404 2003-02-18 Andrew Cagney <cagney@redhat.com>
8405
8406 * symtab.h (struct objfile): Add opaque declaration.
8407
8408 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
8409
8410 From Jim Ingham <jingham@apple.com>:
8411 * dbxread.c (process_one_symbol): Use last_function_start rather
8412 than function_start_offset to find the real beginning of the
8413 current function. The latter is just the text section offset on
8414 some systems, the former is always the real function start.
8415
8416 2003-02-17 Andrew Cagney <cagney@redhat.com>
8417
8418 * configure.in: Revert ${target} != ${host}.
8419
8420 2003-02-17 Andrew Cagney <ac131313@redhat.com>
8421
8422 * configure.in (Makefile): Use the test ${target} != ${host},
8423 instead of the absence of the "nm.h" file, to determine of the
8424 configuration non-native.
8425 * configure: Regenerate.
8426
8427 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
8428
8429 From Brian Ford <ford@vss.fsi.com>
8430
8431 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8432 conditionalize tui_active test.
8433 (lookup_cmd_1): Ditto.
8434
8435 2003-02-14 Mark Kettenis <kettenis@gnu.org>
8436
8437 * configure.in: Add check for _etext.
8438 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8439 available.
8440 * config.in, configure: regenerated.
8441
8442 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
8443
8444 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8445
8446 2003-02-14 Andrew Cagney <ac131313@redhat.com>
8447
8448 * main.c (tui_version): Delete variable.
8449 (captured_main): When --tui, set interpreter_p to "tui" instead of
8450 enabling tui_version.
8451 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8452 tui_version.
8453 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8454 * cli/cli-cmds.c (disassemble_command): Ditto.
8455 * defs.h (tui_version): Delete declaration.
8456 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8457 (tui-interp.o): Add rules.
8458 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8459
8460 2003-02-14 Christopher Faylor <cgf@redhat.com>
8461
8462 * win32-nat.c (register_loaded_dll): Correctly set address range for
8463 just-loaded dll.
8464
8465 2003-02-12 Jason Molenda (jmolenda@apple.com)
8466
8467 * symmisc.c (print_objfile_statistics): Include information about
8468 the number of psymtabs and symtabs in each object file.
8469
8470 2003-02-13 Keith R Seitz <keiths@redhat.com>
8471
8472 * main.h (struct captured_main_args): Add interpreter_p.
8473 * main.c (captured_main): Initialize interpreter_p from context.
8474 * gdb.c (main): Set interpreter_p argument.
8475 * Makefile.in (gdb.o): Add dependency for interps.h.
8476
8477 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8478
8479 * event-top.c (cli_command_loop): Delete declaration.
8480 (_initialize_event_loop): Delete function setting event_loop_hook.
8481 * event-top.h (cli_command_loop): Declare. Update copyright.
8482 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8483 * interps.c (current_interp_command_loop): When event_loop_p, call
8484 cli_command_loop.
8485
8486 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8487
8488 * interps.h (interp_command_loop_ftype): Change return type to
8489 void.
8490
8491 2003-02-12 Michal Ludvig <mludvig@suse.cz>
8492
8493 * x86-64-tdep.c (x86_64_extract_return_value)
8494 (x86_64_store_return_value): Use regcache instead of regbuf.
8495 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8496 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8497
8498 2003-02-11 Andrew Cagney <ac131313@redhat.com>
8499
8500 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8501 * aclocal.m4: Regenerate.
8502 * configure: Regenerate.
8503
8504 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8505 TCL_LD_SEARCH_FLAGS.
8506
8507 2003-02-10 Michal Ludvig <mludvig@suse.cz>
8508
8509 * dwarf2cfi.c: Reindented.
8510
8511 2003-02-09 Andrew Cagney <ac131313@redhat.com>
8512
8513 * interps.c (clear_interpreter_hooks): Convert function definition
8514 to ISO C.
8515
8516 2003-02-07 David Carlton <carlton@math.stanford.edu>
8517
8518 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8519
8520 2003-02-07 Kevin Buettner <kevinb@redhat.com>
8521
8522 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8523 (struct type): ...to here.
8524 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8525 field.
8526 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8527 (replace_type): Set length on all type variants for a given type.
8528
8529 2003-02-07 Andrew Cagney <ac131313@redhat.com>
8530
8531 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8532 <sys/stat.h>.
8533 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8534
8535 2003-02-06 Andrew Cagney <ac131313@redhat.com>
8536
8537 * Makefile.in (symm-nat.o): Update dependencies.
8538 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8539 (lynx-nat.o, ia64-linux-nat.): Ditto.
8540 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8541 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8542 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8543
8544 * Makefile.in (inflow_h): Define.
8545 (procfs.o, inflow.o, procfs.o): Update dependencies.
8546 * inftarg.c (child_stop): Delete extern declaration of
8547 inferior_process_group. Include "inflow.h".
8548 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8549 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8550 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8551 (our_process_group, inferior_process_group): Extern declarations.
8552
8553 * procfs.c: Include "gdb_assert.h".
8554
8555 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8556 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8557 * jv-typeprint.c (java_type_print_base): Ditto.
8558 * typeprint.c (typedef_print): Eliminate STREQ.
8559 * cli/cli-script.c (define_command, define_command): Ditto.
8560 * main.c (captured_main): Ditto.
8561 * values.c (lookup_internalvar): Ditto.
8562 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8563 within `if' conditional.
8564 * linespec.c (decode_line_2): Ditto.
8565 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8566 (bfd_openw_with_cleanup): Ditto.
8567
8568 2003-02-07 Mark Kettenis <kettenis@gnu.org>
8569
8570 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8571 legacy_extract_return_value and store_return_value to
8572 legacy_return_value.
8573
8574 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8575
8576 * win32-nat.c (get_relocated_section_addrs): New function. Find
8577 section load addresses for symbol handling in relocated DLLs.
8578 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8579
8580 2003-02-05 Fred Fish <fnf@intrinsity.com>
8581
8582 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8583 '=' and '!='.
8584 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8585 with '&' and '=='.
8586 (angel_RDI_info): Ditto.
8587 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8588 with '&' and '!='.
8589 (threads_continue_all_with_signals): Ditto.
8590
8591 2003-02-05 Jim Ingham <jingham@apple.com>
8592 Keith Seitz <keiths@redhat.com>
8593 Elena Zannoni <ezannoni@redhat.com>
8594 Andrew Cagney <ac131313@redhat.com>
8595
8596 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8597 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8598 (SUBDIR_MI_OBS): Add "mi-interp.o".
8599 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8600 (SFILES): Add "interps.c".
8601 (COMMON_OBS): Add "interps.o".
8602 (interps_h, mi_main_h): Define.
8603 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8604 (mi-main.o, main.o, event-top.o): Update dependencies.
8605 * cli/cli-interp.c: New file.
8606 * interps.h, interps.c: New files.
8607 * top.c: (gdb_init): Don't install the default interpreter, handed
8608 by captured_main.
8609 * main.c: Include "interps.h".
8610 (interpreter_p): Note that it should malloc'ed.
8611 (captured_command_loop): Call current_interp_command_loop.
8612 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8613 xfree and xstrdup when updating interpreter_p. Install the
8614 default interpreter. Add hack to stop mi1's copyright notice
8615 being encoded.
8616 * event-top.h (gdb_setup_readline): Declare.
8617 (gdb_disable_readline): Declare.
8618 * event-top.c: Include "interps.h".
8619 (display_gdb_prompt): Call current_interp_display_prompt_p.
8620 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8621 gdb_stdlog, and gdb_stdtarg.
8622 (_initialize_event_loop): Don't call gdb_setup_readline.
8623 * cli-out.c (cli_out_set_stream): New function.
8624 * cli-out.h (cli_out_set_stream): Declare.
8625
8626 2003-02-06 Mark Kettenis <kettenis@gnu.org>
8627
8628 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8629 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8630 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8631 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8632 config/i386/i386v42mp.mt: Removed.
8633
8634 2003-02-05 Mark Kettenis <kettenis@gnu.org>
8635
8636 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8637 GDB_OSABI_SOLARIS.
8638
8639 2003-02-05 Michael Chastain <mec@shout.net>
8640
8641 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8642 2.12.1 and earlier versions.
8643
8644 2003-02-05 Andrew Cagney <ac131313@redhat.com>
8645
8646 Remove orphaned hosts, targets and files.
8647 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8648 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8649 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8650 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8651 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8652 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8653 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8654 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8655 * config/sparc/tm-sp64sim.h: Delete.
8656 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8657 hosts.
8658 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8659 mips*-dec-mach3* targets.
8660
8661 2003-02-04 Michael Chastain <mec@shout.net>
8662
8663 * NEWS: Fix typo: sepcifying -> specifying.
8664
8665 2003-02-04 Michael Chastain <mec@shout.net>
8666
8667 * dwarfread.c: Add documentation on the state of dwarf-1,
8668 looking towards obsoletion.
8669
8670 2003-02-03 Michael Chastain <mec@shout.net>
8671
8672 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8673 gdb/testsuite/gdb.c++/pr-1023.exp.
8674
8675 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8676
8677 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8678 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8679
8680 * utils.c (init_page_info): Delete reference to MPW in comments.
8681 * main.c (captured_main): Delete #ifdef MPW.
8682
8683 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8684
8685 * NEWS: Note that the m32r-*-elf* is obsolete.
8686 * monitor.c (monitor_expect): Obsolete reference to m32r.
8687 * configure.tgt: Mark m32r-*-elf* as obsolete.
8688 * MAINTAINERS: Mark m32k as obsolete.
8689 * m32r-rom.c: Obsolete file.
8690 * config/m32r/m32r.mt: Obsolete file.
8691 * config/m32r/tm-m32r.h: Obsolete file.
8692 * m32r-stub.c: Obsolete file.
8693 * m32r-tdep.c: Obsolete file.
8694
8695 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8696
8697 * NEWS: Mention that the z8k-zilog-none is obsolete.
8698 * MAINTAINERS: Mark z8k as obsolete.
8699 * configure.tgt: Obsolete the z8k-*-coff* target.
8700 * config/z8k/z8k.mt: Obsolete file.
8701 * config/z8k/tm-z8k.h: Obsolete file.
8702 * z8k-tdep.c: Obsolete file.
8703
8704 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8705
8706 * NEWS: Mention that the mn10200-elf is obsolete.
8707 * configure.tgt: Obsolete mn10200-*-* target.
8708 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8709 mention that the mn10200 is obsolete.
8710 * breakpoint.h: Ditto.
8711 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8712 * config/mn10200/mn10200.mt: Obsolete file.
8713 * config/mn10200/tm-mn10200.h: Obsolete file.
8714 * mn10200-tdep.c: Obsolete file.
8715
8716 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8717
8718 * MAINTAINERS: Mark h8500 as obsolete.
8719 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8720 * findvar.c (value_from_register): Ditto.
8721 * h8500-tdep.c: Mark file as obsolete.
8722 * config/h8500/h8500.mt: Ditto.
8723 * config/h8500/tm-h8500.h: Ditto.
8724 * NEWS: Mention that h8500 is obsolete.
8725
8726 2003-02-04 David Carlton <carlton@math.stanford.edu>
8727
8728 * objfiles.c (allocate_objfile): Always set name. Add comment at
8729 start of function.
8730 * jv-lang.c (get_dynamics_objfile): Add comment.
8731
8732 2003-02-04 David Carlton <carlton@math.stanford.edu>
8733
8734 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8735 * printcmd.c (build_address_symbolic): Replace uses of
8736 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8737 SYMBOL_NAME, and asm_demangle.
8738 Update copyright.
8739
8740 2003-02-04 David Carlton <carlton@math.stanford.edu>
8741
8742 * linespec.c (decode_compound): Extract code into
8743 lookup_prefix_sym.
8744 (lookup_prefix_sym): New function.
8745
8746 2003-02-04 David Carlton <carlton@math.stanford.edu>
8747
8748 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8749 FLOAT_COERCION_BADNESS.
8750 * gdbtypes.c (rank_one_type): Replace all uses of
8751 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8752
8753 2003-02-04 Jim Blandy <jimb@redhat.com>
8754
8755 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8756 section, let dwarf_macinfo_section point to it, not
8757 dwarf_loc_section.
8758
8759 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8760
8761 Pointed out by Anton Blanchard <anton@samba.org>.
8762 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8763 (ppc_linux_at_sigtramp_return_path): Use it.
8764
8765 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8766
8767 * defs.h (streq): Add prototype.
8768 * utils.c (streq): New function.
8769
8770 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8771 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8772 * mdebugread.c (new_symbol): Likewise.
8773 * stabsread.c (define_symbol): Likewise.
8774 * coffread.c (process_coff_symbol): Likewise.
8775 * dwarfread.c (new_symbol): Likewise.
8776
8777 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8778 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8779 here.
8780 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8781 SYMBOL_INIT_DEMANGLED_NAME.
8782 * objfiles.c: Include "hashtab.h".
8783 (allocate_objfile): Call htab_set_functions_ex for the
8784 demangled_names_hash.
8785 (free_objfile): Call htab_delete for the demangled_names_hash.
8786 * objfiles.h (struct htab): Add declaration.
8787 (struct objfile): Add demangled_names_hash.
8788 * symfile.c: Include "hashtab.h".
8789 (reread_symbols): Call htab_delete for the demangled_names_hash.
8790 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8791 SYMBOL_NAME in the bcache.
8792 * symtab.c: Include "hashtab.h". Update comments.
8793 (create_demangled_names_hash, symbol_set_names): New functions.
8794 (symbol_find_demangled_name): New function, broken out from
8795 symbol_init_demangled_names.
8796 (symbol_init_demangled_names): Use it.
8797 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8798 (SYMBOL_SET_NAMES): New macro.
8799 (symbol_set_names): Add prototype.
8800
8801 2003-02-03 Jim Blandy <jimb@redhat.com>
8802
8803 Use a single, consistent representation for an empty minimal
8804 symbol table in an objfile.
8805 * objfiles.c (terminate_minimal_symbol_table): New function.
8806 (allocate_objfile): Call it.
8807 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8808 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8809 non-NULL.
8810 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8811 objfile has minimal symbols, compare minimal_symbol_count to zero,
8812 instead of comparing msymbols with NULL.
8813 * objfiles.c (have_minimal_symbols): Same.
8814 * solib-sunos.c (solib_add_common_symbols): Call
8815 terminate_minimal_symbol_table.
8816 * symfile.c (reread_symbols): Same.
8817
8818 2003-02-03 Kevin Buettner <kevinb@redhat.com>
8819
8820 * s390-tdep.c (s390_address_class_type_flags)
8821 (s390_address_class_type_flags_to_name)
8822 (s390_address_class_name_to_type_flags): New functions.
8823 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8824 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8825
8826 2003-02-03 Michael Snyder <msnyder@redhat.com>
8827
8828 * arm-tdep.c: Fix spell-o in comment.
8829
8830 2003-02-03 Michal Ludvig <mludvig@suse.cz>
8831
8832 * dwarf2cfi.c (pointer_encoding): Added new parameter.
8833 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8834 error messages to contain BFD filename.
8835
8836 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
8837
8838 Fix PR gdb/742 gdb/743 gdb/877
8839 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
8840 (do_mixed_source_and_assembly): Use
8841 make_cleanup_ui_out_tuple_begin_end and
8842 make_cleanup_ui_out_tuple_begin_end.
8843 (do_mixed_source_and_assembly): Ditto.
8844 * thread.c (do_captured_list_thread_ids): Ditto.
8845 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
8846 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
8847 ui_out_tuple_end): Delete prototypes.
8848 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
8849 ui_out_list_end, ui_out_tuple_end): Delete.
8850
8851 From Kevin Buettner <kevinb@redhat.com>:
8852 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
8853 * ui-out.c (make_cleanup_ui_out_table_begin_end)
8854 (do_cleanup_table_end): New functions.
8855 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
8856 Use cleanups to invoke_ui_out_tuple_end().
8857 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
8858 * cli/cli-setshow.c (cmd_show_list): Use
8859 make_cleanup_ui_out_tuple_begin_end.
8860
8861 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8862
8863 * frame.c (frame_unwind_register): New function.
8864 (frame_unwind_unsigned_register): Use.
8865 (frame_unwind_signed_register): Use.
8866 (frame_read_register): New function.
8867 * frame.h (frame_unwind_register): Declare.
8868 (frame_read_register): Declare.
8869
8870 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
8871 and frame_unwind_register instead of read_memory, write_register
8872 and deprecated_write_register_bytes.
8873
8874 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8875
8876 * frame.h: Note that namelen can be negative.
8877 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
8878 NAME's length.
8879
8880 * NEWS: Mention that the d10v's `regs' command is deprecated.
8881 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
8882 (d10v_print_registers_info): New function.
8883 (show_regs): Call d10v_print_registers_info.
8884 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
8885
8886 2003-02-02 Mark Kettenis <kettenis@gnu.org>
8887
8888 * stack.c (print_frame_info): Restore call to annotate_frame_begin
8889 lost in the previous patch.
8890
8891 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8892
8893 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
8894 * stack.c (print_frame_info_base): Output complete FRAME tuple
8895 for synthesized frames.
8896
8897 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8898
8899 * mips-nat.c (zerobuf): Delete.
8900 (fetch_inferior_registers): Alloc local zerobuf.
8901 (fetch_core_registers): Alloc local zerobuf.
8902 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
8903 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
8904 * thread-db.c (thread_db_store_registers): Ditto.
8905 * sh-tdep.c (sh_do_register): Ditto.
8906 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
8907 * remote-sim.c (gdbsim_store_register): Ditto.
8908 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8909 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8910 * monitor.c (monitor_supply_register): Ditto.
8911 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
8912 * mips-nat.c (fetch_inferior_registers): Ditto.
8913 * m68klinux-nat.c (fetch_register): Ditto.
8914 * lynx-nat.c (fetch_inferior_registers): Ditto.
8915 (fetch_inferior_registers): Ditto.
8916 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
8917 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8918 (hpux_thread_store_registers): Ditto.
8919 * hppah-nat.c (fetch_register): Ditto.
8920 * hppab-nat.c (fetch_register): Ditto.
8921 * hppa-tdep.c (pa_register_look_aside): Ditto.
8922 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
8923 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
8924
8925 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8926
8927 * gdbarch.sh: Explictly specify all method levels. When a
8928 variable with an empty level, provide a non-multi-arch default.
8929 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
8930 * gdbarch.h: Re-generate.
8931 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
8932 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
8933
8934 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8935
8936 * defs.h (host_pointer_to_address): Delete declaration.
8937 (address_to_host_pointer): Delete declaration.
8938 * utils.c (host_pointer_to_address): Delete function.
8939 (address_to_host_pointer): Delete function.
8940 * procfs.c (procfs_address_to_host_pointer): New function.
8941 * procfs.c (proc_set_watchpoint): Use.
8942 (procfs_can_use_hw_breakpoint): Update comments.
8943 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
8944 (som_solib_add): Use.
8945 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
8946 * hppa-tdep.c (unwind_command): Use.
8947
8948 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8949
8950 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
8951 strlen d_name.
8952
8953 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
8954 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
8955 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
8956 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
8957 (define_symbol): Update.
8958 * symfile.c (generic_load): Remove references to nindy.
8959 * symtab.c: Remove references to nindy.
8960
8961 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8962
8963 * infcmd.c (print_float_info): Delete code conditional on
8964 FLOAT_INFO.
8965 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
8966 * config/m68k/nm-apollo68b.h: Ditto.
8967 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
8968 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
8969 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
8970
8971 2003-02-01 Mark Kettenis <kettenis@gnu.org>
8972
8973 * config/i386/tm-i386os9k.h: Removed.
8974
8975 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
8976 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
8977 they're identical to i[3456]86-*-sysv* now.
8978 * config/i386/i386v32.mh: Removed.
8979 * config/i386/xm-i386v32.h: Removed.
8980 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
8981
8982 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
8983
8984 * config/i386/i386dgux.mh: Removed.
8985 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
8986
8987 * configure.in: Fix typo.
8988 * configure: Regenerated.
8989
8990 2003-01-31 David Carlton <carlton@math.stanford.edu>
8991
8992 * dwarf2read.c (dwarf2_locate_sections): Set
8993 dwarf_ranges_section.
8994
8995 2003-01-31 Andrew Cagney <ac131313@redhat.com>
8996
8997 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
8998 * utils.c: Update comments documenting legitimate uses of PTR.
8999
9000 * utils.c: Re-indent.
9001
9002 * config/djgpp/fnchange.lst: Delete nindy files.
9003 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
9004 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
9005 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
9006 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
9007 * nindy-share/README, nindy-share/Onindy.c: Delete files.
9008 * nindy-tdep.c, nindy-share/Makefile: Delete files.
9009 * Makefile.in (init.c): Remove nindy references.
9010 (saber_gdb): Delete rule.
9011 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
9012 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
9013 and a68v-nat.c.
9014 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
9015 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
9016 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
9017 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
9018 nindy-share/stop.h.
9019 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
9020 * saber.suppress: Delete file.
9021
9022 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
9023
9024 * dbxread.c (stabs_data): New static variable.
9025 (fill_symbuf): Support an in-memory buffer for stabs data.
9026 (stabs_seek): New function.
9027 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
9028 (read_ofile_symtab): Use stabs_seek.
9029 (elfstab_build_psymtabs): Take an asection* instead of
9030 an offset and size. Relocate the stabs data if necessary.
9031 Save the section* for dbx_psymtab_to_symtab.
9032 * dwarf2read.c: Add section variables for each debug section.
9033 (dwarf2_locate_sections): Fill them in.
9034 (dwarf2_read_section): Take an asection* argument.
9035 Relocate the section contents if necessary.
9036 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
9037 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
9038 it to dwarf2_read_section.
9039 (dwarf2_build_frame_info): Update callers.
9040 * elfread.c (elf_symfile_read): Update call to
9041 elfstab_build_psymtabs.
9042 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
9043 (DBX_STAB_SECTION): New macro.
9044 * stabsread.h (elfstab_build_psymtabs): Update prototype.
9045 * symfile.c (symfile_dummy_outputs): New function.
9046 (symfile_relocate_debug_section): New function.
9047 * symfile.h (symfile_relocate_debug_section): Add prototype.
9048
9049 2003-01-31 Richard Henderson <rth@redhat.com>
9050
9051 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
9052 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
9053 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
9054 * alpha-tdep.c (alpha_register_name): Add "unique".
9055 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
9056 (ALPHA_UNIQUE_REGNUM): New.
9057 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
9058
9059 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9060
9061 * README: Remove reference to Ericsson 1800 monitor.
9062 * Makefile.in (remote-es.o): Delete rule.
9063 (ALLDEPFILES): Delete remote-es.c.
9064 * remote-es.c: Delete file.
9065 * config/m68k/es1800.mt: Delete file.
9066 * config/djgpp/fnchange.lst: Update.
9067 * configure.tgt: Delete m68*-ericsson-* target.
9068
9069 2003-01-31 Adam Fedor <fedor@gnu.org>
9070
9071 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
9072 Remove duplicate/shadowing variable of same name.
9073
9074 2003-01-30 Jim Blandy <jimb@redhat.com>
9075
9076 * symfile.c (find_separate_debug_file): Assert that the objfile's
9077 directory name we compute ends with a slash, and then assume that
9078 that's so everywhere we use it.
9079
9080 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
9081
9082 * valops.c (value_assign): Flush frame cache after stores to memory
9083 also.
9084
9085 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9086
9087 * Makefile.in (mon960-rom.o): Delete rule.
9088 * mon960-rom.c: Delete file.
9089
9090 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9091
9092 * d10v-tdep.c: Include "frame-unwind.h".
9093 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
9094 list.
9095 (next_addr, uses_frame): Delete.
9096 (struct d10v_unwind_cache): Define.
9097 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
9098 Use info instead of next_addr and uses_frame globals.
9099 (d10v_frame_init_saved_regs): Delete function.
9100 (d10v_init_extra_frame_info): Delete function.
9101 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
9102 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
9103 init_frame_pc or frame_saved_pc.
9104 (d10v_pop_frame): Delete function.
9105 (do_d10v_pop_frame): Delete function.
9106 (d10v_frame_chain): Delete function.
9107 (d10v_frame_chain_valid): Delete function.
9108 (d10v_frame_pc_unwind): New function.
9109 (d10v_frame_id_unwind): New function.
9110 (saved_regs_unwinder): New function.
9111 (d10v_frame_register_unwind): New function.
9112 (d10v_frame_pop): New function.
9113 (d10v_frame_unwind): New variable.
9114 (d10v_frame_p): New function.
9115 (d10v_frame_saved_pc): Delete function.
9116 * Makefile.in (d10v-tdep.o): Update dependencies.
9117
9118 2003-01-30 J. Brobecker <brobecker@gnat.com>
9119
9120 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
9121 causing some regressions due to a change in the default value
9122 for this macro.
9123
9124 2003-01-29 Richard Henderson <rth@redhat.com>
9125 Elena Zannoni <ezannoni@redhat.com>
9126 Daniel Jacobowitz <drow@mvista.com>
9127
9128 Fix PR gdb/961.
9129 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
9130 variables.
9131 (RANGES_SECTION): New.
9132 (dwarf_ranges_buffer): New variable.
9133 (struct comp_unit_head): Add member "die".
9134 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
9135 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
9136 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
9137 (dwarf2_locate_sections): Likewise.
9138 (dwarf2_build_psymtabs): Read .debug_ranges.
9139 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
9140 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
9141 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
9142 Look for DW_AT_ranges and return the bounding box.
9143
9144 2003-01-29 Brian Ford <ford@vss.fsi.com>
9145
9146 * win32-nat.c (cygwin_pid): Removed as unused.
9147 (child_attach): Try fall back to Cygwin pid.
9148
9149 2003-01-29 Jim Blandy <jimb@redhat.com>
9150
9151 * objfiles.h (struct objfile): Doc fix.
9152
9153 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9154
9155 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
9156 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
9157 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
9158 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
9159 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
9160 (FRAME_SAVED_PC): Change to a function with predicate.
9161 * gdbarch.h, gdbarch.c: Re-generate.
9162
9163 2003-01-28 Andrew Cagney <ac131313@redhat.com>
9164
9165 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
9166
9167 * complaints.c (complain): Delete function.
9168 * complaints.h (struct deprecated_complaint): Delete definition.
9169 (complain): Delete declaration.
9170
9171 2003-01-28 Kevin Buettner <kevinb@redhat.com>
9172
9173 * mips-tdep.c (mips_init_extra_frame_info): Return early for
9174 dummy frames.
9175
9176 2003-01-27 Andrew Cagney <ac131313@redhat.com>
9177
9178 * sentinel-frame.h, sentinel-frame.c: New files.
9179 * Makefile.in (frame.o): Update dependencies.
9180 (SFILES): Add sentinel-frame.c.
9181 (sentinel_frame_h): Define.
9182 (COMMON_OBS): Add sentinel-frame.o.
9183 (sentinel-frame.o): Specify dependencies.
9184 * frame.c: Include "sentinel-frame.h".
9185 (frame_register_unwind): Rewrite assuming that there is always a a
9186 ->next frame.
9187 (frame_register, generic_unwind_get_saved_register): Ditto.
9188 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
9189 (create_sentinel_frame, unwind_to_current_frame): New functions.
9190 (get_current_frame): Rewrite using create_sentinel_frame and
9191 unwind_to_current_frame. When possible, always create a frame.
9192 (create_new_frame): Set next to the sentinel frame.
9193 (get_next_frame): Rewrite. Don't go below the level 0 frame.
9194 (deprecated_update_frame_pc_hack): Update the next frame's PC and
9195 ID cache when necessary.
9196 (frame_saved_regs_id_unwind): Use frame_relative_level.
9197 (deprecated_generic_get_saved_register): Use frame_relative_level,
9198 get_frame_saved_regs, get_frame_pc, get_frame_base and
9199 get_next_frame.
9200 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
9201 frame_register.
9202
9203 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9204
9205 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
9206
9207 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9208
9209 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
9210 (maintenance_set_profile_cmd): Use error () instead of warning ().
9211
9212 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9213
9214 * configure.in: Check that -pg works if using --enable-profiling.
9215 Check for monstartup and _mcleanup regardless of --enable-profiling.
9216 * maint.c: Check for monstartup and _mcleanup before using them.
9217 * config.in: Regenerated.
9218 * configure: Regenerated.
9219
9220 2003-01-24 Nick Clifton <nickc@redhat.com>
9221
9222 * Add sh2e support:
9223
9224 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9225
9226 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
9227 (sh2e_show_regs): New.
9228 (sh_gdbarch_init): Handle bfd_mach_sh2e.
9229 * config/sh/tm-sh.h: Added sh2e to comments.
9230
9231 2003-01-23 Jim Blandy <jimb@redhat.com>
9232
9233 * symfile.c (syms_from_objfile): Don't print the "(no debugging
9234 symbols found)" message here; we haven't checked for a separate
9235 debug info file yet, so we don't know yet.
9236 (symbol_file_add_with_addrs_or_offsets): Print it here, after
9237 we've looked everywhere. Also, there's no need to print a special
9238 message when we're loading the separate debug info file: the one
9239 symbol_file_add prints is fine.
9240
9241 2003-01-23 Alexander Larsson <alexl@redhat.com>
9242 Jim Blandy <jimb@redhat.com>
9243
9244 Add support for executables whose debug info has been separated
9245 out into a separate file, leaving only a link behind.
9246 * objfiles.h (struct objfile): New fields: separate_debug_objfile
9247 and separate_debug_objfile_backlink.
9248 (put_objfile_before): New declaration.
9249 * symfile.c: #include "filenames.h".
9250 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
9251 debug info in a separate file, read that, too. Save the addrs
9252 argument, so we can use it again to read the separated debug info;
9253 syms_from_objfile modifies the table we pass it.
9254 (reread_symbols): After re-reading an objfile, call
9255 reread_separate_symbols to refresh its separate debug info
9256 objfile, if it has one.
9257 (reread_separate_symbols, find_separate_debug_file,
9258 get_debug_link_info, separate_debug_file_exists): New functions.
9259 (debug_file_directory): New global var.
9260 (_initialize_symfile): Initialize debug_file_directory, and
9261 provide the new `set debug-file-directory' command to let the user
9262 change it.
9263 * objfiles.c (free_objfile): If this objfile has its debug info in
9264 a separate objfile, free that one too. If this is itself a
9265 separate debug info objfile, clear our parent's backlink.
9266 (put_objfile_before): New function.
9267 * utils.c (gnu_debuglink_crc32): New function.
9268 * defs.h (gnu_debuglink_crc32): New declaration.
9269 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9270 * configure.in: Handle --with-separate-debug-dir config option.
9271 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9272 * acconfig.h (DEBUGDIR): New macro.
9273 * configure, aclocal.m4, config.in: Regenerated.
9274
9275 2003-01-22 Jim Blandy <jimb@redhat.com>
9276
9277 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9278 like the old symbol_file_add, but taking new arguments: you can
9279 now pass in either a `struct section_addr_info' list to say where
9280 each section is loaded, or a `struct section_offsets' table. Pass
9281 these new arguments through to syms_from_objfile as appropriate.
9282 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
9283 with the appropriate quiescent values for the new arguments.
9284
9285 * symfile.c: #include "gdb_assert.h".
9286 (syms_from_objfile): Add the ability to pass in a section offset
9287 table directly, as an alternative to the section_addr_info table.
9288 Document arguments better.
9289 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9290 * symfile.h (syms_from_objfile): Update declaration.
9291 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9292 syms_from_objfile.
9293 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9294
9295 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9296
9297 Original patch by Tom Tromey <tromey@cygnus.com> and
9298 Jason Molenda <jmolenda@apple.com>.
9299 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9300 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9301 * NEWS: Mention profiling.
9302 * configure.in (--enable-gdbtk): Fix typo.
9303 (--enable-profiling): New. Set PROFILE_CFLAGS.
9304 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9305 Fill in function.
9306 (profiling_state): New variable.
9307 (mcleanup_wrapper): New function.
9308 (_initialize_maint): Remove NOTYET, fix call to
9309 add_setshow_boolean_cmd for "maint set profile".
9310 * configure: Regenerated.
9311
9312 2003-01-21 Martin M. Hunt <hunt@redhat.com>
9313
9314 * Makefile.in (install-gdbtk): Install PNG images too.
9315
9316 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9317
9318 * exec.c (text_start): Delete global variable.
9319 (exec_file_attach): Make text_start local to the function.
9320 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9321 * valops.c (hand_function_call): Delete code that handles
9322 BEFORE_TEXT_END and AFTER_TEXT_END.
9323 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9324 of CALL_DUMMY_LOCATION.
9325 * gdbarch.c: Regenerate.
9326 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9327 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9328 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9329 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9330 (text_end): Delete extern declaration.
9331
9332 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9333
9334 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9335 * blockframe.c (backtrace_below_main): Move to "frame.c".
9336 (frame_chain_valid): Delete check for backtrace_below_main.
9337 (_initialize_blockframe): Delete initialization, move ``set
9338 backtrace-below-main'' command to "frame.c".
9339 (do_flush_frames_sfunc): Delete function.
9340 * frame.c: Include "command.h" and "gdbcmd.h".
9341 (frame_type_from_pc): New function.
9342 (create_new_frame): Use frame_type_from_pc.
9343 (legacy_get_prev_frame): New function.
9344 (get_prev_frame): Rewrite. When an old style frame, call
9345 legacy_get_prev_frame. Otherwize, unwind the PC first.
9346 (_initialize_frame): Add ``set backtrace-below-main'' command.
9347 * Makefile.in (frame.o): Update dependencies.
9348
9349 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9350
9351 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9352 DEPRECATED_REGISTERS_INFO.
9353
9354 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9355
9356 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9357 Maintainers'. Update `Various Maintainers'.
9358
9359 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9360
9361 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9362 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9363 Suppress actual parameters when `-'.
9364 * gdbarch.h, gdbarch.c: Regenerate.
9365
9366 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9367
9368 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9369 code handling dummy frames.
9370
9371 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9372
9373 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9374 (struct frame_unwind): Add field pop.
9375 * frame.h (frame_pop): Declare.
9376 * frame.c (frame_saved_regs_pop): New function.
9377 (trad_frame_unwinder): Add frame_saved_regs_pop.
9378 (frame_pop): New function.
9379 * dummy-frame.c (dummy_frame_pop): New function.
9380 (discard_innermost_dummy): New function.
9381 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9382 (dummy_frame_unwind): Add dummy_frame_pop.
9383 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9384 * valops.c (hand_function_call): Ditto.
9385 * stack.c (return_command): Ditto.
9386
9387 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9388
9389 * cris-tdep.c: Fix function declaration indentation.
9390 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9391 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9392 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9393 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9394 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9395 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9396
9397 2003-01-18 Michael Chastain <mec@shout.net>
9398
9399 * README (Unpacking and Installation -- quick overview):
9400 Warn against ".../gdb-5.3/gdb/configure".
9401
9402 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9403
9404 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9405 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9406 (struct frame_unwind): Declare opaque.
9407 (dummy_frame_p): Declare function.
9408 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9409 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9410 * dummy-frame.c: Include "frame-unwind.h".
9411 (dummy_frame_p): New function.
9412 (dummy_frame_unwind): New variable.
9413 * frame.c: Include "frame-unwind.h".
9414 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9415 to use the new unwind field.
9416 (set_unwind_by_pc): Delete function.
9417 (create_new_frame, get_prev_frame): Set unwind field using
9418 frame_unwind_find_by_pc.
9419 (trad_frame_unwind, trad_frame_unwinder): New variables.
9420 * frame.h (trad_frame_unwind): Declare variable.
9421 (frame_id_unwind_ftype): Delete declaration.
9422 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9423 (struct frame_unwind): Declare opaque.
9424 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9425 register_unwind with a single unwind pointer.
9426 * frame-unwind.h, frame-unwind.c: New files.
9427 * Makefile.in (SFILES): Add frame-unwind.c.
9428 (frame_unwind_h): Define.
9429 (COMMON_OBS): Add frame-unwind.o.
9430 (frame-unwind.o): Specify dependencies.
9431 (frame.o, dummy-frame.o): Update dependencies.
9432
9433 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9434
9435 * ada-valprint.c: Eliminate PTR.
9436 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9437 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9438 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9439 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9440 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9441 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9442 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
9443
9444 2003-01-17 Andrew Cagney <ac131313@redhat.com>
9445
9446 * main.c (captured_main): Don't use PTR.
9447 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9448 * gdbtypes.c (lookup_primitive_typename): Ditto.
9449 (lookup_struct_elt_type): Ditto.
9450 * f-valprint.c (info_common_command): Ditto.
9451 (list_all_visible_commons): Ditto.
9452 * jv-typeprint.c (java_type_print_base): Ditto.
9453
9454 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9455 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9456 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9457 i386-interix-nat.c and i386-interix-tdep.c. Rename
9458 m68klinux-nat.c and m68klinux-tdep.c. Rename
9459 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9460 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9461 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9462 * main.c (captured_main): Use xfree, not free.
9463
9464 2003-01-16 Andrew Cagney <ac131313@redhat.com>
9465
9466 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9467 ID back using a parameter.
9468 * frame.c (frame_id_unwind): Update call.
9469 (frame_saved_regs_id_unwind): Update.
9470 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9471 * dummy-frame.h (struct frame_id): Add opaque declaration.
9472 (dummy_frame_id_unwind): Update declaration.
9473
9474 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9475
9476 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9477
9478 2003-01-15 Stephen P. Smith <ischis2@cox.net>
9479
9480 * MAINTAINERS (Stephen P. Smith): Updated email address.
9481
9482 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
9483
9484 Fix PR gdb/898
9485 * breakpoint.c (until_break_command): Add new argument. Use it to
9486 decide whether to stop only at the current frame or not.
9487 * breakpoint.h (until_break_command): Update prototype.
9488 * infcmd.c (until_command): Add new argument to until_break_command
9489 call.
9490 (advance_command): New function.
9491 (_initialize_infcmd): Update help string for 'until' command.
9492 Add new 'advance' command.
9493
9494 2003-01-14 David Carlton <carlton@math.stanford.edu>
9495
9496 * linespec.c (decode_line_1): Normalize comments.
9497 (set_flags): Ditto.
9498 (locate_first_half): Ditto.
9499 (decode_compound): Ditto.
9500 (symtab_from_filename): Ditto.
9501 (decode_all_digits): Ditto.
9502 (decode_dollar): Ditto.
9503 (find_methods): Ditto.
9504 (find_toplevel_char): Ditto.
9505
9506 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9507
9508 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9509 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9510 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9511 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9512 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9513 * language.c, language.h, m32r-tdep.c: Update copyright.
9514 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9515 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9516 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9517 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9518 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9519 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9520
9521 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9522
9523 * stabsread.h (process_later, resolve_cfront_continuation):
9524 Obsolete.
9525 Update copyright years.
9526 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9527 Update copyright year.
9528 * dbxread.c(struct cont_elem): Obsolete.
9529 (process_later, process_now): Obsolete functions.
9530 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9531 Update copyright year.
9532 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9533 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9534 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9535 (parse_partial_symbols): Obsolete cfront support.
9536 * stabsread.c
9537 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9538 macros.
9539 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9540 read_cfront_baseclasses, read_cfront_member_functions,
9541 resolve_cfront_continuation,read_cfront_static_fields,
9542 copy_cfront_struct_fields): Obsolete functions.
9543 (define_symbol, read_one_struct_field): Obsolete cfront support.
9544 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9545 Update Copyright year.
9546
9547 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9548
9549 * stack.c (print_frame_info, print_stack_frame_base_stub,
9550 print_stack_frame_base, show_and_print_stack_frame_stub,
9551 show_and_print_stack_frame, print_only_stack_frame_stub,
9552 print_only_stack_frame): Delete functions.
9553 (print_stack_frame_stub): Call print_frame_info instead of
9554 print_frame_info_base.
9555 (print_frame_info_base): Rename to print_frame_info.
9556 (backtrace_command_1): Call print_frame_info, instead of
9557 print_frame_info_base.
9558 (current_frame_command): Call print_stack_frame, instead of
9559 print_only_stack_frame.
9560 (frame_command): Call print_stack_frame, instead of
9561 show_and_print_stack_frame.
9562 (up_command): Ditto.
9563 (down_command): Ditto.
9564 * frame.h (print_only_stack_frame): Delete prototype.
9565 * infrun.c (normal_stop): Call print_stack_frame, instead of
9566 show_and_print_stack_frame.
9567 * thread.c (info_threads_command): Call print_stack_frame, instead
9568 of print_only_stack_frame.
9569
9570 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9571
9572 * README (Graphical interface to GDB): Update URL. Point at
9573 gdb/links/.
9574
9575 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9576 version match.
9577
9578 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9579
9580 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9581 lines.
9582
9583 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9584
9585 * thread-db.c (attach_thread): Prototype.
9586 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9587 thread information (ti), and valid flags (th_valid, ti_valid).
9588 (attach_thread): Move target_pid_to_str call to after the thread
9589 is added to GDB's list. Initialize the cache.
9590 (thread_get_info_callback, thread_db_map_id2thr)
9591 (thread_db_get_info): New functions.
9592 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9593 (thread_db_store_registers, thread_db_thread_alive)
9594 (thread_db_get_thread_local_address): Use them.
9595 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9596 of calling error() for threads in unknown state.
9597
9598 (clear_lwpid_callback): New function.
9599 (thread_db_resume): Use it to clear the cache.
9600
9601 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9602
9603 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9604 (resume_callback): Remove dead code.
9605
9606 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9607
9608 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9609 predicate.
9610 * gdbarch.h, gdbarch.c: Regenerate.
9611 * stack.c (frame_info): Only initialize the saved registers when
9612 FRAME_INIT_SAVED_REGS_P.
9613 * frame.c (frame_saved_regs_register_unwind): Assert
9614 FRAME_INIT_SAVED_REGS_P.
9615 (deprecated_generic_get_saved_register): Ditto.
9616
9617 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9618
9619 * source.c (openp): Squelch warning about "filename".
9620
9621 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9622
9623 * source.c (openp): If the file does not exist don't necessarily
9624 search the path.
9625
9626 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9627
9628 Fix PR gdb/872.
9629 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9630 (integer_types_same_name_p): New function.
9631 (rank_one_type): Use it.
9632 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9633
9634 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9635
9636 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9637 variables.
9638 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9639 * configure.in: Add --with-sysroot.
9640 * configure: Regenerated.
9641 * main.c (gdb_sysroot): New variable.
9642 (captured_main): Initialize gdb_sysroot.
9643 * defs.h (gdb_sysroot): New extern declaration.
9644 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9645
9646 2003-01-12 Michael Chastain <mec@shout.net>
9647
9648 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9649
9650 2003-01-12 Michael Chastain <mec@shout.net>
9651
9652 * top.c (print_gdb_version): Bump copyright year to 2003.
9653
9654 2003-01-12 David Carlton <carlton@bactrian.org>
9655
9656 * linespec.c (symtab_from_filename): Rename variable 's' to
9657 'file_symtab'.
9658
9659 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9660
9661 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9662 dummy frame.
9663 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9664
9665 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9666
9667 * d10v-tdep.c: Include "gdb_assert.h".
9668 (d10v_store_return_value): Rewrite to match current interface.
9669 (d10v_extract_struct_value_address): Ditto.
9670 (d10v_extract_return_value): Ditto.
9671 (d10v_gdbarch_init): Set store_restore_value,
9672 extract_struct_value_address and extract_return_value.
9673
9674 2003-01-12 J. Brobecker <brobecker@gnat.com>
9675
9676 * hpread.c (set_namestring): New procedure replacing the
9677 SET_NAMESTRING macro.
9678 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9679 by calls to set_namestring.
9680
9681 2003-01-11 J. Brobecker <brobecker@gnat.com>
9682
9683 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9684 a compilation warning.
9685 (hpread_process_one_debug_symbol): Likewise.
9686
9687 2003-01-10 David Carlton <carlton@math.stanford.edu>
9688
9689 * linespec.c (decode_line_1): Rename variable 's' to
9690 'file_symtab'.
9691 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9692 (decode_dollar): Ditto.
9693 (decode_variable): Ditto.
9694 (symbol_found): Ditto.
9695
9696 2003-01-09 Michael Chastain <mec@shout.net>
9697
9698 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9699
9700 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
9701
9702 * win32-nat.c (set_process_privilege): New function.
9703 (child_attach): Call set_process_privilege() to enable the
9704 SE_DEBUG_NAME user privilege if available in process token.
9705
9706 2003-01-10 J. Brobecker <brobecker@gnat.com>
9707
9708 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9709 compilation error in the previous revision.
9710
9711 2003-01-09 David Carlton <carlton@math.stanford.edu>
9712
9713 * linespec.c: Update copyright.
9714
9715 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
9716
9717 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9718 than inferior_ptid.
9719 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9720
9721 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9722
9723 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9724 Update comments.
9725 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9726 (frame_saved_regs_zalloc): Update.
9727 (frame_saved_regs_register_unwind): Update.
9728 (create_new_frame): Update.
9729 (get_prev_frame): Update.
9730 (frame_extra_info_zalloc): Update.
9731 (deprecated_get_frame_saved_regs): Update.
9732 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9733 * cris-tdep.c: Update comment.
9734
9735 * somsolib.h: Fix function indentation.
9736 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9737 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9738 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9739 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9740 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9741
9742 * infrun.c (follow_fork): Use ISO C definition.
9743 * expprint.c (print_subexp): Use xfree instead of free.
9744 * charset.c: Include "gdb_string.h" instead of <string.h>.
9745 (register_iconv_charsets): Use ISO C definition.
9746 (host_charset, target_charset): Ditto.
9747 * Makefile.in (charset.o): Update dependencies.
9748 (mi-cmd-env.o): Update dependencies.
9749
9750 2003-01-08 Andrew Cagney <cagney@redhat.com>
9751
9752 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9753 get_frame_base.
9754
9755 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9756
9757 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9758 build directories. Save edited gdb output in Mbuild.log. If a
9759 build fails, remove any final GDB executable.
9760
9761 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9762
9763 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9764 replacing hex constants with function names and stripping leading
9765 file name directory prefixes.
9766
9767 2003-01-08 Andrew Cagney <cagney@redhat.com>
9768
9769 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9770 get_frame_base.
9771
9772 2003-01-08 David Carlton <carlton@math.stanford.edu>
9773
9774 * linespec.c (decode_line_1): Move code into decode_variable.
9775 (decode_variable): New function.
9776
9777 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9778
9779 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9780
9781 2003-01-08 Andrew Cagney <cagney@redhat.com>
9782
9783 * cris-tdep.c (cris_frame_init_saved_regs): Use
9784 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9785 saved_regs buffer.
9786 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9787 (sh64_nofp_frame_init_saved_regs): Ditto.
9788 (sh_fp_frame_init_saved_regs): Ditto.
9789 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9790 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9791 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9792 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9793
9794 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
9795
9796 * minsyms.c (lookup_minimal_symbol): Update comment.
9797 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9798 (lookup_minimal_symbol_solib_trampoline): Likewise.
9799
9800 2003-01-08 Andrew Cagney <cagney@redhat.com>
9801
9802 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9803 frame_relative_level.
9804
9805 * alpha-tdep.c: Use get_frame_extra_info.
9806 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9807 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9808 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9809 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9810
9811 * alpha-tdep.c: Use get_next_frame.
9812 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9813 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9814 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9815 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9816 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9817 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9818 * xstormy16-tdep.c: Ditto.
9819
9820 2003-01-07 Andrew Cagney <cagney@redhat.com>
9821
9822 * alpha-tdep.c: Use get_frame_base.
9823 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9824 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9825 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9826 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9827 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9828 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9829 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9830 * config/sparc/tm-sparc.h: Ditto.
9831
9832 2003-01-07 Andrew Cagney <cagney@redhat.com>
9833
9834 * frame.c (deprecated_get_frame_context): New function.
9835 (deprecated_set_frame_context): New function.
9836 * frame.h (deprecated_get_frame_context): Declare.
9837 (deprecated_set_frame_context): Declare.
9838 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
9839 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
9840
9841 2003-01-07 Andrew Cagney <cagney@redhat.com>
9842
9843 * frame.c (deprecated_set_frame_next_hack): New function.
9844 (deprecated_set_frame_prev_hack): New function.
9845 * frame.h (deprecated_set_frame_next_hack): Declare.
9846 (deprecated_set_frame_prev_hack): Declare.
9847 * mcore-tdep.c (analyze_dummy_frame): Use
9848 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
9849 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9850
9851 2003-01-07 David Carlton <carlton@math.stanford.edu>
9852
9853 * linespec.c (decode_line_1): Move code into decode_dollar.
9854 (decode_dollar): New function.
9855
9856 2003-01-07 Andrew Cagney <cagney@redhat.com>
9857
9858 * arm-tdep.c (arm_init_extra_frame_info): Use
9859 deprecated_update_frame_base_hack.
9860 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
9861 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9862 (fix_frame_pointer): Ditto.
9863 (mn10300_analyze_prologue): Ditto.
9864
9865 2003-01-07 Andrew Cagney <cagney@redhat.com>
9866
9867 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
9868 extra_info using frame_extra_info_zalloc.
9869 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9870 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
9871 (sh64_init_extra_frame_info): Ditto.
9872 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
9873 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
9874 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9875 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
9876 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
9877 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
9878 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
9879 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
9880 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
9881 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
9882 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9883 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
9884
9885 * mn10300-tdep.c (analyze_dummy_frame): Use
9886 deprecated_set_frame_extra_info_hack.
9887 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9888
9889 2003-01-07 J. Brobecker <brobecker@gnat.com>
9890
9891 * mdebugread.c (parse_symbol): Skip stProc entries which storage
9892 class is not scText. These do not define "real" procedures.
9893 (parse_partial_symbols): Likewise.
9894
9895 2003-01-06 Michael Snyder <msnyder@redhat.com>
9896
9897 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
9898
9899 2003-01-06 Andrew Cagney <ac131313@redhat.com>
9900
9901 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
9902 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
9903 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
9904 deprecated_frame_xmalloc_with_cleanup.
9905 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
9906 deprecated_frame_xmalloc.
9907 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
9908 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
9909
9910 2003-01-06 Andrew Cagney <cagney@redhat.com>
9911
9912 * x86-64-linux-tdep.c: Include "osabi.h".
9913 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
9914
9915 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
9916
9917 2003-01-06 Andrew Cagney <cagney@redhat.com>
9918
9919 * MAINTAINERS (Target Instruction Set Architectures): Update
9920 arm-elf. Can be built with -Werror, has been multiarched.
9921
9922 * value.h (unpack_long): Make buffer parameter constant.
9923 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
9924 * scm-lang.h (scm_parse): Ditto.
9925 * defs.h (extract_typed_address, extract_address): Ditto.
9926 (extract_long_unsigned_integer): Ditto.
9927 * inferior.h (unsigned_pointer_to_address): Ditto.
9928 (signed_pointer_to_address): Ditto.
9929 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
9930 * gdbarch.h, gdbarch.c: Regenerate.
9931 * findvar.c (extract_long_unsigned_integer): Update.
9932 (extract_address): Update.
9933 (extract_typed_address): Update.
9934 (unsigned_pointer_to_address): Update.
9935 * values.c (unpack_long): Update.
9936 (unpack_double): Update.
9937 (unpack_pointer): Update.
9938 (unpack_field_as_long): Update.
9939 * d10v-tdep.c (d10v_pointer_to_address): Update.
9940 * avr-tdep.c (avr_pointer_to_address): Update.
9941 * scm-lang.c (scm_unpack): Update.
9942 * findvar.c (signed_pointer_to_address): Update.
9943
9944 2003-01-06 Michal Ludvig <mludvig@suse.cz>
9945
9946 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
9947 since it is in i386-tdep.c.
9948
9949 2003-01-06 J. Brobecker <brobecker@gnat.com>
9950
9951 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
9952 failure introduced in the previous change.
9953
9954 2003-01-05 Michael Chastain <mec@shout.net>
9955
9956 * README: Remove references to deleted remote-*.c files:
9957 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
9958 remote-nrom.c, remote-os9k.c, remote-udi.c.
9959
9960 2003-01-05 Mark Kettenis <kettenis@gnu.org>
9961
9962 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
9963 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
9964 i386_get_longjmp_target.
9965
9966 2003-01-05 Andrew Cagney <ac131313@redhat.com>
9967
9968 * arm-tdep.c (prologue_cache): Change to a pointer.
9969 (_initialize_arm_tdep): Allocate prologue_cache.
9970 (check_prologue_cache): Update.
9971 (save_prologue_cache): Update.
9972 (arm_gdbarch_init): Update.
9973
9974 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9975
9976 * stabsread.c (update_method_name_from_physname): Call complaint()
9977 instead of error.
9978
9979 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9980
9981 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
9982 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
9983 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
9984
9985 * blockframe.c: Include "gdbcmd.h" and "command.h".
9986 (backtrace_below_main): New variable.
9987 (file_frame_chain_valid, func_frame_chain_valid)
9988 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
9989 (generic_func_frame_chain_valid): Remove functions.
9990 (frame_chain_valid, do_flush_frames_sfunc): New functions.
9991 (_initialize_blockframe): New function.
9992 * Makefile.in (blockframe.o): Update dependencies.
9993 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
9994 comment. Call frame_chain_valid ().
9995 * frame.h: Remove old prototypes. Add prototype for
9996 frame_chain_valid and update comments to match.
9997 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
9998 Remove old comment.
9999 * gdbarch.h: Regenerated.
10000 * gdbarch.c: Regenerated.
10001
10002 * alpha-tdep.c (alpha_gdbarch_init): Don't call
10003 set_gdbarch_frame_chain_valid.
10004 * avr-tdep.c (avr_gdbarch_init): Likewise.
10005 * cris-tdep.c (cris_gdbarch_init): Likewise.
10006 * frv-tdep.c (frv_gdbarch_init): Likewise.
10007 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
10008 * i386-tdep.c (i386_svr4_init_abi): Likewise.
10009 (i386_nw_init_abi): Likewise.
10010 (i386_gdbarch_init): Likewise.
10011 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
10012 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
10013 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
10014 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
10015 * mips-tdep.c (mips_gdbarch_init): Likewise.
10016 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
10017 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
10018 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
10019 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10020 * s390-tdep.c (s390_gdbarch_init): Likewise.
10021 * sh-tdep.c (sh_gdbarch_init): Likewise.
10022 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10023 * v850-tdep.c (v850_gdbarch_init): Likewise.
10024 * vax-tdep.c (vax_gdbarch_init): Likewise.
10025 * x86-64-tdep.c (x86_64_init_abi): Likewise.
10026
10027 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
10028 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
10029 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
10030 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
10031 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
10032 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
10033 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
10034 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
10035
10036 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10037
10038 * Makefile.in (acconfig_h): Remove incorrect macro.
10039 (config_h): Define.
10040 (osabi.o): Update dependencies.
10041 * configure.tgt: Set gdb_osabi based on target triplet.
10042 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
10043 * configure: Regenerated.
10044 * config.in: Regenerated.
10045 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
10046 (GDB_OSABI_DEFAULT): Define if not already defined.
10047 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
10048 (set_osabi_string): New variables.
10049 (gdbarch_register_osabi): Add new OS ABI to
10050 gdb_osabi_available_names.
10051 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
10052 (set_osabi, show_osabi): New functions.
10053 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
10054
10055 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10056
10057 * arch-utils.c (gdbarch_info_init): Set osabi to
10058 GDB_OSABI_UNINITIALIZED.
10059 * gdbarch.sh: Add osabi to struct gdbarch and to struct
10060 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
10061 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
10062 * gdbarch.c: Regenerated.
10063 * gdbarch.h: Regenerated.
10064 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
10065 there's no BFD.
10066 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
10067 * osabi.h (enum gdb_osabi): Move to defs.h.
10068 (gdbarch_init_osabi): Update prototype.
10069 * defs.h (enum gdb_osabi): Moved here.
10070 * Makefile.in: Update dependencies.
10071
10072 * alpha-tdep.h: Don't include "osabi.h".
10073 (struct gdbarch_tdep): Remove osabi member.
10074 * alpha-tdep.c: Include "osabi.h".
10075 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10076 iterate over arches. Update call to gdbarch_init_osabi.
10077 (alpha_dump_tdep): Don't dump osabi.
10078 * alpha-linux-tdep.c: Include "osabi.h".
10079 * alpha-osf1-tdep.c: Include "osabi.h".
10080 * alphafbsd-tdep.c: Include "osabi.h".
10081 * alphanbsd-tdep.c: Include "osabi.h".
10082
10083 * arm-tdep.h: Don't include "osabi.h".
10084 (struct gdbarch_tdep): Remove osabi member.
10085 * arm-tdep.c: Include "osabi.h".
10086 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10087 iterate over arches. Update call to gdbarch_init_osabi.
10088 (arm_dump_tdep): Don't dump osabi.
10089 * arm-linux-tdep.c: Include "osabi.h".
10090 * armnbsd-tdep.c: Include "osabi.h".
10091
10092 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
10093 Update call to gdbarch_init_osabi.
10094
10095 * i386-tdep.h: Don't include "osabi.h".
10096 (struct gdbarch_tdep): Remove osabi member.
10097 * i386-tdep.c: Include "osabi.h".
10098 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10099 iterate over arches. Update call to gdbarch_init_osabi.
10100 (i386_dump_tdep): Don't dump osabi.
10101 * i386-linux-tdep.c: Include "osabi.h".
10102 * i386-sol2-tdep.c: Include "osabi.h".
10103 * i386bsd-tdep.c: Include "osabi.h".
10104 * i386gnu-tdep.c: Include "osabi.h".
10105 * i386ly-tdep.c: Include "osabi.h".
10106 * i386nbsd-tdep.c: Include "osabi.h".
10107 * i386obsd-tdep.c: Include "osabi.h".
10108
10109 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
10110 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10111 check osabi when iterating over arches. Update call to
10112 gdbarch_init_osabi.
10113 (mips_dump_tdep): Don't dump osabi.
10114
10115 * ns32k-tdep.h: Don't include "osabi.h".
10116 (struct gdbarch_tdep): Remove.
10117 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
10118 gdbarch_lookup_osabi. Don't iterate over arches. Don't
10119 allocate tdep. Update call to gdbarch_init_osabi.
10120 (ns32k_dump_tdep): Remove.
10121 (_initialize_ns32k_tdep): Update call to gdbarch_register.
10122 * ns32knbsd-tdep.c: Include "osabi.h".
10123
10124 * ppc-tdep.h: Don't include "osabi.h".
10125 (struct gdbarch_tdep): Remove osabi member.
10126 * rs6000-tdep.c: Include "osabi.h".
10127 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
10128 osabi when iterating over arches. Update call to
10129 gdbarch_init_osabi.
10130 (rs6000_dump_tdep): Don't dump osabi.
10131 * ppc-linux-tdep.c: Include "osabi.h".
10132 * ppcnbsd-tdep.c: Include "osabi.h".
10133
10134 * sh-tdep.h: Don't include "osabi.h".
10135 (struct gdbarch_tdep): Remove osabi member.
10136 * sh-tdep.c: Include "osabi.h".
10137 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10138 iterate over arches. Update call to gdbarch_init_osabi.
10139 (sh_dump_tdep): Don't dump osabi.
10140 * shnbsd-tdep.c: Include "osabi.h".
10141
10142 * sparc-tdep.c: Include "osabi.h".
10143 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10144 iterate over arches. Update call to gdbarch_init_osabi.
10145 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
10146 tdep structure.
10147
10148 * vax-tdep.h: Don't include "osabi.h".
10149 (struct gdbarch_tdep): Remove.
10150 * vax-tdep.c: Include "osabi.h".
10151 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10152 iterate over arches. Don't allocate tdep. Update call
10153 to gdbarch_init_osabi.
10154 (vax_dump_tdep): Remove.
10155 (_initialize_vax_tdep): Update call to gdbarch_register.
10156
10157 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10158
10159 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
10160 entirely.
10161 (breakpoint_re_set_one): Don't fetch the value for a disabled
10162 watchpoint.
10163
10164 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10165
10166 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
10167 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
10168 (COERCE_FLOAT_TO_DOUBLE): Remove.
10169 * gdbarch.c: Regenerate.
10170 * gdbarch.h: Regenerate.
10171 * Makefile.in: Remove value_h from gdbarch_h.
10172 * valops.c (coerce_float_to_double): New variable.
10173 (default_coerce_float_to_double): Remove.
10174 (standard_coerce_float_to_double): Remove.
10175 (value_arg_coerce): Use coerce_float_to_double.
10176 (_initialize_valops): Add "set coerce-float-to-double".
10177 * value.h (default_coerce_float_to_double): Remove prototype.
10178 (standard_coerce_float_to_double): Remove prototype.
10179
10180 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
10181 prototyped.
10182 * mdebugread.c (parse_symbol): Likewise.
10183 * stabsread.c (define_symbol): Mark all functions as prototyped.
10184
10185 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
10186 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
10187 set_gdbarch_coerce_float_to_double.
10188 * arm-tdep.c (arm_gdbarch_init): Likewise.
10189 * frv-tdep.c (frv_gdbarch_init): Likewise.
10190 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
10191 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
10192 * mips-tdep.c (mips_gdbarch_init): Likewise.
10193 (mips_coerce_float_to_double): Remove.
10194 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10195 (rs6000_coerce_float_to_double): Remove.
10196 * s390-tdep.c (s390_gdbarch_init): Likewise.
10197 * sh-tdep.c (sh_gdbarch_init): Likewise.
10198 (sh_coerce_float_to_double): Remove.
10199 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10200 (sparc_coerce_float_to_double): Remove.
10201 * v850-tdep.c (v850_gdbarch_init): Likewise.
10202 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10203 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10204 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
10205 (hppa_coerce_float_to_double): Remove prototype.
10206 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10207
10208 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10209
10210 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
10211
10212 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10213
10214 Suggested by Stewart Brown <sb24@avaya.com>:
10215 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
10216 in recursive calls. Handle TYPE_CODE_TYPEDEF.
10217 (c_type_print_varspec_suffix): Likewise.
10218
10219 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10220
10221 * configure.in: Don't set and AC_SUBST SUBDIRS.
10222 * configure: Regenerated.
10223
10224 * configure.in: Remove code dealing with shared libraries.
10225 * Makefile.in: Remove HLDFLAGS and HLDENV.
10226 * configure: Regenerated.
10227
10228 2003-01-04 Andrew Cagney <ac131313@redhat.com>
10229
10230 * frame.c (deprecated_frame_xmalloc): New function.
10231 (deprecated_set_frame_saved_regs_hack): New function.
10232 (deprecated_set_frame_extra_info_hack): New function.
10233 * frame.h (deprecated_frame_xmalloc): Declare.
10234 (deprecated_set_frame_saved_regs_hack): Declare.
10235 (deprecated_set_frame_extra_info_hack): Declare.
10236
10237 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10238
10239 * configure.in: Move code that provides the --enable-gdbtk option
10240 right after the code that handles the --enable-tui option, and
10241 polish it somewhat.
10242 * configure: Regenerated.
10243
10244 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
10245 AC_CHECK_FUNCS and remove the old check for pread64.
10246 * acinclude.m4 (AC_GNU_SOURCE): New macro.
10247 * acconfig.h (_GNU_SOURCE): Add.
10248 (HAVE_PREAD64): Remove.
10249 * configure, aclocal.m4, config.in: Regenerated.
10250
10251 2003-01-03 Andrew Cagney <ac131313@redhat.com>
10252
10253 * alpha-tdep.c: Use get_frame_saved_regs.
10254 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10255 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10256 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10257 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10258 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10259
10260 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10261
10262 * configure.in: Remove all use of the SUBDIRS variable; add
10263 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10264 code providing the --enable-multi-ice option, and move it right in
10265 front of the code that checks whether gdbserver is supported.
10266 Polish that too.
10267 * configure: Regenerated.
10268 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10269 @SUBDIRS@.
10270
10271 2003-01-03 Andrew Cagney <cagney@redhat.com>
10272
10273 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10274 * avr-tdep.c, cris-tdep.c: Ditto.
10275 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10276 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10277
10278 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10279
10280 * configure.in: Remove --enable-netrom option.
10281 * configure: Regenerated.
10282
10283 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10284
10285 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10286 declaration for `struct re_pattern_buffer' instead.
10287 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10288
10289 2003-01-03 J. Brobecker <brobecker@gnat.com>
10290
10291 * mdebugread.c (parse_symbol): Count until the stEnd matching
10292 the structure name.
10293
10294 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10295
10296 * configure.in: Remove --with-cpu option.
10297 subscripts. Remove evil changequotes here.
10298 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10299 * config.in, configure: Regenerated.
10300
10301 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10302 * configure.in: Cleanup section that sources GDB and BFD configure
10303 subscripts. Remove evil changequotes here.
10304 * config.in, configure: Regenerated.
10305
10306 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10307
10308 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10309 frame accessor methods.
10310 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10311 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10312 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10313 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10314 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10315 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10316 * z8k-tdep.c: Ditto.
10317
10318 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10319
10320 * configure.in: Remove UI_OUT configuration code.
10321 * ada-lang.c: Update assuming UI_OUT is always true.
10322 * Makefile.in (UIOUT_CFLAGS): Remove.
10323 * configure: Regenerated.
10324 * TODO: Remove blurb about elimination of -DUI_OUT.
10325
10326 * configure.in: Move code that provides the --enable-gdbcli,
10327 --enable-gdbmi options right before the code that handles the
10328 --enable-tui option. Polish a bit.
10329 * configure: Regenerated.
10330
10331 * configure.in: Rewrite check for GNU regex and the
10332 --without-included regex option, and move it into the "Checks for
10333 library functions" section. This makes us use the system regex
10334 again by default on systems with version 2 of the GNU C library.
10335 This was apparently broken.
10336 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10337 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10338 * config.in, configure: Regenerated.
10339
10340 * configure.in: Move code that provides the --enable-tui option
10341 before the "Checks for libraries" section. Polish the code
10342 somewhat and set need_curses to yes if we build the TUI. Rewrite
10343 code that looks for a library providing termcap functionality to
10344 match more closely what's done in the Readline library, and move
10345 it into to the "Checks for libraries" section.
10346 * configure: Regenerated.
10347 * Makefile.in (TERMCAP): Remove variable.
10348 * config/i386/go32.mh (TERMCAP): Remove variable.
10349
10350 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10351
10352 * MAINTAINERS: Mention gdb_mbuild.sh.
10353 * gdb_mbuild.sh: Rewrite.
10354
10355 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10356
10357 * configure.in: Fix typo in last change.
10358 * config.in, configure: Regenerated.
10359
10360 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10361
10362 * valarith.c (value_binop): Delete obsolete code and comments.
10363 * configure.host: Ditto.
10364 * buildsym.h (make_blockvector): Ditto.
10365 * buildsym.c (make_blockvector): Ditto.
10366 * defs.h (enum language): Ditto.
10367 (chill_demangle): Ditto.
10368 * elfread.c (elf_symtab_read): Ditto.
10369 * dwarfread.c (CHILL_PRODUCER): Ditto.
10370 (set_cu_language): Ditto.
10371 (handle_producer): Ditto.
10372 * expprint.c (print_subexp): Ditto.
10373 * gdbtypes.c (chill_varying_type): Ditto.
10374 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10375 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10376 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10377 (chill_varying_type): Ditto.
10378 * language.h (_LANG_chill): Ditto.
10379 * language.c (binop_result_type, integral_type): Ditto.
10380 (character_type, string_type, structured_type): Ditto.
10381 (lang_bool_type, binop_type_check): Ditto.
10382 * stabsread.h (os9k_stabs): Ditto.
10383 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10384 (define_symbol, read_type, read_struct_fields): Ditto.
10385 (read_array_type, read_enum_type, read_huge_number): Ditto.
10386 (read_range_type, start_stabs): Ditto.
10387 * symfile.c (init_filename_language_table): Ditto.
10388 (add_psymbol_with_dem_name_to_list): Ditto.
10389 * symtab.c (symbol_init_language_specific): Ditto.
10390 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10391 * symtab.h (struct general_symbol_info): Ditto.
10392 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10393 * typeprint.c (typedef_print): Ditto.
10394 * utils.c (fprintf_symbol_filtered): Ditto.
10395 * valops.c (value_cast, search_struct_field, value_slice): Delete
10396 obsolete code.
10397 (varying_to_slice): Delete function.
10398 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10399 (varying_to_slice): Delete declaration.
10400 * MAINTAINERS: Update.
10401
10402 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10403
10404 * configure.in: Reorganize "Checks for library functions section"
10405 a bit. Remove check for `btowc' and `isascii' functions.
10406 * configure: Regenerated.
10407
10408 * acconfig.h (_MSE_INT_H): Remove.
10409 * configure.in: Create "Checks for header files" section, and move
10410 appropriate tests there. Don't check for objlist.h, wchar.h,
10411 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10412 misdetection fix. Also add "Checks for types", "Checks for
10413 compiler characteristics" and "Checks for library functions"
10414 sections.
10415 * config.in, configure: Regenerated.
10416
10417 * configure.in: Create "Checks for programs" section, and move
10418 appropriate tests there.
10419
10420 2003-01-01 Mark Kettenis <kettenis@gnu.org>
10421
10422 * configure.in: Create "Checks for libraries" section, and move
10423 appropriate tests there. Cleanup check for wctype in libw. Use
10424 AC_SEARCH_LIBS to see whether we need libsocket.
10425 * configure: Regenerated.
10426
10427 For older changes see ChangeLog-2002
10428 \f
10429 Local Variables:
10430 mode: change-log
10431 left-margin: 8
10432 fill-column: 74
10433 version-control: never
10434 End: