225cafe2d0a48662e25411c6a3d813862e76ef54
[binutils-gdb.git] / gdb / ChangeLog
1 2003-08-16 Andrew Cagney <cagney@redhat.com>
2
3 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
4 * gdbarch.h, gdbarch.c: Re-generate.
5
6 2003-08-16 Mark Kettenis <kettenis@gnu.org>
7
8 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
9
10 2003-08-16 Andrew Cagney <cagney@redhat.com>
11
12 * NEWS: Mention that "set prompt-escape-char" was deleted.
13 * top.c (get_prompt_1): Delete function.
14 (gdb_prompt_escape):
15 (init_main): Do not clear "gdb_prompt_escape". Delete "set
16 prompt-escape-char" command.
17 (MAX_PROMPT_SIZE): Delete macro.
18 (get_prompt): Simplify, do not call get_prompt_1.
19
20 2003-08-16 Andrew Cagney <cagney@redhat.com>
21
22 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
23 -Werror. -Wformat-nonliteral problems.
24
25 2003-08-15 J. Brobecker <brobecker@gnat.com>
26
27 Further multiarching work mostly for hppa64-*-hpux11:
28 * hppa-tdep.h: New file.
29 * hppa-tdep.c: #include hppa-tdep.c.
30 (hppa32_num_regs): Renamed from hppa_num_regs.
31 (hppa64_num_regs): New constant.
32 (hppa64_call_dummy_breakpoint_offset): New constant.
33 (hppa32_call_dummy_length): New constant.
34 (hppa64_call_dummy_length): New constant.
35 (hppa32_stack_align): Make name 32bit explicit.
36 (hppa32_register_virtual_type): Likewise.
37 (hppa32_extract_return_value): Likewise.
38 (hppa32_use_struct_convention): Likewise.
39 (hppa32_store_return_value): Likewise.
40 (hppa64_register_virtual_type): New function.
41 (hppa64_extract_return_value): New function.
42 (hppa64_use_struct_convention): New function.
43 (hppa64_store_return_value): New function.
44 (hppa_frame_locals_address): Remove declaration, function does
45 not exist anymore.
46 (hppa_register_byte): Add support for PA64 ABI.
47 (hppa_gdbarch_init): Add support for PA64 ABI.
48 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
49 Make name 32bit explicit.
50 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
51 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
52 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
53 (hppa64_hpux_frame_base_before_sigtramp): New function.
54 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
55 * config/pa/tm-hppa64.h: Remove macros that are no longer
56 necessary now that the gdbarch vector is properly setup.
57 Transform some macros into function calls. Some minor cleanup.
58 * config/pa/tm-hppah.h: Update function calls in macros
59 following the function renaming in hppa-hpux-tdep.c.
60 * Makefile.in (hppa_tdep_h): New variable.
61 (hppa-tdep.o): Add dependency over hppa_tdep_h.
62
63 2003-08-14 Michael Snyder <msnyder@redhat.com>
64
65 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
66
67 2003-08-13 J. Brobecker <brobecker@gnat.com>
68
69 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
70 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
71 routine.
72
73 2003-08-13 Michael Snyder <msnyder@redhat.com>
74
75 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
76 (frv_saved_pc_after_call): Use deprecated ftype.
77 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
78 (frv_remote_translate_xfer_address): Remove.
79 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
80
81 2003-08-13 J. Brobecker <brobecker@gnat.com>
82
83 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
84 initialization after the common gdbarch initialization, not before.
85
86 2003-08-13 J. Brobecker <brobecker@gnat.com>
87
88 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
89 (ADDR_BITS_REMOVE): Remove, redundant.
90
91 2003-08-13 J. Brobecker <brobecker@gnat.com>
92
93 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
94 gdbarch method to clear the 2 low bits of text addresses.
95
96 2003-08-12 Andrew Cagney <cagney@redhat.com>
97
98 * Makefile.in (dsrec.o): Update dependencies.
99 * dsrec.c: Include "gdb_assert.h".
100 (make_srec): Use snprintf instead of sprintf, use a literal format
101 string.
102
103 2003-08-12 Andrew Cagney <cagney@redhat.com>
104
105 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
106 FRAME_OBSTACK_ZALLOC.
107
108 2003-08-12 Kevin Buettner <kevinb@redhat.com>
109
110 * i386-tdep.c (i386_gdbarch_init): Enable default support for
111 SSE registers.
112
113 2003-08-10 Mark Kettenis <kettenis@gnu.org>
114
115 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
116 amd64fbsd_sc_reg_offset): Add extern declarations.
117 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
118 declarations.
119
120 2003-08-11 Ben Elliston <bje@wasabisystems.com>
121
122 * MAINTAINERS (write after approval): Update my mail address.
123
124 2003-08-10 Andrew Cagney <cagney@redhat.com>
125
126 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
127
128 2003-08-10 Mark Kettenis <kettenis@gnu.org>
129
130 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
131 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
132 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
133 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
134 i386bsd_sc_reg_offset): Add extern declarations.
135 * i386obsd-nat.c: Include "i386-tdep.h"
136 (_initialize_i386obsd_nat): Remove extern declarations.
137 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
138 declarations.
139 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
140 declarations.
141
142 * i386-tdep.c (i386_register_to_value): Use get_frame_register
143 instead of frame_read_register.
144 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
145 instead of frame_read_register. Use I386_ESP_REGNUM instead of
146 SP_REGNUM.
147 (i386_frame_prev_register): Use frame_unwind_register_unsigned
148 instead of frame_unwind_unsigned_register. Use
149 I386_EFLAGS_REGISTER instead of PS_REGNUM.
150 (i386_get_longjmp_target): Use regcache_read_unsigned_register
151 instead of read_register. Use builtin_type_void_data_ptr instead
152 of builtin_type_void_func_ptr when extracting the address of the
153 jmp_buf.
154 (i386_extract_return_value, i386_store_return_value,
155 i386_pseudo_register_read, i386_pseudo_register_write): Use
156 register_size instead REGISTER_RAW_SIZE.
157
158 2003-08-10 Andrew Cagney <cagney@redhat.com>
159
160 * infcall.c (call_function_by_hand): Use xstrprintf instead of
161 sprintf. Make "name" constant.
162
163 2003-08-10 Mark Kettenis <kettenis@gnu.org>
164
165 * i387-tdep.c (i387_register_to_value): Use get_frame_register
166 instead of frame_read_register.
167 (i387_print_float_info): Use get_frame_register and
168 get_frame_register_unsigned instead of frame_register_read.
169
170 * i386fbsd-nat.c: Include "i386-tdep.h".
171 (child_resume): Make `eflags' an ULONGEST. Use
172 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
173 instead of register_read and register_write.
174
175 * i386bsd-nat.c (fetch_inferior_registers,
176 store_inferior_registers): Don't use && at the end of a line.
177 (_initialize_i386bsd_nat): Fix typo.
178
179 * frame.c (_initialize_frame): Add missing backslash.
180
181 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
182 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
183 and supply_register instead of manipulating the register buffer
184 directly.
185
186 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
187 * config/i386/nm-i386sol2.h
188 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
189
190 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
191 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
192 instructions that GCC likes to mingle into the prologue. Fixes
193 gdb/1253 and gdb/1255.
194
195 2003-08-09 Andrew Cagney <cagney@redhat.com>
196
197 Fix GDB PR cli/926.
198 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
199 * command.h (add_setshow_uinteger_cmd): Declare.
200 * frame.c (set_backtrace_cmd): New function.
201 (show_backtrace_cmd): New function.
202 * frame.c (_initialize_frame): Replace "set/show
203 backtrace-below-main" with "set/show backtrace past-main". Add
204 command "set/show backtrace limit".
205 (backtrace_past_main): Rename "backtrace_below_main".
206 (backtrace_limit): New variable.
207 (get_prev_frame): Update. Check the backtrace_limit.
208
209 2003-08-09 Andrew Cagney <cagney@redhat.com>
210
211 * defs.h (xstrprintf): Declare.
212 * utils.c (xstrprintf): New function.
213 * breakpoint.c (insert_breakpoints): Replace sprintf and
214 non-literal format strings, with xstrprintf and cleanups.
215 (delete_breakpoint,breakpoint_re_set): Ditto.
216 (commands_command, insert_breakpoints): Ditto.
217 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
218 (break_at_finish_command_1): Ditto.
219
220 2003-08-09 Andrew Cagney <cagney@redhat.com>
221
222 * MAINTAINERS (language support): List Adam Fedor as Objective C
223 maintainer.
224
225 2003-08-08 J. Brobecker <brobecker@gnat.com>
226
227 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
228 are now multiarched.
229
230 2003-08-08 J. Brobecker <brobecker@gnat.com>
231
232 * config/pa/tm-hppa64.h: Remove lots of macros that are no
233 longer necessary now that hppa64 is partially multiarch'ed.
234
235 2003-08-08 Andrew Cagney <cagney@redhat.com>
236
237 * interps.c (interp_set): Check for a NULL "old_interp".
238
239 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
240
241 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
242 (install-only): Support DESTDIR.
243 (uninstall): Likewise.
244 (install-gdbtk): Likewise.
245
246 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
247
248 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
249 contains something meaningful at all times.
250
251 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
252
253 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
254
255 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
256
257 * MAINTAINERS (write after approval): Added self.
258
259 2003-08-07 Andrew Cagney <cagney@redhat.com>
260
261 * inferior.h (AT_SYMBOL): Define.
262 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
263 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
264 * mips-tdep.c (mips_call_dummy_address): Delete function.
265 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
266 set call_dummy_address.
267
268 2003-08-07 Andrew Cagney <cagney@redhat.com>
269
270 * language.c (op_error): Delete function.
271 (binop_type_check): Delete function.
272 * language.h (type_op_error, range_op_error): Delete macros.
273 (op_error): Delete declaration.
274
275 2003-08-07 Andrew Cagney <cagney@redhat.com>
276
277 * interps.h (INTERP_MI2, INTERP_MI3): Define.
278
279 2003-08-07 Michal Ludvig <mludvig@suse.cz>
280
281 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
282 (x86_64_push_arguments): Skip the red zone.
283
284 2003-08-05 Andrew Cagney <cagney@redhat.com>
285
286 * reggroups.c (reggroup_next): Check for the final entry.
287
288 2003-08-04 Andrew Cagney <cagney@redhat.com>
289
290 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
291 * cli/cli-script.c (define_command): Call query directly, instead
292 of passing it a buffer.
293 * ocd.c (ocd_error): Pass error a constant format string.
294 * remote-mips.c (mips_error): Use fputs_filtered.
295
296 * solib-svr4.c (_initialize_svr4_solib): Update
297 register_gdbarch_data call.
298 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
299
300 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
301 (register_gdbarch_data): Delete "free" parameter. Update
302 comments.
303 * gdbarch.h, gdbarch.c: Re-generate.
304 * reggroups.c (_initialize_reggroup): Update.
305 * gnu-v3-abi.c (init_gnuv3_ops): Update.
306 * frame-base.c (_initialize_frame_base): Update.
307 * frame-unwind.c (_initialize_frame_unwind): Update.
308 * user-regs.c (_initialize_user_regs): Update.
309 * remote.c (_initialize_remote): Update.
310 * regcache.c (_initialize_regcache): Update.
311
312 * regcache.c (xfree_regcache_descr): Delete function.
313 (_initialize_regcache): Update call to register_gdbarch_data.
314 (init_regcache_descr, init_legacy_regcache_descr): Use
315 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
316
317 * remote.c (free_remote_state): Delete function.
318 (_initialize_remote): Update register_gdbarch_data.
319 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
320 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
321
322 2003-08-04 Andrew Cagney <cagney@redhat.com>
323
324 * reggroups.c (struct reggroup_el): Define.
325 (struct reggroups): Delete field "nr_group". Replace array
326 "group" with a "first" to "last" linked list.
327 (reggroups_init): Update. Allocate using gdbarch's obstack.
328 (reggroups_free): Delete function.
329 (add_group): Update. Add "el" parameter.
330 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
331 (default_groups): Update.
332 (reggroup_next): Replace reggroups.
333 (reggroups_dump): Update.
334 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
335 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
336 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
337
338 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
339
340 * Makefile.in (tui-interp.o): Update dependencies.
341
342 2003-08-04 David Carlton <carlton@kealia.com>
343
344 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
345 to internal_error call.
346 * source.c (forward_search_command): Add "%s" format argument.
347 (reverse_search_command): Ditto.
348 * top.c (quit_confirm): Ditto.
349 * cli/cli-setshow.c (do_setshow_command): Ditto.
350 * cp-valprint.c (cp_print_class_method): Replace
351 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
352 (cp_print_class_member): Ditto.
353 * event-top.c (command_line_handler): Ditto.
354 * linux-proc.c (linux_info_proc_cmd): Ditto.
355 * p-typeprint.c (pascal_type_print_base): Ditto.
356 * p-valprint.c (pascal_object_print_class_method): Ditto.
357 (pascal_object_print_class_member): Ditto.
358 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
359 * remote.c (remote_cisco_section_offsets): Ditto.
360 * top.c (command_line_input): Ditto.
361 * utils.c (vwarning,error_stream,quit): Ditto.
362 * valprint.c (print_floating,print_binary_chars)
363 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
364
365 2003-08-04 Andrew Cagney <cagney@redhat.com>
366
367 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
368
369 2003-08-02 Andrew Cagney <cagney@redhat.com>
370
371 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
372 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
373 amd64fbsd-nat.c.
374
375 2003-08-02 Andrew Cagney <cagney@redhat.com>
376
377 * Makefile.in: Update all dependencies and definitions.
378
379 2003-08-02 Adam Fedor <fedor@gnu.org>
380
381 * linespec.c (is_objc_method_format): New function
382 (decode_line_1, locate_first_half): Use it.
383 Fixes PR objc/1298
384
385 2003-08-01 Andrew Cagney <cagney@redhat.com>
386
387 * NEWS: Mention that m32r is multi-arch.
388 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
389 * configure.tgt: Recognize m32r-*-*.
390 * config/m32r/tm-m32r.h: Delete file.
391 * config/m32r/m32r.mt: New file.
392 * m32r-rom.c (m32r_upload_command): Use hostent only when
393 gethostname succeeds, in order to avoid a compilation
394 warning.
395 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
396 compiler warning.
397
398 2003-08-01 Michael Snyder <msnyder@redhat.com>
399
400 * sh-tdep.c (sh_frame_align): New gdbarch method.
401 (sh_gdbarch_init): Set up frame_align method.
402
403 2003-07-31 Michael Snyder <msnyder@redhat.com>
404
405 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
406 which is already covered by the new frames infrastructure.
407
408 2003-07-31 Andrew Cagney <cagney@redhat.com>
409
410 * user-regs.c (struct user_reg): Add "next" link.
411 (struct user_regs): Replace "user" with "first" and "last" links.
412 (append_user_reg): Add pre-allocated "reg" parameter.
413 (builtin_user_regs): Provide initial value for "last".
414 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
415 (user_regs_init): Allocate memory from the gdbarch obstack.
416 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
417 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
418 linked list.
419 (usernum_to_user_reg): New function.
420 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
421 (value_of_user_reg): Use usernum_to_user_reg.
422 (user_regs_free): Delete function.
423 (_initialize_user_regs): Update register_gdbarch_data call.
424
425 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
426
427 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
428
429 2003-07-30 Michael Snyder <msnyder@redhat.com>
430
431 * value.h (value_being_returned): Add a struct_addr argument.
432 * infcall.c (call_function_by_hand): Pass struct_addr to
433 value_being_returned.
434 * infcmd.c (print_return_value): Pass zero as struct_addr.
435 * values.c (value_being_returned): If struct_addr is passed,
436 use it instead of trying to recover it from the inferior.
437
438 2003-07-30 Kevin Buettner <kevinb@redhat.com>
439
440 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
441 the prologue analyzer won't need to attempt to extract the pc
442 value from the woefully incomplete dummy frame.
443 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
444 possible. Disable code which modifies the frame.
445
446 2003-07-28 Andrew Cagney <cagney@redhat.com>
447
448 * annotate.c (annotate_breakpoints_headers): Restrict annotation
449 to level 2.
450 (annotate_breakpoints_table, annotate_record): Ditto.
451 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
452 (annotate_field_name_end, annotate_field_value): Ditto.
453 (annotate_field_end, annotate_frame_source_begin): Ditto.
454 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
455 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
456 (annotate_frame_begin, annotate_frame_function_name): Ditto.
457 (annotate_frame_address_end, annotate_frame_address): Ditto.
458 (annotate_frame_args, annotate_frame_end): Ditto.
459 (annotate_frame_where, annotate_arg_begin): Ditto.
460 (annotate_arg_name_end, annotate_arg_value): Ditto.
461 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
462 (annotate_function_call, annotate_signal_name): Ditto.
463 (annotate_signal_string, annotate_signal_name_end): Ditto.
464 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
465 (annotate_value_begin, annotate_value_history_value): Ditto.
466 (annotate_value_history_end, annotate_value_end): Ditto.
467 (annotate_display_begin, annotate_display_number_end): Ditto.
468 (annotate_display_format, annotate_display_expression): Ditto.
469 (annotate_display_expression_end, annotate_display_value): Ditto.
470 (annotate_display_end, annotate_array_section_begin): Ditto.
471 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
472 (annotate_elt, annotate_array_section_end): Ditto.
473
474 2003-07-28 Andrew Cagney <cagney@redhat.com>
475
476 * regcache.c (struct regcache_descr): Update comments on
477 nr_raw_registers.
478 (init_legacy_regcache_descr): Don't set nr_raw_registers or
479 sizeof_raw_register_valid_p.
480 (init_regcache_descr): Set nr_raw_registers and
481 sizeof_raw_register_valid_p before calling
482 init_legacy_regcache_descr.
483
484 2003-07-28 Andrew Cagney <cagney@redhat.com>
485
486 * mips-tdep.c (print_gp_register_row): Print the GPR's register
487 MOD NUM_REGS.
488
489 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
490
491 * thread.c (info_threads_command): Use get_selected_frame ().
492 Check that there is at least one non-sentinel frame.
493
494 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
495
496 * m68hc11-tdep.c (struct frame_extra_info): Remove.
497 (m68hc11_pop_frame): Remove.
498 (m68hc11_frame_saved_pc): Remove.
499 (m68hc11_frame_chain): Remove.
500 (m68hc11_frame_init_saved_regs): Remove.
501 (m68hc11_init_extra_frame_info): Remove.
502 (m68hc11_store_struct_return): Remove.
503 (m68hc11_saved_pc_after_call): Remove.
504
505 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
506
507 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
508 frame unwind information.
509 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
510 and adapted for frame unwinding.
511 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
512 (m68hc11_unwind_pc): New function.
513 (m68hc11_frame_unwind_cache): New function to analyze frames.
514 (m68hc11_frame_this_id): New function to create new frame struct.
515 (m68hc11_frame_prev_register): New function to unwind a register from
516 the frame.
517 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
518 (m68hc11_frame_p): New function for the above.
519 (m68hc11_frame_base_address): New function to return fp of frame.
520 (m68hc11_frame_args_address): Update for frame.
521 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
522 (m68hc11_unwind_sp): New function.
523 (m68hc11_unwind_dummy_id): New function.
524 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
525 calls.
526
527 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
528
529 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
530 (m68hc11_guess_from_prologue): Advance the pc and frame size only
531 when we are beyond the current pc.
532
533 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
534
535 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
536 from m68hc11_push_arguments.
537 (m68hc11_push_arguments): Remove.
538 (m68hc11_push_return_address): Remove.
539 (m68hc11_gdbarch_init): Install the above; remove above deprecated
540 handlers; remove deprecated_extra_stack_alignment_needed.
541
542 2003-07-27 Andrew Cagney <cagney@redhat.com>
543
544 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
545 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
546 REAL_PC and not the pointer.
547 * hppa-hpux-tdep.c: Include frame.h
548
549 2003-07-27 Andrew Cagney <cagney@redhat.com>
550
551 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
552 GDB_MULTI_ACH_PARTIAL.
553
554 2003-07-27 Andrew Cagney <cagney@redhat.com>
555
556 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
557 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
558 operator at start and not end of line.
559 (decode_prologue): Ditto.
560 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
561 frame_unwind_register_unsigned instead of
562 frame_unwind_unsigned_register.
563 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
564 read_register.
565 (m32r_push_dummy_call): Use register_size instead of
566 REGISTER_RAW_SIZE.
567 (m32r_frame_sniffer): Replace m32r_frame_p.
568 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
569 * m32r-rom.c (report_transfer_performance): Delete extern
570 declaration.
571 (m32r_load, m32r_upload_command): Use print_transfer_performance
572 instead of report_transfer_performance.
573 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
574 / add_show_from_set.
575
576 2003-07-26 Andrew Cagney <cagney@redhat.com>
577
578 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
579 store_return_value and extract_struct_value_address.
580
581 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
582
583 PR c++/1267
584 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
585 NULL, default to the section containing PC.
586
587 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
588
589 * NEWS: Mention "regs" deprecated for m68hc11 too.
590
591 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
592 (m68hc11_print_register): New function to print out one register.
593 (m68hc11_print_registers_info): New function to print registers.
594 (show_regs): Deprecate and use the above.
595 (m68hc11_gdbarch_init): Install the print_registers_info.
596
597 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
598
599 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
600 that we have a SIGTRAP before returning non-zero.
601
602 2003-07-23 Michal Ludvig <mludvig@suse.cz>
603 Elena Zannoni <ezannoni@redhat.com>
604
605 * linespec.c (decode_line_2): Avoid crash if
606 find_function_start_sal() returns empty record.
607
608 2003-07-23 Andreas Schwab <schwab@suse.de>
609
610 * ia64-tdep.c (ia64_print_insn): New function.
611 (ia64_gdbarch_init): Set print_insn to it.
612 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
613 deprecated_tm_print_insn_info.
614
615 2003-07-22 Michael Snyder <msnyder@redhat.com>
616
617 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
618 handle 8-bit returns (long long).
619 (h8300h_extract_return_value): Ditto.
620 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
621
622 2003-07-22 Andrew Cagney <cagney@redhat.com>
623
624 * gdbarch.c Include "gdb_obstack.h".
625 (struct gdbarch): Add an "obstack".
626 (alloc_gdbarch_data): Allocate the gdbarch data using
627 GDBARCH_OBSTACK_CALLOC.
628 (free_gdbarch_data): Delete function.
629 (gdbarch_obstack_zalloc): New function.
630 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
631 Assert that the architecture is not initialized.
632 (gdbarch_alloc): Allocate an obstack, allocate the architecture
633 vector from the obstack.
634 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
635 architecture obstack.
636 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
637 (set_gdbarch_data): Assert that the data is not initialized.
638 (struct gdbarch_data): Delete member "free".
639 (register_gdbarch_data): Do not initialize "free".
640 * gdbarch.h, gdbarch.c: Re-generate.
641
642 2003-07-22 Andrew Cagney <cagney@redhat.com>
643
644 * configure.in (build_warnings): Add -Wformat-nonliteral.
645 * configure: Re-generate.
646
647 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
648
649 * dwarf2loc.c (locexpr_describe_location): Fix typos.
650
651 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
652
653 * findvar.c (read_var_value): Remove case for thread local storage
654 variables. It is now entirely handled by the dwarf2 location
655 expression code.
656 * printcmd.c (address_info): Ditto.
657 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
658 enumeration value.
659 (struct symbol): Remove objfile field, which was used by
660 LOC_THREAD_LOCAL_STATIC only.
661 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
662 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
663 usage of objfile pointer.
664 * dwarf2loc.c (locexpr_describe_location): Add case to handle
665 thread local variables.
666 Add include of objfiles.h.
667 * dwarf2expr.c (execute_stack_op): Add comments about thread local
668 storage variables.
669 * Makefile.in (dwarf2loc.o): Update dependencies.
670
671 2003-07-22 Andrew Cagney <cagney@redhat.com>
672
673 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
674 get_frame_base.
675 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
676 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
677 (struct value): Add opaque declaration.
678 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
679
680 2003-07-21 Andrew Cagney <cagney@redhat.com>
681
682 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
683 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
684
685 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
686
687 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
688 regcache_cooked_read_unsigned instead of read_register.
689 (m68hc11_saved_pc_after_call): Likewise.
690 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
691 instead of write_register.
692 (m68hc11_register_type): New function.
693 (m68hc11_register_virtual_type): Remove.
694 (m68hc11_store_return_value): Convert to use the regcache.
695 (m68hc11_extract_struct_value_address): Likewise.
696 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
697 m68hc11_register_type; undeprecate store_return_value and
698 extract_struct_value_address.
699
700 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
701
702 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
703 and translate to use regcache.
704 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
705
706 2003-07-18 Andrew Cagney <cagney@redhat.com>
707
708 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
709 * gdbarch.h, gdbarch.c: Re-generate.
710 * i386-tdep.c (i386_gdbarch_init): Do not set
711 DWARF2_BUILD_FRAME_INFO.
712 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
713 unconditionally.
714 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
715 DWARF2_BUILD_FRAME_INFO.
716
717 2003-07-18 Andrew Cagney <cagney@redhat.com>
718
719 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
720 * disasm.c (gdb_disassemble_info): Initilize di.arch.
721
722 2003-07-18 Andrew Cagney <cagney@redhat.com>
723
724 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
725 frame_unwind_address_in_block, instead of frame_pc_unwind.
726 (dwarf2_frame_cache): Ditto.
727
728 2003-07-18 Andrew Cagney <cagney@redhat.com>
729
730 * user-regs.h (struct gdbarch): Declare opaque.
731 * ui-out.h (struct ui_file): Declare opaque.
732 * dwarf2-frame.h (struct frame_info): Declare opaque.
733
734 2003-07-18 Kris Warkentin <kewarken@qnx.com>
735
736 * nto-procfs.c: Clean ARI hits. Change #include <..> to
737 #include "...".
738 (procfs_meminfo): Change strerror to safe_strerror.
739 (procfs_can_run): Remove K&R badness.
740
741 2003-07-17 Michael Snyder <msnyder@redhat.com>
742
743 * remote-sim.c: Comment typo fix.
744
745 2003-07-17 Andrew Cagney <cagney@redhat.com>
746
747 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
748 configure.
749 * sparc-tdep.c (sparc_intreg_size): Make non-static.
750 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
751 GDB_MULTI_ARCH_PARTIAL.
752
753 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
754
755 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
756 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
757 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
758
759 2003-07-16 Theodore A. Roth <troth@openavr.org>
760
761 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
762 found.
763 (avr_frame_unwind_cache): Don't unwind FP for main.
764 Update a comment.
765 Save the computed prev_sp.
766 (avr_saved_regs_unwinder): Remove function.
767 (avr_frame_prev_register): Use PC unwind logic from
768 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
769
770 2003-07-16 Andrew Cagney <cagney@redhat.com>
771
772 * frame-base.h (frame_base_p_ftype): Delete definition.
773 (frame_base_append_predicate): Delete declaration.
774 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
775 (frame_unwind_append_predicate): Delete declaration.
776 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
777 (append_predicate): Delete parameter "p".
778 (frame_unwind_append_predicate): Delete function.
779 (frame_unwind_append_sniffer): Update call to append_predicate.
780 (frame_unwind_free): Delete function.
781 (_initialize_frame_unwind): Pass NULL as "free" to
782 register_gdbarch_data.
783 (frame_unwind_init): Append the dummy_frame_sniffer.
784 (frame_unwind_find_by_frame): Simplify.
785 * frame-base.c (struct frame_base_table): Delete field "p".
786 (append_predicate): Delete parameter "p".
787 (frame_base_append_predicate): Delete function.
788 (frame_base_append_sniffer): Update call to append_predicate.
789 (frame_base_free): Delete function.
790 (frame_base_find_by_frame): Simplify.
791 (_initialize_frame_base): Pass NULL as "free" to
792 register_gdbarch_data.
793 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
794 (x86_64_sigtramp_frame_sniffer): Replace
795 "x86_64_sigtramp_frame_p".
796 (x86_64_init_abi): Set the frame unwind sniffers.
797 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
798 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
799 (m68k_gdbarch_init): Set the frame unwind sniffers.
800 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
801 "i386_sigtramp_frame_p".
802 (i386_frame_sniffer): Replace "i386_frame_p".
803 (i386_gdbarch_init): Set the frame unwind sniffers.
804 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
805 (avr_gdbarch_init): Set the frame unwind sniffers.
806 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
807 "alpha_sigtramp_frame_p"
808 (alpha_heuristic_frame_sniffer): Replace
809 "alpha_heuristic_frame_p".
810 (alpha_gdbarch_init): Set the frame unwind sniffers.
811 (alpha_dwarf2_init_abi): Ditto.
812 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
813 "alpha_debug_frame_p".
814 (alpha_mdebug_frame_base_sniffer): Replace
815 "alpha_mdebug_frame_base_p".
816 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
817 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
818 (d10v_gdbarch_init): Set the frame unwind sniffer.
819 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
820 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
821 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
822 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
823 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
824 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
825
826 2003-07-16 Michael Snyder <msnyder@redhat.com>
827
828 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
829 should go thru sh_dsp_register_sim_regno, else the dsp regs
830 will not get the right values.
831
832 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
833
834 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
835 deprecated_store_floating by call to store_typed_floating.
836 (sh_sh4_register_convert_to_raw): Substitute call to
837 deprecated_extract_floating by call to extract_typed_floating.
838
839 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
840
841 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
842
843 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
844
845 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
846 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
847 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
848 as possible.
849 (do_pseudo_register): Remove.
850 (sh_push_dummy_code): New function.
851 (sh64_store_struct_return): Rename from sh_store_struct_return.
852 Only called for sh64 now.
853 (sh_extract_struct_value_address): Regcache'ify.
854 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
855 and accomodate new tasks.
856 (sh64_push_return_address): Rename from sh_push_return_address.
857 Only called for sh64 now.
858 (sh_default_extract_return_value): Rename from sh_extract_return_value.
859 Regcache'ify.
860 (sh3e_sh4_extract_return_value): Regcache'ify.
861 (sh_default_store_return_value): Ditto.
862 (sh3e_sh4_store_return_value): Ditto.
863 (sh_default_register_byte): Remove.
864 (sh_sh4_register_byte): Remove.
865 (sh_default_register_raw_size): Remove.
866 (sh_sh4_register_raw_size): Remove.
867 (sh_register_virtual_size): Remove.
868 (sh_sh3e_register_virtual_type): Remove.
869 (sh_sh3e_register_type): New function.
870 (sh_sh4_register_virtual_type): Remove.
871 (sh_sh4_register_type): New function.
872 (sh_default_register_virtual_type): Remove.
873 (sh_default_register_type): New function.
874 (do_fv_register_info): Add parameters to accomodate call from
875 sh_print_registers_info.
876 (do_dr_register_info): Ditto.
877 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
878 Add parameters to accomodate call from sh_print_registers_info.
879 (sh_do_fp_register): Ditto.
880 (sh64_do_pseudo_register): Call do_dr_register_info,
881 do_fv_register_info and sh_do_fp_register with default parameters.
882 (sh_do_register): Add parameters to accomodate call from
883 sh_print_registers_info.
884 (sh_print_register): Ditto.
885 (sh_print_registers_info): Rename from sh_do_registers_info.
886 Add parameters to be used as gdbarch_print_registers_info
887 implementation. Accomodate removed do_pseudo_register function
888 pointer.
889 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
890 function pointer. Call sh_print_register with default parameters.
891 (sh64_do_registers_info): Call sh_print_registers_info instead of
892 sh_do_registers_info.
893 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
894 detection of deprecated vs. non-deprecated functionality.
895 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
896 function pointer assignments by direct function calls.
897
898 2003-07-15 Andrew Cagney <cagney@redhat.com>
899
900 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
901 (frame_register_unwind, create_new_frame): Ditto.
902 (legacy_get_prev_frame, get_frame_type): Ditto.
903 (get_frame_base_address): Use frame_base_find_by_frame.
904 (get_frame_locals_address): Use frame_base_find_by_frame.
905 (get_frame_args_address): Use frame_base_find_by_frame.
906 * frame-base.h (frame_base_sniffer_ftype): Declare.
907 (frame_base_append_sniffer): Declare.
908 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
909 * frame-base.c (append_predicate): Add a "sniffer" parameter.
910 (frame_base_append_sniffer): New function.
911 (frame_base_append_predicate): Add a NULL sniffer.
912 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
913 (struct frame_base_table): Add "sniffer".
914 (frame_base_free): Free the "sniffer" table.
915 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
916 (frame_unwind_append_sniffer): Declare.
917 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
918 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
919 (struct frame_unwind_table): Add "sniffer", delete "middle".
920 (append_predicate): Add "sniffer" parameter, append the sniffer.
921 (frame_unwind_init): Update append_predicate call.
922 (frame_unwind_append_sniffer): New function.
923 (frame_unwind_append_predicate): Update append_predicate call.
924 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
925
926 2003-07-15 Andrew Cagney <cagney@redhat.com>
927
928 * frame.c (get_prev_frame): Move disabled inside_entry_func to
929 before code inhibiting repeated unwind attempts. Add to
930 commentary on that test's problems.
931 * blockframe.c (inside_main_func): Look for "main" in the minimal
932 symbol table.
933 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
934 identical.
935
936 2003-07-15 Andrew Cagney <cagney@redhat.com>
937
938 * complaints.c (struct explanation): Define.
939 (struct complaints): Change type of "explanation" to "struct
940 explanation".
941 (symfile_explanations): Convert to a "struct explanation" table.
942 (vcomplaint): Update.
943
944 2003-07-15 Michal Ludvig <mludvig@suse.cz>
945
946 * x86-64-linux-nat.c (regmap): Removed.
947 (supply_gregset, fill_gregset): Call
948 x86_64_linux_(fill,supply)_gregset functions.
949 * x86-64-linux-tdep.c (USER_*): New defines.
950 (user_to_gdb_regmap, x86_64_core_fns): New structure.
951 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
952 New functions.
953 (fetch_core_registers): Ditto.
954 (_initialize_x86_64_linux_tdep): Call add_core_fns().
955 * x86-64-linux-tdep.h: New file.
956 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
957 and core-regset.o.
958 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
959
960 2003-07-13 Mark Kettenis <kettenis@gnu.org>
961
962 * x86-64-tdep.c (x86_64_store_return_value): Use
963 regcache_cooked_write_part instead of regcache_cooked_write.
964
965 * configure.host: Add x86_64-*-freebsd*.
966 * configure.tgt: Add x86_64-*-freebsd*.
967 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
968 * amd64fbsd-nat.c: New file.
969 * amd64fbsd-tdep.c: New file.
970 * config/i386/nm-fbsd64.h: New file.
971 * config/i386/fbsd64.mh: New file.
972 * config/i386/fbsd64.mt: New file.
973
974 2003-07-11 Mark Kettenis <kettenis@gnu.org>
975
976 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
977 `sc_regs_offset' and `sc_fpregs_offset'.
978 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
979 SIGFRAME_FPREGSAVE_OFF): Remove defines.
980 (alpha_sigtramp_register_address): Rewrite to use new members of
981 `struct gdbarch_tdep'.
982 (alpha_gdbarch_init): Initialize new members of struct
983 gdbarch_tdep'.
984 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
985 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
986 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
987 (alphafbsd_pc_in_sigtramp): Implement.
988 (alphafbsd_sigtramp_offset): New function.
989 (alphafbsd_sigcontext_addr): New function.
990 (alphafbsd_init_abi): Initialize signal trampoline related members
991 of `struct gdbarch_tdep'.
992 (_initialize_alphafbsd_tdep): Add prototype.
993
994 2003-07-11 Theodore A. Roth <troth@openavr.org>
995
996 * Makefile.in (install-only): Quote sed expression when generating
997 transformed_name.
998
999 2003-07-11 Richard Henderson <rth@redhat.com>
1000
1001 * Makefile.in (dwarf2-frame.o): Add complaints_h.
1002 * dwarf2-frame.c: Include complaints.h.
1003 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
1004 variable initialization; return NULL on error.
1005 (decode_frame_entry): New.
1006
1007 2003-07-11 Andrew Cagney <cagney@redhat.com>
1008
1009 * frame.h (frame_address_in_block): Delete declaration.
1010 * blockframe.c (frame_address_in_block): Delete function.
1011 (get_frame_block): Use get_frame_address_in_block.
1012 (block_innermost_frame): Ditto.
1013 * stack.c (print_frame, backtrace_command_1): Ditto.
1014
1015 * frame.h (get_frame_address_in_block): Declare.
1016 (frame_unwind_address_in_block): Declare.
1017 * frame.c (frame_unwind_address_in_block): New function.
1018 (get_frame_address_in_block): New function.
1019
1020 2003-07-10 Andrew Cagney <cagney@redhat.com>
1021
1022 * gdbarch.sh: Simplify predicate methods. Remove need to provide
1023 pre-default. Note: re-generate has no effect.
1024
1025 2003-07-10 Andrew Cagney <cagney@redhat.com>
1026
1027 * gdbarch.sh: When a variable, but not a function, compare against
1028 0. Fix problem in previous patch.
1029 * gdbarch.c: Re-generate.
1030
1031 2003-07-10 Andrew Cagney <cagney@redhat.com>
1032
1033 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
1034 functions against NULL, not 0.
1035 * gdbarch.c: Re-generate.
1036
1037 2003-07-10 Fred Fish <fnf@ninemoons.com>
1038
1039 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
1040 null string instead of a null pointer.
1041 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
1042
1043 2003-07-09 Michael Snyder <msnyder@redhat.com>
1044
1045 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
1046
1047 2003-07-09 Mark Kettenis <kettenis@gnu.org>
1048
1049 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
1050 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
1051 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
1052 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
1053 * x86-64-tdep.c: ... from here.
1054
1055 2003-07-09 Andreas Schwab <schwab@suse.de>
1056
1057 * m68k-tdep.h (enum struct_return): Define.
1058 (struct gdbarch_tdep): Add struct_return.
1059 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
1060 bytes are padded to the right, not to the left. Pass struct value
1061 address in register %a1, not on stack.
1062 (m68k_use_struct_convention): New function.
1063 (m68k_gdbarch_init): Set use_struct_convention. Initialize
1064 struct_return in tdep to pcc_struct_return.
1065 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
1066 reg_struct_return.
1067
1068 2003-07-09 Joel Brobecker <brobecker@gnat.com>
1069
1070 * somread.c (som_symfile_offsets): Fix compilation error.
1071
1072 2003-07-09 Andrew Cagney <cagney@redhat.com>
1073
1074 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
1075 Add comments about the checks.
1076
1077 2003-07-08 Andrew Cagney <cagney@redhat.com>
1078
1079 * Makefile.in: Make dependency section headers consistent.
1080 (config_h): Move to $BUILD headers section.
1081 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
1082 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
1083 (ada-exp.tab.c): Move to YACC/LEX section.
1084 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
1085 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
1086
1087 2003-07-08 Kris Warkentin <kewarken@qnx.com>
1088
1089 * nto-procfs.c: Cleaned up a bunch of ARI hits.
1090 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
1091 of strerror with safe_strerror, use ISO C function definitions,
1092 and replace instances of sprintf with snprintf.
1093
1094 2003-07-07 Andrew Cagney <cagney@redhat.com>
1095
1096 * frame.c (get_prev_frame): Enable check for identical frames.
1097 Update comments. Update error messages.
1098
1099 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1100
1101 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
1102
1103 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1104
1105 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
1106 sort_symtab_syms, no longer necessary.
1107
1108 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1109
1110 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
1111
1112 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1113
1114 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
1115 (mips_register_byte): Likewise.
1116
1117 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1118
1119 * Makefile.in (sparc_tdep_h): New.
1120 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
1121 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
1122 * sparc-linux-nat.c: Include "sparc-tdep.h".
1123 * sparc-nat.c: Likewise.
1124 * sparc-tdep.c: Likewise.
1125 * sparc64nbsd-nat.c: Likewise.
1126 * sparcnbsd-nat.c: Likewise.
1127 * sparcnbsd-tdep.c: Likewise.
1128 * sparc-tdep.h: New file.
1129 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
1130 and sparc_npc_regnum.
1131
1132 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1133
1134 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
1135 (mips_linux_cannot_store_register): List supported instead of
1136 unsupported registers.
1137
1138 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1139
1140 * disasm.c (dump_insns): Separate instructions from addresses.
1141
1142 2003-07-07 Andreas Schwab <schwab@suse.de>
1143
1144 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1145 dependencies.
1146 * m68k-tdep.c (NUM_FREGS): Delete.
1147 (SIG_PC_FP_OFFSET): Delete.
1148 (TARGET_M68K): Delete.
1149 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
1150 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
1151 P_MOVEL_SP, P_MOVEML_SP): Define.
1152 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
1153 P_TRAP): Delete.
1154 (m68k_register_raw_size): Delete.
1155 (m68k_register_virtual_size): Delete.
1156 (m68k_register_type): Renamed from m68k_register_virtual_type and
1157 add gdbarch argument.
1158 (m68k_store_struct_return): Delete.
1159 (m68k_deprecated_extract_return_value): Delete.
1160 (m68k_deprecated_extract_struct_value_address): Delete.
1161 (m68k_frame_chain): Delete.
1162 (m68k_frame_saved_pc): Delete.
1163 (m68k_fix_call_dummy): Delete.
1164 (m68k_push_dummy_frame): Delete.
1165 (m68k_pop_frame): Delete.
1166 (m68k_extract_return_value): New function.
1167 (m68k_store_return_value): Rewrite using regcache.
1168 (m68k_extract_struct_value_address): Rewrite using regcache.
1169 (m68k_push_dummy_call): New function.
1170 (struct m68k_frame_cache): Define.
1171 (m68k_alloc_frame_cache): New function.
1172 (m68k_analyze_frame_setup): New function.
1173 (m68k_analyze_register_saves): New function.
1174 (m68k_analyze_prologue): New function.
1175 (m68k_skip_prologue): Rewrite using above functions.
1176 (m68k_unwind_pc): New function.
1177 (m68k_frame_cache): New function.
1178 (m68k_frame_this_id): New function.
1179 (m68k_frame_prev_register): New function.
1180 (m68k_frame_unwind): New variable.
1181 (m68k_frame_p): New function.
1182 (m68k_sigtramp_frame_cache): New function.
1183 (m68k_sigtramp_frame_this_id): New function.
1184 (m68k_sigtramp_frame_prev_register): New function.
1185 (m68k_sigtramp_frame_unwind): New variable.
1186 (m68k_sigtramp_frame_p): New function.
1187 (m68k_frame_base_address): New function.
1188 (m68k_frame_base): New function.
1189 (m68k_unwind_dummy_id): New function.
1190 (fill_gregset): Use regcache_collect.
1191 (fill_fpregset): Likewise.
1192 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
1193 defined.
1194 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
1195 deprecated_init_frame_pc, deprecated_store_struct_return,
1196 deprecated_extract_return_value, deprecated_store_return_value,
1197 deprecated_frame_chain, deprecated_frame_saved_pc,
1198 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
1199 deprecated_register_virtual_size,
1200 deprecated_max_register_raw_size,
1201 deprecated_max_register_virtual_size,
1202 deprecated_register_virtual_type, deprecated_register_size,
1203 deprecated_register_byte, deprecated_register_bytes,
1204 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
1205 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
1206 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
1207 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
1208 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
1209 deprecated_push_dummy_frame, deprecated_pop_frame,
1210 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
1211 only if SYSCALL_TRAP is defined. Set extract_return_value,
1212 store_return_value, extract_struct_value_address, register_type,
1213 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
1214 predicates.
1215 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
1216 M68K_MAX_REGISTER_SIZE): Define.
1217 (struct m68k_sigtramp_info): Define.
1218 (struct gdbarch_tdep): Add get_sigtramp_info.
1219 * m68klinux-nat.c (fetch_register): Use register_size instead of
1220 REGISTER_RAW_SIZE. Don't put assignment in if.
1221 (store_register): Likewise.
1222 (fetch_inferior_registers): Likewise.
1223 (store_inferior_registers): Likewise.
1224 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
1225 (m68k_linux_frame_saved_pc): Delete.
1226 (m68k_linux_sigcontext_reg_offset,
1227 m68k_linux_ucontext_reg_offset): Define.
1228 (m68k_linux_get_sigtramp_info): New function.
1229 (m68k_linux_extract_return_value): Rewrite using regcache.
1230 (m68k_linux_store_return_value): Likewise.
1231 (m68k_linux_extract_struct_value_address): Likewise.
1232 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
1233 Don't set deprecated_frame_saved_pc,
1234 deprecated_extract_return_value, deprecated_store_return_value,
1235 deprecated_extract_struct_value_address. Set
1236 extract_return_value, store_return_value,
1237 extract_struct_value_address.
1238
1239 2003-07-07 Andrew Cagney <cagney@redhat.com>
1240
1241 * expprint.c: Include "user-regs.h" instead of "frame.h".
1242 (print_subexp): Use user_reg_map_regnum_to_name, instead of
1243 frame_map_regnum_to_name.
1244 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
1245 (frame_map_name_to_regnum): Simplify, call
1246 user_reg_map_name_to_regnum.
1247 (frame_map_regnum_to_name): Simplify, call
1248 user_reg_map_regnum_to_name.
1249 (frame_register_unwind): Update.
1250 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
1251 (_initialize_frame_reg): Call user_reg_add_builtin.
1252 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
1253 (value_of_register): Use value_of_user_reg.
1254 * eval.c (evaluate_subexp_standard): Update.
1255 * parse.c (write_dollar_variable): Update.
1256 * d10v-tdep.c (d10v_print_registers_info): Update.
1257 * infcmd.c (registers_info): Update.
1258 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
1259 (builtin_regs_h): Delete macro.
1260 (user_regs_h): Define.
1261 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
1262 (builtin-regs.o): Delete target.
1263 (user-regs.o): Specify dependencies.
1264 (expprint.o): Update dependencies.
1265 (findvar.o): Update dependencies.
1266 (frame.o): Update dependencies.
1267 (std-regs.o): Update dependencies.
1268
1269 2003-07-06 Christopher Faylor <cgf@redhat.com>
1270
1271 * win32-nat.c (solib_symbols_add): Use one variable for all section
1272 address stuff. Pass variable rather than address of variable to
1273 safe_symbol_file_add.
1274
1275 2003-07-06 Andreas Schwab <schwab@suse.de>
1276
1277 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
1278
1279 2003-07-04 Joel Brobecker <brobecker@gnat.com>
1280
1281 * rs6000-nat.c (vmap_symtab): Fix compilation error.
1282
1283 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1284
1285 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
1286
1287 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1288
1289 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
1290 * config/i386/nto.mh: New file.
1291 * config/i386/nm-nto.h: New file.
1292 * configure.host: Add i[3456]86-*-nto*.
1293
1294 2003-07-03 Joel Brobecker <brobecker@gnat.com>
1295
1296 * remote-vx.c (vx_add_symbols): Fix compilation error.
1297
1298 2003-07-03 Andrew Cagney <cagney@redhat.com>
1299
1300 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
1301 * gdbarch.h, gdbarch.c: Re-generate.
1302 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
1303 (legacy_register_name): Declare.
1304 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
1305 (REGISTER_NAME): Define.
1306 * sparc-tdep.c (legacy_register_name): New function.
1307 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
1308 (REGISTER_NAME): Define.
1309 (hppa64_register_name): Declare.
1310 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
1311 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
1312 (hppa64_register_name): New function.
1313 (hppa_register_name): New function.
1314 * arch-utils.c (legacy_register_name): Delete.
1315 * arch-utils.h (legacy_register_name): Delete.
1316
1317 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
1318
1319 * cli/cli-interp.c (cli_interpreter_resume): Update the
1320 cli_uiout's stream to gdb_stdout.
1321
1322 2003-07-03 Andrew Cagney <cagney@redhat.com>
1323
1324 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
1325 predicate.
1326 * gdbarch.h, gdbarch.c: Re-generate.
1327 * regcache.c (init_regcache_descr): Use legacy code when either
1328 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
1329
1330 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1331
1332 * NEWS: Move "set logging" entry into GDB 6.0 section.
1333
1334 2003-07-02 Jim Blandy <jimb@redhat.com>
1335
1336 * s390-tdep.c (struct frame_extra_info): new member:
1337 'stack_bought_valid'.
1338 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
1339 initialize fextra_info->stack_bought.
1340 (s390_frameless_function_invocation): Don't trust the value of
1341 fextra_info_ptr->stack_bought unless
1342 fextra_info->stack_bought_valid is set.
1343
1344 New S390 prologue analyzer.
1345 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
1346 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1347 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1348 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
1349 compute_x_addr, s390_on_stack, s390_store,
1350 s390_get_signal_frame_info): New functions.
1351 (S390_NUM_SPILL_SLOTS): New macro.
1352 (s390_get_frame_info): Rewritten.
1353 (is_arg_reg): Deleted.
1354
1355 Break out the decoding of S/390 instructions into separate
1356 functions, to make it more legible, and easier to check
1357 against the spec.
1358 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
1359 is_rx, is_rxe): New functions.
1360 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
1361 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
1362 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
1363 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
1364 enums for opcode values. (Is this an improvement?)
1365
1366 2003-07-02 Andrew Cagney <cagney@redhat.com>
1367
1368 * i386-tdep.c: Revert change committed as part of trad-frame code
1369 below.
1370
1371 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1372
1373 * breakpoint.c (insert_catchpoint): Make static.
1374
1375 2003-07-02 Andreas Schwab <schwab@suse.de>
1376
1377 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
1378 former ia64_push_arguments and ia64_push_return_address, and use
1379 regcache functions instead of read/write_register.
1380 (ia64_gdbarch_init): Set push_dummy_call instead of
1381 deprecated_push_arguments and deprecated_push_return_address.
1382
1383 2003-07-01 Andreas Jaeger <aj@suse.de>
1384
1385 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1386 before the call.
1387 Set %rax only to number of SSE registers used.
1388
1389 2003-07-01 Andrew Cagney <cagney@redhat.com>
1390
1391 * trad-frame.h: Update comments, a -1 .addr is reserved.
1392 (trad_frame_value_p, trad_frame_addr_p): Declare.
1393 (trad_frame_reg_p): Declare.
1394 (trad_frame_set_value): Rename trad_frame_register_value.
1395 (trad_frame_set_unknown): Declare.
1396 * trad-frame.c (trad_frame_realreg_p): New function.
1397 (trad_frame_addr_p, trad_frame_value_p): New function.
1398 (trad_frame_set_unknown): New function.
1399 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1400 (trad_frame_prev_register): Use trad_frame_realreg_p,
1401 trad_frame_addr_p and trad_frame_value_p.
1402 (trad_frame_set_value): Rename trad_frame_register_value.
1403 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1404 and trad_frame_set_value.
1405
1406 2003-06-30 Jim Blandy <jimb@redhat.com>
1407
1408 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1409 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1410 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1411 for 16 registers, and then 32 more bytes.
1412 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1413 New macros.
1414 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1415 Move up in the file, since it's now used by is_simple_arg.
1416 (is_simple_arg): Don't assume registers are four bytes long.
1417 Exclude all double arguments. Extended floats are not simple
1418 args.
1419 (is_power_of_two): New function.
1420 (pass_by_copy_ref): Call is_power_of_two, and check that the
1421 length fits in a register, rather than listing all the acceptable
1422 sizes. Extended floats are not passed by reference.
1423 (s390_push_arguments): Don't assume registers are four bytes long.
1424 Reserve an argument register to point to the buffer for structures
1425 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1426 S390_STACK_FRAME_OVERHEAD.
1427
1428 2003-06-30 Andreas Schwab <schwab@suse.de>
1429
1430 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1431 format error message.
1432
1433 2003-06-30 Joel Brobecker <brobecker@gnat.com>
1434
1435 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1436
1437 2003-06-30 David Carlton <carlton@kealia.com>
1438
1439 Band-aid for PR c++/1245.
1440 * Makefile.in (cp-support.o): Depend on complaints_h.
1441 * cp-support.c: Include complaints.h. Add declaration for
1442 find_last_component.
1443 (cp_find_first_component): Separate code into
1444 cp_find_first_component_aux.
1445 (cp_find_first_component_aux): Call demangled_name_complaint.
1446 (demangled_name_complaint): New.
1447
1448 2003-06-30 Andrew Cagney <cagney@redhat.com>
1449
1450 * remote.c (remote_write_bytes): Explicitly compute and then use
1451 the payload size. Update comments to reflect. Fixes problem of
1452 GDB not sending small packets as found by Fred Fish.
1453
1454 2003-06-30 Andrew Cagney <cagney@redhat.com>
1455
1456 * remote.c (remote_async_wait): Fix -Wformat problem.
1457
1458 2003-06-29 Andrew Cagney <cagney@redhat.com>
1459
1460 * remote.c (remote_wait): Call error, and not warning, when the
1461 packet is corrupt.
1462 (remote_async_wait): Ditto.
1463
1464 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1465
1466 * sparc-tdep.c (sparc_y_regnum): Make external again.
1467
1468 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1469
1470 * cli/cli-logging.c (pop_output_files): Add void to function
1471 definition.
1472
1473 2003-06-29 Andrew Cagney <cagney@redhat.com>
1474
1475 * frame.c (frame_register_unwind): Use unsigned char when dumping
1476 the buffer contents.
1477
1478 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
1479
1480 * cli/cli-logging.c: New file.
1481 * cli-out.c (struct ui_out_data): Add original_stream.
1482 (cli_redirect): New function.
1483 (cli_ui_out_impl): Add cli_redirect.
1484 (cli_out_new): Initialize original_stream.
1485 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1486 (uo_redirect, ui_out_redirect): New.
1487 * ui-out.h (struct ui_out_impl): Add redirect member.
1488 (redirect_ftype): New.
1489 (ui_out_redirect): Add prototype.
1490 * Makefile.in: Add rules for cli-logging.c.
1491 * NEWS: Mention "set logging".
1492
1493 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1494
1495 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1496
1497 2003-06-27 Andrew Cagney <cagney@redhat.com>
1498
1499 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1500 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1501 * avr-tdep.c (avr_call_dummy_address): Delete function.
1502 (avr_gdbarch_init): Do not set call_dummy_address.
1503
1504 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1505
1506 * symfile.c (syms_from_objfile): Move variables to inner block.
1507 Move the checks for the non-mainline case a bit earlier to avoid
1508 doing some useless computations.
1509
1510 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1511
1512 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1513
1514 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
1515
1516 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1517 sections.
1518
1519 2003-06-26 Michael Chastain <mec@shout.net>
1520
1521 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1522 gdb/testsuite/gdb.c++/pr-1210.exp.
1523
1524 2003-06-26 Andrew Cagney <cagney@redhat.com>
1525
1526 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1527 altivec_expression.h and altivec_registers.h.
1528
1529 2003-06-26 Andrew Cagney <cagney@redhat.com>
1530
1531 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1532 info->mach when MIPS16. Patch suggested by Fred Fish.
1533
1534 2003-06-26 Andrew Cagney <cagney@redhat.com>
1535
1536 * utils.c (internal_vproblem): Print the problem to a reason
1537 buffer and then pass to query. Make the msg variable more local.
1538
1539 2003-06-26 Andrew Cagney <cagney@redhat.com>
1540
1541 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1542 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1543 * gdbarch.h, gdbarch.c: Re-generate.
1544 * frame-base.c (default_frame_args_address): Update. Use
1545 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1546 not available.
1547 (default_frame_locals_address): Ditto for
1548 DEPRECATED_FRAME_LOCALS_ADDRESS.
1549 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1550 (vax_frame_num_args): Update.
1551 (vax_gdbarch_init): Update.
1552 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1553 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1554 * mcore-tdep.c (mcore_gdbarch_init): Update.
1555 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1556 * ia64-tdep.c (ia64_gdbarch_init): Update.
1557 * symtab.h (address_class): Update comments.
1558 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1559 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1560 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1561 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1562 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1563 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1564 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1565 * alpha-mdebug-tdep.c: Update.
1566 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1567
1568 2003-06-26 Andreas Jaeger <aj@suse.de>
1569
1570 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1571 of SSE registers so that varargs functions work. Rework handling
1572 of passing arguments on the stack.
1573 (x86_64_store_return_value): Return double and float values in SSE
1574 register.
1575
1576 2003-06-24 Michael Chastain <mec@shout.net>
1577
1578 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1579 the "constructor breakpoints ignored" bug.
1580
1581 2003-06-25 David Carlton <carlton@kealia.com>
1582
1583 * MAINTAINERS: Update e-mail address.
1584
1585 2003-06-24 Jim Blandy <jimb@redhat.com>
1586
1587 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1588
1589 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1590 function.
1591 (ppc_linux_init_abi): Register it as the
1592 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1593
1594 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1595 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1596 method.
1597
1598 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1599 (ppc64_standard_linkage_target): Use it.
1600
1601 2003-06-23 Andrew Cagney <cagney@redhat.com>
1602
1603 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1604 for 0 "int0" and 4 "int32" sized registers.
1605 * gdbtypes.c (builtin_type_int0): Define.
1606 (build_gdbtypes): Initialize builtin_type_int0.
1607 * gdbtypes.h (builtin_type_int0): Declare.
1608
1609 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1610
1611 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1612 as characters are unsigned.
1613
1614 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1615
1616 PR gdb/1179
1617 * dwarfread.c (struct_type): Skip static fields without crashing.
1618
1619 2003-06-22 Andrew Cagney <cagney@redhat.com>
1620
1621 GDB 6.0 branch created.
1622 * README: Update.
1623 * PROBLEMS: Update. Empty.
1624 * NEWS: Update.
1625
1626 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1627
1628 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1629 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1630
1631 2003-06-22 Andrew Cagney <cagney@redhat.com>
1632
1633 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1634 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1635 Velikov.
1636
1637 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1638
1639 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1640 compilers.
1641
1642 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1643
1644 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1645 argument of val_print.
1646 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1647 to the address argument of baseclass_offset or target_read_memory.
1648 Do add it to the argument of cp_print_value_fields.
1649
1650 2003-06-21 Andrew Cagney <cagney@redhat.com>
1651
1652 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1653 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1654 instead of 0..NUM_REGS.
1655 (mips_register_reggroup_p): New function.
1656 (mips_pseudo_register_write): New function.
1657 (mips_pseudo_register_read): New function.
1658 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1659 based on the register's type.
1660 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1661 cooked.
1662 (mips_get_saved_register): Simplify. Assert that REGNO is a
1663 pseudo / cooked.
1664 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1665 (mips_register_type): Replace mips_register_virtual_type. Map
1666 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1667 when available.
1668 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1669 that the register is cooked / virtual.
1670 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1671 Only get the extra info when needed.
1672 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1673 (mips32_heuristic_proc_desc): Fetch the cooked register.
1674 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1675 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1676 (mips_print_register): Use gdbarch_register_type, instead of
1677 REGISTER_VIRTUAL_TYPE.
1678 (print_gp_register_row): Use gdbarch_register_type, instead of
1679 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1680 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1681 Print the pseudo / cooked registers.
1682 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1683 Print the pseudo / cooked registers.
1684 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1685 REG_NUM is pseudo / cooked.
1686 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1687 (mips_n32n64_xfer_return_value): Ditto.
1688 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1689 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1690 (mips_register_sim_regno): New function.
1691 (mips_gdbarch_init): Set deprecated_register_byte,
1692 register_group_p, pseudo_register_write, pseudo_register_read,
1693 register_sim_regno, and num_pseudo_regs. Set register_type,
1694 instead of register_virtual_type.
1695 * Makefile.in (mips-tdep.o): Update dependencies.
1696 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1697 REGISTER_VIRTUAL_TYPE.
1698 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1699 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1700 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1701 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1702 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1703
1704 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1705
1706 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1707 * cli/cli-cmds.c: Include "gdb_vfork.h".
1708 (shell_escape): Use vfork.
1709
1710 2003-06-21 Andrew Cagney <cagney@redhat.com>
1711
1712 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1713 32 bit floating-point register saves.
1714
1715 * frame.h (deprecated_unwind_get_saved_register): Delete.
1716 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1717 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1718 and deprecated_get_next_frame_hack instead of
1719 deprecated_unwind_get_saved_register.
1720
1721 * mips-tdep.c (mips_dump_tdep): Do not print
1722 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1723
1724 * frame.c (get_frame_register): New function.
1725 (frame_unwind_register_signed): New function.
1726 (get_frame_register_signed): New function.
1727 (frame_unwind_register_unsigned): New function.
1728 (get_frame_register_unsigned): New function.
1729 * frame.h: Add comments on naming schema.
1730 (get_frame_register, frame_unwind_register_signed): Declare.
1731 (get_frame_register_signed, get_frame_register_signed): Declare.
1732 (frame_unwind_register_unsigned): Declare.
1733 (get_frame_register_unsigned): Declare.
1734
1735 2003-06-20 Theodore A. Roth <troth@openavr.org>
1736
1737 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1738
1739 2003-06-20 Theodore A. Roth <troth@openavr.org>
1740
1741 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1742 (avr_read_sp): Ditto.
1743
1744 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
1745
1746 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1747 * config/arm/nm-linux.h: Likewise.
1748 * config/arm/tm-linux.h: Likewise.
1749 * config/ia64/nm-linux.h: Likewise.
1750 * config/ia64/tm-ia64.h: Likewise.
1751 * config/s390/tm-linux.h: Likewise.
1752 * config/s390/tm-s390.h: Likewise.
1753 * s390-nat.c: Likewise.
1754 * s390-tdep.c: Likewise.
1755
1756 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1757 * config/ia64/linux.mt: Likewise.
1758 * config/m68k/linux.mh: Likewise.
1759 * config/mips/linux.mt: Likewise.
1760 * config/powerpc/linux.mh: Likewise.
1761 * config/sh/linux.mt: Likewise.
1762
1763 2003-06-19 Kris Warkentin <kewarken@qnx.com>
1764
1765 * solib.c (solib_open): Change tests for whether to search
1766 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1767 comments.
1768
1769 2003-06-19 Theodore A. Roth <troth@openavr.org>
1770
1771 * avr-tdep.c (avr_frame_address): Delete function.
1772 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1773 set_gdbarch_frame_args_address.
1774
1775 2003-06-19 Andrew Cagney <cagney@redhat.com>
1776
1777 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1778 (REGISTER_CONVERT_FROM_TYPE): Delete.
1779 (mips_register_convert_to_type): Delete declaration.
1780 (mips_register_convert_from_type): Delete declaration.
1781 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1782 kernel/.
1783
1784 2003-06-19 Michael Snyder <msnyder@redhat.com>
1785
1786 * linux-nat.h: New file.
1787 * linux-nat.c: Include linux-nat.h.
1788 * lin-lwp.c: Include linux-nat.h.
1789 Move struct lwp_info def to linux-nat.h.
1790 * linux-proc.c: Include linux-nat.h.
1791 (linux_make_note_section): Iterate over lwps instead of threads.
1792 (linux_do_thread_registers): Use lwp instead of merged pid.
1793 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
1794 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
1795 Add dependency on linux_nat_h.
1796
1797 2003-06-19 Theodore A. Roth <troth@openavr.org>
1798
1799 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1800
1801 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1802
1803 * varobj.c (get_type, get_target_type): Use check_typedef.
1804
1805 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1806
1807 * breakpoint.c (insert_catchpoint): Call internal_error.
1808
1809 2003-06-19 Theodore A. Roth <troth@openavr.org>
1810
1811 * avr-tdep.c (avr_push_dummy_code): Delete function.
1812 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1813
1814 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1815
1816 * arch-utils.c (default_prepare_to_proceed): Remove.
1817 (generic_prepare_to_proceed): Remove.
1818 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1819 (generic_prepare_to_proceed): Remove prototype.
1820 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1821 * gdbarch.c: Regenerate.
1822 * gdbarch.h: Regenerate.
1823 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1824 * hppah-nat.c (hppa_switched_threads): Remove.
1825 * infrun.c (prepare_to_proceed): New static function, copied from
1826 generic_prepare_to_proceed. Remove select_it argument.
1827 (proceed): Call prepare_to_proceed.
1828 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1829 variables.
1830 (ptrace_wait): Don't set the removed variables.
1831 (hppa_switched_threads): Remove.
1832 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1833 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1834 (lin_lwp_prepare_to_proceed): Remove prototype.
1835 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1836 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1837
1838 2003-06-18 Theodore A. Roth <troth@openavr.org>
1839
1840 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1841 trad-frame.h.
1842 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1843 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1844 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1845 (AVR_PROLOGUE_*): Enumerate prologue types.
1846 (struct frame_extra_info): Remove.
1847 (struct avr_unwind_cache): Define.
1848 (avr_write_sp): Delete function.
1849 (avr_read_fp): Ditto.
1850 (avr_init_extra_frame_info): Ditto.
1851 (avr_pop_frame): Ditto.
1852 (avr_frame_saved_pc): Ditto.
1853 (avr_saved_pc_after_call): Ditto.
1854 (avr_push_return_address): Ditto.
1855 (avr_frame_chain): Ditto.
1856 (avr_store_struct_return): Ditto.
1857 (avr_push_arguments): Ditto.
1858 (avr_scan_prologue): Update comments. Changed to set up the info for
1859 cache unwinding. Now returns end of prologue PC.
1860 (avr_skip_prologue): Better handling of functions lacking a prologue
1861 by using avr_scan_prologue.
1862 (avr_scan_arg_moves): New function.
1863 (avr_saved_regs_unwinder): Ditto.
1864 (avr_frame_unwind_cache): Ditto.
1865 (avr_unwind_pc): Ditto.
1866 (avr_frame_this_id): Ditto.
1867 (avr_frame_prev_register): Ditto.
1868 (avr_frame_p): Ditto.
1869 (avr_frame_base_address ): Ditto.
1870 (avr_unwind_dummy_id): Ditto.
1871 (avr_push_dummy_code): Ditto.
1872 (push_stack_item): Ditto.
1873 (pop_stack_item): Ditto.
1874 (avr_push_dummy_call): Ditto.
1875 (struct stack_item): Define.
1876 (avr_frame_unwind): Declare structure.
1877 (avr_frame_base): Ditto.
1878 (avr_gdbarch_init): Remove calls to
1879 set_gdbarch_deprecated_init_frame_pc,
1880 set_gdbarch_deprecated_target_read_fp,
1881 set_gdbarch_deprecated_dummy_write_sp,
1882 set_gdbarch_deprecated_fp_regnum,
1883 set_gdbarch_deprecated_push_arguments,
1884 set_gdbarch_deprecated_push_return_address,
1885 set_gdbarch_deprecated_pop_frame,
1886 set_gdbarch_deprecated_store_struct_return,
1887 set_gdbarch_deprecated_frame_init_saved_regs,
1888 set_gdbarch_deprecated_init_extra_frame_info,
1889 set_gdbarch_deprecated_frame_chain,
1890 set_gdbarch_deprecated_frame_saved_pc,
1891 set_gdbarch_deprecated_saved_pc_after_call.
1892 Add calls to set_gdbarch_push_dummy_call,
1893 set_gdbarch_push_dummy_code,
1894 frame_unwind_append_predicate,
1895 frame_base_set_default,
1896 set_gdbarch_unwind_dummy_id,
1897 set_gdbarch_unwind_pc.
1898 Wrap a long line.
1899
1900 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
1901
1902 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1903 registers for H8/300S.
1904 (h8300_print_registers_info): Ditto.
1905 (h8300_gdbarch_init): Accommodate register count for H8/300S.
1906
1907 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
1908
1909 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1910 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1911 (lin_lwp_wait): Likewise. Update comments.
1912 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1913 (pull_pid_from_list, linux_record_stopped_pid): New.
1914
1915 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1916
1917 * ada-lang.c (scan_discrim_bound): Name first argument.
1918 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1919 declared by ALL_BLOCK_SYMBOLS.
1920
1921 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1922
1923 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1924 ("regcache.h"): Include it.
1925 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1926
1927 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1928
1929 * NEWS: Mention gdbserver detach change and "disconnect" command.
1930 * infcmd.c (disconnect_command): New function.
1931 (_initialize_infcmd): Add ``disconnect'' command.
1932 * remote.c (remote_async_detach): Delete.
1933 (remote_detach): Merge remote_async_detach.
1934 (remote_disconnect): New.
1935 (init_remote_ops): Set to_disconnect.
1936 (init_remote_cisco_ops): Likewise.
1937 (init_remote_async_ops): Likewise. Use remote_detach.
1938 * target.c (cleanup_target): Default to_disconnect.
1939 (update_current_target): Inherit to_disconnect.
1940 (target_disconnect, debug_to_disconnect): New functions.
1941 (setup_target_debug): Set to_disconnect.
1942 * target.h (struct target_ops): Add to_disconnect.
1943 (target_disconnect): Add prototype.
1944
1945 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1946
1947 * breakpoint.c (insert_catchpoint): New function.
1948 (insert_breakpoints): Use catch_exceptions to call
1949 insert_catchpoint. Disable catchpoints if they fail to insert.
1950
1951 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1952
1953 * symfile.c (reread_symbols): Clear sym_private.
1954
1955 2003-06-17 Andrew Cagney <cagney@redhat.com>
1956
1957 * trad-frame.h (struct frame_info): Add opaque declaration.
1958 * remote-fileio.h (struct cmd_list_element): Add opaque
1959 declaration.
1960 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
1961 comments.
1962
1963 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1964
1965 * remote.c (remote_prepare_to_store): Replace call to
1966 deprecated_read_register_bytes with multiple regcache_raw_read
1967 calls.
1968
1969 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1970
1971 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
1972 (nto_find_and_open_solib): Likewise.
1973 (nto_init_solib_absolute_prefix): Likewise.
1974 (_initialize_nto_tdep): Fix indentation.
1975
1976 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1977
1978 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
1979
1980 2003-06-17 Kris Warkentin <kewarken@qnx.com>
1981
1982 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
1983
1984 2003-06-17 Jim Blandy <jimb@redhat.com>
1985
1986 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
1987
1988 2003-06-16 Theodore A. Roth <troth@openavr.org>
1989
1990 * avr-tdep.c (avr_extract_return_value): New function.
1991 (avr_gdbarch_init): Set extract_return_value method.
1992
1993 2003-06-16 Andrew Cagney <cagney@redhat.com>
1994
1995 * frame.h (deprecated_get_next_frame_hack): Declare.
1996 * frame.c (legacy_saved_regs_prev_register): Only require
1997 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
1998 there are always saved regs.
1999 (deprecated_generic_get_saved_register): Do not require
2000 DEPRECATED_FRAME_INIT_SAVED_REGS.
2001 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
2002 use frame ID unwind instead.
2003 (deprecated_get_next_frame_hack): New function.
2004
2005 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
2006
2007 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
2008 (h8300_push_dummy_call): ...this function. Some minor optimization.
2009 (h8300_push_return_address): Remove.
2010 (h8300_gdbarch_init): Remove calls to
2011 set_gdbarch_deprecated_dummy_write_sp,
2012 set_gdbarch_deprecated_push_arguments and
2013 set_gdbarch_deprecated_push_return_address.
2014 Add call to set_gdbarch_push_dummy_call.
2015
2016 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
2017
2018 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
2019 (E_PSEUDO_EXR_REGNUM): Ditto.
2020 (h8300_is_argument_spill): Check for instructions moving argument
2021 registers into safe registers.
2022 (h8300_skip_prologue): Check for stm instruction to push registers
2023 used for register variables onto stack.
2024 (gdb_print_insn_h8300): Remove.
2025 (h8300_examine_prologue): Add a comment.
2026 (h8300_register_name): Take pseudo registers into account.
2027 (h8300s_register_name): Ditto.
2028 (h8300sx_register_name): Ditto.
2029 (h8300_print_register): Ditto.
2030 (h8300_print_registers_info): Define "nice" printing order.
2031 (h8300_saved_pc_after_call): Take pseudo registers into account.
2032 (h8300_register_type): Ditto. Return type used for remote connection
2033 when requesting real CCR or EXR register, return actual type when
2034 requesting pseudo CCR or EXR.
2035 (h8300_pseudo_register_read): New function.
2036 (h8300_pseudo_register_write): Ditto.
2037 (h8300_dbg_reg_to_regnum): Ditto.
2038 (h8300s_dbg_reg_to_regnum): Ditto.
2039 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
2040 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
2041 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
2042 set_gdbarch_print_insn architecture dependent.
2043 Call set_gdbarch_pseudo_register_read and
2044 set_gdbarch_pseudo_register_write.
2045 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
2046
2047 2003-06-16 Andrew Cagney <cagney@redhat.com>
2048
2049 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
2050 * gdbarch.h, gdbarch.c: Re-generate.
2051 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2052 * s390-tdep.c (s390_gdbarch_init): Update.
2053 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2054 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2055 * mips-tdep.c (mips_gdbarch_init): Update.
2056 * mcore-tdep.c (mcore_gdbarch_init): Update.
2057 * cris-tdep.c (cris_gdbarch_init): Update.
2058 * infcall.c (call_function_by_hand): Update.
2059 * ia64-tdep.c (ia64_push_arguments): Update comment.
2060 * frame.c (legacy_get_prev_frame): Do not assume
2061 SAVE_DUMMY_FRAME_TOS_P.
2062 * dummy-frame.c (find_dummy_frame): Update comment.
2063
2064 2003-06-16 Andrew Cagney <cagney@redhat.com>
2065
2066 * regcache.c (do_cooked_read): Do not use register_valid_p.
2067
2068 2003-06-15 Theodore A. Roth <troth@openavr.org>
2069
2070 * avr-tdep.c (avr_register_type): Remove a blank line.
2071 (avr_scan_prologue): Correct some comments.
2072
2073 2003-06-15 Theodore A. Roth <troth@openavr.org>
2074
2075 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
2076 prologue types.
2077 Properly scan prologues generated by gcc with the -mcall-prologues
2078 option.
2079 Add code to scan -mcall-prologues for mega devices.
2080
2081 2003-06-15 Theodore A. Roth <troth@openavr.org>
2082
2083 * avr-tdep.c (avr_register_byte): Delete function.
2084 (avr_register_raw_size): Delete function.
2085 (avr_register_virtual_size): Delete function.
2086 (avr_register_virtual_type): Delete function.
2087 (avr_register_type): New function.
2088 (avr_address_to_pointer): Remove unused code.
2089 (avr_read_fp): Need to read FP as two separate bytes due to change to
2090 avr_register_type() usage.
2091 (avr_gdbarch_init): Don't set deprecated_register_size.
2092 Don't set deprecated_register_bytes.
2093 Don't set deprecated_register_byte.
2094 Don't set deprecated_register_raw_size.
2095 Don't set deprecated_max_register_raw_size.
2096 Don't set deprecated_register_virtual_size.
2097 Don't set deprecated_max_register_virtual_size.
2098 Don't set deprecated_register_virtual_type.
2099 Set register_type method.
2100
2101 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
2102
2103 * Makefile.in (linux-nat.o): Add rule.
2104 * linux-nat.c: New file.
2105 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
2106 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
2107 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
2108 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
2109 * config/arm/linux.mh (NATDEPFILES): Likewise.
2110 * config/i386/linux.mh (NATDEPFILES): Likewise.
2111 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
2112 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2113 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2114 * config/mips/linux.mh (NATDEPFILES): Likewise.
2115 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
2116 * config/s390/s390.mh (NATDEPFILES): Likewise.
2117 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2118
2119 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2120
2121 * i387-tdep.c: Reorder includes, fix some whitespace issues and
2122 replace out-of-date comment.
2123
2124 2003-06-15 Andrew Cagney <cagney@redhat.com>
2125
2126 * rdi-share/host.h (Fail): Change to a varargs function.
2127 * remote-rdi.c (Fail): Update.
2128
2129 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2130
2131 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
2132 (i386_convert_register_p, i386_register_to_value,
2133 i386_register_from_value): Handle types longer than 8 bytes.
2134
2135 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2136
2137 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
2138 Move floating-point code to new function in i387-tdep.c.
2139 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
2140 New functions containing code moved here from i386-tdep.c.
2141 * i387-tdep.h: Add opaque declaration for `struct type'.
2142 (i387_register_to_value, i387_value_to_register): New prototypes.
2143 * x86-64-tdep.c (x86_64_convert_register_p): New function.
2144 (x86_64_init_abi): Set convert_register_p, register_to_value and
2145 value_to_register here.
2146
2147 2003-06-14 Andrew Cagney <cagney@redhat.com>
2148
2149 * mips-tdep.c (mips_register_to_value): Make static.
2150 (mips_value_to_register): Make static.
2151 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
2152 * ia64-tdep.c (ia64_register_raw_size): Make static.
2153 (ia64_register_virtual_size): Make static.
2154 (ia64_register_byte): Make static.
2155 * i387-tdep.c: Include "i387-tdep.h".
2156 (print_387_control_word): Delete function.
2157 (print_387_status_word): Delete function.
2158 (print_387_status_bits): Delete function.
2159 (print_387_control_bits): Delete function.
2160 * Makefile.in (i387-tdep.o): Update dependencies.
2161 * rdi-share/host.h (Fail): Declare.
2162 * remote-rdi.c (Fail): Update to match declaration.
2163
2164 2003-06-14 Andrew Cagney <cagney@redhat.com>
2165
2166 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
2167 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
2168 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
2169 * config/djgpp/fnchange.lst: Delete "remote-array.c".
2170 * README: Delete reference to remote-array.
2171 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
2172 (remote-array.o): Delete target.
2173 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
2174 * remote-array.c: Delete file.
2175
2176 2003-06-14 Andrew Cagney <cagney@redhat.com>
2177 Mark Kettenis <kettenis@gnu.org>
2178
2179 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
2180 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
2181 parameter with "frame".
2182 * gdbarch.h, gdbarch.c: Re-generate.
2183 * frame.h (put_frame_register): Declare.
2184 * frame.c (put_frame_register): New function.
2185 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
2186 (legacy_register_to_value): Rewrite, use "frame" to get the
2187 register value.
2188 (legacy_value_to_register): Rewrite, use "frame" to find the
2189 register's location before storing.
2190 * arch-utils.h (legacy_convert_register_p): Update.
2191 (legacy_register_to_value, legacy_value_to_register): Update.
2192 * findvar.c (value_from_register): Rewrite, eliminate use of
2193 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
2194 "frame" to REGISTER_TO_VALUE.
2195 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
2196 lval_reg_frame_relative + lval_register branch of the switch. Do
2197 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
2198 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
2199 I386_EDI_REGNUM): New defines.
2200 (i386_next_regnum, i386_convert_register_p,
2201 i386_register_to_value, i386_value_to_register): New functions.
2202 (i386_register_convertible, i386_register_convert_to_virtual,
2203 i386_convert_to_raw): Remove functions.
2204 (i386_gdbarch_init): Set convert_register_p, register_to_value and
2205 value_to_register instead of register_convertible,
2206 register_convert_to_virtual and register_convert_to_raw.
2207 * mips-tdep.c (mips_convert_register_p): New function.
2208 (mips_value_to_register): Replace mips_register_convert_from_type.
2209 (mips_register_to_value): Replace mips_register_convert_to_type.
2210 (mips_gdbarch_init): Set conver_register_p, value_to_register and
2211 register_to_value.
2212 * alpha-tdep.c (alpha_convert_register_p): Update.
2213 (alpha_value_to_register): Update, store the register.
2214 (alpha_register_to_value): Update, fetch the register.
2215
2216 2003-06-14 Theodore A. Roth <troth@openavr.org>
2217
2218 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
2219 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
2220 Don't set deprecated_call_dummy_words.
2221 Remove commented out set_gdbarch_believe_pcc_promotion() call.
2222 Don't set remote_translate_xfer_address.
2223 (avr_io_reg_read_command): Remove commented out debug printf.
2224 Wrap a long line.
2225
2226 2003-06-14 Theodore A. Roth <troth@openavr.org>
2227
2228 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
2229 causes gdb to seg fault.
2230
2231 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
2232
2233 * sparc-nat.c (fetch_inferior_registers): Correct
2234 a reference to "registers".
2235
2236 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
2237
2238 * Makefile.in (exc_request_U_h): Define
2239 (exc_request_S_h): Likewise.
2240 (msg_reply_S_h): Likewise.
2241 (msg_U_h): Likewise.
2242 (notify_S_h): Likewise.
2243 (process_reply_S_h): Likewise.
2244 (gnu-nat.o): Depend on gdb_obstack_h
2245 * gnu-nat.c: Include "gdb_obstack.h".
2246
2247 2003-06-13 Andrew Cagney <cagney@redhat.com>
2248
2249 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
2250 * gdbarch.h, gdbarch.c: Re-generate.
2251
2252 2003-06-13 Andrew Cagney <cagney@redhat.com>
2253
2254 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
2255 when deprecated REGISTER macros can be deleted.
2256 * gdbarch.h, gdbarch.c: Re-generate.
2257
2258 2003-06-13 Jim Blandy <jimb@redhat.com>
2259
2260 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
2261 Linux entry point symbols for _dl_debug_state, too.
2262
2263 2003-06-13 Andrew Cagney <cagney@redhat.com>
2264
2265 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
2266 available, do not use the FP register, and always save the TOS.
2267 * dummy-frame.c (dummy_frame_this_id): Do not assert
2268 SAVE_DUMMY_FRAME_TOS.
2269 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
2270 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
2271 (i386_push_dummy_call): Add 8 to the returned SP.
2272 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
2273 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
2274 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
2275 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
2276 (x86_64_push_dummy_call): Return "sp + 16".
2277 (x86_64_init_abi): Do not set save_dummy_frame_tos.
2278 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2279 save_dummy_frame_tos.
2280
2281 2003-06-13 Jim Blandy <jimb@redhat.com>
2282
2283 * frv-tdep.c (frv_use_struct_convention): Delete static
2284 declaration for function deleted in my change of 2003-06-12.
2285
2286 2003-06-13 Theodore A. Roth <troth@openavr.org>
2287
2288 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
2289 (avr_pointer_to_address): Shift code addrs left 1 bit.
2290 (avr_convert_from_func_ptr_addr): Delete function since operation is
2291 better handled by avr_address_to_pointer and avr_pointer_to_address.
2292 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
2293
2294 2003-06-13 Mark Kettenis <kettenis@gnu.org>
2295
2296 From Kelley Cook <kelleycook@wideopenwest.com>:
2297 * configure.host: Accept i[34567]86 variants.
2298 * configure.tgt: Likewise.
2299 * nlm/configure.in: Likewise.
2300 * nlm/configure: Regenerated.
2301
2302 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
2303
2304 * arm-tdep.c (solib-svr4.h): Dont' include it.
2305 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
2306 * arm-linux-tdep.c: ... here. Make static.
2307 (arm_linux_init_abi): Register it.
2308 (solib-svr4.h): Include it.
2309 * Makefile.in: Update dependencies.
2310 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2311 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
2312
2313 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2314
2315 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
2316 indicate registers used for return values.
2317 (struct frame_extra_info): Drop args_pointer and locals_pointer.
2318 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
2319 members.
2320 (h8300_init_extra_frame_info): Ditto.
2321 (h8300_frame_locals_address): Removed.
2322 (h8300_frame_args_address): Removed.
2323 (h8300_extract_return_value): Use new regcache structure. Only care
2324 for 16 bit CPUs.
2325 (h8300h_extract_return_value): Same function for 32 bit CPUs.
2326 (h8300_store_return_value): Use new regcache structure. Only care
2327 for 16 bit CPUs.
2328 (h8300h_store_return_value): Same function for 32 bit CPUs.
2329 (h8300_store_struct_return): Removed.
2330 (h8300_extract_struct_value_address): Use new regcache structure.
2331 (h8300h_extract_struct_value_address): Removed.
2332 (h8300_push_dummy_code): New function.
2333 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
2334 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
2335 set_gdbarch_store_return_value architecture dependent.
2336 Call set_gdbarch_push_dummy_code and
2337 set_gdbarch_extract_struct_value_address.
2338 Remove calls to set_gdbarch_frame_args_address,
2339 set_gdbarch_frame_locals_address,
2340 set_gdbarch_deprecated_store_struct_return,
2341 set_gdbarch_deprecated_extract_return_value,
2342 set_gdbarch_deprecated_extract_struct_value_address,
2343 set_gdbarch_deprecated_call_dummy_words and
2344 set_gdbarch_deprecated_sizeof_call_dummy_words.
2345
2346 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2347
2348 * h8300-tdep.c (h8300_register_byte): Remove.
2349 (h8300h_register_byte): Remove.
2350 (h8300_register_virtual_type): Remove. Substitute by...
2351 (h8300_register_type): New function.
2352 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
2353 (h8300h_extract_struct_value_address): Ditto.
2354 (h8300_gdbarch_init): Drop calls to
2355 set_gdbarch_deprecated_register_byte and
2356 set_gdbarch_deprecated_register_virtual_type.
2357 Add call to set_gdbarch_register_type.
2358
2359 2003-06-13 Andrew Cagney <cagney@redhat.com>
2360
2361 * gdbarch.sh: Update comments on registers.
2362 (deprecated_register_byte): Rename register_byte.
2363 (deprecated_register_raw_size): Rename register_raw_size.
2364 (deprecated_register_virtual_size): Rename register_virtual_size.
2365 (deprecated_register_virtual_type): Rename register_virtual_type.
2366 * gdbarch.h, gdbarch.c: Re-generate.
2367 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2368 * vax-tdep.c (vax_gdbarch_init): Update.
2369 * v850-tdep.c (v850_gdbarch_init): Update.
2370 * sparc-tdep.c (sparc_gdbarch_init): Update.
2371 * sh-tdep.c (sh_gdbarch_init): Update.
2372 * s390-tdep.c (s390_gdbarch_init): Update.
2373 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2374 * ns32k-tdep.c: Update.
2375 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2376 * mips-tdep.c (mips_gdbarch_init): Update.
2377 * mcore-tdep.c (mcore_gdbarch_init): Update.
2378 * m68k-tdep.c (m68k_gdbarch_init): Update.
2379 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2380 * ia64-tdep.c (ia64_gdbarch_init): Update.
2381 * hppa-tdep.c (hppa_gdbarch_init): Update.
2382 * h8300-tdep.c (h8300_gdbarch_init): Update.
2383 * frv-tdep.c (frv_gdbarch_init): Update.
2384 * cris-tdep.c (cris_gdbarch_init): Update.
2385 * avr-tdep.c (avr_gdbarch_init): Update.
2386 * alpha-tdep.c (alpha_gdbarch_init): Update.
2387 * arm-tdep.c (arm_gdbarch_init): Update.
2388
2389 2003-06-13 Andrew Cagney <cagney@redhat.com>
2390
2391 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2392 mips_o32_use_struct_convention with always_use_struct_convention.
2393
2394 2003-06-12 David Carlton <carlton@kealia.com>
2395
2396 * cp-namespace.c (cp_set_block_scope): Comment out
2397 processing_has_namespace_info branch.
2398
2399 2003-06-12 Jim Blandy <jimb@redhat.com>
2400
2401 Recognize and skip 64-bit PowerPC Linux linkage functions.
2402 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2403 insn_pattern, insns_match_pattern, d_field, ds_field): New
2404 functions, macros, and types for working with PPC instructions.
2405 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2406 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2407 ppc64_skip_trampoline_code): New functions, variables, and macros
2408 for recognizing and skipping linkage functions.
2409 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2410 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2411
2412 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2413 register offsets for both the 32- and 64-bit interfaces.
2414
2415 Actually finish the job started by my change of 2003-05-29.
2416 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2417 other #definition of this.
2418 (ppc_linux_skip_trampoline_code): Remove declaration.
2419 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2420 static.
2421 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2422 method for GDBARCH.
2423
2424 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2425 'long' on ppc64-*-linux*.
2426
2427 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2428 isn't #defined, assume the register doesn't exist: act as if
2429 tdep->ppc_mq_regnum were -1.
2430
2431 * configure.host, configure.tgt: Add entries for
2432 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2433 powerpc/linux.mt.
2434 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2435 New files.
2436
2437 * arch-utils.c (always_use_struct_convention): New function.
2438 * arch-utils.h (always_use_struct_convention): New prototype.
2439 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2440 (alpha_gdbarch_init): Register always_use_struct_convention,
2441 instead of alpha_use_struct_convention.
2442 * cris-tdep.c (cris_use_struct_convention): Delete.
2443 (cris_gdbarch_init): Register always_use_struct_convention,
2444 instead of cris_use_struct_convention.
2445 * frv-tdep.c (frv_use_struct_convention): Delete.
2446 (frv_gdbarch_init): Register always_use_struct_convention,
2447 instead of frv_use_struct_convention.
2448 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2449 (h8300_gdbarch_init): Register always_use_struct_convention,
2450 instead of h8300_use_struct_convention.
2451 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
2452 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2453 instead of mips_o32_use_struct_convention.
2454
2455 2003-06-12 Andrew Cagney <cagney@redhat.com>
2456
2457 * wince.c: Include "mips-tdep.h".
2458 * mips-tdep.h (mips_next_pc): Declare.
2459 * mcore-tdep.c: Make more local functions static.
2460 * Makefile.in (wince.o): Update dependencies.
2461
2462 2003-06-12 David Carlton <carlton@kealia.com>
2463
2464 * symtab.c (lookup_symbol_aux_minsyms): Replace
2465 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2466 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2467 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2468 SYMBOL_NATURAL_NAME.
2469
2470 2003-06-12 Andreas Schwab <schwab@suse.de>
2471
2472 * Makefile.in (tuiDisassem.o): Update dependencies.
2473
2474 2003-06-12 David Carlton <carlton@bactrian.org>
2475
2476 * symtab.h: Delete declaration of make_symbol_overload_list.
2477 Add declaration of lookup_partial_symbol.
2478 * symtab.c (remove_params): Move to cp-support.c.
2479 (overload_list_add_symbol, make_symbol_overload_list)
2480 (sym_return_val_size, sym_return_val_index): Ditto.
2481 (lookup_partial_symbol): Make extern.
2482 * cp-support.h: Add declaration of make_symbol_overload_list.
2483 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2484 symtab.h, and block.h.
2485 (remove_params): Move here from symtab.c.
2486 (overload_list_add_symbol, make_symbol_overload_list)
2487 (sym_return_val_size, sym_return_val_index): Ditto.
2488 * valops.c: Include cp-support.h.
2489 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2490 frame_h, and block_h.
2491 (valops.o): Depend on cp_support_h.
2492
2493 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2494
2495 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2496 substitute by NUM_REGS throughout.
2497 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2498 (h8300s_register_name): New function for H8S registers.
2499 (h8300sx_register_name): Ditto for H8SX registers.
2500 (h8300_print_register): Revise register printing, avoid depending
2501 on 32 bit long.
2502 (h8300_register_byte): Only care for H8/300 registers.
2503 (h8300h_register_byte): New function for any other architecture.
2504 (h8300_register_raw_size): Remove.
2505 (h8300_register_virtual_type): Revise to return actually useful
2506 type.
2507 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2508 (h8300h_extract_struct_value_address): New function for any other
2509 architecture.
2510 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2511 set_gdbarch_register_name, set_gdbarch_register_byte,
2512 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2513 Remove calls to set_gdbarch_deprecated_register_size,
2514 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2515 set_gdbarch_deprecated_max_register_raw_size,
2516 set_gdbarch_register_virtual_size and
2517 set_gdbarch_deprecated_max_register_virtual_size entirely.
2518 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2519 set_gdbarch_long_double_bit.
2520
2521 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2522
2523 * doublest.c (convert_doublest_to_floatformat): When dealing
2524 with the implied integer bit, only alter mant_bits if we are
2525 processing a full 32 bits of mantissa.
2526
2527 2003-06-11 David Carlton <carlton@bactrian.org>
2528
2529 * dictionary.h: New.
2530 * dictionary.c: New.
2531 * block.h: Add opaque declaration for struct dictionary.
2532 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2533 'sym' members.
2534 (BLOCK_DICT): New macro.
2535 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2536 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2537 BLOCK_SHOULD_SORT.
2538 (ALL_BLOCK_SYMBOLS): Update definition.
2539 * Makefile.in (SFILES): Add dictionary.c.
2540 (dictionary_h): New.
2541 (COMMON_OBS): Add dictionary.o.
2542 (dictionary.o): New.
2543 (ada-lang.o): Depend on dictionary_h.
2544 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2545 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2546 (mi-cmd-stack.o): Ditto.
2547 (gdbtk-cmds.o): Update dependencies.
2548 (gdbtk-stack.o): Ditto.
2549 * ada-lang.c: Include dictionary.h.
2550 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2551 (fill_in_ada_prototype, debug_print_block): Ditto.
2552 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2553 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2554 'is_sorted'.
2555 * mdebugread.c: Include dictionary.h.
2556 (struct parse_stack): Delete 'maxsyms' member.
2557 (parse_symbol): Update calls to new_block. Delete calls to
2558 shrink_block. Use dictionary methods.
2559 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2560 Update calls to new_symtab. Don't maintain maxsyms data.
2561 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2562 (add_symbol): Just call dict_add_symbol.
2563 (new_symtab): Delete 'maxsyms' argument.
2564 (new_symtab): Update calls to new_block.
2565 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2566 (shrink_block): Delete function.
2567 (fixup_sigtramp): Update call to new_block. Add symbol via
2568 dict_add_symbol.
2569 * jv-lang.c: Include dictionary.h.
2570 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2571 appropriately. Set class_symtab->free_func. Make sure the
2572 blockvector is big enough to hold two blocks.
2573 (add_class_symtab_symbol): Use dictionary methods.
2574 (free_class_block): New function.
2575 (type_from_class): Replace explicit iteration by
2576 ALL_BLOCK_SYMBOLS.
2577 * symtab.h (struct symtab): Replace 'free_ptr' method by
2578 'free_func'.
2579 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2580 sort_symtab_syms.
2581 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2582 sort_symtab_syms.
2583 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2584 Include dictionary.h.
2585 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2586 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2587 sort_symtab_syms.
2588 * objfiles.c: Include dictionary.h.
2589 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2590 * buildsym.c: Include dictionary.h.
2591 (finish_block): Use dictionary methods.
2592 (end_symtab): Set free_func to NULL, not free_ptr.
2593 * tracepoint.c: Include dictionary.h.
2594 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2595 (scope_info): Ditto.
2596 * stack.c: Include dictionary.h.
2597 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2598 (print_block_frame_labels, print_frame_arg_vars)
2599 (print_frame_args): Ditto.
2600 * symmisc.c (free_symtab_block): Use dictionary methods.
2601 (dump_symtab): Ditto.
2602 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2603 Include dictionary.h.
2604 * symfile.h: Delete declarations of sort_block_syms,
2605 sort_symtab_syms.
2606 * symfile.c (sort_block_syms): Delete.
2607 (sort_symtab_syms): Delete.
2608 * symtab.c: Include dictionary.h.
2609 (lookup_block_symbol): Use dictionary iterators.
2610 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2611 (search_symbols, make_symbol_completion_list): Ditto.
2612 (make_symbol_overload_list): Ditto.
2613 * valops.c (value_of_local): Use dict_empty.
2614 Include dictionary.h.
2615
2616 2003-06-11 J. Brobecker <brobecker@gnat.com>
2617
2618 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2619
2620 2003-06-11 David Carlton <carlton@bactrian.org>
2621
2622 * block.h (BLOCK_SHOULD_SORT): Delete.
2623 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2624 blocks.
2625 * ada-lang.c (ada_add_block_symbols): Ditto.
2626 * symfile.c (sort_block_syms): Delete.
2627 (sort_symtab_syms): Ditto.
2628 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2629 declarations.
2630 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2631 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2632 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2633 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2634 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2635 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2636 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2637
2638 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2639
2640 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
2641 bits to 128.
2642
2643 2003-06-11 Andrew Cagney <cagney@redhat.com>
2644
2645 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2646 REGISTER_CONVERTIBLE.
2647 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2648 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2649 * gdbarch.h, gdbarch.c: Re-generate.
2650 * arch-utils.h (deprecated_register_convertible_not): Rename
2651 generic_register_convertible_not.
2652 * arch-utils.c (deprecated_register_convertible_not): Rename
2653 generic_register_convertible.
2654 (legacy_convert_register_p, legacy_register_to_value): Update.
2655 * sh-tdep.c (sh64_push_arguments): Update.
2656 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2657 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2658 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2659 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2660 * arch-utils.c (legacy_value_to_register): Update.
2661 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2662 (rs6000_register_convert_to_raw): Make parameter "from" const.
2663 * mips-tdep.c (mips_gdbarch_init): Update.
2664 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2665 * infcmd.c (default_print_registers_info): Update.
2666 * ia64-tdep.c (ia64_gdbarch_init): Update.
2667 (ia64_register_convert_to_raw): Make parameter "from" const.
2668 * i386-tdep.c (i386_gdbarch_init): Update.
2669 (i386_register_convert_to_raw): Update.
2670
2671 2003-06-11 Andrew Cagney <cagney@redhat.com>
2672
2673 * remote-fileio.c: Include "remote-fileio.h".
2674 * Makefile.in (remote-fileio.o): Update dependencies.
2675 (remote_fileio_h): Fix typo.
2676
2677 2003-06-11 Andrew Cagney <cagney@redhat.com>
2678
2679 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2680 (xstormy16_save_dummy_frame_tos): Make static.
2681 (_initialize_xstormy16_tdep): Add declaration.
2682 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2683 * v850-tdep.c: Make local functions static.
2684 (_initialize_v850_tdep): Add declaration.
2685 * sparc-tdep.c: Make local functions static.
2686 (_initialize_sparc_tdep): Add declaration.
2687 * sh-tdep.c: Make local functions static.
2688 (_initialize_sh_tdep): Add declaration.
2689 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2690 * s390-tdep.c: Make local functions static.
2691 (_initialize_s390_tdep): Add declaration.
2692 * dbxread.c (find_stab_function_addr): Make static.
2693 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2694 * ocd.c (_initialize_remote_ocd): Add declaration.
2695 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2696 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2697 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2698 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2699 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2700 * remote-array.c (_initialize_array): Add declaration.
2701 (_initialize_remote_monitors): Add declaration.
2702 * remote-mips.c: Make local functions static.
2703 (_initialize_remote_mips): Add declaration.
2704 * mcore-tdep.c: Make all local functions static.
2705 (_initialize_mcore_tdep): Add declaration.
2706 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2707 * abug-rom.c (_initialize_abug_rom): Add declaration.
2708 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2709 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2710 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2711 * remote-est.c (_initialize_est): Add declaration.
2712 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2713 (m68hc11_call_dummy_address): Make static.
2714 * ia64-tdep.c: Make local functions static.
2715 (_initialize_ia64_tdep): Add declaration.
2716 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2717 * monitor.c (monitor_wait_filter): Make static.
2718 (_initialize_remote_monitors): Add declaration.
2719 * remote-hms.c (_initialize_remote_hms): Add declaration.
2720 * remote-e7000.c (fetch_regs_from_dump): Make static.
2721 (expect_n): Make static.
2722 (_initialize_remote_e7000): Add declaration.
2723 * ser-e7kpc.c: Always include "defs.h".
2724 (_initialize_ser_e7000pc): Add declaration.
2725 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2726 * cris-tdep.c: Make all but one function static.
2727 (_initialize_cris_tdep): Add declaration.
2728 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2729 * solib.c (update_solib_list): Make static.
2730 (_initialize_solib): Add declaration.
2731 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2732 (_initialize_avr_tdep): Add declaration.
2733 * remote-rdi.c (voiddummy): Make static.
2734 (_initialize_remote_rdi): Add declaration.
2735 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2736 * remote-rdp.c (send_rdp): Make static.
2737 (_initialize_remote_rdp): Add declaration.
2738 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2739
2740 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
2741
2742 * remote-fileio.c: Make ari happy.
2743
2744 2003-06-10 J. Brobecker <brobecker@gnat.com>
2745
2746 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2747 fetching the trailing bytes of the buffer we are about to write.
2748
2749 2003-06-10 Andrew Cagney <cagney@redhat.com>
2750
2751 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2752 * Makefile.in (remote-fileio.o): Update dependencies.
2753 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2754 include <setjmp.h>, or <sys/types.h> conditional on USG.
2755 (remote_fio_jmp_buf): Delete global variable.
2756
2757 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2758 Martin M. Hunt <hunt@redhat.com>
2759
2760 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2761 (SFILES): Add remote-fileio.c.
2762 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2763 dependencies for building remote.o.
2764 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2765 * remote-fileio.h: New header file defining remote File-I/O interface.
2766 * remote.c (remote_write_bytes, remote_read_bytes): Remove
2767 static storage class.
2768 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2769 'F' packet.
2770 (_initialize_remote): Call initialize_remote_fileio().
2771 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
2772 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2773 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2774 (captured_main): Initialize new ui_files.
2775 * ui-file.c: Add read and fgets input functions.
2776 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2777 (null_file_read): New function.
2778 (ui_file_read): New function.
2779 (set_ui_file_read): New function.
2780 (stdio_file_read): New function.
2781 * ui-file.h: New type ui_file_read_ftype.
2782 (set_ui_file_read): Declare.
2783 (ui_file_read): Declare.
2784
2785 2003-06-09 Andrew Cagney <cagney@redhat.com>
2786
2787 * frame.h (deprecated_unwind_get_saved_register): Rename
2788 generic_unwind_get_saved_register, update comments.
2789 * mips-tdep.c (mips_get_saved_register): Update.
2790 * frame.c (deprecated_unwind_get_saved_register): Update.
2791
2792 2003-06-09 Andrew Cagney <cagney@redhat.com>
2793
2794 * vax-tdep.c (vax_frame_locals_address): Delete function.
2795 (vax_gdbarch_init): Do not set frame_locals_address.
2796 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2797 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2798 * s390-tdep.c (s390_frame_args_address): Delete function.
2799 (s390_gdbarch_init): Do not set frame_args_address or
2800 frame_locals_address.
2801 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2802 (ns32k_gdbarch_init): Do not set frame_locals_address.
2803 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2804 (hppa_frame_locals_address): Delete function.
2805 (hppa_gdbarch_init): Do not set frame_args_address, or
2806 frame_locals_address.
2807 * arm-tdep.c (arm_frame_args_address): Delete.
2808 (arm_frame_locals_address): Delete.
2809 (arm_gdbarch_init): Do not set frame_args_address, or
2810 frame_locals_address.
2811
2812 2003-06-09 Andrew Cagney <cagney@redhat.com>
2813
2814 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2815 * gdbarch.h, gdbarch.c: Re-generate.
2816 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2817 * arch-utils.c (frame_num_args_unknown): Delete function.
2818 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2819 (frame_info): Use FRAME_NUM_ARGS_P.
2820 * arm-tdep.c (arm_frame_num_args): Delete function.
2821 (arm_gdbarch_init): Do not set frame_num_args.
2822 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2823 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2824 (hppa_gdbarch_init): Do not set frame_num_args.
2825 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2826 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2827 frame_num_args to default frame_num_args_unknown.
2828 * v850-tdep.c (v850_gdbarch_init): Ditto.
2829 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2830 * sh-tdep.c (sh_gdbarch_init): Ditto.
2831 * s390-tdep.c (s390_gdbarch_init): Ditto.
2832 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2833 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2834 * mips-tdep.c (mips_gdbarch_init): Ditto.
2835 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2836 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2837 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2838 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2839 * i386-tdep.c (i386_gdbarch_init): Ditto.
2840 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2841 * frv-tdep.c (frv_gdbarch_init): Ditto.
2842 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2843 * cris-tdep.c (cris_gdbarch_init): Ditto.
2844 * avr-tdep.c (avr_gdbarch_init): Ditto.
2845 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2846
2847 2003-06-09 Andrew Cagney <cagney@redhat.com>
2848
2849 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2850 (print_frame_args): Moved to "stack.c".
2851 * stack.c: Include "gdb_assert.h".
2852 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2853 (print_frame_args): Moved from "printcmd.c".
2854 * frame.h (print_frame_args): Delete declaration.
2855 * Makefile.in (stack.o): Update dependencies.
2856
2857 2003-06-08 Andrew Cagney <cagney@redhat.com>
2858
2859 * frame.c (get_prev_frame): Remove reference to
2860 frame_args_address_correct in comments.
2861 * frame-base.c (default_frame_args_address): Delete code
2862 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2863 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2864 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2865 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2866 (vax_frame_args_address_correct): Delete declaration.
2867
2868 2003-06-08 Andrew Cagney <cagney@redhat.com>
2869
2870 * gdbarch.sh (UNWIND_SP): Add.
2871 * gdbarch.h, gdbarch.c: Re-generate.
2872 * frame.c (frame_sp_unwind): New function.
2873 (get_frame_sp): New function.
2874 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2875 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2876 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2877 value.
2878 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2879 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2880
2881 2003-06-08 Andrew Cagney <cagney@redhat.com>
2882
2883 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2884 REMOTE_BREAKPOINT.
2885 * remote.c: Update.
2886 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2887 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2888 * config/m68k/tm-sun3.h: Update.
2889 * config/m68k/tm-m68klynx.h: Update.
2890 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2891
2892 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2893 trad_frame". Update comments.
2894 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2895 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2896 (trad_frame_register_value, trad_frame_prev_register): Update.
2897
2898 2003-06-08 Andrew Cagney <cagney@redhat.com>
2899
2900 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2901 from GCC's acinclude.m4.
2902 * configure.in: Check for getopt's delcaration.
2903 * aclocal.m4, config.in, configure: Re-generate.
2904 * main.c (error_init): Delete declaration.
2905 * defs.h (error_init): Declare.
2906 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2907 (rs6000_convert_from_func_ptr_addr): Make static.
2908 (_initialize_rs6000_tdep): Add declaration.
2909 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2910 (show_commands, set_verbose, show_history): Delete declaration.
2911 * top.h (set_verbose): Add declaration.
2912 (show_history, set_history, show_commands): Add declaration.
2913 (do_restore_instream_cleanup): Add declaration.
2914 * objc-lang.c (specialcmp): Make static.
2915 (print_object_command): Make static.
2916 (find_objc_msgsend): Make static.
2917 (find_objc_msgcall_submethod_helper): Make static.
2918 (find_objc_msgcall_submethod): Make static.
2919 (_initialize_objc_language): Add declaration.
2920 (find_implementation_from_class): Make static.
2921 (find_implementation): Make static.
2922 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2923 * objc-lang.h (lookup_struct_typedef): Add declaration.
2924 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2925 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2926 (do_restore_user_call_depth): Make static.
2927 (do_restore_instream_cleanup): Delete declaration.
2928 (dont_repeat): Delete declaration.
2929 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2930 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2931 * reggroups.c (_initialize_reggroup): Add declaration.
2932 * cp-support.c (_initialize_cp_support): Add declaration.
2933 * cp-abi.c (_initialize_cp_abi): Add declaration.
2934 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2935 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2936 (_initialize_gnu_v3_abi): Add declaration.
2937 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2938 (_initialize_gnu_v2_abi): Add declaration.
2939 * frame-base.c (_initialize_frame_base): Add declaration.
2940 * doublest.c (floatformat_from_length): Make static.
2941 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2942 * frame.c (create_sentinel_frame): Make static.
2943 (_initialize_frame): Add declaration.
2944 * top.c (do_catch_errors): Make static.
2945 (gdb_rl_operate_and_get_next_completion): Make static.
2946 * typeprint.c: Include "typeprint.h".
2947 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2948 (sentinel_frame_this_id): Make static.
2949 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2950 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2951 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2952 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2953 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2954 * maint.c (maintenance_print_architecture): Make static.
2955 * signals/signals.c (_initialize_signals): Add declaration.
2956 * std-regs.c (_initialize_frame_reg): Add declaration.
2957 * jv-exp.y (push_variable): ISO C definition.
2958 (push_qualified_expression_name): Ditto.
2959 * memattr.c (_initialize_mem): Add declaration.
2960 * remote.c (remote_check_watch_resources): Make static.
2961 (remote_stopped_by_watchpoint): Make static.
2962 (remote_stopped_data_address): Make static.
2963 * d10v-tdep.c (nr_dmap_regs): Make static.
2964 (a0_regnum): Make static.
2965 (d10v_frame_unwind_cache): Make static.
2966 (d10v_frame_p): Make static.
2967 * osabi.c (show_osabi): Make static.
2968 (_initialize_gdb_osabi): Add extern declaration.
2969 * gdbtypes.c (make_qualified_type): Make static.
2970 (safe_parse_type): Make static.
2971 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
2972 * macrotab.c (macro_bcache_free): Make static.
2973 * interps.c (interp_set_quiet): Make static.
2974 (interpreter_exec_cmd): Make static.
2975 * stack.h (select_frame_command): New file.
2976 * stack.c: Include "stack.h".
2977 (select_frame_command_wrapper): Delete function.
2978 (select_frame_command): Make global.
2979 * infcall.c: Include "infcall.h".
2980 * linespec.c: Include "linespec.h".
2981 * symfile.c (sections_overlap): Make static.
2982 * cp-support.h (cp_initialize_namespace): ISO C declaration.
2983 * charset.c (_initialize_charset): Add missing prototype.
2984 * regcache.c (init_legacy_regcache_descr): Make static.
2985 (do_regcache_xfree): Make static.
2986 (regcache_xfer_part): Make static.
2987 (_initialize_regcache): Add missing prototype.
2988 * breakpoint.c (parse_breakpoint_sals): Make static.
2989 (breakpoint_sals_to_pc): Make static.
2990 * interps.h (clear_interpreter_hooks): ISO C declaration.
2991 * Makefile.in (stack_h): Define.
2992 (stack.o, typeprint.o, mi-main.o): Update dependencies.
2993 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
2994
2995 2003-06-08 Andrew Cagney <cagney@redhat.com>
2996
2997 * Makefile.in (d10v-tdep.o): Update dependencies.
2998 (SFILES): Add trad-frame.c.
2999 (trad_frame_h): Define.
3000 (COMMON_OBS): Add trad-frame.o.
3001 (trad-frame.o): Specify dependencies.
3002 * d10v-tdep.c: Include "trad-frame.h".
3003 (saved_regs_unwinder): Delete function.
3004 (d10v_frame_prev_register): Use trad_frame_prev_register.
3005 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
3006 trad_frame", delete "regs" and "prev_sp".
3007 (prologue_find_regs): Use trad-frame.
3008 * trad-frame.h, trad-frame.c: New files.
3009
3010 2003-06-08 Mark Kettenis <kettenis@gnu.org>
3011
3012 * dwarf2cfi.c, dwarf2cfi.h: Remove.
3013
3014 2003-06-07 Adam Fedor <fedor@gnu.org>
3015
3016 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
3017 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
3018 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
3019 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
3020 resolve_msgsend_super, resolve_msgsend_super_stret):
3021 Use it.
3022
3023 2003-06-07 Andrew Cagney <cagney@redhat.com>
3024
3025 * symfile.h: Re-indent, clean up comments.
3026
3027 2003-06-07 Andrew Cagney <cagney@redhat.com>
3028
3029 * inferior.h (deprecated_write_sp): Replace
3030 generic_target_write_sp.
3031 * regcache.c (deprecated_write_sp): Replace
3032 generic_target_write_sp.
3033 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3034 * vax-tdep.c (vax_gdbarch_init): Update.
3035 * v850-tdep.c (v850_gdbarch_init): Update.
3036 * sparc-tdep.c (sparc_gdbarch_init): Update.
3037 * sh-tdep.c (sh_gdbarch_init): Update.
3038 * s390-tdep.c (s390_gdbarch_init): Update.
3039 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3040 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3041 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3042 * mcore-tdep.c (mcore_gdbarch_init): Update.
3043 * m68k-tdep.c (m68k_gdbarch_init): Update.
3044 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3045 * ia64-tdep.c (ia64_gdbarch_init): Update.
3046 * h8300-tdep.c (h8300_gdbarch_init): Update.
3047 * frv-tdep.c (frv_gdbarch_init): Update.
3048 * cris-tdep.c (cris_gdbarch_init): Update.
3049 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
3050
3051 2003-06-07 Andrew Cagney <cagney@redhat.com>
3052
3053 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
3054 Assert that PC_REGNUM is valid.
3055 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
3056
3057 2003-06-07 Andrew Cagney <cagney@redhat.com>
3058
3059 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
3060 * gdbarch.h, gdbarch.c: Regenerate.
3061 * mn10300-tdep.c: Include "gdb_assert.h".
3062 (mn10300_read_fp): New function.
3063 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
3064 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
3065 * ia64-tdep.c: Include "gdb_assert.h".
3066 (ia64_read_fp): New function.
3067 (ia64_gdbarch_init): Set deprecated_target_read_fp to
3068 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
3069 * regcache.c (generic_target_read_sp): Delete function.
3070 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
3071 * inferior.h (generic_target_read_sp): Delete declaration.
3072 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
3073 generic_target_read_sp.
3074 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3075 * sparc-tdep.c (sparc_gdbarch_init): Ditto
3076 * sh-tdep.c (sh_gdbarch_init): Ditto.
3077 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3078 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
3079
3080 2003-06-07 Andrew Cagney <cagney@redhat.com>
3081
3082 * gdbarch.sh: Comment each field of startup_gdbarch.
3083 * gdbarch.h, gdbarch.c: Re-generate.
3084
3085 2003-06-07 Andrew Cagney <cagney@redhat.com>
3086
3087 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
3088 * gdbarch.h, gdbarch.c: Re-generate.
3089 * regcache.c: Update comments on read_pc et.al.
3090 (generic_target_read_pc): Delete function.
3091 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
3092 * inferior.h (generic_target_read_pc): Delete declaration.
3093 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
3094 generic_target_read_pc.
3095 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3096 * sh-tdep.c (sh_gdbarch_init): Ditto.
3097 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3098 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3099
3100 2003-06-07 Andrew Cagney <cagney@redhat.com>
3101
3102 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
3103 "index" with "special_local_sect". Use strcmp instead of STREQ.
3104 Append period to coments.
3105
3106 2003-06-06 Mark Mitchell <mark@codesourcery.com>
3107
3108 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
3109 (elfstab_offset_sections): Likewise.
3110 * gdb-stabs.h (stab_section_info): Likewise.
3111 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
3112 * objfiles.c (objfile_relocate): Likewise.
3113 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
3114 * remote.c (get_offsets): Likewise.
3115 (remote_cisco_objfile_relocate): Likewise.
3116 * somread.c (som_symfile_offsets): Likewise.
3117 * symfile.c (alloc_section_addr_info): New function.
3118 (build_section_addr_info_from_section_tab): Use it.
3119 (free_section_addr_info): Adjust.
3120 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
3121 (syms_from_objfile): Allocate local_addr dynamically.
3122 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
3123 dynamically.
3124 (add_symbol_file_command): Allocate sect_opts dynamically.
3125 (reread_symbols): Avoid use of SECT_OFF_MAX.
3126 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
3127 (alloc_section_addr_info): Declare it.
3128 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
3129 * win32-nat.c (solib_symbols_add): Allocate section_addrs
3130 dynamically.
3131 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
3132
3133 2003-06-06 Andrew Cagney <cagney@redhat.com>
3134
3135 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
3136 (d10v_frame_unwind_cache): Do not set "return_pc".
3137
3138 2003-06-06 Michael Snyder <msnyder@redhat.com>
3139
3140 * h8300-tdep.c: Make tidy (long lines).
3141
3142 2003-06-06 Michal Ludvig <mludvig@suse.cz>
3143
3144 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
3145 to regcache_collect().
3146
3147 2003-06-05 J. Brobecker <brobecker@gnat.com>
3148
3149 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
3150 pc_in_sigtramp multiarch method.
3151 (hppa_hpux_som_init_abi): Use it.
3152 (hppa_hpux_elf_init_abi): Likewise.
3153 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
3154 macro has been multiarched.
3155 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
3156 macro here, as hppa64 isn't multiarched yet.
3157
3158 2003-06-05 Andrew Cagney <cagney@redhat.com>
3159
3160 * Makefile.in (value_h): Add $(frame_h).
3161 * value.h: Include "frame.h".
3162 (struct value): Replace "frame_addr" with "frame_id".
3163 (VALUE_FRAME_ID): Replace VALUE_FRAME.
3164 * values.c (allocate_value): Use VALUE_FRAME_ID.
3165 (value_copy): Use VALUE_FRAME_ID.
3166 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
3167 * valops.c (value_assign): Update. Use frame_find_by_id.
3168
3169 2003-06-05 Michal Ludvig <mludvig@suse.cz>
3170
3171 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
3172 in each pass.
3173
3174 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
3175
3176 * thread-db.c (check_event): For create/death event breakpoints,
3177 loop through all messages to ensure that we read the message
3178 corresponding to the breakpoint we are at.
3179
3180 2003-06-04 Michael Snyder <msnyder@redhat.com>
3181
3182 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
3183
3184 2003-06-04 Mark Kettenis <kettenis@gnu.org>
3185
3186 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
3187 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
3188 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
3189 when handling .eh_frame sections.
3190
3191 2003-06-04 J. Brobecker <brobecker@gnat.com>
3192
3193 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
3194 prepare_to_proceed procedure instead of the hppa-specific one.
3195 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
3196
3197 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
3198
3199 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
3200 * config.in: Regenerated.
3201 * configure.in: Add test for syscall function and check for
3202 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
3203 * configure: Regenerated.
3204 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
3205 <sys/syscall.h>.
3206 (kill_lwp): New function that uses tkill syscall or
3207 uses kill, depending on whether threading model is nptl or not.
3208 All callers of kill() changed to use kill_lwp().
3209 (lin_lwp_wait): Make special check when WIFEXITED occurs to
3210 see if all threads have already exited in the nptl model.
3211 (stop_and_resume_callback): New callback function used by the
3212 lin_lwp_wait thread exit handling code.
3213 (stop_wait_callback): Check for threads already having exited and
3214 delete such threads fromt the lwp list when discovered.
3215 (stop_callback): Don't assert retcode of kill call.
3216
3217 Roland McGrath <roland@redhat.com>
3218 * i386-linux-nat.c (ps_get_thread_area): New function needed by
3219 nptl libthread_db.
3220
3221 2003-06-03 Richard Henderson <rth@redhat.com>
3222
3223 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
3224 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
3225 (alpha_sigtramp_frame_prev_register): Likewise.
3226 (alpha_heuristic_frame_prev_register): Likewise.
3227 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
3228
3229 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
3230 alpha-specific register id names.
3231 (alpha_mdebug_frame_unwind_cache): Likewise.
3232 (alpha_mdebug_frame_prev_register): Likewise.
3233
3234 2003-06-03 Richard Henderson <rth@redhat.com>
3235
3236 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
3237 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
3238 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
3239 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
3240 unwind routines.
3241 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3242 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3243 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3244
3245 * alpha-linux-tdep.c: Remove unnecessary includes.
3246 * Makefile.in (alpha-linux-tdep.o): Update.
3247
3248 2003-06-03 Richard Henderson <rth@redhat.com>
3249
3250 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
3251 (alphabsd_fill_fpreg): Likewise.
3252
3253 2003-06-03 J. Brobecker <brobecker@gnat.com>
3254
3255 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
3256 references to struct frame_info fields by calls to the equivalent
3257 accessors. Necessary now that frame_info is opaque.
3258
3259 2003-06-03 J. Brobecker <brobecker@gnat.com>
3260
3261 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
3262 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
3263 structure, field no longer exists.
3264
3265 2003-06-03 J. Brobecker <brobecker@gnat.com>
3266
3267 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3268 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
3269
3270 2003-06-03 J. Brobecker <brobecker@gnat.com>
3271
3272 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
3273 references to struct frame_info fields by calls to the equivalent
3274 accessors. Necessary now that frame_info is opaque.
3275
3276 2003-06-03 J. Brobecker <brobecker@gnat.com>
3277
3278 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
3279 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
3280 structure, field no longer exists.
3281
3282 2003-06-03 Theodore A. Roth <troth@openavr.org>
3283
3284 * remote.c (init_remote_state): Compute sizeof_g_packet by
3285 accumulation of the size of all registers instead of blindly using
3286 DEPRECATED_REGISTER_BYTES.
3287
3288 2003-06-03 Michael Snyder <msnyder@redhat.com>
3289
3290 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
3291 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
3292 for h8300sx.
3293
3294 2003-06-03 J. Brobecker <brobecker@gnat.com>
3295
3296 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
3297 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3298
3299 2003-06-03 Andrew Cagney <cagney@redhat.com>
3300
3301 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
3302 (sparc_convert_to_raw): Delete function.
3303 (sparc_gdbarch_init): Do not set register_convert_to_raw or
3304 register_convert_to_virtual.
3305
3306 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
3307
3308 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
3309 layer if not dealing with a statically-linked threaded program.
3310
3311 2003-06-03 Kris Warkentin <kewarken@qnx.com>
3312
3313 * solib.c (solib_open): Update comment to reflect actual search order.
3314
3315 2003-06-03 Andrew Cagney <cagney@redhat.com>
3316
3317 * frame.c (get_frame_memory_signed): New function.
3318 (get_frame_memory, get_frame_memory_unsigned): New function.
3319 (get_frame_arch): New function.
3320 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
3321 (get_frame_memory, get_frame_unsigned_memory): Declare.
3322 * d10v-tdep.c (d10v_frame_unwind_cache): Use
3323 get_frame_memory_unsigned and get_frame_arch.
3324 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
3325
3326 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
3327
3328 * MAINTAINERS (write after approval): Add myself.
3329
3330 2003-06-03 Jim Blandy <jimb@redhat.com>
3331
3332 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
3333 elements of gregset_t are 64 bits each, but access registers
3334 are still 32 bits, so they're packed two per gregset_t
3335 element. Unpack/pack them properly.
3336
3337 2003-06-02 David Carlton <carlton@bactrian.org>
3338
3339 * linespec.c (find_methods): Break out code into
3340 add_matching_methods and add_constructors.
3341 (add_matching_methods): New.
3342 (add_constructors): Ditto.
3343
3344 2003-06-02 Andrew Cagney <cagney@redhat.com>
3345
3346 * sparc-tdep.c (sparc_print_registers): Delete call to
3347 REGISTER_CONVERTIBLE.
3348 (sparc_gdbarch_init): Do not set register_convertible.
3349 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3350 * frv-tdep.c (frv_gdbarch_init): Ditto.
3351 * cris-tdep.c (cris_gdbarch_init): Ditto.
3352
3353 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
3354
3355 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
3356 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
3357 (syms_from_objfile): Ditto.
3358
3359 2003-06-03 Andreas Schwab <schwab@suse.de>
3360
3361 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
3362 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
3363
3364 2003-06-02 Richard Henderson <rth@redhat.com>
3365
3366 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
3367 a member of all_reggroup.
3368
3369 2003-06-02 Richard Henderson <rth@redhat.com>
3370
3371 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
3372 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
3373 (alpha_lds, alpha_sts): New.
3374 (alpha_convert_register_p): Change from _register_convertible.
3375 (alpha_register_to_value): Change from _convert_to_virtual;
3376 restructure and fail for type sizes other than 4 or 8.
3377 (alpha_value_to_register): Similarly.
3378 (alpha_extract_return_value): Use alpha_sts.
3379 (alpha_store_return_value): Use alpha_lds.
3380 (alpha_gdbarch_init): Update hooks.
3381
3382 2003-06-02 Richard Henderson <rth@redhat.com>
3383
3384 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3385 regnum identifiers.
3386 (alpha_sigtramp_register_address): Likewise.
3387
3388 2003-06-02 Richard Henderson <rth@redhat.com>
3389
3390 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3391 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3392 * alpha-tdep.h: Declare them.
3393
3394 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3395 Remove zerobuf. Don't error on UNIQUE.
3396 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3397 (ALPHA_REGSET_UNIQUE): Provide default.
3398 (supply_gregset): Use alpha_supply_int_regs.
3399 (fill_gregset): Use alpha_fill_int_regs.
3400 (supply_fpregset): Use alpha_supply_fp_regs.
3401 (fill_fpregset): Use alpha_fill_fp_regs.
3402 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3403 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3404 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3405 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3406 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3407 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3408
3409 2003-06-02 Richard Henderson <rth@redhat.com>
3410
3411 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3412
3413 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3414 (alpha_store_return_value): Likewise.
3415
3416 2003-06-02 David Carlton <carlton@math.stanford.edu>
3417
3418 * block.c (contained_in): Add 'const' to arguments.
3419 (block_function): Ditto.
3420 * block.h: Update declarations for block_function and
3421 contained_in.
3422
3423 2003-06-02 David Carlton <carlton@math.stanford.edu>
3424
3425 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3426 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3427 * p-valprint.c (pascal_val_print): Ditto.
3428 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3429
3430 2003-06-02 Richard Henderson <rth@redhat.com>
3431
3432 * alpha-tdep.c (alpha_push_dummy_call): Use
3433 builtin_type_ieee_double_little instead of builtin_type_double.
3434
3435 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
3436 sign-extension of 32-bit values.
3437 (alpha_store_return_value): Similarly.
3438
3439 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3440 (alpha_extract_return_value): Likewise.
3441 (alpha_store_return_value): Likewise.
3442
3443 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3444 (alpha_store_return_value): Error on IEEE Quad floats.
3445
3446 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3447 (alpha_extract_struct_value_address): Likewise.
3448 (alpha_store_return_value): Likewise.
3449 (alpha_store_struct_return): Remove.
3450 (alpha_gdbarch_init): Update hook registration to match.
3451
3452 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3453 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3454 macros where appropriate.
3455 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3456 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
3457
3458 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3459 for SP, GP; void_func_ptr for PC; non-language-specific types
3460 for all others.
3461 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
3462
3463 2003-06-02 Richard Henderson <rth@redhat.com>
3464
3465 * top.h (lim_at_start): Declare.
3466 * main.c (captured_main): Set it.
3467 * top.c (lim_at_start): Define.
3468 (command_loop): Use it instead of &environ.
3469 * event-top.c (command_handler): Likewise.
3470
3471 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3472
3473 * mipsnbsd-tdep.c: Update copyright years.
3474 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3475
3476 2003-06-01 Richard Henderson <rth@redhat.com>
3477
3478 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3479 (alpha-linux-tdep.o): Update dependencies.
3480 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3481 * alpha-mdebug-tdep.c: Remove unneeded includes.
3482
3483 2003-06-01 Richard Henderson <rth@redhat.com>
3484
3485 * alpha-tdep.c (alpha_register_reggroup_p): New.
3486 (alpha_gdbarch_init): Register it.
3487
3488 2003-06-02 Andrew Cagney <cagney@redhat.com>
3489
3490 * dwarfread.c: Eliminate "register"
3491 (decode_die_type): Eliminate assignment within "if".
3492 (struct_type, decode_array_element_type): Ditto.
3493 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3494 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3495 (decode_modified_type, completedieinfo): Ditto.
3496 * block.c: Eliminate "register".
3497 (blockvector_for_pc_sect): Eliminate assignment within "if".
3498 * cp-support.h (struct symbol): Opaque declaration.
3499 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3500
3501 2003-06-01 Richard Henderson <rth@redhat.com>
3502
3503 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3504 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
3505
3506 2003-06-01 Adam Fedor <fedor@gnu.org>
3507
3508 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3509 * gdbarch.[ch]: Regenerate.
3510 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3511 (hppa_gdbarch_init): Set it in the gdbarch vector.
3512 * i386-tdep.c (i386_fetch_pointer_argument): New
3513 (i386_gdbarch_init): Set it into gdbarch.
3514 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3515 (rs6000_gdbarch_init): Set it in gdbarch.
3516 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3517 (sparc_gdbarch_init): Set it in gdbarch.
3518
3519 2003-06-01 Andrew Cagney <cagney@redhat.com>
3520
3521 * defs.h (extract_address): Delete declaration.
3522 * findvar.c (extract_address): Delete function.
3523 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3524 extract_address with the inline equivalent,
3525 extract_unsigned_integer.
3526 (xstormy16_extract_struct_value_address): Ditto.
3527 (xstormy16_pointer_to_address): Ditto.
3528 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3529 * v850-tdep.c (v850_push_arguments): Ditto.
3530 (v850_extract_return_value): Ditto.
3531 (v850_extract_struct_value_address): Ditto.
3532 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3533 (sparcnbsd_get_longjmp_target_64): Ditto.
3534 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3535 (get_longjmp_target): Ditto.
3536 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3537 (sh64_extract_struct_value_address): Ditto.
3538 (sh_push_arguments): Ditto.
3539 (sh64_push_arguments): Ditto.
3540 * remote-vxsparc.c (vx_read_register): Ditto.
3541 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3542 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3543 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3544 * mipsv4-nat.c (get_longjmp_target): Ditto.
3545 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3546 * mips-nat.c (get_longjmp_target): Ditto.
3547 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3548 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3549 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3550 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3551 * irix5-nat.c (get_longjmp_target): Ditto.
3552 * irix4-nat.c (get_longjmp_target): Ditto.
3553 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3554 (ia64_push_arguments): Ditto.
3555 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3556 * h8300-tdep.c (h8300_push_arguments): Ditto.
3557 (h8300_store_return_value): Ditto.
3558 (h8300_extract_struct_value_address): Ditto.
3559 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3560 (frv_push_arguments): Ditto.
3561 * avr-tdep.c (avr_pointer_to_address): Ditto.
3562 (avr_push_arguments): Ditto.
3563 * arm-tdep.c (arm_push_dummy_call): Ditto.
3564 (arm_get_longjmp_target): Ditto.
3565 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3566 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3567 (alpha_get_longjmp_target): Ditto.
3568
3569 * solib-irix.c (extract_mips_address): Inline extract_address,
3570 replacing it with extract_signed_integer.
3571 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3572 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3573 (first_link_map_member, open_symbol_file_object): Ditto.
3574 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3575 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3576 (LM_NEXT, LM_NAME): Ditto.
3577
3578 2003-06-01 Richard Henderson <rth@redhat.com>
3579
3580 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3581 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3582 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3583 (alpha_cannot_store_register): Likewise.
3584 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3585 * alpha-nat.c (supply_gregset): Likewise.
3586 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
3587
3588 2003-06-01 Andrew Cagney <cagney@redhat.com>
3589
3590 * infcall.c (call_function_by_hand): Update comment on
3591 DEPRECATED_DUMMY_WRITE_SP.
3592
3593 * mips-tdep.c (mips_gdbarch_init): Do not set
3594 deprecated_dummy_write_sp.
3595 (mips_eabi_push_dummy_call): Set the SP register.
3596 (mips_o64_push_dummy_call): Set the SP register.
3597 (mips_o32_push_dummy_call): Set the SP register.
3598 (mips_n32n64_push_dummy_call): Set the SP register.
3599
3600 2003-06-01 Richard Henderson <rth@redhat.com>
3601
3602 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3603 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3604 (supply_gregset): Likewise.
3605 * alpha-tdep.c (alpha_store_return_value): Likewise.
3606 (alpha_get_longjmp_target): Likewise.
3607 (alpha_register_name): Constify array.
3608 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3609 deprecated_register_size, deprecated_register_bytes,
3610 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3611 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3612 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
3613
3614 2003-06-01 Richard Henderson <rth@redhat.com>
3615
3616 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3617 from arg_reg_buffer to regcache to avoid double conversion.
3618
3619 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3620
3621 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3622 SP_REGNUM.
3623 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3624 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3625
3626 2003-06-01 Richard Henderson <rth@redhat.com>
3627
3628 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3629 (decode_frame_entry): Set it. Skip FDE augmentation.
3630
3631 2003-06-01 Richard Henderson <rth@redhat.com>
3632
3633 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3634 not overlapping PC_REGNUM.
3635
3636 2003-06-01 Richard Henderson <rth@redhat.com>
3637
3638 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3639 alpha_push_arguments. Don't dump argument register data to
3640 the target stack. Fix float and 128-bit long double semantics.
3641 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3642 (alpha_fix_call_dummy): Remove.
3643 (alpha_call_dummy_words): Remove.
3644 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
3645
3646 2003-06-01 Richard Henderson <rth@redhat.com>
3647
3648 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3649
3650 2003-06-01 Andrew Cagney <cagney@redhat.com>
3651
3652 * mips-tdep.c (is_mips16_addr): New function.
3653 (make_mips16_addr, unmake_mips16_addr): New functions.
3654 (pc_is_mips16, mips_fetch_instruction): Use.
3655 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3656 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3657 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3658 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3659 TARGET_MIPS.
3660 * config/mips/tm-mips.h: Update copyright.
3661 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3662 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3663 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3664 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3665 (TM_PRINT_INSN_MACH): Delete.
3666 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3667
3668 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3669 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3670 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3671 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3672 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3673 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3674 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3675 mips*-*-riscos* and mips*-*-sysv* onto mips.
3676 * config/mips/mips64.mt: New file.
3677 * config/mips/mips.mt: New file.
3678 * config/mips/littlemips.mt: Delete file.
3679 * config/mips/decstation.mt: Delete file.
3680 * config/mips/vr4300el.mt: Delete file.
3681 * config/mips/vr5000el.mt: Delete file.
3682 * config/mips/vr5000.mt: Delete file.
3683 * config/mips/vr4100.mt: Delete file.
3684 * config/mips/vr4xxxel.mt: Delete file.
3685 * config/mips/vr4300.mt: Delete file.
3686 * config/mips/vr4xxx.mt: Delete file.
3687 * config/mips/bigmips.mt: Delete file.
3688 * config/mips/bigmips64.mt: Delete file.
3689 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3690 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3691 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3692 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3693 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3694 "tm-bigmips.h".
3695 * config/mips/tm-irix3.h: Ditto.
3696 * config/mips/tm-mipsv4.h: Ditto.
3697 * config/mips/tm-embed.h: Ditto.
3698 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3699 "tm-bigmips64.h".
3700 * config/mips/tm-vr5000el.h: Delete file.
3701 * config/mips/tm-tx39l.h: Delete file.
3702 * config/mips/tm-vr4300el.h: Delete file.
3703 * config/mips/tm-vr4xxxel.h: Delete file.
3704 * config/mips/tm-vr4300.h: Delete file.
3705 * config/mips/tm-vr4100.h: Delete file.
3706 * config/mips/tm-vr4xxx.h: Delete file.
3707 * config/mips/tm-vr5000.h: Delete file.
3708 * config/mips/tm-embedl64.h: Delete file.
3709 * config/mips/tm-embedl.h: Delete file.
3710 * config/mips/tm-embed64.h: Delete file.
3711 * config/mips/tm-bigmips64.h: Delete file.
3712 * config/mips/tm-bigmips.h: Delete file.
3713
3714 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3715
3716 Fix gdb/1216.
3717 * shnbsd-nat.c: Include "sh-tdep.h".
3718
3719 From Richard Henderson <rth@redhat.com>:
3720 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3721
3722 2003-05-31 Andrew Cagney <cagney@redhat.com>
3723
3724 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3725 forward declaration.
3726 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3727 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3728 (mips_find_saved_regs): Use set_reg_offset.
3729 (mips_frame_init_saved_regs): Delete function.
3730 (mips_pop_frame): Call mips_find_saved_regs instead of
3731 DEPRECATED_FRAME_INIT_SAVED_REGS.
3732
3733 2003-05-31 Andrew Cagney <cagney@redhat.com>
3734
3735 * mips-tdep.c (mips_gdbarch_init): Do not set
3736 deprecated_max_register_raw_size, register_virtual_size, and
3737 deprecated_max_register_virtual_size.
3738
3739 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3740
3741 * i386-tdep.c: Include "dwarf2-frame.h".
3742 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3743 * Makefile.in (i386-tdep.o): Update dependencies.
3744
3745 * dwarf2-frame.c, dwarf2-frame.h: New files.
3746 * Makefile.in (SFILES): Add dwarf2-frame.c.
3747 (dwarf2_frame_h): Define.
3748 (COMMON_OBS): Add dwarf2-frame.o.
3749 (dwarf2-frame.o): Add dependencies.
3750
3751 2003-05-31 Andreas Jaeger <aj@suse.de>
3752
3753 * x86-64-linux-nat.c: Fix comment.
3754
3755 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3756
3757 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3758 function signature.
3759
3760 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3761 have a sigcontext_addr handler.
3762 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3763 sigcontext_addr handler.
3764
3765 2003-05-31 Andrew Cagney <cagney@redhat.com>
3766
3767 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3768 (print_fp_register_row): Replace do_fp_register_row.
3769 (mips_print_fp_register): Add "file" and "frame" parameters.
3770 (mips_print_register): Add "file" and "frame" parameters.
3771 (mips_print_registers_info): Replace mips_do_registers_info.
3772 (mips_gdbarch_init): Set print_registers_info instead of
3773 deprecated_do_registers_info.
3774 (mips_read_fp_register_single): Add "frame" parameter.
3775 (mips_read_fp_register_double): Add "frame" parameter.
3776
3777 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3778
3779 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3780 Fixes a bug where GDB would print the wrong register names for
3781 targets without SSE.
3782
3783 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3784 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3785 registers.
3786
3787 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3788 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3789 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3790 TDEP->sc_sp_offset.
3791
3792 From Michal Ludvig <mludvig@suse.cz>:
3793 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3794 and `sc_num_regs'.
3795 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3796 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3797 I386_ST0_REGNUM): Move here from...
3798 * i386-tdep.c: ... here.
3799 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3800 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3801 registers if possible.
3802 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3803 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3804 Remove variables.
3805 (i386bsd_sc_reg_offset): New variable.
3806 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3807 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3808 TDEP->sc_sp_offset.
3809 (i386fbsd_sc_reg_offset): New variable.
3810 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3811 TDEP->sc_num_regs.
3812 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3813 variables.
3814 (i386fbsd4_sc_reg_offset): New variable.
3815 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3816 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3817 TDEP->sc_sp_offset.
3818 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3819 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3820 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3821 Remove variables.
3822 (i386nbsd_sc_reg_offset): New variable.
3823 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3824 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3825 TDEP->sc_sp_offset.
3826 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3827 Remove variables.
3828 (i386obsd_sc_reg_offset): New variable.
3829 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3830 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3831 TDEP->sc_sp_offset.
3832 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3833 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3834 for frame pointer offset in `struct sigcontext'.
3835
3836 2003-05-31 Andrew Cagney <cagney@redhat.com>
3837
3838 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3839 architecture methods call_dummy_words, sizeof_call_dummy_words,
3840 push_return_address, store_struct_return, and fix_call_dummy. Set
3841 push_dummy_call instead of deprecated_push_arguments.
3842 (mips_store_struct_return): Delete function.
3843 (mips_fix_call_dummy): Delete function.
3844 (mips_push_return_address): Delete function.
3845 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3846 RA_REGNUM and T9_REGNUM.
3847 (mips_n32n64_push_dummy_call): Ditto for
3848 mips_n32n64_push_arguments.
3849 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3850 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3851
3852 2003-05-31 Andrew Cagney <cagney@redhat.com>
3853
3854 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3855 "dummy_addr" to "bp_addr".
3856 * infcall.c (call_function_by_hand): Pass "funaddr" to
3857 gdbarch_push_dummy_call.
3858 * gdbarch.h, gdbarch.c: Re-generate.
3859 * i386-tdep.c (i386_push_dummy_call): Update.
3860 * arm-tdep.c (arm_push_dummy_call): Update.
3861 * d10v-tdep.c (d10v_push_dummy_call): Update.
3862
3863 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3864
3865 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3866 variable declarations.
3867 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3868 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3869 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3870 x86_64_init_frame_pc, x86_64_init_frame_pc,
3871 x86_64_function_has_prologue): Remove prototypes.
3872 (X86_64_NUM_GREGS): New define.
3873 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3874 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3875 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3876 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3877 XMM1_REGNUM): Remove defines.
3878 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3879 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3880 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3881 X86_64_XMM1_REGNUM): New defines.
3882 (struct x86_64_register_info): Renamed from `struct
3883 register_info'. Remove `size' member.
3884 (x86_64_register_info_table): Remove variable.
3885 (x86_64_register_info): New variable.
3886 (X86_64_NUM_REGS): New define.
3887 (X86_64_NUM_GREGS): Remove define.
3888 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3889 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3890 Remove variables.
3891 (x86_54_dwarf2_reg_to_regnum): Remove function.
3892 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3893 (x86_64_dwarf_reg_to_regnum): New function.
3894 (x86_64_register_name): Rewrite.
3895 (x86_64_register_raw_size): Remove function.
3896 (x86_64_register_byte_table): Remove variable.
3897 (x86_64_register_byte): Remove function.
3898 (x86_64_register_virtual_type): Remove function.
3899 (x86_64_register_type): New function.
3900 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3901 x86_64_register_convert_to_raw): Remove functions.
3902 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3903 (x86_64_use_struct_convention): Make static. Adjust for renamed
3904 defines.
3905 (x86_64_frame_init_saved_regs): Remove function.
3906 (x86_64_push_arguments): Make static. Change to accept a regcache
3907 as argument.
3908 (x86_64_store_return_value, x86_64_extract_return_value): Make
3909 static. Rewrite based on i386 counterparts.
3910 (x86_64_push_dummy_call): New function.
3911 (X86_64_NUM_SAVED_REGS): New define.
3912 (x86_64_register_number): Remove function.
3913 (x86_64_store_struct_return): Remove function.
3914 (x86_64_frameless_function_invocation,
3915 x86_64_function_has_prologue): Remove functions.
3916 (PROLOG_BUFSIZE): Remove define.
3917 (struct x86_64_frame_cache): New structure.
3918 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3919 x86_64_frame_cache, x86_64_frame_this_id,
3920 x86_64_frame_prev_register, x86_64_frame_p,
3921 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3922 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3923 functions.
3924 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3925 variables.
3926 (x86_64_skip_prologue): Rewrite in terms of
3927 x86_64_analyze_prologue.
3928 (x86_64_frame_base_address): New function.
3929 (x86_64_frame_base): New variable.
3930 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3931 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3932 set deprecated_fp_regnum, deprecated_register_size,
3933 deprecated_register_bytes, register_raw_size, register_byte,
3934 register_virtual_type, register_convertiable,
3935 register_convert_to_virtual, convert_to_raw,
3936 deprecated_get_saved_register, deprecated_target_read_fp,
3937 deprecated_push_arguments, deprecated_push_return_address,
3938 deprecated_pop_frame, deprecated_store_struct_return,
3939 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3940 frameless_function_invocation, deprecated_frame_saved_pc,
3941 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3942 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3943 deprecated_init_frame_pc and virtual_frame_pointer. Call
3944 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3945 and x86_64_frame_p. Call frame_base_set_default to register
3946 x86_64_frame_base.
3947 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3948 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3949 (_initialize_x86_64_tdep): Remove function.
3950 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3951 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3952 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3953 define.
3954 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3955 (x86_64_linux_sigcontext_addr): Rewrite.
3956 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3957 x86_64_linux_frame_saved_pc): Remove functions.
3958 (x86_64_linux_pc_in_sigtramp): Renamed from
3959 x86_64_linux_in_sigtramp. Try harder to recognize a signal
3960 trampoline.
3961 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
3962 Remove_functions.
3963 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
3964 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3965 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
3966 (x86_64_regmap): Rename to regmap.
3967 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
3968 x86_64_num_gregs.
3969 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
3970 x86_64_regmap.
3971 (x86_64_fxsave_offset): Remove function.
3972 (supply_fpregset): Simply call x86_64_supply_fxsave.
3973 (fill_fpregset): Simply call x86_64_fill_fxsave.
3974 (fetch_inferior_registers, store_inferior_registers): Avoid
3975 asignment in if-statement.
3976 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
3977 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
3978 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
3979 (fetch_core_registers): Remove function.
3980 (linux_elf_core_fns): Remove.
3981 (offsetoff): Don't define.
3982 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
3983 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
3984 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
3985 add core-regset.o.
3986 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
3987 protection against multiple includes instead of NM_X86_64_h. Add
3988 various comments. Include "config/nm-linux.h". Don't include
3989 <signal.h>.
3990 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
3991 GET_THREAD_SIGNALS): Remove defines.
3992 (x86_64_register_u_addr, kernel_u_size,
3993 lin_thread_get_thread_signals): Remove prototypes.
3994 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
3995 [HAVE_LINK_H]: Don't include "solib.h".
3996 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
3997 * config/i386/tm-x86-64linux.h: Fix comments.
3998 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
3999 x86-64-tdep.o): Update dependencies.
4000
4001 2003-05-30 Andrew Cagney <cagney@redhat.com>
4002
4003 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
4004 Change parameter type to a "struct regcache *".
4005
4006 * gdbarch.sh: Regardless of the multi-arch level, always define
4007 the macro when not already defined.
4008 * gdbarch.h, gdbarch.c: Re-generate.
4009
4010 2003-05-30 Richard Henderson <rth@redhat.com>
4011
4012 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
4013 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
4014 (alpha_mdebug_frame_this_id): Likewise.
4015 (alpha_mdebug_frame_prev_register): Likewise.
4016 (alpha_mdebug_frame_base_address): Likewise.
4017 (alpha_mdebug_frame_locals_address): Likewise.
4018 (alpha_mdebug_frame_args_address): Likewise.
4019 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
4020 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
4021 (alpha_heuristic_frame_unwind_cache): Make static; add missing
4022 loop increment.
4023 (alpha_heuristic_frame_this_id): Make static.
4024 (alpha_heuristic_frame_prev_register): Likewise.
4025 (alpha_heuristic_frame_base_address): Likewise.
4026 * alpha-tdep.h: Update.
4027
4028 2003-05-30 Mark Kettenis <kettenis@gnu.org>
4029
4030 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
4031 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
4032 defenitions.
4033 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
4034 * i386-tdep.c: Mark functions that are 64-bit safe as such.
4035 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
4036 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
4037 I386_ST0_REGNUM): New defines.
4038 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
4039 codestream_get): Remove define.
4040 (codestream_next_addr, condestream_addr, condestream_buf,
4041 codestream_off, codestream_cnt): Remove variables.
4042 (codestream_fill, codestream_seek, codestream_read): Remove
4043 functions.
4044 (i386_follow_jump): Rewrite to avoid usage of removed codestream
4045 functionality.
4046 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
4047 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
4048 i386_frame_saved_pc, i386_saved_pc_after_call,
4049 i386_frame_num_args, i386_frame_init_saved_regs,
4050 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
4051 i386_push_arguments): Remove functions.
4052 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
4053 functionality. Use i386_analyze_prologue instead of
4054 i386_get_frame_setup.
4055 (I386_NUM_SAVED_REGS): New define.
4056 (struct i386_frame_cache): New structure.
4057 (i386_alloc_frame_cache, i386_analyze_struct_return,
4058 i386_skip_probe, i386_analyze_frame_setup,
4059 i386_analyze_register_saves, i386_analyze_prologue,
4060 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
4061 i386_frame_prev_register, i386_sigtramp_frame_cache,
4062 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
4063 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
4064 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
4065 New functions.
4066 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
4067 New variables.
4068 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
4069 I386_EAX_REGNUM and I386_EDX_REGNUM.
4070 (i386_extract_return_value, i386_store_return_value): Use
4071 I386_ST0_REGNUM where appropriate.
4072 (i386_extract_struct_value_address): Rewrite to use extract_address.
4073 (i386_svr4_pc_in_sigtramp): Add comment.
4074 (i386_svr4_sigcontext_addr): Rewrite.
4075 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
4076 TDEP->sc_sp_offset.
4077 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
4078 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
4079 of new defines. Set push_dummy_call, don't set
4080 deprecated_push_arguments, deprecated_push_return_address,
4081 deprecated_pop_frame. Don't set parm_boundary. Don't set
4082 deprecated_frame_chain, deprecated_frame_saved_pc,
4083 deprecated_saved_pc_after_call. Set unwind_dummy_id,
4084 save_dummy_frame_tos, unwind_pc. Call
4085 frame_unwind_append_predicate and frame_base_set_default. Don't
4086 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
4087 Don't set frameless_function_invocation. Don't set
4088 deprecated_register_bytes, deprecated_register_size,
4089 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
4090 * i386-linux-tdep.c: Fix formatting in some comments.
4091 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
4092 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
4093 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
4094 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
4095 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
4096 redundant parentheses.
4097 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
4098 (i386_linux_sigcontext_addr): Use it. Rewrite.
4099 (find_minsym_and_objfile): Change name of second argument.
4100 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
4101 changed. Use frame_pc_unwind instead of
4102 DEPRECATED_SAVED_PC_AFTER_CALL.
4103 (i386_linux_init_abi): Don't set deprecated_register_bytes.
4104 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
4105 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
4106 unwinder.
4107 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
4108 "dummy-frame.h".
4109 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
4110 (_initialize_i386_cygwin_tdep): New prototype.
4111 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
4112 deprecated_frame_chain_valid.
4113 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
4114 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
4115 Rely on the SVR4 defaults.
4116 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
4117 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
4118
4119 2003-05-30 Andrew Cagney <cagney@redhat.com>
4120
4121 * infcall.c (call_function_by_hand): Always call
4122 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
4123
4124 2003-05-30 Richard Henderson <rth@redhat.com>
4125
4126 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
4127 increment.
4128
4129 2003-05-29 Jim Blandy <jimb@redhat.com>
4130
4131 Use gdbarch methods for solib stuff on PowerPC Linux.
4132 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
4133 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
4134 show through.
4135 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
4136 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
4137 giving the same effect as the #definitions above.
4138
4139 2003-05-29 Adam Fedor <fedor@gnu.org>
4140
4141 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
4142 (find_implementation_from_class): Replace it with the standard
4143 case i.e. do nothing.
4144
4145 2003-05-29 Richard Henderson <rth@redhat.com>
4146
4147 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
4148 (alpha_linux_sigtramp_offset): Use it. Make static.
4149 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
4150 update for new frame model.
4151 * alpha-mdebug-tdep.c: New file.
4152 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
4153 (alpha_osf1_init_abi): Install it.
4154 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
4155 (linked_proc_desc_table): Remove.
4156 (alpha_frame_past_sigtramp_frame): Remove.
4157 (alpha_dynamic_sigtramp_offset): Remove.
4158 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
4159 (alpha_proc_desc_is_dyn_sigtramp): Remove.
4160 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
4161 (push_sigtramp_desc): Remove.
4162 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
4163 (alpha_cannot_store_register): Likewise.
4164 (alpha_sigcontext_addr): Remove.
4165 (alpha_find_saved_regs): Remove.
4166 (alpha_frame_init_saved_regs): Remove.
4167 (alpha_init_frame_pc_first): Remove.
4168 (read_next_frame_reg): Remove.
4169 (alpha_frame_saved_pc): Remove.
4170 (alpha_saved_pc_after_call): Remove.
4171 (temp_proc_desc, temp_saved_regs): Remove.
4172 (alpha_about_to_return): Remove.
4173 (cached_proc_desc): Remove.
4174 (alpha_frame_chain): Remove.
4175 (alpha_print_extra_frame_info): Remove.
4176 (alpha_init_extra_frame_info): Remove.
4177 (alpha_frame_locals_address): Remove.
4178 (alpha_frame_args_address): Remove.
4179 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
4180 (alpha_push_dummy_frame): Remove.
4181 (alpha_pop_frame): Remove.
4182 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
4183 (alpha_read_insn): New.
4184 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
4185 for different insn encodings.
4186 (alpha_in_lenient_prologue): Remove.
4187 (struct alpha_sigtramp_unwind_cache): New.
4188 (alpha_sigtramp_frame_unwind_cache): New.
4189 (alpha_sigtramp_register_address): New.
4190 (alpha_sigtramp_frame_this_id): New.
4191 (alpha_sigtramp_frame_prev_register): New.
4192 (alpha_sigtramp_frame_unwind): New.
4193 (alpha_sigtramp_frame_p): New.
4194 (struct alpha_heuristic_unwind_cache): New.
4195 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
4196 don't count nop insns that occur between functions.
4197 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
4198 heuristic_proc_desc, but without the mdebug wrapping.
4199 (alpha_heuristic_frame_this_id): New.
4200 (alpha_heuristic_frame_prev_register): New.
4201 (alpha_heuristic_frame_unwind): New.
4202 (alpha_heuristic_frame_p): New.
4203 (alpha_heuristic_frame_base_address): New.
4204 (alpha_heuristic_frame_base): New.
4205 (alpha_unwind_dummy_id): New.
4206 (alpha_unwind_pc): New.
4207 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
4208 frame related deprecated initializations; install replacements.
4209 (alpha_dump_tdep): Remove.
4210 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
4211 (alpha_read_insn, alpha_after_prologue,
4212 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
4213 alpha_heuristic_frame_prev_register,
4214 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
4215 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
4216 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
4217 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
4218
4219 2003-05-29 Andrew Cagney <cagney@redhat.com>
4220
4221 * gdb_assert.h (gdb_assert_fail): Provide different definitions
4222 dependant on the availability of ASSERT_FUNCTION.
4223 (ASSERT_FUNCTION): Do not define when there is no function name.
4224
4225 2003-05-29 Kevin Buettner <kevinb@redhat.com>
4226
4227 From Jimi X <jimix@watson.ibm.com>:
4228 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
4229
4230 2003-05-28 Jim Blandy <jimb@redhat.com>
4231
4232 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
4233 argument to ptrace to int; the system headers should give it the
4234 right type, and pointers don't fit in ints on powerpc64-*-*.
4235
4236 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
4237
4238 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
4239 DW_TAG_catch_block.
4240
4241 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4242
4243 * stabsread.c (dbx_lookup_type): Make static.
4244 (read_type): Ditto.
4245 (add_undefined_type): Ditto.
4246 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
4247 not export.
4248
4249 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4250
4251 * hpread.c (hpread_has_name): Make static.
4252 (hpread_psymtab_to_symtab): Ditto.
4253 (file_exists): Ditto.
4254 (hpread_call_pxdb): Ditto.
4255 (hpread_pxdb_needed): Ditto.
4256 (hpread_quick_traverse): Ditto.
4257 (hpread_get_header): Ditto.
4258 (hpread_get_lntt): Ditto.
4259 (hpread_get_slt): Ditto.
4260 (class_of): Ditto.
4261
4262 2003-05-25 Andreas Schwab <schwab@suse.de>
4263
4264 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
4265 stack_align and deprecated_extra_stack_alignment_needed.
4266 (m68k_stack_align): Delete.
4267
4268 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4269 (m68k_register_virtual_size): Likewise.
4270 (altos_skip_prologue): Remove obsolete function.
4271 (isi_frame_num_args): Likewise.
4272 (news_frame_num_args): Likewise.
4273 (m68k_fix_call_dummy): Make static.
4274 (m68k_push_dummy_frame): Likewise.
4275 (m68k_pop_frame): Likewise.
4276 (m68k_skip_prologue): Likewise.
4277 (m68k_frame_init_saved_regs): Likewise.
4278 (m68k_saved_pc_after_call): Likewise.
4279 (m68k_get_longjmp_target): Make multi-arch.
4280 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
4281 structure. Register m68k_get_longjmp_target if enabled.
4282 * m68k-tdep.h (struct gdbarch_tdep): Define.
4283 * config/m68k/tm-m68k.h: Don't include "regcache.h".
4284
4285 * Makefile.in (config.status): Also depend on configure.tgt
4286 and configure.host.
4287 (m68klinux-tdep.o): Update dependencies.
4288 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
4289 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
4290 (M68K_LINUX_JB_PC): Define.
4291 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
4292 and take additional parameter.
4293 (m68k_linux_sigtramp_saved_pc): Update.
4294 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
4295 m68k_linux_pc_in_sigtramp, in_plt_section,
4296 find_solib_trampoline_target.
4297 * config/m68k/tm-linux.h: Don't include any tm headers.
4298 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
4299 (JB_ELEMENT_SIZE): Likewise.
4300 (JB_PC): Likewise.
4301 (GET_LONGJMP_TARGET): Likewise.
4302 (IN_SIGTRAMP): Likewise.
4303 (SVR4_SHARED_LIBS): Define this and include "solib.h".
4304
4305 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4306
4307 * sparc-tdep.c (sparc32_do_push_arguments): New function.
4308 (sparc32_push_arguments): Re-implement by calling
4309 sparc32_do_push_arguments.
4310
4311 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4312
4313 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4314 SPARC_O1_REGNUM): New defines.
4315 (sparc32_extract_return_value): Rewrite to operate on a regcache.
4316 (sparc32_store_return_value): New function.
4317 (sparc_extract_struct_value_address): Rewrite to operate on a
4318 regcache.
4319 (sparc_gdbarch_init): Don't set
4320 deprecated_extract_struct_value_address. Set
4321 extract_struct_value_address instead. Don't set
4322 deprecated_extract_return_value and deprecated_store_return_value
4323 for 32-bit targets. Set extract_return_value and
4324 store_return_value instead.
4325 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
4326 DEPRECTAED_EXTRACT_RETURN_VALUE,
4327 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
4328 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
4329 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
4330 (sparc_store_return_value): Remove prototype.
4331 (sparc32_store_return_value): New prototype.
4332 (sparc32_extract_return_value, sparc_extract_struct_value_address):
4333 Adjust prototypes.
4334
4335 2003-05-24 Mark Kettenis <kettenis@gnu.org>
4336
4337 * sparcnbsd-tdep.c: Include "gdb_string.h".
4338
4339 2003-05-23 Andrew Cagney <cagney@redhat.com>
4340
4341 * p-valprint.c (pascal_val_print): Replace extract_address with
4342 the inline equivalent extract_unsigned_integer.
4343 * jv-valprint.c (java_value_print): Ditto.
4344 * ada-valprint.c (ada_val_print_1): Ditto.
4345 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
4346
4347 2003-05-23 Theodore A. Roth <troth@openavr.org>
4348
4349 * blockframe.c (frameless_look_for_prologue): Remove unused
4350 after_prologue variable.
4351
4352 2003-05-23 Mark Kettenis <kettenis@gnu.org>
4353
4354 * blockframe.c (get_pc_function_start): Rewrite to avoid
4355 asignments in if-statements.
4356
4357 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4358
4359 Committed by Elena Zannoni <ezannoni@redhat.com>.
4360 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
4361 files, don't relocate absolute symbols (and do use mst_abs).
4362
4363 2003-05-23 Andrew Cagney <cagney@redhat.com>
4364
4365 * objc-lang.c: Include "gdb_assert.h".
4366 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
4367 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
4368 (gdb_check, gdb_check_fatal): Delete functions.
4369 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
4370 gdb_assert.
4371 (parse_selector, parse_method, find_methods, find_imps): Ditto.
4372 * Makefile.in (objc-lang.o): Update dependencies.
4373
4374 2003-05-22 Ian Lance Taylor <ian@airs.com>
4375
4376 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
4377 with fprintf_filtered, not fprintf_unfiltered.
4378
4379 2003-05-22 Andrew Cagney <cagney@redhat.com>
4380
4381 * stack.c (frame_info): Inline extract_address, replacing it with
4382 extract_unsigned_integer.
4383 * findvar.c (unsigned_pointer_to_address): Ditto.
4384 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4385 * dwarf2expr.c (dwarf2_read_address): Ditto.
4386 * frame.c (frame_pc_unwind): Update comment.
4387 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4388
4389 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4390
4391 * infptrace.c (detach): Call print_sys_errmsg rather than
4392 perror_with_name to issue warning message when errno is non-zero
4393 after calling ptrace detach.
4394
4395 2003-05-21 J. Brobecker <brobecker@gnat.com>
4396
4397 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4398 macro definitions from here...
4399 * hppa-tdep.c: ...to there.
4400
4401 2003-05-20 Kevin Buettner <kevinb@redhat.com>
4402
4403 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4404 register_ptrace_addr(). Fix all callers.
4405
4406 2003-05-21 Andreas Schwab <schwab@suse.de>
4407
4408 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4409 dependencies.
4410 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4411 end.
4412 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4413 (_initialize_m68k_linux_tdep): New function.
4414 (m68k_linux_frame_saved_pc): Make static.
4415 (m68k_linux_extract_return_value): Likewise.
4416 (m68k_linux_store_return_value): Likewise.
4417 (m68k_linux_extract_struct_value_address): Likewise.
4418 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4419 Remove.
4420 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4421 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4422 (DEPRECATED_FRAME_SAVED_PC): Remove.
4423
4424 2003-05-20 Kris Warkentin <kewarken@qnx.com>
4425
4426 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4427 regset numbering rather than our own.
4428
4429 2003-05-19 David Carlton <carlton@bactrian.org>
4430
4431 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4432
4433 2003-05-19 David Carlton <carlton@bactrian.org>
4434
4435 Partial fix for PR c++/827.
4436 * cp-support.h: Include symtab.h.
4437 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4438 * cp-namespace.c: Update contributors.
4439 (cp_lookup_symbol_nonlocal): New.
4440 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4441 (lookup_symbol_file): Ditto.
4442 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4443 * block.h: Declare block_scope, block_using, block_global_block.
4444 * block.c (block_scope): New.
4445 (block_using, block_global_block): Ditto.
4446 * Makefile.in (cp_support_h): Depend on symtab_h.
4447 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4448
4449 2003-05-19 David Carlton <carlton@bactrian.org>
4450
4451 * language.h (struct language_defn): Add 'la_value_of_this'
4452 and 'la_lookup_symbol_nonlocal' members.
4453 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4454 lookup_symbol_static, lookup_symbol_global,
4455 lookup_symbol_aux_block.
4456 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4457 if we should search fields of this and how to do static/global
4458 lookup.
4459 (lookup_symbol_aux_block): Make extern.
4460 (basic_lookup_symbol_nonlocal): New.
4461 (lookup_symbol_static, lookup_symbol_global): Ditto.
4462 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4463 'la_lookup_symbol_nonlocal' members.
4464 * c-lang.c (c_language_defn, cplus_language_defn)
4465 (asm_language_defn, minimal_language_defn): Ditto.
4466 * jv-lang.c (java_language_defn): Ditto.
4467 * language.c (unknown_language_defn, auto_language_defn)
4468 (local_language_defn): Ditto.
4469 * m2-lang.c (m2_language_defn): Ditto.
4470 * objc-lang.c (objc_language_defn): Ditto.
4471 * scm-lang.c (scm_language_defn): Ditto.
4472 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4473 * p-lang.c (pascal_language_defn): Ditto for both.
4474 * Makefile.in (f-lang.o): Depend on value_h.
4475 (p-lang.o): Ditto.
4476
4477 2003-05-19 David Carlton <carlton@bactrian.org>
4478
4479 * block.h: Declare block_static_block.
4480 * block.c (block_static_block): New.
4481 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4482 lookup_symbol_aux_local, calling block_static_block instead.
4483 (lookup_symbol_aux_local): Delete 'static_block' argument.
4484
4485 2003-05-19 David Carlton <carlton@bactrian.org>
4486
4487 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4488
4489 2003-05-19 Michal Ludvig <mludvig@suse.cz>
4490
4491 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4492 register numbers mapping.
4493
4494 2003-05-18 Adam Fedor <fedor@gnu.org>
4495
4496 * symtab.c (completion_list_objc_symbol): New function.
4497 (make_symbol_completion_list): Use it to add ObjC symbols
4498 when looking though the list.
4499 (language_search_unquoted_string): New function.
4500 (make_file_symbol_completion_list): Use it.
4501
4502 2003-05-18 Andreas Schwab <schwab@suse.de>
4503
4504 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4505 dependencies.
4506 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4507 as m68k_linux_extract_return_value.
4508 (DEPRECATED_STORE_RETURN_VALUE): Define as
4509 m68k_linux_store_return_value.
4510 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4511 m68k_linux_extract_struct_value_address.
4512 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4513 get_next_frame, get_frame_base, get_frame_pc.
4514 (m68k_linux_frame_saved_pc): Use get_frame_base.
4515 (m68k_linux_extract_return_value): New function.
4516 (m68k_linux_store_return_value): New function.
4517 (m68k_linux_extract_struct_value_address): New function.
4518 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4519
4520 * c-exp.y (typebase): Remove duplicate occurence of
4521 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
4522 of lookup_signed_typename.
4523
4524 2003-05-18 Mark Kettenis <kettenis@gnu.org>
4525
4526 * dwarf2loc.c (find_location_expression): Change type of second
4527 argument to `size_t *'.
4528 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4529 for size variable.
4530
4531 2003-05-18 David Carlton <carlton@bactrian.org>
4532
4533 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4534 'linkage_name'. Add comment.
4535 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4536 'linkage_name'.
4537 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4538 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4539 (lookup_block_symbol): Ditto.
4540
4541 2003-05-16 Andrew Cagney <cagney@redhat.com>
4542
4543 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4544 * gdbarch.h, gdbarch.c: Re-generate.
4545 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4546 * TODO (REGISTER_BYTES): Delete reference.
4547 * alpha-tdep.c (alpha_gdbarch_init): Update.
4548 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4549 * x86-64-tdep.c (x86_64_init_abi): Update.
4550 * vax-tdep.c (vax_gdbarch_init): Update.
4551 * v850-tdep.c (v850_gdbarch_init): Update.
4552 * sparc-tdep.c (sparc_gdbarch_init): Update.
4553 * sh-tdep.c (sh_gdbarch_init): Update.
4554 * s390-tdep.c (s390_gdbarch_init): Update.
4555 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4556 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4557 (ns32k_gdbarch_init_32382): Update.
4558 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4559 * mcore-tdep.c (mcore_gdbarch_init): Update.
4560 * m68k-tdep.c (m68k_gdbarch_init): Update.
4561 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4562 * ia64-tdep.c (ia64_gdbarch_init): Update.
4563 * i386-tdep.c (i386_gdbarch_init): Update.
4564 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4565 * hppa-tdep.c (hppa_gdbarch_init): Update.
4566 * h8300-tdep.c (h8300_gdbarch_init): Update.
4567 * frv-tdep.c (frv_gdbarch_init): Update.
4568 * cris-tdep.c (cris_gdbarch_init): Update.
4569 * avr-tdep.c (avr_gdbarch_init): Update.
4570 * arm-tdep.c (arm_gdbarch_init): Update.
4571 * sparc-tdep.c (sparc_pop_frame): Update.
4572 * rs6000-tdep.c (rs6000_pop_frame): Update.
4573 * remote.c (init_remote_state): Update.
4574 (remote_prepare_to_store): Update.
4575 * remote-vx.c (vx_prepare_to_store): Update.
4576 * remote-sds.c (sds_fetch_registers): Update.
4577 (sds_prepare_to_store): Update.
4578 * remote-array.c: Update.
4579 * regcache.c (init_legacy_regcache_descr): Update.
4580 (init_regcache_descr): Update.
4581 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4582 (mips_o64_extract_return_value): Update.
4583 * irix5-nat.c (fetch_core_registers): Update.
4584 * irix4-nat.c (fetch_core_registers): Update.
4585 * i386-tdep.h: Update.
4586 * hppa-tdep.c (pa_do_registers_info): Update.
4587 (pa_do_strcat_registers_info): Update.
4588 * cris-tdep.c (cris_register_bytes_ok): Update.
4589 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4590 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4591 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4592 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4593 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4594 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4595 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4596 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4597 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4598 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4599 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4600 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4601 (REGISTER_BYTES_OK): Update.
4602 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4603 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4604
4605 2003-05-16 Ian Lance Taylor <ian@airs.com>
4606
4607 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4608 (vax_print_insn, print_insn_arg): Remove static functions.
4609 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4610 print_insn_vax from opcodes library.
4611 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4612
4613 2003-05-15 Andrew Cagney <cagney@redhat.com>
4614
4615 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4616 * target.h (memory_breakpoint_from_pc): Delete declaration.
4617 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4618 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4619 * monitor.c (monitor_insert_breakpoint): Use
4620 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4621 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4622 * gdbarch.h, gdbarch.c: Re-generate.
4623 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4624 (sparc_gdbarch_init): Set breakpoint_from_pc to
4625 sparc_breakpoint_from_pc.
4626 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4627 (BREAKPOINT_FROM_PC): Define.
4628 (sparc_breakpoint_from_pc): Declare.
4629 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4630 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4631 (BREAKPOINT_FROM_PC): Define.
4632 (BREAKPOINT): Delete macro.
4633 * target.h: Update comment.
4634 * s390-tdep.c (s390_gdbarch_init): Update comments.
4635 * remote.c: Update comments.
4636 * remote-mips.c: Update comments.
4637 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4638 * mem-break.c: Update comment.
4639 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4640 (ia64_memory_insert_breakpoint): Update.
4641 * config/sparc/tm-sparc.h: Update comment.
4642 * config/pa/tm-hppa64.h: Update comment.
4643 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4644 (rs6000_breakpoint_from_pc): Update.
4645 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4646 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4647 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4648 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4649 (mips_breakpoint_from_pc): Update.
4650 (mips_dump_tdep): Update.
4651
4652 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4653 * minsyms.c (lookup_minimal_symbol): Inline
4654 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4655
4656 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4657 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4658 * p-lang.c (pascal_printstr): Ditto.
4659 * objc-lang.c (objc_printstr): Ditto.
4660 * m2-lang.c (m2_printstr): Ditto.
4661 * jv-valprint.c (java_print_value_fields): Ditto.
4662 * f-lang.c (f_printstr): Ditto.
4663 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4664 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4665 for repeat_count_threshold.
4666 * Makefile.in (cp-valprint.o): Update dependencies.
4667
4668 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
4669
4670 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4671 (examine_prologue): Support looking through leaf functions, knowing
4672 they start with mov r2,r12. Support skipping over indirect stores
4673 of the input registers. Upon hitting a non-nop branch instruction
4674 or predicated instruction, bail out by setting lim_pc to the current
4675 pc value in the loop. At the end, if the lim_pc value is still
4676 beyond our calculated value and we have trust_limit set,
4677 use the lim_pc value.
4678
4679 2003-05-15 Andrew Cagney <cagney@redhat.com>
4680
4681 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4682 generic_find_dummy_frame.
4683 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4684 (deprecated_generic_find_dummy_frame): Update.
4685 (deprecated_read_register_dummy): Update.
4686 * frame.c (deprecated_generic_get_saved_register): Update.
4687
4688 2003-05-15 Theodore A. Roth <troth@openavr.org>
4689
4690 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4691 (avr_gdbarch_init): Set breakpoint_from_pc method.
4692
4693 2003-05-15 Andrew Cagney <cagney@redhat.com>
4694
4695 * regcache.c (build_regcache): Set deprecated_register_valid
4696 directly.
4697 (deprecated_grub_regcache_for_register_valid): Delete function.
4698 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4699 declaration.
4700
4701 2003-05-15 David Carlton <carlton@bactrian.org>
4702
4703 Committed by Elena Zannoni <ezannoni@redhat.com>
4704 * symtab.c (lookup_symbol_aux): Delete calls to
4705 lookup_symbol_aux_minsyms.
4706 (lookup_symbol_aux_minsyms): Comment out function and
4707 prototype. Delete lookup by mangled name.
4708
4709 2003-05-14 Kevin Buettner <kevinb@redhat.com>
4710
4711 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4712 correctly indicate an empty stack and ``stack_allocated'' to the
4713 indicate the number of elements initially allocated.
4714 (dwarf_expr_grow_stack): Simplify method for computing new
4715 stack size. Don't loop infinitely if ``stack_len'' is zero.
4716 (execute_stack_op): Move ``ctx->in_reg'' initialization
4717 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4718 be used in conjuction with DW_OP_piece. Revise error message
4719 accordingly.
4720
4721 2003-05-14 Theodore A. Roth <troth@openavr.org>
4722
4723 * MAINTAINERS: Update my email address.
4724 * avr-tdep.c: Ditto.
4725
4726 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
4727
4728 * symtab.h (enum domain_enum): Rename from namespace_enum.
4729 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4730 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4731 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4732 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4733 TYPES_NAMESPACE, METHODS_NAMESPACE.
4734 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4735 (struct symbol, struct partial_symbol): Rename field
4736 'namespace_enum namespace' to 'domain_enum domain'.
4737 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4738 Delete old define kludge for namespace.
4739
4740 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4741 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4742 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4743 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4744 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4745 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4746 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4747 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4748 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4749 occurrences of the above.
4750
4751 2003-05-14 Ian Lance Taylor <ian@airs.com>
4752
4753 * Makefile.in (install-only): Use $(SHELL) when running
4754 mkinstalldirs.
4755
4756 2003-05-13 Ian Lance Taylor <ian@airs.com>
4757
4758 * MAINTAINERS (write after approval): Add myself.
4759
4760 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4761 second and third arguments.
4762 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4763 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4764
4765 2003-05-13 Andrew Cagney <cagney@redhat.com>
4766
4767 * defs.h (store_address): Delete declaration.
4768 findvar.c (store_address): Delete function.
4769 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4770 store_unsigned_integer.
4771 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4772 * v850-tdep.c (v850_push_arguments): Ditto.
4773 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4774 * sh-tdep.c (sh64_get_saved_register): Ditto.
4775 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4776 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4777 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4778 (mips_get_saved_register): Ditto.
4779 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4780 (find_func_descr, ia64_push_arguments): Ditto.
4781 * i386-tdep.c (i386_push_arguments): Ditto.
4782 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4783 * frv-tdep.c (frv_push_arguments): Ditto.
4784 * frame.c (legacy_saved_regs_prev_register): Ditto.
4785 (deprecated_generic_get_saved_register): Ditto.
4786 * findvar.c (unsigned_address_to_pointer): Ditto.
4787 * dwarf2read.c (dwarf2_const_value): Ditto.
4788 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4789 * alpha-tdep.c (alpha_push_arguments): Ditto.
4790
4791 2003-05-12 J. Brobecker <brobecker@gnat.com>
4792
4793 * NEWS: Mention that the hppa-hpux port has been partially
4794 multiarched (32bit ABIT only, so far).
4795
4796 2003-05-11 Andrew Cagney <cagney@redhat.com>
4797
4798 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4799 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4800 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4801 sim/testsuite/sim/arm/misaligned2.ms, and
4802 sim/testsuite/sim/arm/misaligned3.ms.
4803 * disasm.h (struct ui_file): Add opaque struct declaration.
4804 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4805 * frame.h (struct ui_file): Ditto.
4806
4807 2003-05-11 Mark Kettenis <kettenis@gnu.org>
4808
4809 * value.h: Pretty print.
4810
4811 2003-05-10 Mark Kettenis <kettenis@gnu.org>
4812
4813 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4814
4815 2003-05-08 Andrew Cagney <cagney@redhat.com>
4816
4817 * regcache.h (max_register_size): Delete declaration.
4818 * regcache.c (max_register_size): Delete function.
4819 (struct regcache_descr): Delete field "max_register_size".
4820 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4821 registers fit in MAX_REGISTER_SIZE.
4822 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4823 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4824 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4825 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4826 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4827 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4828 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4829 * dve3900-rom.c, hppa-tdep.c: Ditto.
4830
4831 2003-05-08 David Carlton <carlton@math.stanford.edu>
4832
4833 * valops.c (push_word): Fix typo.
4834
4835 2003-05-08 Andrew Cagney <cagney@redhat.com>
4836
4837 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4838 * gdbarch.h: Re-generate.
4839 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4840 (legacy_max_register_raw_size): Delete declaration.
4841 * regcache.c (legacy_max_register_raw_size): Delete function.
4842 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4843 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4844 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4845 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4846 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4847 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4848 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4849 * findvar.c, dwarf2cfi.c: Ditto.
4850
4851 2003-05-08 Andrew Cagney <cagney@redhat.com>
4852
4853 * mips-tdep.c (read_signed_register): New function, moved to here
4854 from "regcache.c".
4855 (read_signed_register_pid): Ditto.
4856 * regcache.c (read_signed_register_pid): Delete function, moved to
4857 "mips-tdep.c".
4858 (read_signed_register): Ditto.
4859 * regcache.h (read_signed_register): Delete declaration.
4860 (read_signed_register_pid): Delete declaration.
4861
4862 2003-05-08 Andrew Cagney <cagney@redhat.com>
4863
4864 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4865 * gdbarch.h: Re-generate.
4866 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4867 (legacy_max_register_virtual_size): Delete declaration.
4868 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4869 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4870 * tracepoint.c (memrange_sortmerge): Ditto.
4871 * sparc-tdep.c (sparc_print_registers): Ditto.
4872 * regcache.c (legacy_max_register_virtual_size): Delete function.
4873
4874 2002-05-08 J. Brobecker <brobecker@gnat.com>
4875
4876 * fork-child.c (escape_bang_in_quoted_argument): New function.
4877 (fork_inferior): Escape '!' characters in quoted arguments
4878 only when needed.
4879
4880 2003-05-08 J. Brobecker <brobecker@gnat.com>
4881
4882 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4883 the language of the CU is not currently supported by GDB.
4884
4885 2003-05-08 J. Brobecker <brobecker@gnat.com>
4886
4887 * defs.h (language): Add language_minimal enum value.
4888 * c-lang.c (minimal_language_defn): New language definition.
4889 (_initialize_c_language): Add the new minimal language to the list
4890 of languages known to GDB.
4891
4892 2003-05-08 Kevin Buettner <kevinb@redhat.com>
4893
4894 * frame.c (get_frame_type): Don't attempt to lazily initialize
4895 frame's unwinder for legacy frames.
4896
4897 2003-05-07 Andrew Cagney <cagney@redhat.com>
4898
4899 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4900 and "regcache" parameters.
4901 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4902
4903 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4904
4905 * dwarf2read.c (dwarf_decode_lines): Only use output of
4906 check_cu_functions() when calling record_line(). Do not update
4907 the current address.
4908
4909 2003-05-07 Andrew Cagney <cagney@redhat.com>
4910
4911 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4912 code.
4913
4914 2003-05-07 Jim Blandy <jimb@redhat.com>
4915
4916 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4917 'maint info symtabs' and 'maint info psymtabs'.
4918 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4919 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4920 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4921 Declarations updated.
4922 * maint.c (maintenance_list_command): Delete.
4923 (_initialize_maint_cmds): Update calls to add_cmd.
4924 * gdbcmd.h (maintenancelistlist): Delete declaration.
4925 * cli/cli-cmds.c (maintenancelistlist): Delete.
4926 (init_cmd_lists): Don't initialize it.
4927 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4928
4929 2003-05-07 Andrew Cagney <cagney@redhat.com>
4930
4931 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4932 "regcache".
4933 (d10v_print_registers_info): Update.
4934 (d10v_dmap_register, d10v_imap_register): Delete functions.
4935 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4936 and "imap_register".
4937 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4938 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4939 * arch-utils.c (generic_remote_translate_xfer_address): Add
4940 "regcache" and "gdbarch" parameters.
4941 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4942 parameter. Change class to multi-arch.
4943 * gdbarch.h, gdbarch.c: Re-generate.
4944 * remote.c (remote_xfer_memory): Use
4945 gdbarch_remote_translate_xfer_address.
4946
4947 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4948
4949 * infrun.c (prev_pc): Move declaration ahead of proceed().
4950 (proceed): Refresh prev_pc value before resuming.
4951 (stop_stepping): Remove code to refresh prev_pc.
4952
4953 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4954
4955 * nto-tdep.c: Removed stray comment.
4956
4957 2003-05-06 Kris Warkentin <kewarken@qnx.com>
4958
4959 * i386-nto-tdep.c: Fix old K&R function definitions.
4960 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
4961 Also change add_show_from_set() call to add_setshow_cmd().
4962 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
4963
4964 2003-05-05 Andrew Cagney <cagney@redhat.com>
4965
4966 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
4967 (fprint_dummy_frames): New function.
4968 (maintenance_print_dummy_frames): New function.
4969 (_initialize_dummy_frame): Add command "maint print dummy-frames".
4970 * frame.c (fprint_frame_id): Make global.
4971 * frame.h (fprint_frame_id): Declare.
4972 * Makefile.in (dummy-frame.o): Update dependencies.
4973
4974 2003-05-05 Andrew Cagney <cagney@redhat.com>
4975
4976 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
4977 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
4978 SIZEOF_CALL_DUMMY_WORDS.
4979 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
4980 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
4981 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
4982 CALL_DUMMY_BREAKPOINT_OFFSET.
4983 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
4984 CALL_DUMMY_START_OFFSET.
4985 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
4986 * gdbarch.h, gdbarch.c: Re-generate.
4987 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
4988 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
4989 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
4990 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
4991 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
4992 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
4993 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
4994 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
4995 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
4996 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
4997 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
4998 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
4999 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
5000 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
5001 * config/sparc/tm-sparc.h: Update.
5002
5003 2003-05-05 Kris Warkentin <kewarken@qnx.com>
5004
5005 * configure.tgt: Add i[3456]86-*-nto*.
5006 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
5007 * nto-tdep.c: New file. Neutrino target support routines.
5008 * nto-tdep.h: New file. Neutrino target header.
5009 * config/tm-qnxnto.h: New file.
5010 * config/i386/i386nto.mt: New file.
5011 * config/i386/tm-i386nto.h: New file.
5012
5013 2003-05-04 Andrew Cagney <cagney@redhat.com>
5014
5015 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
5016 (load_infrun_state): Ditto.
5017 (struct thread_info): Drop "prev_func_name" field.
5018 * thread.c (load_infrun_state): Update.
5019 (save_infrun_state): Update.
5020 * infrun.c (prev_func_name): Delete variable.
5021 (init_wait_for_inferior): Do not clear prev_func_name.
5022 (stop_stepping, keep_going, context_switch): Do not swap
5023 prev_func_name.
5024 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
5025 instead of PC_IN_SIGTRAMP.
5026
5027 2003-05-04 Andrew Cagney <cagney@redhat.com>
5028
5029 * sentinel-frame.c (sentinel_frame_prev_register): Replace
5030 REGISTER_BYTE with register_offset_hack.
5031 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
5032 that REGISTER_BYTE is consistent with the regcache.
5033 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
5034 * gdbarch.h, gdbarch.c: Regenerate.
5035
5036 2003-05-04 Mark Kettenis <kettenis@gnu.org>
5037
5038 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
5039 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
5040
5041 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
5042
5043 2003-05-03 J. Brobecker <brobecker@gnat.com>
5044
5045 From Thierry Schneider <tpschneider1@yahoo.com>
5046 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
5047 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
5048 (mi-cmd-symbol.o): Add rule.
5049
5050 2003-05-03 Andrew Cagney <cagney@redhat.com>
5051
5052 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
5053 comments noteing that it replaces the old FIX_CALL_DUMMY code.
5054 * gdbarch.h, gdbarch.c: Re-generate.
5055 * d10v-tdep.c (d10v_push_dummy_code): New function.
5056 (d10v_gdbarch_init): Set push_dummy_code.
5057 * infcall.c (legacy_push_dummy_code): New function.
5058 (generic_push_dummy_code): New function.
5059 (push_dummy_code): New function.
5060 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
5061 instead of dummy_addr, to push_dummy_call. Move call to
5062 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
5063 switch.
5064 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
5065
5066 2003-05-03 Andrew Cagney <cagney@redhat.com>
5067
5068 * disasm.h (print_insn): Declare.
5069 * disasm.c (init_gdb_disassemble_info): New function.
5070 (gdb_disassembly): Call init_gdb_disassemble_info.
5071 (gdb_print_insn): New function.
5072 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
5073 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
5074 * mcore-tdep.c: Include "disasm.h"
5075 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
5076 * d10v-tdep.c: Include "disasm.h".
5077 (display_trace): Call gdb_print_insn, instead of print_insn.
5078 (print_insn): Delete function.
5079 * printcmd.c: Include "disasm.h".
5080 (print_insn): Delete function.
5081 (print_formatted): Call gdb_print_insn, instead of print_insn.
5082 * Makefile.in (printcmd.o): Update dependencies.
5083 (mcore-tdep.o, d10v-tdep.o): Ditto.
5084
5085 2003-05-02 Andrew Cagney <cagney@redhat.com>
5086
5087 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
5088 PC_REGNUM, re-indent.
5089 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
5090 PC_REGNUM isn't set.
5091
5092 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
5093 * gdbarch.h, gdbarch.c: Re-generate.
5094 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
5095 register_virtual_size, pc_regnum, or register_bytes.
5096 (D10V_PC_REGNUM): Rename _PC_REGNUM.
5097 (d10v_register_type): Use D10V_PC_REGNUM.
5098 (d10v_print_registers_info, d10v_read_pc): Ditto.
5099 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
5100 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
5101
5102 2003-05-02 David Carlton <carlton@bactrian.org>
5103
5104 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
5105 the name with mstrsave.
5106
5107 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
5108
5109 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
5110 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
5111 (host_charset_name, target_charset_name): New vars for use by
5112 set/show commands.
5113 (host_charset_enum, target_charset_enum): New enums for set/show
5114 commands.
5115 (set_charset_sfunc, set_host_charset_sfunc,
5116 set_target_charset_sfunc): New functions.
5117 (set_host_charset, set_target_charset): Make static.
5118 (list_charsets, set_host_charset_command,
5119 set_target_charset_command): Delete functions.
5120 (show_charset_command): Rewrite as....
5121 (show_charset): Hook this up with the set/show command mechanism.
5122 (_initialize_charset): Change names of charsets to match the
5123 set/show enums. Use host_charset_name and target_charset_name.
5124 Use set/show mechanism for charset, host-charset, target-charset
5125 commands. Do not make 'show host-charset' and 'show
5126 target-charset' be aliases of 'show charset'.
5127
5128 * charset.h (set_host_charset, set_target_charset): Don't export,
5129 they are not used outside the file.
5130
5131 2003-05-01 Andrew Cagney <cagney@redhat.com>
5132
5133 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
5134 (gdb_disassembly): Make "di" non static, always initialize and
5135 cleanup. Always use dis_asm_read_memory.
5136 (gdb_dis_asm_read_memory): Delete function.
5137
5138 2003-05-01 Andrew Cagney <cagney@redhat.com>
5139
5140 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
5141 (d10v_gdbarch_init): Set frame_align instead of stack_align.
5142
5143 2003-04-30 Andrew Cagney <cagney@redhat.com>
5144
5145 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
5146 "tm_print_insn_info".
5147 (TARGET_PRINT_INSN_INFO): Delete macro.
5148 (dis_asm_read_memory): Delete function declaration.
5149 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5150 (tm_print_insn_info): Delete variable definition.
5151 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
5152 * gdbarch.h, gdbarch.c: Re-generate.
5153 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
5154 "deprecated_tm_print_insn_info".
5155 * mcore-tdep.c (mcore_dump_insn): Ditto.
5156 * mips-tdep.c (mips_gdbarch_init): Ditto.
5157 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
5158 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
5159 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
5160 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
5161 instead of TARGET_PRINT_INSN_INFO, add comment.
5162 * s390-tdep.c (s390_get_frame_info): Instead of
5163 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
5164 (s390_check_function_end, s390_is_sigreturn): Ditto.
5165 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
5166 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5167 * disasm.c: Include "gdbcore.h".
5168 (_initialize_disasm): New function, initialize
5169 "deprecated_tm_print_insn_info".
5170 (deprecated_tm_print_insn_info): New variable.
5171 (dis_asm_read_memory): Moved from "corefile.c", made static.
5172 (dis_asm_print_address, dis_asm_memory_error): Ditto.
5173 * Makefile.in (disasm.o): Update dependencies.
5174
5175 2003-04-30 Andrew Cagney <cagney@redhat.com>
5176
5177 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
5178
5179 2003-04-29 Adam Fedor <fedor@gnu.org>
5180
5181 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
5182 * infcall.c (find_function_addr): Make non-static.
5183 * infcall.h (find_function_addr): Declare.
5184 * Makefile.in (eval.o): Update dependencies.
5185
5186 2003-04-28 Adam Fedor <fedor@gnu.org>
5187
5188 * symtab.c (symbol_find_demangled_name): Check for and demangle
5189 ObjC symbols.
5190 (symbol_init_demangled_name): Init for language_objc as well.
5191
5192 2003-04-28 Andrew Cagney <cagney@redhat.com>
5193
5194 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
5195 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
5196 * gdbarch.h, gdbarch.c: Re-generate.
5197 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
5198 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
5199 * inferior.h (deprecated_read_fp): Rename read_fp.
5200 (generic_target_read_fp): Delete declaration.
5201 * regcache.c (generic_target_read_fp): Delete function.
5202 (deprecated_read_fp): Replace read_fp, use
5203 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
5204 * d10v-tdep.c (d10v_read_fp): Delete function.
5205 (d10v_gdbarch_init): Do not set deprecated_read_fp.
5206
5207 * sparc-tdep.c (sparc_gdbarch_init): Do not set
5208 deprecated_target_read_fp to generic_target_read_fp.
5209 * sh-tdep.c (sh_gdbarch_init): Ditto.
5210 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5211 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5212 * frv-tdep.c (frv_gdbarch_init): Ditto.
5213
5214 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
5215 deprecated_fp_regnum.
5216 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5217 * vax-tdep.c (vax_gdbarch_init): Ditto.
5218 * v850-tdep.c (v850_gdbarch_init): Ditto.
5219 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5220 * sh-tdep.c (sh_gdbarch_init): Ditto.
5221 * s390-tdep.c (s390_gdbarch_init): Ditto.
5222 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5223 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5224 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5225 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5226 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5227 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5228 * i386-tdep.c (i386_gdbarch_init): Ditto.
5229 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5230 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5231 * frv-tdep.c (frv_gdbarch_init): Ditto.
5232 * cris-tdep.c (cris_gdbarch_init): Ditto.
5233 * avr-tdep.c (avr_gdbarch_init): Ditto.
5234 * arm-tdep.c (arm_gdbarch_init): Ditto.
5235 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5236
5237 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
5238 * v850-tdep.c (v850_gdbarch_init): Ditto.
5239 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5240 * sh-tdep.c (sh_gdbarch_init): Ditto.
5241 * s390-tdep.c (s390_gdbarch_init): Ditto.
5242 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5243 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5244 * mips-tdep.c (mips_gdbarch_init): Ditto.
5245 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5246 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5247 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5248 * frv-tdep.c (frv_gdbarch_init): Ditto.
5249 * avr-tdep.c (avr_gdbarch_init): Ditto.
5250 * arm-tdep.c (arm_gdbarch_init): Ditto.
5251
5252 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
5253 DEPRECATED_FP_REGNUM.
5254 (vax_push_dummy_frame, vax_pop_frame): Ditto.
5255 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
5256 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5257 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
5258 (sparc32_register_virtual_type): Ditto.
5259 * sh-tdep.c (sh64_frame_chain): Ditto.
5260 (sh64_get_saved_register, sh64_pop_frame): Ditto.
5261 (sh_nofp_frame_init_saved_regs): Ditto.
5262 (sh64_nofp_frame_init_saved_regs): Ditto.
5263 (sh_fp_frame_init_saved_regs): Ditto.
5264 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5265 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5266 * procfs.c (procfs_fetch_registers): Ditto.
5267 (procfs_store_registers): Ditto.
5268 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
5269 (store_inferior_registers, fetch_core_registers): Ditto.
5270 (fetch_kcore_registers, clear_regs): Ditto.
5271 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
5272 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
5273 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
5274 * nlm/i386.c (do_status): Ditto.
5275 * mipsv4-nat.c (supply_gregset): Ditto.
5276 * mips-tdep.c: Ditto for comments.
5277 * mips-nat.c (fetch_inferior_registers): Ditto.
5278 (store_inferior_registers, fetch_core_registers): Ditto.
5279 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
5280 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
5281 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
5282 (i386_do_pop_frame, i386_register_type): Ditto.
5283 * hppa-tdep.c (hppa_frame_chain): Ditto.
5284 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
5285 (hppa_pop_frame, hppa_read_fp): Ditto.
5286 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
5287 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
5288 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
5289 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
5290 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
5291 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
5292 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
5293 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
5294 * blockframe.c: Ditto for comments.
5295 * arch-utils.h: Ditto for comments.
5296 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
5297 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
5298 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
5299 * alpha-tdep.h: Ditto for comments.
5300 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
5301 (alpha_cannot_store_register): Ditto.
5302 (alpha_push_dummy_frame): Ditto.
5303 * alpha-nat.c (supply_gregset): Ditto.
5304
5305 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
5306 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
5307 * config/sparc/tm-sparc.h: Update comment.
5308
5309 * hppa-tdep.c (hppa_init_extra_frame_info): Use
5310 deprecated_read_fp instead of TARGET_READ_FP.
5311 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
5312 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
5313 * sparc-tdep.c (sparc_init_extra_frame_info): Use
5314 deprecated_read_fp instead of read_fp.
5315 * s390-tdep.c (s390_push_arguments): Ditto.
5316 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5317 * frame.h: Ditto in comments.
5318 * frame.c (legacy_get_prev_frame): Ditto.
5319 * dummy-frame.c (dummy_frame_this_id): Ditto.
5320 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5321
5322 2003-04-28 Andrew Cagney <cagney@redhat.com>
5323
5324 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
5325 * gdbarch.h, gdbarch.c: Re-generate.
5326 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
5327 * vax-tdep.c (_initialize_vax_tdep): Update.
5328 * v850-tdep.c (_initialize_v850_tdep): Update.
5329 * sparc-tdep.c (_initialize_sparc_tdep): Update.
5330 * s390-tdep.c (_initialize_s390_tdep): Update.
5331 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
5332 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
5333 * mips-tdep.c (_initialize_mips_tdep): Update.
5334 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5335 * m68k-tdep.c (_initialize_m68k_tdep): Update.
5336 * ia64-tdep.c (_initialize_ia64_tdep): Update.
5337 * hppa-tdep.c (_initialize_hppa_tdep): Update.
5338 * h8300-tdep.c (_initialize_h8300_tdep): Update.
5339 * frv-tdep.c (_initialize_frv_tdep): Update.
5340 * cris-tdep.c (cris_delayed_get_disassembler): Update.
5341 (_initialize_cris_tdep): Update.
5342 * arch-utils.c (legacy_print_insn): Update.
5343 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5344
5345 2003-04-26 Adam Fedor <fedor@gnu.org>
5346
5347 * linespec.c (decode_objc): New function to decode ObjC calls
5348 (decode_line_1): Check for ObjC calls (using decode_objc)
5349 * Makefile (linespec.o): Update dependencies.
5350
5351 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
5352
5353 * breakpoint.h (struct breakpoint_ops): New.
5354 (struct breakpoint): Add ops member.
5355
5356 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
5357 (mention): Use new breakpoint ops member.
5358 (set_raw_breakpoint): Initialize ops field to NULL.
5359 (print_exception_catchpoint, print_one_exception_catchpoint)
5360 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
5361 (gnu_v3_exception_catchpoint_ops): New.
5362 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
5363
5364 2003-04-25 Adam Fedor <fedor@gnu.org>
5365
5366 * Makefile.in (COMMON_OBS): Add objc-lang.o
5367
5368 2003-04-25 Andrew Cagney <cagney@redhat.com>
5369
5370 * d10v-tdep.c (print_insn): Delete function.
5371 (display_trace): Use TARGET_PRINT_INSN.
5372 (_initialize_d10v_tdep): Do not set tm_print_insn.
5373 (d10v_gdbarch_init): Set print_insn.
5374
5375 2003-04-25 Andrew Cagney <cagney@redhat.com>
5376
5377 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
5378 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
5379 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
5380 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
5381 (nr_dmap_regs, a0_regnum): ... new functions.
5382 (d10v_print_registers_info): Use a0_regnum, use register_size.
5383 (d10v_register_byte): Delete function.
5384 (d10v_register_raw_size): Delete function.
5385 (d10v_register_type): Use a0_regnum.
5386 (d10v_print_registers_info): Use a0_regnum.
5387 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5388 (d10v_gdbarch_init): Do not set register_byte or
5389 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5390 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5391 extract_address.
5392 (trace_command): Use XCALLOC.
5393 (print_insn): Delete reference to tm_print_insn.
5394 (saved_regs_unwinder): Use store_unsigned_integer instead of
5395 store_address.
5396 * frame.h (FRAME_OBSTACK_CALLOC): Define
5397
5398 2003-04-25 David Carlton <carlton@bactrian.org>
5399
5400 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5401
5402 2003-04-24 Adam Fedor <fedor@gnu.org>
5403
5404 * objc-lang.c: Include "valprint.h"
5405 * Makefile.in (objc-lang.o): Update dependencies.
5406
5407 2003-04-24 Adam Fedor <fedor@gnu.org>
5408
5409 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
5410 architecture dependant compilation and mark as unimplemented
5411 (until they get put in the gdbarch vector).
5412
5413 2003-04-23 David Carlton <carlton@bactrian.org>
5414
5415 * cp-support.c (cp_find_first_component): Accept 'operator' in
5416 more locations.
5417
5418 2003-04-23 Andrew Cagney <cagney@redhat.com>
5419
5420 * infcall.c (call_function_by_hand): Eliminate redundant
5421 indentation. Move "saved_async" and "old_cleanups" to where they
5422 are needed.
5423
5424 2003-04-23 Andrew Cagney <cagney@redhat.com>
5425
5426 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5427 and "buffer". Move the "name" code to where it is needed.
5428
5429 2003-04-23 Andrew Cagney <cagney@redhat.com>
5430
5431 * infcall.c (call_function_by_hand): Move variables "start_sp",
5432 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5433 code to ON_STACK switch branch.
5434
5435 2003-04-23 Andrew Cagney <cagney@redhat.com>
5436
5437 * infcall.c (call_function_by_hand): Make declaration of "i",
5438 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5439 lint.
5440
5441 2003-04-23 Andrew Cagney <cagney@redhat.com>
5442
5443 * infcall.c (call_function_by_hand): Delete variable
5444 "n_method_args". Localize "param_type"'s declaration to the loop
5445 that it is used. Reinstate code assigning to said variable -
5446 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5447 Rationalize code using "param_type".
5448
5449 2003-04-22 Andrew Cagney <cagney@redhat.com>
5450
5451 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5452 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5453 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5454 to DEPRECATED_PUSH_RETURN_ADDRESS.
5455
5456 2003-04-22 Kevin Buettner <kevinb@redhat.com>
5457
5458 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5459 on the DWARF2 register number prior to fetching a register.
5460
5461 2003-04-22 J. Brobecker <brobecker@gnat.com>
5462
5463 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5464 Update all the tests using SOFT_FLOAT considering the fact that
5465 this macro was always set to 0.
5466 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5467 considering the fact that this macro was always set to 0.
5468 * hppa-tdep.h (hppa_store_return_value): Likewise.
5469 (hppa_extract_return_value): Likewise.
5470
5471 2003-04-22 J. Brobecker <brobecker@gnat.com>
5472
5473 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5474 the hppa-pro target only.
5475
5476 2003-04-21 J. Brobecker <brobecker@gnat.com>
5477
5478 Ongoing multi-arch conversion effort for HP/UX:
5479 * config/pa/tm-hppa.h: Move all macro that are no longer
5480 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5481 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5482
5483 2003-04-21 J. Brobecker <brobecker@gnat.com>
5484
5485 * config/pa/tm-hppa.h: Obsolete a section that was only used
5486 for hppa-pro.
5487
5488 2003-04-21 J. Brobecker <brobecker@gnat.com>
5489
5490 Ongoing multi-arch conversion for HP/UX.
5491 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5492 if already defined (allows hppa64 to stay non-multiarched for now).
5493 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5494
5495 2003-04-21 Andrew Cagney <cagney@redhat.com>
5496
5497 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5498
5499 2003-04-21 Andrew Cagney <cagney@redhat.com>
5500
5501 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5502 "i386_num_mmx_regs".
5503
5504 2003-04-21 Andrew Cagney <cagney@redhat.com>
5505
5506 * infcall.c: New file.
5507 * infcall.h: New file.
5508 * valarith.c: Include "infcall.h".
5509 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5510 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5511 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5512 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5513 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5514 (SFILES): Add "infcall.c"
5515 (COMMON_OBS): Add "infcall.o".
5516 (infcall.o): Specify dependencies.
5517 * value.h (call_function_by_hand): Delete declaration.
5518 * inferior.h (run_stack_dummy): Delete declaration.
5519 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5520 (run_stack_dummy): Move to "infcall.c", merged into
5521 call_function_by_hand.
5522 * valops.c (call_function_by_hand): Moved to "infcall.c".
5523 (find_function_addr, value_arg_coerce): Ditto.
5524 (unwindonsignal_p, coerce_float_to_double): Ditto.
5525 (_initialize_valops): Move "set/show coerce-float-to-double", and
5526 "set/show unwindonsignal" commands to "infcall.c".
5527 * v850-tdep.c, target.h: Update comments.
5528 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5529 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5530 (sh64_init_extra_frame_info): Update comments.
5531 * mn10300-tdep.c: Update comments.
5532 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5533 * config/sparc/tm-sparc.h: Update comments.
5534 * breakpoint.h: Update comments.
5535 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5536 * arm-tdep.c: Update comment.
5537
5538 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5539
5540 * i386-tdep.c (i386_num_register_names): New variable.
5541 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5542 (MM0_REGNUM): Remove redundant parentheses in define.
5543 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5544 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5545 i386_mxcsr_regnum_p): Remove redundant parentheses.
5546 (i386_register_name): Use i386_num_register_names.
5547
5548 * i386-tdep.c (i386_extract_return_value,
5549 i386_store_return_value): Correct check for availability of
5550 floating-point registers.
5551
5552 * i386-tdep.c (i386_frame_num_args): Remove function.
5553 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5554
5555 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5556 mmx_regnum_to_fp_regnum. Adjust all callers.
5557
5558 * i386-tdep.c (i386_get_longjmp_target): Use
5559 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5560 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5561 extract_address.
5562
5563 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5564
5565 * core-regset.c: Update comments to reflect reality. Re-order
5566 includes.
5567 (fetch_core_registers): Use switch instead of if. Remove
5568 redundant prototype.
5569
5570 2003-04-18 Jim Blandy <jimb@redhat.com>
5571
5572 * s390-tdep.c (s390_frame_align): New function.
5573 (s390_gdbarch_init): Register it with the gdbarch object.
5574
5575 2003-04-17 Richard Henderson <rth@redhat.com>
5576
5577 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5578
5579 2003-04-17 Michael Snyder <msnyder@redhat.com>
5580 Karen Bennet <bennet@redhat.com>
5581
5582 Committed by Elena Zannoni <ezannoni@redhat.com>
5583 * gdb_gcore.sh: New script to create a core dump of a process.
5584
5585 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
5586
5587 * values.c (value_being_returned): Don't fetch the return
5588 value if the return type is void.
5589
5590 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5591
5592 * thread-db.c: Reindented.
5593
5594 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5595
5596 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5597 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
5598 as types.
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624 2003-04-16 Kevin Buettner <kevinb@redhat.com>
5625
5626 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
5627 the size of ``long double'' to 16, instead of 8.
5628
5629 2003-04-16 Mark Kettenis <kettenis@gnu.org>
5630
5631 * i386-linux-nat.c: Add some whitespace to make things more
5632 readable.
5633 (fetch_register, store_register, fetch_inferior_registers,
5634 store_inferior_registers): Get rid of assignment in if-statement.
5635 (store_register): Fix typo in error message.
5636
5637 2003-04-16 Andrew Cagney <cagney@redhat.com>
5638
5639 * utils.c (xmmalloc): Always allocate something, matches
5640 libiberty/xmalloc's semantics.
5641 (xmrealloc, xmcalloc): Ditto.
5642
5643 2003-04-16 Andrew Cagney <cagney@redhat.com>
5644
5645 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5646 update comments.
5647 (get_frame_type): Initialize unwind and type when needed.
5648 (get_frame_id, frame_register_unwind): Ditto.
5649
5650 2003-04-16 Andrew Cagney <cagney@redhat.com>
5651
5652 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5653 obsolete.
5654 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5655 * sparcl-stub.c: Obsolete file.
5656 * config/sparc/tm-sparclet.h: Obsolete file.
5657 * sparclet-stub.c: Obsolete file.
5658 * sparclet-rom.c: Obsolete file.
5659 * sparcl-tdep.c: Obsolete file.
5660 * config/sparc/tm-sparclite.h: Obsolete file.
5661 * config/sparc/sparclite.mt: Obsolete file.
5662 * config/sparc/sparclet.mt: Obsolete file.
5663 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5664 sparc86x-*-* obsolete.
5665
5666 2003-04-15 David Carlton <carlton@math.stanford.edu>
5667
5668 * Makefile.in (SFILES): Add cp-namespace.c.
5669 (COMMON_OBS): Add cp-namespace.o.
5670 (block.o): Depend on gdb_obstack_h and cp_support_h.
5671 (buildsym.o): Depend on cp_support_h.
5672 (cp-namespace.o): New.
5673 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5674 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5675 (dwarf2read.o): Depend on cp_support_h.
5676 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5677 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5678 processing_current_namespace.
5679 (read_namespace): Update processing_current_namespace; check for
5680 anonymous namespaces.
5681 (dwarf2_name): New function.
5682 (dwarf2_extension): Ditto.
5683 * cp-support.h: Update copyright, contributors.
5684 Add inclusion guards.
5685 Add opaque declaration for structs obstack, block, symbol.
5686 (struct using_direct): New struct.
5687 Add declarations for cp_find_first_component,
5688 cp_entire_prefix_len, processing_has_namespace_info,
5689 processing_current_namespace, cp_is_anonymous,
5690 cp_add_using_directive, cp_initialize_namespace,
5691 cp_finalize_namespace, cp_set_block_scope,
5692 cp_scan_for_anonymous_namespaces.
5693 * cp-namespace.c: New file.
5694 * cp-support.c: Update copyright.
5695 Include ctype.h, gdb_assert.h, gdbcmd.h.
5696 New variable maint_cplus_cmd_list.
5697 (cp_find_first_component): New function.
5698 (cp_entire_prefix_len, maint_cplus_command)
5699 (first_component_command, _initialize_cp_support): Ditto.
5700 * buildsym.c: Include cp-support.h.
5701 New variable using_list.
5702 (add_symbol_to_list): Check for anonymous namespaces.
5703 (finish_block): Set block's scope.
5704 (start_symtab): Initialize C++ namespace support.
5705 (end_symtab): Finalize C++ namespace support.
5706 * block.h: Add opaque declarations for structs
5707 block_namespace_info, using_direct, and obstack.
5708 Add declarations for block_set_scope and block_set_using.
5709 (struct block): Add 'language_specific' member.
5710 (BLOCK_NAMESPACE): New macro.
5711 * block.c: Include gdb_obstack.h and cp-support.h.
5712 (struct block_namespace_info): New struct.
5713 (block_set_scope): New function.
5714 (block_set_using, block_initialize_namespace): Ditto.
5715
5716 2003-04-14 Kevin Buettner <kevinb@redhat.com>
5717
5718 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5719 (locate_base): Return early if there aren't any link map offsets.
5720 (svr4_solib_create_inferior_hook): Warn if shared library support
5721 is unavailable.
5722
5723 2003-04-14 David Carlton <carlton@math.stanford.edu>
5724
5725 * symtab.c (symbol_set_names): Add prefix when storing Java names
5726 in hash table. Fix for PR java/1039.
5727
5728 2003-04-14 David Carlton <carlton@math.stanford.edu>
5729
5730 * symtab.c (symbol_set_names): Rename 'name' arg to
5731 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5732 * symtab.h: Change 'name' argument in declaration of
5733 symbol_set_names to 'linkage_name'.
5734 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5735
5736 2003-04-14 Andrew Cagney <cagney@redhat.com>
5737
5738 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5739 return the fully sign-extended register value.
5740 (get_frame_pointer): Ditto.
5741 (mips_pop_frame): Initialize "proc_desc" after checking for a
5742 dummy frame.
5743
5744 2003-04-14 Andrew Cagney <cagney@redhat.com>
5745
5746 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5747 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5748 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5749 (mips_push_register): Delete function.
5750 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5751 PUSH_FP_REGNUM.
5752
5753 2003-04-14 Jim Blandy <jimb@redhat.com>
5754
5755 * symmisc.c: #include "gdb_regex.h".
5756 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5757 functions.
5758 * maint.c (maintenance_list_command): New function.
5759 (_initialize_maint_cmds): Register the above as commands.
5760 * symtab.h (maintenance_list_symtabs,
5761 maintenance_list_psymtabs): New declarations.
5762 * cli/cli-cmds.c (maintenancelistlist): New variable.
5763 (init_cmd_lists): Initialize it.
5764 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5765 * gdbcmd.h (maintenancelistlist): New declaration.
5766 * Makefile.in (symmisc.o): Update dependencies.
5767
5768 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
5769
5770 * s390-nat.c: Include asm/types.h for addr_t.
5771
5772 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
5773
5774 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5775 actually incoming type.
5776
5777 2003-04-13 Andrew Cagney <cagney@redhat.com>
5778
5779 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5780 get_next_frame and get_frame_saved_regs.
5781
5782 2003-04-13 Andrew Cagney <cagney@redhat.com>
5783
5784 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5785 of gdbarch_num_regs.
5786
5787 2003-04-13 Andrew Cagney <cagney@redhat.com>
5788
5789 * frame.h: Mention what replaced what in "struct frame_info".
5790 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5791 deprecated_update_frame_base_hack and
5792 deprecated_update_frame_pc_hack.
5793 * hppa-tdep.c: Ditto.
5794
5795 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5796
5797 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5798 to read_reg and update its comment. Remove regnum member.
5799 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5800 Don't call read_reg when setting in_reg. Call read_reg to get
5801 the frame base if it's in a register. Return the register number
5802 on the stack instead of in the context. Remove extra arguments
5803 to read_reg.
5804 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5805 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5806 the register number on the expression stack.
5807 (needs_frame_read_reg): Remove extra arguments.
5808
5809 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5810
5811 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5812 made non-static.
5813 (execute_stack_op): All callers updated.
5814 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5815 * dwarf2loc.c (find_location_expression): New function.
5816 (dwarf_expr_frame_base): Call it.
5817 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5818 (dwarf2_tracepoint_var_ref): New function, broken out from
5819 locexpr_tracepoint_var_ref.
5820 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5821 Make static.
5822 (loclist_read_variable, loclist_read_needs_frame): New functions.
5823 (loclist_describe_location, loclist_tracepoint_var_ref): New
5824 functions.
5825 (dwarf2_loclist_funcs): New struct location_funcs.
5826 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5827 (struct dwarf2_locexpr_baton): Add comments.
5828 (dwarf2_loclist_funcs): New extern.
5829 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5830 base_address and base_known.
5831 (dwarf_loc_buffer): New variable.
5832 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5833 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5834 (dwarf2_has_info): Initialize dwarf_loc_offset.
5835 (dwarf2_build_psymtabs): Read in .debug_loc.
5836 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5837 DWARF_LOC_SIZE.
5838 (psymtab_to_symtab_1): Likewise. Move base address calculation
5839 here, from...
5840 (dwarf2_get_pc_bounds): ... here. Use the base address from
5841 cu_header.
5842 (dwarf2_symbol_mark_computed): Handle location lists.
5843
5844 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5845
5846 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5847 if the linkage name demangled successfully.
5848
5849 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5850
5851 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5852 disassmbly_flavour): Removed.
5853
5854 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5855
5856 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5857
5858 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5859
5860 2003-04-12 Andrew Cagney <cagney@redhat.com>
5861
5862 * frame.h (struct frame_info): Move definition from here ...
5863 * frame.c (struct frame_info): ... to here.
5864
5865 2003-04-12 Andrew Cagney <cagney@redhat.com>
5866
5867 * gdbthread.h (save_infrun_state): Delete parameter
5868 "prev_func_start".
5869 (struct thread_info): Delete field "prev_func_start".
5870 (load_infrun_state): Ditto.
5871 * thread.c (load_infrun_state, save_infrun_state): Update.
5872 * infrun.c (prev_func_start): Delete variable.
5873 (context_switch, init_wait_for_inferior): Update.
5874 (stop_stepping, keep_going): Update.
5875
5876 2003-04-12 Andrew Cagney <cagney@redhat.com>
5877
5878 * gdbarch.sh: Add missing opaque declarations.
5879 * gdbarch.h: Regnerate.
5880 * symtab.h: Add missing opaque declarations.
5881 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5882 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5883 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5884 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5885 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5886 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5887 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5888 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5889 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5890 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5891 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5892 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5893 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5894
5895 2003-04-11 Andrew Cagney <cagney@redhat.com>
5896
5897 * frame.c (get_frame_id): Return this frame's "id".
5898 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5899 function start.
5900 (legacy_saved_regs_this_id): Replace function body with
5901 internal-error.
5902 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5903 FRAME_OBSTACK_ZALLOC.
5904 (create_new_frame): Mark the frame ID as valid.
5905
5906 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
5907
5908 * Makefile.in (libbfd_h): Added missing setting.
5909 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5910 according to the selected ABI.
5911
5912 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5913
5914 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5915
5916 2003-04-11 Andrew Cagney <cagney@redhat.com>
5917
5918 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5919 SAVED_PC_AFTER_CALL.
5920 * gdbarch.h, gdbarch.c: Regenerate.
5921 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5922 * x86-64-tdep.c (x86_64_init_abi): Update.
5923 * vax-tdep.c (vax_gdbarch_init): Update.
5924 * v850-tdep.c (v850_gdbarch_init): Update.
5925 * sparc-tdep.c (sparc_gdbarch_init): Update.
5926 * sh-tdep.c (sh_gdbarch_init): Update.
5927 * s390-tdep.c (s390_gdbarch_init): Update.
5928 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5929 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5930 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5931 * mips-tdep.c (mips_gdbarch_init): Update.
5932 * mcore-tdep.c (mcore_gdbarch_init): Update.
5933 * m68k-tdep.c (m68k_gdbarch_init): Update.
5934 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5935 * ia64-tdep.c (ia64_gdbarch_init): Update.
5936 (ia64_saved_pc_after_call): Update declaration.
5937 * i386ly-tdep.c (i386lynx_init_abi): Update.
5938 * i386-tdep.c (i386_gdbarch_init): Update.
5939 * hppa-tdep.c (hppa_gdbarch_init): Update.
5940 * h8300-tdep.c (h8300_gdbarch_init): Update.
5941 * frv-tdep.c (frv_gdbarch_init): Update.
5942 * cris-tdep.c (cris_gdbarch_init): Update.
5943 * avr-tdep.c (avr_gdbarch_init): Update.
5944 * arm-tdep.c (arm_gdbarch_init): Update.
5945 * alpha-tdep.c (alpha_gdbarch_init): Update.
5946 * ns32knbsd-nat.c (frame_num_args): Update.
5947 * ns32k-tdep.c (umax_frame_num_args): Update.
5948 * mips-tdep.c (mips_init_frame_pc_first): Update.
5949 * infrun.c (step_over_function): Update.
5950 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5951 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5952 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5953 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5954 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5955 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5956 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5957 * arch-utils.c (init_frame_pc_default): Update.
5958 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5959 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
5960 declaration.
5961
5962 2003-04-11 Andrew Cagney <cagney@redhat.com>
5963
5964 * i387-tdep.c: Update copyright.
5965 (i387_to_double): Delete function.
5966 (double_to_i387): Delete function.
5967
5968 2003-04-10 Andrew Cagney <cagney@redhat.com>
5969
5970 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
5971 frame's function's address. Simplify.
5972 (d10v_frame_unwind_cache): Check that the frame's function is
5973 non-zero.
5974
5975 2003-04-10 Jim Blandy <jimb@redhat.com>
5976
5977 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
5978 call to set_gdbarch_deprecated_push_arguments.
5979
5980 2003-04-10 Andrew Cagney <cagney@redhat.com>
5981
5982 * frame.c (fprint_frame_id): New function.
5983 (fprint_frame_type, fprint_frame): New function.
5984 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
5985 (create_sentinel_frame, get_frame_id): Ditto.
5986 (frame_id_p, frame_id_eq): Ditto.
5987 (frame_id_inner, create_new_frame): Ditto.
5988 (legacy_get_prev_frame, get_prev_frame): Ditto.
5989 (deprecated_update_frame_pc_hack): Ditto.
5990 (frame_register_unwind): Ditto.
5991 (deprecated_update_frame_base_hack): Ditto.
5992
5993 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
5994
5995 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
5996 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
5997 frame_chain function.
5998 * Makefile.in: Add dependencies due to above change.
5999
6000 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
6001
6002 * blockframe.c (legacy_frame_chain_valid): Move call to
6003 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
6004 inside_entry_file.
6005
6006 2003-04-09 Andrew Cagney <cagney@redhat.com>
6007
6008 * frame.h (struct frame_id): Replace "pc" and "base" with
6009 "stack_addr" and "code_addr". Update comments.
6010 (frame_id_build): Update parameter names and comment.
6011 (struct frame_info): Replace "id_p" and "id" with "this_id".
6012 * dummy-frame.c (dummy_frame_this_id): Update.
6013 * breakpoint.c (print_one_breakpoint): Update.
6014 * frame.c (get_frame_id): Update.
6015 (get_frame_base, frame_id_build): Update.
6016 (create_sentinel_frame, legacy_get_prev_frame): Update.
6017 (deprecated_update_frame_base_hack): Update.
6018 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
6019 (frame_id_inner): Ditto.
6020
6021 2003-04-09 Andrew Cagney <cagney@redhat.com>
6022
6023 * defs.h (gdb_print_host_address): Make "addr" parameter a
6024 pointer constant.
6025 * utils.c (gdb_print_host_address): Update.
6026
6027 2003-04-09 Kevin Buettner <kevinb@redhat.com>
6028
6029 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
6030 register number for R0 is 0.
6031
6032 2003-04-09 J. Brobecker <brobecker@gnat.com>
6033
6034 * frame.h (struct gdbarch): Add opaque structure definition
6035 to avoid a compilation warning on LynxOS 4.0.
6036
6037 2003-04-09 Andrew Cagney <cagney@redhat.com>
6038
6039 * frame.h (struct frame_info): Delete field "pc". Replace
6040 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
6041 structure.
6042 * frame.c (frame_pc_unwind): Update.
6043 (create_sentinel_frame): Do not set "pc".
6044 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
6045 (get_frame_pc): Call frame_pc_unwind.
6046 (deprecated_update_frame_pc_hack): Update.
6047 (create_new_frame): Use "pc" not "->pc".
6048
6049 2003-04-09 Andrew Cagney <cagney@redhat.com>
6050
6051 * frame.c (get_frame_id): Eliminate code updating "frame".
6052 (legacy_get_prev_frame): Ditto.
6053 (get_frame_base): Return id.base directly.
6054 (deprecated_update_frame_base_hack): Update "id.base".
6055 * frame.h (struct frame_info): Delete field "frame".
6056
6057 2003-04-09 Andrew Cagney <cagney@redhat.com>
6058
6059 * NEWS: Mention that the "Sequent family" is obsolete.
6060 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
6061 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6062 * configure.host: Obsolete i[3456]86-sequent-bsd*,
6063 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6064 * config/i386/tm-ptx4.h: Obsolete file.
6065 * config/i386/tm-ptx.h: Obsolete file.
6066 * symm-tdep.c: Obsolete file.
6067 * config/i386/symmetry.mt: Obsolete file.
6068 * config/i386/tm-symmetry.h: Obsolete file.
6069 * symm-nat.c: Obsolete file.
6070 * config/i386/nm-symmetry.h: Obsolete file.
6071 * config/i386/xm-symmetry.h: Obsolete file.
6072 * config/i386/symmetry.mh: Obsolete file.
6073 * config/i386/nm-ptx4.h: Obsolete file.
6074 * config/i386/ptx4.mh: Obsolete file.
6075 * config/i386/ptx.mt: Obsolete file.
6076 * config/i386/ptx.mh: Obsolete file.
6077 * config/i386/xm-ptx4.h: Obsolete file.
6078 * config/i386/xm-ptx.h: Obsolete file.
6079
6080 2003-04-09 Andrew Cagney <cagney@redhat.com>
6081
6082 Obsolete mips*-*-mach3*.
6083 * NEWS: Mention that mips*-*-mach3* is obsolete.
6084 * m3-nat.c: Obsolete file.
6085 * config/nm-m3.h: Obsolete file.
6086 * config/mips/tm-mipsm3.h: Obsolete file.
6087 * config/mips/mipsm3.mt: Obsolete file.
6088 * config/mips/mipsm3.mh: Obsolete file.
6089 * config/mips/xm-mipsm3.h: Obsolete file.
6090 * mipsm3-nat.c: Obsolete file.
6091 * configure.host: Obsolete mips-dec-mach3*.
6092 * configure.tgt: Obsolete mips*-*-mach3*.
6093
6094 2003-04-09 Andrew Cagney <cagney@redhat.com>
6095
6096 * doublest.h: Update copyright.
6097 (deprecated_store_floating, deprecated_extract_floating): Rename
6098 store_floating and extract_floating. Update comments.
6099 * doublest.c: Update copyright.
6100 (extract_floating_by_length): Replace extract_floating.
6101 (store_floating_by_length): Replace store_floating.
6102 (deprecated_extract_floating): New function.
6103 (deprecated_store_floating): New function.
6104 (extract_typed_floating): Call extract_floating_by_length.
6105 (store_typed_floating): Call store_floating_by_length.
6106 * x86-64-tdep.c (x86_64_store_return_value): Update.
6107 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
6108 (sh64_extract_return_value): Update.
6109 (sh_sh4_register_convert_to_virtual): Update.
6110 (sh_sh64_register_convert_to_virtual): Update.
6111 (sh_sh4_register_convert_to_raw): Update.
6112 (sh_sh64_register_convert_to_raw): Update.
6113 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
6114 (rs6000_register_convert_to_raw): Update.
6115 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
6116 (ia64_register_convert_to_raw): Update.
6117 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
6118 (REGISTER_CONVERT_TO_VIRTUAL): Update.
6119 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
6120 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
6121 (alpha_register_convert_to_raw): Update.
6122
6123 2003-04-08 Andrew Cagney <cagney@redhat.com>
6124
6125 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
6126 * gdbarch.h, gdbarch.c: Re-generate.
6127 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
6128 (d10v_gdbarch_init): Do not set saved_pc_after_call.
6129 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
6130 conditionally, use frame_pc_unwind as an alternative. Add
6131 comments.
6132 * arch-utils.c (init_frame_pc_default): Only call
6133 SAVED_PC_AFTER_CALL when available.
6134
6135 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
6136
6137 * infrun.c (stop_soon): Rename from stop_soon_quietly.
6138 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
6139 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
6140 (start_remote): Ditto.
6141 (handle_inferior_event): Ditto.
6142 (save_inferior_status): Ditto.
6143 (restore_inferior_status): Ditto.
6144 * infcmd.c (attach_command): Ditto.
6145 * fork-child.c (startup_inferior): Ditto.
6146 * inferior.h (stop_soon): Rename from stop_soon_quietly.
6147 * alpha-tdep.c (heuristic_proc_start): Ditto.
6148 * mips-tdep.c (heuristic_proc_start): Ditto.
6149 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
6150 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
6151 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
6152 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
6153 * remote-vx.c (vx_create_inferior): Ditto.
6154
6155 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
6156
6157 * infrun.c (stop_soon_quietly): Make it an enum, to better
6158 override the default behavior of handle_inferior_event.
6159 (clear_proceed_status): Update uses of stop_soon_quietly to
6160 reflect that it is now an enum.
6161 (start_remote): Ditto.
6162 (handle_inferior_event): Change logic a bit if stop_soon_quietly
6163 is set to handle the new GNU/Linux kernel behavior for
6164 attach/sigstop. Update uses of stop_soon_quietly.
6165 * inferior.h (enum stop_kind): New enum.
6166 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
6167 Reset normal handle_inferior_event behavior, afterwards.
6168 * fork-child.c (startup_inferior): Update.
6169 * alpha-tdep.c (heuristic_proc_start): Update.
6170 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
6171 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
6172 * solib-osf.c (osf_solib_create_inferior_hook): Update.
6173 * solib-irix.c (irix_solib_create_inferior_hook): Update.
6174 * remote-vx.c (vx_create_inferior): Update.
6175 * mips-tdep.c (heuristic_proc_start): Update.
6176
6177 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
6178
6179 * disasm.c (dump_insns): Move variables inside loop, or they will
6180 be freed more than once, causing wild memory corruptions.
6181 (gdb_disassembly): Look for the substring "-thread",
6182 instead of "-threads" in the target name, to make sure to find
6183 the 'multi-thread' target. Also, make sure we do the right thing
6184 with the "core" target.
6185
6186 2003-04-07 Kevin Buettner <kevinb@redhat.com>
6187
6188 * mips-tdep.c (mips_print_fp_register): New function, created from
6189 do_fp_register_row(). Registers are now (also) printed as hex.
6190 Only one register is printed per row.
6191 (mips_print_register, do_fp_register_row): Print floating point
6192 registers with mips_print_fp_register().
6193
6194 2003-04-06 Andrew Cagney <cagney@redhat.com>
6195
6196 * valprint.h (inspect_it): Add extern declaration.
6197 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
6198 (selectors_info, classes_info): Ditto.
6199 (find_objc_msgcall): Fix indentation.
6200 (objc_printstr): Delete extern declarations.
6201
6202 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
6203
6204 2003-04-06 Andrew Cagney <cagney@redhat.com>
6205
6206 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
6207 Update comment.
6208 * frame.c (legacy_saved_regs_this_id): Update.
6209 (legacy_get_prev_frame): Update.
6210 * xstormy16-tdep.c: Update comment.
6211 * sparc-tdep.c (sparc_frame_chain): Update comment.
6212 * blockframe.c (legacy_frame_chain_valid): Update.
6213
6214 2003-04-06 Andrew Cagney <cagney@redhat.com>
6215
6216 * valprint.c (val_print_type_code_int): Delete #ifdef
6217 PRINT_TYPELESS_INTEGER code.
6218
6219 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
6220 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
6221 multi-arch definition.
6222 * gdbarch.h: Re-generate.
6223
6224 2003-04-05 Andrew Cagney <cagney@redhat.com>
6225
6226 Eliminate FRAME_FIND_SAVED_REGS.
6227 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6228 Change FSR parameter to a pointer.
6229 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
6230 Assume FSR parameter is a pointer.
6231 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6232 Make fsr a pointer.
6233 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
6234 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
6235 saved_regs a pointer.
6236 (hppa_frame_saved_pc): Ditto.
6237 (find_dummy_frame_regs): Make frame_saved_regs a pointer
6238 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
6239 pointer.
6240 (restore_pc_queue): Make fsr a pointer.
6241 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
6242 (hppa_frame_chain): Make saved_regs a pointer, call
6243 hppa_frame_init_saved_regs.
6244 * sparc-tdep.c: Include "gdb_assert.h".
6245 (sparc_frame_find_saved_regs): Replace internal_error with
6246 gdb_assert.
6247 * remote-vxsparc.c (vx_read_register): Delete reference to
6248 FRAME_FIND_SAVED_REGS.
6249 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
6250 * gdbarch.h: Regenerate.
6251 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6252 (deprecated_get_frame_saved_regs): Delete declaration.
6253 (struct frame_saved_regs): Delete definition.
6254 * frame.c (deprecated_get_frame_saved_regs): Delete function.
6255 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
6256 (hppa_frame_find_saved_regs): Delete declaration.
6257 (FRAME_FIND_SAVED_REGS): Delete macro.
6258 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
6259 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
6260 FRAME_FIND_SAVED_REGS in comment.
6261
6262 2003-04-05 Andrew Cagney <cagney@redhat.com>
6263
6264 * frame.c (frame_func_unwind, get_frame_func): New functions.
6265 * frame.h (get_frame_func, frame_func_unwind): Declare.
6266 (struct frame_info): Add field "prev_func" for caching the
6267 previous frame's function address.
6268 * arm-tdep.c (arm_frameless_function_invocation): Combine
6269 get_pc_function_start and get_frame_pc into get_frame_func.
6270 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6271 (sh64_nofp_frame_init_saved_regs): Ditto.
6272 * s390-tdep.c (s390_function_start): Ditto.
6273 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
6274 (rs6000_frameless_function_invocation): Ditto.
6275 (rs6000_frame_saved_pc): Ditto.
6276 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
6277 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
6278 * i386-tdep.c (i386_frameless_signal_p): Ditto.
6279 (i386_frame_init_saved_regs): Ditto.
6280 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
6281 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
6282 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
6283 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6284 * blockframe.c (frameless_look_for_prologue): Ditto.
6285
6286 2003-04-05 Andrew Cagney <cagney@redhat.com>
6287
6288 * frame.c (legacy_get_prev_frame): Link prev to next at the
6289 function start. Update comments.
6290
6291 2003-04-05 Andrew Cagney <cagney@redhat.com>
6292
6293 * frame.c (get_frame_id): Update comment.
6294 (legacy_get_prev_frame): Update comment.
6295 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
6296 * gdbarch.h: Regenerate.
6297 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
6298 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
6299
6300 2003-04-05 Andrew Cagney <cagney@redhat.com>
6301
6302 * stack.c (print_frame_info): Use get_frame_pc.
6303
6304 2003-04-04 Andrew Cagney <cagney@redhat.com>
6305
6306 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
6307 the frame's type from the unwinder.
6308 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
6309 (create_new_frame, legacy_get_prev_frame): When the unwinder's
6310 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
6311 (get_frame_base_address): Use get_frame_type.
6312 (get_frame_locals_address, get_frame_args_address): Ditto.
6313 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
6314 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
6315 (struct frame_info): Add comment explaining why the frame contains
6316 a "type" field.
6317 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
6318 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
6319 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
6320 NORMAL_FRAME.
6321 * frame-unwind.h: Include "frame.h".
6322 (struct frame_unwind): Add "type" field.
6323 * Makefile.in (frame_unwind_h): Add $(frame_h).
6324
6325 2003-04-04 Andrew Cagney <cagney@redhat.com>
6326
6327 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
6328 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
6329 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
6330 get_frame_base.
6331 (d10v_unwind_dummy_id): Use frame_id_build.
6332 * frame.c (find_frame_sal): Use get_frame_pc.
6333 (create_new_frame): Use deprecated_update_frame_pc_hack and
6334 deprecated_update_frame_base_hack.
6335 (create_sentinel_frame): Add comment about ->pc going away.
6336 (get_prev_frame): Add comment about ->pc going away.
6337 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
6338 frame_id_build, deprecated_update_frame_pc_hack and
6339 deprecated_update_frame_base_hack.
6340 (select_frame): Use get_frame_pc.
6341 (legacy_saved_regs_this_id): Use frame_id_build.
6342
6343 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
6344
6345 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
6346 signed integer case.
6347 (classify_argument): Handle enumerations and references.
6348
6349 2003-04-04 Andrew Cagney <cagney@redhat.com>
6350
6351 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
6352 ID to NULL.
6353
6354 2003-04-01 Adam Fedor <fedor@gnu.org>
6355
6356 * gdb/objc-lang.c (selectors_info): Replace calls to
6357 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
6358 SYMBOL_NATURAL_NAME.
6359 (classes_info, find_methods): Likewise.
6360
6361 2003-04-03 Kevin Buettner <kevinb@redhat.com>
6362
6363 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
6364 ``mach'' to the value determined by bfd_default_set_arch_mach().
6365
6366 2003-04-02 Bob Rossi <bob_rossi@cox.net>
6367
6368 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
6369 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
6370 (mi-cmd-file.o): Update dependencies.
6371
6372 2003-04-01 Kevin Buettner <kevinb@redhat.com>
6373
6374 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6375 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
6376
6377 2003-04-01 Adam Fedor <fedor@gnu.org>
6378
6379 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
6380 * language.h (struct language_defn): Add la_demangle.
6381 (language_demangle): Declare.
6382 * language.c (language_demangle): New function.
6383 (unk_lang_demangle): Likewise.
6384 (unknown_language_defn, auto_language_defn, local_language_defn):
6385 Add ukn_lang_demangle.
6386 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
6387 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
6388 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6389 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6390 * jv-lang.c (java_demangle): New function
6391 (java_language_defn): Use it for la_demangle element.
6392 * objc-lang.c (objc_demangle): Add options argument
6393 (objc_language_defn): Use objc_demangle for la_demangle element.
6394 * maint.c (maintenance_demangle): Replace switch with
6395 call to language_demangle.
6396 * utils.c (fprintf_symbol_filtered): Likewise.
6397
6398 2003-04-01 Andrew Cagney <cagney@redhat.com>
6399
6400 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6401 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6402 PRINT_TYPELESS_INTEGER.
6403 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6404 PUSH_RETURN_ADDRESS.
6405
6406 2003-04-01 Andrew Cagney <cagney@redhat.com>
6407
6408 * Makefile.in (d10v-tdep.o): Update dependencies.
6409 * d10v-tdep.c: Include "frame-base.h".
6410 (d10v_frame_unwind): Make constant.
6411 (d10v_frame_base_address): New function.
6412 (d10v_frame_base): New variable.
6413 (d10v_gdbarch_init): Set frame_base default.
6414 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6415 comment for base.
6416 (d10v_frame_unwind_cache): Set and use "prev_sp".
6417 (d10v_frame_this_id): Use the previous frame's inner most stack
6418 address and this frame's func address for the frame ID. Use
6419 frame_id_build. Don't analyze beyond the current instruction.
6420
6421 2003-04-01 Andrew Cagney <cagney@redhat.com>
6422
6423 * frame.h (get_frame_locals_address, get_frame_args_address):
6424 Refer to the base address, instead of the address of the first
6425 local or parameter.
6426
6427 2003-04-01 Andrew Cagney <cagney@redhat.com>
6428
6429 Add frame debug info addresses:
6430 * frame-base.c: New file.
6431 * frame-base.h: New file.
6432 * frame.h (struct frame_base): Add opaque declaration.
6433 (get_frame_base): Update comment.
6434 (get_frame_base_address): Declare.
6435 (get_frame_locals_address): Declare.
6436 (get_frame_args_address): Declare.
6437 (struct frame_info): Add "base" and "base_cache". Update
6438 comments on the unwinder.
6439 * frame.c: Include "frame-base.h".
6440 (get_frame_locals_address): New function.
6441 (get_frame_base_address): New function.
6442 (get_frame_args_address): New function.
6443 * findvar.c (read_var_value): Use get_frame_locals_address and
6444 get_frame_args_address.
6445 * stack.c (frame_info): Use get_frame_locals_address and
6446 get_frame_args_address.
6447 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6448 moved to "frame-base.c".
6449 * printcmd.c (print_frame_nameless_args): Ditto.
6450 * symtab.h (address_class): Update comments.
6451 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6452 get_frame_base_address.
6453 * dwarf2expr.c (execute_stack_op): Ditto.
6454 * Makefile.in (frame_base_h): Define.
6455 (frame.o): Update dependencies.
6456 (frame-base.o): Add dependencies.
6457 (SFILES): Add frame-base.c.
6458 (COMMON_OBS): Add frame-base.o.
6459
6460 2003-04-01 Andrew Cagney <cagney@redhat.com>
6461
6462 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6463 CALL_DUMMY_LENGTH): Ditto.
6464 * gdbarch.c: Re-generate.
6465 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6466 (CALL_DUMMY_LENGTH): Delete macro.
6467 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6468 * arm-tdep.c (arm_gdbarch_init): Ditto.
6469 * avr-tdep.c (avr_gdbarch_init): Ditto.
6470 * cris-tdep.c (cris_gdbarch_init): Ditto.
6471 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6472 * frv-tdep.c (frv_gdbarch_init): Ditto.
6473 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6474 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6475 * i386-tdep.c (i386_gdbarch_init): Ditto.
6476 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6477 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6478 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6479 * mips-tdep.c (mips_gdbarch_init): Ditto.
6480 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6481 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6482 * s390-tdep.c (s390_gdbarch_init): Ditto.
6483 * sh-tdep.c (sh_gdbarch_init): Ditto.
6484 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6485 * v850-tdep.c (v850_gdbarch_init): Ditto.
6486 * vax-tdep.c (vax_gdbarch_init): Ditto.
6487 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6488
6489 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
6490
6491 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6492
6493 2003-04-01 Andrew Cagney <cagney@redhat.com>
6494
6495 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6496 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6497 * gdbarch.h, gdbarch.c: Re-generate.
6498 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6499 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6500 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6501 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6502 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6503 * infcmd.c (run_stack_dummy): Simplify assuming
6504 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6505 * infrun.c (handle_inferior_event): Ditto.
6506 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6507 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6508 * arm-tdep.c (arm_gdbarch_init): Ditto.
6509 * avr-tdep.c (avr_gdbarch_init): Ditto.
6510 * cris-tdep.c (cris_gdbarch_init): Ditto.
6511 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6512 * frv-tdep.c (frv_gdbarch_init): Ditto.
6513 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6514 * i386-tdep.c (i386_gdbarch_init): Ditto.
6515 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6516 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6517 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6518 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6519 * mips-tdep.c (mips_gdbarch_init): Ditto.
6520 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6521 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6522 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6523 * s390-tdep.c (s390_gdbarch_init): Ditto.
6524 * sh-tdep.c (sh_gdbarch_init): Ditto.
6525 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6526 * v850-tdep.c (v850_gdbarch_init): Ditto.
6527 * vax-tdep.c (vax_gdbarch_init): Ditto.
6528 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6529
6530 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
6531
6532 * symfile.c (symfile_relocate_debug_section): Update call to
6533 bfd_simple_get_relocated_section_contents.
6534
6535 2003-03-31 Andrew Cagney <cagney@redhat.com>
6536
6537 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6538 * gdbarch.h, gdbarch.c: Regenerate.
6539 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6540 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6541 available.
6542 * frame.h (generic_fix_call_dummy): Delete declaration.
6543 * dummy-frame.h: Update comment.
6544 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6545 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6546 fix_call_dummy.
6547 * sh-tdep.c (sh_gdbarch_init): Ditto.
6548 * s390-tdep.c (s390_gdbarch_init): Ditto.
6549 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6550 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6551 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6552 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6553 * i386-tdep.c (i386_gdbarch_init): Ditto.
6554 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6555 * frv-tdep.c (frv_gdbarch_init): Ditto.
6556 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6557 * cris-tdep.c (cris_gdbarch_init): Ditto.
6558 * avr-tdep.c (avr_gdbarch_init): Ditto.
6559 * arm-tdep.c (arm_gdbarch_init): Ditto.
6560
6561 2003-03-31 J. Brobecker <brobecker@gnat.com>
6562
6563 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6564 (INIT_FRAME_AP): Likewise.
6565 (EXTRA_FRAME_INFO): Likewise.
6566
6567 2003-03-31 Andrew Cagney <cagney@redhat.com>
6568
6569 * gdbarch.sh: Include "symfile.h".
6570 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6571 * gdbarch.h, gdbarch.c: Re-generate.
6572 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6573 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6574 call_dummy_address, the default is at entry_point_address.
6575 * v850-tdep.c (v850_gdbarch_init): Ditto.
6576 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6577 * sh-tdep.c (sh_gdbarch_init): Ditto.
6578 * s390-tdep.c (s390_gdbarch_init): Ditto.
6579 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6580 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6581 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6582 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6583 * i386-tdep.c (i386_gdbarch_init): Ditto.
6584 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6585 * frv-tdep.c (frv_gdbarch_init): Ditto.
6586 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6587 * cris-tdep.c (cris_gdbarch_init): Ditto.
6588 * arm-tdep.c (arm_gdbarch_init): Ditto.
6589
6590 2003-03-31 Andrew Cagney <cagney@redhat.com>
6591
6592 * gdbarch.sh (CALL_DUMMY_P): Delete.
6593 * gdbarch.h, gdbarch.c: Re-generate.
6594 * inferior.h (CALL_DUMMY_P): Delete macro.
6595 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6596 * vax-tdep.c (vax_gdbarch_init): Update.
6597 * v850-tdep.c (v850_gdbarch_init): Update.
6598 * sparc-tdep.c (sparc_gdbarch_init): Update.
6599 * sh-tdep.c (sh_gdbarch_init): Update.
6600 * s390-tdep.c (s390_gdbarch_init): Update.
6601 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6602 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6603 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6604 * mips-tdep.c (mips_gdbarch_init): Update.
6605 * mcore-tdep.c (mcore_gdbarch_init): Update.
6606 * m68k-tdep.c (m68k_gdbarch_init): Update.
6607 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6608 * ia64-tdep.c (ia64_gdbarch_init): Update.
6609 * i386-tdep.c (i386_gdbarch_init): Update.
6610 * h8300-tdep.c (h8300_gdbarch_init): Update.
6611 * frv-tdep.c (frv_gdbarch_init): Update.
6612 * d10v-tdep.c (d10v_gdbarch_init): Update.
6613 * cris-tdep.c (cris_gdbarch_init): Update.
6614 * breakpoint.c (deprecated_frame_in_dummy): Update.
6615 * avr-tdep.c (avr_gdbarch_init): Update.
6616 * alpha-tdep.c (alpha_gdbarch_init): Update.
6617 * arm-tdep.c (arm_gdbarch_init): Update.
6618 * dummy-frame.c (dummy_frame_this_id): Update comments.
6619 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6620 * frame.c (legacy_get_prev_frame): Ditto.
6621 * valops.c (call_function_by_hand): Delete function.
6622 (hand_function_call): Rename to call_function_by_hand
6623
6624 2003-03-30 Andrew Cagney <cagney@redhat.com>
6625
6626 2002-11-10 Klee Dienes <kdienes@apple.com>
6627 * value.h (struct value): Update comment.
6628
6629 2003-03-30 Andrew Cagney <cagney@redhat.com>
6630
6631 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6632 D10V_FP_REGNUM.
6633 (d10v_gdbarch_init): Do not set fp_regnum.
6634
6635 * frame.c (get_frame_base): Force ID initialization.
6636 (get_prev_frame): Move computation of the frame ID from here ...
6637 (get_frame_id): ... to here.
6638 (legacy_get_prev_frame): Mark the frame ID as valid.
6639 * frame.h (struct frame_info): Add field "id_p".
6640
6641 2003-03-30 Mark Kettenis <kettenis@gnu.org>
6642
6643 * i386-tdep.c (i386_store_struct_return): Removed.
6644 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6645
6646 2003-03-30 Andrew Cagney <cagney@redhat.com>
6647
6648 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6649 * gdbarch.h, gdbarch.c: Regenerate.
6650 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6651 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6652 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6653 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6654 * i386-tdep.c (i386_gdbarch_init): Ditto.
6655 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6656 * cris-tdep.c (cris_gdbarch_init): Ditto.
6657 * vax-tdep.c (vax_gdbarch_init): Ditto.
6658 * s390-tdep.c (s390_gdbarch_init): Ditto.
6659 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6660 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6661 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6662 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6663 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6664 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6665 * sparc-tdep.c (sparc_gdbarch_init): Update.
6666 * sh-tdep.c (sh_gdbarch_init): Update.
6667 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6668 * mips-tdep.c (mips_gdbarch_init): Update.
6669 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6670 * ia64-tdep.c (ia64_gdbarch_init): Update.
6671 * frv-tdep.c (frv_gdbarch_init): Update.
6672 * avr-tdep.c (avr_gdbarch_init): Update.
6673 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6674 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6675 instead of when push_dummy_call is not available.
6676
6677 2003-03-30 Andrew Cagney <cagney@redhat.com>
6678
6679 * infttrace.c: Include "gdbthread.h".
6680 (parent_attach_all): Fix function signature.
6681 (call_ptrace): Update call.
6682 * Makefile.in (infttrace.o): Update dependencies.
6683
6684 2003-03-30 Andrew Cagney <cagney@redhat.com>
6685
6686 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6687 PUSH_RETURN_ADDRESS.
6688 * gdbarch.h, gdbarch.c: Regenerate.
6689 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6690 * x86-64-tdep.c (x86_64_init_abi): Update.
6691 * v850-tdep.c (v850_gdbarch_init): Update.
6692 * sparc-tdep.c (sparc_gdbarch_init): Update.
6693 * sh-tdep.c (sh_gdbarch_init): Update.
6694 * s390-tdep.c (s390_gdbarch_init): Update.
6695 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6696 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6697 * mips-tdep.c (mips_gdbarch_init): Update.
6698 * mcore-tdep.c (mcore_gdbarch_init): Update.
6699 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6700 * ia64-tdep.c (ia64_gdbarch_init): Update.
6701 * i386-tdep.c (i386_gdbarch_init): Update.
6702 * h8300-tdep.c (h8300_gdbarch_init): Update.
6703 * frv-tdep.c (frv_gdbarch_init): Update.
6704 * cris-tdep.c (cris_gdbarch_init): Update.
6705 * avr-tdep.c (avr_gdbarch_init): Update.
6706 * arm-tdep.c (arm_gdbarch_init): Update.
6707 * valops.c (hand_function_call): Update.
6708
6709 2003-03-29 Andrew Cagney <cagney@redhat.com>
6710
6711 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6712 sizeof_call_dummy_words.
6713 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6714 define.
6715 * gdbarch.h: Regenerate.
6716
6717 2003-03-29 Andrew Cagney <cagney@redhat.com>
6718
6719 * infttrace.h: New file.
6720 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6721 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6722 (hpread_read_doc_function_type): Detect an initialized type1.
6723 (hpread_quick_traverse): Initialize mod_name_string.
6724 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6725 (som_solib_get_solib_by_pc): Declare.
6726 (so_lib_thread_start_addr): Declare.
6727 (no_shared_libraries): Declare.
6728 * somread.c (init_import_symbols): Make static. Add forward
6729 declaration.
6730 * config/pa/nm-hppah.h: Include "infttrace.h" for
6731 parent_attach_all.
6732 (hppa_insert_hw_watchpoint): Declare.
6733 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6734 * hppah-nat.c: Include "gdb_string.h".
6735 (parent_attach_all): Delete extern declaration, moved to
6736 "infttrace.h".
6737 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6738 int.
6739 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6740 * Makefile.in (infttrace_h): Define.
6741 (hpread.o): Update dependencies.
6742 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6743 * hppa-hpux-tdep.c: Include "gdb_string.h".
6744 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6745 * infrun.c (handle_inferior_event): Always initialize
6746 stepped_after_stopped_by_watchpoint. Add default and remove
6747 fallthrough in switch statement.
6748 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6749 parameter to int.
6750 (hppa_remove_hw_watchpoint): Ditto.
6751
6752 2003-03-29 Andrew Cagney <cagney@redhat.com>
6753
6754 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6755 offset.
6756
6757 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
6758
6759 * arm-tdep.c (arm_push_arguments): Delete.
6760 (struct stack_item): New type.
6761 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6762 (arm_store_struct_return): Delte.
6763 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6764 arm_push_arguments or arm_store_struct_return.
6765
6766 2003-03-28 Andrew Cagney <cagney@redhat.com>
6767
6768 * Makefile.in (d10v-tdep.o): Update dependencies.
6769 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6770 * d10v-tdep.c: Include "remote.h".
6771 (target_resume_hook): Delete extern declaration.
6772 (target_wait_loop_hook): Ditto.
6773 (tdisassemble_command): Eliminate assignment in "if" conditional.
6774 (d10v_ts2_register_sim_regno): Eliminate call to
6775 legacy_register_sim_regno.
6776 (d10v_ts3_register_sim_regno): Ditto.
6777
6778 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6779
6780 * thread.c: Reindented.
6781 * lin-lwp.c: Ditto.
6782 * linux-proc.c: Ditto.
6783
6784 2003-03-28 Bob Rossi <bob_rossi@cox.net>
6785
6786 * MAINTAINERS (write after approval): Add myself.
6787
6788 2003-03-27 Theodore A. Roth <troth@openavr.org>
6789
6790 * objc-exp.y: Add missing semi-colons.
6791
6792 2003-03-27 Andrew Cagney <cagney@redhat.com>
6793
6794 * regcache.c (write_sp): Delete function and references.
6795 * inferior.h (write_sp): Delete declaration.
6796 * valops.c (hand_function_call): Replace write_sp with
6797 TARGET_WRITE_SP.
6798 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6799 (sparc_pop_frame): Ditto.
6800
6801 2003-03-27 Andrew Cagney <cagney@redhat.com>
6802
6803 * NEWS: Mention removal of support for hppa*-*-bsd* and
6804 hppa*-*-osf* natives, and hppa*-*-pro* target.
6805 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6806 * config/pa/xm-pa.h: Obsolete file.
6807 * config/pa/xm-hppab.h: Obsolete file.
6808 * config/pa/nm-hppab.h: Obsolete file.
6809 * config/pa/tm-hppab.h: Obsolete file.
6810 * config/pa/tm-hppao.h: Obsolete file.
6811 * config/pa/nm-hppao.h: Obsolete file.
6812 * config/pa/tm-pro.h: Obsolete file.
6813 * config/pa/hppaosf.mt: Obsolete file.
6814 * config/pa/hppaosf.mh: Obsolete file.
6815 * config/pa/hppapro.mt: Obsolete file.
6816 * config/pa/hppabsd.mt: Obsolete file.
6817 * config/pa/hppabsd.mh: Obsolete file.
6818 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6819 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6820 hppa*-*-osf*.
6821
6822 2003-03-27 Andrew Cagney <cagney@redhat.com>
6823
6824 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6825 push_arguments. Don't set push_return_address or write_sp.
6826 (d10v_push_dummy_call): Replace d10v_push_arguments.
6827 (d10v_push_return_address, d10v_write_sp): Delete function,
6828 handled by push_dummy_call.
6829
6830 2003-03-26 Andrew Cagney <cagney@redhat.com>
6831
6832 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6833 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6834 regcache and dummy_addr parameters.
6835 * gdbarch.h, gdbarch.c: Re-generate.
6836 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6837 available; assume it will handle stack alignment and return
6838 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6839 legacy_push_arguments.
6840 (legacy_push_arguments): Rename default_push_arguments.
6841 * value.h (legacy_push_arguments): Rename default_push_arguments.
6842 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6843 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6844 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6845 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6846 * config/i386/tm-symmetry.h: Update.
6847 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6848 * x86-64-tdep.c (x86_64_init_abi): Update.
6849 * v850-tdep.c (v850_gdbarch_init): Update.
6850 * sparc-tdep.c (sparc_gdbarch_init): Update.
6851 * sh-tdep.c (sh_gdbarch_init): Update.
6852 * s390-tdep.c (s390_gdbarch_init): Update.
6853 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6854 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6855 * mips-tdep.c (mips_gdbarch_init): Update.
6856 * mcore-tdep.c (mcore_gdbarch_init): Update.
6857 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6858 * ia64-tdep.c (ia64_gdbarch_init): Update.
6859 * i386-tdep.c (i386_gdbarch_init): Update.
6860 * hppa-tdep.c (hppa_gdbarch_init): Update.
6861 * h8300-tdep.c (h8300_gdbarch_init): Update.
6862 * frv-tdep.c (frv_gdbarch_init): Update.
6863 * d10v-tdep.c (d10v_gdbarch_init): Update.
6864 * cris-tdep.c (cris_gdbarch_init): Update.
6865 * avr-tdep.c (avr_gdbarch_init): Update.
6866 * arm-tdep.c (arm_gdbarch_init): Update.
6867 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6868 * alpha-tdep.c (alpha_gdbarch_init): Update.
6869
6870 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6871
6872 * signals/signals.c (do_target_signal_to_host): Correct realtime
6873 signal range test.
6874
6875 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6876
6877 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6878 (struct sal_chain, map_catch_names): Remove.
6879 (catch_exception_command_1): Don't call
6880 handle_gnu_4_16_catch_command.
6881
6882 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6883
6884 From Mark Dettinger <dettinge@de.ibm.com>:
6885 * dwarf2cfi.c (read_2u): Increment pointer by two.
6886
6887 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6888
6889 * signals/signals.c: Fix typos in last change.
6890
6891 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6892
6893 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6894 not already defined. Use __SIGRTMIN if available.
6895 (target_signal_from_host): Remove SIGRTMIN block.
6896 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6897 the signal is within the realtime range.
6898
6899 2003-03-25 Adam Fedor <fedor@gnu.org>
6900
6901 * Makefile.in (infrun.o): Add $(language_h)
6902 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6903 for language specific trampolines.
6904 * language.h (struct language_defn): Add skip_trampoline.
6905 (skip_language_trampoline): Declare.
6906 * language.c (unk_lang_trampoline, skip_language_trampoline):
6907 New functions.
6908 (unknown_language_defn, auto_language_defn, local_language_defn):
6909 Add ukn_lang_trampoline.
6910 * ada-lang.c (ada_language_defn): Add NULL for language
6911 specific skip_trampoline.
6912 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6913 scm-lang.c: Likewise.
6914 * objc-lang.c (objc_skip_trampoline): New function.
6915 (objc_language_defn): Add objc_skip_trampoline.
6916
6917 2003-03-25 Andrew Cagney <cagney@redhat.com>
6918
6919 * frame.c (get_prev_frame): Delay validating a frame's ID -
6920 non-NULL, didn't go backwards - until an attempt to unwind it to
6921 the previous frame.
6922
6923 2003-03-25 Andrew Cagney <cagney@redhat.com>
6924
6925 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6926 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6927 * gdbarch.h, gdbarch.c: Re-generate.
6928 * config/sparc/tm-sparc.h
6929 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6930 * sparc-tdep.c (sparc_gdbarch_init): Set
6931 deprecated_extra_stack_alignment_needed.
6932 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6933 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6934 extra_stack_alignment_needed.
6935 * v850-tdep.c (v850_gdbarch_init): Ditto.
6936 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6937 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6938 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6939 * cris-tdep.c (cris_gdbarch_init): Ditto.
6940 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6941 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6942
6943 2003-03-25 Andrew Cagney <cagney@redhat.com>
6944
6945 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6946 STORE_STRUCT_RETURN.
6947 * gdbarch.h, gdbarch.c: Regenerate.
6948 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6949 (d10v_push_arguments): Set the struct return register.
6950 (d10v_gdbarch_init): Update.
6951 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6952 * x86-64-tdep.c (x86_64_init_abi): Update.
6953 * vax-tdep.c (vax_gdbarch_init): Update.
6954 * v850-tdep.c (v850_gdbarch_init): Update.
6955 * sparc-tdep.c (sparc_gdbarch_init): Update.
6956 * sh-tdep.c (sh_gdbarch_init): Update.
6957 * s390-tdep.c (s390_gdbarch_init): Update.
6958 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6959 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6960 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6961 * mips-tdep.c (mips_gdbarch_init): Update.
6962 * mcore-tdep.c (mcore_gdbarch_init): Update.
6963 * m68k-tdep.c (m68k_gdbarch_init): Update.
6964 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6965 * ia64-tdep.c (ia64_gdbarch_init): Update.
6966 * i386-tdep.c (i386_gdbarch_init): Update.
6967 * hppa-tdep.c (hppa_gdbarch_init): Update.
6968 * h8300-tdep.c (h8300_gdbarch_init): Update.
6969 * frv-tdep.c (frv_gdbarch_init): Update.
6970 * cris-tdep.c (cris_gdbarch_init): Update.
6971 * avr-tdep.c (avr_gdbarch_init): Update.
6972 * arm-tdep.c (arm_gdbarch_init): Update.
6973 * alpha-tdep.c (alpha_gdbarch_init): Update.
6974
6975 2003-03-25 Andrew Cagney <cagney@redhat.com>
6976
6977 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
6978 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
6979 CALL_DUMMY_STACK_ADJUST with a predicate variable.
6980 * gdbarch.h, gdbarch.c: Regenerate.
6981 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6982 call_dummy_stack_adjust_p.
6983 * vax-tdep.c (vax_gdbarch_init): Ditto.
6984 * v850-tdep.c (v850_gdbarch_init): Ditto.
6985 * sh-tdep.c (sh_gdbarch_init): Ditto.
6986 * s390-tdep.c (s390_gdbarch_init): Ditto.
6987 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6988 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6989 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6990 * mips-tdep.c (mips_gdbarch_init): Ditto.
6991 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6992 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6993 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6994 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6995 * i386-tdep.c (i386_gdbarch_init): Ditto.
6996 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6997 * frv-tdep.c (frv_gdbarch_init): Ditto.
6998 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6999 * cris-tdep.c (cris_gdbarch_init): Ditto.
7000 * avr-tdep.c (avr_gdbarch_init): Ditto.
7001 * arm-tdep.c (arm_gdbarch_init): Ditto.
7002 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7003 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
7004 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
7005 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
7006 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
7007 call_dummy_stack_adjust_p.
7008 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
7009 (CALL_DUMMY_STACK_ADJUST): Delete macro.
7010 * sparc-tdep.c (sparc32_push_arguments): Update.
7011 * valops.c (hand_function_call): Update.
7012
7013 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
7014
7015 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
7016 set_gdbarch_char_signed.
7017
7018 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
7019
7020 PR cli/548
7021 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
7022
7023 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
7024
7025 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
7026 (_initialize_arm_tdep): Don't set tm_print_insn.
7027
7028 2003-03-24 Adam Fedor <fedor@gnu.org>
7029
7030 * Makefile.in (YYOBJ): Add objc-exp.tab.o
7031 * objc-lang.h: Add multiple inclusion protection.
7032 (start_msglist, add_msglist, end_msglist): Additional declarations.
7033
7034 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
7035
7036 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
7037 value was renamed to ARM_FLOAT_SOFT_FPA.
7038
7039 2003-03-23 Andrew Cagney <cagney@redhat.com>
7040
7041 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
7042 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
7043 * gdbarch.h, gdbarch.c: Regenerate.
7044 * valops.c (hand_function_call): Update.
7045 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7046 * frame.c (legacy_saved_regs_this_id): Update.
7047 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
7048 * dummy-frame.h: Update.
7049 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
7050 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7051 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
7052 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
7053 * config/m68k/tm-sun3.h: Update.
7054 * blockframe.c (inside_main_func, frame_chain_valid): Update.
7055 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7056 * x86-64-tdep.c (x86_64_init_abi): Update.
7057 * vax-tdep.c (vax_gdbarch_init): Update.
7058 * v850-tdep.c (v850_gdbarch_init): Update.
7059 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
7060 * sh-tdep.c (sh_gdbarch_init): Update.
7061 * s390-tdep.c (s390_gdbarch_init): Update.
7062 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
7063 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
7064 (frame_get_saved_regs): Update.
7065 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7066 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7067 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7068 * mips-tdep.c (mips_gdbarch_init): Update.
7069 * mcore-tdep.c (mcore_gdbarch_init): Update.
7070 * m68k-tdep.c (m68k_gdbarch_init): Update.
7071 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7072 * ia64-tdep.c (ia64_gdbarch_init): Update.
7073 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
7074 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7075 (i386_interix_back_one_frame): Update.
7076 * hppa-tdep.c (hppa_gdbarch_init): Update.
7077 (hppa_init_extra_frame_info): Update.
7078 * h8300-tdep.c (h8300_gdbarch_init): Update.
7079 * frv-tdep.c (frv_gdbarch_init): Update.
7080 * cris-tdep.c (cris_gdbarch_init): Update.
7081 * avr-tdep.c (avr_gdbarch_init): Update.
7082 * arm-tdep.c (arm_gdbarch_init): Update.
7083 * alpha-tdep.c (alpha_gdbarch_init): Update.
7084
7085 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7086
7087 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
7088 (arm_get_fp_model): Declare.
7089 * arm-tdep.c (fp_model_strings): New string array.
7090 (arm_fp_model, current_fp_model): New variables.
7091 (arm_get_fp_model): New function.
7092 (arm_set_fp): New function.
7093 (set_fp_model_sfunc): New function.
7094 (show_fp_model): New function.
7095 (_initialize_arm_tdep): Add new command to set/show the FPU.
7096 (arm_extract_return_value): Use arm_get_fp_model.
7097 (arm_store_return_value): Likewise.
7098 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
7099 to initialize the floating-point data types.
7100 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
7101 model is FPA.
7102
7103 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7104
7105 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
7106 the current setting of each value.
7107 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
7108 new_set and new_show. Use add_setshow_cmd_full and
7109 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
7110 commands and add new version as subcommands of "set/show arm".
7111
7112 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7113
7114 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
7115 (set_arm_command, show_arm_command): New functions.
7116 (_initialize_arm_tdep): Add them.
7117 (num_disassembly_options): Renamed from num_flavor_options.
7118 (valid_disassembly_styles): Renamed from valid_flavors.
7119 (disassembly_style): Renamed from disassembly_flavor.
7120 (set_disassembly_style_sfunc): Renamed from
7121 set_disassembly_flavor_sfunc.
7122 (set_disassembly_style): Renamed from set_disassembly_flavor.
7123 (arm_othernames): Updated.
7124 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
7125 command. Add "set/show arm disassembly" commands. Deprecate
7126 "othernames" command.
7127
7128 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7129
7130 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
7131 (arm-tdep.o): Depend on elf_arm_h.
7132
7133 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7134
7135 * Makefile.in (coff_internal_h): Define.
7136 (arm-tdep.o): Update dependencies.
7137
7138 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7139
7140 * arm-tdep.c (prologue_cache): Delete.
7141 (check_prologue_cache, save_prologue_cache): Delete.
7142 (arm_scan_prologue): Don't check or update the prologue_cache.
7143 (arm_gdb_arch_init): Don't initialize it.
7144 (_initialize_arm_tdep): Likewise.
7145
7146 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
7147
7148 * MAINTAINERS (tui): Maintainer of tui code.
7149
7150 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
7151
7152 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
7153 (i386-cygwin-tdep.o): Add dependencies.
7154 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
7155 * i386-cygwin-tdep.c: New file.
7156 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
7157 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
7158
7159 2003-03-20 Andrew Cagney <cagney@redhat.com>
7160
7161 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
7162 (handle_inferior_event): Remove code calling
7163 DYNAMIC_TRAMPOLINE_NEXTPC.
7164
7165 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
7166 already has a full path.
7167
7168 * main.c (gdb_main): Return 1.
7169 (captured_main): Call error to report an invalid interpreter.
7170
7171 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7172 * alpha-osf1-tdep.c: Include "gdb_string.h".
7173
7174 2003-03-19 J. Brobecker <brobecker@gnat.com>
7175
7176 Continuing work to convert the hppa targets to multiarch partial.
7177
7178 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
7179 method, now that hppa_push_dummy_frame has a conformant prototype.
7180 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
7181 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
7182 for the switch to multiarch partial.
7183
7184 2003-03-19 Kevin Buettner <kevinb@redhat.com>
7185
7186 * mdebugread.c (parse_symbol): For stEnd, we're done counting
7187 when iss is issNull.
7188
7189 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7190
7191 * mips-tdep.c (mips_register_name): Fix fencepost error involving
7192 NUM_REGS bounds check.
7193
7194 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7195
7196 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
7197 * mips-tdep.c (gdb_assert.h): Include.
7198 (mips_generic_reg_names, mips_processor_reg_names): Make static.
7199 (mips_register_name): Handle integer registers explicitly. Add
7200 bounds checking.
7201 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
7202 (mips_lsi33k_reg_names): Don't list integer registers; they're
7203 handled by mips_register_name() now.
7204 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
7205 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
7206 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
7207 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
7208 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
7209
7210 2003-03-18 Andrew Cagney <cagney@redhat.com>
7211
7212 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
7213 a void pointer.
7214 * gdbtypes.h (print_scalar_formatted): Update declaration.
7215 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
7216
7217 2003-03-18 J. Brobecker <brobecker@gnat.com>
7218
7219 * infrun.c (observer.h): Add #include.
7220 (normal_stop): Add call to observer_notify_normal_stop.
7221 * Makefile.in (infrun.o): Add dependency on observer.h.
7222
7223 2003-03-18 J. Brobecker <brobecker@gnat.com>
7224
7225 Continuing work to convert the hppa targets to multiarch partial.
7226 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
7227 parameter. Reformat comment.
7228 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7229 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
7230 to match new profile.
7231
7232 2003-03-18 J. Brobecker <brobecker@gnat.com>
7233
7234 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
7235 appear to be working in any case.
7236
7237 2003-03-18 J. Brobecker <brobecker@gnat.com>
7238
7239 * observer.c (observer_test_first_observer): New static variable.
7240 (observer_test_second_observer): Likewise.
7241 (observer_test_third_observer): Likewise.
7242 (observer_test_first_notification_function): New static function.
7243 (observer_test_second_notification_function): Likewise.
7244 (observer_test_third_notification_function): Likewise.
7245
7246 2003-03-17 J. Brobecker <brobecker@gnat.com>
7247
7248 * hppa-tdep.c (gdb_assert.h): Add missing #include.
7249 * somsolib.c (gdb_assert.h): Likewise.
7250 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
7251 (somsolib.o): Likewise.
7252
7253 2003-03-17 Andrew Cagney <cagney@redhat.com>
7254
7255 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
7256 BFD. Simplify setting of di.endian.
7257
7258 2003-03-17 Andrew Cagney <cagney@redhat.com>
7259
7260 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
7261 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
7262
7263 From Elena Zannoni <ezannoni@redhat.com>
7264 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
7265 vector and floating-point parameters.
7266 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
7267 convention.
7268 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
7269
7270 2003-03-17 Fernando Nasser <fnasser@redhat.com>
7271
7272 * MAINTAINERS: Remove my name from several maintainership roles.
7273
7274 2003-03-17 Andrew Cagney <cagney@redhat.com>
7275
7276 Fix frame off-by-one bug.
7277 * frame-unwind.h (frame_this_id_ftype): Replace
7278 frame_unwind_id_ftype.
7279 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
7280 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
7281 with "prev_register".
7282 * frame-unwind.c (frame_unwind_find_by_pc): Return
7283 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
7284 comment.
7285 * dummy-frame.c (cached_find_dummy_frame): Delete function.
7286 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
7287 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
7288 (dummy_frame_unwind): Update.
7289 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7290 sentinel_frame_register_unwind.
7291 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
7292 (sentinel_frame_unwinder): Update.
7293 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7294 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
7295 * frame.c (create_sentinel_frame): Update. Initialize
7296 "prologue_cache" instead of "unwind_cache".
7297 (frame_register_unwind): Call this frame's prev_register with the
7298 next frame and this frame's prologue cache.
7299 (get_prev_frame): Simplify. Always call prev frame's this_id with
7300 this frame and prev frame's prologue cache. Document that this
7301 call is shifted one to the left when compared to the
7302 frame_register_unwind call.
7303 (legacy_saved_regs_prev_register): Replace
7304 frame_saved_regs_register_unwind.
7305 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
7306 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
7307 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7308 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
7309 (d10v_frame_unwind): Update.
7310 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
7311 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
7312 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
7313 "saved_regs" with "this_saved_regs".
7314
7315 2003-03-16 Andrew Cagney <cagney@redhat.com>
7316
7317 * frame.c (frame_pop): Don't call target_store_registers. Fix
7318 problem reported by Mark Kettenis.
7319
7320 2003-03-16 Mark Kettenis <kettenis@gnu.org>
7321
7322 * i386-tdep.c (i386_register_type): Renamed from
7323 i386_register_virtual_type. Adjust function signature.
7324 (i386_gdbarch_init): Set register_type instead of
7325 deprecated_max_register_raw_size,
7326 deprecated_max_register_virtual_size and register_virtual_type.
7327
7328 2003-03-14 Andrew Cagney <cagney@redhat.com>
7329
7330 * frame.c (get_prev_frame): When a legacy frame, always call
7331 legacy_get_prev_frame. Simplify unwind code using assumption that
7332 the unwinder is new.
7333 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
7334 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
7335 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
7336
7337 2003-03-14 Andrew Cagney <cagney@redhat.com>
7338
7339 * frame.c (get_saved_register): Delete function.
7340 * frame.h (get_saved_register): Delete declaration.
7341 * xstormy16-tdep.c: Update comment.
7342 * regcache.h: Update comments.
7343 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
7344 get_saved_register and extract_address, use
7345 frame_read_unsigned_register.
7346 (sparc_frame_saved_pc): Ditto.
7347 (sparc_get_saved_register): Instead of get_saved_register, use
7348 frame_register.
7349 (sparc_pop_frame): Ditto.
7350 * findvar.c: Update comments.
7351 (value_of_register): Call frame_register instead of
7352 get_saved_register.
7353 (value_from_register): Ditto.
7354 * config/sparc/tm-sparc.h: Update comment.
7355 * breakpoint.c: Update comment.
7356
7357 2003-03-14 Andrew Cagney <cagney@redhat.com>
7358
7359 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
7360 GET_SAVED_REGISTER.
7361 * gdbarch.h, gdbarch.c: Re-generate.
7362 * frame.h: Update comments.
7363 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7364 * x86-64-tdep.c (x86_64_init_abi): Update.
7365 * sparc-tdep.c (sparc_gdbarch_init): Update.
7366 * sh-tdep.c (sh_gdbarch_init): Update.
7367 * mips-tdep.c (mips_gdbarch_init): Update.
7368 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7369 * cris-tdep.c (cris_gdbarch_init): Update.
7370 * ia64-tdep.c (ia64_gdbarch_init): Update.
7371 * frame.c (frame_register): Update.
7372 (get_saved_register): Update.
7373 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
7374
7375 2003-03-13 Andrew Cagney <cagney@redhat.com>
7376
7377 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
7378 * gdbarch.h, gdbarch.c: Regenerate.
7379 * valops.c (hand_function_call): Update comment.
7380 * stack.c (return_command): Update comment.
7381 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
7382 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
7383 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7384 * x86-64-tdep.c (x86_64_init_abi): Update.
7385 * vax-tdep.c (vax_gdbarch_init): Update.
7386 * v850-tdep.c (v850_gdbarch_init): Update.
7387 * sparc-tdep.c (sparc_gdbarch_init): Update.
7388 * sh-tdep.c (sh_gdbarch_init): Update.
7389 * s390-tdep.c (s390_gdbarch_init): Update.
7390 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7391 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7392 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7393 * mips-tdep.c (mips_gdbarch_init): Update.
7394 * mcore-tdep.c (mcore_gdbarch_init): Update.
7395 * m68k-tdep.c (m68k_gdbarch_init): Update.
7396 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7397 * ia64-tdep.c (ia64_gdbarch_init): Update.
7398 * i386-tdep.c (i386_gdbarch_init): Update.
7399 * hppa-tdep.c (hppa_gdbarch_init): Update.
7400 * h8300-tdep.c (h8300_gdbarch_init): Update.
7401 * frv-tdep.c (frv_gdbarch_init): Update.
7402 * cris-tdep.c (cris_gdbarch_init): Update.
7403 * avr-tdep.c (avr_gdbarch_init): Update.
7404 * arm-tdep.c (arm_gdbarch_init): Update.
7405 * alpha-tdep.c (alpha_gdbarch_init): Update.
7406
7407 2003-03-13 Andrew Cagney <cagney@redhat.com>
7408
7409 * frame.c (legacy_frame_p): New function.
7410 (get_prev_frame): Use legacy_frame_p.
7411 * frame.h (legacy_frame_p): Declare.
7412
7413 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7414
7415 * MAINTAINERS (write after approval): Alphabetically
7416 listing corrected.
7417
7418 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7419
7420 * MAINTAINERS (write after approval): Add myself.
7421
7422 2003-03-12 Andrew Cagney <cagney@redhat.com>
7423
7424 * frame.c (get_prev_frame): Rename the frame parameter to
7425 "this_frame".
7426 (get_next_frame, legacy_get_prev_frame): Ditto.
7427
7428 2003-03-12 Andrew Cagney <cagney@redhat.com>
7429
7430 * frame.c (get_current_frame): Check target_has_registers before
7431 checking target_has_stack.
7432 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7433 instead of deprecated_selected_frame.
7434 * findvar.c (value_of_register): Pass "frame", not
7435 deprecated_selected_frame, to value_of_builtin_reg.
7436
7437 2003-03-12 Andrew Cagney <cagney@redhat.com>
7438
7439 * regcache.c (regcache_cooked_write_signed): New function.
7440 (regcache_cooked_write_unsigned): New function.
7441 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7442 (regcache_cooked_read_signed): Fix regnum in range assertion.
7443 * regcache.h (regcache_cooked_write_signed): Declare.
7444 (regcache_cooked_write_unsigned): Declare.
7445
7446 2003-03-12 Andrew Cagney <cagney@redhat.com>
7447
7448 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7449 * gdbarch.h, gdbarch.c: Re-generate.
7450 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7451 * x86-64-tdep.h: Update.
7452 * x86-64-tdep.c (x86_64_init_abi): Update.
7453 * v850-tdep.c (v850_gdbarch_init): Update.
7454 * sparc-tdep.c (sparc_gdbarch_init): Update.
7455 * sh-tdep.c (sh_gdbarch_init): Update.
7456 * s390-tdep.c (s390_gdbarch_init): Update.
7457 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7458 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7459 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7460 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7461 * mips-tdep.c (mips_gdbarch_init): Update.
7462 * mcore-tdep.c (mcore_gdbarch_init): Update.
7463 * m68k-tdep.c (m68k_gdbarch_init): Update.
7464 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7465 * ia64-tdep.c (ia64_gdbarch_init): Update.
7466 * i386-tdep.c (i386_gdbarch_init): Update.
7467 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7468 * hppa-tdep.c (hppa_gdbarch_init): Update.
7469 * h8300-tdep.c (h8300_gdbarch_init): Update.
7470 * frv-tdep.c (frv_gdbarch_init): Update.
7471 * cris-tdep.c (cris_gdbarch_init): Update.
7472 * avr-tdep.c (avr_gdbarch_init): Update.
7473 * arm-tdep.c (arm_gdbarch_init): Update.
7474 * alpha-tdep.c (alpha_gdbarch_init): Update.
7475 * sh-tdep.c (sh_init_extra_frame_info): Update.
7476 (sh64_init_extra_frame_info): Update.
7477 * ns32knbsd-nat.c (frame_num_args): Update.
7478 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7479 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7480 (xstormy16_frame_chain_valid): Update.
7481 * vax-tdep.c (vax_saved_pc_after_call): Update.
7482 * v850-tdep.c (v850_frame_chain): Update.
7483 (v850_pop_frame): Update.
7484 (v850_init_extra_frame_info): Update.
7485 * sparc-tdep.c (setup_arbitrary_frame): Update.
7486 * ns32k-tdep.c (umax_frame_num_args): Update.
7487 * s390-tdep.c (s390_pop_frame_regular): Update.
7488 * mn10300-tdep.c (mn10300_frame_chain): Update.
7489 (mn10300_pop_frame_regular): Update.
7490 (mn10300_init_extra_frame_info): Update.
7491 * mips-tdep.c (mips_init_frame_pc_first): Update.
7492 (mips_frame_chain): Update.
7493 (mips_pop_frame): Update.
7494 * mcore-tdep.c (mcore_frame_chain): Update.
7495 (mcore_pop_frame): Update.
7496 (mcore_init_extra_frame_info): Update.
7497 * arch-utils.c (init_frame_pc_default): Update.
7498 * m68k-tdep.c (isi_frame_num_args): Update.
7499 (delta68_frame_num_args): Update.
7500 (news_frame_num_args): Update.
7501 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7502 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7503 (alpha_frame_chain): Update.
7504 (alpha_pop_frame): Update.
7505 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7506 (hppa_init_extra_frame_info): Update.
7507 (hppa_frame_chain): Update.
7508 (hppa_frame_chain_valid): Update.
7509 * cris-tdep.c (cris_init_extra_frame_info): Update.
7510 * avr-tdep.c (avr_init_extra_frame_info): Update.
7511 * arm-tdep.c (arm_frame_chain_valid): Update.
7512 (arm_init_extra_frame_info): Update.
7513 (arm_pop_frame): Update.
7514 * frame.c (frame_pc_unwind): Update.
7515 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7516 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7517 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7518 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7519 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7520 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7521
7522 2003-03-12 Andrew Cagney <cagney@redhat.com>
7523
7524 Eliminate the need for POP_FRAME.
7525 * frame.c (do_frame_unwind_register): New function.
7526 (frame_pop): When no POP_FRAME, pop the frame using register
7527 unwind and a scratch regcache.
7528 (frame_saved_regs_pop): Delete function.
7529 (trad_frame_unwinder): Update.
7530 * d10v-tdep.c (d10v_frame_pop): Delete function.
7531 (d10v_frame_unwind): Update.
7532 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7533 (sentinel_frame_unwinder): Update.
7534 * dummy-frame.c (dummy_frame_pop): Delete function.
7535 (dummy_frame_unwind): Update.
7536 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7537 (struct frame_unwind): Update.
7538
7539 2003-03-11 Kevin Buettner <kevinb@redhat.com>
7540
7541 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7542 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7543 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7544 Do range checks on register number obtained from debugging info.
7545 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7546 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7547 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7548 mapping function.
7549 (do_fp_register_row): Fix typo which caused double type to be
7550 used when attempting to unpack a float.
7551
7552 2003-03-11 J. Brobecker <brobecker@gnat.com>
7553
7554 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7555
7556 2003-03-11 Andrew Cagney <cagney@redhat.com>
7557
7558 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7559 frame. Problem found by Corinna Vinschen.
7560
7561 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7562
7563 * doublest.c (floatformat_from_length): Accept also
7564 the real size of 'long double' type.
7565
7566 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
7567
7568 From Klee Dienes <kdienes@apple.com>:
7569 * breakpoint.c (bpstat_copy): Copy the command lines as well
7570 as the old value, to match what is freed in bpstat_clear.
7571
7572 2003-03-10 David Carlton <carlton@math.stanford.edu>
7573
7574 * minsyms.c (add_minsym_to_hash_table): Replace
7575 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7576 (compare_minimal_symbols, compact_minimal_symbols)
7577 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7578 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7579 of DEPRECATED_SYMBOL_MATCHES_NAME.
7580 (lookup_minimal_symbol_solib_trampoline): Ditto.
7581
7582 2003-03-10 Andrew Cagney <cagney@redhat.com>
7583
7584 * regcache.h (regcache_cooked_read_ftype): Define.
7585 (regcache_save, regcache_restore): Add a cooked_read parameter.
7586 * regcache.c (regcache_save, regcache_restore): Update.
7587 (do_cooked_read): New function.
7588 (regcache_cpy): Pass do_cooked_read to regcache_save and
7589 regcache_restore.
7590
7591 2003-03-10 Andrew Cagney <cagney@redhat.com>
7592
7593 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7594 * gdbarch.h, gdbarch.c: Re-generate.
7595 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7596 * x86-64-tdep.h: Update.
7597 * x86-64-tdep.c (x86_64_init_abi): Update.
7598 * v850-tdep.c (v850_gdbarch_init): Update.
7599 * sparc-tdep.c (sparc_gdbarch_init): Update.
7600 * sh-tdep.c (sh_gdbarch_init): Update.
7601 * s390-tdep.c (s390_gdbarch_init): Update.
7602 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7603 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7604 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7605 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7606 * mips-tdep.c (mips_gdbarch_init): Update.
7607 * mcore-tdep.c (mcore_gdbarch_init): Update.
7608 * m68k-tdep.c (m68k_gdbarch_init): Update.
7609 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7610 * ia64-tdep.c (ia64_gdbarch_init): Update.
7611 * i386-tdep.c (i386_gdbarch_init): Update.
7612 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7613 * hppa-tdep.c (hppa_gdbarch_init): Update.
7614 * h8300-tdep.c (h8300_gdbarch_init): Update.
7615 * frv-tdep.c (frv_gdbarch_init): Update.
7616 * cris-tdep.c (cris_gdbarch_init): Update.
7617 * avr-tdep.c (avr_gdbarch_init): Update.
7618 * arm-tdep.c (arm_gdbarch_init): Update.
7619 * alpha-tdep.c (alpha_gdbarch_init): Update.
7620 * sh-tdep.c (sh_init_extra_frame_info): Update.
7621 (sh64_init_extra_frame_info): Update.
7622 * ns32knbsd-nat.c (frame_num_args): Update.
7623 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7624 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7625 (xstormy16_frame_chain_valid): Update.
7626 * vax-tdep.c (vax_saved_pc_after_call): Update.
7627 * v850-tdep.c (v850_frame_chain): Update.
7628 (v850_pop_frame): Update.
7629 (v850_init_extra_frame_info): Update.
7630 * sparc-tdep.c (setup_arbitrary_frame): Update.
7631 * ns32k-tdep.c (umax_frame_num_args): Update.
7632 * s390-tdep.c (s390_pop_frame_regular): Update.
7633 * mn10300-tdep.c (mn10300_frame_chain): Update.
7634 (mn10300_pop_frame_regular): Update.
7635 (mn10300_init_extra_frame_info): Update.
7636 * mips-tdep.c (mips_init_frame_pc_first): Update.
7637 (mips_frame_chain): Update.
7638 (mips_pop_frame): Update.
7639 * mcore-tdep.c (mcore_frame_chain): Update.
7640 (mcore_pop_frame): Update.
7641 (mcore_init_extra_frame_info): Update.
7642 * arch-utils.c (init_frame_pc_default): Update.
7643 * m68k-tdep.c (isi_frame_num_args): Update.
7644 (delta68_frame_num_args): Update.
7645 (news_frame_num_args): Update.
7646 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7647 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7648 (alpha_frame_chain): Update.
7649 (alpha_pop_frame): Update.
7650 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7651 (hppa_init_extra_frame_info): Update.
7652 (hppa_frame_chain): Update.
7653 (hppa_frame_chain_valid): Update.
7654 * cris-tdep.c (cris_init_extra_frame_info): Update.
7655 * avr-tdep.c (avr_init_extra_frame_info): Update.
7656 * arm-tdep.c (arm_frame_chain_valid): Update.
7657 (arm_init_extra_frame_info): Update.
7658 (arm_pop_frame): Update.
7659 * frame.c (frame_pc_unwind): Update.
7660 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7661 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7662 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7663 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7664 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7665 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7666
7667 2003-03-10 Andrew Cagney <cagney@redhat.com>
7668
7669 * gdbarch.sh (gdbarch_unwind_pc): New method.
7670 * gdbarch.h, gdbarch.c: Regenerate.
7671 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7672 but use read_pc and FRAME_SAVED_PC as fall backs.
7673 (frame_saved_regs_pc_unwind): Delete function.
7674 (trad_frame_unwinder): Update.
7675 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7676 (struct frame_unwind): Update.
7677 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7678 (dummy_frame_unwind): Update.
7679 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7680 (sentinel_frame_unwinder): Update.
7681 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7682 (d10v_frame_unwind): Update.
7683 (d10v_unwind_pc): New function.
7684 (d10v_gdbarch_init): Set unwind_pc.
7685
7686 2003-03-10 Andrew Cagney <cagney@redhat.com>
7687
7688 * gdbarch.h: Re-generate.
7689
7690 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7691 PC.
7692 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7693 the PC register.
7694
7695 2003-03-08 Mark Kettenis <kettenis@gnu.org>
7696
7697 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7698
7699 2003-03-08 Andrew Cagney <cagney@redhat.com>
7700
7701 * cli-out.c: Update copyright.
7702 (cli_out_data): Define typedef. Use instead of ui_out_data.
7703
7704 2003-03-08 Andrew Cagney <cagney@redhat.com>
7705
7706 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7707 the result.
7708
7709 2003-03-07 Andrew Cagney <cagney@redhat.com>
7710
7711 * gdbarch.sh: Don't generate two macro definitions when an
7712 undefined macro taking no arguments.
7713 * gdbarch.h: Regenerate.
7714
7715 2002-03-07 Michal Ludvig <mludvig@suse.cz>
7716
7717 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7718 (x86_64_unwind_dummy_id): New functions.
7719 (x86_64_init_abi): Register these two new functions.
7720
7721 2003-03-07 Michal Ludvig <mludvig@suse.cz>
7722
7723 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
7724 (x86_64_skip_prologue): Move prologue detection to
7725 separate function.
7726 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7727
7728 2003-03-05 Andrew Cagney <cagney@redhat.com>
7729
7730 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7731 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7732 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7733 to use unwind_dummy_id when a dummy frame.
7734 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7735 predicate.
7736 * gdbarch.h, gdbarch.c: Regneerate.
7737
7738 2003-03-05 Andrew Cagney <cagney@redhat.com>
7739
7740 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7741 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7742 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7743 values.
7744
7745 2003-03-05 Andrew Cagney <cagney@redhat.com>
7746
7747 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7748 (struct d10v_unwind_cache): Delete field "frameless". Replace
7749 "next_addr" with "sp_offset". Add "r11_offset".
7750 (d10v_frame_unwind_cache): Update.
7751 (prologue_find_regs): Update. When "mv r11, sp", save the
7752 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7753 RN was saved in r11_offset.
7754
7755 2003-03-05 Andrew Cagney <cagney@redhat.com>
7756
7757 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7758 cached PC value in the next frame.
7759
7760 2003-03-05 Andrew Cagney <cagney@redhat.com>
7761
7762 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7763 "id_unwind_cache" with "id".
7764 (frame_id_unwind): Delete declaration.
7765 * frame.c (frame_id_unwind): Delete function.
7766 (get_prev_frame): Call the frame id unwind method directly. Store
7767 the returned next frame's ID value in NEXT_FRAME. Note that there
7768 is a problem with the wrong unwind ID being called with the wrong
7769 unwind cache.
7770
7771 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7772
7773 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7774
7775 2003-03-05 James Ingham <jingham@apple.com>
7776 Daniel Jacobowitz <drow@mvista.com>
7777
7778 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7779 (auto_cp_abi): New variable.
7780 (current_cp_abi, num_cp_abis): Make static.
7781 (CP_ABI_MAX): Define.
7782 (cp_abis): Turn into an array.
7783 (value_virtual_fn_field): Fix formatting.
7784 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7785 takes a pointer.
7786 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7787 (list_cp_abis, _initialize_cp_abi): New functions.
7788 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7789 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7790 switch_to_cp_abi. Update prototype for register_cp_abi.
7791 * Makefile.in (cp-abi.o): Update dependencies.
7792 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7793 instead of switch_to_cp_abi.
7794 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7795 register_cp_abi.
7796 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7797 register_cp_abi.
7798 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7799
7800 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7801
7802 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7803 * dwarf2loc.c: Include "regcache.h".
7804 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7805 register_size.
7806 * Makefile.in (dwarf2loc.o): Update dependencies.
7807
7808 2003-03-04 Theodore A. Roth <troth@openavr.org>
7809
7810 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7811 number of io registers reported by remote target is not a multiple of
7812 step.
7813
7814 2003-03-04 David Carlton <carlton@math.stanford.edu>
7815
7816 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7817 (lookup_symbol_aux_psymtabs): Update call to
7818 lookup_partial_symbol.
7819 (lookup_transparent_type, find_main_psymtab)
7820 (make_symbol_overload_list): Ditto.
7821
7822 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7823
7824 * MAINTAINERS (Write after approval): Update my email address.
7825
7826 2003-03-03 Andrew Cagney <cagney@redhat.com>
7827
7828 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7829 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7830 predicate. Replace MAX_REGISTER_RAW_SIZE.
7831 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7832 MAX_REGISTER_VIRTUAL_SIZE.
7833 * regcache.c (legacy_max_register_raw_size): New function.
7834 (legacy_max_register_virtual_size): New function.
7835 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7836 (MAX_REGISTER_RAW_SIZE): Define.
7837 (legacy_max_register_raw_size): Declare.
7838 (legacy_max_register_virtual_size): Declare.
7839 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7840 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7841 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7842 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7843 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7844 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7845 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7846 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7847 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7848 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7849 * vax-tdep.c (vax_gdbarch_init): Update.
7850 * v850-tdep.c (v850_gdbarch_init): Update.
7851 * sparc-tdep.c (sparc_gdbarch_init): Update.
7852 * sh-tdep.c (sh_gdbarch_init): Update.
7853 * s390-tdep.c (s390_gdbarch_init): Update.
7854 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7855 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7856 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7857 * mips-tdep.c (mips_gdbarch_init): Update.
7858 * mcore-tdep.c (mcore_gdbarch_init): Update.
7859 * m68k-tdep.c (m68k_gdbarch_init): Update.
7860 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7861 * ia64-tdep.c (ia64_gdbarch_init): Update.
7862 * i386-tdep.c (i386_gdbarch_init): Update.
7863 * hppa-tdep.c (hppa_gdbarch_init): Update.
7864 * h8300-tdep.c (h8300_gdbarch_init): Update.
7865 * frv-tdep.c (frv_gdbarch_init): Update.
7866 * cris-tdep.c (cris_gdbarch_init): Update.
7867 * avr-tdep.c (avr_gdbarch_init): Update.
7868 * arm-tdep.c (arm_gdbarch_init): Update.
7869 * alpha-tdep.c (alpha_gdbarch_init): Update.
7870 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7871 max_register_raw_size or max_register_virtual_size.
7872
7873 2003-03-03 David Carlton <carlton@math.stanford.edu>
7874
7875 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7876 SYMBOL_MATCHES_NAME, add comment.
7877 (SYMBOL_MATCHES_NATURAL_NAME): New.
7878 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7879 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7880 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7881 * symtab.c (lookup_partial_symbol): Use
7882 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7883 unhelpful comment.
7884 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7885 SYMBOL_MATCHES_NAME.
7886 Fix for PR c++/33.
7887
7888 2003-03-03 David Carlton <carlton@math.stanford.edu>
7889
7890 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7891 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7892 by regexp matching against SYMBOL_NATURAL_NAME.
7893
7894 2003-03-03 David Carlton <carlton@math.stanford.edu>
7895
7896 * linespec.c (find_method): Extract code into collect_methods.
7897 (collect_methods): New.
7898
7899 2003-03-02 Mark Kettenis <kettenis@gnu.org>
7900
7901 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7902 get_frame_base.
7903
7904 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7905 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7906
7907 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7908
7909 * arch-utils.c (generic_register_byte): Fix to use the loop index
7910 and not regnum when summing the size of all registers up to regnum.
7911
7912 2003-03-01 Andrew Cagney <cagney@redhat.com>
7913
7914 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7915 FRAME_INIT_SAVED_REGS.
7916 * gdbarch.h, gdbarch.c: Regenerate.
7917 * stack.c (frame_info): Update.
7918 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7919 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7920 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7921 * ns32k-tdep.c (ns32k_pop_frame): Update.
7922 * mips-tdep.c (mips_pop_frame): Update.
7923 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7924 * ia64-tdep.c (ia64_frame_chain): Update.
7925 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7926 (ia64_frameless_function_invocation): Update.
7927 (ia64_init_extra_frame_info): Update.
7928 (ia64_pop_frame_regular): Update.
7929 * frame.h (struct frame_info): Update comment.
7930 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7931 * frame.c (frame_saved_regs_register_unwind): Update.
7932 (frame_saved_regs_register_unwind): Update.
7933 (deprecated_generic_get_saved_register): Update.
7934 * cris-tdep.c: Update comment.
7935 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7936 Rename macro.
7937 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7938 * x86-64-tdep.c (x86_64_init_abi): Update.
7939 * vax-tdep.c (vax_gdbarch_init): Update.
7940 * v850-tdep.c (v850_gdbarch_init): Update.
7941 * sparc-tdep.c (sparc_gdbarch_init): Update.
7942 * sh-tdep.c (sh_gdbarch_init): Update.
7943 * s390-tdep.c (s390_gdbarch_init): Update.
7944 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7945 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7946 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7947 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7948 * mips-tdep.c (mips_gdbarch_init): Update.
7949 * mcore-tdep.c (mcore_gdbarch_init): Update.
7950 * m68k-tdep.c (m68k_gdbarch_init): Update.
7951 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7952 * ia64-tdep.c (ia64_gdbarch_init): Update.
7953 * i386-tdep.c (i386_gdbarch_init): Update.
7954 * frv-tdep.c (frv_gdbarch_init): Update.
7955 * avr-tdep.c (avr_gdbarch_init): Update.
7956 * arm-tdep.c (arm_gdbarch_init): Update.
7957 * alpha-tdep.c (alpha_gdbarch_init): Update.
7958
7959 2003-03-01 Andrew Cagney <cagney@redhat.com>
7960
7961 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
7962 option enum and switch. When no windows, set the interpreter to
7963 INTERP_CONSOLE.
7964
7965 2003-03-01 Andrew Cagney <cagney@redhat.com>
7966
7967 * main.c (captured_main): Replace magic option characters with an
7968 enum.
7969
7970 2003-03-01 Andrew Cagney <cagney@redhat.com>
7971
7972 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
7973 INIT_EXTRA_FRAME_INFO.
7974 * gdbarch.h, gdbarch.c: Regenerate.
7975 * arm-tdep.c: Update comments.
7976 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
7977 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
7978 * frame.h, avr-tdep.c: Ditto.
7979 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
7980 (create_new_frame, legacy_get_prev_frame): Ditto.
7981 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7982 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7983 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
7984 deprecated_init_extra_frame_info instead of init_extra_frame_info.
7985 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7986 * v850-tdep.c (v850_gdbarch_init): Ditto.
7987 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7988 * sh-tdep.c (sh_gdbarch_init): Ditto.
7989 * s390-tdep.c (s390_gdbarch_init): Ditto.
7990 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
7991 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7992 * mips-tdep.c (mips_gdbarch_init): Ditto.
7993 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7994 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7995 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7996 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7997 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7998 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7999 * frv-tdep.c (frv_gdbarch_init): Ditto.
8000 * cris-tdep.c (cris_gdbarch_init): Ditto.
8001 * avr-tdep.c (avr_gdbarch_init): Ditto.
8002 * arm-tdep.c (arm_gdbarch_init): Ditto.
8003 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8004 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8005
8006 2003-03-01 Andrew Cagney <cagney@redhat.com>
8007
8008 * gdbarch.sh (register_type): New function with predicate.
8009 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
8010 * gdbarch.h, gdbarch.c: Re-generate.
8011 * arch-utils.c (generic_register_byte): Use generic_register_size.
8012 (generic_register_size): When available, use
8013 gdbarch_register_type.
8014 * regcache.c (init_regcache_descr): When available, initialize the
8015 register type array using gdbarch_register_type. If the
8016 architecture supplies gdbarch_register_type, do not use the legacy
8017 regcache layout.
8018 * d10v-tdep.c (d10v_register_type): Replace
8019 d10v_register_virtual_type.
8020 (d10v_gdbarch_init): Set register_type instead of
8021 register_virtual_type.
8022
8023 2003-03-01 Andrew Cagney <cagney@redhat.com>
8024
8025 * Makefile.in (ax-gdb.o): Update dependencies.
8026 * ax-gdb.c: Include "regcache.h".
8027 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
8028 * findvar.c (value_of_register): Ditto.
8029 * infcmd.c (default_print_registers_info): Ditto.
8030
8031 2003-03-01 Mark Kettenis <kettenis@gnu.org>
8032
8033 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
8034 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
8035
8036 2003-03-01 Mark Kettenis <kettenis@gnu.org>
8037
8038 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
8039 of STREQ.
8040
8041 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
8042
8043 * Makefile.in (dwarf2loc.o): Update dependencies.
8044 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
8045 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
8046 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
8047 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
8048 (locexpr_tracepoint_var_ref): New function.
8049 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
8050
8051 2003-02-28 Andrew Cagney <cagney@redhat.com>
8052
8053 * regcache.c (register_size): New function.
8054 * regcache.h (register_size): Declare
8055 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
8056 max_register_size instead of MAX_REGISTER_RAW_SIZE.
8057
8058 2003-02-28 David Carlton <carlton@math.stanford.edu>
8059
8060 * linespec.c (decode_compound): Extract code into find_method.
8061 (find_method): New.
8062
8063 2003-02-28 J. Brobecker <brobecker@gnat.com>
8064
8065 * Makefile.in: Add rules to build and link in observer.o.
8066
8067 2003-02-27 J. Brobecker <brobecker@gnat.com>
8068
8069 * observer.c: Minor comments edits.
8070
8071 2003-02-27 J. Brobecker <brobecker@gnat.com>
8072
8073 * observer.h, observer.c: New file.
8074
8075 2003-02-27 Andrew Cagney <cagney@redhat.com>
8076
8077 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
8078
8079 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
8080
8081 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
8082 (M6812_OP_STS_EXT): Likewise.
8083 (m6811_prologue): Use the above to recognize prologue.
8084 (m6812_prologue): Likewise.
8085
8086 2003-02-27 David Carlton <carlton@math.stanford.edu>
8087
8088 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
8089 SYMBOL_PRINT_NAME.
8090 (compare_psymbols): Ditto.
8091 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
8092
8093 2003-02-27 Michael Snyder <msnyder@redhat.com>
8094
8095 * f-lang.c (build_fortran_types): New function.
8096 (_initialize_f_language): Gdbarch-register built-in fortran types.
8097 * doublest.c (extract_floating): Fix warning text.
8098
8099 2003-02-27 Andrew Cagney <cagney@redhat.com>
8100
8101 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
8102 predicate. Replaces PUSH_DUMMY_FRAME.
8103 * gdbarch.h, gdbarch.c: Regnerate.
8104 * valops.c (hand_function_call): Update. Call
8105 generic_push_dummy_frame directly.
8106 * vax-tdep.c (vax_gdbarch_init): Update.
8107 * sparc-tdep.c (sparc_gdbarch_init): Update.
8108 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8109 * m68k-tdep.c (m68k_gdbarch_init): Update.
8110 * hppa-tdep.c (hppa_gdbarch_init): Update.
8111 * alpha-tdep.c (alpha_gdbarch_init): Update.
8112 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8113 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8114 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
8115 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
8116 push_dummy_frame to generic_push_dummy_frame.
8117 * v850-tdep.c (v850_gdbarch_init): Ditto.
8118 * sh-tdep.c (sh_gdbarch_init): Ditto.
8119 * s390-tdep.c (s390_gdbarch_init): Ditto.
8120 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8121 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8122 * mips-tdep.c (mips_gdbarch_init): Ditto.
8123 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8124 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8125 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8126 * i386-tdep.c (i386_gdbarch_init): Ditto.
8127 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8128 * frv-tdep.c (frv_gdbarch_init): Ditto.
8129 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8130 * cris-tdep.c (cris_gdbarch_init): Ditto.
8131 * avr-tdep.c (avr_gdbarch_init): Ditto.
8132 * arm-tdep.c (arm_gdbarch_init): Ditto.
8133
8134 2003-02-26 Kevin Buettner <kevinb@redhat.com>
8135
8136 * mips-tdep.c (show_mips_abi): New function.
8137 (_initialize_mips_tdep): Use show_mips_abi() to implement the
8138 command ``show mips abi''.
8139
8140 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8141
8142 From Elena Zannoni <ezannoni@redhat.com>
8143 * dbxread.c (process_one_symbol): Only record line 0 if one or
8144 more sline entries have been seen for the function.
8145
8146 2003-02-26 Michael Chastain <mec@shout.net>
8147
8148 * configure: Regenerate with autoconf 000227.
8149
8150 2003-02-26 Michael Chastain <mec@shout.net>
8151
8152 Close PR build/660.
8153 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
8154 for old libc5/glibc.
8155 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
8156
8157 2003-02-26 Kris Warkentin <kewarken@qnx.com>
8158
8159 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
8160 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
8161
8162 2003-02-26 Michael Chastain <mec@shout.net>
8163
8164 * configure.in: New variable HAVE_UINTPTR_T.
8165 * configure, config.in: Regenerated.
8166
8167 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
8168
8169 Fix PR build/1097.
8170 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
8171
8172 2003-02-25 Andrew Cagney <cagney@redhat.com>
8173
8174 * frame.c (get_prev_frame): Add comment on check for
8175 inside_entry_func. Only check for inside_entry_file when not a
8176 dummy and not a sentinel. Check that the new frame is not inner
8177 to the old frame.
8178
8179 2003-02-25 Andrew Cagney <cagney@redhat.com>
8180
8181 * frame.c (frame_debug): New variable.
8182 (_initialize_frame): Add "set/show debug frame" command.
8183 (get_prev_frame): When frame_debug, print reason why unwind
8184 failed.
8185
8186 2003-02-25 Michael Chastain <mec@shout.net>
8187
8188 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
8189 to avoid uintptr_t definition problems.
8190
8191 2003-02-25 David Carlton <carlton@math.stanford.edu>
8192
8193 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
8194 (SYMBOL_LINKAGE_NAME): Ditto.
8195 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
8196 SYMBOL_LINKAGE_NAME.
8197 (struct general_symbol_info): Expand comment.
8198 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
8199 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
8200 (SYMBOL_MATCHES_REGEXP): Ditto.
8201 * symtab.c (symbol_natural_name): New function.
8202 * objfiles.h: Replace all uses of SYMBOL_NAME by
8203 DEPRECATED_SYMBOL_NAME.
8204 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
8205 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
8206 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
8207 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
8208 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
8209 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
8210 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
8211 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
8212 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
8213 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
8214 * ada-exp.y: Ditto.
8215 * ada-exp.y: Update copyright.
8216 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
8217 * cp-valprint.c: Ditto.
8218
8219 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
8220
8221 * infptrace.c (detach): Do not flag error if ptrace detach fails
8222 and errno is set to ESRCH.
8223
8224 2003-02-24 Andrew Cagney <cagney@redhat.com>
8225
8226 * infptrace.c (udot_info): Change type of udot_off to long. Use
8227 paddr when printing udot_off's value.
8228
8229 2003-02-24 David Carlton <carlton@math.stanford.edu>
8230
8231 * symtab.c (make_symbol_overload_list): Only read in partial
8232 symtabs containing a matching partial symbol.
8233
8234 2003-02-24 David Carlton <carlton@math.stanford.edu>
8235
8236 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
8237 do the comparison, not strcmp.
8238 * symfile.c (compare_psymbols): Ditto.
8239 * defs.h: Declare strcmp_iw_ordered.
8240 * utils.c (strcmp_iw_ordered): New function.
8241
8242 2003-02-24 Jim Blandy <jimb@redhat.com>
8243
8244 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
8245 support, shared libs): Remove my name from here, to better reflect
8246 reality.
8247
8248 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8249
8250 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
8251 (target_ops): Add to_have_continuable_watchpoint.
8252 * target.c (update_current_target): Add INHERIT line for
8253 to_have_continuable_watchpoint.
8254 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8255 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
8256 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
8257 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
8258
8259 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
8260
8261 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
8262 maintainership.
8263
8264 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8265
8266 * solib.c (solib_open): Call target defined search function after
8267 failing with solib-search-path.
8268 * solist.h (target_so_ops): Add find_and_open_solib function hook and
8269 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
8270
8271 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8272
8273 * MAINTAINERS: Add myself to Write After section.
8274
8275 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8276
8277 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
8278
8279 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
8280
8281 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
8282 (m68hc11_add_reggroups): New function.
8283 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
8284 (m68hc11_gdbarch_init): Install the reggroups.
8285 (_initialize_m68hc11_tdep): Initialize them.
8286
8287 2003-02-21 James E Wilson <wilson@tuliptree.org>
8288
8289 * MAINTAINERS: Update my email address.
8290
8291 2003-02-21 David Carlton <carlton@math.stanford.edu>
8292
8293 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
8294
8295 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
8296
8297 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
8298 * symtab.h: Add opaque declarations of struct axs_value and
8299 struct agent_expr.
8300 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
8301 (struct location_funcs): New type.
8302 (struct symbol): Add "loc" to aux_value.
8303 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
8304 * dwarf2read.c: Include "dwarf2expr.h".
8305 (dwarf2_symbol_mark_computed): New function.
8306 (read_func_scope): Use it.
8307 (var_decode_location): New function.
8308 (new_symbol): Use it.
8309 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
8310
8311 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
8312 (dwarf2expr_h, dwarf2loc_h): New variables.
8313 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
8314 (dwarf2expr.o, dwarf2loc.o): New rules.
8315 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
8316 * buildsym.c (finish_block): Handle LOC_COMPUTED and
8317 LOC_COMPUTED_ARG.
8318 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
8319 * m2-exp.y (yylex): Likewise.
8320 * printcmd.c (address_info, print_frame_args): Likewise.
8321 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
8322 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
8323 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
8324 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
8325 * symtab.c (lookup_block_symbol): Likewise.
8326
8327 2003-02-20 Adam Fedor <fedor@gnu.org>
8328
8329 * symtab.h: Remove objc_specific struct
8330 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
8331 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
8332 Have language_objc use cplus_specific struct.
8333
8334 2003-02-20 Tom Tromey <tromey@redhat.com>
8335
8336 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
8337 TYPE_NAME, when printing a String value. PR java/1075.
8338
8339 2003-02-20 Adam Fedor <fedor@gnu.org>
8340
8341 * objc-lang.h (find_methods): Remove declaration.
8342 * objc-lang.c (find_methods): Make static.
8343
8344 2003-02-20 Christopher Faylor <cgf@redhat.com>
8345
8346 * win32-nat.c (get_image_name): Check return value from
8347 ReadProcessMemory.
8348 (child_xfer_memory): Ditto.
8349
8350 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
8351
8352 * configure.in (TARGET_SYSTEM_ROOT): Set default to
8353 ${exec_prefix}/${target_alias}/sys-root. Match explicit
8354 '${exec_prefix}' (in addition to the expansion thereof) as
8355 relocatable.
8356 * configure: Rebuilt.
8357
8358 2003-02-20 David Carlton <carlton@math.stanford.edu>
8359
8360 * symtab.c (search_symbols): Revert the search_symbols part of my
8361 2002-12-23 patch. Add comment.
8362
8363 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8364
8365 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
8366 * dbxread.c (elfstab_build_psymtabs): Don't call
8367 install_minimal_symbols.
8368 (stabsect_build_psymtabs): Likewise.
8369 * elfread.c (elf_symfile_read): Call install_minimal_symbols
8370 earlier.
8371 * somread.c (som_symfile_read): Call install_minimal_symbols
8372 and do_cleanups earlier.
8373 * nlmread.c (nlm_symfile_read): Likewise.
8374 * mdebugread.c (elfmdebug_build_psymtabs): Call
8375 install_minimal_symbols and make appropriate cleanups.
8376
8377 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8378
8379 * solib.c (reload_shared_libraries): New function.
8380 (_initialize_solib): Add callbacks for ``set solib-search-path''
8381 and ``set solib-absolute-prefix''.
8382
8383 2003-02-20 David Carlton <carlton@math.stanford.edu>
8384
8385 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8386 expand comment.
8387 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8388 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8389 * ada-typeprint.c (ada_typedef_print): Ditto.
8390 * ax-gdb.c (gen_var_ref): Ditto.
8391 * breakpoint.c (print_one_breakpoint): Ditto.
8392 * buildsym.c (finish_block): Ditto.
8393 * c-valprint.c (c_val_print): Ditto.
8394 * expprint.c (print_subexp): Ditto.
8395 * findvar.c (locate_var_value): Ditto.
8396 * infcmd.c (jump_command): Ditto.
8397 * linespec.c (decode_line_2, decode_compound): Ditto.
8398 * maint.c (maintenance_translate_address): Ditto.
8399 * objc-lang.c (compare_selectors, compare_classes): Ditto.
8400 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8401 Ditto.
8402 * p-valprint.c (pascal_val_print): Ditto.
8403 * stabsread.c (define_symbol): Ditto.
8404 * stack.c (print_frame, frame_info, print_block_frame_locals)
8405 (print_frame_arg_vars, return_command): Ditto.
8406 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8407 * symmisc.c (print_symbol): Ditto.
8408 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8409 (compare_search_syms, print_symbol_info, print_msymbol_info)
8410 (rbreak_command): Ditto.
8411 * tracepoint.c (tracepoints_info): Ditto.
8412 * typeprint.c (typedef_print): Ditto.
8413 * valops.c (value_of_variable, hand_function_call): Ditto.
8414 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8415 * ada-typeprint.c: Update Copyright.
8416 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8417 * tracepoint.c, cli/cli-cmds.c: Ditto.
8418
8419 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8420
8421 * frame.c (generic_unwind_get_saved_register): Make non-static.
8422 * frame.h (generic_unwind_get_saved_register): Declare.
8423 * mips-tdep.c (read_next_frame_reg): Fetch register from
8424 current regcache when frame is NULL.
8425 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8426 that must be NULL.
8427 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8428 instead of frame_register_unwind().
8429
8430 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8431
8432 * remote-sim.c (gdbsim_insert_breakpoint)
8433 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8434 code.
8435
8436 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8437
8438 * remote.c (_initialize_remote): Add commands "set/show remote
8439 hardware-watchpoint-limit" and "set/show remote
8440 hardware-breakpoint-limit".
8441 (remote_hw_watchpoint_limit): Initialize to -1.
8442 (remote_hw_breakpoint_limit): Ditto.
8443 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8444
8445 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8446
8447 * coff-pe-read.c: New file - support reading of minimal symbols from a
8448 portable executable using the export table.
8449 * coff-pe-read.h: New file.
8450 * coffread.c: Include coff-pe-read.h.
8451 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8452 debugging symbols found.
8453 * Makefile.in (SFILES): Add coff-pe-read.o.
8454 (coff_pe_read_h): Define.
8455 (COMMON_OBS): Add coff-pe-read.o.
8456 (coffread.o): Add coff_pe_read_h dependency.
8457 (coff-pe-read.o): New target.
8458
8459 2003-02-19 David Carlton <carlton@math.stanford.edu>
8460
8461 * Makefile.in (SFILES): Add block.c.
8462 (block_h): New.
8463 (COMMON_OBS): Add block.o.
8464 (block.o): New.
8465 (x86-64-tdep.o): Add $(block_h).
8466 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8467 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8468 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8469 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8470 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8471 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8472 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8473 * value.h: Add opaque declaration for struct block.
8474 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8475 * ada-lang.h: Ditto.
8476 * x86-64-tdep.c: #include "block.h"
8477 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8478 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8479 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8480 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8481 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8482 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8483 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8484 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8485 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8486 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8487 * symtab.c (block_function): Ditto.
8488 (contained_in): Ditto.
8489 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8490 block.h. Add opaque declaration for struct block.
8491 * symtab.h: Move block_function and contained_in declarations to
8492 block.h. Add opaque declarations for struct block, struct
8493 blockvector.
8494 (struct block): Move to block.h.
8495 (struct blockvector): Ditto.
8496 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8497 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8498 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8499 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8500 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8501 Ditto.
8502 * block.c: New file.
8503 * block.h: New file.
8504
8505 2003-02-19 Theodore A. Roth <troth@openavr.org>
8506
8507 * avr-tdep.c (avr_extract_return_value): Remove function.
8508 (avr_store_return_value): Remove function.
8509 (avr_extract_struct_value_address): Remove function.
8510 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8511
8512 2003-02-19 Andrew Cagney <ac131313@redhat.com>
8513
8514 * rs6000-tdep.c: Include "gdb_assert.h".
8515 (registers_e500): Add "acc" and "spefscr".
8516 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8517 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8518 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8519 really is "r0".
8520 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8521
8522 2003-02-18 Keith Seitz <keiths@redhat.com>
8523
8524 * Makefile.in: Add gdbtk-interps.c.
8525
8526 2003-02-18 Kevin Buettner <kevinb@redhat.com>
8527
8528 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8529 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8530
8531 2003-02-18 Andrew Cagney <cagney@redhat.com>
8532
8533 * symtab.h (struct objfile): Add opaque declaration.
8534
8535 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
8536
8537 From Jim Ingham <jingham@apple.com>:
8538 * dbxread.c (process_one_symbol): Use last_function_start rather
8539 than function_start_offset to find the real beginning of the
8540 current function. The latter is just the text section offset on
8541 some systems, the former is always the real function start.
8542
8543 2003-02-17 Andrew Cagney <cagney@redhat.com>
8544
8545 * configure.in: Revert ${target} != ${host}.
8546
8547 2003-02-17 Andrew Cagney <ac131313@redhat.com>
8548
8549 * configure.in (Makefile): Use the test ${target} != ${host},
8550 instead of the absence of the "nm.h" file, to determine of the
8551 configuration non-native.
8552 * configure: Regenerate.
8553
8554 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
8555
8556 From Brian Ford <ford@vss.fsi.com>
8557
8558 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8559 conditionalize tui_active test.
8560 (lookup_cmd_1): Ditto.
8561
8562 2003-02-14 Mark Kettenis <kettenis@gnu.org>
8563
8564 * configure.in: Add check for _etext.
8565 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8566 available.
8567 * config.in, configure: regenerated.
8568
8569 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
8570
8571 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8572
8573 2003-02-14 Andrew Cagney <ac131313@redhat.com>
8574
8575 * main.c (tui_version): Delete variable.
8576 (captured_main): When --tui, set interpreter_p to "tui" instead of
8577 enabling tui_version.
8578 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8579 tui_version.
8580 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8581 * cli/cli-cmds.c (disassemble_command): Ditto.
8582 * defs.h (tui_version): Delete declaration.
8583 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8584 (tui-interp.o): Add rules.
8585 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8586
8587 2003-02-14 Christopher Faylor <cgf@redhat.com>
8588
8589 * win32-nat.c (register_loaded_dll): Correctly set address range for
8590 just-loaded dll.
8591
8592 2003-02-12 Jason Molenda (jmolenda@apple.com)
8593
8594 * symmisc.c (print_objfile_statistics): Include information about
8595 the number of psymtabs and symtabs in each object file.
8596
8597 2003-02-13 Keith R Seitz <keiths@redhat.com>
8598
8599 * main.h (struct captured_main_args): Add interpreter_p.
8600 * main.c (captured_main): Initialize interpreter_p from context.
8601 * gdb.c (main): Set interpreter_p argument.
8602 * Makefile.in (gdb.o): Add dependency for interps.h.
8603
8604 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8605
8606 * event-top.c (cli_command_loop): Delete declaration.
8607 (_initialize_event_loop): Delete function setting event_loop_hook.
8608 * event-top.h (cli_command_loop): Declare. Update copyright.
8609 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8610 * interps.c (current_interp_command_loop): When event_loop_p, call
8611 cli_command_loop.
8612
8613 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8614
8615 * interps.h (interp_command_loop_ftype): Change return type to
8616 void.
8617
8618 2003-02-12 Michal Ludvig <mludvig@suse.cz>
8619
8620 * x86-64-tdep.c (x86_64_extract_return_value)
8621 (x86_64_store_return_value): Use regcache instead of regbuf.
8622 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8623 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8624
8625 2003-02-11 Andrew Cagney <ac131313@redhat.com>
8626
8627 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8628 * aclocal.m4: Regenerate.
8629 * configure: Regenerate.
8630
8631 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8632 TCL_LD_SEARCH_FLAGS.
8633
8634 2003-02-10 Michal Ludvig <mludvig@suse.cz>
8635
8636 * dwarf2cfi.c: Reindented.
8637
8638 2003-02-09 Andrew Cagney <ac131313@redhat.com>
8639
8640 * interps.c (clear_interpreter_hooks): Convert function definition
8641 to ISO C.
8642
8643 2003-02-07 David Carlton <carlton@math.stanford.edu>
8644
8645 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8646
8647 2003-02-07 Kevin Buettner <kevinb@redhat.com>
8648
8649 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8650 (struct type): ...to here.
8651 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8652 field.
8653 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8654 (replace_type): Set length on all type variants for a given type.
8655
8656 2003-02-07 Andrew Cagney <ac131313@redhat.com>
8657
8658 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8659 <sys/stat.h>.
8660 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8661
8662 2003-02-06 Andrew Cagney <ac131313@redhat.com>
8663
8664 * Makefile.in (symm-nat.o): Update dependencies.
8665 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8666 (lynx-nat.o, ia64-linux-nat.): Ditto.
8667 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8668 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8669 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8670
8671 * Makefile.in (inflow_h): Define.
8672 (procfs.o, inflow.o, procfs.o): Update dependencies.
8673 * inftarg.c (child_stop): Delete extern declaration of
8674 inferior_process_group. Include "inflow.h".
8675 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8676 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8677 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8678 (our_process_group, inferior_process_group): Extern declarations.
8679
8680 * procfs.c: Include "gdb_assert.h".
8681
8682 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8683 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8684 * jv-typeprint.c (java_type_print_base): Ditto.
8685 * typeprint.c (typedef_print): Eliminate STREQ.
8686 * cli/cli-script.c (define_command, define_command): Ditto.
8687 * main.c (captured_main): Ditto.
8688 * values.c (lookup_internalvar): Ditto.
8689 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8690 within `if' conditional.
8691 * linespec.c (decode_line_2): Ditto.
8692 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8693 (bfd_openw_with_cleanup): Ditto.
8694
8695 2003-02-07 Mark Kettenis <kettenis@gnu.org>
8696
8697 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8698 legacy_extract_return_value and store_return_value to
8699 legacy_return_value.
8700
8701 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8702
8703 * win32-nat.c (get_relocated_section_addrs): New function. Find
8704 section load addresses for symbol handling in relocated DLLs.
8705 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8706
8707 2003-02-05 Fred Fish <fnf@intrinsity.com>
8708
8709 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8710 '=' and '!='.
8711 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8712 with '&' and '=='.
8713 (angel_RDI_info): Ditto.
8714 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8715 with '&' and '!='.
8716 (threads_continue_all_with_signals): Ditto.
8717
8718 2003-02-05 Jim Ingham <jingham@apple.com>
8719 Keith Seitz <keiths@redhat.com>
8720 Elena Zannoni <ezannoni@redhat.com>
8721 Andrew Cagney <ac131313@redhat.com>
8722
8723 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8724 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8725 (SUBDIR_MI_OBS): Add "mi-interp.o".
8726 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8727 (SFILES): Add "interps.c".
8728 (COMMON_OBS): Add "interps.o".
8729 (interps_h, mi_main_h): Define.
8730 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8731 (mi-main.o, main.o, event-top.o): Update dependencies.
8732 * cli/cli-interp.c: New file.
8733 * interps.h, interps.c: New files.
8734 * top.c: (gdb_init): Don't install the default interpreter, handed
8735 by captured_main.
8736 * main.c: Include "interps.h".
8737 (interpreter_p): Note that it should malloc'ed.
8738 (captured_command_loop): Call current_interp_command_loop.
8739 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8740 xfree and xstrdup when updating interpreter_p. Install the
8741 default interpreter. Add hack to stop mi1's copyright notice
8742 being encoded.
8743 * event-top.h (gdb_setup_readline): Declare.
8744 (gdb_disable_readline): Declare.
8745 * event-top.c: Include "interps.h".
8746 (display_gdb_prompt): Call current_interp_display_prompt_p.
8747 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8748 gdb_stdlog, and gdb_stdtarg.
8749 (_initialize_event_loop): Don't call gdb_setup_readline.
8750 * cli-out.c (cli_out_set_stream): New function.
8751 * cli-out.h (cli_out_set_stream): Declare.
8752
8753 2003-02-06 Mark Kettenis <kettenis@gnu.org>
8754
8755 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8756 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8757 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8758 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8759 config/i386/i386v42mp.mt: Removed.
8760
8761 2003-02-05 Mark Kettenis <kettenis@gnu.org>
8762
8763 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8764 GDB_OSABI_SOLARIS.
8765
8766 2003-02-05 Michael Chastain <mec@shout.net>
8767
8768 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8769 2.12.1 and earlier versions.
8770
8771 2003-02-05 Andrew Cagney <ac131313@redhat.com>
8772
8773 Remove orphaned hosts, targets and files.
8774 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8775 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8776 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8777 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8778 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8779 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8780 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8781 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8782 * config/sparc/tm-sp64sim.h: Delete.
8783 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8784 hosts.
8785 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8786 mips*-dec-mach3* targets.
8787
8788 2003-02-04 Michael Chastain <mec@shout.net>
8789
8790 * NEWS: Fix typo: sepcifying -> specifying.
8791
8792 2003-02-04 Michael Chastain <mec@shout.net>
8793
8794 * dwarfread.c: Add documentation on the state of dwarf-1,
8795 looking towards obsoletion.
8796
8797 2003-02-03 Michael Chastain <mec@shout.net>
8798
8799 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8800 gdb/testsuite/gdb.c++/pr-1023.exp.
8801
8802 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8803
8804 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8805 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8806
8807 * utils.c (init_page_info): Delete reference to MPW in comments.
8808 * main.c (captured_main): Delete #ifdef MPW.
8809
8810 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8811
8812 * NEWS: Note that the m32r-*-elf* is obsolete.
8813 * monitor.c (monitor_expect): Obsolete reference to m32r.
8814 * configure.tgt: Mark m32r-*-elf* as obsolete.
8815 * MAINTAINERS: Mark m32k as obsolete.
8816 * m32r-rom.c: Obsolete file.
8817 * config/m32r/m32r.mt: Obsolete file.
8818 * config/m32r/tm-m32r.h: Obsolete file.
8819 * m32r-stub.c: Obsolete file.
8820 * m32r-tdep.c: Obsolete file.
8821
8822 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8823
8824 * NEWS: Mention that the z8k-zilog-none is obsolete.
8825 * MAINTAINERS: Mark z8k as obsolete.
8826 * configure.tgt: Obsolete the z8k-*-coff* target.
8827 * config/z8k/z8k.mt: Obsolete file.
8828 * config/z8k/tm-z8k.h: Obsolete file.
8829 * z8k-tdep.c: Obsolete file.
8830
8831 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8832
8833 * NEWS: Mention that the mn10200-elf is obsolete.
8834 * configure.tgt: Obsolete mn10200-*-* target.
8835 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8836 mention that the mn10200 is obsolete.
8837 * breakpoint.h: Ditto.
8838 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8839 * config/mn10200/mn10200.mt: Obsolete file.
8840 * config/mn10200/tm-mn10200.h: Obsolete file.
8841 * mn10200-tdep.c: Obsolete file.
8842
8843 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8844
8845 * MAINTAINERS: Mark h8500 as obsolete.
8846 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8847 * findvar.c (value_from_register): Ditto.
8848 * h8500-tdep.c: Mark file as obsolete.
8849 * config/h8500/h8500.mt: Ditto.
8850 * config/h8500/tm-h8500.h: Ditto.
8851 * NEWS: Mention that h8500 is obsolete.
8852
8853 2003-02-04 David Carlton <carlton@math.stanford.edu>
8854
8855 * objfiles.c (allocate_objfile): Always set name. Add comment at
8856 start of function.
8857 * jv-lang.c (get_dynamics_objfile): Add comment.
8858
8859 2003-02-04 David Carlton <carlton@math.stanford.edu>
8860
8861 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8862 * printcmd.c (build_address_symbolic): Replace uses of
8863 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8864 SYMBOL_NAME, and asm_demangle.
8865 Update copyright.
8866
8867 2003-02-04 David Carlton <carlton@math.stanford.edu>
8868
8869 * linespec.c (decode_compound): Extract code into
8870 lookup_prefix_sym.
8871 (lookup_prefix_sym): New function.
8872
8873 2003-02-04 David Carlton <carlton@math.stanford.edu>
8874
8875 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8876 FLOAT_COERCION_BADNESS.
8877 * gdbtypes.c (rank_one_type): Replace all uses of
8878 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8879
8880 2003-02-04 Jim Blandy <jimb@redhat.com>
8881
8882 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8883 section, let dwarf_macinfo_section point to it, not
8884 dwarf_loc_section.
8885
8886 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8887
8888 Pointed out by Anton Blanchard <anton@samba.org>.
8889 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8890 (ppc_linux_at_sigtramp_return_path): Use it.
8891
8892 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8893
8894 * defs.h (streq): Add prototype.
8895 * utils.c (streq): New function.
8896
8897 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8898 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8899 * mdebugread.c (new_symbol): Likewise.
8900 * stabsread.c (define_symbol): Likewise.
8901 * coffread.c (process_coff_symbol): Likewise.
8902 * dwarfread.c (new_symbol): Likewise.
8903
8904 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8905 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8906 here.
8907 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8908 SYMBOL_INIT_DEMANGLED_NAME.
8909 * objfiles.c: Include "hashtab.h".
8910 (allocate_objfile): Call htab_set_functions_ex for the
8911 demangled_names_hash.
8912 (free_objfile): Call htab_delete for the demangled_names_hash.
8913 * objfiles.h (struct htab): Add declaration.
8914 (struct objfile): Add demangled_names_hash.
8915 * symfile.c: Include "hashtab.h".
8916 (reread_symbols): Call htab_delete for the demangled_names_hash.
8917 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8918 SYMBOL_NAME in the bcache.
8919 * symtab.c: Include "hashtab.h". Update comments.
8920 (create_demangled_names_hash, symbol_set_names): New functions.
8921 (symbol_find_demangled_name): New function, broken out from
8922 symbol_init_demangled_names.
8923 (symbol_init_demangled_names): Use it.
8924 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8925 (SYMBOL_SET_NAMES): New macro.
8926 (symbol_set_names): Add prototype.
8927
8928 2003-02-03 Jim Blandy <jimb@redhat.com>
8929
8930 Use a single, consistent representation for an empty minimal
8931 symbol table in an objfile.
8932 * objfiles.c (terminate_minimal_symbol_table): New function.
8933 (allocate_objfile): Call it.
8934 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8935 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8936 non-NULL.
8937 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8938 objfile has minimal symbols, compare minimal_symbol_count to zero,
8939 instead of comparing msymbols with NULL.
8940 * objfiles.c (have_minimal_symbols): Same.
8941 * solib-sunos.c (solib_add_common_symbols): Call
8942 terminate_minimal_symbol_table.
8943 * symfile.c (reread_symbols): Same.
8944
8945 2003-02-03 Kevin Buettner <kevinb@redhat.com>
8946
8947 * s390-tdep.c (s390_address_class_type_flags)
8948 (s390_address_class_type_flags_to_name)
8949 (s390_address_class_name_to_type_flags): New functions.
8950 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8951 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8952
8953 2003-02-03 Michael Snyder <msnyder@redhat.com>
8954
8955 * arm-tdep.c: Fix spell-o in comment.
8956
8957 2003-02-03 Michal Ludvig <mludvig@suse.cz>
8958
8959 * dwarf2cfi.c (pointer_encoding): Added new parameter.
8960 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8961 error messages to contain BFD filename.
8962
8963 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
8964
8965 Fix PR gdb/742 gdb/743 gdb/877
8966 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
8967 (do_mixed_source_and_assembly): Use
8968 make_cleanup_ui_out_tuple_begin_end and
8969 make_cleanup_ui_out_tuple_begin_end.
8970 (do_mixed_source_and_assembly): Ditto.
8971 * thread.c (do_captured_list_thread_ids): Ditto.
8972 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
8973 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
8974 ui_out_tuple_end): Delete prototypes.
8975 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
8976 ui_out_list_end, ui_out_tuple_end): Delete.
8977
8978 From Kevin Buettner <kevinb@redhat.com>:
8979 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
8980 * ui-out.c (make_cleanup_ui_out_table_begin_end)
8981 (do_cleanup_table_end): New functions.
8982 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
8983 Use cleanups to invoke_ui_out_tuple_end().
8984 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
8985 * cli/cli-setshow.c (cmd_show_list): Use
8986 make_cleanup_ui_out_tuple_begin_end.
8987
8988 2003-02-02 Andrew Cagney <ac131313@redhat.com>
8989
8990 * frame.c (frame_unwind_register): New function.
8991 (frame_unwind_unsigned_register): Use.
8992 (frame_unwind_signed_register): Use.
8993 (frame_read_register): New function.
8994 * frame.h (frame_unwind_register): Declare.
8995 (frame_read_register): Declare.
8996
8997 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
8998 and frame_unwind_register instead of read_memory, write_register
8999 and deprecated_write_register_bytes.
9000
9001 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9002
9003 * frame.h: Note that namelen can be negative.
9004 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
9005 NAME's length.
9006
9007 * NEWS: Mention that the d10v's `regs' command is deprecated.
9008 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
9009 (d10v_print_registers_info): New function.
9010 (show_regs): Call d10v_print_registers_info.
9011 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
9012
9013 2003-02-02 Mark Kettenis <kettenis@gnu.org>
9014
9015 * stack.c (print_frame_info): Restore call to annotate_frame_begin
9016 lost in the previous patch.
9017
9018 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9019
9020 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
9021 * stack.c (print_frame_info_base): Output complete FRAME tuple
9022 for synthesized frames.
9023
9024 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9025
9026 * mips-nat.c (zerobuf): Delete.
9027 (fetch_inferior_registers): Alloc local zerobuf.
9028 (fetch_core_registers): Alloc local zerobuf.
9029 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
9030 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
9031 * thread-db.c (thread_db_store_registers): Ditto.
9032 * sh-tdep.c (sh_do_register): Ditto.
9033 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
9034 * remote-sim.c (gdbsim_store_register): Ditto.
9035 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9036 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9037 * monitor.c (monitor_supply_register): Ditto.
9038 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
9039 * mips-nat.c (fetch_inferior_registers): Ditto.
9040 * m68klinux-nat.c (fetch_register): Ditto.
9041 * lynx-nat.c (fetch_inferior_registers): Ditto.
9042 (fetch_inferior_registers): Ditto.
9043 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
9044 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9045 (hpux_thread_store_registers): Ditto.
9046 * hppah-nat.c (fetch_register): Ditto.
9047 * hppab-nat.c (fetch_register): Ditto.
9048 * hppa-tdep.c (pa_register_look_aside): Ditto.
9049 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
9050 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
9051
9052 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9053
9054 * gdbarch.sh: Explictly specify all method levels. When a
9055 variable with an empty level, provide a non-multi-arch default.
9056 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
9057 * gdbarch.h: Re-generate.
9058 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
9059 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
9060
9061 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9062
9063 * defs.h (host_pointer_to_address): Delete declaration.
9064 (address_to_host_pointer): Delete declaration.
9065 * utils.c (host_pointer_to_address): Delete function.
9066 (address_to_host_pointer): Delete function.
9067 * procfs.c (procfs_address_to_host_pointer): New function.
9068 * procfs.c (proc_set_watchpoint): Use.
9069 (procfs_can_use_hw_breakpoint): Update comments.
9070 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
9071 (som_solib_add): Use.
9072 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
9073 * hppa-tdep.c (unwind_command): Use.
9074
9075 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9076
9077 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
9078 strlen d_name.
9079
9080 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
9081 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
9082 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
9083 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
9084 (define_symbol): Update.
9085 * symfile.c (generic_load): Remove references to nindy.
9086 * symtab.c: Remove references to nindy.
9087
9088 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9089
9090 * infcmd.c (print_float_info): Delete code conditional on
9091 FLOAT_INFO.
9092 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
9093 * config/m68k/nm-apollo68b.h: Ditto.
9094 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
9095 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
9096 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
9097
9098 2003-02-01 Mark Kettenis <kettenis@gnu.org>
9099
9100 * config/i386/tm-i386os9k.h: Removed.
9101
9102 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
9103 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
9104 they're identical to i[3456]86-*-sysv* now.
9105 * config/i386/i386v32.mh: Removed.
9106 * config/i386/xm-i386v32.h: Removed.
9107 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
9108
9109 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
9110
9111 * config/i386/i386dgux.mh: Removed.
9112 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
9113
9114 * configure.in: Fix typo.
9115 * configure: Regenerated.
9116
9117 2003-01-31 David Carlton <carlton@math.stanford.edu>
9118
9119 * dwarf2read.c (dwarf2_locate_sections): Set
9120 dwarf_ranges_section.
9121
9122 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9123
9124 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
9125 * utils.c: Update comments documenting legitimate uses of PTR.
9126
9127 * utils.c: Re-indent.
9128
9129 * config/djgpp/fnchange.lst: Delete nindy files.
9130 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
9131 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
9132 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
9133 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
9134 * nindy-share/README, nindy-share/Onindy.c: Delete files.
9135 * nindy-tdep.c, nindy-share/Makefile: Delete files.
9136 * Makefile.in (init.c): Remove nindy references.
9137 (saber_gdb): Delete rule.
9138 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
9139 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
9140 and a68v-nat.c.
9141 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
9142 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
9143 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
9144 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
9145 nindy-share/stop.h.
9146 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
9147 * saber.suppress: Delete file.
9148
9149 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
9150
9151 * dbxread.c (stabs_data): New static variable.
9152 (fill_symbuf): Support an in-memory buffer for stabs data.
9153 (stabs_seek): New function.
9154 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
9155 (read_ofile_symtab): Use stabs_seek.
9156 (elfstab_build_psymtabs): Take an asection* instead of
9157 an offset and size. Relocate the stabs data if necessary.
9158 Save the section* for dbx_psymtab_to_symtab.
9159 * dwarf2read.c: Add section variables for each debug section.
9160 (dwarf2_locate_sections): Fill them in.
9161 (dwarf2_read_section): Take an asection* argument.
9162 Relocate the section contents if necessary.
9163 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
9164 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
9165 it to dwarf2_read_section.
9166 (dwarf2_build_frame_info): Update callers.
9167 * elfread.c (elf_symfile_read): Update call to
9168 elfstab_build_psymtabs.
9169 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
9170 (DBX_STAB_SECTION): New macro.
9171 * stabsread.h (elfstab_build_psymtabs): Update prototype.
9172 * symfile.c (symfile_dummy_outputs): New function.
9173 (symfile_relocate_debug_section): New function.
9174 * symfile.h (symfile_relocate_debug_section): Add prototype.
9175
9176 2003-01-31 Richard Henderson <rth@redhat.com>
9177
9178 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
9179 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
9180 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
9181 * alpha-tdep.c (alpha_register_name): Add "unique".
9182 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
9183 (ALPHA_UNIQUE_REGNUM): New.
9184 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
9185
9186 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9187
9188 * README: Remove reference to Ericsson 1800 monitor.
9189 * Makefile.in (remote-es.o): Delete rule.
9190 (ALLDEPFILES): Delete remote-es.c.
9191 * remote-es.c: Delete file.
9192 * config/m68k/es1800.mt: Delete file.
9193 * config/djgpp/fnchange.lst: Update.
9194 * configure.tgt: Delete m68*-ericsson-* target.
9195
9196 2003-01-31 Adam Fedor <fedor@gnu.org>
9197
9198 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
9199 Remove duplicate/shadowing variable of same name.
9200
9201 2003-01-30 Jim Blandy <jimb@redhat.com>
9202
9203 * symfile.c (find_separate_debug_file): Assert that the objfile's
9204 directory name we compute ends with a slash, and then assume that
9205 that's so everywhere we use it.
9206
9207 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
9208
9209 * valops.c (value_assign): Flush frame cache after stores to memory
9210 also.
9211
9212 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9213
9214 * Makefile.in (mon960-rom.o): Delete rule.
9215 * mon960-rom.c: Delete file.
9216
9217 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9218
9219 * d10v-tdep.c: Include "frame-unwind.h".
9220 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
9221 list.
9222 (next_addr, uses_frame): Delete.
9223 (struct d10v_unwind_cache): Define.
9224 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
9225 Use info instead of next_addr and uses_frame globals.
9226 (d10v_frame_init_saved_regs): Delete function.
9227 (d10v_init_extra_frame_info): Delete function.
9228 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
9229 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
9230 init_frame_pc or frame_saved_pc.
9231 (d10v_pop_frame): Delete function.
9232 (do_d10v_pop_frame): Delete function.
9233 (d10v_frame_chain): Delete function.
9234 (d10v_frame_chain_valid): Delete function.
9235 (d10v_frame_pc_unwind): New function.
9236 (d10v_frame_id_unwind): New function.
9237 (saved_regs_unwinder): New function.
9238 (d10v_frame_register_unwind): New function.
9239 (d10v_frame_pop): New function.
9240 (d10v_frame_unwind): New variable.
9241 (d10v_frame_p): New function.
9242 (d10v_frame_saved_pc): Delete function.
9243 * Makefile.in (d10v-tdep.o): Update dependencies.
9244
9245 2003-01-30 J. Brobecker <brobecker@gnat.com>
9246
9247 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
9248 causing some regressions due to a change in the default value
9249 for this macro.
9250
9251 2003-01-29 Richard Henderson <rth@redhat.com>
9252 Elena Zannoni <ezannoni@redhat.com>
9253 Daniel Jacobowitz <drow@mvista.com>
9254
9255 Fix PR gdb/961.
9256 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
9257 variables.
9258 (RANGES_SECTION): New.
9259 (dwarf_ranges_buffer): New variable.
9260 (struct comp_unit_head): Add member "die".
9261 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
9262 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
9263 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
9264 (dwarf2_locate_sections): Likewise.
9265 (dwarf2_build_psymtabs): Read .debug_ranges.
9266 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
9267 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
9268 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
9269 Look for DW_AT_ranges and return the bounding box.
9270
9271 2003-01-29 Brian Ford <ford@vss.fsi.com>
9272
9273 * win32-nat.c (cygwin_pid): Removed as unused.
9274 (child_attach): Try fall back to Cygwin pid.
9275
9276 2003-01-29 Jim Blandy <jimb@redhat.com>
9277
9278 * objfiles.h (struct objfile): Doc fix.
9279
9280 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9281
9282 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
9283 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
9284 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
9285 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
9286 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
9287 (FRAME_SAVED_PC): Change to a function with predicate.
9288 * gdbarch.h, gdbarch.c: Re-generate.
9289
9290 2003-01-28 Andrew Cagney <ac131313@redhat.com>
9291
9292 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
9293
9294 * complaints.c (complain): Delete function.
9295 * complaints.h (struct deprecated_complaint): Delete definition.
9296 (complain): Delete declaration.
9297
9298 2003-01-28 Kevin Buettner <kevinb@redhat.com>
9299
9300 * mips-tdep.c (mips_init_extra_frame_info): Return early for
9301 dummy frames.
9302
9303 2003-01-27 Andrew Cagney <ac131313@redhat.com>
9304
9305 * sentinel-frame.h, sentinel-frame.c: New files.
9306 * Makefile.in (frame.o): Update dependencies.
9307 (SFILES): Add sentinel-frame.c.
9308 (sentinel_frame_h): Define.
9309 (COMMON_OBS): Add sentinel-frame.o.
9310 (sentinel-frame.o): Specify dependencies.
9311 * frame.c: Include "sentinel-frame.h".
9312 (frame_register_unwind): Rewrite assuming that there is always a a
9313 ->next frame.
9314 (frame_register, generic_unwind_get_saved_register): Ditto.
9315 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
9316 (create_sentinel_frame, unwind_to_current_frame): New functions.
9317 (get_current_frame): Rewrite using create_sentinel_frame and
9318 unwind_to_current_frame. When possible, always create a frame.
9319 (create_new_frame): Set next to the sentinel frame.
9320 (get_next_frame): Rewrite. Don't go below the level 0 frame.
9321 (deprecated_update_frame_pc_hack): Update the next frame's PC and
9322 ID cache when necessary.
9323 (frame_saved_regs_id_unwind): Use frame_relative_level.
9324 (deprecated_generic_get_saved_register): Use frame_relative_level,
9325 get_frame_saved_regs, get_frame_pc, get_frame_base and
9326 get_next_frame.
9327 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
9328 frame_register.
9329
9330 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9331
9332 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
9333
9334 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9335
9336 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
9337 (maintenance_set_profile_cmd): Use error () instead of warning ().
9338
9339 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9340
9341 * configure.in: Check that -pg works if using --enable-profiling.
9342 Check for monstartup and _mcleanup regardless of --enable-profiling.
9343 * maint.c: Check for monstartup and _mcleanup before using them.
9344 * config.in: Regenerated.
9345 * configure: Regenerated.
9346
9347 2003-01-24 Nick Clifton <nickc@redhat.com>
9348
9349 * Add sh2e support:
9350
9351 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9352
9353 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
9354 (sh2e_show_regs): New.
9355 (sh_gdbarch_init): Handle bfd_mach_sh2e.
9356 * config/sh/tm-sh.h: Added sh2e to comments.
9357
9358 2003-01-23 Jim Blandy <jimb@redhat.com>
9359
9360 * symfile.c (syms_from_objfile): Don't print the "(no debugging
9361 symbols found)" message here; we haven't checked for a separate
9362 debug info file yet, so we don't know yet.
9363 (symbol_file_add_with_addrs_or_offsets): Print it here, after
9364 we've looked everywhere. Also, there's no need to print a special
9365 message when we're loading the separate debug info file: the one
9366 symbol_file_add prints is fine.
9367
9368 2003-01-23 Alexander Larsson <alexl@redhat.com>
9369 Jim Blandy <jimb@redhat.com>
9370
9371 Add support for executables whose debug info has been separated
9372 out into a separate file, leaving only a link behind.
9373 * objfiles.h (struct objfile): New fields: separate_debug_objfile
9374 and separate_debug_objfile_backlink.
9375 (put_objfile_before): New declaration.
9376 * symfile.c: #include "filenames.h".
9377 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
9378 debug info in a separate file, read that, too. Save the addrs
9379 argument, so we can use it again to read the separated debug info;
9380 syms_from_objfile modifies the table we pass it.
9381 (reread_symbols): After re-reading an objfile, call
9382 reread_separate_symbols to refresh its separate debug info
9383 objfile, if it has one.
9384 (reread_separate_symbols, find_separate_debug_file,
9385 get_debug_link_info, separate_debug_file_exists): New functions.
9386 (debug_file_directory): New global var.
9387 (_initialize_symfile): Initialize debug_file_directory, and
9388 provide the new `set debug-file-directory' command to let the user
9389 change it.
9390 * objfiles.c (free_objfile): If this objfile has its debug info in
9391 a separate objfile, free that one too. If this is itself a
9392 separate debug info objfile, clear our parent's backlink.
9393 (put_objfile_before): New function.
9394 * utils.c (gnu_debuglink_crc32): New function.
9395 * defs.h (gnu_debuglink_crc32): New declaration.
9396 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9397 * configure.in: Handle --with-separate-debug-dir config option.
9398 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9399 * acconfig.h (DEBUGDIR): New macro.
9400 * configure, aclocal.m4, config.in: Regenerated.
9401
9402 2003-01-22 Jim Blandy <jimb@redhat.com>
9403
9404 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9405 like the old symbol_file_add, but taking new arguments: you can
9406 now pass in either a `struct section_addr_info' list to say where
9407 each section is loaded, or a `struct section_offsets' table. Pass
9408 these new arguments through to syms_from_objfile as appropriate.
9409 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
9410 with the appropriate quiescent values for the new arguments.
9411
9412 * symfile.c: #include "gdb_assert.h".
9413 (syms_from_objfile): Add the ability to pass in a section offset
9414 table directly, as an alternative to the section_addr_info table.
9415 Document arguments better.
9416 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9417 * symfile.h (syms_from_objfile): Update declaration.
9418 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9419 syms_from_objfile.
9420 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9421
9422 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9423
9424 Original patch by Tom Tromey <tromey@cygnus.com> and
9425 Jason Molenda <jmolenda@apple.com>.
9426 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9427 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9428 * NEWS: Mention profiling.
9429 * configure.in (--enable-gdbtk): Fix typo.
9430 (--enable-profiling): New. Set PROFILE_CFLAGS.
9431 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9432 Fill in function.
9433 (profiling_state): New variable.
9434 (mcleanup_wrapper): New function.
9435 (_initialize_maint): Remove NOTYET, fix call to
9436 add_setshow_boolean_cmd for "maint set profile".
9437 * configure: Regenerated.
9438
9439 2003-01-21 Martin M. Hunt <hunt@redhat.com>
9440
9441 * Makefile.in (install-gdbtk): Install PNG images too.
9442
9443 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9444
9445 * exec.c (text_start): Delete global variable.
9446 (exec_file_attach): Make text_start local to the function.
9447 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9448 * valops.c (hand_function_call): Delete code that handles
9449 BEFORE_TEXT_END and AFTER_TEXT_END.
9450 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9451 of CALL_DUMMY_LOCATION.
9452 * gdbarch.c: Regenerate.
9453 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9454 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9455 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9456 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9457 (text_end): Delete extern declaration.
9458
9459 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9460
9461 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9462 * blockframe.c (backtrace_below_main): Move to "frame.c".
9463 (frame_chain_valid): Delete check for backtrace_below_main.
9464 (_initialize_blockframe): Delete initialization, move ``set
9465 backtrace-below-main'' command to "frame.c".
9466 (do_flush_frames_sfunc): Delete function.
9467 * frame.c: Include "command.h" and "gdbcmd.h".
9468 (frame_type_from_pc): New function.
9469 (create_new_frame): Use frame_type_from_pc.
9470 (legacy_get_prev_frame): New function.
9471 (get_prev_frame): Rewrite. When an old style frame, call
9472 legacy_get_prev_frame. Otherwize, unwind the PC first.
9473 (_initialize_frame): Add ``set backtrace-below-main'' command.
9474 * Makefile.in (frame.o): Update dependencies.
9475
9476 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9477
9478 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9479 DEPRECATED_REGISTERS_INFO.
9480
9481 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9482
9483 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9484 Maintainers'. Update `Various Maintainers'.
9485
9486 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9487
9488 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9489 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9490 Suppress actual parameters when `-'.
9491 * gdbarch.h, gdbarch.c: Regenerate.
9492
9493 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9494
9495 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9496 code handling dummy frames.
9497
9498 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9499
9500 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9501 (struct frame_unwind): Add field pop.
9502 * frame.h (frame_pop): Declare.
9503 * frame.c (frame_saved_regs_pop): New function.
9504 (trad_frame_unwinder): Add frame_saved_regs_pop.
9505 (frame_pop): New function.
9506 * dummy-frame.c (dummy_frame_pop): New function.
9507 (discard_innermost_dummy): New function.
9508 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9509 (dummy_frame_unwind): Add dummy_frame_pop.
9510 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9511 * valops.c (hand_function_call): Ditto.
9512 * stack.c (return_command): Ditto.
9513
9514 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9515
9516 * cris-tdep.c: Fix function declaration indentation.
9517 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9518 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9519 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9520 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9521 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9522 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9523
9524 2003-01-18 Michael Chastain <mec@shout.net>
9525
9526 * README (Unpacking and Installation -- quick overview):
9527 Warn against ".../gdb-5.3/gdb/configure".
9528
9529 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9530
9531 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9532 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9533 (struct frame_unwind): Declare opaque.
9534 (dummy_frame_p): Declare function.
9535 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9536 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9537 * dummy-frame.c: Include "frame-unwind.h".
9538 (dummy_frame_p): New function.
9539 (dummy_frame_unwind): New variable.
9540 * frame.c: Include "frame-unwind.h".
9541 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9542 to use the new unwind field.
9543 (set_unwind_by_pc): Delete function.
9544 (create_new_frame, get_prev_frame): Set unwind field using
9545 frame_unwind_find_by_pc.
9546 (trad_frame_unwind, trad_frame_unwinder): New variables.
9547 * frame.h (trad_frame_unwind): Declare variable.
9548 (frame_id_unwind_ftype): Delete declaration.
9549 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9550 (struct frame_unwind): Declare opaque.
9551 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9552 register_unwind with a single unwind pointer.
9553 * frame-unwind.h, frame-unwind.c: New files.
9554 * Makefile.in (SFILES): Add frame-unwind.c.
9555 (frame_unwind_h): Define.
9556 (COMMON_OBS): Add frame-unwind.o.
9557 (frame-unwind.o): Specify dependencies.
9558 (frame.o, dummy-frame.o): Update dependencies.
9559
9560 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9561
9562 * ada-valprint.c: Eliminate PTR.
9563 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9564 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9565 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9566 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9567 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9568 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9569 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
9570
9571 2003-01-17 Andrew Cagney <ac131313@redhat.com>
9572
9573 * main.c (captured_main): Don't use PTR.
9574 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9575 * gdbtypes.c (lookup_primitive_typename): Ditto.
9576 (lookup_struct_elt_type): Ditto.
9577 * f-valprint.c (info_common_command): Ditto.
9578 (list_all_visible_commons): Ditto.
9579 * jv-typeprint.c (java_type_print_base): Ditto.
9580
9581 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9582 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9583 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9584 i386-interix-nat.c and i386-interix-tdep.c. Rename
9585 m68klinux-nat.c and m68klinux-tdep.c. Rename
9586 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9587 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9588 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9589 * main.c (captured_main): Use xfree, not free.
9590
9591 2003-01-16 Andrew Cagney <ac131313@redhat.com>
9592
9593 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9594 ID back using a parameter.
9595 * frame.c (frame_id_unwind): Update call.
9596 (frame_saved_regs_id_unwind): Update.
9597 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9598 * dummy-frame.h (struct frame_id): Add opaque declaration.
9599 (dummy_frame_id_unwind): Update declaration.
9600
9601 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9602
9603 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9604
9605 2003-01-15 Stephen P. Smith <ischis2@cox.net>
9606
9607 * MAINTAINERS (Stephen P. Smith): Updated email address.
9608
9609 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
9610
9611 Fix PR gdb/898
9612 * breakpoint.c (until_break_command): Add new argument. Use it to
9613 decide whether to stop only at the current frame or not.
9614 * breakpoint.h (until_break_command): Update prototype.
9615 * infcmd.c (until_command): Add new argument to until_break_command
9616 call.
9617 (advance_command): New function.
9618 (_initialize_infcmd): Update help string for 'until' command.
9619 Add new 'advance' command.
9620
9621 2003-01-14 David Carlton <carlton@math.stanford.edu>
9622
9623 * linespec.c (decode_line_1): Normalize comments.
9624 (set_flags): Ditto.
9625 (locate_first_half): Ditto.
9626 (decode_compound): Ditto.
9627 (symtab_from_filename): Ditto.
9628 (decode_all_digits): Ditto.
9629 (decode_dollar): Ditto.
9630 (find_methods): Ditto.
9631 (find_toplevel_char): Ditto.
9632
9633 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9634
9635 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9636 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9637 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9638 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9639 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9640 * language.c, language.h, m32r-tdep.c: Update copyright.
9641 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9642 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9643 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9644 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9645 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9646 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9647
9648 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9649
9650 * stabsread.h (process_later, resolve_cfront_continuation):
9651 Obsolete.
9652 Update copyright years.
9653 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9654 Update copyright year.
9655 * dbxread.c(struct cont_elem): Obsolete.
9656 (process_later, process_now): Obsolete functions.
9657 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9658 Update copyright year.
9659 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9660 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9661 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9662 (parse_partial_symbols): Obsolete cfront support.
9663 * stabsread.c
9664 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9665 macros.
9666 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9667 read_cfront_baseclasses, read_cfront_member_functions,
9668 resolve_cfront_continuation,read_cfront_static_fields,
9669 copy_cfront_struct_fields): Obsolete functions.
9670 (define_symbol, read_one_struct_field): Obsolete cfront support.
9671 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9672 Update Copyright year.
9673
9674 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9675
9676 * stack.c (print_frame_info, print_stack_frame_base_stub,
9677 print_stack_frame_base, show_and_print_stack_frame_stub,
9678 show_and_print_stack_frame, print_only_stack_frame_stub,
9679 print_only_stack_frame): Delete functions.
9680 (print_stack_frame_stub): Call print_frame_info instead of
9681 print_frame_info_base.
9682 (print_frame_info_base): Rename to print_frame_info.
9683 (backtrace_command_1): Call print_frame_info, instead of
9684 print_frame_info_base.
9685 (current_frame_command): Call print_stack_frame, instead of
9686 print_only_stack_frame.
9687 (frame_command): Call print_stack_frame, instead of
9688 show_and_print_stack_frame.
9689 (up_command): Ditto.
9690 (down_command): Ditto.
9691 * frame.h (print_only_stack_frame): Delete prototype.
9692 * infrun.c (normal_stop): Call print_stack_frame, instead of
9693 show_and_print_stack_frame.
9694 * thread.c (info_threads_command): Call print_stack_frame, instead
9695 of print_only_stack_frame.
9696
9697 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9698
9699 * README (Graphical interface to GDB): Update URL. Point at
9700 gdb/links/.
9701
9702 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9703 version match.
9704
9705 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9706
9707 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9708 lines.
9709
9710 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9711
9712 * thread-db.c (attach_thread): Prototype.
9713 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9714 thread information (ti), and valid flags (th_valid, ti_valid).
9715 (attach_thread): Move target_pid_to_str call to after the thread
9716 is added to GDB's list. Initialize the cache.
9717 (thread_get_info_callback, thread_db_map_id2thr)
9718 (thread_db_get_info): New functions.
9719 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9720 (thread_db_store_registers, thread_db_thread_alive)
9721 (thread_db_get_thread_local_address): Use them.
9722 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9723 of calling error() for threads in unknown state.
9724
9725 (clear_lwpid_callback): New function.
9726 (thread_db_resume): Use it to clear the cache.
9727
9728 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9729
9730 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9731 (resume_callback): Remove dead code.
9732
9733 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9734
9735 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9736 predicate.
9737 * gdbarch.h, gdbarch.c: Regenerate.
9738 * stack.c (frame_info): Only initialize the saved registers when
9739 FRAME_INIT_SAVED_REGS_P.
9740 * frame.c (frame_saved_regs_register_unwind): Assert
9741 FRAME_INIT_SAVED_REGS_P.
9742 (deprecated_generic_get_saved_register): Ditto.
9743
9744 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9745
9746 * source.c (openp): Squelch warning about "filename".
9747
9748 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9749
9750 * source.c (openp): If the file does not exist don't necessarily
9751 search the path.
9752
9753 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9754
9755 Fix PR gdb/872.
9756 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9757 (integer_types_same_name_p): New function.
9758 (rank_one_type): Use it.
9759 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9760
9761 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9762
9763 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9764 variables.
9765 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9766 * configure.in: Add --with-sysroot.
9767 * configure: Regenerated.
9768 * main.c (gdb_sysroot): New variable.
9769 (captured_main): Initialize gdb_sysroot.
9770 * defs.h (gdb_sysroot): New extern declaration.
9771 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9772
9773 2003-01-12 Michael Chastain <mec@shout.net>
9774
9775 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9776
9777 2003-01-12 Michael Chastain <mec@shout.net>
9778
9779 * top.c (print_gdb_version): Bump copyright year to 2003.
9780
9781 2003-01-12 David Carlton <carlton@bactrian.org>
9782
9783 * linespec.c (symtab_from_filename): Rename variable 's' to
9784 'file_symtab'.
9785
9786 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9787
9788 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9789 dummy frame.
9790 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9791
9792 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9793
9794 * d10v-tdep.c: Include "gdb_assert.h".
9795 (d10v_store_return_value): Rewrite to match current interface.
9796 (d10v_extract_struct_value_address): Ditto.
9797 (d10v_extract_return_value): Ditto.
9798 (d10v_gdbarch_init): Set store_restore_value,
9799 extract_struct_value_address and extract_return_value.
9800
9801 2003-01-12 J. Brobecker <brobecker@gnat.com>
9802
9803 * hpread.c (set_namestring): New procedure replacing the
9804 SET_NAMESTRING macro.
9805 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9806 by calls to set_namestring.
9807
9808 2003-01-11 J. Brobecker <brobecker@gnat.com>
9809
9810 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9811 a compilation warning.
9812 (hpread_process_one_debug_symbol): Likewise.
9813
9814 2003-01-10 David Carlton <carlton@math.stanford.edu>
9815
9816 * linespec.c (decode_line_1): Rename variable 's' to
9817 'file_symtab'.
9818 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9819 (decode_dollar): Ditto.
9820 (decode_variable): Ditto.
9821 (symbol_found): Ditto.
9822
9823 2003-01-09 Michael Chastain <mec@shout.net>
9824
9825 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9826
9827 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
9828
9829 * win32-nat.c (set_process_privilege): New function.
9830 (child_attach): Call set_process_privilege() to enable the
9831 SE_DEBUG_NAME user privilege if available in process token.
9832
9833 2003-01-10 J. Brobecker <brobecker@gnat.com>
9834
9835 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9836 compilation error in the previous revision.
9837
9838 2003-01-09 David Carlton <carlton@math.stanford.edu>
9839
9840 * linespec.c: Update copyright.
9841
9842 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
9843
9844 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9845 than inferior_ptid.
9846 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9847
9848 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9849
9850 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9851 Update comments.
9852 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9853 (frame_saved_regs_zalloc): Update.
9854 (frame_saved_regs_register_unwind): Update.
9855 (create_new_frame): Update.
9856 (get_prev_frame): Update.
9857 (frame_extra_info_zalloc): Update.
9858 (deprecated_get_frame_saved_regs): Update.
9859 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9860 * cris-tdep.c: Update comment.
9861
9862 * somsolib.h: Fix function indentation.
9863 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9864 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9865 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9866 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9867 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9868
9869 * infrun.c (follow_fork): Use ISO C definition.
9870 * expprint.c (print_subexp): Use xfree instead of free.
9871 * charset.c: Include "gdb_string.h" instead of <string.h>.
9872 (register_iconv_charsets): Use ISO C definition.
9873 (host_charset, target_charset): Ditto.
9874 * Makefile.in (charset.o): Update dependencies.
9875 (mi-cmd-env.o): Update dependencies.
9876
9877 2003-01-08 Andrew Cagney <cagney@redhat.com>
9878
9879 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9880 get_frame_base.
9881
9882 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9883
9884 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9885 build directories. Save edited gdb output in Mbuild.log. If a
9886 build fails, remove any final GDB executable.
9887
9888 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9889
9890 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9891 replacing hex constants with function names and stripping leading
9892 file name directory prefixes.
9893
9894 2003-01-08 Andrew Cagney <cagney@redhat.com>
9895
9896 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9897 get_frame_base.
9898
9899 2003-01-08 David Carlton <carlton@math.stanford.edu>
9900
9901 * linespec.c (decode_line_1): Move code into decode_variable.
9902 (decode_variable): New function.
9903
9904 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9905
9906 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9907
9908 2003-01-08 Andrew Cagney <cagney@redhat.com>
9909
9910 * cris-tdep.c (cris_frame_init_saved_regs): Use
9911 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9912 saved_regs buffer.
9913 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9914 (sh64_nofp_frame_init_saved_regs): Ditto.
9915 (sh_fp_frame_init_saved_regs): Ditto.
9916 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9917 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9918 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9919 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9920
9921 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
9922
9923 * minsyms.c (lookup_minimal_symbol): Update comment.
9924 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9925 (lookup_minimal_symbol_solib_trampoline): Likewise.
9926
9927 2003-01-08 Andrew Cagney <cagney@redhat.com>
9928
9929 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9930 frame_relative_level.
9931
9932 * alpha-tdep.c: Use get_frame_extra_info.
9933 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9934 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9935 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9936 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9937
9938 * alpha-tdep.c: Use get_next_frame.
9939 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9940 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9941 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9942 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9943 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9944 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9945 * xstormy16-tdep.c: Ditto.
9946
9947 2003-01-07 Andrew Cagney <cagney@redhat.com>
9948
9949 * alpha-tdep.c: Use get_frame_base.
9950 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9951 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9952 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9953 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9954 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9955 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9956 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9957 * config/sparc/tm-sparc.h: Ditto.
9958
9959 2003-01-07 Andrew Cagney <cagney@redhat.com>
9960
9961 * frame.c (deprecated_get_frame_context): New function.
9962 (deprecated_set_frame_context): New function.
9963 * frame.h (deprecated_get_frame_context): Declare.
9964 (deprecated_set_frame_context): Declare.
9965 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
9966 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
9967
9968 2003-01-07 Andrew Cagney <cagney@redhat.com>
9969
9970 * frame.c (deprecated_set_frame_next_hack): New function.
9971 (deprecated_set_frame_prev_hack): New function.
9972 * frame.h (deprecated_set_frame_next_hack): Declare.
9973 (deprecated_set_frame_prev_hack): Declare.
9974 * mcore-tdep.c (analyze_dummy_frame): Use
9975 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
9976 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9977
9978 2003-01-07 David Carlton <carlton@math.stanford.edu>
9979
9980 * linespec.c (decode_line_1): Move code into decode_dollar.
9981 (decode_dollar): New function.
9982
9983 2003-01-07 Andrew Cagney <cagney@redhat.com>
9984
9985 * arm-tdep.c (arm_init_extra_frame_info): Use
9986 deprecated_update_frame_base_hack.
9987 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
9988 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9989 (fix_frame_pointer): Ditto.
9990 (mn10300_analyze_prologue): Ditto.
9991
9992 2003-01-07 Andrew Cagney <cagney@redhat.com>
9993
9994 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
9995 extra_info using frame_extra_info_zalloc.
9996 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9997 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
9998 (sh64_init_extra_frame_info): Ditto.
9999 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
10000 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
10001 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
10002 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
10003 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
10004 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
10005 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
10006 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
10007 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
10008 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
10009 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
10010 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
10011
10012 * mn10300-tdep.c (analyze_dummy_frame): Use
10013 deprecated_set_frame_extra_info_hack.
10014 * mcore-tdep.c (analyze_dummy_frame): Ditto.
10015
10016 2003-01-07 J. Brobecker <brobecker@gnat.com>
10017
10018 * mdebugread.c (parse_symbol): Skip stProc entries which storage
10019 class is not scText. These do not define "real" procedures.
10020 (parse_partial_symbols): Likewise.
10021
10022 2003-01-06 Michael Snyder <msnyder@redhat.com>
10023
10024 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
10025
10026 2003-01-06 Andrew Cagney <ac131313@redhat.com>
10027
10028 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
10029 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
10030 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
10031 deprecated_frame_xmalloc_with_cleanup.
10032 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
10033 deprecated_frame_xmalloc.
10034 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
10035 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
10036
10037 2003-01-06 Andrew Cagney <cagney@redhat.com>
10038
10039 * x86-64-linux-tdep.c: Include "osabi.h".
10040 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
10041
10042 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
10043
10044 2003-01-06 Andrew Cagney <cagney@redhat.com>
10045
10046 * MAINTAINERS (Target Instruction Set Architectures): Update
10047 arm-elf. Can be built with -Werror, has been multiarched.
10048
10049 * value.h (unpack_long): Make buffer parameter constant.
10050 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
10051 * scm-lang.h (scm_parse): Ditto.
10052 * defs.h (extract_typed_address, extract_address): Ditto.
10053 (extract_long_unsigned_integer): Ditto.
10054 * inferior.h (unsigned_pointer_to_address): Ditto.
10055 (signed_pointer_to_address): Ditto.
10056 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
10057 * gdbarch.h, gdbarch.c: Regenerate.
10058 * findvar.c (extract_long_unsigned_integer): Update.
10059 (extract_address): Update.
10060 (extract_typed_address): Update.
10061 (unsigned_pointer_to_address): Update.
10062 * values.c (unpack_long): Update.
10063 (unpack_double): Update.
10064 (unpack_pointer): Update.
10065 (unpack_field_as_long): Update.
10066 * d10v-tdep.c (d10v_pointer_to_address): Update.
10067 * avr-tdep.c (avr_pointer_to_address): Update.
10068 * scm-lang.c (scm_unpack): Update.
10069 * findvar.c (signed_pointer_to_address): Update.
10070
10071 2003-01-06 Michal Ludvig <mludvig@suse.cz>
10072
10073 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
10074 since it is in i386-tdep.c.
10075
10076 2003-01-06 J. Brobecker <brobecker@gnat.com>
10077
10078 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
10079 failure introduced in the previous change.
10080
10081 2003-01-05 Michael Chastain <mec@shout.net>
10082
10083 * README: Remove references to deleted remote-*.c files:
10084 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
10085 remote-nrom.c, remote-os9k.c, remote-udi.c.
10086
10087 2003-01-05 Mark Kettenis <kettenis@gnu.org>
10088
10089 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
10090 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
10091 i386_get_longjmp_target.
10092
10093 2003-01-05 Andrew Cagney <ac131313@redhat.com>
10094
10095 * arm-tdep.c (prologue_cache): Change to a pointer.
10096 (_initialize_arm_tdep): Allocate prologue_cache.
10097 (check_prologue_cache): Update.
10098 (save_prologue_cache): Update.
10099 (arm_gdbarch_init): Update.
10100
10101 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10102
10103 * stabsread.c (update_method_name_from_physname): Call complaint()
10104 instead of error.
10105
10106 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10107
10108 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
10109 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
10110 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
10111
10112 * blockframe.c: Include "gdbcmd.h" and "command.h".
10113 (backtrace_below_main): New variable.
10114 (file_frame_chain_valid, func_frame_chain_valid)
10115 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
10116 (generic_func_frame_chain_valid): Remove functions.
10117 (frame_chain_valid, do_flush_frames_sfunc): New functions.
10118 (_initialize_blockframe): New function.
10119 * Makefile.in (blockframe.o): Update dependencies.
10120 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
10121 comment. Call frame_chain_valid ().
10122 * frame.h: Remove old prototypes. Add prototype for
10123 frame_chain_valid and update comments to match.
10124 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
10125 Remove old comment.
10126 * gdbarch.h: Regenerated.
10127 * gdbarch.c: Regenerated.
10128
10129 * alpha-tdep.c (alpha_gdbarch_init): Don't call
10130 set_gdbarch_frame_chain_valid.
10131 * avr-tdep.c (avr_gdbarch_init): Likewise.
10132 * cris-tdep.c (cris_gdbarch_init): Likewise.
10133 * frv-tdep.c (frv_gdbarch_init): Likewise.
10134 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
10135 * i386-tdep.c (i386_svr4_init_abi): Likewise.
10136 (i386_nw_init_abi): Likewise.
10137 (i386_gdbarch_init): Likewise.
10138 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
10139 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
10140 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
10141 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
10142 * mips-tdep.c (mips_gdbarch_init): Likewise.
10143 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
10144 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
10145 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
10146 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10147 * s390-tdep.c (s390_gdbarch_init): Likewise.
10148 * sh-tdep.c (sh_gdbarch_init): Likewise.
10149 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10150 * v850-tdep.c (v850_gdbarch_init): Likewise.
10151 * vax-tdep.c (vax_gdbarch_init): Likewise.
10152 * x86-64-tdep.c (x86_64_init_abi): Likewise.
10153
10154 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
10155 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
10156 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
10157 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
10158 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
10159 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
10160 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
10161 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
10162
10163 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10164
10165 * Makefile.in (acconfig_h): Remove incorrect macro.
10166 (config_h): Define.
10167 (osabi.o): Update dependencies.
10168 * configure.tgt: Set gdb_osabi based on target triplet.
10169 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
10170 * configure: Regenerated.
10171 * config.in: Regenerated.
10172 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
10173 (GDB_OSABI_DEFAULT): Define if not already defined.
10174 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
10175 (set_osabi_string): New variables.
10176 (gdbarch_register_osabi): Add new OS ABI to
10177 gdb_osabi_available_names.
10178 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
10179 (set_osabi, show_osabi): New functions.
10180 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
10181
10182 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10183
10184 * arch-utils.c (gdbarch_info_init): Set osabi to
10185 GDB_OSABI_UNINITIALIZED.
10186 * gdbarch.sh: Add osabi to struct gdbarch and to struct
10187 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
10188 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
10189 * gdbarch.c: Regenerated.
10190 * gdbarch.h: Regenerated.
10191 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
10192 there's no BFD.
10193 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
10194 * osabi.h (enum gdb_osabi): Move to defs.h.
10195 (gdbarch_init_osabi): Update prototype.
10196 * defs.h (enum gdb_osabi): Moved here.
10197 * Makefile.in: Update dependencies.
10198
10199 * alpha-tdep.h: Don't include "osabi.h".
10200 (struct gdbarch_tdep): Remove osabi member.
10201 * alpha-tdep.c: Include "osabi.h".
10202 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10203 iterate over arches. Update call to gdbarch_init_osabi.
10204 (alpha_dump_tdep): Don't dump osabi.
10205 * alpha-linux-tdep.c: Include "osabi.h".
10206 * alpha-osf1-tdep.c: Include "osabi.h".
10207 * alphafbsd-tdep.c: Include "osabi.h".
10208 * alphanbsd-tdep.c: Include "osabi.h".
10209
10210 * arm-tdep.h: Don't include "osabi.h".
10211 (struct gdbarch_tdep): Remove osabi member.
10212 * arm-tdep.c: Include "osabi.h".
10213 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10214 iterate over arches. Update call to gdbarch_init_osabi.
10215 (arm_dump_tdep): Don't dump osabi.
10216 * arm-linux-tdep.c: Include "osabi.h".
10217 * armnbsd-tdep.c: Include "osabi.h".
10218
10219 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
10220 Update call to gdbarch_init_osabi.
10221
10222 * i386-tdep.h: Don't include "osabi.h".
10223 (struct gdbarch_tdep): Remove osabi member.
10224 * i386-tdep.c: Include "osabi.h".
10225 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10226 iterate over arches. Update call to gdbarch_init_osabi.
10227 (i386_dump_tdep): Don't dump osabi.
10228 * i386-linux-tdep.c: Include "osabi.h".
10229 * i386-sol2-tdep.c: Include "osabi.h".
10230 * i386bsd-tdep.c: Include "osabi.h".
10231 * i386gnu-tdep.c: Include "osabi.h".
10232 * i386ly-tdep.c: Include "osabi.h".
10233 * i386nbsd-tdep.c: Include "osabi.h".
10234 * i386obsd-tdep.c: Include "osabi.h".
10235
10236 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
10237 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10238 check osabi when iterating over arches. Update call to
10239 gdbarch_init_osabi.
10240 (mips_dump_tdep): Don't dump osabi.
10241
10242 * ns32k-tdep.h: Don't include "osabi.h".
10243 (struct gdbarch_tdep): Remove.
10244 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
10245 gdbarch_lookup_osabi. Don't iterate over arches. Don't
10246 allocate tdep. Update call to gdbarch_init_osabi.
10247 (ns32k_dump_tdep): Remove.
10248 (_initialize_ns32k_tdep): Update call to gdbarch_register.
10249 * ns32knbsd-tdep.c: Include "osabi.h".
10250
10251 * ppc-tdep.h: Don't include "osabi.h".
10252 (struct gdbarch_tdep): Remove osabi member.
10253 * rs6000-tdep.c: Include "osabi.h".
10254 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
10255 osabi when iterating over arches. Update call to
10256 gdbarch_init_osabi.
10257 (rs6000_dump_tdep): Don't dump osabi.
10258 * ppc-linux-tdep.c: Include "osabi.h".
10259 * ppcnbsd-tdep.c: Include "osabi.h".
10260
10261 * sh-tdep.h: Don't include "osabi.h".
10262 (struct gdbarch_tdep): Remove osabi member.
10263 * sh-tdep.c: Include "osabi.h".
10264 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10265 iterate over arches. Update call to gdbarch_init_osabi.
10266 (sh_dump_tdep): Don't dump osabi.
10267 * shnbsd-tdep.c: Include "osabi.h".
10268
10269 * sparc-tdep.c: Include "osabi.h".
10270 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10271 iterate over arches. Update call to gdbarch_init_osabi.
10272 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
10273 tdep structure.
10274
10275 * vax-tdep.h: Don't include "osabi.h".
10276 (struct gdbarch_tdep): Remove.
10277 * vax-tdep.c: Include "osabi.h".
10278 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10279 iterate over arches. Don't allocate tdep. Update call
10280 to gdbarch_init_osabi.
10281 (vax_dump_tdep): Remove.
10282 (_initialize_vax_tdep): Update call to gdbarch_register.
10283
10284 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10285
10286 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
10287 entirely.
10288 (breakpoint_re_set_one): Don't fetch the value for a disabled
10289 watchpoint.
10290
10291 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10292
10293 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
10294 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
10295 (COERCE_FLOAT_TO_DOUBLE): Remove.
10296 * gdbarch.c: Regenerate.
10297 * gdbarch.h: Regenerate.
10298 * Makefile.in: Remove value_h from gdbarch_h.
10299 * valops.c (coerce_float_to_double): New variable.
10300 (default_coerce_float_to_double): Remove.
10301 (standard_coerce_float_to_double): Remove.
10302 (value_arg_coerce): Use coerce_float_to_double.
10303 (_initialize_valops): Add "set coerce-float-to-double".
10304 * value.h (default_coerce_float_to_double): Remove prototype.
10305 (standard_coerce_float_to_double): Remove prototype.
10306
10307 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
10308 prototyped.
10309 * mdebugread.c (parse_symbol): Likewise.
10310 * stabsread.c (define_symbol): Mark all functions as prototyped.
10311
10312 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
10313 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
10314 set_gdbarch_coerce_float_to_double.
10315 * arm-tdep.c (arm_gdbarch_init): Likewise.
10316 * frv-tdep.c (frv_gdbarch_init): Likewise.
10317 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
10318 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
10319 * mips-tdep.c (mips_gdbarch_init): Likewise.
10320 (mips_coerce_float_to_double): Remove.
10321 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10322 (rs6000_coerce_float_to_double): Remove.
10323 * s390-tdep.c (s390_gdbarch_init): Likewise.
10324 * sh-tdep.c (sh_gdbarch_init): Likewise.
10325 (sh_coerce_float_to_double): Remove.
10326 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10327 (sparc_coerce_float_to_double): Remove.
10328 * v850-tdep.c (v850_gdbarch_init): Likewise.
10329 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10330 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10331 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
10332 (hppa_coerce_float_to_double): Remove prototype.
10333 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10334
10335 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10336
10337 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
10338
10339 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10340
10341 Suggested by Stewart Brown <sb24@avaya.com>:
10342 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
10343 in recursive calls. Handle TYPE_CODE_TYPEDEF.
10344 (c_type_print_varspec_suffix): Likewise.
10345
10346 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10347
10348 * configure.in: Don't set and AC_SUBST SUBDIRS.
10349 * configure: Regenerated.
10350
10351 * configure.in: Remove code dealing with shared libraries.
10352 * Makefile.in: Remove HLDFLAGS and HLDENV.
10353 * configure: Regenerated.
10354
10355 2003-01-04 Andrew Cagney <ac131313@redhat.com>
10356
10357 * frame.c (deprecated_frame_xmalloc): New function.
10358 (deprecated_set_frame_saved_regs_hack): New function.
10359 (deprecated_set_frame_extra_info_hack): New function.
10360 * frame.h (deprecated_frame_xmalloc): Declare.
10361 (deprecated_set_frame_saved_regs_hack): Declare.
10362 (deprecated_set_frame_extra_info_hack): Declare.
10363
10364 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10365
10366 * configure.in: Move code that provides the --enable-gdbtk option
10367 right after the code that handles the --enable-tui option, and
10368 polish it somewhat.
10369 * configure: Regenerated.
10370
10371 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
10372 AC_CHECK_FUNCS and remove the old check for pread64.
10373 * acinclude.m4 (AC_GNU_SOURCE): New macro.
10374 * acconfig.h (_GNU_SOURCE): Add.
10375 (HAVE_PREAD64): Remove.
10376 * configure, aclocal.m4, config.in: Regenerated.
10377
10378 2003-01-03 Andrew Cagney <ac131313@redhat.com>
10379
10380 * alpha-tdep.c: Use get_frame_saved_regs.
10381 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10382 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10383 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10384 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10385 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10386
10387 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10388
10389 * configure.in: Remove all use of the SUBDIRS variable; add
10390 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10391 code providing the --enable-multi-ice option, and move it right in
10392 front of the code that checks whether gdbserver is supported.
10393 Polish that too.
10394 * configure: Regenerated.
10395 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10396 @SUBDIRS@.
10397
10398 2003-01-03 Andrew Cagney <cagney@redhat.com>
10399
10400 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10401 * avr-tdep.c, cris-tdep.c: Ditto.
10402 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10403 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10404
10405 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10406
10407 * configure.in: Remove --enable-netrom option.
10408 * configure: Regenerated.
10409
10410 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10411
10412 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10413 declaration for `struct re_pattern_buffer' instead.
10414 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10415
10416 2003-01-03 J. Brobecker <brobecker@gnat.com>
10417
10418 * mdebugread.c (parse_symbol): Count until the stEnd matching
10419 the structure name.
10420
10421 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10422
10423 * configure.in: Remove --with-cpu option.
10424 subscripts. Remove evil changequotes here.
10425 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10426 * config.in, configure: Regenerated.
10427
10428 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10429 * configure.in: Cleanup section that sources GDB and BFD configure
10430 subscripts. Remove evil changequotes here.
10431 * config.in, configure: Regenerated.
10432
10433 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10434
10435 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10436 frame accessor methods.
10437 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10438 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10439 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10440 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10441 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10442 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10443 * z8k-tdep.c: Ditto.
10444
10445 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10446
10447 * configure.in: Remove UI_OUT configuration code.
10448 * ada-lang.c: Update assuming UI_OUT is always true.
10449 * Makefile.in (UIOUT_CFLAGS): Remove.
10450 * configure: Regenerated.
10451 * TODO: Remove blurb about elimination of -DUI_OUT.
10452
10453 * configure.in: Move code that provides the --enable-gdbcli,
10454 --enable-gdbmi options right before the code that handles the
10455 --enable-tui option. Polish a bit.
10456 * configure: Regenerated.
10457
10458 * configure.in: Rewrite check for GNU regex and the
10459 --without-included regex option, and move it into the "Checks for
10460 library functions" section. This makes us use the system regex
10461 again by default on systems with version 2 of the GNU C library.
10462 This was apparently broken.
10463 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10464 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10465 * config.in, configure: Regenerated.
10466
10467 * configure.in: Move code that provides the --enable-tui option
10468 before the "Checks for libraries" section. Polish the code
10469 somewhat and set need_curses to yes if we build the TUI. Rewrite
10470 code that looks for a library providing termcap functionality to
10471 match more closely what's done in the Readline library, and move
10472 it into to the "Checks for libraries" section.
10473 * configure: Regenerated.
10474 * Makefile.in (TERMCAP): Remove variable.
10475 * config/i386/go32.mh (TERMCAP): Remove variable.
10476
10477 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10478
10479 * MAINTAINERS: Mention gdb_mbuild.sh.
10480 * gdb_mbuild.sh: Rewrite.
10481
10482 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10483
10484 * configure.in: Fix typo in last change.
10485 * config.in, configure: Regenerated.
10486
10487 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10488
10489 * valarith.c (value_binop): Delete obsolete code and comments.
10490 * configure.host: Ditto.
10491 * buildsym.h (make_blockvector): Ditto.
10492 * buildsym.c (make_blockvector): Ditto.
10493 * defs.h (enum language): Ditto.
10494 (chill_demangle): Ditto.
10495 * elfread.c (elf_symtab_read): Ditto.
10496 * dwarfread.c (CHILL_PRODUCER): Ditto.
10497 (set_cu_language): Ditto.
10498 (handle_producer): Ditto.
10499 * expprint.c (print_subexp): Ditto.
10500 * gdbtypes.c (chill_varying_type): Ditto.
10501 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10502 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10503 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10504 (chill_varying_type): Ditto.
10505 * language.h (_LANG_chill): Ditto.
10506 * language.c (binop_result_type, integral_type): Ditto.
10507 (character_type, string_type, structured_type): Ditto.
10508 (lang_bool_type, binop_type_check): Ditto.
10509 * stabsread.h (os9k_stabs): Ditto.
10510 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10511 (define_symbol, read_type, read_struct_fields): Ditto.
10512 (read_array_type, read_enum_type, read_huge_number): Ditto.
10513 (read_range_type, start_stabs): Ditto.
10514 * symfile.c (init_filename_language_table): Ditto.
10515 (add_psymbol_with_dem_name_to_list): Ditto.
10516 * symtab.c (symbol_init_language_specific): Ditto.
10517 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10518 * symtab.h (struct general_symbol_info): Ditto.
10519 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10520 * typeprint.c (typedef_print): Ditto.
10521 * utils.c (fprintf_symbol_filtered): Ditto.
10522 * valops.c (value_cast, search_struct_field, value_slice): Delete
10523 obsolete code.
10524 (varying_to_slice): Delete function.
10525 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10526 (varying_to_slice): Delete declaration.
10527 * MAINTAINERS: Update.
10528
10529 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10530
10531 * configure.in: Reorganize "Checks for library functions section"
10532 a bit. Remove check for `btowc' and `isascii' functions.
10533 * configure: Regenerated.
10534
10535 * acconfig.h (_MSE_INT_H): Remove.
10536 * configure.in: Create "Checks for header files" section, and move
10537 appropriate tests there. Don't check for objlist.h, wchar.h,
10538 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10539 misdetection fix. Also add "Checks for types", "Checks for
10540 compiler characteristics" and "Checks for library functions"
10541 sections.
10542 * config.in, configure: Regenerated.
10543
10544 * configure.in: Create "Checks for programs" section, and move
10545 appropriate tests there.
10546
10547 2003-01-01 Mark Kettenis <kettenis@gnu.org>
10548
10549 * configure.in: Create "Checks for libraries" section, and move
10550 appropriate tests there. Cleanup check for wctype in libw. Use
10551 AC_SEARCH_LIBS to see whether we need libsocket.
10552 * configure: Regenerated.
10553
10554 For older changes see ChangeLog-2002
10555 \f
10556 Local Variables:
10557 mode: change-log
10558 left-margin: 8
10559 fill-column: 74
10560 version-control: never
10561 End: