* i386-tdep.c (i386_analyze_register_saves): Handle register saves
[binutils-gdb.git] / gdb / ChangeLog
1 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2
3 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
4 at the start of a frameless function. This probably fixes PR
5 backtrace/1338.
6
7 2003-08-17 Michael Chastain <mec@shout.net>
8
9 * symfile.c (find_sym_fns): Remove special case for apollo target.
10
11 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
12
13 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
14 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
15 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
16 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
17 (linux_supports_tracevforkdone): New function.
18 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
19 TRACEVFORKDONE.
20 (child_follow_fork): Handle vfork.
21 (linux_handle_extended_wait): Likewise. Also handle exec.
22 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
23 * NEWS: Mention fork tracing.
24
25 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
26
27 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
28
29 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
30
31 * Makefile.in (i386-linux-nat.o): Update dependencies.
32 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
33 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
34 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
35 * i386-linux-nat.c: Include "linux-nat.h".
36 (child_post_startup_inferior): New function.
37 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
38 * infptrace.c (kill_inferior): Wrap in #ifdef.
39 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
40 attaching to each LWP.
41 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
42 (init_lin_lwp_ops): Fill in some more operations.
43 * linux-nat.h (linux_enable_event_reporting)
44 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
45 prototypes.
46 * linux-nat.c (linux_enable_event_reporting): New function.
47 (child_post_attach, linux_child_post_startup_inferior)
48 (child_post_startup_inferior, child_follow_fork)
49 (linux_handle_extended_wait, kill_inferior): New functions.
50
51 2003-08-16 Andrew Cagney <cagney@redhat.com>
52
53 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
54 * gdbarch.h, gdbarch.c: Re-generate.
55
56 2003-08-16 Mark Kettenis <kettenis@gnu.org>
57
58 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
59
60 2003-08-16 Andrew Cagney <cagney@redhat.com>
61
62 * NEWS: Mention that "set prompt-escape-char" was deleted.
63 * top.c (get_prompt_1): Delete function.
64 (gdb_prompt_escape):
65 (init_main): Do not clear "gdb_prompt_escape". Delete "set
66 prompt-escape-char" command.
67 (MAX_PROMPT_SIZE): Delete macro.
68 (get_prompt): Simplify, do not call get_prompt_1.
69
70 2003-08-16 Andrew Cagney <cagney@redhat.com>
71
72 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
73 -Werror. -Wformat-nonliteral problems.
74
75 2003-08-15 J. Brobecker <brobecker@gnat.com>
76
77 Further multiarching work mostly for hppa64-*-hpux11:
78 * hppa-tdep.h: New file.
79 * hppa-tdep.c: #include hppa-tdep.c.
80 (hppa32_num_regs): Renamed from hppa_num_regs.
81 (hppa64_num_regs): New constant.
82 (hppa64_call_dummy_breakpoint_offset): New constant.
83 (hppa32_call_dummy_length): New constant.
84 (hppa64_call_dummy_length): New constant.
85 (hppa32_stack_align): Make name 32bit explicit.
86 (hppa32_register_virtual_type): Likewise.
87 (hppa32_extract_return_value): Likewise.
88 (hppa32_use_struct_convention): Likewise.
89 (hppa32_store_return_value): Likewise.
90 (hppa64_register_virtual_type): New function.
91 (hppa64_extract_return_value): New function.
92 (hppa64_use_struct_convention): New function.
93 (hppa64_store_return_value): New function.
94 (hppa_frame_locals_address): Remove declaration, function does
95 not exist anymore.
96 (hppa_register_byte): Add support for PA64 ABI.
97 (hppa_gdbarch_init): Add support for PA64 ABI.
98 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
99 Make name 32bit explicit.
100 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
101 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
102 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
103 (hppa64_hpux_frame_base_before_sigtramp): New function.
104 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
105 * config/pa/tm-hppa64.h: Remove macros that are no longer
106 necessary now that the gdbarch vector is properly setup.
107 Transform some macros into function calls. Some minor cleanup.
108 * config/pa/tm-hppah.h: Update function calls in macros
109 following the function renaming in hppa-hpux-tdep.c.
110 * Makefile.in (hppa_tdep_h): New variable.
111 (hppa-tdep.o): Add dependency over hppa_tdep_h.
112
113 2003-08-14 Michael Snyder <msnyder@redhat.com>
114
115 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
116
117 2003-08-13 J. Brobecker <brobecker@gnat.com>
118
119 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
120 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
121 routine.
122
123 2003-08-13 Michael Snyder <msnyder@redhat.com>
124
125 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
126 (frv_saved_pc_after_call): Use deprecated ftype.
127 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
128 (frv_remote_translate_xfer_address): Remove.
129 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
130
131 2003-08-13 J. Brobecker <brobecker@gnat.com>
132
133 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
134 initialization after the common gdbarch initialization, not before.
135
136 2003-08-13 J. Brobecker <brobecker@gnat.com>
137
138 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
139 (ADDR_BITS_REMOVE): Remove, redundant.
140
141 2003-08-13 J. Brobecker <brobecker@gnat.com>
142
143 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
144 gdbarch method to clear the 2 low bits of text addresses.
145
146 2003-08-12 Andrew Cagney <cagney@redhat.com>
147
148 * Makefile.in (dsrec.o): Update dependencies.
149 * dsrec.c: Include "gdb_assert.h".
150 (make_srec): Use snprintf instead of sprintf, use a literal format
151 string.
152
153 2003-08-12 Andrew Cagney <cagney@redhat.com>
154
155 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
156 FRAME_OBSTACK_ZALLOC.
157
158 2003-08-12 Kevin Buettner <kevinb@redhat.com>
159
160 * i386-tdep.c (i386_gdbarch_init): Enable default support for
161 SSE registers.
162
163 2003-08-10 Mark Kettenis <kettenis@gnu.org>
164
165 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
166 amd64fbsd_sc_reg_offset): Add extern declarations.
167 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
168 declarations.
169
170 2003-08-11 Ben Elliston <bje@wasabisystems.com>
171
172 * MAINTAINERS (write after approval): Update my mail address.
173
174 2003-08-10 Andrew Cagney <cagney@redhat.com>
175
176 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
177
178 2003-08-10 Mark Kettenis <kettenis@gnu.org>
179
180 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
181 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
182 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
183 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
184 i386bsd_sc_reg_offset): Add extern declarations.
185 * i386obsd-nat.c: Include "i386-tdep.h"
186 (_initialize_i386obsd_nat): Remove extern declarations.
187 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
188 declarations.
189 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
190 declarations.
191
192 * i386-tdep.c (i386_register_to_value): Use get_frame_register
193 instead of frame_read_register.
194 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
195 instead of frame_read_register. Use I386_ESP_REGNUM instead of
196 SP_REGNUM.
197 (i386_frame_prev_register): Use frame_unwind_register_unsigned
198 instead of frame_unwind_unsigned_register. Use
199 I386_EFLAGS_REGISTER instead of PS_REGNUM.
200 (i386_get_longjmp_target): Use regcache_read_unsigned_register
201 instead of read_register. Use builtin_type_void_data_ptr instead
202 of builtin_type_void_func_ptr when extracting the address of the
203 jmp_buf.
204 (i386_extract_return_value, i386_store_return_value,
205 i386_pseudo_register_read, i386_pseudo_register_write): Use
206 register_size instead REGISTER_RAW_SIZE.
207
208 2003-08-10 Andrew Cagney <cagney@redhat.com>
209
210 * infcall.c (call_function_by_hand): Use xstrprintf instead of
211 sprintf. Make "name" constant.
212
213 2003-08-10 Mark Kettenis <kettenis@gnu.org>
214
215 * i387-tdep.c (i387_register_to_value): Use get_frame_register
216 instead of frame_read_register.
217 (i387_print_float_info): Use get_frame_register and
218 get_frame_register_unsigned instead of frame_register_read.
219
220 * i386fbsd-nat.c: Include "i386-tdep.h".
221 (child_resume): Make `eflags' an ULONGEST. Use
222 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
223 instead of register_read and register_write.
224
225 * i386bsd-nat.c (fetch_inferior_registers,
226 store_inferior_registers): Don't use && at the end of a line.
227 (_initialize_i386bsd_nat): Fix typo.
228
229 * frame.c (_initialize_frame): Add missing backslash.
230
231 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
232 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
233 and supply_register instead of manipulating the register buffer
234 directly.
235
236 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
237 * config/i386/nm-i386sol2.h
238 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
239
240 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
241 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
242 instructions that GCC likes to mingle into the prologue. Fixes
243 gdb/1253 and gdb/1255.
244
245 2003-08-09 Andrew Cagney <cagney@redhat.com>
246
247 Fix GDB PR cli/926.
248 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
249 * command.h (add_setshow_uinteger_cmd): Declare.
250 * frame.c (set_backtrace_cmd): New function.
251 (show_backtrace_cmd): New function.
252 * frame.c (_initialize_frame): Replace "set/show
253 backtrace-below-main" with "set/show backtrace past-main". Add
254 command "set/show backtrace limit".
255 (backtrace_past_main): Rename "backtrace_below_main".
256 (backtrace_limit): New variable.
257 (get_prev_frame): Update. Check the backtrace_limit.
258
259 2003-08-09 Andrew Cagney <cagney@redhat.com>
260
261 * defs.h (xstrprintf): Declare.
262 * utils.c (xstrprintf): New function.
263 * breakpoint.c (insert_breakpoints): Replace sprintf and
264 non-literal format strings, with xstrprintf and cleanups.
265 (delete_breakpoint,breakpoint_re_set): Ditto.
266 (commands_command, insert_breakpoints): Ditto.
267 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
268 (break_at_finish_command_1): Ditto.
269
270 2003-08-09 Andrew Cagney <cagney@redhat.com>
271
272 * MAINTAINERS (language support): List Adam Fedor as Objective C
273 maintainer.
274
275 2003-08-08 J. Brobecker <brobecker@gnat.com>
276
277 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
278 are now multiarched.
279
280 2003-08-08 J. Brobecker <brobecker@gnat.com>
281
282 * config/pa/tm-hppa64.h: Remove lots of macros that are no
283 longer necessary now that hppa64 is partially multiarch'ed.
284
285 2003-08-08 Andrew Cagney <cagney@redhat.com>
286
287 * interps.c (interp_set): Check for a NULL "old_interp".
288
289 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
290
291 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
292 (install-only): Support DESTDIR.
293 (uninstall): Likewise.
294 (install-gdbtk): Likewise.
295
296 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
297
298 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
299 contains something meaningful at all times.
300
301 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
302
303 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
304
305 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
306
307 * MAINTAINERS (write after approval): Added self.
308
309 2003-08-07 Andrew Cagney <cagney@redhat.com>
310
311 * inferior.h (AT_SYMBOL): Define.
312 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
313 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
314 * mips-tdep.c (mips_call_dummy_address): Delete function.
315 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
316 set call_dummy_address.
317
318 2003-08-07 Andrew Cagney <cagney@redhat.com>
319
320 * language.c (op_error): Delete function.
321 (binop_type_check): Delete function.
322 * language.h (type_op_error, range_op_error): Delete macros.
323 (op_error): Delete declaration.
324
325 2003-08-07 Andrew Cagney <cagney@redhat.com>
326
327 * interps.h (INTERP_MI2, INTERP_MI3): Define.
328
329 2003-08-07 Michal Ludvig <mludvig@suse.cz>
330
331 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
332 (x86_64_push_arguments): Skip the red zone.
333
334 2003-08-05 Andrew Cagney <cagney@redhat.com>
335
336 * reggroups.c (reggroup_next): Check for the final entry.
337
338 2003-08-04 Andrew Cagney <cagney@redhat.com>
339
340 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
341 * cli/cli-script.c (define_command): Call query directly, instead
342 of passing it a buffer.
343 * ocd.c (ocd_error): Pass error a constant format string.
344 * remote-mips.c (mips_error): Use fputs_filtered.
345
346 * solib-svr4.c (_initialize_svr4_solib): Update
347 register_gdbarch_data call.
348 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
349
350 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
351 (register_gdbarch_data): Delete "free" parameter. Update
352 comments.
353 * gdbarch.h, gdbarch.c: Re-generate.
354 * reggroups.c (_initialize_reggroup): Update.
355 * gnu-v3-abi.c (init_gnuv3_ops): Update.
356 * frame-base.c (_initialize_frame_base): Update.
357 * frame-unwind.c (_initialize_frame_unwind): Update.
358 * user-regs.c (_initialize_user_regs): Update.
359 * remote.c (_initialize_remote): Update.
360 * regcache.c (_initialize_regcache): Update.
361
362 * regcache.c (xfree_regcache_descr): Delete function.
363 (_initialize_regcache): Update call to register_gdbarch_data.
364 (init_regcache_descr, init_legacy_regcache_descr): Use
365 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
366
367 * remote.c (free_remote_state): Delete function.
368 (_initialize_remote): Update register_gdbarch_data.
369 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
370 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
371
372 2003-08-04 Andrew Cagney <cagney@redhat.com>
373
374 * reggroups.c (struct reggroup_el): Define.
375 (struct reggroups): Delete field "nr_group". Replace array
376 "group" with a "first" to "last" linked list.
377 (reggroups_init): Update. Allocate using gdbarch's obstack.
378 (reggroups_free): Delete function.
379 (add_group): Update. Add "el" parameter.
380 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
381 (default_groups): Update.
382 (reggroup_next): Replace reggroups.
383 (reggroups_dump): Update.
384 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
385 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
386 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
387
388 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
389
390 * Makefile.in (tui-interp.o): Update dependencies.
391
392 2003-08-04 David Carlton <carlton@kealia.com>
393
394 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
395 to internal_error call.
396 * source.c (forward_search_command): Add "%s" format argument.
397 (reverse_search_command): Ditto.
398 * top.c (quit_confirm): Ditto.
399 * cli/cli-setshow.c (do_setshow_command): Ditto.
400 * cp-valprint.c (cp_print_class_method): Replace
401 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
402 (cp_print_class_member): Ditto.
403 * event-top.c (command_line_handler): Ditto.
404 * linux-proc.c (linux_info_proc_cmd): Ditto.
405 * p-typeprint.c (pascal_type_print_base): Ditto.
406 * p-valprint.c (pascal_object_print_class_method): Ditto.
407 (pascal_object_print_class_member): Ditto.
408 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
409 * remote.c (remote_cisco_section_offsets): Ditto.
410 * top.c (command_line_input): Ditto.
411 * utils.c (vwarning,error_stream,quit): Ditto.
412 * valprint.c (print_floating,print_binary_chars)
413 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
414
415 2003-08-04 Andrew Cagney <cagney@redhat.com>
416
417 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
418
419 2003-08-02 Andrew Cagney <cagney@redhat.com>
420
421 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
422 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
423 amd64fbsd-nat.c.
424
425 2003-08-02 Andrew Cagney <cagney@redhat.com>
426
427 * Makefile.in: Update all dependencies and definitions.
428
429 2003-08-02 Adam Fedor <fedor@gnu.org>
430
431 * linespec.c (is_objc_method_format): New function
432 (decode_line_1, locate_first_half): Use it.
433 Fixes PR objc/1298
434
435 2003-08-01 Andrew Cagney <cagney@redhat.com>
436
437 * NEWS: Mention that m32r is multi-arch.
438 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
439 * configure.tgt: Recognize m32r-*-*.
440 * config/m32r/tm-m32r.h: Delete file.
441 * config/m32r/m32r.mt: New file.
442 * m32r-rom.c (m32r_upload_command): Use hostent only when
443 gethostname succeeds, in order to avoid a compilation
444 warning.
445 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
446 compiler warning.
447
448 2003-08-01 Michael Snyder <msnyder@redhat.com>
449
450 * sh-tdep.c (sh_frame_align): New gdbarch method.
451 (sh_gdbarch_init): Set up frame_align method.
452
453 2003-07-31 Michael Snyder <msnyder@redhat.com>
454
455 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
456 which is already covered by the new frames infrastructure.
457
458 2003-07-31 Andrew Cagney <cagney@redhat.com>
459
460 * user-regs.c (struct user_reg): Add "next" link.
461 (struct user_regs): Replace "user" with "first" and "last" links.
462 (append_user_reg): Add pre-allocated "reg" parameter.
463 (builtin_user_regs): Provide initial value for "last".
464 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
465 (user_regs_init): Allocate memory from the gdbarch obstack.
466 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
467 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
468 linked list.
469 (usernum_to_user_reg): New function.
470 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
471 (value_of_user_reg): Use usernum_to_user_reg.
472 (user_regs_free): Delete function.
473 (_initialize_user_regs): Update register_gdbarch_data call.
474
475 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
476
477 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
478
479 2003-07-30 Michael Snyder <msnyder@redhat.com>
480
481 * value.h (value_being_returned): Add a struct_addr argument.
482 * infcall.c (call_function_by_hand): Pass struct_addr to
483 value_being_returned.
484 * infcmd.c (print_return_value): Pass zero as struct_addr.
485 * values.c (value_being_returned): If struct_addr is passed,
486 use it instead of trying to recover it from the inferior.
487
488 2003-07-30 Kevin Buettner <kevinb@redhat.com>
489
490 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
491 the prologue analyzer won't need to attempt to extract the pc
492 value from the woefully incomplete dummy frame.
493 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
494 possible. Disable code which modifies the frame.
495
496 2003-07-28 Andrew Cagney <cagney@redhat.com>
497
498 * annotate.c (annotate_breakpoints_headers): Restrict annotation
499 to level 2.
500 (annotate_breakpoints_table, annotate_record): Ditto.
501 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
502 (annotate_field_name_end, annotate_field_value): Ditto.
503 (annotate_field_end, annotate_frame_source_begin): Ditto.
504 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
505 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
506 (annotate_frame_begin, annotate_frame_function_name): Ditto.
507 (annotate_frame_address_end, annotate_frame_address): Ditto.
508 (annotate_frame_args, annotate_frame_end): Ditto.
509 (annotate_frame_where, annotate_arg_begin): Ditto.
510 (annotate_arg_name_end, annotate_arg_value): Ditto.
511 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
512 (annotate_function_call, annotate_signal_name): Ditto.
513 (annotate_signal_string, annotate_signal_name_end): Ditto.
514 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
515 (annotate_value_begin, annotate_value_history_value): Ditto.
516 (annotate_value_history_end, annotate_value_end): Ditto.
517 (annotate_display_begin, annotate_display_number_end): Ditto.
518 (annotate_display_format, annotate_display_expression): Ditto.
519 (annotate_display_expression_end, annotate_display_value): Ditto.
520 (annotate_display_end, annotate_array_section_begin): Ditto.
521 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
522 (annotate_elt, annotate_array_section_end): Ditto.
523
524 2003-07-28 Andrew Cagney <cagney@redhat.com>
525
526 * regcache.c (struct regcache_descr): Update comments on
527 nr_raw_registers.
528 (init_legacy_regcache_descr): Don't set nr_raw_registers or
529 sizeof_raw_register_valid_p.
530 (init_regcache_descr): Set nr_raw_registers and
531 sizeof_raw_register_valid_p before calling
532 init_legacy_regcache_descr.
533
534 2003-07-28 Andrew Cagney <cagney@redhat.com>
535
536 * mips-tdep.c (print_gp_register_row): Print the GPR's register
537 MOD NUM_REGS.
538
539 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
540
541 * thread.c (info_threads_command): Use get_selected_frame ().
542 Check that there is at least one non-sentinel frame.
543
544 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
545
546 * m68hc11-tdep.c (struct frame_extra_info): Remove.
547 (m68hc11_pop_frame): Remove.
548 (m68hc11_frame_saved_pc): Remove.
549 (m68hc11_frame_chain): Remove.
550 (m68hc11_frame_init_saved_regs): Remove.
551 (m68hc11_init_extra_frame_info): Remove.
552 (m68hc11_store_struct_return): Remove.
553 (m68hc11_saved_pc_after_call): Remove.
554
555 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
556
557 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
558 frame unwind information.
559 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
560 and adapted for frame unwinding.
561 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
562 (m68hc11_unwind_pc): New function.
563 (m68hc11_frame_unwind_cache): New function to analyze frames.
564 (m68hc11_frame_this_id): New function to create new frame struct.
565 (m68hc11_frame_prev_register): New function to unwind a register from
566 the frame.
567 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
568 (m68hc11_frame_p): New function for the above.
569 (m68hc11_frame_base_address): New function to return fp of frame.
570 (m68hc11_frame_args_address): Update for frame.
571 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
572 (m68hc11_unwind_sp): New function.
573 (m68hc11_unwind_dummy_id): New function.
574 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
575 calls.
576
577 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
578
579 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
580 (m68hc11_guess_from_prologue): Advance the pc and frame size only
581 when we are beyond the current pc.
582
583 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
584
585 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
586 from m68hc11_push_arguments.
587 (m68hc11_push_arguments): Remove.
588 (m68hc11_push_return_address): Remove.
589 (m68hc11_gdbarch_init): Install the above; remove above deprecated
590 handlers; remove deprecated_extra_stack_alignment_needed.
591
592 2003-07-27 Andrew Cagney <cagney@redhat.com>
593
594 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
595 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
596 REAL_PC and not the pointer.
597 * hppa-hpux-tdep.c: Include frame.h
598
599 2003-07-27 Andrew Cagney <cagney@redhat.com>
600
601 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
602 GDB_MULTI_ACH_PARTIAL.
603
604 2003-07-27 Andrew Cagney <cagney@redhat.com>
605
606 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
607 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
608 operator at start and not end of line.
609 (decode_prologue): Ditto.
610 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
611 frame_unwind_register_unsigned instead of
612 frame_unwind_unsigned_register.
613 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
614 read_register.
615 (m32r_push_dummy_call): Use register_size instead of
616 REGISTER_RAW_SIZE.
617 (m32r_frame_sniffer): Replace m32r_frame_p.
618 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
619 * m32r-rom.c (report_transfer_performance): Delete extern
620 declaration.
621 (m32r_load, m32r_upload_command): Use print_transfer_performance
622 instead of report_transfer_performance.
623 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
624 / add_show_from_set.
625
626 2003-07-26 Andrew Cagney <cagney@redhat.com>
627
628 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
629 store_return_value and extract_struct_value_address.
630
631 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
632
633 PR c++/1267
634 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
635 NULL, default to the section containing PC.
636
637 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
638
639 * NEWS: Mention "regs" deprecated for m68hc11 too.
640
641 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
642 (m68hc11_print_register): New function to print out one register.
643 (m68hc11_print_registers_info): New function to print registers.
644 (show_regs): Deprecate and use the above.
645 (m68hc11_gdbarch_init): Install the print_registers_info.
646
647 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
648
649 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
650 that we have a SIGTRAP before returning non-zero.
651
652 2003-07-23 Michal Ludvig <mludvig@suse.cz>
653 Elena Zannoni <ezannoni@redhat.com>
654
655 * linespec.c (decode_line_2): Avoid crash if
656 find_function_start_sal() returns empty record.
657
658 2003-07-23 Andreas Schwab <schwab@suse.de>
659
660 * ia64-tdep.c (ia64_print_insn): New function.
661 (ia64_gdbarch_init): Set print_insn to it.
662 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
663 deprecated_tm_print_insn_info.
664
665 2003-07-22 Michael Snyder <msnyder@redhat.com>
666
667 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
668 handle 8-bit returns (long long).
669 (h8300h_extract_return_value): Ditto.
670 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
671
672 2003-07-22 Andrew Cagney <cagney@redhat.com>
673
674 * gdbarch.c Include "gdb_obstack.h".
675 (struct gdbarch): Add an "obstack".
676 (alloc_gdbarch_data): Allocate the gdbarch data using
677 GDBARCH_OBSTACK_CALLOC.
678 (free_gdbarch_data): Delete function.
679 (gdbarch_obstack_zalloc): New function.
680 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
681 Assert that the architecture is not initialized.
682 (gdbarch_alloc): Allocate an obstack, allocate the architecture
683 vector from the obstack.
684 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
685 architecture obstack.
686 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
687 (set_gdbarch_data): Assert that the data is not initialized.
688 (struct gdbarch_data): Delete member "free".
689 (register_gdbarch_data): Do not initialize "free".
690 * gdbarch.h, gdbarch.c: Re-generate.
691
692 2003-07-22 Andrew Cagney <cagney@redhat.com>
693
694 * configure.in (build_warnings): Add -Wformat-nonliteral.
695 * configure: Re-generate.
696
697 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
698
699 * dwarf2loc.c (locexpr_describe_location): Fix typos.
700
701 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
702
703 * findvar.c (read_var_value): Remove case for thread local storage
704 variables. It is now entirely handled by the dwarf2 location
705 expression code.
706 * printcmd.c (address_info): Ditto.
707 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
708 enumeration value.
709 (struct symbol): Remove objfile field, which was used by
710 LOC_THREAD_LOCAL_STATIC only.
711 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
712 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
713 usage of objfile pointer.
714 * dwarf2loc.c (locexpr_describe_location): Add case to handle
715 thread local variables.
716 Add include of objfiles.h.
717 * dwarf2expr.c (execute_stack_op): Add comments about thread local
718 storage variables.
719 * Makefile.in (dwarf2loc.o): Update dependencies.
720
721 2003-07-22 Andrew Cagney <cagney@redhat.com>
722
723 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
724 get_frame_base.
725 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
726 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
727 (struct value): Add opaque declaration.
728 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
729
730 2003-07-21 Andrew Cagney <cagney@redhat.com>
731
732 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
733 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
734
735 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
736
737 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
738 regcache_cooked_read_unsigned instead of read_register.
739 (m68hc11_saved_pc_after_call): Likewise.
740 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
741 instead of write_register.
742 (m68hc11_register_type): New function.
743 (m68hc11_register_virtual_type): Remove.
744 (m68hc11_store_return_value): Convert to use the regcache.
745 (m68hc11_extract_struct_value_address): Likewise.
746 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
747 m68hc11_register_type; undeprecate store_return_value and
748 extract_struct_value_address.
749
750 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
751
752 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
753 and translate to use regcache.
754 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
755
756 2003-07-18 Andrew Cagney <cagney@redhat.com>
757
758 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
759 * gdbarch.h, gdbarch.c: Re-generate.
760 * i386-tdep.c (i386_gdbarch_init): Do not set
761 DWARF2_BUILD_FRAME_INFO.
762 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
763 unconditionally.
764 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
765 DWARF2_BUILD_FRAME_INFO.
766
767 2003-07-18 Andrew Cagney <cagney@redhat.com>
768
769 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
770 * disasm.c (gdb_disassemble_info): Initilize di.arch.
771
772 2003-07-18 Andrew Cagney <cagney@redhat.com>
773
774 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
775 frame_unwind_address_in_block, instead of frame_pc_unwind.
776 (dwarf2_frame_cache): Ditto.
777
778 2003-07-18 Andrew Cagney <cagney@redhat.com>
779
780 * user-regs.h (struct gdbarch): Declare opaque.
781 * ui-out.h (struct ui_file): Declare opaque.
782 * dwarf2-frame.h (struct frame_info): Declare opaque.
783
784 2003-07-18 Kris Warkentin <kewarken@qnx.com>
785
786 * nto-procfs.c: Clean ARI hits. Change #include <..> to
787 #include "...".
788 (procfs_meminfo): Change strerror to safe_strerror.
789 (procfs_can_run): Remove K&R badness.
790
791 2003-07-17 Michael Snyder <msnyder@redhat.com>
792
793 * remote-sim.c: Comment typo fix.
794
795 2003-07-17 Andrew Cagney <cagney@redhat.com>
796
797 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
798 configure.
799 * sparc-tdep.c (sparc_intreg_size): Make non-static.
800 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
801 GDB_MULTI_ARCH_PARTIAL.
802
803 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
804
805 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
806 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
807 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
808
809 2003-07-16 Theodore A. Roth <troth@openavr.org>
810
811 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
812 found.
813 (avr_frame_unwind_cache): Don't unwind FP for main.
814 Update a comment.
815 Save the computed prev_sp.
816 (avr_saved_regs_unwinder): Remove function.
817 (avr_frame_prev_register): Use PC unwind logic from
818 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
819
820 2003-07-16 Andrew Cagney <cagney@redhat.com>
821
822 * frame-base.h (frame_base_p_ftype): Delete definition.
823 (frame_base_append_predicate): Delete declaration.
824 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
825 (frame_unwind_append_predicate): Delete declaration.
826 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
827 (append_predicate): Delete parameter "p".
828 (frame_unwind_append_predicate): Delete function.
829 (frame_unwind_append_sniffer): Update call to append_predicate.
830 (frame_unwind_free): Delete function.
831 (_initialize_frame_unwind): Pass NULL as "free" to
832 register_gdbarch_data.
833 (frame_unwind_init): Append the dummy_frame_sniffer.
834 (frame_unwind_find_by_frame): Simplify.
835 * frame-base.c (struct frame_base_table): Delete field "p".
836 (append_predicate): Delete parameter "p".
837 (frame_base_append_predicate): Delete function.
838 (frame_base_append_sniffer): Update call to append_predicate.
839 (frame_base_free): Delete function.
840 (frame_base_find_by_frame): Simplify.
841 (_initialize_frame_base): Pass NULL as "free" to
842 register_gdbarch_data.
843 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
844 (x86_64_sigtramp_frame_sniffer): Replace
845 "x86_64_sigtramp_frame_p".
846 (x86_64_init_abi): Set the frame unwind sniffers.
847 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
848 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
849 (m68k_gdbarch_init): Set the frame unwind sniffers.
850 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
851 "i386_sigtramp_frame_p".
852 (i386_frame_sniffer): Replace "i386_frame_p".
853 (i386_gdbarch_init): Set the frame unwind sniffers.
854 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
855 (avr_gdbarch_init): Set the frame unwind sniffers.
856 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
857 "alpha_sigtramp_frame_p"
858 (alpha_heuristic_frame_sniffer): Replace
859 "alpha_heuristic_frame_p".
860 (alpha_gdbarch_init): Set the frame unwind sniffers.
861 (alpha_dwarf2_init_abi): Ditto.
862 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
863 "alpha_debug_frame_p".
864 (alpha_mdebug_frame_base_sniffer): Replace
865 "alpha_mdebug_frame_base_p".
866 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
867 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
868 (d10v_gdbarch_init): Set the frame unwind sniffer.
869 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
870 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
871 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
872 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
873 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
874 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
875
876 2003-07-16 Michael Snyder <msnyder@redhat.com>
877
878 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
879 should go thru sh_dsp_register_sim_regno, else the dsp regs
880 will not get the right values.
881
882 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
883
884 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
885 deprecated_store_floating by call to store_typed_floating.
886 (sh_sh4_register_convert_to_raw): Substitute call to
887 deprecated_extract_floating by call to extract_typed_floating.
888
889 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
890
891 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
892
893 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
894
895 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
896 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
897 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
898 as possible.
899 (do_pseudo_register): Remove.
900 (sh_push_dummy_code): New function.
901 (sh64_store_struct_return): Rename from sh_store_struct_return.
902 Only called for sh64 now.
903 (sh_extract_struct_value_address): Regcache'ify.
904 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
905 and accomodate new tasks.
906 (sh64_push_return_address): Rename from sh_push_return_address.
907 Only called for sh64 now.
908 (sh_default_extract_return_value): Rename from sh_extract_return_value.
909 Regcache'ify.
910 (sh3e_sh4_extract_return_value): Regcache'ify.
911 (sh_default_store_return_value): Ditto.
912 (sh3e_sh4_store_return_value): Ditto.
913 (sh_default_register_byte): Remove.
914 (sh_sh4_register_byte): Remove.
915 (sh_default_register_raw_size): Remove.
916 (sh_sh4_register_raw_size): Remove.
917 (sh_register_virtual_size): Remove.
918 (sh_sh3e_register_virtual_type): Remove.
919 (sh_sh3e_register_type): New function.
920 (sh_sh4_register_virtual_type): Remove.
921 (sh_sh4_register_type): New function.
922 (sh_default_register_virtual_type): Remove.
923 (sh_default_register_type): New function.
924 (do_fv_register_info): Add parameters to accomodate call from
925 sh_print_registers_info.
926 (do_dr_register_info): Ditto.
927 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
928 Add parameters to accomodate call from sh_print_registers_info.
929 (sh_do_fp_register): Ditto.
930 (sh64_do_pseudo_register): Call do_dr_register_info,
931 do_fv_register_info and sh_do_fp_register with default parameters.
932 (sh_do_register): Add parameters to accomodate call from
933 sh_print_registers_info.
934 (sh_print_register): Ditto.
935 (sh_print_registers_info): Rename from sh_do_registers_info.
936 Add parameters to be used as gdbarch_print_registers_info
937 implementation. Accomodate removed do_pseudo_register function
938 pointer.
939 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
940 function pointer. Call sh_print_register with default parameters.
941 (sh64_do_registers_info): Call sh_print_registers_info instead of
942 sh_do_registers_info.
943 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
944 detection of deprecated vs. non-deprecated functionality.
945 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
946 function pointer assignments by direct function calls.
947
948 2003-07-15 Andrew Cagney <cagney@redhat.com>
949
950 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
951 (frame_register_unwind, create_new_frame): Ditto.
952 (legacy_get_prev_frame, get_frame_type): Ditto.
953 (get_frame_base_address): Use frame_base_find_by_frame.
954 (get_frame_locals_address): Use frame_base_find_by_frame.
955 (get_frame_args_address): Use frame_base_find_by_frame.
956 * frame-base.h (frame_base_sniffer_ftype): Declare.
957 (frame_base_append_sniffer): Declare.
958 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
959 * frame-base.c (append_predicate): Add a "sniffer" parameter.
960 (frame_base_append_sniffer): New function.
961 (frame_base_append_predicate): Add a NULL sniffer.
962 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
963 (struct frame_base_table): Add "sniffer".
964 (frame_base_free): Free the "sniffer" table.
965 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
966 (frame_unwind_append_sniffer): Declare.
967 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
968 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
969 (struct frame_unwind_table): Add "sniffer", delete "middle".
970 (append_predicate): Add "sniffer" parameter, append the sniffer.
971 (frame_unwind_init): Update append_predicate call.
972 (frame_unwind_append_sniffer): New function.
973 (frame_unwind_append_predicate): Update append_predicate call.
974 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
975
976 2003-07-15 Andrew Cagney <cagney@redhat.com>
977
978 * frame.c (get_prev_frame): Move disabled inside_entry_func to
979 before code inhibiting repeated unwind attempts. Add to
980 commentary on that test's problems.
981 * blockframe.c (inside_main_func): Look for "main" in the minimal
982 symbol table.
983 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
984 identical.
985
986 2003-07-15 Andrew Cagney <cagney@redhat.com>
987
988 * complaints.c (struct explanation): Define.
989 (struct complaints): Change type of "explanation" to "struct
990 explanation".
991 (symfile_explanations): Convert to a "struct explanation" table.
992 (vcomplaint): Update.
993
994 2003-07-15 Michal Ludvig <mludvig@suse.cz>
995
996 * x86-64-linux-nat.c (regmap): Removed.
997 (supply_gregset, fill_gregset): Call
998 x86_64_linux_(fill,supply)_gregset functions.
999 * x86-64-linux-tdep.c (USER_*): New defines.
1000 (user_to_gdb_regmap, x86_64_core_fns): New structure.
1001 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
1002 New functions.
1003 (fetch_core_registers): Ditto.
1004 (_initialize_x86_64_linux_tdep): Call add_core_fns().
1005 * x86-64-linux-tdep.h: New file.
1006 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
1007 and core-regset.o.
1008 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
1009
1010 2003-07-13 Mark Kettenis <kettenis@gnu.org>
1011
1012 * x86-64-tdep.c (x86_64_store_return_value): Use
1013 regcache_cooked_write_part instead of regcache_cooked_write.
1014
1015 * configure.host: Add x86_64-*-freebsd*.
1016 * configure.tgt: Add x86_64-*-freebsd*.
1017 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
1018 * amd64fbsd-nat.c: New file.
1019 * amd64fbsd-tdep.c: New file.
1020 * config/i386/nm-fbsd64.h: New file.
1021 * config/i386/fbsd64.mh: New file.
1022 * config/i386/fbsd64.mt: New file.
1023
1024 2003-07-11 Mark Kettenis <kettenis@gnu.org>
1025
1026 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
1027 `sc_regs_offset' and `sc_fpregs_offset'.
1028 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
1029 SIGFRAME_FPREGSAVE_OFF): Remove defines.
1030 (alpha_sigtramp_register_address): Rewrite to use new members of
1031 `struct gdbarch_tdep'.
1032 (alpha_gdbarch_init): Initialize new members of struct
1033 gdbarch_tdep'.
1034 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
1035 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
1036 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
1037 (alphafbsd_pc_in_sigtramp): Implement.
1038 (alphafbsd_sigtramp_offset): New function.
1039 (alphafbsd_sigcontext_addr): New function.
1040 (alphafbsd_init_abi): Initialize signal trampoline related members
1041 of `struct gdbarch_tdep'.
1042 (_initialize_alphafbsd_tdep): Add prototype.
1043
1044 2003-07-11 Theodore A. Roth <troth@openavr.org>
1045
1046 * Makefile.in (install-only): Quote sed expression when generating
1047 transformed_name.
1048
1049 2003-07-11 Richard Henderson <rth@redhat.com>
1050
1051 * Makefile.in (dwarf2-frame.o): Add complaints_h.
1052 * dwarf2-frame.c: Include complaints.h.
1053 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
1054 variable initialization; return NULL on error.
1055 (decode_frame_entry): New.
1056
1057 2003-07-11 Andrew Cagney <cagney@redhat.com>
1058
1059 * frame.h (frame_address_in_block): Delete declaration.
1060 * blockframe.c (frame_address_in_block): Delete function.
1061 (get_frame_block): Use get_frame_address_in_block.
1062 (block_innermost_frame): Ditto.
1063 * stack.c (print_frame, backtrace_command_1): Ditto.
1064
1065 * frame.h (get_frame_address_in_block): Declare.
1066 (frame_unwind_address_in_block): Declare.
1067 * frame.c (frame_unwind_address_in_block): New function.
1068 (get_frame_address_in_block): New function.
1069
1070 2003-07-10 Andrew Cagney <cagney@redhat.com>
1071
1072 * gdbarch.sh: Simplify predicate methods. Remove need to provide
1073 pre-default. Note: re-generate has no effect.
1074
1075 2003-07-10 Andrew Cagney <cagney@redhat.com>
1076
1077 * gdbarch.sh: When a variable, but not a function, compare against
1078 0. Fix problem in previous patch.
1079 * gdbarch.c: Re-generate.
1080
1081 2003-07-10 Andrew Cagney <cagney@redhat.com>
1082
1083 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
1084 functions against NULL, not 0.
1085 * gdbarch.c: Re-generate.
1086
1087 2003-07-10 Fred Fish <fnf@ninemoons.com>
1088
1089 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
1090 null string instead of a null pointer.
1091 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
1092
1093 2003-07-09 Michael Snyder <msnyder@redhat.com>
1094
1095 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
1096
1097 2003-07-09 Mark Kettenis <kettenis@gnu.org>
1098
1099 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
1100 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
1101 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
1102 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
1103 * x86-64-tdep.c: ... from here.
1104
1105 2003-07-09 Andreas Schwab <schwab@suse.de>
1106
1107 * m68k-tdep.h (enum struct_return): Define.
1108 (struct gdbarch_tdep): Add struct_return.
1109 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
1110 bytes are padded to the right, not to the left. Pass struct value
1111 address in register %a1, not on stack.
1112 (m68k_use_struct_convention): New function.
1113 (m68k_gdbarch_init): Set use_struct_convention. Initialize
1114 struct_return in tdep to pcc_struct_return.
1115 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
1116 reg_struct_return.
1117
1118 2003-07-09 Joel Brobecker <brobecker@gnat.com>
1119
1120 * somread.c (som_symfile_offsets): Fix compilation error.
1121
1122 2003-07-09 Andrew Cagney <cagney@redhat.com>
1123
1124 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
1125 Add comments about the checks.
1126
1127 2003-07-08 Andrew Cagney <cagney@redhat.com>
1128
1129 * Makefile.in: Make dependency section headers consistent.
1130 (config_h): Move to $BUILD headers section.
1131 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
1132 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
1133 (ada-exp.tab.c): Move to YACC/LEX section.
1134 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
1135 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
1136
1137 2003-07-08 Kris Warkentin <kewarken@qnx.com>
1138
1139 * nto-procfs.c: Cleaned up a bunch of ARI hits.
1140 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
1141 of strerror with safe_strerror, use ISO C function definitions,
1142 and replace instances of sprintf with snprintf.
1143
1144 2003-07-07 Andrew Cagney <cagney@redhat.com>
1145
1146 * frame.c (get_prev_frame): Enable check for identical frames.
1147 Update comments. Update error messages.
1148
1149 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1150
1151 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
1152
1153 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1154
1155 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
1156 sort_symtab_syms, no longer necessary.
1157
1158 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1159
1160 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
1161
1162 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1163
1164 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
1165 (mips_register_byte): Likewise.
1166
1167 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1168
1169 * Makefile.in (sparc_tdep_h): New.
1170 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
1171 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
1172 * sparc-linux-nat.c: Include "sparc-tdep.h".
1173 * sparc-nat.c: Likewise.
1174 * sparc-tdep.c: Likewise.
1175 * sparc64nbsd-nat.c: Likewise.
1176 * sparcnbsd-nat.c: Likewise.
1177 * sparcnbsd-tdep.c: Likewise.
1178 * sparc-tdep.h: New file.
1179 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
1180 and sparc_npc_regnum.
1181
1182 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1183
1184 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
1185 (mips_linux_cannot_store_register): List supported instead of
1186 unsupported registers.
1187
1188 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1189
1190 * disasm.c (dump_insns): Separate instructions from addresses.
1191
1192 2003-07-07 Andreas Schwab <schwab@suse.de>
1193
1194 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1195 dependencies.
1196 * m68k-tdep.c (NUM_FREGS): Delete.
1197 (SIG_PC_FP_OFFSET): Delete.
1198 (TARGET_M68K): Delete.
1199 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
1200 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
1201 P_MOVEL_SP, P_MOVEML_SP): Define.
1202 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
1203 P_TRAP): Delete.
1204 (m68k_register_raw_size): Delete.
1205 (m68k_register_virtual_size): Delete.
1206 (m68k_register_type): Renamed from m68k_register_virtual_type and
1207 add gdbarch argument.
1208 (m68k_store_struct_return): Delete.
1209 (m68k_deprecated_extract_return_value): Delete.
1210 (m68k_deprecated_extract_struct_value_address): Delete.
1211 (m68k_frame_chain): Delete.
1212 (m68k_frame_saved_pc): Delete.
1213 (m68k_fix_call_dummy): Delete.
1214 (m68k_push_dummy_frame): Delete.
1215 (m68k_pop_frame): Delete.
1216 (m68k_extract_return_value): New function.
1217 (m68k_store_return_value): Rewrite using regcache.
1218 (m68k_extract_struct_value_address): Rewrite using regcache.
1219 (m68k_push_dummy_call): New function.
1220 (struct m68k_frame_cache): Define.
1221 (m68k_alloc_frame_cache): New function.
1222 (m68k_analyze_frame_setup): New function.
1223 (m68k_analyze_register_saves): New function.
1224 (m68k_analyze_prologue): New function.
1225 (m68k_skip_prologue): Rewrite using above functions.
1226 (m68k_unwind_pc): New function.
1227 (m68k_frame_cache): New function.
1228 (m68k_frame_this_id): New function.
1229 (m68k_frame_prev_register): New function.
1230 (m68k_frame_unwind): New variable.
1231 (m68k_frame_p): New function.
1232 (m68k_sigtramp_frame_cache): New function.
1233 (m68k_sigtramp_frame_this_id): New function.
1234 (m68k_sigtramp_frame_prev_register): New function.
1235 (m68k_sigtramp_frame_unwind): New variable.
1236 (m68k_sigtramp_frame_p): New function.
1237 (m68k_frame_base_address): New function.
1238 (m68k_frame_base): New function.
1239 (m68k_unwind_dummy_id): New function.
1240 (fill_gregset): Use regcache_collect.
1241 (fill_fpregset): Likewise.
1242 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
1243 defined.
1244 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
1245 deprecated_init_frame_pc, deprecated_store_struct_return,
1246 deprecated_extract_return_value, deprecated_store_return_value,
1247 deprecated_frame_chain, deprecated_frame_saved_pc,
1248 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
1249 deprecated_register_virtual_size,
1250 deprecated_max_register_raw_size,
1251 deprecated_max_register_virtual_size,
1252 deprecated_register_virtual_type, deprecated_register_size,
1253 deprecated_register_byte, deprecated_register_bytes,
1254 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
1255 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
1256 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
1257 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
1258 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
1259 deprecated_push_dummy_frame, deprecated_pop_frame,
1260 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
1261 only if SYSCALL_TRAP is defined. Set extract_return_value,
1262 store_return_value, extract_struct_value_address, register_type,
1263 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
1264 predicates.
1265 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
1266 M68K_MAX_REGISTER_SIZE): Define.
1267 (struct m68k_sigtramp_info): Define.
1268 (struct gdbarch_tdep): Add get_sigtramp_info.
1269 * m68klinux-nat.c (fetch_register): Use register_size instead of
1270 REGISTER_RAW_SIZE. Don't put assignment in if.
1271 (store_register): Likewise.
1272 (fetch_inferior_registers): Likewise.
1273 (store_inferior_registers): Likewise.
1274 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
1275 (m68k_linux_frame_saved_pc): Delete.
1276 (m68k_linux_sigcontext_reg_offset,
1277 m68k_linux_ucontext_reg_offset): Define.
1278 (m68k_linux_get_sigtramp_info): New function.
1279 (m68k_linux_extract_return_value): Rewrite using regcache.
1280 (m68k_linux_store_return_value): Likewise.
1281 (m68k_linux_extract_struct_value_address): Likewise.
1282 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
1283 Don't set deprecated_frame_saved_pc,
1284 deprecated_extract_return_value, deprecated_store_return_value,
1285 deprecated_extract_struct_value_address. Set
1286 extract_return_value, store_return_value,
1287 extract_struct_value_address.
1288
1289 2003-07-07 Andrew Cagney <cagney@redhat.com>
1290
1291 * expprint.c: Include "user-regs.h" instead of "frame.h".
1292 (print_subexp): Use user_reg_map_regnum_to_name, instead of
1293 frame_map_regnum_to_name.
1294 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
1295 (frame_map_name_to_regnum): Simplify, call
1296 user_reg_map_name_to_regnum.
1297 (frame_map_regnum_to_name): Simplify, call
1298 user_reg_map_regnum_to_name.
1299 (frame_register_unwind): Update.
1300 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
1301 (_initialize_frame_reg): Call user_reg_add_builtin.
1302 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
1303 (value_of_register): Use value_of_user_reg.
1304 * eval.c (evaluate_subexp_standard): Update.
1305 * parse.c (write_dollar_variable): Update.
1306 * d10v-tdep.c (d10v_print_registers_info): Update.
1307 * infcmd.c (registers_info): Update.
1308 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
1309 (builtin_regs_h): Delete macro.
1310 (user_regs_h): Define.
1311 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
1312 (builtin-regs.o): Delete target.
1313 (user-regs.o): Specify dependencies.
1314 (expprint.o): Update dependencies.
1315 (findvar.o): Update dependencies.
1316 (frame.o): Update dependencies.
1317 (std-regs.o): Update dependencies.
1318
1319 2003-07-06 Christopher Faylor <cgf@redhat.com>
1320
1321 * win32-nat.c (solib_symbols_add): Use one variable for all section
1322 address stuff. Pass variable rather than address of variable to
1323 safe_symbol_file_add.
1324
1325 2003-07-06 Andreas Schwab <schwab@suse.de>
1326
1327 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
1328
1329 2003-07-04 Joel Brobecker <brobecker@gnat.com>
1330
1331 * rs6000-nat.c (vmap_symtab): Fix compilation error.
1332
1333 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1334
1335 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
1336
1337 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1338
1339 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
1340 * config/i386/nto.mh: New file.
1341 * config/i386/nm-nto.h: New file.
1342 * configure.host: Add i[3456]86-*-nto*.
1343
1344 2003-07-03 Joel Brobecker <brobecker@gnat.com>
1345
1346 * remote-vx.c (vx_add_symbols): Fix compilation error.
1347
1348 2003-07-03 Andrew Cagney <cagney@redhat.com>
1349
1350 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
1351 * gdbarch.h, gdbarch.c: Re-generate.
1352 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
1353 (legacy_register_name): Declare.
1354 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
1355 (REGISTER_NAME): Define.
1356 * sparc-tdep.c (legacy_register_name): New function.
1357 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
1358 (REGISTER_NAME): Define.
1359 (hppa64_register_name): Declare.
1360 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
1361 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
1362 (hppa64_register_name): New function.
1363 (hppa_register_name): New function.
1364 * arch-utils.c (legacy_register_name): Delete.
1365 * arch-utils.h (legacy_register_name): Delete.
1366
1367 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
1368
1369 * cli/cli-interp.c (cli_interpreter_resume): Update the
1370 cli_uiout's stream to gdb_stdout.
1371
1372 2003-07-03 Andrew Cagney <cagney@redhat.com>
1373
1374 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
1375 predicate.
1376 * gdbarch.h, gdbarch.c: Re-generate.
1377 * regcache.c (init_regcache_descr): Use legacy code when either
1378 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
1379
1380 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1381
1382 * NEWS: Move "set logging" entry into GDB 6.0 section.
1383
1384 2003-07-02 Jim Blandy <jimb@redhat.com>
1385
1386 * s390-tdep.c (struct frame_extra_info): new member:
1387 'stack_bought_valid'.
1388 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
1389 initialize fextra_info->stack_bought.
1390 (s390_frameless_function_invocation): Don't trust the value of
1391 fextra_info_ptr->stack_bought unless
1392 fextra_info->stack_bought_valid is set.
1393
1394 New S390 prologue analyzer.
1395 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
1396 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1397 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1398 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
1399 compute_x_addr, s390_on_stack, s390_store,
1400 s390_get_signal_frame_info): New functions.
1401 (S390_NUM_SPILL_SLOTS): New macro.
1402 (s390_get_frame_info): Rewritten.
1403 (is_arg_reg): Deleted.
1404
1405 Break out the decoding of S/390 instructions into separate
1406 functions, to make it more legible, and easier to check
1407 against the spec.
1408 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
1409 is_rx, is_rxe): New functions.
1410 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
1411 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
1412 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
1413 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
1414 enums for opcode values. (Is this an improvement?)
1415
1416 2003-07-02 Andrew Cagney <cagney@redhat.com>
1417
1418 * i386-tdep.c: Revert change committed as part of trad-frame code
1419 below.
1420
1421 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1422
1423 * breakpoint.c (insert_catchpoint): Make static.
1424
1425 2003-07-02 Andreas Schwab <schwab@suse.de>
1426
1427 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
1428 former ia64_push_arguments and ia64_push_return_address, and use
1429 regcache functions instead of read/write_register.
1430 (ia64_gdbarch_init): Set push_dummy_call instead of
1431 deprecated_push_arguments and deprecated_push_return_address.
1432
1433 2003-07-01 Andreas Jaeger <aj@suse.de>
1434
1435 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1436 before the call.
1437 Set %rax only to number of SSE registers used.
1438
1439 2003-07-01 Andrew Cagney <cagney@redhat.com>
1440
1441 * trad-frame.h: Update comments, a -1 .addr is reserved.
1442 (trad_frame_value_p, trad_frame_addr_p): Declare.
1443 (trad_frame_reg_p): Declare.
1444 (trad_frame_set_value): Rename trad_frame_register_value.
1445 (trad_frame_set_unknown): Declare.
1446 * trad-frame.c (trad_frame_realreg_p): New function.
1447 (trad_frame_addr_p, trad_frame_value_p): New function.
1448 (trad_frame_set_unknown): New function.
1449 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1450 (trad_frame_prev_register): Use trad_frame_realreg_p,
1451 trad_frame_addr_p and trad_frame_value_p.
1452 (trad_frame_set_value): Rename trad_frame_register_value.
1453 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1454 and trad_frame_set_value.
1455
1456 2003-06-30 Jim Blandy <jimb@redhat.com>
1457
1458 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1459 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1460 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1461 for 16 registers, and then 32 more bytes.
1462 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1463 New macros.
1464 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1465 Move up in the file, since it's now used by is_simple_arg.
1466 (is_simple_arg): Don't assume registers are four bytes long.
1467 Exclude all double arguments. Extended floats are not simple
1468 args.
1469 (is_power_of_two): New function.
1470 (pass_by_copy_ref): Call is_power_of_two, and check that the
1471 length fits in a register, rather than listing all the acceptable
1472 sizes. Extended floats are not passed by reference.
1473 (s390_push_arguments): Don't assume registers are four bytes long.
1474 Reserve an argument register to point to the buffer for structures
1475 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1476 S390_STACK_FRAME_OVERHEAD.
1477
1478 2003-06-30 Andreas Schwab <schwab@suse.de>
1479
1480 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1481 format error message.
1482
1483 2003-06-30 Joel Brobecker <brobecker@gnat.com>
1484
1485 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1486
1487 2003-06-30 David Carlton <carlton@kealia.com>
1488
1489 Band-aid for PR c++/1245.
1490 * Makefile.in (cp-support.o): Depend on complaints_h.
1491 * cp-support.c: Include complaints.h. Add declaration for
1492 find_last_component.
1493 (cp_find_first_component): Separate code into
1494 cp_find_first_component_aux.
1495 (cp_find_first_component_aux): Call demangled_name_complaint.
1496 (demangled_name_complaint): New.
1497
1498 2003-06-30 Andrew Cagney <cagney@redhat.com>
1499
1500 * remote.c (remote_write_bytes): Explicitly compute and then use
1501 the payload size. Update comments to reflect. Fixes problem of
1502 GDB not sending small packets as found by Fred Fish.
1503
1504 2003-06-30 Andrew Cagney <cagney@redhat.com>
1505
1506 * remote.c (remote_async_wait): Fix -Wformat problem.
1507
1508 2003-06-29 Andrew Cagney <cagney@redhat.com>
1509
1510 * remote.c (remote_wait): Call error, and not warning, when the
1511 packet is corrupt.
1512 (remote_async_wait): Ditto.
1513
1514 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1515
1516 * sparc-tdep.c (sparc_y_regnum): Make external again.
1517
1518 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1519
1520 * cli/cli-logging.c (pop_output_files): Add void to function
1521 definition.
1522
1523 2003-06-29 Andrew Cagney <cagney@redhat.com>
1524
1525 * frame.c (frame_register_unwind): Use unsigned char when dumping
1526 the buffer contents.
1527
1528 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
1529
1530 * cli/cli-logging.c: New file.
1531 * cli-out.c (struct ui_out_data): Add original_stream.
1532 (cli_redirect): New function.
1533 (cli_ui_out_impl): Add cli_redirect.
1534 (cli_out_new): Initialize original_stream.
1535 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1536 (uo_redirect, ui_out_redirect): New.
1537 * ui-out.h (struct ui_out_impl): Add redirect member.
1538 (redirect_ftype): New.
1539 (ui_out_redirect): Add prototype.
1540 * Makefile.in: Add rules for cli-logging.c.
1541 * NEWS: Mention "set logging".
1542
1543 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1544
1545 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1546
1547 2003-06-27 Andrew Cagney <cagney@redhat.com>
1548
1549 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1550 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1551 * avr-tdep.c (avr_call_dummy_address): Delete function.
1552 (avr_gdbarch_init): Do not set call_dummy_address.
1553
1554 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1555
1556 * symfile.c (syms_from_objfile): Move variables to inner block.
1557 Move the checks for the non-mainline case a bit earlier to avoid
1558 doing some useless computations.
1559
1560 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1561
1562 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1563
1564 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
1565
1566 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1567 sections.
1568
1569 2003-06-26 Michael Chastain <mec@shout.net>
1570
1571 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1572 gdb/testsuite/gdb.c++/pr-1210.exp.
1573
1574 2003-06-26 Andrew Cagney <cagney@redhat.com>
1575
1576 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1577 altivec_expression.h and altivec_registers.h.
1578
1579 2003-06-26 Andrew Cagney <cagney@redhat.com>
1580
1581 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1582 info->mach when MIPS16. Patch suggested by Fred Fish.
1583
1584 2003-06-26 Andrew Cagney <cagney@redhat.com>
1585
1586 * utils.c (internal_vproblem): Print the problem to a reason
1587 buffer and then pass to query. Make the msg variable more local.
1588
1589 2003-06-26 Andrew Cagney <cagney@redhat.com>
1590
1591 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1592 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1593 * gdbarch.h, gdbarch.c: Re-generate.
1594 * frame-base.c (default_frame_args_address): Update. Use
1595 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1596 not available.
1597 (default_frame_locals_address): Ditto for
1598 DEPRECATED_FRAME_LOCALS_ADDRESS.
1599 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1600 (vax_frame_num_args): Update.
1601 (vax_gdbarch_init): Update.
1602 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1603 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1604 * mcore-tdep.c (mcore_gdbarch_init): Update.
1605 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1606 * ia64-tdep.c (ia64_gdbarch_init): Update.
1607 * symtab.h (address_class): Update comments.
1608 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1609 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1610 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1611 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1612 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1613 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1614 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1615 * alpha-mdebug-tdep.c: Update.
1616 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1617
1618 2003-06-26 Andreas Jaeger <aj@suse.de>
1619
1620 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1621 of SSE registers so that varargs functions work. Rework handling
1622 of passing arguments on the stack.
1623 (x86_64_store_return_value): Return double and float values in SSE
1624 register.
1625
1626 2003-06-24 Michael Chastain <mec@shout.net>
1627
1628 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1629 the "constructor breakpoints ignored" bug.
1630
1631 2003-06-25 David Carlton <carlton@kealia.com>
1632
1633 * MAINTAINERS: Update e-mail address.
1634
1635 2003-06-24 Jim Blandy <jimb@redhat.com>
1636
1637 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1638
1639 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1640 function.
1641 (ppc_linux_init_abi): Register it as the
1642 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1643
1644 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1645 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1646 method.
1647
1648 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1649 (ppc64_standard_linkage_target): Use it.
1650
1651 2003-06-23 Andrew Cagney <cagney@redhat.com>
1652
1653 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1654 for 0 "int0" and 4 "int32" sized registers.
1655 * gdbtypes.c (builtin_type_int0): Define.
1656 (build_gdbtypes): Initialize builtin_type_int0.
1657 * gdbtypes.h (builtin_type_int0): Declare.
1658
1659 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1660
1661 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1662 as characters are unsigned.
1663
1664 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1665
1666 PR gdb/1179
1667 * dwarfread.c (struct_type): Skip static fields without crashing.
1668
1669 2003-06-22 Andrew Cagney <cagney@redhat.com>
1670
1671 GDB 6.0 branch created.
1672 * README: Update.
1673 * PROBLEMS: Update. Empty.
1674 * NEWS: Update.
1675
1676 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1677
1678 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1679 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1680
1681 2003-06-22 Andrew Cagney <cagney@redhat.com>
1682
1683 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1684 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1685 Velikov.
1686
1687 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1688
1689 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1690 compilers.
1691
1692 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1693
1694 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1695 argument of val_print.
1696 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1697 to the address argument of baseclass_offset or target_read_memory.
1698 Do add it to the argument of cp_print_value_fields.
1699
1700 2003-06-21 Andrew Cagney <cagney@redhat.com>
1701
1702 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1703 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1704 instead of 0..NUM_REGS.
1705 (mips_register_reggroup_p): New function.
1706 (mips_pseudo_register_write): New function.
1707 (mips_pseudo_register_read): New function.
1708 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1709 based on the register's type.
1710 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1711 cooked.
1712 (mips_get_saved_register): Simplify. Assert that REGNO is a
1713 pseudo / cooked.
1714 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1715 (mips_register_type): Replace mips_register_virtual_type. Map
1716 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1717 when available.
1718 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1719 that the register is cooked / virtual.
1720 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1721 Only get the extra info when needed.
1722 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1723 (mips32_heuristic_proc_desc): Fetch the cooked register.
1724 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1725 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1726 (mips_print_register): Use gdbarch_register_type, instead of
1727 REGISTER_VIRTUAL_TYPE.
1728 (print_gp_register_row): Use gdbarch_register_type, instead of
1729 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1730 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1731 Print the pseudo / cooked registers.
1732 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1733 Print the pseudo / cooked registers.
1734 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1735 REG_NUM is pseudo / cooked.
1736 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1737 (mips_n32n64_xfer_return_value): Ditto.
1738 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1739 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1740 (mips_register_sim_regno): New function.
1741 (mips_gdbarch_init): Set deprecated_register_byte,
1742 register_group_p, pseudo_register_write, pseudo_register_read,
1743 register_sim_regno, and num_pseudo_regs. Set register_type,
1744 instead of register_virtual_type.
1745 * Makefile.in (mips-tdep.o): Update dependencies.
1746 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1747 REGISTER_VIRTUAL_TYPE.
1748 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1749 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1750 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1751 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1752 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1753
1754 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1755
1756 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1757 * cli/cli-cmds.c: Include "gdb_vfork.h".
1758 (shell_escape): Use vfork.
1759
1760 2003-06-21 Andrew Cagney <cagney@redhat.com>
1761
1762 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1763 32 bit floating-point register saves.
1764
1765 * frame.h (deprecated_unwind_get_saved_register): Delete.
1766 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1767 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1768 and deprecated_get_next_frame_hack instead of
1769 deprecated_unwind_get_saved_register.
1770
1771 * mips-tdep.c (mips_dump_tdep): Do not print
1772 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1773
1774 * frame.c (get_frame_register): New function.
1775 (frame_unwind_register_signed): New function.
1776 (get_frame_register_signed): New function.
1777 (frame_unwind_register_unsigned): New function.
1778 (get_frame_register_unsigned): New function.
1779 * frame.h: Add comments on naming schema.
1780 (get_frame_register, frame_unwind_register_signed): Declare.
1781 (get_frame_register_signed, get_frame_register_signed): Declare.
1782 (frame_unwind_register_unsigned): Declare.
1783 (get_frame_register_unsigned): Declare.
1784
1785 2003-06-20 Theodore A. Roth <troth@openavr.org>
1786
1787 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1788
1789 2003-06-20 Theodore A. Roth <troth@openavr.org>
1790
1791 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1792 (avr_read_sp): Ditto.
1793
1794 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
1795
1796 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1797 * config/arm/nm-linux.h: Likewise.
1798 * config/arm/tm-linux.h: Likewise.
1799 * config/ia64/nm-linux.h: Likewise.
1800 * config/ia64/tm-ia64.h: Likewise.
1801 * config/s390/tm-linux.h: Likewise.
1802 * config/s390/tm-s390.h: Likewise.
1803 * s390-nat.c: Likewise.
1804 * s390-tdep.c: Likewise.
1805
1806 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1807 * config/ia64/linux.mt: Likewise.
1808 * config/m68k/linux.mh: Likewise.
1809 * config/mips/linux.mt: Likewise.
1810 * config/powerpc/linux.mh: Likewise.
1811 * config/sh/linux.mt: Likewise.
1812
1813 2003-06-19 Kris Warkentin <kewarken@qnx.com>
1814
1815 * solib.c (solib_open): Change tests for whether to search
1816 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1817 comments.
1818
1819 2003-06-19 Theodore A. Roth <troth@openavr.org>
1820
1821 * avr-tdep.c (avr_frame_address): Delete function.
1822 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1823 set_gdbarch_frame_args_address.
1824
1825 2003-06-19 Andrew Cagney <cagney@redhat.com>
1826
1827 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1828 (REGISTER_CONVERT_FROM_TYPE): Delete.
1829 (mips_register_convert_to_type): Delete declaration.
1830 (mips_register_convert_from_type): Delete declaration.
1831 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1832 kernel/.
1833
1834 2003-06-19 Michael Snyder <msnyder@redhat.com>
1835
1836 * linux-nat.h: New file.
1837 * linux-nat.c: Include linux-nat.h.
1838 * lin-lwp.c: Include linux-nat.h.
1839 Move struct lwp_info def to linux-nat.h.
1840 * linux-proc.c: Include linux-nat.h.
1841 (linux_make_note_section): Iterate over lwps instead of threads.
1842 (linux_do_thread_registers): Use lwp instead of merged pid.
1843 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
1844 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
1845 Add dependency on linux_nat_h.
1846
1847 2003-06-19 Theodore A. Roth <troth@openavr.org>
1848
1849 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1850
1851 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1852
1853 * varobj.c (get_type, get_target_type): Use check_typedef.
1854
1855 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1856
1857 * breakpoint.c (insert_catchpoint): Call internal_error.
1858
1859 2003-06-19 Theodore A. Roth <troth@openavr.org>
1860
1861 * avr-tdep.c (avr_push_dummy_code): Delete function.
1862 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1863
1864 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1865
1866 * arch-utils.c (default_prepare_to_proceed): Remove.
1867 (generic_prepare_to_proceed): Remove.
1868 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1869 (generic_prepare_to_proceed): Remove prototype.
1870 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1871 * gdbarch.c: Regenerate.
1872 * gdbarch.h: Regenerate.
1873 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1874 * hppah-nat.c (hppa_switched_threads): Remove.
1875 * infrun.c (prepare_to_proceed): New static function, copied from
1876 generic_prepare_to_proceed. Remove select_it argument.
1877 (proceed): Call prepare_to_proceed.
1878 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1879 variables.
1880 (ptrace_wait): Don't set the removed variables.
1881 (hppa_switched_threads): Remove.
1882 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1883 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1884 (lin_lwp_prepare_to_proceed): Remove prototype.
1885 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1886 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1887
1888 2003-06-18 Theodore A. Roth <troth@openavr.org>
1889
1890 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1891 trad-frame.h.
1892 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1893 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1894 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1895 (AVR_PROLOGUE_*): Enumerate prologue types.
1896 (struct frame_extra_info): Remove.
1897 (struct avr_unwind_cache): Define.
1898 (avr_write_sp): Delete function.
1899 (avr_read_fp): Ditto.
1900 (avr_init_extra_frame_info): Ditto.
1901 (avr_pop_frame): Ditto.
1902 (avr_frame_saved_pc): Ditto.
1903 (avr_saved_pc_after_call): Ditto.
1904 (avr_push_return_address): Ditto.
1905 (avr_frame_chain): Ditto.
1906 (avr_store_struct_return): Ditto.
1907 (avr_push_arguments): Ditto.
1908 (avr_scan_prologue): Update comments. Changed to set up the info for
1909 cache unwinding. Now returns end of prologue PC.
1910 (avr_skip_prologue): Better handling of functions lacking a prologue
1911 by using avr_scan_prologue.
1912 (avr_scan_arg_moves): New function.
1913 (avr_saved_regs_unwinder): Ditto.
1914 (avr_frame_unwind_cache): Ditto.
1915 (avr_unwind_pc): Ditto.
1916 (avr_frame_this_id): Ditto.
1917 (avr_frame_prev_register): Ditto.
1918 (avr_frame_p): Ditto.
1919 (avr_frame_base_address ): Ditto.
1920 (avr_unwind_dummy_id): Ditto.
1921 (avr_push_dummy_code): Ditto.
1922 (push_stack_item): Ditto.
1923 (pop_stack_item): Ditto.
1924 (avr_push_dummy_call): Ditto.
1925 (struct stack_item): Define.
1926 (avr_frame_unwind): Declare structure.
1927 (avr_frame_base): Ditto.
1928 (avr_gdbarch_init): Remove calls to
1929 set_gdbarch_deprecated_init_frame_pc,
1930 set_gdbarch_deprecated_target_read_fp,
1931 set_gdbarch_deprecated_dummy_write_sp,
1932 set_gdbarch_deprecated_fp_regnum,
1933 set_gdbarch_deprecated_push_arguments,
1934 set_gdbarch_deprecated_push_return_address,
1935 set_gdbarch_deprecated_pop_frame,
1936 set_gdbarch_deprecated_store_struct_return,
1937 set_gdbarch_deprecated_frame_init_saved_regs,
1938 set_gdbarch_deprecated_init_extra_frame_info,
1939 set_gdbarch_deprecated_frame_chain,
1940 set_gdbarch_deprecated_frame_saved_pc,
1941 set_gdbarch_deprecated_saved_pc_after_call.
1942 Add calls to set_gdbarch_push_dummy_call,
1943 set_gdbarch_push_dummy_code,
1944 frame_unwind_append_predicate,
1945 frame_base_set_default,
1946 set_gdbarch_unwind_dummy_id,
1947 set_gdbarch_unwind_pc.
1948 Wrap a long line.
1949
1950 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
1951
1952 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1953 registers for H8/300S.
1954 (h8300_print_registers_info): Ditto.
1955 (h8300_gdbarch_init): Accommodate register count for H8/300S.
1956
1957 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
1958
1959 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1960 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1961 (lin_lwp_wait): Likewise. Update comments.
1962 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1963 (pull_pid_from_list, linux_record_stopped_pid): New.
1964
1965 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1966
1967 * ada-lang.c (scan_discrim_bound): Name first argument.
1968 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1969 declared by ALL_BLOCK_SYMBOLS.
1970
1971 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1972
1973 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1974 ("regcache.h"): Include it.
1975 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1976
1977 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1978
1979 * NEWS: Mention gdbserver detach change and "disconnect" command.
1980 * infcmd.c (disconnect_command): New function.
1981 (_initialize_infcmd): Add ``disconnect'' command.
1982 * remote.c (remote_async_detach): Delete.
1983 (remote_detach): Merge remote_async_detach.
1984 (remote_disconnect): New.
1985 (init_remote_ops): Set to_disconnect.
1986 (init_remote_cisco_ops): Likewise.
1987 (init_remote_async_ops): Likewise. Use remote_detach.
1988 * target.c (cleanup_target): Default to_disconnect.
1989 (update_current_target): Inherit to_disconnect.
1990 (target_disconnect, debug_to_disconnect): New functions.
1991 (setup_target_debug): Set to_disconnect.
1992 * target.h (struct target_ops): Add to_disconnect.
1993 (target_disconnect): Add prototype.
1994
1995 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1996
1997 * breakpoint.c (insert_catchpoint): New function.
1998 (insert_breakpoints): Use catch_exceptions to call
1999 insert_catchpoint. Disable catchpoints if they fail to insert.
2000
2001 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
2002
2003 * symfile.c (reread_symbols): Clear sym_private.
2004
2005 2003-06-17 Andrew Cagney <cagney@redhat.com>
2006
2007 * trad-frame.h (struct frame_info): Add opaque declaration.
2008 * remote-fileio.h (struct cmd_list_element): Add opaque
2009 declaration.
2010 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
2011 comments.
2012
2013 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
2014
2015 * remote.c (remote_prepare_to_store): Replace call to
2016 deprecated_read_register_bytes with multiple regcache_raw_read
2017 calls.
2018
2019 2003-06-17 Kris Warkentin <kewarken@qnx.com>
2020
2021 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
2022 (nto_find_and_open_solib): Likewise.
2023 (nto_init_solib_absolute_prefix): Likewise.
2024 (_initialize_nto_tdep): Fix indentation.
2025
2026 2003-06-17 Kris Warkentin <kewarken@qnx.com>
2027
2028 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
2029
2030 2003-06-17 Kris Warkentin <kewarken@qnx.com>
2031
2032 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
2033
2034 2003-06-17 Jim Blandy <jimb@redhat.com>
2035
2036 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
2037
2038 2003-06-16 Theodore A. Roth <troth@openavr.org>
2039
2040 * avr-tdep.c (avr_extract_return_value): New function.
2041 (avr_gdbarch_init): Set extract_return_value method.
2042
2043 2003-06-16 Andrew Cagney <cagney@redhat.com>
2044
2045 * frame.h (deprecated_get_next_frame_hack): Declare.
2046 * frame.c (legacy_saved_regs_prev_register): Only require
2047 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
2048 there are always saved regs.
2049 (deprecated_generic_get_saved_register): Do not require
2050 DEPRECATED_FRAME_INIT_SAVED_REGS.
2051 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
2052 use frame ID unwind instead.
2053 (deprecated_get_next_frame_hack): New function.
2054
2055 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
2056
2057 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
2058 (h8300_push_dummy_call): ...this function. Some minor optimization.
2059 (h8300_push_return_address): Remove.
2060 (h8300_gdbarch_init): Remove calls to
2061 set_gdbarch_deprecated_dummy_write_sp,
2062 set_gdbarch_deprecated_push_arguments and
2063 set_gdbarch_deprecated_push_return_address.
2064 Add call to set_gdbarch_push_dummy_call.
2065
2066 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
2067
2068 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
2069 (E_PSEUDO_EXR_REGNUM): Ditto.
2070 (h8300_is_argument_spill): Check for instructions moving argument
2071 registers into safe registers.
2072 (h8300_skip_prologue): Check for stm instruction to push registers
2073 used for register variables onto stack.
2074 (gdb_print_insn_h8300): Remove.
2075 (h8300_examine_prologue): Add a comment.
2076 (h8300_register_name): Take pseudo registers into account.
2077 (h8300s_register_name): Ditto.
2078 (h8300sx_register_name): Ditto.
2079 (h8300_print_register): Ditto.
2080 (h8300_print_registers_info): Define "nice" printing order.
2081 (h8300_saved_pc_after_call): Take pseudo registers into account.
2082 (h8300_register_type): Ditto. Return type used for remote connection
2083 when requesting real CCR or EXR register, return actual type when
2084 requesting pseudo CCR or EXR.
2085 (h8300_pseudo_register_read): New function.
2086 (h8300_pseudo_register_write): Ditto.
2087 (h8300_dbg_reg_to_regnum): Ditto.
2088 (h8300s_dbg_reg_to_regnum): Ditto.
2089 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
2090 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
2091 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
2092 set_gdbarch_print_insn architecture dependent.
2093 Call set_gdbarch_pseudo_register_read and
2094 set_gdbarch_pseudo_register_write.
2095 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
2096
2097 2003-06-16 Andrew Cagney <cagney@redhat.com>
2098
2099 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
2100 * gdbarch.h, gdbarch.c: Re-generate.
2101 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2102 * s390-tdep.c (s390_gdbarch_init): Update.
2103 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2104 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2105 * mips-tdep.c (mips_gdbarch_init): Update.
2106 * mcore-tdep.c (mcore_gdbarch_init): Update.
2107 * cris-tdep.c (cris_gdbarch_init): Update.
2108 * infcall.c (call_function_by_hand): Update.
2109 * ia64-tdep.c (ia64_push_arguments): Update comment.
2110 * frame.c (legacy_get_prev_frame): Do not assume
2111 SAVE_DUMMY_FRAME_TOS_P.
2112 * dummy-frame.c (find_dummy_frame): Update comment.
2113
2114 2003-06-16 Andrew Cagney <cagney@redhat.com>
2115
2116 * regcache.c (do_cooked_read): Do not use register_valid_p.
2117
2118 2003-06-15 Theodore A. Roth <troth@openavr.org>
2119
2120 * avr-tdep.c (avr_register_type): Remove a blank line.
2121 (avr_scan_prologue): Correct some comments.
2122
2123 2003-06-15 Theodore A. Roth <troth@openavr.org>
2124
2125 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
2126 prologue types.
2127 Properly scan prologues generated by gcc with the -mcall-prologues
2128 option.
2129 Add code to scan -mcall-prologues for mega devices.
2130
2131 2003-06-15 Theodore A. Roth <troth@openavr.org>
2132
2133 * avr-tdep.c (avr_register_byte): Delete function.
2134 (avr_register_raw_size): Delete function.
2135 (avr_register_virtual_size): Delete function.
2136 (avr_register_virtual_type): Delete function.
2137 (avr_register_type): New function.
2138 (avr_address_to_pointer): Remove unused code.
2139 (avr_read_fp): Need to read FP as two separate bytes due to change to
2140 avr_register_type() usage.
2141 (avr_gdbarch_init): Don't set deprecated_register_size.
2142 Don't set deprecated_register_bytes.
2143 Don't set deprecated_register_byte.
2144 Don't set deprecated_register_raw_size.
2145 Don't set deprecated_max_register_raw_size.
2146 Don't set deprecated_register_virtual_size.
2147 Don't set deprecated_max_register_virtual_size.
2148 Don't set deprecated_register_virtual_type.
2149 Set register_type method.
2150
2151 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
2152
2153 * Makefile.in (linux-nat.o): Add rule.
2154 * linux-nat.c: New file.
2155 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
2156 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
2157 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
2158 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
2159 * config/arm/linux.mh (NATDEPFILES): Likewise.
2160 * config/i386/linux.mh (NATDEPFILES): Likewise.
2161 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
2162 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2163 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2164 * config/mips/linux.mh (NATDEPFILES): Likewise.
2165 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
2166 * config/s390/s390.mh (NATDEPFILES): Likewise.
2167 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2168
2169 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2170
2171 * i387-tdep.c: Reorder includes, fix some whitespace issues and
2172 replace out-of-date comment.
2173
2174 2003-06-15 Andrew Cagney <cagney@redhat.com>
2175
2176 * rdi-share/host.h (Fail): Change to a varargs function.
2177 * remote-rdi.c (Fail): Update.
2178
2179 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2180
2181 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
2182 (i386_convert_register_p, i386_register_to_value,
2183 i386_register_from_value): Handle types longer than 8 bytes.
2184
2185 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2186
2187 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
2188 Move floating-point code to new function in i387-tdep.c.
2189 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
2190 New functions containing code moved here from i386-tdep.c.
2191 * i387-tdep.h: Add opaque declaration for `struct type'.
2192 (i387_register_to_value, i387_value_to_register): New prototypes.
2193 * x86-64-tdep.c (x86_64_convert_register_p): New function.
2194 (x86_64_init_abi): Set convert_register_p, register_to_value and
2195 value_to_register here.
2196
2197 2003-06-14 Andrew Cagney <cagney@redhat.com>
2198
2199 * mips-tdep.c (mips_register_to_value): Make static.
2200 (mips_value_to_register): Make static.
2201 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
2202 * ia64-tdep.c (ia64_register_raw_size): Make static.
2203 (ia64_register_virtual_size): Make static.
2204 (ia64_register_byte): Make static.
2205 * i387-tdep.c: Include "i387-tdep.h".
2206 (print_387_control_word): Delete function.
2207 (print_387_status_word): Delete function.
2208 (print_387_status_bits): Delete function.
2209 (print_387_control_bits): Delete function.
2210 * Makefile.in (i387-tdep.o): Update dependencies.
2211 * rdi-share/host.h (Fail): Declare.
2212 * remote-rdi.c (Fail): Update to match declaration.
2213
2214 2003-06-14 Andrew Cagney <cagney@redhat.com>
2215
2216 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
2217 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
2218 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
2219 * config/djgpp/fnchange.lst: Delete "remote-array.c".
2220 * README: Delete reference to remote-array.
2221 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
2222 (remote-array.o): Delete target.
2223 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
2224 * remote-array.c: Delete file.
2225
2226 2003-06-14 Andrew Cagney <cagney@redhat.com>
2227 Mark Kettenis <kettenis@gnu.org>
2228
2229 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
2230 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
2231 parameter with "frame".
2232 * gdbarch.h, gdbarch.c: Re-generate.
2233 * frame.h (put_frame_register): Declare.
2234 * frame.c (put_frame_register): New function.
2235 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
2236 (legacy_register_to_value): Rewrite, use "frame" to get the
2237 register value.
2238 (legacy_value_to_register): Rewrite, use "frame" to find the
2239 register's location before storing.
2240 * arch-utils.h (legacy_convert_register_p): Update.
2241 (legacy_register_to_value, legacy_value_to_register): Update.
2242 * findvar.c (value_from_register): Rewrite, eliminate use of
2243 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
2244 "frame" to REGISTER_TO_VALUE.
2245 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
2246 lval_reg_frame_relative + lval_register branch of the switch. Do
2247 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
2248 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
2249 I386_EDI_REGNUM): New defines.
2250 (i386_next_regnum, i386_convert_register_p,
2251 i386_register_to_value, i386_value_to_register): New functions.
2252 (i386_register_convertible, i386_register_convert_to_virtual,
2253 i386_convert_to_raw): Remove functions.
2254 (i386_gdbarch_init): Set convert_register_p, register_to_value and
2255 value_to_register instead of register_convertible,
2256 register_convert_to_virtual and register_convert_to_raw.
2257 * mips-tdep.c (mips_convert_register_p): New function.
2258 (mips_value_to_register): Replace mips_register_convert_from_type.
2259 (mips_register_to_value): Replace mips_register_convert_to_type.
2260 (mips_gdbarch_init): Set conver_register_p, value_to_register and
2261 register_to_value.
2262 * alpha-tdep.c (alpha_convert_register_p): Update.
2263 (alpha_value_to_register): Update, store the register.
2264 (alpha_register_to_value): Update, fetch the register.
2265
2266 2003-06-14 Theodore A. Roth <troth@openavr.org>
2267
2268 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
2269 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
2270 Don't set deprecated_call_dummy_words.
2271 Remove commented out set_gdbarch_believe_pcc_promotion() call.
2272 Don't set remote_translate_xfer_address.
2273 (avr_io_reg_read_command): Remove commented out debug printf.
2274 Wrap a long line.
2275
2276 2003-06-14 Theodore A. Roth <troth@openavr.org>
2277
2278 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
2279 causes gdb to seg fault.
2280
2281 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
2282
2283 * sparc-nat.c (fetch_inferior_registers): Correct
2284 a reference to "registers".
2285
2286 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
2287
2288 * Makefile.in (exc_request_U_h): Define
2289 (exc_request_S_h): Likewise.
2290 (msg_reply_S_h): Likewise.
2291 (msg_U_h): Likewise.
2292 (notify_S_h): Likewise.
2293 (process_reply_S_h): Likewise.
2294 (gnu-nat.o): Depend on gdb_obstack_h
2295 * gnu-nat.c: Include "gdb_obstack.h".
2296
2297 2003-06-13 Andrew Cagney <cagney@redhat.com>
2298
2299 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
2300 * gdbarch.h, gdbarch.c: Re-generate.
2301
2302 2003-06-13 Andrew Cagney <cagney@redhat.com>
2303
2304 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
2305 when deprecated REGISTER macros can be deleted.
2306 * gdbarch.h, gdbarch.c: Re-generate.
2307
2308 2003-06-13 Jim Blandy <jimb@redhat.com>
2309
2310 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
2311 Linux entry point symbols for _dl_debug_state, too.
2312
2313 2003-06-13 Andrew Cagney <cagney@redhat.com>
2314
2315 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
2316 available, do not use the FP register, and always save the TOS.
2317 * dummy-frame.c (dummy_frame_this_id): Do not assert
2318 SAVE_DUMMY_FRAME_TOS.
2319 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
2320 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
2321 (i386_push_dummy_call): Add 8 to the returned SP.
2322 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
2323 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
2324 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
2325 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
2326 (x86_64_push_dummy_call): Return "sp + 16".
2327 (x86_64_init_abi): Do not set save_dummy_frame_tos.
2328 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2329 save_dummy_frame_tos.
2330
2331 2003-06-13 Jim Blandy <jimb@redhat.com>
2332
2333 * frv-tdep.c (frv_use_struct_convention): Delete static
2334 declaration for function deleted in my change of 2003-06-12.
2335
2336 2003-06-13 Theodore A. Roth <troth@openavr.org>
2337
2338 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
2339 (avr_pointer_to_address): Shift code addrs left 1 bit.
2340 (avr_convert_from_func_ptr_addr): Delete function since operation is
2341 better handled by avr_address_to_pointer and avr_pointer_to_address.
2342 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
2343
2344 2003-06-13 Mark Kettenis <kettenis@gnu.org>
2345
2346 From Kelley Cook <kelleycook@wideopenwest.com>:
2347 * configure.host: Accept i[34567]86 variants.
2348 * configure.tgt: Likewise.
2349 * nlm/configure.in: Likewise.
2350 * nlm/configure: Regenerated.
2351
2352 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
2353
2354 * arm-tdep.c (solib-svr4.h): Dont' include it.
2355 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
2356 * arm-linux-tdep.c: ... here. Make static.
2357 (arm_linux_init_abi): Register it.
2358 (solib-svr4.h): Include it.
2359 * Makefile.in: Update dependencies.
2360 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2361 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
2362
2363 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2364
2365 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
2366 indicate registers used for return values.
2367 (struct frame_extra_info): Drop args_pointer and locals_pointer.
2368 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
2369 members.
2370 (h8300_init_extra_frame_info): Ditto.
2371 (h8300_frame_locals_address): Removed.
2372 (h8300_frame_args_address): Removed.
2373 (h8300_extract_return_value): Use new regcache structure. Only care
2374 for 16 bit CPUs.
2375 (h8300h_extract_return_value): Same function for 32 bit CPUs.
2376 (h8300_store_return_value): Use new regcache structure. Only care
2377 for 16 bit CPUs.
2378 (h8300h_store_return_value): Same function for 32 bit CPUs.
2379 (h8300_store_struct_return): Removed.
2380 (h8300_extract_struct_value_address): Use new regcache structure.
2381 (h8300h_extract_struct_value_address): Removed.
2382 (h8300_push_dummy_code): New function.
2383 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
2384 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
2385 set_gdbarch_store_return_value architecture dependent.
2386 Call set_gdbarch_push_dummy_code and
2387 set_gdbarch_extract_struct_value_address.
2388 Remove calls to set_gdbarch_frame_args_address,
2389 set_gdbarch_frame_locals_address,
2390 set_gdbarch_deprecated_store_struct_return,
2391 set_gdbarch_deprecated_extract_return_value,
2392 set_gdbarch_deprecated_extract_struct_value_address,
2393 set_gdbarch_deprecated_call_dummy_words and
2394 set_gdbarch_deprecated_sizeof_call_dummy_words.
2395
2396 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2397
2398 * h8300-tdep.c (h8300_register_byte): Remove.
2399 (h8300h_register_byte): Remove.
2400 (h8300_register_virtual_type): Remove. Substitute by...
2401 (h8300_register_type): New function.
2402 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
2403 (h8300h_extract_struct_value_address): Ditto.
2404 (h8300_gdbarch_init): Drop calls to
2405 set_gdbarch_deprecated_register_byte and
2406 set_gdbarch_deprecated_register_virtual_type.
2407 Add call to set_gdbarch_register_type.
2408
2409 2003-06-13 Andrew Cagney <cagney@redhat.com>
2410
2411 * gdbarch.sh: Update comments on registers.
2412 (deprecated_register_byte): Rename register_byte.
2413 (deprecated_register_raw_size): Rename register_raw_size.
2414 (deprecated_register_virtual_size): Rename register_virtual_size.
2415 (deprecated_register_virtual_type): Rename register_virtual_type.
2416 * gdbarch.h, gdbarch.c: Re-generate.
2417 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2418 * vax-tdep.c (vax_gdbarch_init): Update.
2419 * v850-tdep.c (v850_gdbarch_init): Update.
2420 * sparc-tdep.c (sparc_gdbarch_init): Update.
2421 * sh-tdep.c (sh_gdbarch_init): Update.
2422 * s390-tdep.c (s390_gdbarch_init): Update.
2423 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2424 * ns32k-tdep.c: Update.
2425 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2426 * mips-tdep.c (mips_gdbarch_init): Update.
2427 * mcore-tdep.c (mcore_gdbarch_init): Update.
2428 * m68k-tdep.c (m68k_gdbarch_init): Update.
2429 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2430 * ia64-tdep.c (ia64_gdbarch_init): Update.
2431 * hppa-tdep.c (hppa_gdbarch_init): Update.
2432 * h8300-tdep.c (h8300_gdbarch_init): Update.
2433 * frv-tdep.c (frv_gdbarch_init): Update.
2434 * cris-tdep.c (cris_gdbarch_init): Update.
2435 * avr-tdep.c (avr_gdbarch_init): Update.
2436 * alpha-tdep.c (alpha_gdbarch_init): Update.
2437 * arm-tdep.c (arm_gdbarch_init): Update.
2438
2439 2003-06-13 Andrew Cagney <cagney@redhat.com>
2440
2441 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2442 mips_o32_use_struct_convention with always_use_struct_convention.
2443
2444 2003-06-12 David Carlton <carlton@kealia.com>
2445
2446 * cp-namespace.c (cp_set_block_scope): Comment out
2447 processing_has_namespace_info branch.
2448
2449 2003-06-12 Jim Blandy <jimb@redhat.com>
2450
2451 Recognize and skip 64-bit PowerPC Linux linkage functions.
2452 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2453 insn_pattern, insns_match_pattern, d_field, ds_field): New
2454 functions, macros, and types for working with PPC instructions.
2455 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2456 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2457 ppc64_skip_trampoline_code): New functions, variables, and macros
2458 for recognizing and skipping linkage functions.
2459 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2460 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2461
2462 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2463 register offsets for both the 32- and 64-bit interfaces.
2464
2465 Actually finish the job started by my change of 2003-05-29.
2466 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2467 other #definition of this.
2468 (ppc_linux_skip_trampoline_code): Remove declaration.
2469 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2470 static.
2471 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2472 method for GDBARCH.
2473
2474 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2475 'long' on ppc64-*-linux*.
2476
2477 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2478 isn't #defined, assume the register doesn't exist: act as if
2479 tdep->ppc_mq_regnum were -1.
2480
2481 * configure.host, configure.tgt: Add entries for
2482 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2483 powerpc/linux.mt.
2484 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2485 New files.
2486
2487 * arch-utils.c (always_use_struct_convention): New function.
2488 * arch-utils.h (always_use_struct_convention): New prototype.
2489 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2490 (alpha_gdbarch_init): Register always_use_struct_convention,
2491 instead of alpha_use_struct_convention.
2492 * cris-tdep.c (cris_use_struct_convention): Delete.
2493 (cris_gdbarch_init): Register always_use_struct_convention,
2494 instead of cris_use_struct_convention.
2495 * frv-tdep.c (frv_use_struct_convention): Delete.
2496 (frv_gdbarch_init): Register always_use_struct_convention,
2497 instead of frv_use_struct_convention.
2498 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2499 (h8300_gdbarch_init): Register always_use_struct_convention,
2500 instead of h8300_use_struct_convention.
2501 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
2502 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2503 instead of mips_o32_use_struct_convention.
2504
2505 2003-06-12 Andrew Cagney <cagney@redhat.com>
2506
2507 * wince.c: Include "mips-tdep.h".
2508 * mips-tdep.h (mips_next_pc): Declare.
2509 * mcore-tdep.c: Make more local functions static.
2510 * Makefile.in (wince.o): Update dependencies.
2511
2512 2003-06-12 David Carlton <carlton@kealia.com>
2513
2514 * symtab.c (lookup_symbol_aux_minsyms): Replace
2515 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2516 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2517 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2518 SYMBOL_NATURAL_NAME.
2519
2520 2003-06-12 Andreas Schwab <schwab@suse.de>
2521
2522 * Makefile.in (tuiDisassem.o): Update dependencies.
2523
2524 2003-06-12 David Carlton <carlton@bactrian.org>
2525
2526 * symtab.h: Delete declaration of make_symbol_overload_list.
2527 Add declaration of lookup_partial_symbol.
2528 * symtab.c (remove_params): Move to cp-support.c.
2529 (overload_list_add_symbol, make_symbol_overload_list)
2530 (sym_return_val_size, sym_return_val_index): Ditto.
2531 (lookup_partial_symbol): Make extern.
2532 * cp-support.h: Add declaration of make_symbol_overload_list.
2533 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2534 symtab.h, and block.h.
2535 (remove_params): Move here from symtab.c.
2536 (overload_list_add_symbol, make_symbol_overload_list)
2537 (sym_return_val_size, sym_return_val_index): Ditto.
2538 * valops.c: Include cp-support.h.
2539 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2540 frame_h, and block_h.
2541 (valops.o): Depend on cp_support_h.
2542
2543 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2544
2545 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2546 substitute by NUM_REGS throughout.
2547 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2548 (h8300s_register_name): New function for H8S registers.
2549 (h8300sx_register_name): Ditto for H8SX registers.
2550 (h8300_print_register): Revise register printing, avoid depending
2551 on 32 bit long.
2552 (h8300_register_byte): Only care for H8/300 registers.
2553 (h8300h_register_byte): New function for any other architecture.
2554 (h8300_register_raw_size): Remove.
2555 (h8300_register_virtual_type): Revise to return actually useful
2556 type.
2557 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2558 (h8300h_extract_struct_value_address): New function for any other
2559 architecture.
2560 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2561 set_gdbarch_register_name, set_gdbarch_register_byte,
2562 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2563 Remove calls to set_gdbarch_deprecated_register_size,
2564 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2565 set_gdbarch_deprecated_max_register_raw_size,
2566 set_gdbarch_register_virtual_size and
2567 set_gdbarch_deprecated_max_register_virtual_size entirely.
2568 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2569 set_gdbarch_long_double_bit.
2570
2571 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2572
2573 * doublest.c (convert_doublest_to_floatformat): When dealing
2574 with the implied integer bit, only alter mant_bits if we are
2575 processing a full 32 bits of mantissa.
2576
2577 2003-06-11 David Carlton <carlton@bactrian.org>
2578
2579 * dictionary.h: New.
2580 * dictionary.c: New.
2581 * block.h: Add opaque declaration for struct dictionary.
2582 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2583 'sym' members.
2584 (BLOCK_DICT): New macro.
2585 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2586 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2587 BLOCK_SHOULD_SORT.
2588 (ALL_BLOCK_SYMBOLS): Update definition.
2589 * Makefile.in (SFILES): Add dictionary.c.
2590 (dictionary_h): New.
2591 (COMMON_OBS): Add dictionary.o.
2592 (dictionary.o): New.
2593 (ada-lang.o): Depend on dictionary_h.
2594 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2595 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2596 (mi-cmd-stack.o): Ditto.
2597 (gdbtk-cmds.o): Update dependencies.
2598 (gdbtk-stack.o): Ditto.
2599 * ada-lang.c: Include dictionary.h.
2600 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2601 (fill_in_ada_prototype, debug_print_block): Ditto.
2602 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2603 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2604 'is_sorted'.
2605 * mdebugread.c: Include dictionary.h.
2606 (struct parse_stack): Delete 'maxsyms' member.
2607 (parse_symbol): Update calls to new_block. Delete calls to
2608 shrink_block. Use dictionary methods.
2609 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2610 Update calls to new_symtab. Don't maintain maxsyms data.
2611 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2612 (add_symbol): Just call dict_add_symbol.
2613 (new_symtab): Delete 'maxsyms' argument.
2614 (new_symtab): Update calls to new_block.
2615 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2616 (shrink_block): Delete function.
2617 (fixup_sigtramp): Update call to new_block. Add symbol via
2618 dict_add_symbol.
2619 * jv-lang.c: Include dictionary.h.
2620 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2621 appropriately. Set class_symtab->free_func. Make sure the
2622 blockvector is big enough to hold two blocks.
2623 (add_class_symtab_symbol): Use dictionary methods.
2624 (free_class_block): New function.
2625 (type_from_class): Replace explicit iteration by
2626 ALL_BLOCK_SYMBOLS.
2627 * symtab.h (struct symtab): Replace 'free_ptr' method by
2628 'free_func'.
2629 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2630 sort_symtab_syms.
2631 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2632 sort_symtab_syms.
2633 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2634 Include dictionary.h.
2635 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2636 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2637 sort_symtab_syms.
2638 * objfiles.c: Include dictionary.h.
2639 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2640 * buildsym.c: Include dictionary.h.
2641 (finish_block): Use dictionary methods.
2642 (end_symtab): Set free_func to NULL, not free_ptr.
2643 * tracepoint.c: Include dictionary.h.
2644 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2645 (scope_info): Ditto.
2646 * stack.c: Include dictionary.h.
2647 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2648 (print_block_frame_labels, print_frame_arg_vars)
2649 (print_frame_args): Ditto.
2650 * symmisc.c (free_symtab_block): Use dictionary methods.
2651 (dump_symtab): Ditto.
2652 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2653 Include dictionary.h.
2654 * symfile.h: Delete declarations of sort_block_syms,
2655 sort_symtab_syms.
2656 * symfile.c (sort_block_syms): Delete.
2657 (sort_symtab_syms): Delete.
2658 * symtab.c: Include dictionary.h.
2659 (lookup_block_symbol): Use dictionary iterators.
2660 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2661 (search_symbols, make_symbol_completion_list): Ditto.
2662 (make_symbol_overload_list): Ditto.
2663 * valops.c (value_of_local): Use dict_empty.
2664 Include dictionary.h.
2665
2666 2003-06-11 J. Brobecker <brobecker@gnat.com>
2667
2668 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2669
2670 2003-06-11 David Carlton <carlton@bactrian.org>
2671
2672 * block.h (BLOCK_SHOULD_SORT): Delete.
2673 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2674 blocks.
2675 * ada-lang.c (ada_add_block_symbols): Ditto.
2676 * symfile.c (sort_block_syms): Delete.
2677 (sort_symtab_syms): Ditto.
2678 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2679 declarations.
2680 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2681 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2682 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2683 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2684 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2685 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2686 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2687
2688 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2689
2690 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
2691 bits to 128.
2692
2693 2003-06-11 Andrew Cagney <cagney@redhat.com>
2694
2695 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2696 REGISTER_CONVERTIBLE.
2697 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2698 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2699 * gdbarch.h, gdbarch.c: Re-generate.
2700 * arch-utils.h (deprecated_register_convertible_not): Rename
2701 generic_register_convertible_not.
2702 * arch-utils.c (deprecated_register_convertible_not): Rename
2703 generic_register_convertible.
2704 (legacy_convert_register_p, legacy_register_to_value): Update.
2705 * sh-tdep.c (sh64_push_arguments): Update.
2706 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2707 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2708 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2709 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2710 * arch-utils.c (legacy_value_to_register): Update.
2711 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2712 (rs6000_register_convert_to_raw): Make parameter "from" const.
2713 * mips-tdep.c (mips_gdbarch_init): Update.
2714 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2715 * infcmd.c (default_print_registers_info): Update.
2716 * ia64-tdep.c (ia64_gdbarch_init): Update.
2717 (ia64_register_convert_to_raw): Make parameter "from" const.
2718 * i386-tdep.c (i386_gdbarch_init): Update.
2719 (i386_register_convert_to_raw): Update.
2720
2721 2003-06-11 Andrew Cagney <cagney@redhat.com>
2722
2723 * remote-fileio.c: Include "remote-fileio.h".
2724 * Makefile.in (remote-fileio.o): Update dependencies.
2725 (remote_fileio_h): Fix typo.
2726
2727 2003-06-11 Andrew Cagney <cagney@redhat.com>
2728
2729 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2730 (xstormy16_save_dummy_frame_tos): Make static.
2731 (_initialize_xstormy16_tdep): Add declaration.
2732 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2733 * v850-tdep.c: Make local functions static.
2734 (_initialize_v850_tdep): Add declaration.
2735 * sparc-tdep.c: Make local functions static.
2736 (_initialize_sparc_tdep): Add declaration.
2737 * sh-tdep.c: Make local functions static.
2738 (_initialize_sh_tdep): Add declaration.
2739 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2740 * s390-tdep.c: Make local functions static.
2741 (_initialize_s390_tdep): Add declaration.
2742 * dbxread.c (find_stab_function_addr): Make static.
2743 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2744 * ocd.c (_initialize_remote_ocd): Add declaration.
2745 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2746 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2747 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2748 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2749 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2750 * remote-array.c (_initialize_array): Add declaration.
2751 (_initialize_remote_monitors): Add declaration.
2752 * remote-mips.c: Make local functions static.
2753 (_initialize_remote_mips): Add declaration.
2754 * mcore-tdep.c: Make all local functions static.
2755 (_initialize_mcore_tdep): Add declaration.
2756 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2757 * abug-rom.c (_initialize_abug_rom): Add declaration.
2758 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2759 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2760 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2761 * remote-est.c (_initialize_est): Add declaration.
2762 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2763 (m68hc11_call_dummy_address): Make static.
2764 * ia64-tdep.c: Make local functions static.
2765 (_initialize_ia64_tdep): Add declaration.
2766 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2767 * monitor.c (monitor_wait_filter): Make static.
2768 (_initialize_remote_monitors): Add declaration.
2769 * remote-hms.c (_initialize_remote_hms): Add declaration.
2770 * remote-e7000.c (fetch_regs_from_dump): Make static.
2771 (expect_n): Make static.
2772 (_initialize_remote_e7000): Add declaration.
2773 * ser-e7kpc.c: Always include "defs.h".
2774 (_initialize_ser_e7000pc): Add declaration.
2775 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2776 * cris-tdep.c: Make all but one function static.
2777 (_initialize_cris_tdep): Add declaration.
2778 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2779 * solib.c (update_solib_list): Make static.
2780 (_initialize_solib): Add declaration.
2781 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2782 (_initialize_avr_tdep): Add declaration.
2783 * remote-rdi.c (voiddummy): Make static.
2784 (_initialize_remote_rdi): Add declaration.
2785 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2786 * remote-rdp.c (send_rdp): Make static.
2787 (_initialize_remote_rdp): Add declaration.
2788 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2789
2790 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
2791
2792 * remote-fileio.c: Make ari happy.
2793
2794 2003-06-10 J. Brobecker <brobecker@gnat.com>
2795
2796 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2797 fetching the trailing bytes of the buffer we are about to write.
2798
2799 2003-06-10 Andrew Cagney <cagney@redhat.com>
2800
2801 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2802 * Makefile.in (remote-fileio.o): Update dependencies.
2803 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2804 include <setjmp.h>, or <sys/types.h> conditional on USG.
2805 (remote_fio_jmp_buf): Delete global variable.
2806
2807 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2808 Martin M. Hunt <hunt@redhat.com>
2809
2810 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2811 (SFILES): Add remote-fileio.c.
2812 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2813 dependencies for building remote.o.
2814 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2815 * remote-fileio.h: New header file defining remote File-I/O interface.
2816 * remote.c (remote_write_bytes, remote_read_bytes): Remove
2817 static storage class.
2818 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2819 'F' packet.
2820 (_initialize_remote): Call initialize_remote_fileio().
2821 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
2822 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2823 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2824 (captured_main): Initialize new ui_files.
2825 * ui-file.c: Add read and fgets input functions.
2826 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2827 (null_file_read): New function.
2828 (ui_file_read): New function.
2829 (set_ui_file_read): New function.
2830 (stdio_file_read): New function.
2831 * ui-file.h: New type ui_file_read_ftype.
2832 (set_ui_file_read): Declare.
2833 (ui_file_read): Declare.
2834
2835 2003-06-09 Andrew Cagney <cagney@redhat.com>
2836
2837 * frame.h (deprecated_unwind_get_saved_register): Rename
2838 generic_unwind_get_saved_register, update comments.
2839 * mips-tdep.c (mips_get_saved_register): Update.
2840 * frame.c (deprecated_unwind_get_saved_register): Update.
2841
2842 2003-06-09 Andrew Cagney <cagney@redhat.com>
2843
2844 * vax-tdep.c (vax_frame_locals_address): Delete function.
2845 (vax_gdbarch_init): Do not set frame_locals_address.
2846 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2847 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2848 * s390-tdep.c (s390_frame_args_address): Delete function.
2849 (s390_gdbarch_init): Do not set frame_args_address or
2850 frame_locals_address.
2851 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2852 (ns32k_gdbarch_init): Do not set frame_locals_address.
2853 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2854 (hppa_frame_locals_address): Delete function.
2855 (hppa_gdbarch_init): Do not set frame_args_address, or
2856 frame_locals_address.
2857 * arm-tdep.c (arm_frame_args_address): Delete.
2858 (arm_frame_locals_address): Delete.
2859 (arm_gdbarch_init): Do not set frame_args_address, or
2860 frame_locals_address.
2861
2862 2003-06-09 Andrew Cagney <cagney@redhat.com>
2863
2864 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2865 * gdbarch.h, gdbarch.c: Re-generate.
2866 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2867 * arch-utils.c (frame_num_args_unknown): Delete function.
2868 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2869 (frame_info): Use FRAME_NUM_ARGS_P.
2870 * arm-tdep.c (arm_frame_num_args): Delete function.
2871 (arm_gdbarch_init): Do not set frame_num_args.
2872 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2873 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2874 (hppa_gdbarch_init): Do not set frame_num_args.
2875 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2876 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2877 frame_num_args to default frame_num_args_unknown.
2878 * v850-tdep.c (v850_gdbarch_init): Ditto.
2879 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2880 * sh-tdep.c (sh_gdbarch_init): Ditto.
2881 * s390-tdep.c (s390_gdbarch_init): Ditto.
2882 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2883 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2884 * mips-tdep.c (mips_gdbarch_init): Ditto.
2885 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2886 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2887 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2888 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2889 * i386-tdep.c (i386_gdbarch_init): Ditto.
2890 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2891 * frv-tdep.c (frv_gdbarch_init): Ditto.
2892 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2893 * cris-tdep.c (cris_gdbarch_init): Ditto.
2894 * avr-tdep.c (avr_gdbarch_init): Ditto.
2895 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2896
2897 2003-06-09 Andrew Cagney <cagney@redhat.com>
2898
2899 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2900 (print_frame_args): Moved to "stack.c".
2901 * stack.c: Include "gdb_assert.h".
2902 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2903 (print_frame_args): Moved from "printcmd.c".
2904 * frame.h (print_frame_args): Delete declaration.
2905 * Makefile.in (stack.o): Update dependencies.
2906
2907 2003-06-08 Andrew Cagney <cagney@redhat.com>
2908
2909 * frame.c (get_prev_frame): Remove reference to
2910 frame_args_address_correct in comments.
2911 * frame-base.c (default_frame_args_address): Delete code
2912 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2913 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2914 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2915 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2916 (vax_frame_args_address_correct): Delete declaration.
2917
2918 2003-06-08 Andrew Cagney <cagney@redhat.com>
2919
2920 * gdbarch.sh (UNWIND_SP): Add.
2921 * gdbarch.h, gdbarch.c: Re-generate.
2922 * frame.c (frame_sp_unwind): New function.
2923 (get_frame_sp): New function.
2924 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2925 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2926 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2927 value.
2928 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2929 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2930
2931 2003-06-08 Andrew Cagney <cagney@redhat.com>
2932
2933 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2934 REMOTE_BREAKPOINT.
2935 * remote.c: Update.
2936 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2937 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2938 * config/m68k/tm-sun3.h: Update.
2939 * config/m68k/tm-m68klynx.h: Update.
2940 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2941
2942 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2943 trad_frame". Update comments.
2944 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2945 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2946 (trad_frame_register_value, trad_frame_prev_register): Update.
2947
2948 2003-06-08 Andrew Cagney <cagney@redhat.com>
2949
2950 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2951 from GCC's acinclude.m4.
2952 * configure.in: Check for getopt's delcaration.
2953 * aclocal.m4, config.in, configure: Re-generate.
2954 * main.c (error_init): Delete declaration.
2955 * defs.h (error_init): Declare.
2956 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2957 (rs6000_convert_from_func_ptr_addr): Make static.
2958 (_initialize_rs6000_tdep): Add declaration.
2959 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2960 (show_commands, set_verbose, show_history): Delete declaration.
2961 * top.h (set_verbose): Add declaration.
2962 (show_history, set_history, show_commands): Add declaration.
2963 (do_restore_instream_cleanup): Add declaration.
2964 * objc-lang.c (specialcmp): Make static.
2965 (print_object_command): Make static.
2966 (find_objc_msgsend): Make static.
2967 (find_objc_msgcall_submethod_helper): Make static.
2968 (find_objc_msgcall_submethod): Make static.
2969 (_initialize_objc_language): Add declaration.
2970 (find_implementation_from_class): Make static.
2971 (find_implementation): Make static.
2972 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2973 * objc-lang.h (lookup_struct_typedef): Add declaration.
2974 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2975 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2976 (do_restore_user_call_depth): Make static.
2977 (do_restore_instream_cleanup): Delete declaration.
2978 (dont_repeat): Delete declaration.
2979 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2980 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2981 * reggroups.c (_initialize_reggroup): Add declaration.
2982 * cp-support.c (_initialize_cp_support): Add declaration.
2983 * cp-abi.c (_initialize_cp_abi): Add declaration.
2984 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2985 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2986 (_initialize_gnu_v3_abi): Add declaration.
2987 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2988 (_initialize_gnu_v2_abi): Add declaration.
2989 * frame-base.c (_initialize_frame_base): Add declaration.
2990 * doublest.c (floatformat_from_length): Make static.
2991 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2992 * frame.c (create_sentinel_frame): Make static.
2993 (_initialize_frame): Add declaration.
2994 * top.c (do_catch_errors): Make static.
2995 (gdb_rl_operate_and_get_next_completion): Make static.
2996 * typeprint.c: Include "typeprint.h".
2997 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2998 (sentinel_frame_this_id): Make static.
2999 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
3000 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
3001 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
3002 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
3003 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
3004 * maint.c (maintenance_print_architecture): Make static.
3005 * signals/signals.c (_initialize_signals): Add declaration.
3006 * std-regs.c (_initialize_frame_reg): Add declaration.
3007 * jv-exp.y (push_variable): ISO C definition.
3008 (push_qualified_expression_name): Ditto.
3009 * memattr.c (_initialize_mem): Add declaration.
3010 * remote.c (remote_check_watch_resources): Make static.
3011 (remote_stopped_by_watchpoint): Make static.
3012 (remote_stopped_data_address): Make static.
3013 * d10v-tdep.c (nr_dmap_regs): Make static.
3014 (a0_regnum): Make static.
3015 (d10v_frame_unwind_cache): Make static.
3016 (d10v_frame_p): Make static.
3017 * osabi.c (show_osabi): Make static.
3018 (_initialize_gdb_osabi): Add extern declaration.
3019 * gdbtypes.c (make_qualified_type): Make static.
3020 (safe_parse_type): Make static.
3021 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
3022 * macrotab.c (macro_bcache_free): Make static.
3023 * interps.c (interp_set_quiet): Make static.
3024 (interpreter_exec_cmd): Make static.
3025 * stack.h (select_frame_command): New file.
3026 * stack.c: Include "stack.h".
3027 (select_frame_command_wrapper): Delete function.
3028 (select_frame_command): Make global.
3029 * infcall.c: Include "infcall.h".
3030 * linespec.c: Include "linespec.h".
3031 * symfile.c (sections_overlap): Make static.
3032 * cp-support.h (cp_initialize_namespace): ISO C declaration.
3033 * charset.c (_initialize_charset): Add missing prototype.
3034 * regcache.c (init_legacy_regcache_descr): Make static.
3035 (do_regcache_xfree): Make static.
3036 (regcache_xfer_part): Make static.
3037 (_initialize_regcache): Add missing prototype.
3038 * breakpoint.c (parse_breakpoint_sals): Make static.
3039 (breakpoint_sals_to_pc): Make static.
3040 * interps.h (clear_interpreter_hooks): ISO C declaration.
3041 * Makefile.in (stack_h): Define.
3042 (stack.o, typeprint.o, mi-main.o): Update dependencies.
3043 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
3044
3045 2003-06-08 Andrew Cagney <cagney@redhat.com>
3046
3047 * Makefile.in (d10v-tdep.o): Update dependencies.
3048 (SFILES): Add trad-frame.c.
3049 (trad_frame_h): Define.
3050 (COMMON_OBS): Add trad-frame.o.
3051 (trad-frame.o): Specify dependencies.
3052 * d10v-tdep.c: Include "trad-frame.h".
3053 (saved_regs_unwinder): Delete function.
3054 (d10v_frame_prev_register): Use trad_frame_prev_register.
3055 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
3056 trad_frame", delete "regs" and "prev_sp".
3057 (prologue_find_regs): Use trad-frame.
3058 * trad-frame.h, trad-frame.c: New files.
3059
3060 2003-06-08 Mark Kettenis <kettenis@gnu.org>
3061
3062 * dwarf2cfi.c, dwarf2cfi.h: Remove.
3063
3064 2003-06-07 Adam Fedor <fedor@gnu.org>
3065
3066 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
3067 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
3068 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
3069 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
3070 resolve_msgsend_super, resolve_msgsend_super_stret):
3071 Use it.
3072
3073 2003-06-07 Andrew Cagney <cagney@redhat.com>
3074
3075 * symfile.h: Re-indent, clean up comments.
3076
3077 2003-06-07 Andrew Cagney <cagney@redhat.com>
3078
3079 * inferior.h (deprecated_write_sp): Replace
3080 generic_target_write_sp.
3081 * regcache.c (deprecated_write_sp): Replace
3082 generic_target_write_sp.
3083 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3084 * vax-tdep.c (vax_gdbarch_init): Update.
3085 * v850-tdep.c (v850_gdbarch_init): Update.
3086 * sparc-tdep.c (sparc_gdbarch_init): Update.
3087 * sh-tdep.c (sh_gdbarch_init): Update.
3088 * s390-tdep.c (s390_gdbarch_init): Update.
3089 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3090 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3091 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3092 * mcore-tdep.c (mcore_gdbarch_init): Update.
3093 * m68k-tdep.c (m68k_gdbarch_init): Update.
3094 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3095 * ia64-tdep.c (ia64_gdbarch_init): Update.
3096 * h8300-tdep.c (h8300_gdbarch_init): Update.
3097 * frv-tdep.c (frv_gdbarch_init): Update.
3098 * cris-tdep.c (cris_gdbarch_init): Update.
3099 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
3100
3101 2003-06-07 Andrew Cagney <cagney@redhat.com>
3102
3103 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
3104 Assert that PC_REGNUM is valid.
3105 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
3106
3107 2003-06-07 Andrew Cagney <cagney@redhat.com>
3108
3109 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
3110 * gdbarch.h, gdbarch.c: Regenerate.
3111 * mn10300-tdep.c: Include "gdb_assert.h".
3112 (mn10300_read_fp): New function.
3113 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
3114 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
3115 * ia64-tdep.c: Include "gdb_assert.h".
3116 (ia64_read_fp): New function.
3117 (ia64_gdbarch_init): Set deprecated_target_read_fp to
3118 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
3119 * regcache.c (generic_target_read_sp): Delete function.
3120 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
3121 * inferior.h (generic_target_read_sp): Delete declaration.
3122 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
3123 generic_target_read_sp.
3124 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3125 * sparc-tdep.c (sparc_gdbarch_init): Ditto
3126 * sh-tdep.c (sh_gdbarch_init): Ditto.
3127 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3128 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
3129
3130 2003-06-07 Andrew Cagney <cagney@redhat.com>
3131
3132 * gdbarch.sh: Comment each field of startup_gdbarch.
3133 * gdbarch.h, gdbarch.c: Re-generate.
3134
3135 2003-06-07 Andrew Cagney <cagney@redhat.com>
3136
3137 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
3138 * gdbarch.h, gdbarch.c: Re-generate.
3139 * regcache.c: Update comments on read_pc et.al.
3140 (generic_target_read_pc): Delete function.
3141 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
3142 * inferior.h (generic_target_read_pc): Delete declaration.
3143 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
3144 generic_target_read_pc.
3145 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3146 * sh-tdep.c (sh_gdbarch_init): Ditto.
3147 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3148 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3149
3150 2003-06-07 Andrew Cagney <cagney@redhat.com>
3151
3152 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
3153 "index" with "special_local_sect". Use strcmp instead of STREQ.
3154 Append period to coments.
3155
3156 2003-06-06 Mark Mitchell <mark@codesourcery.com>
3157
3158 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
3159 (elfstab_offset_sections): Likewise.
3160 * gdb-stabs.h (stab_section_info): Likewise.
3161 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
3162 * objfiles.c (objfile_relocate): Likewise.
3163 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
3164 * remote.c (get_offsets): Likewise.
3165 (remote_cisco_objfile_relocate): Likewise.
3166 * somread.c (som_symfile_offsets): Likewise.
3167 * symfile.c (alloc_section_addr_info): New function.
3168 (build_section_addr_info_from_section_tab): Use it.
3169 (free_section_addr_info): Adjust.
3170 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
3171 (syms_from_objfile): Allocate local_addr dynamically.
3172 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
3173 dynamically.
3174 (add_symbol_file_command): Allocate sect_opts dynamically.
3175 (reread_symbols): Avoid use of SECT_OFF_MAX.
3176 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
3177 (alloc_section_addr_info): Declare it.
3178 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
3179 * win32-nat.c (solib_symbols_add): Allocate section_addrs
3180 dynamically.
3181 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
3182
3183 2003-06-06 Andrew Cagney <cagney@redhat.com>
3184
3185 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
3186 (d10v_frame_unwind_cache): Do not set "return_pc".
3187
3188 2003-06-06 Michael Snyder <msnyder@redhat.com>
3189
3190 * h8300-tdep.c: Make tidy (long lines).
3191
3192 2003-06-06 Michal Ludvig <mludvig@suse.cz>
3193
3194 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
3195 to regcache_collect().
3196
3197 2003-06-05 J. Brobecker <brobecker@gnat.com>
3198
3199 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
3200 pc_in_sigtramp multiarch method.
3201 (hppa_hpux_som_init_abi): Use it.
3202 (hppa_hpux_elf_init_abi): Likewise.
3203 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
3204 macro has been multiarched.
3205 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
3206 macro here, as hppa64 isn't multiarched yet.
3207
3208 2003-06-05 Andrew Cagney <cagney@redhat.com>
3209
3210 * Makefile.in (value_h): Add $(frame_h).
3211 * value.h: Include "frame.h".
3212 (struct value): Replace "frame_addr" with "frame_id".
3213 (VALUE_FRAME_ID): Replace VALUE_FRAME.
3214 * values.c (allocate_value): Use VALUE_FRAME_ID.
3215 (value_copy): Use VALUE_FRAME_ID.
3216 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
3217 * valops.c (value_assign): Update. Use frame_find_by_id.
3218
3219 2003-06-05 Michal Ludvig <mludvig@suse.cz>
3220
3221 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
3222 in each pass.
3223
3224 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
3225
3226 * thread-db.c (check_event): For create/death event breakpoints,
3227 loop through all messages to ensure that we read the message
3228 corresponding to the breakpoint we are at.
3229
3230 2003-06-04 Michael Snyder <msnyder@redhat.com>
3231
3232 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
3233
3234 2003-06-04 Mark Kettenis <kettenis@gnu.org>
3235
3236 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
3237 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
3238 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
3239 when handling .eh_frame sections.
3240
3241 2003-06-04 J. Brobecker <brobecker@gnat.com>
3242
3243 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
3244 prepare_to_proceed procedure instead of the hppa-specific one.
3245 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
3246
3247 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
3248
3249 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
3250 * config.in: Regenerated.
3251 * configure.in: Add test for syscall function and check for
3252 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
3253 * configure: Regenerated.
3254 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
3255 <sys/syscall.h>.
3256 (kill_lwp): New function that uses tkill syscall or
3257 uses kill, depending on whether threading model is nptl or not.
3258 All callers of kill() changed to use kill_lwp().
3259 (lin_lwp_wait): Make special check when WIFEXITED occurs to
3260 see if all threads have already exited in the nptl model.
3261 (stop_and_resume_callback): New callback function used by the
3262 lin_lwp_wait thread exit handling code.
3263 (stop_wait_callback): Check for threads already having exited and
3264 delete such threads fromt the lwp list when discovered.
3265 (stop_callback): Don't assert retcode of kill call.
3266
3267 Roland McGrath <roland@redhat.com>
3268 * i386-linux-nat.c (ps_get_thread_area): New function needed by
3269 nptl libthread_db.
3270
3271 2003-06-03 Richard Henderson <rth@redhat.com>
3272
3273 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
3274 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
3275 (alpha_sigtramp_frame_prev_register): Likewise.
3276 (alpha_heuristic_frame_prev_register): Likewise.
3277 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
3278
3279 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
3280 alpha-specific register id names.
3281 (alpha_mdebug_frame_unwind_cache): Likewise.
3282 (alpha_mdebug_frame_prev_register): Likewise.
3283
3284 2003-06-03 Richard Henderson <rth@redhat.com>
3285
3286 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
3287 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
3288 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
3289 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
3290 unwind routines.
3291 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3292 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3293 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3294
3295 * alpha-linux-tdep.c: Remove unnecessary includes.
3296 * Makefile.in (alpha-linux-tdep.o): Update.
3297
3298 2003-06-03 Richard Henderson <rth@redhat.com>
3299
3300 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
3301 (alphabsd_fill_fpreg): Likewise.
3302
3303 2003-06-03 J. Brobecker <brobecker@gnat.com>
3304
3305 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
3306 references to struct frame_info fields by calls to the equivalent
3307 accessors. Necessary now that frame_info is opaque.
3308
3309 2003-06-03 J. Brobecker <brobecker@gnat.com>
3310
3311 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
3312 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
3313 structure, field no longer exists.
3314
3315 2003-06-03 J. Brobecker <brobecker@gnat.com>
3316
3317 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3318 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
3319
3320 2003-06-03 J. Brobecker <brobecker@gnat.com>
3321
3322 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
3323 references to struct frame_info fields by calls to the equivalent
3324 accessors. Necessary now that frame_info is opaque.
3325
3326 2003-06-03 J. Brobecker <brobecker@gnat.com>
3327
3328 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
3329 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
3330 structure, field no longer exists.
3331
3332 2003-06-03 Theodore A. Roth <troth@openavr.org>
3333
3334 * remote.c (init_remote_state): Compute sizeof_g_packet by
3335 accumulation of the size of all registers instead of blindly using
3336 DEPRECATED_REGISTER_BYTES.
3337
3338 2003-06-03 Michael Snyder <msnyder@redhat.com>
3339
3340 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
3341 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
3342 for h8300sx.
3343
3344 2003-06-03 J. Brobecker <brobecker@gnat.com>
3345
3346 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
3347 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3348
3349 2003-06-03 Andrew Cagney <cagney@redhat.com>
3350
3351 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
3352 (sparc_convert_to_raw): Delete function.
3353 (sparc_gdbarch_init): Do not set register_convert_to_raw or
3354 register_convert_to_virtual.
3355
3356 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
3357
3358 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
3359 layer if not dealing with a statically-linked threaded program.
3360
3361 2003-06-03 Kris Warkentin <kewarken@qnx.com>
3362
3363 * solib.c (solib_open): Update comment to reflect actual search order.
3364
3365 2003-06-03 Andrew Cagney <cagney@redhat.com>
3366
3367 * frame.c (get_frame_memory_signed): New function.
3368 (get_frame_memory, get_frame_memory_unsigned): New function.
3369 (get_frame_arch): New function.
3370 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
3371 (get_frame_memory, get_frame_unsigned_memory): Declare.
3372 * d10v-tdep.c (d10v_frame_unwind_cache): Use
3373 get_frame_memory_unsigned and get_frame_arch.
3374 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
3375
3376 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
3377
3378 * MAINTAINERS (write after approval): Add myself.
3379
3380 2003-06-03 Jim Blandy <jimb@redhat.com>
3381
3382 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
3383 elements of gregset_t are 64 bits each, but access registers
3384 are still 32 bits, so they're packed two per gregset_t
3385 element. Unpack/pack them properly.
3386
3387 2003-06-02 David Carlton <carlton@bactrian.org>
3388
3389 * linespec.c (find_methods): Break out code into
3390 add_matching_methods and add_constructors.
3391 (add_matching_methods): New.
3392 (add_constructors): Ditto.
3393
3394 2003-06-02 Andrew Cagney <cagney@redhat.com>
3395
3396 * sparc-tdep.c (sparc_print_registers): Delete call to
3397 REGISTER_CONVERTIBLE.
3398 (sparc_gdbarch_init): Do not set register_convertible.
3399 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3400 * frv-tdep.c (frv_gdbarch_init): Ditto.
3401 * cris-tdep.c (cris_gdbarch_init): Ditto.
3402
3403 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
3404
3405 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
3406 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
3407 (syms_from_objfile): Ditto.
3408
3409 2003-06-03 Andreas Schwab <schwab@suse.de>
3410
3411 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
3412 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
3413
3414 2003-06-02 Richard Henderson <rth@redhat.com>
3415
3416 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
3417 a member of all_reggroup.
3418
3419 2003-06-02 Richard Henderson <rth@redhat.com>
3420
3421 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
3422 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
3423 (alpha_lds, alpha_sts): New.
3424 (alpha_convert_register_p): Change from _register_convertible.
3425 (alpha_register_to_value): Change from _convert_to_virtual;
3426 restructure and fail for type sizes other than 4 or 8.
3427 (alpha_value_to_register): Similarly.
3428 (alpha_extract_return_value): Use alpha_sts.
3429 (alpha_store_return_value): Use alpha_lds.
3430 (alpha_gdbarch_init): Update hooks.
3431
3432 2003-06-02 Richard Henderson <rth@redhat.com>
3433
3434 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3435 regnum identifiers.
3436 (alpha_sigtramp_register_address): Likewise.
3437
3438 2003-06-02 Richard Henderson <rth@redhat.com>
3439
3440 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3441 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3442 * alpha-tdep.h: Declare them.
3443
3444 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3445 Remove zerobuf. Don't error on UNIQUE.
3446 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3447 (ALPHA_REGSET_UNIQUE): Provide default.
3448 (supply_gregset): Use alpha_supply_int_regs.
3449 (fill_gregset): Use alpha_fill_int_regs.
3450 (supply_fpregset): Use alpha_supply_fp_regs.
3451 (fill_fpregset): Use alpha_fill_fp_regs.
3452 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3453 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3454 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3455 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3456 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3457 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3458
3459 2003-06-02 Richard Henderson <rth@redhat.com>
3460
3461 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3462
3463 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3464 (alpha_store_return_value): Likewise.
3465
3466 2003-06-02 David Carlton <carlton@math.stanford.edu>
3467
3468 * block.c (contained_in): Add 'const' to arguments.
3469 (block_function): Ditto.
3470 * block.h: Update declarations for block_function and
3471 contained_in.
3472
3473 2003-06-02 David Carlton <carlton@math.stanford.edu>
3474
3475 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3476 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3477 * p-valprint.c (pascal_val_print): Ditto.
3478 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3479
3480 2003-06-02 Richard Henderson <rth@redhat.com>
3481
3482 * alpha-tdep.c (alpha_push_dummy_call): Use
3483 builtin_type_ieee_double_little instead of builtin_type_double.
3484
3485 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
3486 sign-extension of 32-bit values.
3487 (alpha_store_return_value): Similarly.
3488
3489 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3490 (alpha_extract_return_value): Likewise.
3491 (alpha_store_return_value): Likewise.
3492
3493 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3494 (alpha_store_return_value): Error on IEEE Quad floats.
3495
3496 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3497 (alpha_extract_struct_value_address): Likewise.
3498 (alpha_store_return_value): Likewise.
3499 (alpha_store_struct_return): Remove.
3500 (alpha_gdbarch_init): Update hook registration to match.
3501
3502 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3503 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3504 macros where appropriate.
3505 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3506 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
3507
3508 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3509 for SP, GP; void_func_ptr for PC; non-language-specific types
3510 for all others.
3511 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
3512
3513 2003-06-02 Richard Henderson <rth@redhat.com>
3514
3515 * top.h (lim_at_start): Declare.
3516 * main.c (captured_main): Set it.
3517 * top.c (lim_at_start): Define.
3518 (command_loop): Use it instead of &environ.
3519 * event-top.c (command_handler): Likewise.
3520
3521 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3522
3523 * mipsnbsd-tdep.c: Update copyright years.
3524 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3525
3526 2003-06-01 Richard Henderson <rth@redhat.com>
3527
3528 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3529 (alpha-linux-tdep.o): Update dependencies.
3530 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3531 * alpha-mdebug-tdep.c: Remove unneeded includes.
3532
3533 2003-06-01 Richard Henderson <rth@redhat.com>
3534
3535 * alpha-tdep.c (alpha_register_reggroup_p): New.
3536 (alpha_gdbarch_init): Register it.
3537
3538 2003-06-02 Andrew Cagney <cagney@redhat.com>
3539
3540 * dwarfread.c: Eliminate "register"
3541 (decode_die_type): Eliminate assignment within "if".
3542 (struct_type, decode_array_element_type): Ditto.
3543 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3544 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3545 (decode_modified_type, completedieinfo): Ditto.
3546 * block.c: Eliminate "register".
3547 (blockvector_for_pc_sect): Eliminate assignment within "if".
3548 * cp-support.h (struct symbol): Opaque declaration.
3549 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3550
3551 2003-06-01 Richard Henderson <rth@redhat.com>
3552
3553 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3554 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
3555
3556 2003-06-01 Adam Fedor <fedor@gnu.org>
3557
3558 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3559 * gdbarch.[ch]: Regenerate.
3560 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3561 (hppa_gdbarch_init): Set it in the gdbarch vector.
3562 * i386-tdep.c (i386_fetch_pointer_argument): New
3563 (i386_gdbarch_init): Set it into gdbarch.
3564 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3565 (rs6000_gdbarch_init): Set it in gdbarch.
3566 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3567 (sparc_gdbarch_init): Set it in gdbarch.
3568
3569 2003-06-01 Andrew Cagney <cagney@redhat.com>
3570
3571 * defs.h (extract_address): Delete declaration.
3572 * findvar.c (extract_address): Delete function.
3573 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3574 extract_address with the inline equivalent,
3575 extract_unsigned_integer.
3576 (xstormy16_extract_struct_value_address): Ditto.
3577 (xstormy16_pointer_to_address): Ditto.
3578 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3579 * v850-tdep.c (v850_push_arguments): Ditto.
3580 (v850_extract_return_value): Ditto.
3581 (v850_extract_struct_value_address): Ditto.
3582 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3583 (sparcnbsd_get_longjmp_target_64): Ditto.
3584 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3585 (get_longjmp_target): Ditto.
3586 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3587 (sh64_extract_struct_value_address): Ditto.
3588 (sh_push_arguments): Ditto.
3589 (sh64_push_arguments): Ditto.
3590 * remote-vxsparc.c (vx_read_register): Ditto.
3591 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3592 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3593 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3594 * mipsv4-nat.c (get_longjmp_target): Ditto.
3595 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3596 * mips-nat.c (get_longjmp_target): Ditto.
3597 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3598 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3599 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3600 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3601 * irix5-nat.c (get_longjmp_target): Ditto.
3602 * irix4-nat.c (get_longjmp_target): Ditto.
3603 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3604 (ia64_push_arguments): Ditto.
3605 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3606 * h8300-tdep.c (h8300_push_arguments): Ditto.
3607 (h8300_store_return_value): Ditto.
3608 (h8300_extract_struct_value_address): Ditto.
3609 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3610 (frv_push_arguments): Ditto.
3611 * avr-tdep.c (avr_pointer_to_address): Ditto.
3612 (avr_push_arguments): Ditto.
3613 * arm-tdep.c (arm_push_dummy_call): Ditto.
3614 (arm_get_longjmp_target): Ditto.
3615 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3616 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3617 (alpha_get_longjmp_target): Ditto.
3618
3619 * solib-irix.c (extract_mips_address): Inline extract_address,
3620 replacing it with extract_signed_integer.
3621 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3622 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3623 (first_link_map_member, open_symbol_file_object): Ditto.
3624 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3625 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3626 (LM_NEXT, LM_NAME): Ditto.
3627
3628 2003-06-01 Richard Henderson <rth@redhat.com>
3629
3630 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3631 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3632 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3633 (alpha_cannot_store_register): Likewise.
3634 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3635 * alpha-nat.c (supply_gregset): Likewise.
3636 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
3637
3638 2003-06-01 Andrew Cagney <cagney@redhat.com>
3639
3640 * infcall.c (call_function_by_hand): Update comment on
3641 DEPRECATED_DUMMY_WRITE_SP.
3642
3643 * mips-tdep.c (mips_gdbarch_init): Do not set
3644 deprecated_dummy_write_sp.
3645 (mips_eabi_push_dummy_call): Set the SP register.
3646 (mips_o64_push_dummy_call): Set the SP register.
3647 (mips_o32_push_dummy_call): Set the SP register.
3648 (mips_n32n64_push_dummy_call): Set the SP register.
3649
3650 2003-06-01 Richard Henderson <rth@redhat.com>
3651
3652 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3653 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3654 (supply_gregset): Likewise.
3655 * alpha-tdep.c (alpha_store_return_value): Likewise.
3656 (alpha_get_longjmp_target): Likewise.
3657 (alpha_register_name): Constify array.
3658 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3659 deprecated_register_size, deprecated_register_bytes,
3660 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3661 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3662 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
3663
3664 2003-06-01 Richard Henderson <rth@redhat.com>
3665
3666 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3667 from arg_reg_buffer to regcache to avoid double conversion.
3668
3669 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3670
3671 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3672 SP_REGNUM.
3673 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3674 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3675
3676 2003-06-01 Richard Henderson <rth@redhat.com>
3677
3678 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3679 (decode_frame_entry): Set it. Skip FDE augmentation.
3680
3681 2003-06-01 Richard Henderson <rth@redhat.com>
3682
3683 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3684 not overlapping PC_REGNUM.
3685
3686 2003-06-01 Richard Henderson <rth@redhat.com>
3687
3688 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3689 alpha_push_arguments. Don't dump argument register data to
3690 the target stack. Fix float and 128-bit long double semantics.
3691 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3692 (alpha_fix_call_dummy): Remove.
3693 (alpha_call_dummy_words): Remove.
3694 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
3695
3696 2003-06-01 Richard Henderson <rth@redhat.com>
3697
3698 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3699
3700 2003-06-01 Andrew Cagney <cagney@redhat.com>
3701
3702 * mips-tdep.c (is_mips16_addr): New function.
3703 (make_mips16_addr, unmake_mips16_addr): New functions.
3704 (pc_is_mips16, mips_fetch_instruction): Use.
3705 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3706 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3707 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3708 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3709 TARGET_MIPS.
3710 * config/mips/tm-mips.h: Update copyright.
3711 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3712 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3713 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3714 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3715 (TM_PRINT_INSN_MACH): Delete.
3716 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3717
3718 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3719 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3720 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3721 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3722 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3723 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3724 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3725 mips*-*-riscos* and mips*-*-sysv* onto mips.
3726 * config/mips/mips64.mt: New file.
3727 * config/mips/mips.mt: New file.
3728 * config/mips/littlemips.mt: Delete file.
3729 * config/mips/decstation.mt: Delete file.
3730 * config/mips/vr4300el.mt: Delete file.
3731 * config/mips/vr5000el.mt: Delete file.
3732 * config/mips/vr5000.mt: Delete file.
3733 * config/mips/vr4100.mt: Delete file.
3734 * config/mips/vr4xxxel.mt: Delete file.
3735 * config/mips/vr4300.mt: Delete file.
3736 * config/mips/vr4xxx.mt: Delete file.
3737 * config/mips/bigmips.mt: Delete file.
3738 * config/mips/bigmips64.mt: Delete file.
3739 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3740 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3741 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3742 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3743 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3744 "tm-bigmips.h".
3745 * config/mips/tm-irix3.h: Ditto.
3746 * config/mips/tm-mipsv4.h: Ditto.
3747 * config/mips/tm-embed.h: Ditto.
3748 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3749 "tm-bigmips64.h".
3750 * config/mips/tm-vr5000el.h: Delete file.
3751 * config/mips/tm-tx39l.h: Delete file.
3752 * config/mips/tm-vr4300el.h: Delete file.
3753 * config/mips/tm-vr4xxxel.h: Delete file.
3754 * config/mips/tm-vr4300.h: Delete file.
3755 * config/mips/tm-vr4100.h: Delete file.
3756 * config/mips/tm-vr4xxx.h: Delete file.
3757 * config/mips/tm-vr5000.h: Delete file.
3758 * config/mips/tm-embedl64.h: Delete file.
3759 * config/mips/tm-embedl.h: Delete file.
3760 * config/mips/tm-embed64.h: Delete file.
3761 * config/mips/tm-bigmips64.h: Delete file.
3762 * config/mips/tm-bigmips.h: Delete file.
3763
3764 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3765
3766 Fix gdb/1216.
3767 * shnbsd-nat.c: Include "sh-tdep.h".
3768
3769 From Richard Henderson <rth@redhat.com>:
3770 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3771
3772 2003-05-31 Andrew Cagney <cagney@redhat.com>
3773
3774 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3775 forward declaration.
3776 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3777 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3778 (mips_find_saved_regs): Use set_reg_offset.
3779 (mips_frame_init_saved_regs): Delete function.
3780 (mips_pop_frame): Call mips_find_saved_regs instead of
3781 DEPRECATED_FRAME_INIT_SAVED_REGS.
3782
3783 2003-05-31 Andrew Cagney <cagney@redhat.com>
3784
3785 * mips-tdep.c (mips_gdbarch_init): Do not set
3786 deprecated_max_register_raw_size, register_virtual_size, and
3787 deprecated_max_register_virtual_size.
3788
3789 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3790
3791 * i386-tdep.c: Include "dwarf2-frame.h".
3792 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3793 * Makefile.in (i386-tdep.o): Update dependencies.
3794
3795 * dwarf2-frame.c, dwarf2-frame.h: New files.
3796 * Makefile.in (SFILES): Add dwarf2-frame.c.
3797 (dwarf2_frame_h): Define.
3798 (COMMON_OBS): Add dwarf2-frame.o.
3799 (dwarf2-frame.o): Add dependencies.
3800
3801 2003-05-31 Andreas Jaeger <aj@suse.de>
3802
3803 * x86-64-linux-nat.c: Fix comment.
3804
3805 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3806
3807 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3808 function signature.
3809
3810 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3811 have a sigcontext_addr handler.
3812 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3813 sigcontext_addr handler.
3814
3815 2003-05-31 Andrew Cagney <cagney@redhat.com>
3816
3817 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3818 (print_fp_register_row): Replace do_fp_register_row.
3819 (mips_print_fp_register): Add "file" and "frame" parameters.
3820 (mips_print_register): Add "file" and "frame" parameters.
3821 (mips_print_registers_info): Replace mips_do_registers_info.
3822 (mips_gdbarch_init): Set print_registers_info instead of
3823 deprecated_do_registers_info.
3824 (mips_read_fp_register_single): Add "frame" parameter.
3825 (mips_read_fp_register_double): Add "frame" parameter.
3826
3827 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3828
3829 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3830 Fixes a bug where GDB would print the wrong register names for
3831 targets without SSE.
3832
3833 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3834 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3835 registers.
3836
3837 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3838 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3839 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3840 TDEP->sc_sp_offset.
3841
3842 From Michal Ludvig <mludvig@suse.cz>:
3843 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3844 and `sc_num_regs'.
3845 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3846 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3847 I386_ST0_REGNUM): Move here from...
3848 * i386-tdep.c: ... here.
3849 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3850 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3851 registers if possible.
3852 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3853 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3854 Remove variables.
3855 (i386bsd_sc_reg_offset): New variable.
3856 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3857 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3858 TDEP->sc_sp_offset.
3859 (i386fbsd_sc_reg_offset): New variable.
3860 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3861 TDEP->sc_num_regs.
3862 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3863 variables.
3864 (i386fbsd4_sc_reg_offset): New variable.
3865 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3866 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3867 TDEP->sc_sp_offset.
3868 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3869 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3870 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3871 Remove variables.
3872 (i386nbsd_sc_reg_offset): New variable.
3873 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3874 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3875 TDEP->sc_sp_offset.
3876 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3877 Remove variables.
3878 (i386obsd_sc_reg_offset): New variable.
3879 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3880 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3881 TDEP->sc_sp_offset.
3882 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3883 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3884 for frame pointer offset in `struct sigcontext'.
3885
3886 2003-05-31 Andrew Cagney <cagney@redhat.com>
3887
3888 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3889 architecture methods call_dummy_words, sizeof_call_dummy_words,
3890 push_return_address, store_struct_return, and fix_call_dummy. Set
3891 push_dummy_call instead of deprecated_push_arguments.
3892 (mips_store_struct_return): Delete function.
3893 (mips_fix_call_dummy): Delete function.
3894 (mips_push_return_address): Delete function.
3895 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3896 RA_REGNUM and T9_REGNUM.
3897 (mips_n32n64_push_dummy_call): Ditto for
3898 mips_n32n64_push_arguments.
3899 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3900 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3901
3902 2003-05-31 Andrew Cagney <cagney@redhat.com>
3903
3904 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3905 "dummy_addr" to "bp_addr".
3906 * infcall.c (call_function_by_hand): Pass "funaddr" to
3907 gdbarch_push_dummy_call.
3908 * gdbarch.h, gdbarch.c: Re-generate.
3909 * i386-tdep.c (i386_push_dummy_call): Update.
3910 * arm-tdep.c (arm_push_dummy_call): Update.
3911 * d10v-tdep.c (d10v_push_dummy_call): Update.
3912
3913 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3914
3915 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3916 variable declarations.
3917 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3918 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3919 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3920 x86_64_init_frame_pc, x86_64_init_frame_pc,
3921 x86_64_function_has_prologue): Remove prototypes.
3922 (X86_64_NUM_GREGS): New define.
3923 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3924 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3925 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3926 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3927 XMM1_REGNUM): Remove defines.
3928 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3929 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3930 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3931 X86_64_XMM1_REGNUM): New defines.
3932 (struct x86_64_register_info): Renamed from `struct
3933 register_info'. Remove `size' member.
3934 (x86_64_register_info_table): Remove variable.
3935 (x86_64_register_info): New variable.
3936 (X86_64_NUM_REGS): New define.
3937 (X86_64_NUM_GREGS): Remove define.
3938 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3939 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3940 Remove variables.
3941 (x86_54_dwarf2_reg_to_regnum): Remove function.
3942 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3943 (x86_64_dwarf_reg_to_regnum): New function.
3944 (x86_64_register_name): Rewrite.
3945 (x86_64_register_raw_size): Remove function.
3946 (x86_64_register_byte_table): Remove variable.
3947 (x86_64_register_byte): Remove function.
3948 (x86_64_register_virtual_type): Remove function.
3949 (x86_64_register_type): New function.
3950 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3951 x86_64_register_convert_to_raw): Remove functions.
3952 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3953 (x86_64_use_struct_convention): Make static. Adjust for renamed
3954 defines.
3955 (x86_64_frame_init_saved_regs): Remove function.
3956 (x86_64_push_arguments): Make static. Change to accept a regcache
3957 as argument.
3958 (x86_64_store_return_value, x86_64_extract_return_value): Make
3959 static. Rewrite based on i386 counterparts.
3960 (x86_64_push_dummy_call): New function.
3961 (X86_64_NUM_SAVED_REGS): New define.
3962 (x86_64_register_number): Remove function.
3963 (x86_64_store_struct_return): Remove function.
3964 (x86_64_frameless_function_invocation,
3965 x86_64_function_has_prologue): Remove functions.
3966 (PROLOG_BUFSIZE): Remove define.
3967 (struct x86_64_frame_cache): New structure.
3968 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3969 x86_64_frame_cache, x86_64_frame_this_id,
3970 x86_64_frame_prev_register, x86_64_frame_p,
3971 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3972 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3973 functions.
3974 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3975 variables.
3976 (x86_64_skip_prologue): Rewrite in terms of
3977 x86_64_analyze_prologue.
3978 (x86_64_frame_base_address): New function.
3979 (x86_64_frame_base): New variable.
3980 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3981 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3982 set deprecated_fp_regnum, deprecated_register_size,
3983 deprecated_register_bytes, register_raw_size, register_byte,
3984 register_virtual_type, register_convertiable,
3985 register_convert_to_virtual, convert_to_raw,
3986 deprecated_get_saved_register, deprecated_target_read_fp,
3987 deprecated_push_arguments, deprecated_push_return_address,
3988 deprecated_pop_frame, deprecated_store_struct_return,
3989 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3990 frameless_function_invocation, deprecated_frame_saved_pc,
3991 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3992 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3993 deprecated_init_frame_pc and virtual_frame_pointer. Call
3994 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3995 and x86_64_frame_p. Call frame_base_set_default to register
3996 x86_64_frame_base.
3997 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3998 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3999 (_initialize_x86_64_tdep): Remove function.
4000 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
4001 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
4002 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
4003 define.
4004 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
4005 (x86_64_linux_sigcontext_addr): Rewrite.
4006 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
4007 x86_64_linux_frame_saved_pc): Remove functions.
4008 (x86_64_linux_pc_in_sigtramp): Renamed from
4009 x86_64_linux_in_sigtramp. Try harder to recognize a signal
4010 trampoline.
4011 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
4012 Remove_functions.
4013 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
4014 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
4015 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
4016 (x86_64_regmap): Rename to regmap.
4017 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
4018 x86_64_num_gregs.
4019 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
4020 x86_64_regmap.
4021 (x86_64_fxsave_offset): Remove function.
4022 (supply_fpregset): Simply call x86_64_supply_fxsave.
4023 (fill_fpregset): Simply call x86_64_fill_fxsave.
4024 (fetch_inferior_registers, store_inferior_registers): Avoid
4025 asignment in if-statement.
4026 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
4027 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
4028 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
4029 (fetch_core_registers): Remove function.
4030 (linux_elf_core_fns): Remove.
4031 (offsetoff): Don't define.
4032 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
4033 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
4034 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
4035 add core-regset.o.
4036 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
4037 protection against multiple includes instead of NM_X86_64_h. Add
4038 various comments. Include "config/nm-linux.h". Don't include
4039 <signal.h>.
4040 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
4041 GET_THREAD_SIGNALS): Remove defines.
4042 (x86_64_register_u_addr, kernel_u_size,
4043 lin_thread_get_thread_signals): Remove prototypes.
4044 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
4045 [HAVE_LINK_H]: Don't include "solib.h".
4046 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
4047 * config/i386/tm-x86-64linux.h: Fix comments.
4048 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
4049 x86-64-tdep.o): Update dependencies.
4050
4051 2003-05-30 Andrew Cagney <cagney@redhat.com>
4052
4053 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
4054 Change parameter type to a "struct regcache *".
4055
4056 * gdbarch.sh: Regardless of the multi-arch level, always define
4057 the macro when not already defined.
4058 * gdbarch.h, gdbarch.c: Re-generate.
4059
4060 2003-05-30 Richard Henderson <rth@redhat.com>
4061
4062 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
4063 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
4064 (alpha_mdebug_frame_this_id): Likewise.
4065 (alpha_mdebug_frame_prev_register): Likewise.
4066 (alpha_mdebug_frame_base_address): Likewise.
4067 (alpha_mdebug_frame_locals_address): Likewise.
4068 (alpha_mdebug_frame_args_address): Likewise.
4069 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
4070 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
4071 (alpha_heuristic_frame_unwind_cache): Make static; add missing
4072 loop increment.
4073 (alpha_heuristic_frame_this_id): Make static.
4074 (alpha_heuristic_frame_prev_register): Likewise.
4075 (alpha_heuristic_frame_base_address): Likewise.
4076 * alpha-tdep.h: Update.
4077
4078 2003-05-30 Mark Kettenis <kettenis@gnu.org>
4079
4080 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
4081 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
4082 defenitions.
4083 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
4084 * i386-tdep.c: Mark functions that are 64-bit safe as such.
4085 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
4086 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
4087 I386_ST0_REGNUM): New defines.
4088 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
4089 codestream_get): Remove define.
4090 (codestream_next_addr, condestream_addr, condestream_buf,
4091 codestream_off, codestream_cnt): Remove variables.
4092 (codestream_fill, codestream_seek, codestream_read): Remove
4093 functions.
4094 (i386_follow_jump): Rewrite to avoid usage of removed codestream
4095 functionality.
4096 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
4097 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
4098 i386_frame_saved_pc, i386_saved_pc_after_call,
4099 i386_frame_num_args, i386_frame_init_saved_regs,
4100 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
4101 i386_push_arguments): Remove functions.
4102 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
4103 functionality. Use i386_analyze_prologue instead of
4104 i386_get_frame_setup.
4105 (I386_NUM_SAVED_REGS): New define.
4106 (struct i386_frame_cache): New structure.
4107 (i386_alloc_frame_cache, i386_analyze_struct_return,
4108 i386_skip_probe, i386_analyze_frame_setup,
4109 i386_analyze_register_saves, i386_analyze_prologue,
4110 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
4111 i386_frame_prev_register, i386_sigtramp_frame_cache,
4112 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
4113 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
4114 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
4115 New functions.
4116 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
4117 New variables.
4118 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
4119 I386_EAX_REGNUM and I386_EDX_REGNUM.
4120 (i386_extract_return_value, i386_store_return_value): Use
4121 I386_ST0_REGNUM where appropriate.
4122 (i386_extract_struct_value_address): Rewrite to use extract_address.
4123 (i386_svr4_pc_in_sigtramp): Add comment.
4124 (i386_svr4_sigcontext_addr): Rewrite.
4125 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
4126 TDEP->sc_sp_offset.
4127 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
4128 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
4129 of new defines. Set push_dummy_call, don't set
4130 deprecated_push_arguments, deprecated_push_return_address,
4131 deprecated_pop_frame. Don't set parm_boundary. Don't set
4132 deprecated_frame_chain, deprecated_frame_saved_pc,
4133 deprecated_saved_pc_after_call. Set unwind_dummy_id,
4134 save_dummy_frame_tos, unwind_pc. Call
4135 frame_unwind_append_predicate and frame_base_set_default. Don't
4136 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
4137 Don't set frameless_function_invocation. Don't set
4138 deprecated_register_bytes, deprecated_register_size,
4139 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
4140 * i386-linux-tdep.c: Fix formatting in some comments.
4141 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
4142 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
4143 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
4144 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
4145 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
4146 redundant parentheses.
4147 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
4148 (i386_linux_sigcontext_addr): Use it. Rewrite.
4149 (find_minsym_and_objfile): Change name of second argument.
4150 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
4151 changed. Use frame_pc_unwind instead of
4152 DEPRECATED_SAVED_PC_AFTER_CALL.
4153 (i386_linux_init_abi): Don't set deprecated_register_bytes.
4154 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
4155 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
4156 unwinder.
4157 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
4158 "dummy-frame.h".
4159 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
4160 (_initialize_i386_cygwin_tdep): New prototype.
4161 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
4162 deprecated_frame_chain_valid.
4163 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
4164 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
4165 Rely on the SVR4 defaults.
4166 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
4167 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
4168
4169 2003-05-30 Andrew Cagney <cagney@redhat.com>
4170
4171 * infcall.c (call_function_by_hand): Always call
4172 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
4173
4174 2003-05-30 Richard Henderson <rth@redhat.com>
4175
4176 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
4177 increment.
4178
4179 2003-05-29 Jim Blandy <jimb@redhat.com>
4180
4181 Use gdbarch methods for solib stuff on PowerPC Linux.
4182 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
4183 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
4184 show through.
4185 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
4186 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
4187 giving the same effect as the #definitions above.
4188
4189 2003-05-29 Adam Fedor <fedor@gnu.org>
4190
4191 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
4192 (find_implementation_from_class): Replace it with the standard
4193 case i.e. do nothing.
4194
4195 2003-05-29 Richard Henderson <rth@redhat.com>
4196
4197 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
4198 (alpha_linux_sigtramp_offset): Use it. Make static.
4199 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
4200 update for new frame model.
4201 * alpha-mdebug-tdep.c: New file.
4202 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
4203 (alpha_osf1_init_abi): Install it.
4204 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
4205 (linked_proc_desc_table): Remove.
4206 (alpha_frame_past_sigtramp_frame): Remove.
4207 (alpha_dynamic_sigtramp_offset): Remove.
4208 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
4209 (alpha_proc_desc_is_dyn_sigtramp): Remove.
4210 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
4211 (push_sigtramp_desc): Remove.
4212 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
4213 (alpha_cannot_store_register): Likewise.
4214 (alpha_sigcontext_addr): Remove.
4215 (alpha_find_saved_regs): Remove.
4216 (alpha_frame_init_saved_regs): Remove.
4217 (alpha_init_frame_pc_first): Remove.
4218 (read_next_frame_reg): Remove.
4219 (alpha_frame_saved_pc): Remove.
4220 (alpha_saved_pc_after_call): Remove.
4221 (temp_proc_desc, temp_saved_regs): Remove.
4222 (alpha_about_to_return): Remove.
4223 (cached_proc_desc): Remove.
4224 (alpha_frame_chain): Remove.
4225 (alpha_print_extra_frame_info): Remove.
4226 (alpha_init_extra_frame_info): Remove.
4227 (alpha_frame_locals_address): Remove.
4228 (alpha_frame_args_address): Remove.
4229 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
4230 (alpha_push_dummy_frame): Remove.
4231 (alpha_pop_frame): Remove.
4232 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
4233 (alpha_read_insn): New.
4234 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
4235 for different insn encodings.
4236 (alpha_in_lenient_prologue): Remove.
4237 (struct alpha_sigtramp_unwind_cache): New.
4238 (alpha_sigtramp_frame_unwind_cache): New.
4239 (alpha_sigtramp_register_address): New.
4240 (alpha_sigtramp_frame_this_id): New.
4241 (alpha_sigtramp_frame_prev_register): New.
4242 (alpha_sigtramp_frame_unwind): New.
4243 (alpha_sigtramp_frame_p): New.
4244 (struct alpha_heuristic_unwind_cache): New.
4245 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
4246 don't count nop insns that occur between functions.
4247 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
4248 heuristic_proc_desc, but without the mdebug wrapping.
4249 (alpha_heuristic_frame_this_id): New.
4250 (alpha_heuristic_frame_prev_register): New.
4251 (alpha_heuristic_frame_unwind): New.
4252 (alpha_heuristic_frame_p): New.
4253 (alpha_heuristic_frame_base_address): New.
4254 (alpha_heuristic_frame_base): New.
4255 (alpha_unwind_dummy_id): New.
4256 (alpha_unwind_pc): New.
4257 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
4258 frame related deprecated initializations; install replacements.
4259 (alpha_dump_tdep): Remove.
4260 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
4261 (alpha_read_insn, alpha_after_prologue,
4262 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
4263 alpha_heuristic_frame_prev_register,
4264 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
4265 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
4266 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
4267 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
4268
4269 2003-05-29 Andrew Cagney <cagney@redhat.com>
4270
4271 * gdb_assert.h (gdb_assert_fail): Provide different definitions
4272 dependant on the availability of ASSERT_FUNCTION.
4273 (ASSERT_FUNCTION): Do not define when there is no function name.
4274
4275 2003-05-29 Kevin Buettner <kevinb@redhat.com>
4276
4277 From Jimi X <jimix@watson.ibm.com>:
4278 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
4279
4280 2003-05-28 Jim Blandy <jimb@redhat.com>
4281
4282 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
4283 argument to ptrace to int; the system headers should give it the
4284 right type, and pointers don't fit in ints on powerpc64-*-*.
4285
4286 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
4287
4288 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
4289 DW_TAG_catch_block.
4290
4291 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4292
4293 * stabsread.c (dbx_lookup_type): Make static.
4294 (read_type): Ditto.
4295 (add_undefined_type): Ditto.
4296 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
4297 not export.
4298
4299 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4300
4301 * hpread.c (hpread_has_name): Make static.
4302 (hpread_psymtab_to_symtab): Ditto.
4303 (file_exists): Ditto.
4304 (hpread_call_pxdb): Ditto.
4305 (hpread_pxdb_needed): Ditto.
4306 (hpread_quick_traverse): Ditto.
4307 (hpread_get_header): Ditto.
4308 (hpread_get_lntt): Ditto.
4309 (hpread_get_slt): Ditto.
4310 (class_of): Ditto.
4311
4312 2003-05-25 Andreas Schwab <schwab@suse.de>
4313
4314 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
4315 stack_align and deprecated_extra_stack_alignment_needed.
4316 (m68k_stack_align): Delete.
4317
4318 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4319 (m68k_register_virtual_size): Likewise.
4320 (altos_skip_prologue): Remove obsolete function.
4321 (isi_frame_num_args): Likewise.
4322 (news_frame_num_args): Likewise.
4323 (m68k_fix_call_dummy): Make static.
4324 (m68k_push_dummy_frame): Likewise.
4325 (m68k_pop_frame): Likewise.
4326 (m68k_skip_prologue): Likewise.
4327 (m68k_frame_init_saved_regs): Likewise.
4328 (m68k_saved_pc_after_call): Likewise.
4329 (m68k_get_longjmp_target): Make multi-arch.
4330 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
4331 structure. Register m68k_get_longjmp_target if enabled.
4332 * m68k-tdep.h (struct gdbarch_tdep): Define.
4333 * config/m68k/tm-m68k.h: Don't include "regcache.h".
4334
4335 * Makefile.in (config.status): Also depend on configure.tgt
4336 and configure.host.
4337 (m68klinux-tdep.o): Update dependencies.
4338 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
4339 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
4340 (M68K_LINUX_JB_PC): Define.
4341 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
4342 and take additional parameter.
4343 (m68k_linux_sigtramp_saved_pc): Update.
4344 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
4345 m68k_linux_pc_in_sigtramp, in_plt_section,
4346 find_solib_trampoline_target.
4347 * config/m68k/tm-linux.h: Don't include any tm headers.
4348 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
4349 (JB_ELEMENT_SIZE): Likewise.
4350 (JB_PC): Likewise.
4351 (GET_LONGJMP_TARGET): Likewise.
4352 (IN_SIGTRAMP): Likewise.
4353 (SVR4_SHARED_LIBS): Define this and include "solib.h".
4354
4355 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4356
4357 * sparc-tdep.c (sparc32_do_push_arguments): New function.
4358 (sparc32_push_arguments): Re-implement by calling
4359 sparc32_do_push_arguments.
4360
4361 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4362
4363 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4364 SPARC_O1_REGNUM): New defines.
4365 (sparc32_extract_return_value): Rewrite to operate on a regcache.
4366 (sparc32_store_return_value): New function.
4367 (sparc_extract_struct_value_address): Rewrite to operate on a
4368 regcache.
4369 (sparc_gdbarch_init): Don't set
4370 deprecated_extract_struct_value_address. Set
4371 extract_struct_value_address instead. Don't set
4372 deprecated_extract_return_value and deprecated_store_return_value
4373 for 32-bit targets. Set extract_return_value and
4374 store_return_value instead.
4375 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
4376 DEPRECTAED_EXTRACT_RETURN_VALUE,
4377 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
4378 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
4379 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
4380 (sparc_store_return_value): Remove prototype.
4381 (sparc32_store_return_value): New prototype.
4382 (sparc32_extract_return_value, sparc_extract_struct_value_address):
4383 Adjust prototypes.
4384
4385 2003-05-24 Mark Kettenis <kettenis@gnu.org>
4386
4387 * sparcnbsd-tdep.c: Include "gdb_string.h".
4388
4389 2003-05-23 Andrew Cagney <cagney@redhat.com>
4390
4391 * p-valprint.c (pascal_val_print): Replace extract_address with
4392 the inline equivalent extract_unsigned_integer.
4393 * jv-valprint.c (java_value_print): Ditto.
4394 * ada-valprint.c (ada_val_print_1): Ditto.
4395 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
4396
4397 2003-05-23 Theodore A. Roth <troth@openavr.org>
4398
4399 * blockframe.c (frameless_look_for_prologue): Remove unused
4400 after_prologue variable.
4401
4402 2003-05-23 Mark Kettenis <kettenis@gnu.org>
4403
4404 * blockframe.c (get_pc_function_start): Rewrite to avoid
4405 asignments in if-statements.
4406
4407 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4408
4409 Committed by Elena Zannoni <ezannoni@redhat.com>.
4410 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
4411 files, don't relocate absolute symbols (and do use mst_abs).
4412
4413 2003-05-23 Andrew Cagney <cagney@redhat.com>
4414
4415 * objc-lang.c: Include "gdb_assert.h".
4416 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
4417 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
4418 (gdb_check, gdb_check_fatal): Delete functions.
4419 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
4420 gdb_assert.
4421 (parse_selector, parse_method, find_methods, find_imps): Ditto.
4422 * Makefile.in (objc-lang.o): Update dependencies.
4423
4424 2003-05-22 Ian Lance Taylor <ian@airs.com>
4425
4426 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
4427 with fprintf_filtered, not fprintf_unfiltered.
4428
4429 2003-05-22 Andrew Cagney <cagney@redhat.com>
4430
4431 * stack.c (frame_info): Inline extract_address, replacing it with
4432 extract_unsigned_integer.
4433 * findvar.c (unsigned_pointer_to_address): Ditto.
4434 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4435 * dwarf2expr.c (dwarf2_read_address): Ditto.
4436 * frame.c (frame_pc_unwind): Update comment.
4437 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4438
4439 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4440
4441 * infptrace.c (detach): Call print_sys_errmsg rather than
4442 perror_with_name to issue warning message when errno is non-zero
4443 after calling ptrace detach.
4444
4445 2003-05-21 J. Brobecker <brobecker@gnat.com>
4446
4447 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4448 macro definitions from here...
4449 * hppa-tdep.c: ...to there.
4450
4451 2003-05-20 Kevin Buettner <kevinb@redhat.com>
4452
4453 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4454 register_ptrace_addr(). Fix all callers.
4455
4456 2003-05-21 Andreas Schwab <schwab@suse.de>
4457
4458 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4459 dependencies.
4460 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4461 end.
4462 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4463 (_initialize_m68k_linux_tdep): New function.
4464 (m68k_linux_frame_saved_pc): Make static.
4465 (m68k_linux_extract_return_value): Likewise.
4466 (m68k_linux_store_return_value): Likewise.
4467 (m68k_linux_extract_struct_value_address): Likewise.
4468 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4469 Remove.
4470 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4471 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4472 (DEPRECATED_FRAME_SAVED_PC): Remove.
4473
4474 2003-05-20 Kris Warkentin <kewarken@qnx.com>
4475
4476 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4477 regset numbering rather than our own.
4478
4479 2003-05-19 David Carlton <carlton@bactrian.org>
4480
4481 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4482
4483 2003-05-19 David Carlton <carlton@bactrian.org>
4484
4485 Partial fix for PR c++/827.
4486 * cp-support.h: Include symtab.h.
4487 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4488 * cp-namespace.c: Update contributors.
4489 (cp_lookup_symbol_nonlocal): New.
4490 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4491 (lookup_symbol_file): Ditto.
4492 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4493 * block.h: Declare block_scope, block_using, block_global_block.
4494 * block.c (block_scope): New.
4495 (block_using, block_global_block): Ditto.
4496 * Makefile.in (cp_support_h): Depend on symtab_h.
4497 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4498
4499 2003-05-19 David Carlton <carlton@bactrian.org>
4500
4501 * language.h (struct language_defn): Add 'la_value_of_this'
4502 and 'la_lookup_symbol_nonlocal' members.
4503 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4504 lookup_symbol_static, lookup_symbol_global,
4505 lookup_symbol_aux_block.
4506 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4507 if we should search fields of this and how to do static/global
4508 lookup.
4509 (lookup_symbol_aux_block): Make extern.
4510 (basic_lookup_symbol_nonlocal): New.
4511 (lookup_symbol_static, lookup_symbol_global): Ditto.
4512 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4513 'la_lookup_symbol_nonlocal' members.
4514 * c-lang.c (c_language_defn, cplus_language_defn)
4515 (asm_language_defn, minimal_language_defn): Ditto.
4516 * jv-lang.c (java_language_defn): Ditto.
4517 * language.c (unknown_language_defn, auto_language_defn)
4518 (local_language_defn): Ditto.
4519 * m2-lang.c (m2_language_defn): Ditto.
4520 * objc-lang.c (objc_language_defn): Ditto.
4521 * scm-lang.c (scm_language_defn): Ditto.
4522 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4523 * p-lang.c (pascal_language_defn): Ditto for both.
4524 * Makefile.in (f-lang.o): Depend on value_h.
4525 (p-lang.o): Ditto.
4526
4527 2003-05-19 David Carlton <carlton@bactrian.org>
4528
4529 * block.h: Declare block_static_block.
4530 * block.c (block_static_block): New.
4531 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4532 lookup_symbol_aux_local, calling block_static_block instead.
4533 (lookup_symbol_aux_local): Delete 'static_block' argument.
4534
4535 2003-05-19 David Carlton <carlton@bactrian.org>
4536
4537 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4538
4539 2003-05-19 Michal Ludvig <mludvig@suse.cz>
4540
4541 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4542 register numbers mapping.
4543
4544 2003-05-18 Adam Fedor <fedor@gnu.org>
4545
4546 * symtab.c (completion_list_objc_symbol): New function.
4547 (make_symbol_completion_list): Use it to add ObjC symbols
4548 when looking though the list.
4549 (language_search_unquoted_string): New function.
4550 (make_file_symbol_completion_list): Use it.
4551
4552 2003-05-18 Andreas Schwab <schwab@suse.de>
4553
4554 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4555 dependencies.
4556 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4557 as m68k_linux_extract_return_value.
4558 (DEPRECATED_STORE_RETURN_VALUE): Define as
4559 m68k_linux_store_return_value.
4560 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4561 m68k_linux_extract_struct_value_address.
4562 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4563 get_next_frame, get_frame_base, get_frame_pc.
4564 (m68k_linux_frame_saved_pc): Use get_frame_base.
4565 (m68k_linux_extract_return_value): New function.
4566 (m68k_linux_store_return_value): New function.
4567 (m68k_linux_extract_struct_value_address): New function.
4568 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4569
4570 * c-exp.y (typebase): Remove duplicate occurence of
4571 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
4572 of lookup_signed_typename.
4573
4574 2003-05-18 Mark Kettenis <kettenis@gnu.org>
4575
4576 * dwarf2loc.c (find_location_expression): Change type of second
4577 argument to `size_t *'.
4578 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4579 for size variable.
4580
4581 2003-05-18 David Carlton <carlton@bactrian.org>
4582
4583 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4584 'linkage_name'. Add comment.
4585 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4586 'linkage_name'.
4587 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4588 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4589 (lookup_block_symbol): Ditto.
4590
4591 2003-05-16 Andrew Cagney <cagney@redhat.com>
4592
4593 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4594 * gdbarch.h, gdbarch.c: Re-generate.
4595 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4596 * TODO (REGISTER_BYTES): Delete reference.
4597 * alpha-tdep.c (alpha_gdbarch_init): Update.
4598 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4599 * x86-64-tdep.c (x86_64_init_abi): Update.
4600 * vax-tdep.c (vax_gdbarch_init): Update.
4601 * v850-tdep.c (v850_gdbarch_init): Update.
4602 * sparc-tdep.c (sparc_gdbarch_init): Update.
4603 * sh-tdep.c (sh_gdbarch_init): Update.
4604 * s390-tdep.c (s390_gdbarch_init): Update.
4605 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4606 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4607 (ns32k_gdbarch_init_32382): Update.
4608 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4609 * mcore-tdep.c (mcore_gdbarch_init): Update.
4610 * m68k-tdep.c (m68k_gdbarch_init): Update.
4611 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4612 * ia64-tdep.c (ia64_gdbarch_init): Update.
4613 * i386-tdep.c (i386_gdbarch_init): Update.
4614 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4615 * hppa-tdep.c (hppa_gdbarch_init): Update.
4616 * h8300-tdep.c (h8300_gdbarch_init): Update.
4617 * frv-tdep.c (frv_gdbarch_init): Update.
4618 * cris-tdep.c (cris_gdbarch_init): Update.
4619 * avr-tdep.c (avr_gdbarch_init): Update.
4620 * arm-tdep.c (arm_gdbarch_init): Update.
4621 * sparc-tdep.c (sparc_pop_frame): Update.
4622 * rs6000-tdep.c (rs6000_pop_frame): Update.
4623 * remote.c (init_remote_state): Update.
4624 (remote_prepare_to_store): Update.
4625 * remote-vx.c (vx_prepare_to_store): Update.
4626 * remote-sds.c (sds_fetch_registers): Update.
4627 (sds_prepare_to_store): Update.
4628 * remote-array.c: Update.
4629 * regcache.c (init_legacy_regcache_descr): Update.
4630 (init_regcache_descr): Update.
4631 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4632 (mips_o64_extract_return_value): Update.
4633 * irix5-nat.c (fetch_core_registers): Update.
4634 * irix4-nat.c (fetch_core_registers): Update.
4635 * i386-tdep.h: Update.
4636 * hppa-tdep.c (pa_do_registers_info): Update.
4637 (pa_do_strcat_registers_info): Update.
4638 * cris-tdep.c (cris_register_bytes_ok): Update.
4639 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4640 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4641 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4642 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4643 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4644 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4645 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4646 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4647 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4648 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4649 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4650 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4651 (REGISTER_BYTES_OK): Update.
4652 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4653 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4654
4655 2003-05-16 Ian Lance Taylor <ian@airs.com>
4656
4657 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4658 (vax_print_insn, print_insn_arg): Remove static functions.
4659 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4660 print_insn_vax from opcodes library.
4661 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4662
4663 2003-05-15 Andrew Cagney <cagney@redhat.com>
4664
4665 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4666 * target.h (memory_breakpoint_from_pc): Delete declaration.
4667 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4668 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4669 * monitor.c (monitor_insert_breakpoint): Use
4670 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4671 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4672 * gdbarch.h, gdbarch.c: Re-generate.
4673 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4674 (sparc_gdbarch_init): Set breakpoint_from_pc to
4675 sparc_breakpoint_from_pc.
4676 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4677 (BREAKPOINT_FROM_PC): Define.
4678 (sparc_breakpoint_from_pc): Declare.
4679 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4680 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4681 (BREAKPOINT_FROM_PC): Define.
4682 (BREAKPOINT): Delete macro.
4683 * target.h: Update comment.
4684 * s390-tdep.c (s390_gdbarch_init): Update comments.
4685 * remote.c: Update comments.
4686 * remote-mips.c: Update comments.
4687 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4688 * mem-break.c: Update comment.
4689 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4690 (ia64_memory_insert_breakpoint): Update.
4691 * config/sparc/tm-sparc.h: Update comment.
4692 * config/pa/tm-hppa64.h: Update comment.
4693 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4694 (rs6000_breakpoint_from_pc): Update.
4695 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4696 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4697 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4698 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4699 (mips_breakpoint_from_pc): Update.
4700 (mips_dump_tdep): Update.
4701
4702 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4703 * minsyms.c (lookup_minimal_symbol): Inline
4704 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4705
4706 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4707 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4708 * p-lang.c (pascal_printstr): Ditto.
4709 * objc-lang.c (objc_printstr): Ditto.
4710 * m2-lang.c (m2_printstr): Ditto.
4711 * jv-valprint.c (java_print_value_fields): Ditto.
4712 * f-lang.c (f_printstr): Ditto.
4713 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4714 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4715 for repeat_count_threshold.
4716 * Makefile.in (cp-valprint.o): Update dependencies.
4717
4718 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
4719
4720 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4721 (examine_prologue): Support looking through leaf functions, knowing
4722 they start with mov r2,r12. Support skipping over indirect stores
4723 of the input registers. Upon hitting a non-nop branch instruction
4724 or predicated instruction, bail out by setting lim_pc to the current
4725 pc value in the loop. At the end, if the lim_pc value is still
4726 beyond our calculated value and we have trust_limit set,
4727 use the lim_pc value.
4728
4729 2003-05-15 Andrew Cagney <cagney@redhat.com>
4730
4731 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4732 generic_find_dummy_frame.
4733 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4734 (deprecated_generic_find_dummy_frame): Update.
4735 (deprecated_read_register_dummy): Update.
4736 * frame.c (deprecated_generic_get_saved_register): Update.
4737
4738 2003-05-15 Theodore A. Roth <troth@openavr.org>
4739
4740 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4741 (avr_gdbarch_init): Set breakpoint_from_pc method.
4742
4743 2003-05-15 Andrew Cagney <cagney@redhat.com>
4744
4745 * regcache.c (build_regcache): Set deprecated_register_valid
4746 directly.
4747 (deprecated_grub_regcache_for_register_valid): Delete function.
4748 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4749 declaration.
4750
4751 2003-05-15 David Carlton <carlton@bactrian.org>
4752
4753 Committed by Elena Zannoni <ezannoni@redhat.com>
4754 * symtab.c (lookup_symbol_aux): Delete calls to
4755 lookup_symbol_aux_minsyms.
4756 (lookup_symbol_aux_minsyms): Comment out function and
4757 prototype. Delete lookup by mangled name.
4758
4759 2003-05-14 Kevin Buettner <kevinb@redhat.com>
4760
4761 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4762 correctly indicate an empty stack and ``stack_allocated'' to the
4763 indicate the number of elements initially allocated.
4764 (dwarf_expr_grow_stack): Simplify method for computing new
4765 stack size. Don't loop infinitely if ``stack_len'' is zero.
4766 (execute_stack_op): Move ``ctx->in_reg'' initialization
4767 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4768 be used in conjuction with DW_OP_piece. Revise error message
4769 accordingly.
4770
4771 2003-05-14 Theodore A. Roth <troth@openavr.org>
4772
4773 * MAINTAINERS: Update my email address.
4774 * avr-tdep.c: Ditto.
4775
4776 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
4777
4778 * symtab.h (enum domain_enum): Rename from namespace_enum.
4779 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4780 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4781 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4782 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4783 TYPES_NAMESPACE, METHODS_NAMESPACE.
4784 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4785 (struct symbol, struct partial_symbol): Rename field
4786 'namespace_enum namespace' to 'domain_enum domain'.
4787 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4788 Delete old define kludge for namespace.
4789
4790 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4791 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4792 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4793 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4794 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4795 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4796 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4797 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4798 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4799 occurrences of the above.
4800
4801 2003-05-14 Ian Lance Taylor <ian@airs.com>
4802
4803 * Makefile.in (install-only): Use $(SHELL) when running
4804 mkinstalldirs.
4805
4806 2003-05-13 Ian Lance Taylor <ian@airs.com>
4807
4808 * MAINTAINERS (write after approval): Add myself.
4809
4810 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4811 second and third arguments.
4812 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4813 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4814
4815 2003-05-13 Andrew Cagney <cagney@redhat.com>
4816
4817 * defs.h (store_address): Delete declaration.
4818 findvar.c (store_address): Delete function.
4819 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4820 store_unsigned_integer.
4821 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4822 * v850-tdep.c (v850_push_arguments): Ditto.
4823 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4824 * sh-tdep.c (sh64_get_saved_register): Ditto.
4825 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4826 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4827 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4828 (mips_get_saved_register): Ditto.
4829 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4830 (find_func_descr, ia64_push_arguments): Ditto.
4831 * i386-tdep.c (i386_push_arguments): Ditto.
4832 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4833 * frv-tdep.c (frv_push_arguments): Ditto.
4834 * frame.c (legacy_saved_regs_prev_register): Ditto.
4835 (deprecated_generic_get_saved_register): Ditto.
4836 * findvar.c (unsigned_address_to_pointer): Ditto.
4837 * dwarf2read.c (dwarf2_const_value): Ditto.
4838 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4839 * alpha-tdep.c (alpha_push_arguments): Ditto.
4840
4841 2003-05-12 J. Brobecker <brobecker@gnat.com>
4842
4843 * NEWS: Mention that the hppa-hpux port has been partially
4844 multiarched (32bit ABIT only, so far).
4845
4846 2003-05-11 Andrew Cagney <cagney@redhat.com>
4847
4848 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4849 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4850 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4851 sim/testsuite/sim/arm/misaligned2.ms, and
4852 sim/testsuite/sim/arm/misaligned3.ms.
4853 * disasm.h (struct ui_file): Add opaque struct declaration.
4854 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4855 * frame.h (struct ui_file): Ditto.
4856
4857 2003-05-11 Mark Kettenis <kettenis@gnu.org>
4858
4859 * value.h: Pretty print.
4860
4861 2003-05-10 Mark Kettenis <kettenis@gnu.org>
4862
4863 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4864
4865 2003-05-08 Andrew Cagney <cagney@redhat.com>
4866
4867 * regcache.h (max_register_size): Delete declaration.
4868 * regcache.c (max_register_size): Delete function.
4869 (struct regcache_descr): Delete field "max_register_size".
4870 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4871 registers fit in MAX_REGISTER_SIZE.
4872 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4873 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4874 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4875 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4876 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4877 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4878 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4879 * dve3900-rom.c, hppa-tdep.c: Ditto.
4880
4881 2003-05-08 David Carlton <carlton@math.stanford.edu>
4882
4883 * valops.c (push_word): Fix typo.
4884
4885 2003-05-08 Andrew Cagney <cagney@redhat.com>
4886
4887 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4888 * gdbarch.h: Re-generate.
4889 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4890 (legacy_max_register_raw_size): Delete declaration.
4891 * regcache.c (legacy_max_register_raw_size): Delete function.
4892 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4893 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4894 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4895 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4896 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4897 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4898 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4899 * findvar.c, dwarf2cfi.c: Ditto.
4900
4901 2003-05-08 Andrew Cagney <cagney@redhat.com>
4902
4903 * mips-tdep.c (read_signed_register): New function, moved to here
4904 from "regcache.c".
4905 (read_signed_register_pid): Ditto.
4906 * regcache.c (read_signed_register_pid): Delete function, moved to
4907 "mips-tdep.c".
4908 (read_signed_register): Ditto.
4909 * regcache.h (read_signed_register): Delete declaration.
4910 (read_signed_register_pid): Delete declaration.
4911
4912 2003-05-08 Andrew Cagney <cagney@redhat.com>
4913
4914 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4915 * gdbarch.h: Re-generate.
4916 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4917 (legacy_max_register_virtual_size): Delete declaration.
4918 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4919 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4920 * tracepoint.c (memrange_sortmerge): Ditto.
4921 * sparc-tdep.c (sparc_print_registers): Ditto.
4922 * regcache.c (legacy_max_register_virtual_size): Delete function.
4923
4924 2002-05-08 J. Brobecker <brobecker@gnat.com>
4925
4926 * fork-child.c (escape_bang_in_quoted_argument): New function.
4927 (fork_inferior): Escape '!' characters in quoted arguments
4928 only when needed.
4929
4930 2003-05-08 J. Brobecker <brobecker@gnat.com>
4931
4932 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4933 the language of the CU is not currently supported by GDB.
4934
4935 2003-05-08 J. Brobecker <brobecker@gnat.com>
4936
4937 * defs.h (language): Add language_minimal enum value.
4938 * c-lang.c (minimal_language_defn): New language definition.
4939 (_initialize_c_language): Add the new minimal language to the list
4940 of languages known to GDB.
4941
4942 2003-05-08 Kevin Buettner <kevinb@redhat.com>
4943
4944 * frame.c (get_frame_type): Don't attempt to lazily initialize
4945 frame's unwinder for legacy frames.
4946
4947 2003-05-07 Andrew Cagney <cagney@redhat.com>
4948
4949 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4950 and "regcache" parameters.
4951 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4952
4953 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4954
4955 * dwarf2read.c (dwarf_decode_lines): Only use output of
4956 check_cu_functions() when calling record_line(). Do not update
4957 the current address.
4958
4959 2003-05-07 Andrew Cagney <cagney@redhat.com>
4960
4961 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4962 code.
4963
4964 2003-05-07 Jim Blandy <jimb@redhat.com>
4965
4966 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4967 'maint info symtabs' and 'maint info psymtabs'.
4968 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4969 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4970 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4971 Declarations updated.
4972 * maint.c (maintenance_list_command): Delete.
4973 (_initialize_maint_cmds): Update calls to add_cmd.
4974 * gdbcmd.h (maintenancelistlist): Delete declaration.
4975 * cli/cli-cmds.c (maintenancelistlist): Delete.
4976 (init_cmd_lists): Don't initialize it.
4977 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4978
4979 2003-05-07 Andrew Cagney <cagney@redhat.com>
4980
4981 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4982 "regcache".
4983 (d10v_print_registers_info): Update.
4984 (d10v_dmap_register, d10v_imap_register): Delete functions.
4985 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4986 and "imap_register".
4987 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4988 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4989 * arch-utils.c (generic_remote_translate_xfer_address): Add
4990 "regcache" and "gdbarch" parameters.
4991 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4992 parameter. Change class to multi-arch.
4993 * gdbarch.h, gdbarch.c: Re-generate.
4994 * remote.c (remote_xfer_memory): Use
4995 gdbarch_remote_translate_xfer_address.
4996
4997 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4998
4999 * infrun.c (prev_pc): Move declaration ahead of proceed().
5000 (proceed): Refresh prev_pc value before resuming.
5001 (stop_stepping): Remove code to refresh prev_pc.
5002
5003 2003-05-06 Kris Warkentin <kewarken@qnx.com>
5004
5005 * nto-tdep.c: Removed stray comment.
5006
5007 2003-05-06 Kris Warkentin <kewarken@qnx.com>
5008
5009 * i386-nto-tdep.c: Fix old K&R function definitions.
5010 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
5011 Also change add_show_from_set() call to add_setshow_cmd().
5012 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
5013
5014 2003-05-05 Andrew Cagney <cagney@redhat.com>
5015
5016 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
5017 (fprint_dummy_frames): New function.
5018 (maintenance_print_dummy_frames): New function.
5019 (_initialize_dummy_frame): Add command "maint print dummy-frames".
5020 * frame.c (fprint_frame_id): Make global.
5021 * frame.h (fprint_frame_id): Declare.
5022 * Makefile.in (dummy-frame.o): Update dependencies.
5023
5024 2003-05-05 Andrew Cagney <cagney@redhat.com>
5025
5026 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
5027 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
5028 SIZEOF_CALL_DUMMY_WORDS.
5029 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
5030 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
5031 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
5032 CALL_DUMMY_BREAKPOINT_OFFSET.
5033 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
5034 CALL_DUMMY_START_OFFSET.
5035 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
5036 * gdbarch.h, gdbarch.c: Re-generate.
5037 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
5038 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
5039 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
5040 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
5041 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
5042 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
5043 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
5044 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
5045 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
5046 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
5047 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
5048 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
5049 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
5050 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
5051 * config/sparc/tm-sparc.h: Update.
5052
5053 2003-05-05 Kris Warkentin <kewarken@qnx.com>
5054
5055 * configure.tgt: Add i[3456]86-*-nto*.
5056 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
5057 * nto-tdep.c: New file. Neutrino target support routines.
5058 * nto-tdep.h: New file. Neutrino target header.
5059 * config/tm-qnxnto.h: New file.
5060 * config/i386/i386nto.mt: New file.
5061 * config/i386/tm-i386nto.h: New file.
5062
5063 2003-05-04 Andrew Cagney <cagney@redhat.com>
5064
5065 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
5066 (load_infrun_state): Ditto.
5067 (struct thread_info): Drop "prev_func_name" field.
5068 * thread.c (load_infrun_state): Update.
5069 (save_infrun_state): Update.
5070 * infrun.c (prev_func_name): Delete variable.
5071 (init_wait_for_inferior): Do not clear prev_func_name.
5072 (stop_stepping, keep_going, context_switch): Do not swap
5073 prev_func_name.
5074 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
5075 instead of PC_IN_SIGTRAMP.
5076
5077 2003-05-04 Andrew Cagney <cagney@redhat.com>
5078
5079 * sentinel-frame.c (sentinel_frame_prev_register): Replace
5080 REGISTER_BYTE with register_offset_hack.
5081 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
5082 that REGISTER_BYTE is consistent with the regcache.
5083 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
5084 * gdbarch.h, gdbarch.c: Regenerate.
5085
5086 2003-05-04 Mark Kettenis <kettenis@gnu.org>
5087
5088 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
5089 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
5090
5091 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
5092
5093 2003-05-03 J. Brobecker <brobecker@gnat.com>
5094
5095 From Thierry Schneider <tpschneider1@yahoo.com>
5096 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
5097 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
5098 (mi-cmd-symbol.o): Add rule.
5099
5100 2003-05-03 Andrew Cagney <cagney@redhat.com>
5101
5102 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
5103 comments noteing that it replaces the old FIX_CALL_DUMMY code.
5104 * gdbarch.h, gdbarch.c: Re-generate.
5105 * d10v-tdep.c (d10v_push_dummy_code): New function.
5106 (d10v_gdbarch_init): Set push_dummy_code.
5107 * infcall.c (legacy_push_dummy_code): New function.
5108 (generic_push_dummy_code): New function.
5109 (push_dummy_code): New function.
5110 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
5111 instead of dummy_addr, to push_dummy_call. Move call to
5112 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
5113 switch.
5114 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
5115
5116 2003-05-03 Andrew Cagney <cagney@redhat.com>
5117
5118 * disasm.h (print_insn): Declare.
5119 * disasm.c (init_gdb_disassemble_info): New function.
5120 (gdb_disassembly): Call init_gdb_disassemble_info.
5121 (gdb_print_insn): New function.
5122 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
5123 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
5124 * mcore-tdep.c: Include "disasm.h"
5125 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
5126 * d10v-tdep.c: Include "disasm.h".
5127 (display_trace): Call gdb_print_insn, instead of print_insn.
5128 (print_insn): Delete function.
5129 * printcmd.c: Include "disasm.h".
5130 (print_insn): Delete function.
5131 (print_formatted): Call gdb_print_insn, instead of print_insn.
5132 * Makefile.in (printcmd.o): Update dependencies.
5133 (mcore-tdep.o, d10v-tdep.o): Ditto.
5134
5135 2003-05-02 Andrew Cagney <cagney@redhat.com>
5136
5137 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
5138 PC_REGNUM, re-indent.
5139 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
5140 PC_REGNUM isn't set.
5141
5142 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
5143 * gdbarch.h, gdbarch.c: Re-generate.
5144 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
5145 register_virtual_size, pc_regnum, or register_bytes.
5146 (D10V_PC_REGNUM): Rename _PC_REGNUM.
5147 (d10v_register_type): Use D10V_PC_REGNUM.
5148 (d10v_print_registers_info, d10v_read_pc): Ditto.
5149 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
5150 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
5151
5152 2003-05-02 David Carlton <carlton@bactrian.org>
5153
5154 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
5155 the name with mstrsave.
5156
5157 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
5158
5159 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
5160 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
5161 (host_charset_name, target_charset_name): New vars for use by
5162 set/show commands.
5163 (host_charset_enum, target_charset_enum): New enums for set/show
5164 commands.
5165 (set_charset_sfunc, set_host_charset_sfunc,
5166 set_target_charset_sfunc): New functions.
5167 (set_host_charset, set_target_charset): Make static.
5168 (list_charsets, set_host_charset_command,
5169 set_target_charset_command): Delete functions.
5170 (show_charset_command): Rewrite as....
5171 (show_charset): Hook this up with the set/show command mechanism.
5172 (_initialize_charset): Change names of charsets to match the
5173 set/show enums. Use host_charset_name and target_charset_name.
5174 Use set/show mechanism for charset, host-charset, target-charset
5175 commands. Do not make 'show host-charset' and 'show
5176 target-charset' be aliases of 'show charset'.
5177
5178 * charset.h (set_host_charset, set_target_charset): Don't export,
5179 they are not used outside the file.
5180
5181 2003-05-01 Andrew Cagney <cagney@redhat.com>
5182
5183 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
5184 (gdb_disassembly): Make "di" non static, always initialize and
5185 cleanup. Always use dis_asm_read_memory.
5186 (gdb_dis_asm_read_memory): Delete function.
5187
5188 2003-05-01 Andrew Cagney <cagney@redhat.com>
5189
5190 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
5191 (d10v_gdbarch_init): Set frame_align instead of stack_align.
5192
5193 2003-04-30 Andrew Cagney <cagney@redhat.com>
5194
5195 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
5196 "tm_print_insn_info".
5197 (TARGET_PRINT_INSN_INFO): Delete macro.
5198 (dis_asm_read_memory): Delete function declaration.
5199 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5200 (tm_print_insn_info): Delete variable definition.
5201 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
5202 * gdbarch.h, gdbarch.c: Re-generate.
5203 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
5204 "deprecated_tm_print_insn_info".
5205 * mcore-tdep.c (mcore_dump_insn): Ditto.
5206 * mips-tdep.c (mips_gdbarch_init): Ditto.
5207 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
5208 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
5209 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
5210 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
5211 instead of TARGET_PRINT_INSN_INFO, add comment.
5212 * s390-tdep.c (s390_get_frame_info): Instead of
5213 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
5214 (s390_check_function_end, s390_is_sigreturn): Ditto.
5215 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
5216 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5217 * disasm.c: Include "gdbcore.h".
5218 (_initialize_disasm): New function, initialize
5219 "deprecated_tm_print_insn_info".
5220 (deprecated_tm_print_insn_info): New variable.
5221 (dis_asm_read_memory): Moved from "corefile.c", made static.
5222 (dis_asm_print_address, dis_asm_memory_error): Ditto.
5223 * Makefile.in (disasm.o): Update dependencies.
5224
5225 2003-04-30 Andrew Cagney <cagney@redhat.com>
5226
5227 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
5228
5229 2003-04-29 Adam Fedor <fedor@gnu.org>
5230
5231 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
5232 * infcall.c (find_function_addr): Make non-static.
5233 * infcall.h (find_function_addr): Declare.
5234 * Makefile.in (eval.o): Update dependencies.
5235
5236 2003-04-28 Adam Fedor <fedor@gnu.org>
5237
5238 * symtab.c (symbol_find_demangled_name): Check for and demangle
5239 ObjC symbols.
5240 (symbol_init_demangled_name): Init for language_objc as well.
5241
5242 2003-04-28 Andrew Cagney <cagney@redhat.com>
5243
5244 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
5245 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
5246 * gdbarch.h, gdbarch.c: Re-generate.
5247 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
5248 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
5249 * inferior.h (deprecated_read_fp): Rename read_fp.
5250 (generic_target_read_fp): Delete declaration.
5251 * regcache.c (generic_target_read_fp): Delete function.
5252 (deprecated_read_fp): Replace read_fp, use
5253 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
5254 * d10v-tdep.c (d10v_read_fp): Delete function.
5255 (d10v_gdbarch_init): Do not set deprecated_read_fp.
5256
5257 * sparc-tdep.c (sparc_gdbarch_init): Do not set
5258 deprecated_target_read_fp to generic_target_read_fp.
5259 * sh-tdep.c (sh_gdbarch_init): Ditto.
5260 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5261 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5262 * frv-tdep.c (frv_gdbarch_init): Ditto.
5263
5264 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
5265 deprecated_fp_regnum.
5266 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5267 * vax-tdep.c (vax_gdbarch_init): Ditto.
5268 * v850-tdep.c (v850_gdbarch_init): Ditto.
5269 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5270 * sh-tdep.c (sh_gdbarch_init): Ditto.
5271 * s390-tdep.c (s390_gdbarch_init): Ditto.
5272 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5273 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5274 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5275 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5276 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5277 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5278 * i386-tdep.c (i386_gdbarch_init): Ditto.
5279 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5280 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5281 * frv-tdep.c (frv_gdbarch_init): Ditto.
5282 * cris-tdep.c (cris_gdbarch_init): Ditto.
5283 * avr-tdep.c (avr_gdbarch_init): Ditto.
5284 * arm-tdep.c (arm_gdbarch_init): Ditto.
5285 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5286
5287 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
5288 * v850-tdep.c (v850_gdbarch_init): Ditto.
5289 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5290 * sh-tdep.c (sh_gdbarch_init): Ditto.
5291 * s390-tdep.c (s390_gdbarch_init): Ditto.
5292 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5293 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5294 * mips-tdep.c (mips_gdbarch_init): Ditto.
5295 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5296 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5297 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5298 * frv-tdep.c (frv_gdbarch_init): Ditto.
5299 * avr-tdep.c (avr_gdbarch_init): Ditto.
5300 * arm-tdep.c (arm_gdbarch_init): Ditto.
5301
5302 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
5303 DEPRECATED_FP_REGNUM.
5304 (vax_push_dummy_frame, vax_pop_frame): Ditto.
5305 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
5306 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5307 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
5308 (sparc32_register_virtual_type): Ditto.
5309 * sh-tdep.c (sh64_frame_chain): Ditto.
5310 (sh64_get_saved_register, sh64_pop_frame): Ditto.
5311 (sh_nofp_frame_init_saved_regs): Ditto.
5312 (sh64_nofp_frame_init_saved_regs): Ditto.
5313 (sh_fp_frame_init_saved_regs): Ditto.
5314 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5315 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5316 * procfs.c (procfs_fetch_registers): Ditto.
5317 (procfs_store_registers): Ditto.
5318 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
5319 (store_inferior_registers, fetch_core_registers): Ditto.
5320 (fetch_kcore_registers, clear_regs): Ditto.
5321 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
5322 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
5323 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
5324 * nlm/i386.c (do_status): Ditto.
5325 * mipsv4-nat.c (supply_gregset): Ditto.
5326 * mips-tdep.c: Ditto for comments.
5327 * mips-nat.c (fetch_inferior_registers): Ditto.
5328 (store_inferior_registers, fetch_core_registers): Ditto.
5329 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
5330 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
5331 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
5332 (i386_do_pop_frame, i386_register_type): Ditto.
5333 * hppa-tdep.c (hppa_frame_chain): Ditto.
5334 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
5335 (hppa_pop_frame, hppa_read_fp): Ditto.
5336 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
5337 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
5338 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
5339 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
5340 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
5341 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
5342 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
5343 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
5344 * blockframe.c: Ditto for comments.
5345 * arch-utils.h: Ditto for comments.
5346 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
5347 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
5348 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
5349 * alpha-tdep.h: Ditto for comments.
5350 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
5351 (alpha_cannot_store_register): Ditto.
5352 (alpha_push_dummy_frame): Ditto.
5353 * alpha-nat.c (supply_gregset): Ditto.
5354
5355 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
5356 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
5357 * config/sparc/tm-sparc.h: Update comment.
5358
5359 * hppa-tdep.c (hppa_init_extra_frame_info): Use
5360 deprecated_read_fp instead of TARGET_READ_FP.
5361 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
5362 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
5363 * sparc-tdep.c (sparc_init_extra_frame_info): Use
5364 deprecated_read_fp instead of read_fp.
5365 * s390-tdep.c (s390_push_arguments): Ditto.
5366 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5367 * frame.h: Ditto in comments.
5368 * frame.c (legacy_get_prev_frame): Ditto.
5369 * dummy-frame.c (dummy_frame_this_id): Ditto.
5370 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5371
5372 2003-04-28 Andrew Cagney <cagney@redhat.com>
5373
5374 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
5375 * gdbarch.h, gdbarch.c: Re-generate.
5376 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
5377 * vax-tdep.c (_initialize_vax_tdep): Update.
5378 * v850-tdep.c (_initialize_v850_tdep): Update.
5379 * sparc-tdep.c (_initialize_sparc_tdep): Update.
5380 * s390-tdep.c (_initialize_s390_tdep): Update.
5381 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
5382 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
5383 * mips-tdep.c (_initialize_mips_tdep): Update.
5384 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5385 * m68k-tdep.c (_initialize_m68k_tdep): Update.
5386 * ia64-tdep.c (_initialize_ia64_tdep): Update.
5387 * hppa-tdep.c (_initialize_hppa_tdep): Update.
5388 * h8300-tdep.c (_initialize_h8300_tdep): Update.
5389 * frv-tdep.c (_initialize_frv_tdep): Update.
5390 * cris-tdep.c (cris_delayed_get_disassembler): Update.
5391 (_initialize_cris_tdep): Update.
5392 * arch-utils.c (legacy_print_insn): Update.
5393 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5394
5395 2003-04-26 Adam Fedor <fedor@gnu.org>
5396
5397 * linespec.c (decode_objc): New function to decode ObjC calls
5398 (decode_line_1): Check for ObjC calls (using decode_objc)
5399 * Makefile (linespec.o): Update dependencies.
5400
5401 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
5402
5403 * breakpoint.h (struct breakpoint_ops): New.
5404 (struct breakpoint): Add ops member.
5405
5406 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
5407 (mention): Use new breakpoint ops member.
5408 (set_raw_breakpoint): Initialize ops field to NULL.
5409 (print_exception_catchpoint, print_one_exception_catchpoint)
5410 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
5411 (gnu_v3_exception_catchpoint_ops): New.
5412 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
5413
5414 2003-04-25 Adam Fedor <fedor@gnu.org>
5415
5416 * Makefile.in (COMMON_OBS): Add objc-lang.o
5417
5418 2003-04-25 Andrew Cagney <cagney@redhat.com>
5419
5420 * d10v-tdep.c (print_insn): Delete function.
5421 (display_trace): Use TARGET_PRINT_INSN.
5422 (_initialize_d10v_tdep): Do not set tm_print_insn.
5423 (d10v_gdbarch_init): Set print_insn.
5424
5425 2003-04-25 Andrew Cagney <cagney@redhat.com>
5426
5427 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
5428 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
5429 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
5430 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
5431 (nr_dmap_regs, a0_regnum): ... new functions.
5432 (d10v_print_registers_info): Use a0_regnum, use register_size.
5433 (d10v_register_byte): Delete function.
5434 (d10v_register_raw_size): Delete function.
5435 (d10v_register_type): Use a0_regnum.
5436 (d10v_print_registers_info): Use a0_regnum.
5437 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5438 (d10v_gdbarch_init): Do not set register_byte or
5439 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5440 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5441 extract_address.
5442 (trace_command): Use XCALLOC.
5443 (print_insn): Delete reference to tm_print_insn.
5444 (saved_regs_unwinder): Use store_unsigned_integer instead of
5445 store_address.
5446 * frame.h (FRAME_OBSTACK_CALLOC): Define
5447
5448 2003-04-25 David Carlton <carlton@bactrian.org>
5449
5450 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5451
5452 2003-04-24 Adam Fedor <fedor@gnu.org>
5453
5454 * objc-lang.c: Include "valprint.h"
5455 * Makefile.in (objc-lang.o): Update dependencies.
5456
5457 2003-04-24 Adam Fedor <fedor@gnu.org>
5458
5459 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
5460 architecture dependant compilation and mark as unimplemented
5461 (until they get put in the gdbarch vector).
5462
5463 2003-04-23 David Carlton <carlton@bactrian.org>
5464
5465 * cp-support.c (cp_find_first_component): Accept 'operator' in
5466 more locations.
5467
5468 2003-04-23 Andrew Cagney <cagney@redhat.com>
5469
5470 * infcall.c (call_function_by_hand): Eliminate redundant
5471 indentation. Move "saved_async" and "old_cleanups" to where they
5472 are needed.
5473
5474 2003-04-23 Andrew Cagney <cagney@redhat.com>
5475
5476 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5477 and "buffer". Move the "name" code to where it is needed.
5478
5479 2003-04-23 Andrew Cagney <cagney@redhat.com>
5480
5481 * infcall.c (call_function_by_hand): Move variables "start_sp",
5482 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5483 code to ON_STACK switch branch.
5484
5485 2003-04-23 Andrew Cagney <cagney@redhat.com>
5486
5487 * infcall.c (call_function_by_hand): Make declaration of "i",
5488 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5489 lint.
5490
5491 2003-04-23 Andrew Cagney <cagney@redhat.com>
5492
5493 * infcall.c (call_function_by_hand): Delete variable
5494 "n_method_args". Localize "param_type"'s declaration to the loop
5495 that it is used. Reinstate code assigning to said variable -
5496 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5497 Rationalize code using "param_type".
5498
5499 2003-04-22 Andrew Cagney <cagney@redhat.com>
5500
5501 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5502 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5503 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5504 to DEPRECATED_PUSH_RETURN_ADDRESS.
5505
5506 2003-04-22 Kevin Buettner <kevinb@redhat.com>
5507
5508 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5509 on the DWARF2 register number prior to fetching a register.
5510
5511 2003-04-22 J. Brobecker <brobecker@gnat.com>
5512
5513 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5514 Update all the tests using SOFT_FLOAT considering the fact that
5515 this macro was always set to 0.
5516 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5517 considering the fact that this macro was always set to 0.
5518 * hppa-tdep.h (hppa_store_return_value): Likewise.
5519 (hppa_extract_return_value): Likewise.
5520
5521 2003-04-22 J. Brobecker <brobecker@gnat.com>
5522
5523 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5524 the hppa-pro target only.
5525
5526 2003-04-21 J. Brobecker <brobecker@gnat.com>
5527
5528 Ongoing multi-arch conversion effort for HP/UX:
5529 * config/pa/tm-hppa.h: Move all macro that are no longer
5530 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5531 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5532
5533 2003-04-21 J. Brobecker <brobecker@gnat.com>
5534
5535 * config/pa/tm-hppa.h: Obsolete a section that was only used
5536 for hppa-pro.
5537
5538 2003-04-21 J. Brobecker <brobecker@gnat.com>
5539
5540 Ongoing multi-arch conversion for HP/UX.
5541 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5542 if already defined (allows hppa64 to stay non-multiarched for now).
5543 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5544
5545 2003-04-21 Andrew Cagney <cagney@redhat.com>
5546
5547 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5548
5549 2003-04-21 Andrew Cagney <cagney@redhat.com>
5550
5551 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5552 "i386_num_mmx_regs".
5553
5554 2003-04-21 Andrew Cagney <cagney@redhat.com>
5555
5556 * infcall.c: New file.
5557 * infcall.h: New file.
5558 * valarith.c: Include "infcall.h".
5559 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5560 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5561 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5562 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5563 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5564 (SFILES): Add "infcall.c"
5565 (COMMON_OBS): Add "infcall.o".
5566 (infcall.o): Specify dependencies.
5567 * value.h (call_function_by_hand): Delete declaration.
5568 * inferior.h (run_stack_dummy): Delete declaration.
5569 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5570 (run_stack_dummy): Move to "infcall.c", merged into
5571 call_function_by_hand.
5572 * valops.c (call_function_by_hand): Moved to "infcall.c".
5573 (find_function_addr, value_arg_coerce): Ditto.
5574 (unwindonsignal_p, coerce_float_to_double): Ditto.
5575 (_initialize_valops): Move "set/show coerce-float-to-double", and
5576 "set/show unwindonsignal" commands to "infcall.c".
5577 * v850-tdep.c, target.h: Update comments.
5578 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5579 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5580 (sh64_init_extra_frame_info): Update comments.
5581 * mn10300-tdep.c: Update comments.
5582 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5583 * config/sparc/tm-sparc.h: Update comments.
5584 * breakpoint.h: Update comments.
5585 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5586 * arm-tdep.c: Update comment.
5587
5588 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5589
5590 * i386-tdep.c (i386_num_register_names): New variable.
5591 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5592 (MM0_REGNUM): Remove redundant parentheses in define.
5593 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5594 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5595 i386_mxcsr_regnum_p): Remove redundant parentheses.
5596 (i386_register_name): Use i386_num_register_names.
5597
5598 * i386-tdep.c (i386_extract_return_value,
5599 i386_store_return_value): Correct check for availability of
5600 floating-point registers.
5601
5602 * i386-tdep.c (i386_frame_num_args): Remove function.
5603 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5604
5605 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5606 mmx_regnum_to_fp_regnum. Adjust all callers.
5607
5608 * i386-tdep.c (i386_get_longjmp_target): Use
5609 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5610 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5611 extract_address.
5612
5613 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5614
5615 * core-regset.c: Update comments to reflect reality. Re-order
5616 includes.
5617 (fetch_core_registers): Use switch instead of if. Remove
5618 redundant prototype.
5619
5620 2003-04-18 Jim Blandy <jimb@redhat.com>
5621
5622 * s390-tdep.c (s390_frame_align): New function.
5623 (s390_gdbarch_init): Register it with the gdbarch object.
5624
5625 2003-04-17 Richard Henderson <rth@redhat.com>
5626
5627 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5628
5629 2003-04-17 Michael Snyder <msnyder@redhat.com>
5630 Karen Bennet <bennet@redhat.com>
5631
5632 Committed by Elena Zannoni <ezannoni@redhat.com>
5633 * gdb_gcore.sh: New script to create a core dump of a process.
5634
5635 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
5636
5637 * values.c (value_being_returned): Don't fetch the return
5638 value if the return type is void.
5639
5640 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5641
5642 * thread-db.c: Reindented.
5643
5644 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5645
5646 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5647 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
5648 as types.
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674 2003-04-16 Kevin Buettner <kevinb@redhat.com>
5675
5676 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
5677 the size of ``long double'' to 16, instead of 8.
5678
5679 2003-04-16 Mark Kettenis <kettenis@gnu.org>
5680
5681 * i386-linux-nat.c: Add some whitespace to make things more
5682 readable.
5683 (fetch_register, store_register, fetch_inferior_registers,
5684 store_inferior_registers): Get rid of assignment in if-statement.
5685 (store_register): Fix typo in error message.
5686
5687 2003-04-16 Andrew Cagney <cagney@redhat.com>
5688
5689 * utils.c (xmmalloc): Always allocate something, matches
5690 libiberty/xmalloc's semantics.
5691 (xmrealloc, xmcalloc): Ditto.
5692
5693 2003-04-16 Andrew Cagney <cagney@redhat.com>
5694
5695 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5696 update comments.
5697 (get_frame_type): Initialize unwind and type when needed.
5698 (get_frame_id, frame_register_unwind): Ditto.
5699
5700 2003-04-16 Andrew Cagney <cagney@redhat.com>
5701
5702 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5703 obsolete.
5704 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5705 * sparcl-stub.c: Obsolete file.
5706 * config/sparc/tm-sparclet.h: Obsolete file.
5707 * sparclet-stub.c: Obsolete file.
5708 * sparclet-rom.c: Obsolete file.
5709 * sparcl-tdep.c: Obsolete file.
5710 * config/sparc/tm-sparclite.h: Obsolete file.
5711 * config/sparc/sparclite.mt: Obsolete file.
5712 * config/sparc/sparclet.mt: Obsolete file.
5713 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5714 sparc86x-*-* obsolete.
5715
5716 2003-04-15 David Carlton <carlton@math.stanford.edu>
5717
5718 * Makefile.in (SFILES): Add cp-namespace.c.
5719 (COMMON_OBS): Add cp-namespace.o.
5720 (block.o): Depend on gdb_obstack_h and cp_support_h.
5721 (buildsym.o): Depend on cp_support_h.
5722 (cp-namespace.o): New.
5723 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5724 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5725 (dwarf2read.o): Depend on cp_support_h.
5726 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5727 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5728 processing_current_namespace.
5729 (read_namespace): Update processing_current_namespace; check for
5730 anonymous namespaces.
5731 (dwarf2_name): New function.
5732 (dwarf2_extension): Ditto.
5733 * cp-support.h: Update copyright, contributors.
5734 Add inclusion guards.
5735 Add opaque declaration for structs obstack, block, symbol.
5736 (struct using_direct): New struct.
5737 Add declarations for cp_find_first_component,
5738 cp_entire_prefix_len, processing_has_namespace_info,
5739 processing_current_namespace, cp_is_anonymous,
5740 cp_add_using_directive, cp_initialize_namespace,
5741 cp_finalize_namespace, cp_set_block_scope,
5742 cp_scan_for_anonymous_namespaces.
5743 * cp-namespace.c: New file.
5744 * cp-support.c: Update copyright.
5745 Include ctype.h, gdb_assert.h, gdbcmd.h.
5746 New variable maint_cplus_cmd_list.
5747 (cp_find_first_component): New function.
5748 (cp_entire_prefix_len, maint_cplus_command)
5749 (first_component_command, _initialize_cp_support): Ditto.
5750 * buildsym.c: Include cp-support.h.
5751 New variable using_list.
5752 (add_symbol_to_list): Check for anonymous namespaces.
5753 (finish_block): Set block's scope.
5754 (start_symtab): Initialize C++ namespace support.
5755 (end_symtab): Finalize C++ namespace support.
5756 * block.h: Add opaque declarations for structs
5757 block_namespace_info, using_direct, and obstack.
5758 Add declarations for block_set_scope and block_set_using.
5759 (struct block): Add 'language_specific' member.
5760 (BLOCK_NAMESPACE): New macro.
5761 * block.c: Include gdb_obstack.h and cp-support.h.
5762 (struct block_namespace_info): New struct.
5763 (block_set_scope): New function.
5764 (block_set_using, block_initialize_namespace): Ditto.
5765
5766 2003-04-14 Kevin Buettner <kevinb@redhat.com>
5767
5768 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5769 (locate_base): Return early if there aren't any link map offsets.
5770 (svr4_solib_create_inferior_hook): Warn if shared library support
5771 is unavailable.
5772
5773 2003-04-14 David Carlton <carlton@math.stanford.edu>
5774
5775 * symtab.c (symbol_set_names): Add prefix when storing Java names
5776 in hash table. Fix for PR java/1039.
5777
5778 2003-04-14 David Carlton <carlton@math.stanford.edu>
5779
5780 * symtab.c (symbol_set_names): Rename 'name' arg to
5781 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5782 * symtab.h: Change 'name' argument in declaration of
5783 symbol_set_names to 'linkage_name'.
5784 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5785
5786 2003-04-14 Andrew Cagney <cagney@redhat.com>
5787
5788 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5789 return the fully sign-extended register value.
5790 (get_frame_pointer): Ditto.
5791 (mips_pop_frame): Initialize "proc_desc" after checking for a
5792 dummy frame.
5793
5794 2003-04-14 Andrew Cagney <cagney@redhat.com>
5795
5796 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5797 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5798 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5799 (mips_push_register): Delete function.
5800 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5801 PUSH_FP_REGNUM.
5802
5803 2003-04-14 Jim Blandy <jimb@redhat.com>
5804
5805 * symmisc.c: #include "gdb_regex.h".
5806 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5807 functions.
5808 * maint.c (maintenance_list_command): New function.
5809 (_initialize_maint_cmds): Register the above as commands.
5810 * symtab.h (maintenance_list_symtabs,
5811 maintenance_list_psymtabs): New declarations.
5812 * cli/cli-cmds.c (maintenancelistlist): New variable.
5813 (init_cmd_lists): Initialize it.
5814 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5815 * gdbcmd.h (maintenancelistlist): New declaration.
5816 * Makefile.in (symmisc.o): Update dependencies.
5817
5818 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
5819
5820 * s390-nat.c: Include asm/types.h for addr_t.
5821
5822 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
5823
5824 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5825 actually incoming type.
5826
5827 2003-04-13 Andrew Cagney <cagney@redhat.com>
5828
5829 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5830 get_next_frame and get_frame_saved_regs.
5831
5832 2003-04-13 Andrew Cagney <cagney@redhat.com>
5833
5834 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5835 of gdbarch_num_regs.
5836
5837 2003-04-13 Andrew Cagney <cagney@redhat.com>
5838
5839 * frame.h: Mention what replaced what in "struct frame_info".
5840 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5841 deprecated_update_frame_base_hack and
5842 deprecated_update_frame_pc_hack.
5843 * hppa-tdep.c: Ditto.
5844
5845 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5846
5847 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5848 to read_reg and update its comment. Remove regnum member.
5849 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5850 Don't call read_reg when setting in_reg. Call read_reg to get
5851 the frame base if it's in a register. Return the register number
5852 on the stack instead of in the context. Remove extra arguments
5853 to read_reg.
5854 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5855 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5856 the register number on the expression stack.
5857 (needs_frame_read_reg): Remove extra arguments.
5858
5859 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5860
5861 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5862 made non-static.
5863 (execute_stack_op): All callers updated.
5864 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5865 * dwarf2loc.c (find_location_expression): New function.
5866 (dwarf_expr_frame_base): Call it.
5867 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5868 (dwarf2_tracepoint_var_ref): New function, broken out from
5869 locexpr_tracepoint_var_ref.
5870 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5871 Make static.
5872 (loclist_read_variable, loclist_read_needs_frame): New functions.
5873 (loclist_describe_location, loclist_tracepoint_var_ref): New
5874 functions.
5875 (dwarf2_loclist_funcs): New struct location_funcs.
5876 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5877 (struct dwarf2_locexpr_baton): Add comments.
5878 (dwarf2_loclist_funcs): New extern.
5879 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5880 base_address and base_known.
5881 (dwarf_loc_buffer): New variable.
5882 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5883 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5884 (dwarf2_has_info): Initialize dwarf_loc_offset.
5885 (dwarf2_build_psymtabs): Read in .debug_loc.
5886 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5887 DWARF_LOC_SIZE.
5888 (psymtab_to_symtab_1): Likewise. Move base address calculation
5889 here, from...
5890 (dwarf2_get_pc_bounds): ... here. Use the base address from
5891 cu_header.
5892 (dwarf2_symbol_mark_computed): Handle location lists.
5893
5894 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5895
5896 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5897 if the linkage name demangled successfully.
5898
5899 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5900
5901 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5902 disassmbly_flavour): Removed.
5903
5904 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5905
5906 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5907
5908 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5909
5910 2003-04-12 Andrew Cagney <cagney@redhat.com>
5911
5912 * frame.h (struct frame_info): Move definition from here ...
5913 * frame.c (struct frame_info): ... to here.
5914
5915 2003-04-12 Andrew Cagney <cagney@redhat.com>
5916
5917 * gdbthread.h (save_infrun_state): Delete parameter
5918 "prev_func_start".
5919 (struct thread_info): Delete field "prev_func_start".
5920 (load_infrun_state): Ditto.
5921 * thread.c (load_infrun_state, save_infrun_state): Update.
5922 * infrun.c (prev_func_start): Delete variable.
5923 (context_switch, init_wait_for_inferior): Update.
5924 (stop_stepping, keep_going): Update.
5925
5926 2003-04-12 Andrew Cagney <cagney@redhat.com>
5927
5928 * gdbarch.sh: Add missing opaque declarations.
5929 * gdbarch.h: Regnerate.
5930 * symtab.h: Add missing opaque declarations.
5931 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5932 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5933 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5934 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5935 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5936 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5937 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5938 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5939 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5940 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5941 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5942 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5943 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5944
5945 2003-04-11 Andrew Cagney <cagney@redhat.com>
5946
5947 * frame.c (get_frame_id): Return this frame's "id".
5948 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5949 function start.
5950 (legacy_saved_regs_this_id): Replace function body with
5951 internal-error.
5952 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5953 FRAME_OBSTACK_ZALLOC.
5954 (create_new_frame): Mark the frame ID as valid.
5955
5956 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
5957
5958 * Makefile.in (libbfd_h): Added missing setting.
5959 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5960 according to the selected ABI.
5961
5962 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5963
5964 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5965
5966 2003-04-11 Andrew Cagney <cagney@redhat.com>
5967
5968 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5969 SAVED_PC_AFTER_CALL.
5970 * gdbarch.h, gdbarch.c: Regenerate.
5971 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5972 * x86-64-tdep.c (x86_64_init_abi): Update.
5973 * vax-tdep.c (vax_gdbarch_init): Update.
5974 * v850-tdep.c (v850_gdbarch_init): Update.
5975 * sparc-tdep.c (sparc_gdbarch_init): Update.
5976 * sh-tdep.c (sh_gdbarch_init): Update.
5977 * s390-tdep.c (s390_gdbarch_init): Update.
5978 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5979 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5980 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5981 * mips-tdep.c (mips_gdbarch_init): Update.
5982 * mcore-tdep.c (mcore_gdbarch_init): Update.
5983 * m68k-tdep.c (m68k_gdbarch_init): Update.
5984 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5985 * ia64-tdep.c (ia64_gdbarch_init): Update.
5986 (ia64_saved_pc_after_call): Update declaration.
5987 * i386ly-tdep.c (i386lynx_init_abi): Update.
5988 * i386-tdep.c (i386_gdbarch_init): Update.
5989 * hppa-tdep.c (hppa_gdbarch_init): Update.
5990 * h8300-tdep.c (h8300_gdbarch_init): Update.
5991 * frv-tdep.c (frv_gdbarch_init): Update.
5992 * cris-tdep.c (cris_gdbarch_init): Update.
5993 * avr-tdep.c (avr_gdbarch_init): Update.
5994 * arm-tdep.c (arm_gdbarch_init): Update.
5995 * alpha-tdep.c (alpha_gdbarch_init): Update.
5996 * ns32knbsd-nat.c (frame_num_args): Update.
5997 * ns32k-tdep.c (umax_frame_num_args): Update.
5998 * mips-tdep.c (mips_init_frame_pc_first): Update.
5999 * infrun.c (step_over_function): Update.
6000 * i386-linux-tdep.c (skip_hurd_resolver): Update.
6001 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
6002 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
6003 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6004 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6005 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
6006 * arm-linux-tdep.c (skip_hurd_resolver): Update.
6007 * arch-utils.c (init_frame_pc_default): Update.
6008 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
6009 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
6010 declaration.
6011
6012 2003-04-11 Andrew Cagney <cagney@redhat.com>
6013
6014 * i387-tdep.c: Update copyright.
6015 (i387_to_double): Delete function.
6016 (double_to_i387): Delete function.
6017
6018 2003-04-10 Andrew Cagney <cagney@redhat.com>
6019
6020 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
6021 frame's function's address. Simplify.
6022 (d10v_frame_unwind_cache): Check that the frame's function is
6023 non-zero.
6024
6025 2003-04-10 Jim Blandy <jimb@redhat.com>
6026
6027 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
6028 call to set_gdbarch_deprecated_push_arguments.
6029
6030 2003-04-10 Andrew Cagney <cagney@redhat.com>
6031
6032 * frame.c (fprint_frame_id): New function.
6033 (fprint_frame_type, fprint_frame): New function.
6034 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
6035 (create_sentinel_frame, get_frame_id): Ditto.
6036 (frame_id_p, frame_id_eq): Ditto.
6037 (frame_id_inner, create_new_frame): Ditto.
6038 (legacy_get_prev_frame, get_prev_frame): Ditto.
6039 (deprecated_update_frame_pc_hack): Ditto.
6040 (frame_register_unwind): Ditto.
6041 (deprecated_update_frame_base_hack): Ditto.
6042
6043 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
6044
6045 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
6046 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
6047 frame_chain function.
6048 * Makefile.in: Add dependencies due to above change.
6049
6050 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
6051
6052 * blockframe.c (legacy_frame_chain_valid): Move call to
6053 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
6054 inside_entry_file.
6055
6056 2003-04-09 Andrew Cagney <cagney@redhat.com>
6057
6058 * frame.h (struct frame_id): Replace "pc" and "base" with
6059 "stack_addr" and "code_addr". Update comments.
6060 (frame_id_build): Update parameter names and comment.
6061 (struct frame_info): Replace "id_p" and "id" with "this_id".
6062 * dummy-frame.c (dummy_frame_this_id): Update.
6063 * breakpoint.c (print_one_breakpoint): Update.
6064 * frame.c (get_frame_id): Update.
6065 (get_frame_base, frame_id_build): Update.
6066 (create_sentinel_frame, legacy_get_prev_frame): Update.
6067 (deprecated_update_frame_base_hack): Update.
6068 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
6069 (frame_id_inner): Ditto.
6070
6071 2003-04-09 Andrew Cagney <cagney@redhat.com>
6072
6073 * defs.h (gdb_print_host_address): Make "addr" parameter a
6074 pointer constant.
6075 * utils.c (gdb_print_host_address): Update.
6076
6077 2003-04-09 Kevin Buettner <kevinb@redhat.com>
6078
6079 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
6080 register number for R0 is 0.
6081
6082 2003-04-09 J. Brobecker <brobecker@gnat.com>
6083
6084 * frame.h (struct gdbarch): Add opaque structure definition
6085 to avoid a compilation warning on LynxOS 4.0.
6086
6087 2003-04-09 Andrew Cagney <cagney@redhat.com>
6088
6089 * frame.h (struct frame_info): Delete field "pc". Replace
6090 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
6091 structure.
6092 * frame.c (frame_pc_unwind): Update.
6093 (create_sentinel_frame): Do not set "pc".
6094 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
6095 (get_frame_pc): Call frame_pc_unwind.
6096 (deprecated_update_frame_pc_hack): Update.
6097 (create_new_frame): Use "pc" not "->pc".
6098
6099 2003-04-09 Andrew Cagney <cagney@redhat.com>
6100
6101 * frame.c (get_frame_id): Eliminate code updating "frame".
6102 (legacy_get_prev_frame): Ditto.
6103 (get_frame_base): Return id.base directly.
6104 (deprecated_update_frame_base_hack): Update "id.base".
6105 * frame.h (struct frame_info): Delete field "frame".
6106
6107 2003-04-09 Andrew Cagney <cagney@redhat.com>
6108
6109 * NEWS: Mention that the "Sequent family" is obsolete.
6110 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
6111 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6112 * configure.host: Obsolete i[3456]86-sequent-bsd*,
6113 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6114 * config/i386/tm-ptx4.h: Obsolete file.
6115 * config/i386/tm-ptx.h: Obsolete file.
6116 * symm-tdep.c: Obsolete file.
6117 * config/i386/symmetry.mt: Obsolete file.
6118 * config/i386/tm-symmetry.h: Obsolete file.
6119 * symm-nat.c: Obsolete file.
6120 * config/i386/nm-symmetry.h: Obsolete file.
6121 * config/i386/xm-symmetry.h: Obsolete file.
6122 * config/i386/symmetry.mh: Obsolete file.
6123 * config/i386/nm-ptx4.h: Obsolete file.
6124 * config/i386/ptx4.mh: Obsolete file.
6125 * config/i386/ptx.mt: Obsolete file.
6126 * config/i386/ptx.mh: Obsolete file.
6127 * config/i386/xm-ptx4.h: Obsolete file.
6128 * config/i386/xm-ptx.h: Obsolete file.
6129
6130 2003-04-09 Andrew Cagney <cagney@redhat.com>
6131
6132 Obsolete mips*-*-mach3*.
6133 * NEWS: Mention that mips*-*-mach3* is obsolete.
6134 * m3-nat.c: Obsolete file.
6135 * config/nm-m3.h: Obsolete file.
6136 * config/mips/tm-mipsm3.h: Obsolete file.
6137 * config/mips/mipsm3.mt: Obsolete file.
6138 * config/mips/mipsm3.mh: Obsolete file.
6139 * config/mips/xm-mipsm3.h: Obsolete file.
6140 * mipsm3-nat.c: Obsolete file.
6141 * configure.host: Obsolete mips-dec-mach3*.
6142 * configure.tgt: Obsolete mips*-*-mach3*.
6143
6144 2003-04-09 Andrew Cagney <cagney@redhat.com>
6145
6146 * doublest.h: Update copyright.
6147 (deprecated_store_floating, deprecated_extract_floating): Rename
6148 store_floating and extract_floating. Update comments.
6149 * doublest.c: Update copyright.
6150 (extract_floating_by_length): Replace extract_floating.
6151 (store_floating_by_length): Replace store_floating.
6152 (deprecated_extract_floating): New function.
6153 (deprecated_store_floating): New function.
6154 (extract_typed_floating): Call extract_floating_by_length.
6155 (store_typed_floating): Call store_floating_by_length.
6156 * x86-64-tdep.c (x86_64_store_return_value): Update.
6157 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
6158 (sh64_extract_return_value): Update.
6159 (sh_sh4_register_convert_to_virtual): Update.
6160 (sh_sh64_register_convert_to_virtual): Update.
6161 (sh_sh4_register_convert_to_raw): Update.
6162 (sh_sh64_register_convert_to_raw): Update.
6163 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
6164 (rs6000_register_convert_to_raw): Update.
6165 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
6166 (ia64_register_convert_to_raw): Update.
6167 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
6168 (REGISTER_CONVERT_TO_VIRTUAL): Update.
6169 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
6170 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
6171 (alpha_register_convert_to_raw): Update.
6172
6173 2003-04-08 Andrew Cagney <cagney@redhat.com>
6174
6175 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
6176 * gdbarch.h, gdbarch.c: Re-generate.
6177 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
6178 (d10v_gdbarch_init): Do not set saved_pc_after_call.
6179 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
6180 conditionally, use frame_pc_unwind as an alternative. Add
6181 comments.
6182 * arch-utils.c (init_frame_pc_default): Only call
6183 SAVED_PC_AFTER_CALL when available.
6184
6185 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
6186
6187 * infrun.c (stop_soon): Rename from stop_soon_quietly.
6188 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
6189 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
6190 (start_remote): Ditto.
6191 (handle_inferior_event): Ditto.
6192 (save_inferior_status): Ditto.
6193 (restore_inferior_status): Ditto.
6194 * infcmd.c (attach_command): Ditto.
6195 * fork-child.c (startup_inferior): Ditto.
6196 * inferior.h (stop_soon): Rename from stop_soon_quietly.
6197 * alpha-tdep.c (heuristic_proc_start): Ditto.
6198 * mips-tdep.c (heuristic_proc_start): Ditto.
6199 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
6200 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
6201 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
6202 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
6203 * remote-vx.c (vx_create_inferior): Ditto.
6204
6205 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
6206
6207 * infrun.c (stop_soon_quietly): Make it an enum, to better
6208 override the default behavior of handle_inferior_event.
6209 (clear_proceed_status): Update uses of stop_soon_quietly to
6210 reflect that it is now an enum.
6211 (start_remote): Ditto.
6212 (handle_inferior_event): Change logic a bit if stop_soon_quietly
6213 is set to handle the new GNU/Linux kernel behavior for
6214 attach/sigstop. Update uses of stop_soon_quietly.
6215 * inferior.h (enum stop_kind): New enum.
6216 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
6217 Reset normal handle_inferior_event behavior, afterwards.
6218 * fork-child.c (startup_inferior): Update.
6219 * alpha-tdep.c (heuristic_proc_start): Update.
6220 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
6221 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
6222 * solib-osf.c (osf_solib_create_inferior_hook): Update.
6223 * solib-irix.c (irix_solib_create_inferior_hook): Update.
6224 * remote-vx.c (vx_create_inferior): Update.
6225 * mips-tdep.c (heuristic_proc_start): Update.
6226
6227 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
6228
6229 * disasm.c (dump_insns): Move variables inside loop, or they will
6230 be freed more than once, causing wild memory corruptions.
6231 (gdb_disassembly): Look for the substring "-thread",
6232 instead of "-threads" in the target name, to make sure to find
6233 the 'multi-thread' target. Also, make sure we do the right thing
6234 with the "core" target.
6235
6236 2003-04-07 Kevin Buettner <kevinb@redhat.com>
6237
6238 * mips-tdep.c (mips_print_fp_register): New function, created from
6239 do_fp_register_row(). Registers are now (also) printed as hex.
6240 Only one register is printed per row.
6241 (mips_print_register, do_fp_register_row): Print floating point
6242 registers with mips_print_fp_register().
6243
6244 2003-04-06 Andrew Cagney <cagney@redhat.com>
6245
6246 * valprint.h (inspect_it): Add extern declaration.
6247 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
6248 (selectors_info, classes_info): Ditto.
6249 (find_objc_msgcall): Fix indentation.
6250 (objc_printstr): Delete extern declarations.
6251
6252 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
6253
6254 2003-04-06 Andrew Cagney <cagney@redhat.com>
6255
6256 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
6257 Update comment.
6258 * frame.c (legacy_saved_regs_this_id): Update.
6259 (legacy_get_prev_frame): Update.
6260 * xstormy16-tdep.c: Update comment.
6261 * sparc-tdep.c (sparc_frame_chain): Update comment.
6262 * blockframe.c (legacy_frame_chain_valid): Update.
6263
6264 2003-04-06 Andrew Cagney <cagney@redhat.com>
6265
6266 * valprint.c (val_print_type_code_int): Delete #ifdef
6267 PRINT_TYPELESS_INTEGER code.
6268
6269 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
6270 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
6271 multi-arch definition.
6272 * gdbarch.h: Re-generate.
6273
6274 2003-04-05 Andrew Cagney <cagney@redhat.com>
6275
6276 Eliminate FRAME_FIND_SAVED_REGS.
6277 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6278 Change FSR parameter to a pointer.
6279 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
6280 Assume FSR parameter is a pointer.
6281 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6282 Make fsr a pointer.
6283 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
6284 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
6285 saved_regs a pointer.
6286 (hppa_frame_saved_pc): Ditto.
6287 (find_dummy_frame_regs): Make frame_saved_regs a pointer
6288 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
6289 pointer.
6290 (restore_pc_queue): Make fsr a pointer.
6291 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
6292 (hppa_frame_chain): Make saved_regs a pointer, call
6293 hppa_frame_init_saved_regs.
6294 * sparc-tdep.c: Include "gdb_assert.h".
6295 (sparc_frame_find_saved_regs): Replace internal_error with
6296 gdb_assert.
6297 * remote-vxsparc.c (vx_read_register): Delete reference to
6298 FRAME_FIND_SAVED_REGS.
6299 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
6300 * gdbarch.h: Regenerate.
6301 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6302 (deprecated_get_frame_saved_regs): Delete declaration.
6303 (struct frame_saved_regs): Delete definition.
6304 * frame.c (deprecated_get_frame_saved_regs): Delete function.
6305 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
6306 (hppa_frame_find_saved_regs): Delete declaration.
6307 (FRAME_FIND_SAVED_REGS): Delete macro.
6308 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
6309 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
6310 FRAME_FIND_SAVED_REGS in comment.
6311
6312 2003-04-05 Andrew Cagney <cagney@redhat.com>
6313
6314 * frame.c (frame_func_unwind, get_frame_func): New functions.
6315 * frame.h (get_frame_func, frame_func_unwind): Declare.
6316 (struct frame_info): Add field "prev_func" for caching the
6317 previous frame's function address.
6318 * arm-tdep.c (arm_frameless_function_invocation): Combine
6319 get_pc_function_start and get_frame_pc into get_frame_func.
6320 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6321 (sh64_nofp_frame_init_saved_regs): Ditto.
6322 * s390-tdep.c (s390_function_start): Ditto.
6323 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
6324 (rs6000_frameless_function_invocation): Ditto.
6325 (rs6000_frame_saved_pc): Ditto.
6326 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
6327 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
6328 * i386-tdep.c (i386_frameless_signal_p): Ditto.
6329 (i386_frame_init_saved_regs): Ditto.
6330 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
6331 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
6332 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
6333 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6334 * blockframe.c (frameless_look_for_prologue): Ditto.
6335
6336 2003-04-05 Andrew Cagney <cagney@redhat.com>
6337
6338 * frame.c (legacy_get_prev_frame): Link prev to next at the
6339 function start. Update comments.
6340
6341 2003-04-05 Andrew Cagney <cagney@redhat.com>
6342
6343 * frame.c (get_frame_id): Update comment.
6344 (legacy_get_prev_frame): Update comment.
6345 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
6346 * gdbarch.h: Regenerate.
6347 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
6348 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
6349
6350 2003-04-05 Andrew Cagney <cagney@redhat.com>
6351
6352 * stack.c (print_frame_info): Use get_frame_pc.
6353
6354 2003-04-04 Andrew Cagney <cagney@redhat.com>
6355
6356 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
6357 the frame's type from the unwinder.
6358 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
6359 (create_new_frame, legacy_get_prev_frame): When the unwinder's
6360 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
6361 (get_frame_base_address): Use get_frame_type.
6362 (get_frame_locals_address, get_frame_args_address): Ditto.
6363 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
6364 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
6365 (struct frame_info): Add comment explaining why the frame contains
6366 a "type" field.
6367 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
6368 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
6369 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
6370 NORMAL_FRAME.
6371 * frame-unwind.h: Include "frame.h".
6372 (struct frame_unwind): Add "type" field.
6373 * Makefile.in (frame_unwind_h): Add $(frame_h).
6374
6375 2003-04-04 Andrew Cagney <cagney@redhat.com>
6376
6377 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
6378 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
6379 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
6380 get_frame_base.
6381 (d10v_unwind_dummy_id): Use frame_id_build.
6382 * frame.c (find_frame_sal): Use get_frame_pc.
6383 (create_new_frame): Use deprecated_update_frame_pc_hack and
6384 deprecated_update_frame_base_hack.
6385 (create_sentinel_frame): Add comment about ->pc going away.
6386 (get_prev_frame): Add comment about ->pc going away.
6387 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
6388 frame_id_build, deprecated_update_frame_pc_hack and
6389 deprecated_update_frame_base_hack.
6390 (select_frame): Use get_frame_pc.
6391 (legacy_saved_regs_this_id): Use frame_id_build.
6392
6393 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
6394
6395 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
6396 signed integer case.
6397 (classify_argument): Handle enumerations and references.
6398
6399 2003-04-04 Andrew Cagney <cagney@redhat.com>
6400
6401 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
6402 ID to NULL.
6403
6404 2003-04-01 Adam Fedor <fedor@gnu.org>
6405
6406 * gdb/objc-lang.c (selectors_info): Replace calls to
6407 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
6408 SYMBOL_NATURAL_NAME.
6409 (classes_info, find_methods): Likewise.
6410
6411 2003-04-03 Kevin Buettner <kevinb@redhat.com>
6412
6413 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
6414 ``mach'' to the value determined by bfd_default_set_arch_mach().
6415
6416 2003-04-02 Bob Rossi <bob_rossi@cox.net>
6417
6418 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
6419 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
6420 (mi-cmd-file.o): Update dependencies.
6421
6422 2003-04-01 Kevin Buettner <kevinb@redhat.com>
6423
6424 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6425 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
6426
6427 2003-04-01 Adam Fedor <fedor@gnu.org>
6428
6429 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
6430 * language.h (struct language_defn): Add la_demangle.
6431 (language_demangle): Declare.
6432 * language.c (language_demangle): New function.
6433 (unk_lang_demangle): Likewise.
6434 (unknown_language_defn, auto_language_defn, local_language_defn):
6435 Add ukn_lang_demangle.
6436 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
6437 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
6438 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6439 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6440 * jv-lang.c (java_demangle): New function
6441 (java_language_defn): Use it for la_demangle element.
6442 * objc-lang.c (objc_demangle): Add options argument
6443 (objc_language_defn): Use objc_demangle for la_demangle element.
6444 * maint.c (maintenance_demangle): Replace switch with
6445 call to language_demangle.
6446 * utils.c (fprintf_symbol_filtered): Likewise.
6447
6448 2003-04-01 Andrew Cagney <cagney@redhat.com>
6449
6450 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6451 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6452 PRINT_TYPELESS_INTEGER.
6453 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6454 PUSH_RETURN_ADDRESS.
6455
6456 2003-04-01 Andrew Cagney <cagney@redhat.com>
6457
6458 * Makefile.in (d10v-tdep.o): Update dependencies.
6459 * d10v-tdep.c: Include "frame-base.h".
6460 (d10v_frame_unwind): Make constant.
6461 (d10v_frame_base_address): New function.
6462 (d10v_frame_base): New variable.
6463 (d10v_gdbarch_init): Set frame_base default.
6464 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6465 comment for base.
6466 (d10v_frame_unwind_cache): Set and use "prev_sp".
6467 (d10v_frame_this_id): Use the previous frame's inner most stack
6468 address and this frame's func address for the frame ID. Use
6469 frame_id_build. Don't analyze beyond the current instruction.
6470
6471 2003-04-01 Andrew Cagney <cagney@redhat.com>
6472
6473 * frame.h (get_frame_locals_address, get_frame_args_address):
6474 Refer to the base address, instead of the address of the first
6475 local or parameter.
6476
6477 2003-04-01 Andrew Cagney <cagney@redhat.com>
6478
6479 Add frame debug info addresses:
6480 * frame-base.c: New file.
6481 * frame-base.h: New file.
6482 * frame.h (struct frame_base): Add opaque declaration.
6483 (get_frame_base): Update comment.
6484 (get_frame_base_address): Declare.
6485 (get_frame_locals_address): Declare.
6486 (get_frame_args_address): Declare.
6487 (struct frame_info): Add "base" and "base_cache". Update
6488 comments on the unwinder.
6489 * frame.c: Include "frame-base.h".
6490 (get_frame_locals_address): New function.
6491 (get_frame_base_address): New function.
6492 (get_frame_args_address): New function.
6493 * findvar.c (read_var_value): Use get_frame_locals_address and
6494 get_frame_args_address.
6495 * stack.c (frame_info): Use get_frame_locals_address and
6496 get_frame_args_address.
6497 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6498 moved to "frame-base.c".
6499 * printcmd.c (print_frame_nameless_args): Ditto.
6500 * symtab.h (address_class): Update comments.
6501 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6502 get_frame_base_address.
6503 * dwarf2expr.c (execute_stack_op): Ditto.
6504 * Makefile.in (frame_base_h): Define.
6505 (frame.o): Update dependencies.
6506 (frame-base.o): Add dependencies.
6507 (SFILES): Add frame-base.c.
6508 (COMMON_OBS): Add frame-base.o.
6509
6510 2003-04-01 Andrew Cagney <cagney@redhat.com>
6511
6512 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6513 CALL_DUMMY_LENGTH): Ditto.
6514 * gdbarch.c: Re-generate.
6515 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6516 (CALL_DUMMY_LENGTH): Delete macro.
6517 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6518 * arm-tdep.c (arm_gdbarch_init): Ditto.
6519 * avr-tdep.c (avr_gdbarch_init): Ditto.
6520 * cris-tdep.c (cris_gdbarch_init): Ditto.
6521 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6522 * frv-tdep.c (frv_gdbarch_init): Ditto.
6523 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6524 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6525 * i386-tdep.c (i386_gdbarch_init): Ditto.
6526 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6527 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6528 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6529 * mips-tdep.c (mips_gdbarch_init): Ditto.
6530 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6531 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6532 * s390-tdep.c (s390_gdbarch_init): Ditto.
6533 * sh-tdep.c (sh_gdbarch_init): Ditto.
6534 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6535 * v850-tdep.c (v850_gdbarch_init): Ditto.
6536 * vax-tdep.c (vax_gdbarch_init): Ditto.
6537 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6538
6539 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
6540
6541 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6542
6543 2003-04-01 Andrew Cagney <cagney@redhat.com>
6544
6545 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6546 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6547 * gdbarch.h, gdbarch.c: Re-generate.
6548 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6549 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6550 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6551 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6552 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6553 * infcmd.c (run_stack_dummy): Simplify assuming
6554 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6555 * infrun.c (handle_inferior_event): Ditto.
6556 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6557 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6558 * arm-tdep.c (arm_gdbarch_init): Ditto.
6559 * avr-tdep.c (avr_gdbarch_init): Ditto.
6560 * cris-tdep.c (cris_gdbarch_init): Ditto.
6561 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6562 * frv-tdep.c (frv_gdbarch_init): Ditto.
6563 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6564 * i386-tdep.c (i386_gdbarch_init): Ditto.
6565 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6566 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6567 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6568 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6569 * mips-tdep.c (mips_gdbarch_init): Ditto.
6570 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6571 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6572 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6573 * s390-tdep.c (s390_gdbarch_init): Ditto.
6574 * sh-tdep.c (sh_gdbarch_init): Ditto.
6575 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6576 * v850-tdep.c (v850_gdbarch_init): Ditto.
6577 * vax-tdep.c (vax_gdbarch_init): Ditto.
6578 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6579
6580 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
6581
6582 * symfile.c (symfile_relocate_debug_section): Update call to
6583 bfd_simple_get_relocated_section_contents.
6584
6585 2003-03-31 Andrew Cagney <cagney@redhat.com>
6586
6587 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6588 * gdbarch.h, gdbarch.c: Regenerate.
6589 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6590 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6591 available.
6592 * frame.h (generic_fix_call_dummy): Delete declaration.
6593 * dummy-frame.h: Update comment.
6594 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6595 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6596 fix_call_dummy.
6597 * sh-tdep.c (sh_gdbarch_init): Ditto.
6598 * s390-tdep.c (s390_gdbarch_init): Ditto.
6599 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6600 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6601 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6602 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6603 * i386-tdep.c (i386_gdbarch_init): Ditto.
6604 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6605 * frv-tdep.c (frv_gdbarch_init): Ditto.
6606 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6607 * cris-tdep.c (cris_gdbarch_init): Ditto.
6608 * avr-tdep.c (avr_gdbarch_init): Ditto.
6609 * arm-tdep.c (arm_gdbarch_init): Ditto.
6610
6611 2003-03-31 J. Brobecker <brobecker@gnat.com>
6612
6613 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6614 (INIT_FRAME_AP): Likewise.
6615 (EXTRA_FRAME_INFO): Likewise.
6616
6617 2003-03-31 Andrew Cagney <cagney@redhat.com>
6618
6619 * gdbarch.sh: Include "symfile.h".
6620 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6621 * gdbarch.h, gdbarch.c: Re-generate.
6622 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6623 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6624 call_dummy_address, the default is at entry_point_address.
6625 * v850-tdep.c (v850_gdbarch_init): Ditto.
6626 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6627 * sh-tdep.c (sh_gdbarch_init): Ditto.
6628 * s390-tdep.c (s390_gdbarch_init): Ditto.
6629 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6630 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6631 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6632 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6633 * i386-tdep.c (i386_gdbarch_init): Ditto.
6634 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6635 * frv-tdep.c (frv_gdbarch_init): Ditto.
6636 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6637 * cris-tdep.c (cris_gdbarch_init): Ditto.
6638 * arm-tdep.c (arm_gdbarch_init): Ditto.
6639
6640 2003-03-31 Andrew Cagney <cagney@redhat.com>
6641
6642 * gdbarch.sh (CALL_DUMMY_P): Delete.
6643 * gdbarch.h, gdbarch.c: Re-generate.
6644 * inferior.h (CALL_DUMMY_P): Delete macro.
6645 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6646 * vax-tdep.c (vax_gdbarch_init): Update.
6647 * v850-tdep.c (v850_gdbarch_init): Update.
6648 * sparc-tdep.c (sparc_gdbarch_init): Update.
6649 * sh-tdep.c (sh_gdbarch_init): Update.
6650 * s390-tdep.c (s390_gdbarch_init): Update.
6651 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6652 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6653 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6654 * mips-tdep.c (mips_gdbarch_init): Update.
6655 * mcore-tdep.c (mcore_gdbarch_init): Update.
6656 * m68k-tdep.c (m68k_gdbarch_init): Update.
6657 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6658 * ia64-tdep.c (ia64_gdbarch_init): Update.
6659 * i386-tdep.c (i386_gdbarch_init): Update.
6660 * h8300-tdep.c (h8300_gdbarch_init): Update.
6661 * frv-tdep.c (frv_gdbarch_init): Update.
6662 * d10v-tdep.c (d10v_gdbarch_init): Update.
6663 * cris-tdep.c (cris_gdbarch_init): Update.
6664 * breakpoint.c (deprecated_frame_in_dummy): Update.
6665 * avr-tdep.c (avr_gdbarch_init): Update.
6666 * alpha-tdep.c (alpha_gdbarch_init): Update.
6667 * arm-tdep.c (arm_gdbarch_init): Update.
6668 * dummy-frame.c (dummy_frame_this_id): Update comments.
6669 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6670 * frame.c (legacy_get_prev_frame): Ditto.
6671 * valops.c (call_function_by_hand): Delete function.
6672 (hand_function_call): Rename to call_function_by_hand
6673
6674 2003-03-30 Andrew Cagney <cagney@redhat.com>
6675
6676 2002-11-10 Klee Dienes <kdienes@apple.com>
6677 * value.h (struct value): Update comment.
6678
6679 2003-03-30 Andrew Cagney <cagney@redhat.com>
6680
6681 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6682 D10V_FP_REGNUM.
6683 (d10v_gdbarch_init): Do not set fp_regnum.
6684
6685 * frame.c (get_frame_base): Force ID initialization.
6686 (get_prev_frame): Move computation of the frame ID from here ...
6687 (get_frame_id): ... to here.
6688 (legacy_get_prev_frame): Mark the frame ID as valid.
6689 * frame.h (struct frame_info): Add field "id_p".
6690
6691 2003-03-30 Mark Kettenis <kettenis@gnu.org>
6692
6693 * i386-tdep.c (i386_store_struct_return): Removed.
6694 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6695
6696 2003-03-30 Andrew Cagney <cagney@redhat.com>
6697
6698 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6699 * gdbarch.h, gdbarch.c: Regenerate.
6700 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6701 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6702 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6703 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6704 * i386-tdep.c (i386_gdbarch_init): Ditto.
6705 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6706 * cris-tdep.c (cris_gdbarch_init): Ditto.
6707 * vax-tdep.c (vax_gdbarch_init): Ditto.
6708 * s390-tdep.c (s390_gdbarch_init): Ditto.
6709 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6710 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6711 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6712 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6713 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6714 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6715 * sparc-tdep.c (sparc_gdbarch_init): Update.
6716 * sh-tdep.c (sh_gdbarch_init): Update.
6717 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6718 * mips-tdep.c (mips_gdbarch_init): Update.
6719 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6720 * ia64-tdep.c (ia64_gdbarch_init): Update.
6721 * frv-tdep.c (frv_gdbarch_init): Update.
6722 * avr-tdep.c (avr_gdbarch_init): Update.
6723 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6724 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6725 instead of when push_dummy_call is not available.
6726
6727 2003-03-30 Andrew Cagney <cagney@redhat.com>
6728
6729 * infttrace.c: Include "gdbthread.h".
6730 (parent_attach_all): Fix function signature.
6731 (call_ptrace): Update call.
6732 * Makefile.in (infttrace.o): Update dependencies.
6733
6734 2003-03-30 Andrew Cagney <cagney@redhat.com>
6735
6736 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6737 PUSH_RETURN_ADDRESS.
6738 * gdbarch.h, gdbarch.c: Regenerate.
6739 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6740 * x86-64-tdep.c (x86_64_init_abi): Update.
6741 * v850-tdep.c (v850_gdbarch_init): Update.
6742 * sparc-tdep.c (sparc_gdbarch_init): Update.
6743 * sh-tdep.c (sh_gdbarch_init): Update.
6744 * s390-tdep.c (s390_gdbarch_init): Update.
6745 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6746 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6747 * mips-tdep.c (mips_gdbarch_init): Update.
6748 * mcore-tdep.c (mcore_gdbarch_init): Update.
6749 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6750 * ia64-tdep.c (ia64_gdbarch_init): Update.
6751 * i386-tdep.c (i386_gdbarch_init): Update.
6752 * h8300-tdep.c (h8300_gdbarch_init): Update.
6753 * frv-tdep.c (frv_gdbarch_init): Update.
6754 * cris-tdep.c (cris_gdbarch_init): Update.
6755 * avr-tdep.c (avr_gdbarch_init): Update.
6756 * arm-tdep.c (arm_gdbarch_init): Update.
6757 * valops.c (hand_function_call): Update.
6758
6759 2003-03-29 Andrew Cagney <cagney@redhat.com>
6760
6761 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6762 sizeof_call_dummy_words.
6763 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6764 define.
6765 * gdbarch.h: Regenerate.
6766
6767 2003-03-29 Andrew Cagney <cagney@redhat.com>
6768
6769 * infttrace.h: New file.
6770 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6771 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6772 (hpread_read_doc_function_type): Detect an initialized type1.
6773 (hpread_quick_traverse): Initialize mod_name_string.
6774 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6775 (som_solib_get_solib_by_pc): Declare.
6776 (so_lib_thread_start_addr): Declare.
6777 (no_shared_libraries): Declare.
6778 * somread.c (init_import_symbols): Make static. Add forward
6779 declaration.
6780 * config/pa/nm-hppah.h: Include "infttrace.h" for
6781 parent_attach_all.
6782 (hppa_insert_hw_watchpoint): Declare.
6783 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6784 * hppah-nat.c: Include "gdb_string.h".
6785 (parent_attach_all): Delete extern declaration, moved to
6786 "infttrace.h".
6787 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6788 int.
6789 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6790 * Makefile.in (infttrace_h): Define.
6791 (hpread.o): Update dependencies.
6792 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6793 * hppa-hpux-tdep.c: Include "gdb_string.h".
6794 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6795 * infrun.c (handle_inferior_event): Always initialize
6796 stepped_after_stopped_by_watchpoint. Add default and remove
6797 fallthrough in switch statement.
6798 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6799 parameter to int.
6800 (hppa_remove_hw_watchpoint): Ditto.
6801
6802 2003-03-29 Andrew Cagney <cagney@redhat.com>
6803
6804 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6805 offset.
6806
6807 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
6808
6809 * arm-tdep.c (arm_push_arguments): Delete.
6810 (struct stack_item): New type.
6811 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6812 (arm_store_struct_return): Delte.
6813 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6814 arm_push_arguments or arm_store_struct_return.
6815
6816 2003-03-28 Andrew Cagney <cagney@redhat.com>
6817
6818 * Makefile.in (d10v-tdep.o): Update dependencies.
6819 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6820 * d10v-tdep.c: Include "remote.h".
6821 (target_resume_hook): Delete extern declaration.
6822 (target_wait_loop_hook): Ditto.
6823 (tdisassemble_command): Eliminate assignment in "if" conditional.
6824 (d10v_ts2_register_sim_regno): Eliminate call to
6825 legacy_register_sim_regno.
6826 (d10v_ts3_register_sim_regno): Ditto.
6827
6828 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6829
6830 * thread.c: Reindented.
6831 * lin-lwp.c: Ditto.
6832 * linux-proc.c: Ditto.
6833
6834 2003-03-28 Bob Rossi <bob_rossi@cox.net>
6835
6836 * MAINTAINERS (write after approval): Add myself.
6837
6838 2003-03-27 Theodore A. Roth <troth@openavr.org>
6839
6840 * objc-exp.y: Add missing semi-colons.
6841
6842 2003-03-27 Andrew Cagney <cagney@redhat.com>
6843
6844 * regcache.c (write_sp): Delete function and references.
6845 * inferior.h (write_sp): Delete declaration.
6846 * valops.c (hand_function_call): Replace write_sp with
6847 TARGET_WRITE_SP.
6848 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6849 (sparc_pop_frame): Ditto.
6850
6851 2003-03-27 Andrew Cagney <cagney@redhat.com>
6852
6853 * NEWS: Mention removal of support for hppa*-*-bsd* and
6854 hppa*-*-osf* natives, and hppa*-*-pro* target.
6855 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6856 * config/pa/xm-pa.h: Obsolete file.
6857 * config/pa/xm-hppab.h: Obsolete file.
6858 * config/pa/nm-hppab.h: Obsolete file.
6859 * config/pa/tm-hppab.h: Obsolete file.
6860 * config/pa/tm-hppao.h: Obsolete file.
6861 * config/pa/nm-hppao.h: Obsolete file.
6862 * config/pa/tm-pro.h: Obsolete file.
6863 * config/pa/hppaosf.mt: Obsolete file.
6864 * config/pa/hppaosf.mh: Obsolete file.
6865 * config/pa/hppapro.mt: Obsolete file.
6866 * config/pa/hppabsd.mt: Obsolete file.
6867 * config/pa/hppabsd.mh: Obsolete file.
6868 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6869 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6870 hppa*-*-osf*.
6871
6872 2003-03-27 Andrew Cagney <cagney@redhat.com>
6873
6874 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6875 push_arguments. Don't set push_return_address or write_sp.
6876 (d10v_push_dummy_call): Replace d10v_push_arguments.
6877 (d10v_push_return_address, d10v_write_sp): Delete function,
6878 handled by push_dummy_call.
6879
6880 2003-03-26 Andrew Cagney <cagney@redhat.com>
6881
6882 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6883 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6884 regcache and dummy_addr parameters.
6885 * gdbarch.h, gdbarch.c: Re-generate.
6886 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6887 available; assume it will handle stack alignment and return
6888 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6889 legacy_push_arguments.
6890 (legacy_push_arguments): Rename default_push_arguments.
6891 * value.h (legacy_push_arguments): Rename default_push_arguments.
6892 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6893 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6894 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6895 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6896 * config/i386/tm-symmetry.h: Update.
6897 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6898 * x86-64-tdep.c (x86_64_init_abi): Update.
6899 * v850-tdep.c (v850_gdbarch_init): Update.
6900 * sparc-tdep.c (sparc_gdbarch_init): Update.
6901 * sh-tdep.c (sh_gdbarch_init): Update.
6902 * s390-tdep.c (s390_gdbarch_init): Update.
6903 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6904 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6905 * mips-tdep.c (mips_gdbarch_init): Update.
6906 * mcore-tdep.c (mcore_gdbarch_init): Update.
6907 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6908 * ia64-tdep.c (ia64_gdbarch_init): Update.
6909 * i386-tdep.c (i386_gdbarch_init): Update.
6910 * hppa-tdep.c (hppa_gdbarch_init): Update.
6911 * h8300-tdep.c (h8300_gdbarch_init): Update.
6912 * frv-tdep.c (frv_gdbarch_init): Update.
6913 * d10v-tdep.c (d10v_gdbarch_init): Update.
6914 * cris-tdep.c (cris_gdbarch_init): Update.
6915 * avr-tdep.c (avr_gdbarch_init): Update.
6916 * arm-tdep.c (arm_gdbarch_init): Update.
6917 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6918 * alpha-tdep.c (alpha_gdbarch_init): Update.
6919
6920 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6921
6922 * signals/signals.c (do_target_signal_to_host): Correct realtime
6923 signal range test.
6924
6925 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6926
6927 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6928 (struct sal_chain, map_catch_names): Remove.
6929 (catch_exception_command_1): Don't call
6930 handle_gnu_4_16_catch_command.
6931
6932 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6933
6934 From Mark Dettinger <dettinge@de.ibm.com>:
6935 * dwarf2cfi.c (read_2u): Increment pointer by two.
6936
6937 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6938
6939 * signals/signals.c: Fix typos in last change.
6940
6941 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6942
6943 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6944 not already defined. Use __SIGRTMIN if available.
6945 (target_signal_from_host): Remove SIGRTMIN block.
6946 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6947 the signal is within the realtime range.
6948
6949 2003-03-25 Adam Fedor <fedor@gnu.org>
6950
6951 * Makefile.in (infrun.o): Add $(language_h)
6952 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6953 for language specific trampolines.
6954 * language.h (struct language_defn): Add skip_trampoline.
6955 (skip_language_trampoline): Declare.
6956 * language.c (unk_lang_trampoline, skip_language_trampoline):
6957 New functions.
6958 (unknown_language_defn, auto_language_defn, local_language_defn):
6959 Add ukn_lang_trampoline.
6960 * ada-lang.c (ada_language_defn): Add NULL for language
6961 specific skip_trampoline.
6962 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6963 scm-lang.c: Likewise.
6964 * objc-lang.c (objc_skip_trampoline): New function.
6965 (objc_language_defn): Add objc_skip_trampoline.
6966
6967 2003-03-25 Andrew Cagney <cagney@redhat.com>
6968
6969 * frame.c (get_prev_frame): Delay validating a frame's ID -
6970 non-NULL, didn't go backwards - until an attempt to unwind it to
6971 the previous frame.
6972
6973 2003-03-25 Andrew Cagney <cagney@redhat.com>
6974
6975 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6976 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6977 * gdbarch.h, gdbarch.c: Re-generate.
6978 * config/sparc/tm-sparc.h
6979 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6980 * sparc-tdep.c (sparc_gdbarch_init): Set
6981 deprecated_extra_stack_alignment_needed.
6982 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6983 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6984 extra_stack_alignment_needed.
6985 * v850-tdep.c (v850_gdbarch_init): Ditto.
6986 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6987 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6988 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6989 * cris-tdep.c (cris_gdbarch_init): Ditto.
6990 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6991 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6992
6993 2003-03-25 Andrew Cagney <cagney@redhat.com>
6994
6995 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6996 STORE_STRUCT_RETURN.
6997 * gdbarch.h, gdbarch.c: Regenerate.
6998 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6999 (d10v_push_arguments): Set the struct return register.
7000 (d10v_gdbarch_init): Update.
7001 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7002 * x86-64-tdep.c (x86_64_init_abi): Update.
7003 * vax-tdep.c (vax_gdbarch_init): Update.
7004 * v850-tdep.c (v850_gdbarch_init): Update.
7005 * sparc-tdep.c (sparc_gdbarch_init): Update.
7006 * sh-tdep.c (sh_gdbarch_init): Update.
7007 * s390-tdep.c (s390_gdbarch_init): Update.
7008 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7009 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7010 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7011 * mips-tdep.c (mips_gdbarch_init): Update.
7012 * mcore-tdep.c (mcore_gdbarch_init): Update.
7013 * m68k-tdep.c (m68k_gdbarch_init): Update.
7014 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7015 * ia64-tdep.c (ia64_gdbarch_init): Update.
7016 * i386-tdep.c (i386_gdbarch_init): Update.
7017 * hppa-tdep.c (hppa_gdbarch_init): Update.
7018 * h8300-tdep.c (h8300_gdbarch_init): Update.
7019 * frv-tdep.c (frv_gdbarch_init): Update.
7020 * cris-tdep.c (cris_gdbarch_init): Update.
7021 * avr-tdep.c (avr_gdbarch_init): Update.
7022 * arm-tdep.c (arm_gdbarch_init): Update.
7023 * alpha-tdep.c (alpha_gdbarch_init): Update.
7024
7025 2003-03-25 Andrew Cagney <cagney@redhat.com>
7026
7027 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
7028 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
7029 CALL_DUMMY_STACK_ADJUST with a predicate variable.
7030 * gdbarch.h, gdbarch.c: Regenerate.
7031 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7032 call_dummy_stack_adjust_p.
7033 * vax-tdep.c (vax_gdbarch_init): Ditto.
7034 * v850-tdep.c (v850_gdbarch_init): Ditto.
7035 * sh-tdep.c (sh_gdbarch_init): Ditto.
7036 * s390-tdep.c (s390_gdbarch_init): Ditto.
7037 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7038 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
7039 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7040 * mips-tdep.c (mips_gdbarch_init): Ditto.
7041 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7042 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7043 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7044 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7045 * i386-tdep.c (i386_gdbarch_init): Ditto.
7046 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7047 * frv-tdep.c (frv_gdbarch_init): Ditto.
7048 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7049 * cris-tdep.c (cris_gdbarch_init): Ditto.
7050 * avr-tdep.c (avr_gdbarch_init): Ditto.
7051 * arm-tdep.c (arm_gdbarch_init): Ditto.
7052 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7053 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
7054 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
7055 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
7056 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
7057 call_dummy_stack_adjust_p.
7058 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
7059 (CALL_DUMMY_STACK_ADJUST): Delete macro.
7060 * sparc-tdep.c (sparc32_push_arguments): Update.
7061 * valops.c (hand_function_call): Update.
7062
7063 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
7064
7065 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
7066 set_gdbarch_char_signed.
7067
7068 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
7069
7070 PR cli/548
7071 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
7072
7073 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
7074
7075 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
7076 (_initialize_arm_tdep): Don't set tm_print_insn.
7077
7078 2003-03-24 Adam Fedor <fedor@gnu.org>
7079
7080 * Makefile.in (YYOBJ): Add objc-exp.tab.o
7081 * objc-lang.h: Add multiple inclusion protection.
7082 (start_msglist, add_msglist, end_msglist): Additional declarations.
7083
7084 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
7085
7086 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
7087 value was renamed to ARM_FLOAT_SOFT_FPA.
7088
7089 2003-03-23 Andrew Cagney <cagney@redhat.com>
7090
7091 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
7092 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
7093 * gdbarch.h, gdbarch.c: Regenerate.
7094 * valops.c (hand_function_call): Update.
7095 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7096 * frame.c (legacy_saved_regs_this_id): Update.
7097 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
7098 * dummy-frame.h: Update.
7099 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
7100 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7101 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
7102 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
7103 * config/m68k/tm-sun3.h: Update.
7104 * blockframe.c (inside_main_func, frame_chain_valid): Update.
7105 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7106 * x86-64-tdep.c (x86_64_init_abi): Update.
7107 * vax-tdep.c (vax_gdbarch_init): Update.
7108 * v850-tdep.c (v850_gdbarch_init): Update.
7109 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
7110 * sh-tdep.c (sh_gdbarch_init): Update.
7111 * s390-tdep.c (s390_gdbarch_init): Update.
7112 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
7113 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
7114 (frame_get_saved_regs): Update.
7115 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7116 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7117 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7118 * mips-tdep.c (mips_gdbarch_init): Update.
7119 * mcore-tdep.c (mcore_gdbarch_init): Update.
7120 * m68k-tdep.c (m68k_gdbarch_init): Update.
7121 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7122 * ia64-tdep.c (ia64_gdbarch_init): Update.
7123 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
7124 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7125 (i386_interix_back_one_frame): Update.
7126 * hppa-tdep.c (hppa_gdbarch_init): Update.
7127 (hppa_init_extra_frame_info): Update.
7128 * h8300-tdep.c (h8300_gdbarch_init): Update.
7129 * frv-tdep.c (frv_gdbarch_init): Update.
7130 * cris-tdep.c (cris_gdbarch_init): Update.
7131 * avr-tdep.c (avr_gdbarch_init): Update.
7132 * arm-tdep.c (arm_gdbarch_init): Update.
7133 * alpha-tdep.c (alpha_gdbarch_init): Update.
7134
7135 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7136
7137 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
7138 (arm_get_fp_model): Declare.
7139 * arm-tdep.c (fp_model_strings): New string array.
7140 (arm_fp_model, current_fp_model): New variables.
7141 (arm_get_fp_model): New function.
7142 (arm_set_fp): New function.
7143 (set_fp_model_sfunc): New function.
7144 (show_fp_model): New function.
7145 (_initialize_arm_tdep): Add new command to set/show the FPU.
7146 (arm_extract_return_value): Use arm_get_fp_model.
7147 (arm_store_return_value): Likewise.
7148 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
7149 to initialize the floating-point data types.
7150 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
7151 model is FPA.
7152
7153 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7154
7155 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
7156 the current setting of each value.
7157 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
7158 new_set and new_show. Use add_setshow_cmd_full and
7159 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
7160 commands and add new version as subcommands of "set/show arm".
7161
7162 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7163
7164 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
7165 (set_arm_command, show_arm_command): New functions.
7166 (_initialize_arm_tdep): Add them.
7167 (num_disassembly_options): Renamed from num_flavor_options.
7168 (valid_disassembly_styles): Renamed from valid_flavors.
7169 (disassembly_style): Renamed from disassembly_flavor.
7170 (set_disassembly_style_sfunc): Renamed from
7171 set_disassembly_flavor_sfunc.
7172 (set_disassembly_style): Renamed from set_disassembly_flavor.
7173 (arm_othernames): Updated.
7174 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
7175 command. Add "set/show arm disassembly" commands. Deprecate
7176 "othernames" command.
7177
7178 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7179
7180 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
7181 (arm-tdep.o): Depend on elf_arm_h.
7182
7183 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7184
7185 * Makefile.in (coff_internal_h): Define.
7186 (arm-tdep.o): Update dependencies.
7187
7188 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7189
7190 * arm-tdep.c (prologue_cache): Delete.
7191 (check_prologue_cache, save_prologue_cache): Delete.
7192 (arm_scan_prologue): Don't check or update the prologue_cache.
7193 (arm_gdb_arch_init): Don't initialize it.
7194 (_initialize_arm_tdep): Likewise.
7195
7196 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
7197
7198 * MAINTAINERS (tui): Maintainer of tui code.
7199
7200 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
7201
7202 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
7203 (i386-cygwin-tdep.o): Add dependencies.
7204 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
7205 * i386-cygwin-tdep.c: New file.
7206 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
7207 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
7208
7209 2003-03-20 Andrew Cagney <cagney@redhat.com>
7210
7211 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
7212 (handle_inferior_event): Remove code calling
7213 DYNAMIC_TRAMPOLINE_NEXTPC.
7214
7215 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
7216 already has a full path.
7217
7218 * main.c (gdb_main): Return 1.
7219 (captured_main): Call error to report an invalid interpreter.
7220
7221 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7222 * alpha-osf1-tdep.c: Include "gdb_string.h".
7223
7224 2003-03-19 J. Brobecker <brobecker@gnat.com>
7225
7226 Continuing work to convert the hppa targets to multiarch partial.
7227
7228 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
7229 method, now that hppa_push_dummy_frame has a conformant prototype.
7230 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
7231 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
7232 for the switch to multiarch partial.
7233
7234 2003-03-19 Kevin Buettner <kevinb@redhat.com>
7235
7236 * mdebugread.c (parse_symbol): For stEnd, we're done counting
7237 when iss is issNull.
7238
7239 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7240
7241 * mips-tdep.c (mips_register_name): Fix fencepost error involving
7242 NUM_REGS bounds check.
7243
7244 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7245
7246 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
7247 * mips-tdep.c (gdb_assert.h): Include.
7248 (mips_generic_reg_names, mips_processor_reg_names): Make static.
7249 (mips_register_name): Handle integer registers explicitly. Add
7250 bounds checking.
7251 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
7252 (mips_lsi33k_reg_names): Don't list integer registers; they're
7253 handled by mips_register_name() now.
7254 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
7255 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
7256 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
7257 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
7258 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
7259
7260 2003-03-18 Andrew Cagney <cagney@redhat.com>
7261
7262 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
7263 a void pointer.
7264 * gdbtypes.h (print_scalar_formatted): Update declaration.
7265 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
7266
7267 2003-03-18 J. Brobecker <brobecker@gnat.com>
7268
7269 * infrun.c (observer.h): Add #include.
7270 (normal_stop): Add call to observer_notify_normal_stop.
7271 * Makefile.in (infrun.o): Add dependency on observer.h.
7272
7273 2003-03-18 J. Brobecker <brobecker@gnat.com>
7274
7275 Continuing work to convert the hppa targets to multiarch partial.
7276 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
7277 parameter. Reformat comment.
7278 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7279 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
7280 to match new profile.
7281
7282 2003-03-18 J. Brobecker <brobecker@gnat.com>
7283
7284 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
7285 appear to be working in any case.
7286
7287 2003-03-18 J. Brobecker <brobecker@gnat.com>
7288
7289 * observer.c (observer_test_first_observer): New static variable.
7290 (observer_test_second_observer): Likewise.
7291 (observer_test_third_observer): Likewise.
7292 (observer_test_first_notification_function): New static function.
7293 (observer_test_second_notification_function): Likewise.
7294 (observer_test_third_notification_function): Likewise.
7295
7296 2003-03-17 J. Brobecker <brobecker@gnat.com>
7297
7298 * hppa-tdep.c (gdb_assert.h): Add missing #include.
7299 * somsolib.c (gdb_assert.h): Likewise.
7300 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
7301 (somsolib.o): Likewise.
7302
7303 2003-03-17 Andrew Cagney <cagney@redhat.com>
7304
7305 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
7306 BFD. Simplify setting of di.endian.
7307
7308 2003-03-17 Andrew Cagney <cagney@redhat.com>
7309
7310 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
7311 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
7312
7313 From Elena Zannoni <ezannoni@redhat.com>
7314 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
7315 vector and floating-point parameters.
7316 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
7317 convention.
7318 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
7319
7320 2003-03-17 Fernando Nasser <fnasser@redhat.com>
7321
7322 * MAINTAINERS: Remove my name from several maintainership roles.
7323
7324 2003-03-17 Andrew Cagney <cagney@redhat.com>
7325
7326 Fix frame off-by-one bug.
7327 * frame-unwind.h (frame_this_id_ftype): Replace
7328 frame_unwind_id_ftype.
7329 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
7330 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
7331 with "prev_register".
7332 * frame-unwind.c (frame_unwind_find_by_pc): Return
7333 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
7334 comment.
7335 * dummy-frame.c (cached_find_dummy_frame): Delete function.
7336 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
7337 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
7338 (dummy_frame_unwind): Update.
7339 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7340 sentinel_frame_register_unwind.
7341 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
7342 (sentinel_frame_unwinder): Update.
7343 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7344 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
7345 * frame.c (create_sentinel_frame): Update. Initialize
7346 "prologue_cache" instead of "unwind_cache".
7347 (frame_register_unwind): Call this frame's prev_register with the
7348 next frame and this frame's prologue cache.
7349 (get_prev_frame): Simplify. Always call prev frame's this_id with
7350 this frame and prev frame's prologue cache. Document that this
7351 call is shifted one to the left when compared to the
7352 frame_register_unwind call.
7353 (legacy_saved_regs_prev_register): Replace
7354 frame_saved_regs_register_unwind.
7355 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
7356 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
7357 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7358 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
7359 (d10v_frame_unwind): Update.
7360 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
7361 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
7362 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
7363 "saved_regs" with "this_saved_regs".
7364
7365 2003-03-16 Andrew Cagney <cagney@redhat.com>
7366
7367 * frame.c (frame_pop): Don't call target_store_registers. Fix
7368 problem reported by Mark Kettenis.
7369
7370 2003-03-16 Mark Kettenis <kettenis@gnu.org>
7371
7372 * i386-tdep.c (i386_register_type): Renamed from
7373 i386_register_virtual_type. Adjust function signature.
7374 (i386_gdbarch_init): Set register_type instead of
7375 deprecated_max_register_raw_size,
7376 deprecated_max_register_virtual_size and register_virtual_type.
7377
7378 2003-03-14 Andrew Cagney <cagney@redhat.com>
7379
7380 * frame.c (get_prev_frame): When a legacy frame, always call
7381 legacy_get_prev_frame. Simplify unwind code using assumption that
7382 the unwinder is new.
7383 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
7384 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
7385 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
7386
7387 2003-03-14 Andrew Cagney <cagney@redhat.com>
7388
7389 * frame.c (get_saved_register): Delete function.
7390 * frame.h (get_saved_register): Delete declaration.
7391 * xstormy16-tdep.c: Update comment.
7392 * regcache.h: Update comments.
7393 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
7394 get_saved_register and extract_address, use
7395 frame_read_unsigned_register.
7396 (sparc_frame_saved_pc): Ditto.
7397 (sparc_get_saved_register): Instead of get_saved_register, use
7398 frame_register.
7399 (sparc_pop_frame): Ditto.
7400 * findvar.c: Update comments.
7401 (value_of_register): Call frame_register instead of
7402 get_saved_register.
7403 (value_from_register): Ditto.
7404 * config/sparc/tm-sparc.h: Update comment.
7405 * breakpoint.c: Update comment.
7406
7407 2003-03-14 Andrew Cagney <cagney@redhat.com>
7408
7409 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
7410 GET_SAVED_REGISTER.
7411 * gdbarch.h, gdbarch.c: Re-generate.
7412 * frame.h: Update comments.
7413 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7414 * x86-64-tdep.c (x86_64_init_abi): Update.
7415 * sparc-tdep.c (sparc_gdbarch_init): Update.
7416 * sh-tdep.c (sh_gdbarch_init): Update.
7417 * mips-tdep.c (mips_gdbarch_init): Update.
7418 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7419 * cris-tdep.c (cris_gdbarch_init): Update.
7420 * ia64-tdep.c (ia64_gdbarch_init): Update.
7421 * frame.c (frame_register): Update.
7422 (get_saved_register): Update.
7423 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
7424
7425 2003-03-13 Andrew Cagney <cagney@redhat.com>
7426
7427 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
7428 * gdbarch.h, gdbarch.c: Regenerate.
7429 * valops.c (hand_function_call): Update comment.
7430 * stack.c (return_command): Update comment.
7431 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
7432 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
7433 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7434 * x86-64-tdep.c (x86_64_init_abi): Update.
7435 * vax-tdep.c (vax_gdbarch_init): Update.
7436 * v850-tdep.c (v850_gdbarch_init): Update.
7437 * sparc-tdep.c (sparc_gdbarch_init): Update.
7438 * sh-tdep.c (sh_gdbarch_init): Update.
7439 * s390-tdep.c (s390_gdbarch_init): Update.
7440 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7441 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7442 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7443 * mips-tdep.c (mips_gdbarch_init): Update.
7444 * mcore-tdep.c (mcore_gdbarch_init): Update.
7445 * m68k-tdep.c (m68k_gdbarch_init): Update.
7446 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7447 * ia64-tdep.c (ia64_gdbarch_init): Update.
7448 * i386-tdep.c (i386_gdbarch_init): Update.
7449 * hppa-tdep.c (hppa_gdbarch_init): Update.
7450 * h8300-tdep.c (h8300_gdbarch_init): Update.
7451 * frv-tdep.c (frv_gdbarch_init): Update.
7452 * cris-tdep.c (cris_gdbarch_init): Update.
7453 * avr-tdep.c (avr_gdbarch_init): Update.
7454 * arm-tdep.c (arm_gdbarch_init): Update.
7455 * alpha-tdep.c (alpha_gdbarch_init): Update.
7456
7457 2003-03-13 Andrew Cagney <cagney@redhat.com>
7458
7459 * frame.c (legacy_frame_p): New function.
7460 (get_prev_frame): Use legacy_frame_p.
7461 * frame.h (legacy_frame_p): Declare.
7462
7463 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7464
7465 * MAINTAINERS (write after approval): Alphabetically
7466 listing corrected.
7467
7468 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7469
7470 * MAINTAINERS (write after approval): Add myself.
7471
7472 2003-03-12 Andrew Cagney <cagney@redhat.com>
7473
7474 * frame.c (get_prev_frame): Rename the frame parameter to
7475 "this_frame".
7476 (get_next_frame, legacy_get_prev_frame): Ditto.
7477
7478 2003-03-12 Andrew Cagney <cagney@redhat.com>
7479
7480 * frame.c (get_current_frame): Check target_has_registers before
7481 checking target_has_stack.
7482 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7483 instead of deprecated_selected_frame.
7484 * findvar.c (value_of_register): Pass "frame", not
7485 deprecated_selected_frame, to value_of_builtin_reg.
7486
7487 2003-03-12 Andrew Cagney <cagney@redhat.com>
7488
7489 * regcache.c (regcache_cooked_write_signed): New function.
7490 (regcache_cooked_write_unsigned): New function.
7491 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7492 (regcache_cooked_read_signed): Fix regnum in range assertion.
7493 * regcache.h (regcache_cooked_write_signed): Declare.
7494 (regcache_cooked_write_unsigned): Declare.
7495
7496 2003-03-12 Andrew Cagney <cagney@redhat.com>
7497
7498 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7499 * gdbarch.h, gdbarch.c: Re-generate.
7500 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7501 * x86-64-tdep.h: Update.
7502 * x86-64-tdep.c (x86_64_init_abi): Update.
7503 * v850-tdep.c (v850_gdbarch_init): Update.
7504 * sparc-tdep.c (sparc_gdbarch_init): Update.
7505 * sh-tdep.c (sh_gdbarch_init): Update.
7506 * s390-tdep.c (s390_gdbarch_init): Update.
7507 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7508 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7509 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7510 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7511 * mips-tdep.c (mips_gdbarch_init): Update.
7512 * mcore-tdep.c (mcore_gdbarch_init): Update.
7513 * m68k-tdep.c (m68k_gdbarch_init): Update.
7514 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7515 * ia64-tdep.c (ia64_gdbarch_init): Update.
7516 * i386-tdep.c (i386_gdbarch_init): Update.
7517 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7518 * hppa-tdep.c (hppa_gdbarch_init): Update.
7519 * h8300-tdep.c (h8300_gdbarch_init): Update.
7520 * frv-tdep.c (frv_gdbarch_init): Update.
7521 * cris-tdep.c (cris_gdbarch_init): Update.
7522 * avr-tdep.c (avr_gdbarch_init): Update.
7523 * arm-tdep.c (arm_gdbarch_init): Update.
7524 * alpha-tdep.c (alpha_gdbarch_init): Update.
7525 * sh-tdep.c (sh_init_extra_frame_info): Update.
7526 (sh64_init_extra_frame_info): Update.
7527 * ns32knbsd-nat.c (frame_num_args): Update.
7528 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7529 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7530 (xstormy16_frame_chain_valid): Update.
7531 * vax-tdep.c (vax_saved_pc_after_call): Update.
7532 * v850-tdep.c (v850_frame_chain): Update.
7533 (v850_pop_frame): Update.
7534 (v850_init_extra_frame_info): Update.
7535 * sparc-tdep.c (setup_arbitrary_frame): Update.
7536 * ns32k-tdep.c (umax_frame_num_args): Update.
7537 * s390-tdep.c (s390_pop_frame_regular): Update.
7538 * mn10300-tdep.c (mn10300_frame_chain): Update.
7539 (mn10300_pop_frame_regular): Update.
7540 (mn10300_init_extra_frame_info): Update.
7541 * mips-tdep.c (mips_init_frame_pc_first): Update.
7542 (mips_frame_chain): Update.
7543 (mips_pop_frame): Update.
7544 * mcore-tdep.c (mcore_frame_chain): Update.
7545 (mcore_pop_frame): Update.
7546 (mcore_init_extra_frame_info): Update.
7547 * arch-utils.c (init_frame_pc_default): Update.
7548 * m68k-tdep.c (isi_frame_num_args): Update.
7549 (delta68_frame_num_args): Update.
7550 (news_frame_num_args): Update.
7551 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7552 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7553 (alpha_frame_chain): Update.
7554 (alpha_pop_frame): Update.
7555 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7556 (hppa_init_extra_frame_info): Update.
7557 (hppa_frame_chain): Update.
7558 (hppa_frame_chain_valid): Update.
7559 * cris-tdep.c (cris_init_extra_frame_info): Update.
7560 * avr-tdep.c (avr_init_extra_frame_info): Update.
7561 * arm-tdep.c (arm_frame_chain_valid): Update.
7562 (arm_init_extra_frame_info): Update.
7563 (arm_pop_frame): Update.
7564 * frame.c (frame_pc_unwind): Update.
7565 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7566 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7567 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7568 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7569 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7570 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7571
7572 2003-03-12 Andrew Cagney <cagney@redhat.com>
7573
7574 Eliminate the need for POP_FRAME.
7575 * frame.c (do_frame_unwind_register): New function.
7576 (frame_pop): When no POP_FRAME, pop the frame using register
7577 unwind and a scratch regcache.
7578 (frame_saved_regs_pop): Delete function.
7579 (trad_frame_unwinder): Update.
7580 * d10v-tdep.c (d10v_frame_pop): Delete function.
7581 (d10v_frame_unwind): Update.
7582 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7583 (sentinel_frame_unwinder): Update.
7584 * dummy-frame.c (dummy_frame_pop): Delete function.
7585 (dummy_frame_unwind): Update.
7586 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7587 (struct frame_unwind): Update.
7588
7589 2003-03-11 Kevin Buettner <kevinb@redhat.com>
7590
7591 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7592 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7593 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7594 Do range checks on register number obtained from debugging info.
7595 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7596 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7597 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7598 mapping function.
7599 (do_fp_register_row): Fix typo which caused double type to be
7600 used when attempting to unpack a float.
7601
7602 2003-03-11 J. Brobecker <brobecker@gnat.com>
7603
7604 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7605
7606 2003-03-11 Andrew Cagney <cagney@redhat.com>
7607
7608 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7609 frame. Problem found by Corinna Vinschen.
7610
7611 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7612
7613 * doublest.c (floatformat_from_length): Accept also
7614 the real size of 'long double' type.
7615
7616 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
7617
7618 From Klee Dienes <kdienes@apple.com>:
7619 * breakpoint.c (bpstat_copy): Copy the command lines as well
7620 as the old value, to match what is freed in bpstat_clear.
7621
7622 2003-03-10 David Carlton <carlton@math.stanford.edu>
7623
7624 * minsyms.c (add_minsym_to_hash_table): Replace
7625 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7626 (compare_minimal_symbols, compact_minimal_symbols)
7627 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7628 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7629 of DEPRECATED_SYMBOL_MATCHES_NAME.
7630 (lookup_minimal_symbol_solib_trampoline): Ditto.
7631
7632 2003-03-10 Andrew Cagney <cagney@redhat.com>
7633
7634 * regcache.h (regcache_cooked_read_ftype): Define.
7635 (regcache_save, regcache_restore): Add a cooked_read parameter.
7636 * regcache.c (regcache_save, regcache_restore): Update.
7637 (do_cooked_read): New function.
7638 (regcache_cpy): Pass do_cooked_read to regcache_save and
7639 regcache_restore.
7640
7641 2003-03-10 Andrew Cagney <cagney@redhat.com>
7642
7643 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7644 * gdbarch.h, gdbarch.c: Re-generate.
7645 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7646 * x86-64-tdep.h: Update.
7647 * x86-64-tdep.c (x86_64_init_abi): Update.
7648 * v850-tdep.c (v850_gdbarch_init): Update.
7649 * sparc-tdep.c (sparc_gdbarch_init): Update.
7650 * sh-tdep.c (sh_gdbarch_init): Update.
7651 * s390-tdep.c (s390_gdbarch_init): Update.
7652 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7653 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7654 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7655 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7656 * mips-tdep.c (mips_gdbarch_init): Update.
7657 * mcore-tdep.c (mcore_gdbarch_init): Update.
7658 * m68k-tdep.c (m68k_gdbarch_init): Update.
7659 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7660 * ia64-tdep.c (ia64_gdbarch_init): Update.
7661 * i386-tdep.c (i386_gdbarch_init): Update.
7662 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7663 * hppa-tdep.c (hppa_gdbarch_init): Update.
7664 * h8300-tdep.c (h8300_gdbarch_init): Update.
7665 * frv-tdep.c (frv_gdbarch_init): Update.
7666 * cris-tdep.c (cris_gdbarch_init): Update.
7667 * avr-tdep.c (avr_gdbarch_init): Update.
7668 * arm-tdep.c (arm_gdbarch_init): Update.
7669 * alpha-tdep.c (alpha_gdbarch_init): Update.
7670 * sh-tdep.c (sh_init_extra_frame_info): Update.
7671 (sh64_init_extra_frame_info): Update.
7672 * ns32knbsd-nat.c (frame_num_args): Update.
7673 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7674 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7675 (xstormy16_frame_chain_valid): Update.
7676 * vax-tdep.c (vax_saved_pc_after_call): Update.
7677 * v850-tdep.c (v850_frame_chain): Update.
7678 (v850_pop_frame): Update.
7679 (v850_init_extra_frame_info): Update.
7680 * sparc-tdep.c (setup_arbitrary_frame): Update.
7681 * ns32k-tdep.c (umax_frame_num_args): Update.
7682 * s390-tdep.c (s390_pop_frame_regular): Update.
7683 * mn10300-tdep.c (mn10300_frame_chain): Update.
7684 (mn10300_pop_frame_regular): Update.
7685 (mn10300_init_extra_frame_info): Update.
7686 * mips-tdep.c (mips_init_frame_pc_first): Update.
7687 (mips_frame_chain): Update.
7688 (mips_pop_frame): Update.
7689 * mcore-tdep.c (mcore_frame_chain): Update.
7690 (mcore_pop_frame): Update.
7691 (mcore_init_extra_frame_info): Update.
7692 * arch-utils.c (init_frame_pc_default): Update.
7693 * m68k-tdep.c (isi_frame_num_args): Update.
7694 (delta68_frame_num_args): Update.
7695 (news_frame_num_args): Update.
7696 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7697 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7698 (alpha_frame_chain): Update.
7699 (alpha_pop_frame): Update.
7700 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7701 (hppa_init_extra_frame_info): Update.
7702 (hppa_frame_chain): Update.
7703 (hppa_frame_chain_valid): Update.
7704 * cris-tdep.c (cris_init_extra_frame_info): Update.
7705 * avr-tdep.c (avr_init_extra_frame_info): Update.
7706 * arm-tdep.c (arm_frame_chain_valid): Update.
7707 (arm_init_extra_frame_info): Update.
7708 (arm_pop_frame): Update.
7709 * frame.c (frame_pc_unwind): Update.
7710 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7711 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7712 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7713 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7714 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7715 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7716
7717 2003-03-10 Andrew Cagney <cagney@redhat.com>
7718
7719 * gdbarch.sh (gdbarch_unwind_pc): New method.
7720 * gdbarch.h, gdbarch.c: Regenerate.
7721 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7722 but use read_pc and FRAME_SAVED_PC as fall backs.
7723 (frame_saved_regs_pc_unwind): Delete function.
7724 (trad_frame_unwinder): Update.
7725 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7726 (struct frame_unwind): Update.
7727 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7728 (dummy_frame_unwind): Update.
7729 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7730 (sentinel_frame_unwinder): Update.
7731 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7732 (d10v_frame_unwind): Update.
7733 (d10v_unwind_pc): New function.
7734 (d10v_gdbarch_init): Set unwind_pc.
7735
7736 2003-03-10 Andrew Cagney <cagney@redhat.com>
7737
7738 * gdbarch.h: Re-generate.
7739
7740 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7741 PC.
7742 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7743 the PC register.
7744
7745 2003-03-08 Mark Kettenis <kettenis@gnu.org>
7746
7747 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7748
7749 2003-03-08 Andrew Cagney <cagney@redhat.com>
7750
7751 * cli-out.c: Update copyright.
7752 (cli_out_data): Define typedef. Use instead of ui_out_data.
7753
7754 2003-03-08 Andrew Cagney <cagney@redhat.com>
7755
7756 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7757 the result.
7758
7759 2003-03-07 Andrew Cagney <cagney@redhat.com>
7760
7761 * gdbarch.sh: Don't generate two macro definitions when an
7762 undefined macro taking no arguments.
7763 * gdbarch.h: Regenerate.
7764
7765 2002-03-07 Michal Ludvig <mludvig@suse.cz>
7766
7767 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7768 (x86_64_unwind_dummy_id): New functions.
7769 (x86_64_init_abi): Register these two new functions.
7770
7771 2003-03-07 Michal Ludvig <mludvig@suse.cz>
7772
7773 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
7774 (x86_64_skip_prologue): Move prologue detection to
7775 separate function.
7776 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7777
7778 2003-03-05 Andrew Cagney <cagney@redhat.com>
7779
7780 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7781 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7782 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7783 to use unwind_dummy_id when a dummy frame.
7784 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7785 predicate.
7786 * gdbarch.h, gdbarch.c: Regneerate.
7787
7788 2003-03-05 Andrew Cagney <cagney@redhat.com>
7789
7790 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7791 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7792 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7793 values.
7794
7795 2003-03-05 Andrew Cagney <cagney@redhat.com>
7796
7797 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7798 (struct d10v_unwind_cache): Delete field "frameless". Replace
7799 "next_addr" with "sp_offset". Add "r11_offset".
7800 (d10v_frame_unwind_cache): Update.
7801 (prologue_find_regs): Update. When "mv r11, sp", save the
7802 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7803 RN was saved in r11_offset.
7804
7805 2003-03-05 Andrew Cagney <cagney@redhat.com>
7806
7807 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7808 cached PC value in the next frame.
7809
7810 2003-03-05 Andrew Cagney <cagney@redhat.com>
7811
7812 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7813 "id_unwind_cache" with "id".
7814 (frame_id_unwind): Delete declaration.
7815 * frame.c (frame_id_unwind): Delete function.
7816 (get_prev_frame): Call the frame id unwind method directly. Store
7817 the returned next frame's ID value in NEXT_FRAME. Note that there
7818 is a problem with the wrong unwind ID being called with the wrong
7819 unwind cache.
7820
7821 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7822
7823 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7824
7825 2003-03-05 James Ingham <jingham@apple.com>
7826 Daniel Jacobowitz <drow@mvista.com>
7827
7828 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7829 (auto_cp_abi): New variable.
7830 (current_cp_abi, num_cp_abis): Make static.
7831 (CP_ABI_MAX): Define.
7832 (cp_abis): Turn into an array.
7833 (value_virtual_fn_field): Fix formatting.
7834 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7835 takes a pointer.
7836 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7837 (list_cp_abis, _initialize_cp_abi): New functions.
7838 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7839 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7840 switch_to_cp_abi. Update prototype for register_cp_abi.
7841 * Makefile.in (cp-abi.o): Update dependencies.
7842 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7843 instead of switch_to_cp_abi.
7844 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7845 register_cp_abi.
7846 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7847 register_cp_abi.
7848 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7849
7850 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7851
7852 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7853 * dwarf2loc.c: Include "regcache.h".
7854 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7855 register_size.
7856 * Makefile.in (dwarf2loc.o): Update dependencies.
7857
7858 2003-03-04 Theodore A. Roth <troth@openavr.org>
7859
7860 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7861 number of io registers reported by remote target is not a multiple of
7862 step.
7863
7864 2003-03-04 David Carlton <carlton@math.stanford.edu>
7865
7866 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7867 (lookup_symbol_aux_psymtabs): Update call to
7868 lookup_partial_symbol.
7869 (lookup_transparent_type, find_main_psymtab)
7870 (make_symbol_overload_list): Ditto.
7871
7872 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7873
7874 * MAINTAINERS (Write after approval): Update my email address.
7875
7876 2003-03-03 Andrew Cagney <cagney@redhat.com>
7877
7878 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7879 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7880 predicate. Replace MAX_REGISTER_RAW_SIZE.
7881 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7882 MAX_REGISTER_VIRTUAL_SIZE.
7883 * regcache.c (legacy_max_register_raw_size): New function.
7884 (legacy_max_register_virtual_size): New function.
7885 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7886 (MAX_REGISTER_RAW_SIZE): Define.
7887 (legacy_max_register_raw_size): Declare.
7888 (legacy_max_register_virtual_size): Declare.
7889 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7890 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7891 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7892 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7893 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7894 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7895 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7896 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7897 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7898 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7899 * vax-tdep.c (vax_gdbarch_init): Update.
7900 * v850-tdep.c (v850_gdbarch_init): Update.
7901 * sparc-tdep.c (sparc_gdbarch_init): Update.
7902 * sh-tdep.c (sh_gdbarch_init): Update.
7903 * s390-tdep.c (s390_gdbarch_init): Update.
7904 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7905 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7906 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7907 * mips-tdep.c (mips_gdbarch_init): Update.
7908 * mcore-tdep.c (mcore_gdbarch_init): Update.
7909 * m68k-tdep.c (m68k_gdbarch_init): Update.
7910 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7911 * ia64-tdep.c (ia64_gdbarch_init): Update.
7912 * i386-tdep.c (i386_gdbarch_init): Update.
7913 * hppa-tdep.c (hppa_gdbarch_init): Update.
7914 * h8300-tdep.c (h8300_gdbarch_init): Update.
7915 * frv-tdep.c (frv_gdbarch_init): Update.
7916 * cris-tdep.c (cris_gdbarch_init): Update.
7917 * avr-tdep.c (avr_gdbarch_init): Update.
7918 * arm-tdep.c (arm_gdbarch_init): Update.
7919 * alpha-tdep.c (alpha_gdbarch_init): Update.
7920 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7921 max_register_raw_size or max_register_virtual_size.
7922
7923 2003-03-03 David Carlton <carlton@math.stanford.edu>
7924
7925 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7926 SYMBOL_MATCHES_NAME, add comment.
7927 (SYMBOL_MATCHES_NATURAL_NAME): New.
7928 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7929 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7930 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7931 * symtab.c (lookup_partial_symbol): Use
7932 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7933 unhelpful comment.
7934 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7935 SYMBOL_MATCHES_NAME.
7936 Fix for PR c++/33.
7937
7938 2003-03-03 David Carlton <carlton@math.stanford.edu>
7939
7940 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7941 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7942 by regexp matching against SYMBOL_NATURAL_NAME.
7943
7944 2003-03-03 David Carlton <carlton@math.stanford.edu>
7945
7946 * linespec.c (find_method): Extract code into collect_methods.
7947 (collect_methods): New.
7948
7949 2003-03-02 Mark Kettenis <kettenis@gnu.org>
7950
7951 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7952 get_frame_base.
7953
7954 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7955 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7956
7957 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7958
7959 * arch-utils.c (generic_register_byte): Fix to use the loop index
7960 and not regnum when summing the size of all registers up to regnum.
7961
7962 2003-03-01 Andrew Cagney <cagney@redhat.com>
7963
7964 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7965 FRAME_INIT_SAVED_REGS.
7966 * gdbarch.h, gdbarch.c: Regenerate.
7967 * stack.c (frame_info): Update.
7968 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7969 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7970 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7971 * ns32k-tdep.c (ns32k_pop_frame): Update.
7972 * mips-tdep.c (mips_pop_frame): Update.
7973 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7974 * ia64-tdep.c (ia64_frame_chain): Update.
7975 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7976 (ia64_frameless_function_invocation): Update.
7977 (ia64_init_extra_frame_info): Update.
7978 (ia64_pop_frame_regular): Update.
7979 * frame.h (struct frame_info): Update comment.
7980 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7981 * frame.c (frame_saved_regs_register_unwind): Update.
7982 (frame_saved_regs_register_unwind): Update.
7983 (deprecated_generic_get_saved_register): Update.
7984 * cris-tdep.c: Update comment.
7985 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7986 Rename macro.
7987 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7988 * x86-64-tdep.c (x86_64_init_abi): Update.
7989 * vax-tdep.c (vax_gdbarch_init): Update.
7990 * v850-tdep.c (v850_gdbarch_init): Update.
7991 * sparc-tdep.c (sparc_gdbarch_init): Update.
7992 * sh-tdep.c (sh_gdbarch_init): Update.
7993 * s390-tdep.c (s390_gdbarch_init): Update.
7994 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7995 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7996 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7997 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7998 * mips-tdep.c (mips_gdbarch_init): Update.
7999 * mcore-tdep.c (mcore_gdbarch_init): Update.
8000 * m68k-tdep.c (m68k_gdbarch_init): Update.
8001 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8002 * ia64-tdep.c (ia64_gdbarch_init): Update.
8003 * i386-tdep.c (i386_gdbarch_init): Update.
8004 * frv-tdep.c (frv_gdbarch_init): Update.
8005 * avr-tdep.c (avr_gdbarch_init): Update.
8006 * arm-tdep.c (arm_gdbarch_init): Update.
8007 * alpha-tdep.c (alpha_gdbarch_init): Update.
8008
8009 2003-03-01 Andrew Cagney <cagney@redhat.com>
8010
8011 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
8012 option enum and switch. When no windows, set the interpreter to
8013 INTERP_CONSOLE.
8014
8015 2003-03-01 Andrew Cagney <cagney@redhat.com>
8016
8017 * main.c (captured_main): Replace magic option characters with an
8018 enum.
8019
8020 2003-03-01 Andrew Cagney <cagney@redhat.com>
8021
8022 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
8023 INIT_EXTRA_FRAME_INFO.
8024 * gdbarch.h, gdbarch.c: Regenerate.
8025 * arm-tdep.c: Update comments.
8026 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
8027 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
8028 * frame.h, avr-tdep.c: Ditto.
8029 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
8030 (create_new_frame, legacy_get_prev_frame): Ditto.
8031 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
8032 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
8033 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
8034 deprecated_init_extra_frame_info instead of init_extra_frame_info.
8035 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8036 * v850-tdep.c (v850_gdbarch_init): Ditto.
8037 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8038 * sh-tdep.c (sh_gdbarch_init): Ditto.
8039 * s390-tdep.c (s390_gdbarch_init): Ditto.
8040 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
8041 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8042 * mips-tdep.c (mips_gdbarch_init): Ditto.
8043 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8044 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8045 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8046 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
8047 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8048 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8049 * frv-tdep.c (frv_gdbarch_init): Ditto.
8050 * cris-tdep.c (cris_gdbarch_init): Ditto.
8051 * avr-tdep.c (avr_gdbarch_init): Ditto.
8052 * arm-tdep.c (arm_gdbarch_init): Ditto.
8053 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8054 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8055
8056 2003-03-01 Andrew Cagney <cagney@redhat.com>
8057
8058 * gdbarch.sh (register_type): New function with predicate.
8059 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
8060 * gdbarch.h, gdbarch.c: Re-generate.
8061 * arch-utils.c (generic_register_byte): Use generic_register_size.
8062 (generic_register_size): When available, use
8063 gdbarch_register_type.
8064 * regcache.c (init_regcache_descr): When available, initialize the
8065 register type array using gdbarch_register_type. If the
8066 architecture supplies gdbarch_register_type, do not use the legacy
8067 regcache layout.
8068 * d10v-tdep.c (d10v_register_type): Replace
8069 d10v_register_virtual_type.
8070 (d10v_gdbarch_init): Set register_type instead of
8071 register_virtual_type.
8072
8073 2003-03-01 Andrew Cagney <cagney@redhat.com>
8074
8075 * Makefile.in (ax-gdb.o): Update dependencies.
8076 * ax-gdb.c: Include "regcache.h".
8077 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
8078 * findvar.c (value_of_register): Ditto.
8079 * infcmd.c (default_print_registers_info): Ditto.
8080
8081 2003-03-01 Mark Kettenis <kettenis@gnu.org>
8082
8083 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
8084 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
8085
8086 2003-03-01 Mark Kettenis <kettenis@gnu.org>
8087
8088 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
8089 of STREQ.
8090
8091 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
8092
8093 * Makefile.in (dwarf2loc.o): Update dependencies.
8094 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
8095 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
8096 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
8097 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
8098 (locexpr_tracepoint_var_ref): New function.
8099 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
8100
8101 2003-02-28 Andrew Cagney <cagney@redhat.com>
8102
8103 * regcache.c (register_size): New function.
8104 * regcache.h (register_size): Declare
8105 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
8106 max_register_size instead of MAX_REGISTER_RAW_SIZE.
8107
8108 2003-02-28 David Carlton <carlton@math.stanford.edu>
8109
8110 * linespec.c (decode_compound): Extract code into find_method.
8111 (find_method): New.
8112
8113 2003-02-28 J. Brobecker <brobecker@gnat.com>
8114
8115 * Makefile.in: Add rules to build and link in observer.o.
8116
8117 2003-02-27 J. Brobecker <brobecker@gnat.com>
8118
8119 * observer.c: Minor comments edits.
8120
8121 2003-02-27 J. Brobecker <brobecker@gnat.com>
8122
8123 * observer.h, observer.c: New file.
8124
8125 2003-02-27 Andrew Cagney <cagney@redhat.com>
8126
8127 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
8128
8129 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
8130
8131 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
8132 (M6812_OP_STS_EXT): Likewise.
8133 (m6811_prologue): Use the above to recognize prologue.
8134 (m6812_prologue): Likewise.
8135
8136 2003-02-27 David Carlton <carlton@math.stanford.edu>
8137
8138 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
8139 SYMBOL_PRINT_NAME.
8140 (compare_psymbols): Ditto.
8141 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
8142
8143 2003-02-27 Michael Snyder <msnyder@redhat.com>
8144
8145 * f-lang.c (build_fortran_types): New function.
8146 (_initialize_f_language): Gdbarch-register built-in fortran types.
8147 * doublest.c (extract_floating): Fix warning text.
8148
8149 2003-02-27 Andrew Cagney <cagney@redhat.com>
8150
8151 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
8152 predicate. Replaces PUSH_DUMMY_FRAME.
8153 * gdbarch.h, gdbarch.c: Regnerate.
8154 * valops.c (hand_function_call): Update. Call
8155 generic_push_dummy_frame directly.
8156 * vax-tdep.c (vax_gdbarch_init): Update.
8157 * sparc-tdep.c (sparc_gdbarch_init): Update.
8158 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8159 * m68k-tdep.c (m68k_gdbarch_init): Update.
8160 * hppa-tdep.c (hppa_gdbarch_init): Update.
8161 * alpha-tdep.c (alpha_gdbarch_init): Update.
8162 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8163 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8164 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
8165 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
8166 push_dummy_frame to generic_push_dummy_frame.
8167 * v850-tdep.c (v850_gdbarch_init): Ditto.
8168 * sh-tdep.c (sh_gdbarch_init): Ditto.
8169 * s390-tdep.c (s390_gdbarch_init): Ditto.
8170 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8171 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8172 * mips-tdep.c (mips_gdbarch_init): Ditto.
8173 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8174 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8175 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8176 * i386-tdep.c (i386_gdbarch_init): Ditto.
8177 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8178 * frv-tdep.c (frv_gdbarch_init): Ditto.
8179 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8180 * cris-tdep.c (cris_gdbarch_init): Ditto.
8181 * avr-tdep.c (avr_gdbarch_init): Ditto.
8182 * arm-tdep.c (arm_gdbarch_init): Ditto.
8183
8184 2003-02-26 Kevin Buettner <kevinb@redhat.com>
8185
8186 * mips-tdep.c (show_mips_abi): New function.
8187 (_initialize_mips_tdep): Use show_mips_abi() to implement the
8188 command ``show mips abi''.
8189
8190 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8191
8192 From Elena Zannoni <ezannoni@redhat.com>
8193 * dbxread.c (process_one_symbol): Only record line 0 if one or
8194 more sline entries have been seen for the function.
8195
8196 2003-02-26 Michael Chastain <mec@shout.net>
8197
8198 * configure: Regenerate with autoconf 000227.
8199
8200 2003-02-26 Michael Chastain <mec@shout.net>
8201
8202 Close PR build/660.
8203 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
8204 for old libc5/glibc.
8205 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
8206
8207 2003-02-26 Kris Warkentin <kewarken@qnx.com>
8208
8209 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
8210 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
8211
8212 2003-02-26 Michael Chastain <mec@shout.net>
8213
8214 * configure.in: New variable HAVE_UINTPTR_T.
8215 * configure, config.in: Regenerated.
8216
8217 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
8218
8219 Fix PR build/1097.
8220 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
8221
8222 2003-02-25 Andrew Cagney <cagney@redhat.com>
8223
8224 * frame.c (get_prev_frame): Add comment on check for
8225 inside_entry_func. Only check for inside_entry_file when not a
8226 dummy and not a sentinel. Check that the new frame is not inner
8227 to the old frame.
8228
8229 2003-02-25 Andrew Cagney <cagney@redhat.com>
8230
8231 * frame.c (frame_debug): New variable.
8232 (_initialize_frame): Add "set/show debug frame" command.
8233 (get_prev_frame): When frame_debug, print reason why unwind
8234 failed.
8235
8236 2003-02-25 Michael Chastain <mec@shout.net>
8237
8238 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
8239 to avoid uintptr_t definition problems.
8240
8241 2003-02-25 David Carlton <carlton@math.stanford.edu>
8242
8243 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
8244 (SYMBOL_LINKAGE_NAME): Ditto.
8245 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
8246 SYMBOL_LINKAGE_NAME.
8247 (struct general_symbol_info): Expand comment.
8248 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
8249 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
8250 (SYMBOL_MATCHES_REGEXP): Ditto.
8251 * symtab.c (symbol_natural_name): New function.
8252 * objfiles.h: Replace all uses of SYMBOL_NAME by
8253 DEPRECATED_SYMBOL_NAME.
8254 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
8255 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
8256 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
8257 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
8258 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
8259 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
8260 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
8261 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
8262 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
8263 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
8264 * ada-exp.y: Ditto.
8265 * ada-exp.y: Update copyright.
8266 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
8267 * cp-valprint.c: Ditto.
8268
8269 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
8270
8271 * infptrace.c (detach): Do not flag error if ptrace detach fails
8272 and errno is set to ESRCH.
8273
8274 2003-02-24 Andrew Cagney <cagney@redhat.com>
8275
8276 * infptrace.c (udot_info): Change type of udot_off to long. Use
8277 paddr when printing udot_off's value.
8278
8279 2003-02-24 David Carlton <carlton@math.stanford.edu>
8280
8281 * symtab.c (make_symbol_overload_list): Only read in partial
8282 symtabs containing a matching partial symbol.
8283
8284 2003-02-24 David Carlton <carlton@math.stanford.edu>
8285
8286 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
8287 do the comparison, not strcmp.
8288 * symfile.c (compare_psymbols): Ditto.
8289 * defs.h: Declare strcmp_iw_ordered.
8290 * utils.c (strcmp_iw_ordered): New function.
8291
8292 2003-02-24 Jim Blandy <jimb@redhat.com>
8293
8294 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
8295 support, shared libs): Remove my name from here, to better reflect
8296 reality.
8297
8298 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8299
8300 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
8301 (target_ops): Add to_have_continuable_watchpoint.
8302 * target.c (update_current_target): Add INHERIT line for
8303 to_have_continuable_watchpoint.
8304 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8305 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
8306 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
8307 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
8308
8309 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
8310
8311 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
8312 maintainership.
8313
8314 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8315
8316 * solib.c (solib_open): Call target defined search function after
8317 failing with solib-search-path.
8318 * solist.h (target_so_ops): Add find_and_open_solib function hook and
8319 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
8320
8321 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8322
8323 * MAINTAINERS: Add myself to Write After section.
8324
8325 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8326
8327 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
8328
8329 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
8330
8331 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
8332 (m68hc11_add_reggroups): New function.
8333 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
8334 (m68hc11_gdbarch_init): Install the reggroups.
8335 (_initialize_m68hc11_tdep): Initialize them.
8336
8337 2003-02-21 James E Wilson <wilson@tuliptree.org>
8338
8339 * MAINTAINERS: Update my email address.
8340
8341 2003-02-21 David Carlton <carlton@math.stanford.edu>
8342
8343 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
8344
8345 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
8346
8347 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
8348 * symtab.h: Add opaque declarations of struct axs_value and
8349 struct agent_expr.
8350 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
8351 (struct location_funcs): New type.
8352 (struct symbol): Add "loc" to aux_value.
8353 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
8354 * dwarf2read.c: Include "dwarf2expr.h".
8355 (dwarf2_symbol_mark_computed): New function.
8356 (read_func_scope): Use it.
8357 (var_decode_location): New function.
8358 (new_symbol): Use it.
8359 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
8360
8361 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
8362 (dwarf2expr_h, dwarf2loc_h): New variables.
8363 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
8364 (dwarf2expr.o, dwarf2loc.o): New rules.
8365 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
8366 * buildsym.c (finish_block): Handle LOC_COMPUTED and
8367 LOC_COMPUTED_ARG.
8368 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
8369 * m2-exp.y (yylex): Likewise.
8370 * printcmd.c (address_info, print_frame_args): Likewise.
8371 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
8372 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
8373 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
8374 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
8375 * symtab.c (lookup_block_symbol): Likewise.
8376
8377 2003-02-20 Adam Fedor <fedor@gnu.org>
8378
8379 * symtab.h: Remove objc_specific struct
8380 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
8381 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
8382 Have language_objc use cplus_specific struct.
8383
8384 2003-02-20 Tom Tromey <tromey@redhat.com>
8385
8386 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
8387 TYPE_NAME, when printing a String value. PR java/1075.
8388
8389 2003-02-20 Adam Fedor <fedor@gnu.org>
8390
8391 * objc-lang.h (find_methods): Remove declaration.
8392 * objc-lang.c (find_methods): Make static.
8393
8394 2003-02-20 Christopher Faylor <cgf@redhat.com>
8395
8396 * win32-nat.c (get_image_name): Check return value from
8397 ReadProcessMemory.
8398 (child_xfer_memory): Ditto.
8399
8400 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
8401
8402 * configure.in (TARGET_SYSTEM_ROOT): Set default to
8403 ${exec_prefix}/${target_alias}/sys-root. Match explicit
8404 '${exec_prefix}' (in addition to the expansion thereof) as
8405 relocatable.
8406 * configure: Rebuilt.
8407
8408 2003-02-20 David Carlton <carlton@math.stanford.edu>
8409
8410 * symtab.c (search_symbols): Revert the search_symbols part of my
8411 2002-12-23 patch. Add comment.
8412
8413 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8414
8415 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
8416 * dbxread.c (elfstab_build_psymtabs): Don't call
8417 install_minimal_symbols.
8418 (stabsect_build_psymtabs): Likewise.
8419 * elfread.c (elf_symfile_read): Call install_minimal_symbols
8420 earlier.
8421 * somread.c (som_symfile_read): Call install_minimal_symbols
8422 and do_cleanups earlier.
8423 * nlmread.c (nlm_symfile_read): Likewise.
8424 * mdebugread.c (elfmdebug_build_psymtabs): Call
8425 install_minimal_symbols and make appropriate cleanups.
8426
8427 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8428
8429 * solib.c (reload_shared_libraries): New function.
8430 (_initialize_solib): Add callbacks for ``set solib-search-path''
8431 and ``set solib-absolute-prefix''.
8432
8433 2003-02-20 David Carlton <carlton@math.stanford.edu>
8434
8435 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8436 expand comment.
8437 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8438 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8439 * ada-typeprint.c (ada_typedef_print): Ditto.
8440 * ax-gdb.c (gen_var_ref): Ditto.
8441 * breakpoint.c (print_one_breakpoint): Ditto.
8442 * buildsym.c (finish_block): Ditto.
8443 * c-valprint.c (c_val_print): Ditto.
8444 * expprint.c (print_subexp): Ditto.
8445 * findvar.c (locate_var_value): Ditto.
8446 * infcmd.c (jump_command): Ditto.
8447 * linespec.c (decode_line_2, decode_compound): Ditto.
8448 * maint.c (maintenance_translate_address): Ditto.
8449 * objc-lang.c (compare_selectors, compare_classes): Ditto.
8450 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8451 Ditto.
8452 * p-valprint.c (pascal_val_print): Ditto.
8453 * stabsread.c (define_symbol): Ditto.
8454 * stack.c (print_frame, frame_info, print_block_frame_locals)
8455 (print_frame_arg_vars, return_command): Ditto.
8456 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8457 * symmisc.c (print_symbol): Ditto.
8458 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8459 (compare_search_syms, print_symbol_info, print_msymbol_info)
8460 (rbreak_command): Ditto.
8461 * tracepoint.c (tracepoints_info): Ditto.
8462 * typeprint.c (typedef_print): Ditto.
8463 * valops.c (value_of_variable, hand_function_call): Ditto.
8464 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8465 * ada-typeprint.c: Update Copyright.
8466 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8467 * tracepoint.c, cli/cli-cmds.c: Ditto.
8468
8469 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8470
8471 * frame.c (generic_unwind_get_saved_register): Make non-static.
8472 * frame.h (generic_unwind_get_saved_register): Declare.
8473 * mips-tdep.c (read_next_frame_reg): Fetch register from
8474 current regcache when frame is NULL.
8475 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8476 that must be NULL.
8477 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8478 instead of frame_register_unwind().
8479
8480 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8481
8482 * remote-sim.c (gdbsim_insert_breakpoint)
8483 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8484 code.
8485
8486 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8487
8488 * remote.c (_initialize_remote): Add commands "set/show remote
8489 hardware-watchpoint-limit" and "set/show remote
8490 hardware-breakpoint-limit".
8491 (remote_hw_watchpoint_limit): Initialize to -1.
8492 (remote_hw_breakpoint_limit): Ditto.
8493 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8494
8495 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8496
8497 * coff-pe-read.c: New file - support reading of minimal symbols from a
8498 portable executable using the export table.
8499 * coff-pe-read.h: New file.
8500 * coffread.c: Include coff-pe-read.h.
8501 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8502 debugging symbols found.
8503 * Makefile.in (SFILES): Add coff-pe-read.o.
8504 (coff_pe_read_h): Define.
8505 (COMMON_OBS): Add coff-pe-read.o.
8506 (coffread.o): Add coff_pe_read_h dependency.
8507 (coff-pe-read.o): New target.
8508
8509 2003-02-19 David Carlton <carlton@math.stanford.edu>
8510
8511 * Makefile.in (SFILES): Add block.c.
8512 (block_h): New.
8513 (COMMON_OBS): Add block.o.
8514 (block.o): New.
8515 (x86-64-tdep.o): Add $(block_h).
8516 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8517 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8518 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8519 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8520 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8521 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8522 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8523 * value.h: Add opaque declaration for struct block.
8524 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8525 * ada-lang.h: Ditto.
8526 * x86-64-tdep.c: #include "block.h"
8527 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8528 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8529 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8530 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8531 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8532 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8533 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8534 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8535 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8536 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8537 * symtab.c (block_function): Ditto.
8538 (contained_in): Ditto.
8539 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8540 block.h. Add opaque declaration for struct block.
8541 * symtab.h: Move block_function and contained_in declarations to
8542 block.h. Add opaque declarations for struct block, struct
8543 blockvector.
8544 (struct block): Move to block.h.
8545 (struct blockvector): Ditto.
8546 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8547 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8548 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8549 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8550 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8551 Ditto.
8552 * block.c: New file.
8553 * block.h: New file.
8554
8555 2003-02-19 Theodore A. Roth <troth@openavr.org>
8556
8557 * avr-tdep.c (avr_extract_return_value): Remove function.
8558 (avr_store_return_value): Remove function.
8559 (avr_extract_struct_value_address): Remove function.
8560 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8561
8562 2003-02-19 Andrew Cagney <ac131313@redhat.com>
8563
8564 * rs6000-tdep.c: Include "gdb_assert.h".
8565 (registers_e500): Add "acc" and "spefscr".
8566 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8567 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8568 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8569 really is "r0".
8570 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8571
8572 2003-02-18 Keith Seitz <keiths@redhat.com>
8573
8574 * Makefile.in: Add gdbtk-interps.c.
8575
8576 2003-02-18 Kevin Buettner <kevinb@redhat.com>
8577
8578 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8579 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8580
8581 2003-02-18 Andrew Cagney <cagney@redhat.com>
8582
8583 * symtab.h (struct objfile): Add opaque declaration.
8584
8585 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
8586
8587 From Jim Ingham <jingham@apple.com>:
8588 * dbxread.c (process_one_symbol): Use last_function_start rather
8589 than function_start_offset to find the real beginning of the
8590 current function. The latter is just the text section offset on
8591 some systems, the former is always the real function start.
8592
8593 2003-02-17 Andrew Cagney <cagney@redhat.com>
8594
8595 * configure.in: Revert ${target} != ${host}.
8596
8597 2003-02-17 Andrew Cagney <ac131313@redhat.com>
8598
8599 * configure.in (Makefile): Use the test ${target} != ${host},
8600 instead of the absence of the "nm.h" file, to determine of the
8601 configuration non-native.
8602 * configure: Regenerate.
8603
8604 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
8605
8606 From Brian Ford <ford@vss.fsi.com>
8607
8608 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8609 conditionalize tui_active test.
8610 (lookup_cmd_1): Ditto.
8611
8612 2003-02-14 Mark Kettenis <kettenis@gnu.org>
8613
8614 * configure.in: Add check for _etext.
8615 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8616 available.
8617 * config.in, configure: regenerated.
8618
8619 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
8620
8621 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8622
8623 2003-02-14 Andrew Cagney <ac131313@redhat.com>
8624
8625 * main.c (tui_version): Delete variable.
8626 (captured_main): When --tui, set interpreter_p to "tui" instead of
8627 enabling tui_version.
8628 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8629 tui_version.
8630 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8631 * cli/cli-cmds.c (disassemble_command): Ditto.
8632 * defs.h (tui_version): Delete declaration.
8633 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8634 (tui-interp.o): Add rules.
8635 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8636
8637 2003-02-14 Christopher Faylor <cgf@redhat.com>
8638
8639 * win32-nat.c (register_loaded_dll): Correctly set address range for
8640 just-loaded dll.
8641
8642 2003-02-12 Jason Molenda (jmolenda@apple.com)
8643
8644 * symmisc.c (print_objfile_statistics): Include information about
8645 the number of psymtabs and symtabs in each object file.
8646
8647 2003-02-13 Keith R Seitz <keiths@redhat.com>
8648
8649 * main.h (struct captured_main_args): Add interpreter_p.
8650 * main.c (captured_main): Initialize interpreter_p from context.
8651 * gdb.c (main): Set interpreter_p argument.
8652 * Makefile.in (gdb.o): Add dependency for interps.h.
8653
8654 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8655
8656 * event-top.c (cli_command_loop): Delete declaration.
8657 (_initialize_event_loop): Delete function setting event_loop_hook.
8658 * event-top.h (cli_command_loop): Declare. Update copyright.
8659 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8660 * interps.c (current_interp_command_loop): When event_loop_p, call
8661 cli_command_loop.
8662
8663 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8664
8665 * interps.h (interp_command_loop_ftype): Change return type to
8666 void.
8667
8668 2003-02-12 Michal Ludvig <mludvig@suse.cz>
8669
8670 * x86-64-tdep.c (x86_64_extract_return_value)
8671 (x86_64_store_return_value): Use regcache instead of regbuf.
8672 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8673 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8674
8675 2003-02-11 Andrew Cagney <ac131313@redhat.com>
8676
8677 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8678 * aclocal.m4: Regenerate.
8679 * configure: Regenerate.
8680
8681 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8682 TCL_LD_SEARCH_FLAGS.
8683
8684 2003-02-10 Michal Ludvig <mludvig@suse.cz>
8685
8686 * dwarf2cfi.c: Reindented.
8687
8688 2003-02-09 Andrew Cagney <ac131313@redhat.com>
8689
8690 * interps.c (clear_interpreter_hooks): Convert function definition
8691 to ISO C.
8692
8693 2003-02-07 David Carlton <carlton@math.stanford.edu>
8694
8695 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8696
8697 2003-02-07 Kevin Buettner <kevinb@redhat.com>
8698
8699 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8700 (struct type): ...to here.
8701 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8702 field.
8703 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8704 (replace_type): Set length on all type variants for a given type.
8705
8706 2003-02-07 Andrew Cagney <ac131313@redhat.com>
8707
8708 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8709 <sys/stat.h>.
8710 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8711
8712 2003-02-06 Andrew Cagney <ac131313@redhat.com>
8713
8714 * Makefile.in (symm-nat.o): Update dependencies.
8715 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8716 (lynx-nat.o, ia64-linux-nat.): Ditto.
8717 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8718 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8719 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8720
8721 * Makefile.in (inflow_h): Define.
8722 (procfs.o, inflow.o, procfs.o): Update dependencies.
8723 * inftarg.c (child_stop): Delete extern declaration of
8724 inferior_process_group. Include "inflow.h".
8725 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8726 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8727 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8728 (our_process_group, inferior_process_group): Extern declarations.
8729
8730 * procfs.c: Include "gdb_assert.h".
8731
8732 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8733 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8734 * jv-typeprint.c (java_type_print_base): Ditto.
8735 * typeprint.c (typedef_print): Eliminate STREQ.
8736 * cli/cli-script.c (define_command, define_command): Ditto.
8737 * main.c (captured_main): Ditto.
8738 * values.c (lookup_internalvar): Ditto.
8739 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8740 within `if' conditional.
8741 * linespec.c (decode_line_2): Ditto.
8742 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8743 (bfd_openw_with_cleanup): Ditto.
8744
8745 2003-02-07 Mark Kettenis <kettenis@gnu.org>
8746
8747 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8748 legacy_extract_return_value and store_return_value to
8749 legacy_return_value.
8750
8751 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8752
8753 * win32-nat.c (get_relocated_section_addrs): New function. Find
8754 section load addresses for symbol handling in relocated DLLs.
8755 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8756
8757 2003-02-05 Fred Fish <fnf@intrinsity.com>
8758
8759 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8760 '=' and '!='.
8761 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8762 with '&' and '=='.
8763 (angel_RDI_info): Ditto.
8764 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8765 with '&' and '!='.
8766 (threads_continue_all_with_signals): Ditto.
8767
8768 2003-02-05 Jim Ingham <jingham@apple.com>
8769 Keith Seitz <keiths@redhat.com>
8770 Elena Zannoni <ezannoni@redhat.com>
8771 Andrew Cagney <ac131313@redhat.com>
8772
8773 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8774 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8775 (SUBDIR_MI_OBS): Add "mi-interp.o".
8776 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8777 (SFILES): Add "interps.c".
8778 (COMMON_OBS): Add "interps.o".
8779 (interps_h, mi_main_h): Define.
8780 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8781 (mi-main.o, main.o, event-top.o): Update dependencies.
8782 * cli/cli-interp.c: New file.
8783 * interps.h, interps.c: New files.
8784 * top.c: (gdb_init): Don't install the default interpreter, handed
8785 by captured_main.
8786 * main.c: Include "interps.h".
8787 (interpreter_p): Note that it should malloc'ed.
8788 (captured_command_loop): Call current_interp_command_loop.
8789 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8790 xfree and xstrdup when updating interpreter_p. Install the
8791 default interpreter. Add hack to stop mi1's copyright notice
8792 being encoded.
8793 * event-top.h (gdb_setup_readline): Declare.
8794 (gdb_disable_readline): Declare.
8795 * event-top.c: Include "interps.h".
8796 (display_gdb_prompt): Call current_interp_display_prompt_p.
8797 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8798 gdb_stdlog, and gdb_stdtarg.
8799 (_initialize_event_loop): Don't call gdb_setup_readline.
8800 * cli-out.c (cli_out_set_stream): New function.
8801 * cli-out.h (cli_out_set_stream): Declare.
8802
8803 2003-02-06 Mark Kettenis <kettenis@gnu.org>
8804
8805 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8806 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8807 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8808 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8809 config/i386/i386v42mp.mt: Removed.
8810
8811 2003-02-05 Mark Kettenis <kettenis@gnu.org>
8812
8813 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8814 GDB_OSABI_SOLARIS.
8815
8816 2003-02-05 Michael Chastain <mec@shout.net>
8817
8818 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8819 2.12.1 and earlier versions.
8820
8821 2003-02-05 Andrew Cagney <ac131313@redhat.com>
8822
8823 Remove orphaned hosts, targets and files.
8824 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8825 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8826 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8827 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8828 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8829 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8830 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8831 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8832 * config/sparc/tm-sp64sim.h: Delete.
8833 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8834 hosts.
8835 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8836 mips*-dec-mach3* targets.
8837
8838 2003-02-04 Michael Chastain <mec@shout.net>
8839
8840 * NEWS: Fix typo: sepcifying -> specifying.
8841
8842 2003-02-04 Michael Chastain <mec@shout.net>
8843
8844 * dwarfread.c: Add documentation on the state of dwarf-1,
8845 looking towards obsoletion.
8846
8847 2003-02-03 Michael Chastain <mec@shout.net>
8848
8849 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8850 gdb/testsuite/gdb.c++/pr-1023.exp.
8851
8852 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8853
8854 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8855 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8856
8857 * utils.c (init_page_info): Delete reference to MPW in comments.
8858 * main.c (captured_main): Delete #ifdef MPW.
8859
8860 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8861
8862 * NEWS: Note that the m32r-*-elf* is obsolete.
8863 * monitor.c (monitor_expect): Obsolete reference to m32r.
8864 * configure.tgt: Mark m32r-*-elf* as obsolete.
8865 * MAINTAINERS: Mark m32k as obsolete.
8866 * m32r-rom.c: Obsolete file.
8867 * config/m32r/m32r.mt: Obsolete file.
8868 * config/m32r/tm-m32r.h: Obsolete file.
8869 * m32r-stub.c: Obsolete file.
8870 * m32r-tdep.c: Obsolete file.
8871
8872 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8873
8874 * NEWS: Mention that the z8k-zilog-none is obsolete.
8875 * MAINTAINERS: Mark z8k as obsolete.
8876 * configure.tgt: Obsolete the z8k-*-coff* target.
8877 * config/z8k/z8k.mt: Obsolete file.
8878 * config/z8k/tm-z8k.h: Obsolete file.
8879 * z8k-tdep.c: Obsolete file.
8880
8881 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8882
8883 * NEWS: Mention that the mn10200-elf is obsolete.
8884 * configure.tgt: Obsolete mn10200-*-* target.
8885 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8886 mention that the mn10200 is obsolete.
8887 * breakpoint.h: Ditto.
8888 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8889 * config/mn10200/mn10200.mt: Obsolete file.
8890 * config/mn10200/tm-mn10200.h: Obsolete file.
8891 * mn10200-tdep.c: Obsolete file.
8892
8893 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8894
8895 * MAINTAINERS: Mark h8500 as obsolete.
8896 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8897 * findvar.c (value_from_register): Ditto.
8898 * h8500-tdep.c: Mark file as obsolete.
8899 * config/h8500/h8500.mt: Ditto.
8900 * config/h8500/tm-h8500.h: Ditto.
8901 * NEWS: Mention that h8500 is obsolete.
8902
8903 2003-02-04 David Carlton <carlton@math.stanford.edu>
8904
8905 * objfiles.c (allocate_objfile): Always set name. Add comment at
8906 start of function.
8907 * jv-lang.c (get_dynamics_objfile): Add comment.
8908
8909 2003-02-04 David Carlton <carlton@math.stanford.edu>
8910
8911 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8912 * printcmd.c (build_address_symbolic): Replace uses of
8913 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8914 SYMBOL_NAME, and asm_demangle.
8915 Update copyright.
8916
8917 2003-02-04 David Carlton <carlton@math.stanford.edu>
8918
8919 * linespec.c (decode_compound): Extract code into
8920 lookup_prefix_sym.
8921 (lookup_prefix_sym): New function.
8922
8923 2003-02-04 David Carlton <carlton@math.stanford.edu>
8924
8925 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8926 FLOAT_COERCION_BADNESS.
8927 * gdbtypes.c (rank_one_type): Replace all uses of
8928 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8929
8930 2003-02-04 Jim Blandy <jimb@redhat.com>
8931
8932 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8933 section, let dwarf_macinfo_section point to it, not
8934 dwarf_loc_section.
8935
8936 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8937
8938 Pointed out by Anton Blanchard <anton@samba.org>.
8939 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8940 (ppc_linux_at_sigtramp_return_path): Use it.
8941
8942 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8943
8944 * defs.h (streq): Add prototype.
8945 * utils.c (streq): New function.
8946
8947 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8948 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8949 * mdebugread.c (new_symbol): Likewise.
8950 * stabsread.c (define_symbol): Likewise.
8951 * coffread.c (process_coff_symbol): Likewise.
8952 * dwarfread.c (new_symbol): Likewise.
8953
8954 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8955 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8956 here.
8957 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8958 SYMBOL_INIT_DEMANGLED_NAME.
8959 * objfiles.c: Include "hashtab.h".
8960 (allocate_objfile): Call htab_set_functions_ex for the
8961 demangled_names_hash.
8962 (free_objfile): Call htab_delete for the demangled_names_hash.
8963 * objfiles.h (struct htab): Add declaration.
8964 (struct objfile): Add demangled_names_hash.
8965 * symfile.c: Include "hashtab.h".
8966 (reread_symbols): Call htab_delete for the demangled_names_hash.
8967 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8968 SYMBOL_NAME in the bcache.
8969 * symtab.c: Include "hashtab.h". Update comments.
8970 (create_demangled_names_hash, symbol_set_names): New functions.
8971 (symbol_find_demangled_name): New function, broken out from
8972 symbol_init_demangled_names.
8973 (symbol_init_demangled_names): Use it.
8974 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8975 (SYMBOL_SET_NAMES): New macro.
8976 (symbol_set_names): Add prototype.
8977
8978 2003-02-03 Jim Blandy <jimb@redhat.com>
8979
8980 Use a single, consistent representation for an empty minimal
8981 symbol table in an objfile.
8982 * objfiles.c (terminate_minimal_symbol_table): New function.
8983 (allocate_objfile): Call it.
8984 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8985 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8986 non-NULL.
8987 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8988 objfile has minimal symbols, compare minimal_symbol_count to zero,
8989 instead of comparing msymbols with NULL.
8990 * objfiles.c (have_minimal_symbols): Same.
8991 * solib-sunos.c (solib_add_common_symbols): Call
8992 terminate_minimal_symbol_table.
8993 * symfile.c (reread_symbols): Same.
8994
8995 2003-02-03 Kevin Buettner <kevinb@redhat.com>
8996
8997 * s390-tdep.c (s390_address_class_type_flags)
8998 (s390_address_class_type_flags_to_name)
8999 (s390_address_class_name_to_type_flags): New functions.
9000 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
9001 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
9002
9003 2003-02-03 Michael Snyder <msnyder@redhat.com>
9004
9005 * arm-tdep.c: Fix spell-o in comment.
9006
9007 2003-02-03 Michal Ludvig <mludvig@suse.cz>
9008
9009 * dwarf2cfi.c (pointer_encoding): Added new parameter.
9010 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
9011 error messages to contain BFD filename.
9012
9013 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
9014
9015 Fix PR gdb/742 gdb/743 gdb/877
9016 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
9017 (do_mixed_source_and_assembly): Use
9018 make_cleanup_ui_out_tuple_begin_end and
9019 make_cleanup_ui_out_tuple_begin_end.
9020 (do_mixed_source_and_assembly): Ditto.
9021 * thread.c (do_captured_list_thread_ids): Ditto.
9022 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
9023 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
9024 ui_out_tuple_end): Delete prototypes.
9025 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
9026 ui_out_list_end, ui_out_tuple_end): Delete.
9027
9028 From Kevin Buettner <kevinb@redhat.com>:
9029 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
9030 * ui-out.c (make_cleanup_ui_out_table_begin_end)
9031 (do_cleanup_table_end): New functions.
9032 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
9033 Use cleanups to invoke_ui_out_tuple_end().
9034 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
9035 * cli/cli-setshow.c (cmd_show_list): Use
9036 make_cleanup_ui_out_tuple_begin_end.
9037
9038 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9039
9040 * frame.c (frame_unwind_register): New function.
9041 (frame_unwind_unsigned_register): Use.
9042 (frame_unwind_signed_register): Use.
9043 (frame_read_register): New function.
9044 * frame.h (frame_unwind_register): Declare.
9045 (frame_read_register): Declare.
9046
9047 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
9048 and frame_unwind_register instead of read_memory, write_register
9049 and deprecated_write_register_bytes.
9050
9051 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9052
9053 * frame.h: Note that namelen can be negative.
9054 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
9055 NAME's length.
9056
9057 * NEWS: Mention that the d10v's `regs' command is deprecated.
9058 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
9059 (d10v_print_registers_info): New function.
9060 (show_regs): Call d10v_print_registers_info.
9061 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
9062
9063 2003-02-02 Mark Kettenis <kettenis@gnu.org>
9064
9065 * stack.c (print_frame_info): Restore call to annotate_frame_begin
9066 lost in the previous patch.
9067
9068 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9069
9070 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
9071 * stack.c (print_frame_info_base): Output complete FRAME tuple
9072 for synthesized frames.
9073
9074 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9075
9076 * mips-nat.c (zerobuf): Delete.
9077 (fetch_inferior_registers): Alloc local zerobuf.
9078 (fetch_core_registers): Alloc local zerobuf.
9079 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
9080 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
9081 * thread-db.c (thread_db_store_registers): Ditto.
9082 * sh-tdep.c (sh_do_register): Ditto.
9083 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
9084 * remote-sim.c (gdbsim_store_register): Ditto.
9085 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9086 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9087 * monitor.c (monitor_supply_register): Ditto.
9088 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
9089 * mips-nat.c (fetch_inferior_registers): Ditto.
9090 * m68klinux-nat.c (fetch_register): Ditto.
9091 * lynx-nat.c (fetch_inferior_registers): Ditto.
9092 (fetch_inferior_registers): Ditto.
9093 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
9094 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9095 (hpux_thread_store_registers): Ditto.
9096 * hppah-nat.c (fetch_register): Ditto.
9097 * hppab-nat.c (fetch_register): Ditto.
9098 * hppa-tdep.c (pa_register_look_aside): Ditto.
9099 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
9100 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
9101
9102 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9103
9104 * gdbarch.sh: Explictly specify all method levels. When a
9105 variable with an empty level, provide a non-multi-arch default.
9106 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
9107 * gdbarch.h: Re-generate.
9108 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
9109 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
9110
9111 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9112
9113 * defs.h (host_pointer_to_address): Delete declaration.
9114 (address_to_host_pointer): Delete declaration.
9115 * utils.c (host_pointer_to_address): Delete function.
9116 (address_to_host_pointer): Delete function.
9117 * procfs.c (procfs_address_to_host_pointer): New function.
9118 * procfs.c (proc_set_watchpoint): Use.
9119 (procfs_can_use_hw_breakpoint): Update comments.
9120 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
9121 (som_solib_add): Use.
9122 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
9123 * hppa-tdep.c (unwind_command): Use.
9124
9125 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9126
9127 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
9128 strlen d_name.
9129
9130 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
9131 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
9132 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
9133 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
9134 (define_symbol): Update.
9135 * symfile.c (generic_load): Remove references to nindy.
9136 * symtab.c: Remove references to nindy.
9137
9138 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9139
9140 * infcmd.c (print_float_info): Delete code conditional on
9141 FLOAT_INFO.
9142 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
9143 * config/m68k/nm-apollo68b.h: Ditto.
9144 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
9145 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
9146 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
9147
9148 2003-02-01 Mark Kettenis <kettenis@gnu.org>
9149
9150 * config/i386/tm-i386os9k.h: Removed.
9151
9152 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
9153 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
9154 they're identical to i[3456]86-*-sysv* now.
9155 * config/i386/i386v32.mh: Removed.
9156 * config/i386/xm-i386v32.h: Removed.
9157 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
9158
9159 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
9160
9161 * config/i386/i386dgux.mh: Removed.
9162 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
9163
9164 * configure.in: Fix typo.
9165 * configure: Regenerated.
9166
9167 2003-01-31 David Carlton <carlton@math.stanford.edu>
9168
9169 * dwarf2read.c (dwarf2_locate_sections): Set
9170 dwarf_ranges_section.
9171
9172 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9173
9174 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
9175 * utils.c: Update comments documenting legitimate uses of PTR.
9176
9177 * utils.c: Re-indent.
9178
9179 * config/djgpp/fnchange.lst: Delete nindy files.
9180 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
9181 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
9182 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
9183 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
9184 * nindy-share/README, nindy-share/Onindy.c: Delete files.
9185 * nindy-tdep.c, nindy-share/Makefile: Delete files.
9186 * Makefile.in (init.c): Remove nindy references.
9187 (saber_gdb): Delete rule.
9188 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
9189 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
9190 and a68v-nat.c.
9191 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
9192 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
9193 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
9194 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
9195 nindy-share/stop.h.
9196 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
9197 * saber.suppress: Delete file.
9198
9199 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
9200
9201 * dbxread.c (stabs_data): New static variable.
9202 (fill_symbuf): Support an in-memory buffer for stabs data.
9203 (stabs_seek): New function.
9204 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
9205 (read_ofile_symtab): Use stabs_seek.
9206 (elfstab_build_psymtabs): Take an asection* instead of
9207 an offset and size. Relocate the stabs data if necessary.
9208 Save the section* for dbx_psymtab_to_symtab.
9209 * dwarf2read.c: Add section variables for each debug section.
9210 (dwarf2_locate_sections): Fill them in.
9211 (dwarf2_read_section): Take an asection* argument.
9212 Relocate the section contents if necessary.
9213 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
9214 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
9215 it to dwarf2_read_section.
9216 (dwarf2_build_frame_info): Update callers.
9217 * elfread.c (elf_symfile_read): Update call to
9218 elfstab_build_psymtabs.
9219 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
9220 (DBX_STAB_SECTION): New macro.
9221 * stabsread.h (elfstab_build_psymtabs): Update prototype.
9222 * symfile.c (symfile_dummy_outputs): New function.
9223 (symfile_relocate_debug_section): New function.
9224 * symfile.h (symfile_relocate_debug_section): Add prototype.
9225
9226 2003-01-31 Richard Henderson <rth@redhat.com>
9227
9228 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
9229 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
9230 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
9231 * alpha-tdep.c (alpha_register_name): Add "unique".
9232 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
9233 (ALPHA_UNIQUE_REGNUM): New.
9234 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
9235
9236 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9237
9238 * README: Remove reference to Ericsson 1800 monitor.
9239 * Makefile.in (remote-es.o): Delete rule.
9240 (ALLDEPFILES): Delete remote-es.c.
9241 * remote-es.c: Delete file.
9242 * config/m68k/es1800.mt: Delete file.
9243 * config/djgpp/fnchange.lst: Update.
9244 * configure.tgt: Delete m68*-ericsson-* target.
9245
9246 2003-01-31 Adam Fedor <fedor@gnu.org>
9247
9248 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
9249 Remove duplicate/shadowing variable of same name.
9250
9251 2003-01-30 Jim Blandy <jimb@redhat.com>
9252
9253 * symfile.c (find_separate_debug_file): Assert that the objfile's
9254 directory name we compute ends with a slash, and then assume that
9255 that's so everywhere we use it.
9256
9257 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
9258
9259 * valops.c (value_assign): Flush frame cache after stores to memory
9260 also.
9261
9262 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9263
9264 * Makefile.in (mon960-rom.o): Delete rule.
9265 * mon960-rom.c: Delete file.
9266
9267 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9268
9269 * d10v-tdep.c: Include "frame-unwind.h".
9270 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
9271 list.
9272 (next_addr, uses_frame): Delete.
9273 (struct d10v_unwind_cache): Define.
9274 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
9275 Use info instead of next_addr and uses_frame globals.
9276 (d10v_frame_init_saved_regs): Delete function.
9277 (d10v_init_extra_frame_info): Delete function.
9278 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
9279 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
9280 init_frame_pc or frame_saved_pc.
9281 (d10v_pop_frame): Delete function.
9282 (do_d10v_pop_frame): Delete function.
9283 (d10v_frame_chain): Delete function.
9284 (d10v_frame_chain_valid): Delete function.
9285 (d10v_frame_pc_unwind): New function.
9286 (d10v_frame_id_unwind): New function.
9287 (saved_regs_unwinder): New function.
9288 (d10v_frame_register_unwind): New function.
9289 (d10v_frame_pop): New function.
9290 (d10v_frame_unwind): New variable.
9291 (d10v_frame_p): New function.
9292 (d10v_frame_saved_pc): Delete function.
9293 * Makefile.in (d10v-tdep.o): Update dependencies.
9294
9295 2003-01-30 J. Brobecker <brobecker@gnat.com>
9296
9297 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
9298 causing some regressions due to a change in the default value
9299 for this macro.
9300
9301 2003-01-29 Richard Henderson <rth@redhat.com>
9302 Elena Zannoni <ezannoni@redhat.com>
9303 Daniel Jacobowitz <drow@mvista.com>
9304
9305 Fix PR gdb/961.
9306 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
9307 variables.
9308 (RANGES_SECTION): New.
9309 (dwarf_ranges_buffer): New variable.
9310 (struct comp_unit_head): Add member "die".
9311 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
9312 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
9313 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
9314 (dwarf2_locate_sections): Likewise.
9315 (dwarf2_build_psymtabs): Read .debug_ranges.
9316 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
9317 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
9318 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
9319 Look for DW_AT_ranges and return the bounding box.
9320
9321 2003-01-29 Brian Ford <ford@vss.fsi.com>
9322
9323 * win32-nat.c (cygwin_pid): Removed as unused.
9324 (child_attach): Try fall back to Cygwin pid.
9325
9326 2003-01-29 Jim Blandy <jimb@redhat.com>
9327
9328 * objfiles.h (struct objfile): Doc fix.
9329
9330 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9331
9332 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
9333 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
9334 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
9335 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
9336 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
9337 (FRAME_SAVED_PC): Change to a function with predicate.
9338 * gdbarch.h, gdbarch.c: Re-generate.
9339
9340 2003-01-28 Andrew Cagney <ac131313@redhat.com>
9341
9342 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
9343
9344 * complaints.c (complain): Delete function.
9345 * complaints.h (struct deprecated_complaint): Delete definition.
9346 (complain): Delete declaration.
9347
9348 2003-01-28 Kevin Buettner <kevinb@redhat.com>
9349
9350 * mips-tdep.c (mips_init_extra_frame_info): Return early for
9351 dummy frames.
9352
9353 2003-01-27 Andrew Cagney <ac131313@redhat.com>
9354
9355 * sentinel-frame.h, sentinel-frame.c: New files.
9356 * Makefile.in (frame.o): Update dependencies.
9357 (SFILES): Add sentinel-frame.c.
9358 (sentinel_frame_h): Define.
9359 (COMMON_OBS): Add sentinel-frame.o.
9360 (sentinel-frame.o): Specify dependencies.
9361 * frame.c: Include "sentinel-frame.h".
9362 (frame_register_unwind): Rewrite assuming that there is always a a
9363 ->next frame.
9364 (frame_register, generic_unwind_get_saved_register): Ditto.
9365 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
9366 (create_sentinel_frame, unwind_to_current_frame): New functions.
9367 (get_current_frame): Rewrite using create_sentinel_frame and
9368 unwind_to_current_frame. When possible, always create a frame.
9369 (create_new_frame): Set next to the sentinel frame.
9370 (get_next_frame): Rewrite. Don't go below the level 0 frame.
9371 (deprecated_update_frame_pc_hack): Update the next frame's PC and
9372 ID cache when necessary.
9373 (frame_saved_regs_id_unwind): Use frame_relative_level.
9374 (deprecated_generic_get_saved_register): Use frame_relative_level,
9375 get_frame_saved_regs, get_frame_pc, get_frame_base and
9376 get_next_frame.
9377 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
9378 frame_register.
9379
9380 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9381
9382 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
9383
9384 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9385
9386 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
9387 (maintenance_set_profile_cmd): Use error () instead of warning ().
9388
9389 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9390
9391 * configure.in: Check that -pg works if using --enable-profiling.
9392 Check for monstartup and _mcleanup regardless of --enable-profiling.
9393 * maint.c: Check for monstartup and _mcleanup before using them.
9394 * config.in: Regenerated.
9395 * configure: Regenerated.
9396
9397 2003-01-24 Nick Clifton <nickc@redhat.com>
9398
9399 * Add sh2e support:
9400
9401 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9402
9403 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
9404 (sh2e_show_regs): New.
9405 (sh_gdbarch_init): Handle bfd_mach_sh2e.
9406 * config/sh/tm-sh.h: Added sh2e to comments.
9407
9408 2003-01-23 Jim Blandy <jimb@redhat.com>
9409
9410 * symfile.c (syms_from_objfile): Don't print the "(no debugging
9411 symbols found)" message here; we haven't checked for a separate
9412 debug info file yet, so we don't know yet.
9413 (symbol_file_add_with_addrs_or_offsets): Print it here, after
9414 we've looked everywhere. Also, there's no need to print a special
9415 message when we're loading the separate debug info file: the one
9416 symbol_file_add prints is fine.
9417
9418 2003-01-23 Alexander Larsson <alexl@redhat.com>
9419 Jim Blandy <jimb@redhat.com>
9420
9421 Add support for executables whose debug info has been separated
9422 out into a separate file, leaving only a link behind.
9423 * objfiles.h (struct objfile): New fields: separate_debug_objfile
9424 and separate_debug_objfile_backlink.
9425 (put_objfile_before): New declaration.
9426 * symfile.c: #include "filenames.h".
9427 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
9428 debug info in a separate file, read that, too. Save the addrs
9429 argument, so we can use it again to read the separated debug info;
9430 syms_from_objfile modifies the table we pass it.
9431 (reread_symbols): After re-reading an objfile, call
9432 reread_separate_symbols to refresh its separate debug info
9433 objfile, if it has one.
9434 (reread_separate_symbols, find_separate_debug_file,
9435 get_debug_link_info, separate_debug_file_exists): New functions.
9436 (debug_file_directory): New global var.
9437 (_initialize_symfile): Initialize debug_file_directory, and
9438 provide the new `set debug-file-directory' command to let the user
9439 change it.
9440 * objfiles.c (free_objfile): If this objfile has its debug info in
9441 a separate objfile, free that one too. If this is itself a
9442 separate debug info objfile, clear our parent's backlink.
9443 (put_objfile_before): New function.
9444 * utils.c (gnu_debuglink_crc32): New function.
9445 * defs.h (gnu_debuglink_crc32): New declaration.
9446 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9447 * configure.in: Handle --with-separate-debug-dir config option.
9448 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9449 * acconfig.h (DEBUGDIR): New macro.
9450 * configure, aclocal.m4, config.in: Regenerated.
9451
9452 2003-01-22 Jim Blandy <jimb@redhat.com>
9453
9454 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9455 like the old symbol_file_add, but taking new arguments: you can
9456 now pass in either a `struct section_addr_info' list to say where
9457 each section is loaded, or a `struct section_offsets' table. Pass
9458 these new arguments through to syms_from_objfile as appropriate.
9459 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
9460 with the appropriate quiescent values for the new arguments.
9461
9462 * symfile.c: #include "gdb_assert.h".
9463 (syms_from_objfile): Add the ability to pass in a section offset
9464 table directly, as an alternative to the section_addr_info table.
9465 Document arguments better.
9466 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9467 * symfile.h (syms_from_objfile): Update declaration.
9468 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9469 syms_from_objfile.
9470 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9471
9472 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9473
9474 Original patch by Tom Tromey <tromey@cygnus.com> and
9475 Jason Molenda <jmolenda@apple.com>.
9476 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9477 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9478 * NEWS: Mention profiling.
9479 * configure.in (--enable-gdbtk): Fix typo.
9480 (--enable-profiling): New. Set PROFILE_CFLAGS.
9481 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9482 Fill in function.
9483 (profiling_state): New variable.
9484 (mcleanup_wrapper): New function.
9485 (_initialize_maint): Remove NOTYET, fix call to
9486 add_setshow_boolean_cmd for "maint set profile".
9487 * configure: Regenerated.
9488
9489 2003-01-21 Martin M. Hunt <hunt@redhat.com>
9490
9491 * Makefile.in (install-gdbtk): Install PNG images too.
9492
9493 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9494
9495 * exec.c (text_start): Delete global variable.
9496 (exec_file_attach): Make text_start local to the function.
9497 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9498 * valops.c (hand_function_call): Delete code that handles
9499 BEFORE_TEXT_END and AFTER_TEXT_END.
9500 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9501 of CALL_DUMMY_LOCATION.
9502 * gdbarch.c: Regenerate.
9503 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9504 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9505 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9506 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9507 (text_end): Delete extern declaration.
9508
9509 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9510
9511 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9512 * blockframe.c (backtrace_below_main): Move to "frame.c".
9513 (frame_chain_valid): Delete check for backtrace_below_main.
9514 (_initialize_blockframe): Delete initialization, move ``set
9515 backtrace-below-main'' command to "frame.c".
9516 (do_flush_frames_sfunc): Delete function.
9517 * frame.c: Include "command.h" and "gdbcmd.h".
9518 (frame_type_from_pc): New function.
9519 (create_new_frame): Use frame_type_from_pc.
9520 (legacy_get_prev_frame): New function.
9521 (get_prev_frame): Rewrite. When an old style frame, call
9522 legacy_get_prev_frame. Otherwize, unwind the PC first.
9523 (_initialize_frame): Add ``set backtrace-below-main'' command.
9524 * Makefile.in (frame.o): Update dependencies.
9525
9526 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9527
9528 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9529 DEPRECATED_REGISTERS_INFO.
9530
9531 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9532
9533 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9534 Maintainers'. Update `Various Maintainers'.
9535
9536 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9537
9538 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9539 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9540 Suppress actual parameters when `-'.
9541 * gdbarch.h, gdbarch.c: Regenerate.
9542
9543 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9544
9545 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9546 code handling dummy frames.
9547
9548 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9549
9550 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9551 (struct frame_unwind): Add field pop.
9552 * frame.h (frame_pop): Declare.
9553 * frame.c (frame_saved_regs_pop): New function.
9554 (trad_frame_unwinder): Add frame_saved_regs_pop.
9555 (frame_pop): New function.
9556 * dummy-frame.c (dummy_frame_pop): New function.
9557 (discard_innermost_dummy): New function.
9558 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9559 (dummy_frame_unwind): Add dummy_frame_pop.
9560 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9561 * valops.c (hand_function_call): Ditto.
9562 * stack.c (return_command): Ditto.
9563
9564 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9565
9566 * cris-tdep.c: Fix function declaration indentation.
9567 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9568 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9569 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9570 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9571 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9572 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9573
9574 2003-01-18 Michael Chastain <mec@shout.net>
9575
9576 * README (Unpacking and Installation -- quick overview):
9577 Warn against ".../gdb-5.3/gdb/configure".
9578
9579 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9580
9581 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9582 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9583 (struct frame_unwind): Declare opaque.
9584 (dummy_frame_p): Declare function.
9585 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9586 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9587 * dummy-frame.c: Include "frame-unwind.h".
9588 (dummy_frame_p): New function.
9589 (dummy_frame_unwind): New variable.
9590 * frame.c: Include "frame-unwind.h".
9591 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9592 to use the new unwind field.
9593 (set_unwind_by_pc): Delete function.
9594 (create_new_frame, get_prev_frame): Set unwind field using
9595 frame_unwind_find_by_pc.
9596 (trad_frame_unwind, trad_frame_unwinder): New variables.
9597 * frame.h (trad_frame_unwind): Declare variable.
9598 (frame_id_unwind_ftype): Delete declaration.
9599 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9600 (struct frame_unwind): Declare opaque.
9601 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9602 register_unwind with a single unwind pointer.
9603 * frame-unwind.h, frame-unwind.c: New files.
9604 * Makefile.in (SFILES): Add frame-unwind.c.
9605 (frame_unwind_h): Define.
9606 (COMMON_OBS): Add frame-unwind.o.
9607 (frame-unwind.o): Specify dependencies.
9608 (frame.o, dummy-frame.o): Update dependencies.
9609
9610 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9611
9612 * ada-valprint.c: Eliminate PTR.
9613 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9614 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9615 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9616 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9617 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9618 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9619 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
9620
9621 2003-01-17 Andrew Cagney <ac131313@redhat.com>
9622
9623 * main.c (captured_main): Don't use PTR.
9624 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9625 * gdbtypes.c (lookup_primitive_typename): Ditto.
9626 (lookup_struct_elt_type): Ditto.
9627 * f-valprint.c (info_common_command): Ditto.
9628 (list_all_visible_commons): Ditto.
9629 * jv-typeprint.c (java_type_print_base): Ditto.
9630
9631 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9632 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9633 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9634 i386-interix-nat.c and i386-interix-tdep.c. Rename
9635 m68klinux-nat.c and m68klinux-tdep.c. Rename
9636 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9637 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9638 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9639 * main.c (captured_main): Use xfree, not free.
9640
9641 2003-01-16 Andrew Cagney <ac131313@redhat.com>
9642
9643 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9644 ID back using a parameter.
9645 * frame.c (frame_id_unwind): Update call.
9646 (frame_saved_regs_id_unwind): Update.
9647 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9648 * dummy-frame.h (struct frame_id): Add opaque declaration.
9649 (dummy_frame_id_unwind): Update declaration.
9650
9651 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9652
9653 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9654
9655 2003-01-15 Stephen P. Smith <ischis2@cox.net>
9656
9657 * MAINTAINERS (Stephen P. Smith): Updated email address.
9658
9659 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
9660
9661 Fix PR gdb/898
9662 * breakpoint.c (until_break_command): Add new argument. Use it to
9663 decide whether to stop only at the current frame or not.
9664 * breakpoint.h (until_break_command): Update prototype.
9665 * infcmd.c (until_command): Add new argument to until_break_command
9666 call.
9667 (advance_command): New function.
9668 (_initialize_infcmd): Update help string for 'until' command.
9669 Add new 'advance' command.
9670
9671 2003-01-14 David Carlton <carlton@math.stanford.edu>
9672
9673 * linespec.c (decode_line_1): Normalize comments.
9674 (set_flags): Ditto.
9675 (locate_first_half): Ditto.
9676 (decode_compound): Ditto.
9677 (symtab_from_filename): Ditto.
9678 (decode_all_digits): Ditto.
9679 (decode_dollar): Ditto.
9680 (find_methods): Ditto.
9681 (find_toplevel_char): Ditto.
9682
9683 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9684
9685 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9686 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9687 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9688 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9689 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9690 * language.c, language.h, m32r-tdep.c: Update copyright.
9691 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9692 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9693 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9694 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9695 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9696 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9697
9698 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9699
9700 * stabsread.h (process_later, resolve_cfront_continuation):
9701 Obsolete.
9702 Update copyright years.
9703 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9704 Update copyright year.
9705 * dbxread.c(struct cont_elem): Obsolete.
9706 (process_later, process_now): Obsolete functions.
9707 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9708 Update copyright year.
9709 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9710 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9711 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9712 (parse_partial_symbols): Obsolete cfront support.
9713 * stabsread.c
9714 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9715 macros.
9716 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9717 read_cfront_baseclasses, read_cfront_member_functions,
9718 resolve_cfront_continuation,read_cfront_static_fields,
9719 copy_cfront_struct_fields): Obsolete functions.
9720 (define_symbol, read_one_struct_field): Obsolete cfront support.
9721 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9722 Update Copyright year.
9723
9724 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9725
9726 * stack.c (print_frame_info, print_stack_frame_base_stub,
9727 print_stack_frame_base, show_and_print_stack_frame_stub,
9728 show_and_print_stack_frame, print_only_stack_frame_stub,
9729 print_only_stack_frame): Delete functions.
9730 (print_stack_frame_stub): Call print_frame_info instead of
9731 print_frame_info_base.
9732 (print_frame_info_base): Rename to print_frame_info.
9733 (backtrace_command_1): Call print_frame_info, instead of
9734 print_frame_info_base.
9735 (current_frame_command): Call print_stack_frame, instead of
9736 print_only_stack_frame.
9737 (frame_command): Call print_stack_frame, instead of
9738 show_and_print_stack_frame.
9739 (up_command): Ditto.
9740 (down_command): Ditto.
9741 * frame.h (print_only_stack_frame): Delete prototype.
9742 * infrun.c (normal_stop): Call print_stack_frame, instead of
9743 show_and_print_stack_frame.
9744 * thread.c (info_threads_command): Call print_stack_frame, instead
9745 of print_only_stack_frame.
9746
9747 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9748
9749 * README (Graphical interface to GDB): Update URL. Point at
9750 gdb/links/.
9751
9752 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9753 version match.
9754
9755 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9756
9757 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9758 lines.
9759
9760 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9761
9762 * thread-db.c (attach_thread): Prototype.
9763 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9764 thread information (ti), and valid flags (th_valid, ti_valid).
9765 (attach_thread): Move target_pid_to_str call to after the thread
9766 is added to GDB's list. Initialize the cache.
9767 (thread_get_info_callback, thread_db_map_id2thr)
9768 (thread_db_get_info): New functions.
9769 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9770 (thread_db_store_registers, thread_db_thread_alive)
9771 (thread_db_get_thread_local_address): Use them.
9772 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9773 of calling error() for threads in unknown state.
9774
9775 (clear_lwpid_callback): New function.
9776 (thread_db_resume): Use it to clear the cache.
9777
9778 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9779
9780 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9781 (resume_callback): Remove dead code.
9782
9783 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9784
9785 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9786 predicate.
9787 * gdbarch.h, gdbarch.c: Regenerate.
9788 * stack.c (frame_info): Only initialize the saved registers when
9789 FRAME_INIT_SAVED_REGS_P.
9790 * frame.c (frame_saved_regs_register_unwind): Assert
9791 FRAME_INIT_SAVED_REGS_P.
9792 (deprecated_generic_get_saved_register): Ditto.
9793
9794 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9795
9796 * source.c (openp): Squelch warning about "filename".
9797
9798 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9799
9800 * source.c (openp): If the file does not exist don't necessarily
9801 search the path.
9802
9803 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9804
9805 Fix PR gdb/872.
9806 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9807 (integer_types_same_name_p): New function.
9808 (rank_one_type): Use it.
9809 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9810
9811 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9812
9813 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9814 variables.
9815 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9816 * configure.in: Add --with-sysroot.
9817 * configure: Regenerated.
9818 * main.c (gdb_sysroot): New variable.
9819 (captured_main): Initialize gdb_sysroot.
9820 * defs.h (gdb_sysroot): New extern declaration.
9821 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9822
9823 2003-01-12 Michael Chastain <mec@shout.net>
9824
9825 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9826
9827 2003-01-12 Michael Chastain <mec@shout.net>
9828
9829 * top.c (print_gdb_version): Bump copyright year to 2003.
9830
9831 2003-01-12 David Carlton <carlton@bactrian.org>
9832
9833 * linespec.c (symtab_from_filename): Rename variable 's' to
9834 'file_symtab'.
9835
9836 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9837
9838 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9839 dummy frame.
9840 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9841
9842 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9843
9844 * d10v-tdep.c: Include "gdb_assert.h".
9845 (d10v_store_return_value): Rewrite to match current interface.
9846 (d10v_extract_struct_value_address): Ditto.
9847 (d10v_extract_return_value): Ditto.
9848 (d10v_gdbarch_init): Set store_restore_value,
9849 extract_struct_value_address and extract_return_value.
9850
9851 2003-01-12 J. Brobecker <brobecker@gnat.com>
9852
9853 * hpread.c (set_namestring): New procedure replacing the
9854 SET_NAMESTRING macro.
9855 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9856 by calls to set_namestring.
9857
9858 2003-01-11 J. Brobecker <brobecker@gnat.com>
9859
9860 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9861 a compilation warning.
9862 (hpread_process_one_debug_symbol): Likewise.
9863
9864 2003-01-10 David Carlton <carlton@math.stanford.edu>
9865
9866 * linespec.c (decode_line_1): Rename variable 's' to
9867 'file_symtab'.
9868 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9869 (decode_dollar): Ditto.
9870 (decode_variable): Ditto.
9871 (symbol_found): Ditto.
9872
9873 2003-01-09 Michael Chastain <mec@shout.net>
9874
9875 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9876
9877 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
9878
9879 * win32-nat.c (set_process_privilege): New function.
9880 (child_attach): Call set_process_privilege() to enable the
9881 SE_DEBUG_NAME user privilege if available in process token.
9882
9883 2003-01-10 J. Brobecker <brobecker@gnat.com>
9884
9885 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9886 compilation error in the previous revision.
9887
9888 2003-01-09 David Carlton <carlton@math.stanford.edu>
9889
9890 * linespec.c: Update copyright.
9891
9892 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
9893
9894 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9895 than inferior_ptid.
9896 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9897
9898 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9899
9900 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9901 Update comments.
9902 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9903 (frame_saved_regs_zalloc): Update.
9904 (frame_saved_regs_register_unwind): Update.
9905 (create_new_frame): Update.
9906 (get_prev_frame): Update.
9907 (frame_extra_info_zalloc): Update.
9908 (deprecated_get_frame_saved_regs): Update.
9909 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9910 * cris-tdep.c: Update comment.
9911
9912 * somsolib.h: Fix function indentation.
9913 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9914 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9915 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9916 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9917 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9918
9919 * infrun.c (follow_fork): Use ISO C definition.
9920 * expprint.c (print_subexp): Use xfree instead of free.
9921 * charset.c: Include "gdb_string.h" instead of <string.h>.
9922 (register_iconv_charsets): Use ISO C definition.
9923 (host_charset, target_charset): Ditto.
9924 * Makefile.in (charset.o): Update dependencies.
9925 (mi-cmd-env.o): Update dependencies.
9926
9927 2003-01-08 Andrew Cagney <cagney@redhat.com>
9928
9929 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9930 get_frame_base.
9931
9932 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9933
9934 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9935 build directories. Save edited gdb output in Mbuild.log. If a
9936 build fails, remove any final GDB executable.
9937
9938 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9939
9940 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9941 replacing hex constants with function names and stripping leading
9942 file name directory prefixes.
9943
9944 2003-01-08 Andrew Cagney <cagney@redhat.com>
9945
9946 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9947 get_frame_base.
9948
9949 2003-01-08 David Carlton <carlton@math.stanford.edu>
9950
9951 * linespec.c (decode_line_1): Move code into decode_variable.
9952 (decode_variable): New function.
9953
9954 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9955
9956 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9957
9958 2003-01-08 Andrew Cagney <cagney@redhat.com>
9959
9960 * cris-tdep.c (cris_frame_init_saved_regs): Use
9961 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9962 saved_regs buffer.
9963 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9964 (sh64_nofp_frame_init_saved_regs): Ditto.
9965 (sh_fp_frame_init_saved_regs): Ditto.
9966 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9967 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9968 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9969 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9970
9971 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
9972
9973 * minsyms.c (lookup_minimal_symbol): Update comment.
9974 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9975 (lookup_minimal_symbol_solib_trampoline): Likewise.
9976
9977 2003-01-08 Andrew Cagney <cagney@redhat.com>
9978
9979 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9980 frame_relative_level.
9981
9982 * alpha-tdep.c: Use get_frame_extra_info.
9983 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9984 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9985 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9986 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9987
9988 * alpha-tdep.c: Use get_next_frame.
9989 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9990 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9991 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9992 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9993 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9994 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9995 * xstormy16-tdep.c: Ditto.
9996
9997 2003-01-07 Andrew Cagney <cagney@redhat.com>
9998
9999 * alpha-tdep.c: Use get_frame_base.
10000 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10001 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10002 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10003 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
10004 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
10005 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10006 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
10007 * config/sparc/tm-sparc.h: Ditto.
10008
10009 2003-01-07 Andrew Cagney <cagney@redhat.com>
10010
10011 * frame.c (deprecated_get_frame_context): New function.
10012 (deprecated_set_frame_context): New function.
10013 * frame.h (deprecated_get_frame_context): Declare.
10014 (deprecated_set_frame_context): Declare.
10015 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
10016 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
10017
10018 2003-01-07 Andrew Cagney <cagney@redhat.com>
10019
10020 * frame.c (deprecated_set_frame_next_hack): New function.
10021 (deprecated_set_frame_prev_hack): New function.
10022 * frame.h (deprecated_set_frame_next_hack): Declare.
10023 (deprecated_set_frame_prev_hack): Declare.
10024 * mcore-tdep.c (analyze_dummy_frame): Use
10025 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
10026 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
10027
10028 2003-01-07 David Carlton <carlton@math.stanford.edu>
10029
10030 * linespec.c (decode_line_1): Move code into decode_dollar.
10031 (decode_dollar): New function.
10032
10033 2003-01-07 Andrew Cagney <cagney@redhat.com>
10034
10035 * arm-tdep.c (arm_init_extra_frame_info): Use
10036 deprecated_update_frame_base_hack.
10037 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
10038 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
10039 (fix_frame_pointer): Ditto.
10040 (mn10300_analyze_prologue): Ditto.
10041
10042 2003-01-07 Andrew Cagney <cagney@redhat.com>
10043
10044 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
10045 extra_info using frame_extra_info_zalloc.
10046 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
10047 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
10048 (sh64_init_extra_frame_info): Ditto.
10049 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
10050 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
10051 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
10052 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
10053 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
10054 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
10055 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
10056 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
10057 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
10058 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
10059 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
10060 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
10061
10062 * mn10300-tdep.c (analyze_dummy_frame): Use
10063 deprecated_set_frame_extra_info_hack.
10064 * mcore-tdep.c (analyze_dummy_frame): Ditto.
10065
10066 2003-01-07 J. Brobecker <brobecker@gnat.com>
10067
10068 * mdebugread.c (parse_symbol): Skip stProc entries which storage
10069 class is not scText. These do not define "real" procedures.
10070 (parse_partial_symbols): Likewise.
10071
10072 2003-01-06 Michael Snyder <msnyder@redhat.com>
10073
10074 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
10075
10076 2003-01-06 Andrew Cagney <ac131313@redhat.com>
10077
10078 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
10079 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
10080 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
10081 deprecated_frame_xmalloc_with_cleanup.
10082 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
10083 deprecated_frame_xmalloc.
10084 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
10085 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
10086
10087 2003-01-06 Andrew Cagney <cagney@redhat.com>
10088
10089 * x86-64-linux-tdep.c: Include "osabi.h".
10090 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
10091
10092 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
10093
10094 2003-01-06 Andrew Cagney <cagney@redhat.com>
10095
10096 * MAINTAINERS (Target Instruction Set Architectures): Update
10097 arm-elf. Can be built with -Werror, has been multiarched.
10098
10099 * value.h (unpack_long): Make buffer parameter constant.
10100 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
10101 * scm-lang.h (scm_parse): Ditto.
10102 * defs.h (extract_typed_address, extract_address): Ditto.
10103 (extract_long_unsigned_integer): Ditto.
10104 * inferior.h (unsigned_pointer_to_address): Ditto.
10105 (signed_pointer_to_address): Ditto.
10106 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
10107 * gdbarch.h, gdbarch.c: Regenerate.
10108 * findvar.c (extract_long_unsigned_integer): Update.
10109 (extract_address): Update.
10110 (extract_typed_address): Update.
10111 (unsigned_pointer_to_address): Update.
10112 * values.c (unpack_long): Update.
10113 (unpack_double): Update.
10114 (unpack_pointer): Update.
10115 (unpack_field_as_long): Update.
10116 * d10v-tdep.c (d10v_pointer_to_address): Update.
10117 * avr-tdep.c (avr_pointer_to_address): Update.
10118 * scm-lang.c (scm_unpack): Update.
10119 * findvar.c (signed_pointer_to_address): Update.
10120
10121 2003-01-06 Michal Ludvig <mludvig@suse.cz>
10122
10123 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
10124 since it is in i386-tdep.c.
10125
10126 2003-01-06 J. Brobecker <brobecker@gnat.com>
10127
10128 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
10129 failure introduced in the previous change.
10130
10131 2003-01-05 Michael Chastain <mec@shout.net>
10132
10133 * README: Remove references to deleted remote-*.c files:
10134 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
10135 remote-nrom.c, remote-os9k.c, remote-udi.c.
10136
10137 2003-01-05 Mark Kettenis <kettenis@gnu.org>
10138
10139 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
10140 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
10141 i386_get_longjmp_target.
10142
10143 2003-01-05 Andrew Cagney <ac131313@redhat.com>
10144
10145 * arm-tdep.c (prologue_cache): Change to a pointer.
10146 (_initialize_arm_tdep): Allocate prologue_cache.
10147 (check_prologue_cache): Update.
10148 (save_prologue_cache): Update.
10149 (arm_gdbarch_init): Update.
10150
10151 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10152
10153 * stabsread.c (update_method_name_from_physname): Call complaint()
10154 instead of error.
10155
10156 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10157
10158 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
10159 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
10160 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
10161
10162 * blockframe.c: Include "gdbcmd.h" and "command.h".
10163 (backtrace_below_main): New variable.
10164 (file_frame_chain_valid, func_frame_chain_valid)
10165 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
10166 (generic_func_frame_chain_valid): Remove functions.
10167 (frame_chain_valid, do_flush_frames_sfunc): New functions.
10168 (_initialize_blockframe): New function.
10169 * Makefile.in (blockframe.o): Update dependencies.
10170 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
10171 comment. Call frame_chain_valid ().
10172 * frame.h: Remove old prototypes. Add prototype for
10173 frame_chain_valid and update comments to match.
10174 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
10175 Remove old comment.
10176 * gdbarch.h: Regenerated.
10177 * gdbarch.c: Regenerated.
10178
10179 * alpha-tdep.c (alpha_gdbarch_init): Don't call
10180 set_gdbarch_frame_chain_valid.
10181 * avr-tdep.c (avr_gdbarch_init): Likewise.
10182 * cris-tdep.c (cris_gdbarch_init): Likewise.
10183 * frv-tdep.c (frv_gdbarch_init): Likewise.
10184 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
10185 * i386-tdep.c (i386_svr4_init_abi): Likewise.
10186 (i386_nw_init_abi): Likewise.
10187 (i386_gdbarch_init): Likewise.
10188 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
10189 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
10190 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
10191 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
10192 * mips-tdep.c (mips_gdbarch_init): Likewise.
10193 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
10194 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
10195 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
10196 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10197 * s390-tdep.c (s390_gdbarch_init): Likewise.
10198 * sh-tdep.c (sh_gdbarch_init): Likewise.
10199 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10200 * v850-tdep.c (v850_gdbarch_init): Likewise.
10201 * vax-tdep.c (vax_gdbarch_init): Likewise.
10202 * x86-64-tdep.c (x86_64_init_abi): Likewise.
10203
10204 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
10205 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
10206 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
10207 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
10208 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
10209 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
10210 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
10211 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
10212
10213 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10214
10215 * Makefile.in (acconfig_h): Remove incorrect macro.
10216 (config_h): Define.
10217 (osabi.o): Update dependencies.
10218 * configure.tgt: Set gdb_osabi based on target triplet.
10219 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
10220 * configure: Regenerated.
10221 * config.in: Regenerated.
10222 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
10223 (GDB_OSABI_DEFAULT): Define if not already defined.
10224 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
10225 (set_osabi_string): New variables.
10226 (gdbarch_register_osabi): Add new OS ABI to
10227 gdb_osabi_available_names.
10228 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
10229 (set_osabi, show_osabi): New functions.
10230 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
10231
10232 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10233
10234 * arch-utils.c (gdbarch_info_init): Set osabi to
10235 GDB_OSABI_UNINITIALIZED.
10236 * gdbarch.sh: Add osabi to struct gdbarch and to struct
10237 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
10238 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
10239 * gdbarch.c: Regenerated.
10240 * gdbarch.h: Regenerated.
10241 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
10242 there's no BFD.
10243 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
10244 * osabi.h (enum gdb_osabi): Move to defs.h.
10245 (gdbarch_init_osabi): Update prototype.
10246 * defs.h (enum gdb_osabi): Moved here.
10247 * Makefile.in: Update dependencies.
10248
10249 * alpha-tdep.h: Don't include "osabi.h".
10250 (struct gdbarch_tdep): Remove osabi member.
10251 * alpha-tdep.c: Include "osabi.h".
10252 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10253 iterate over arches. Update call to gdbarch_init_osabi.
10254 (alpha_dump_tdep): Don't dump osabi.
10255 * alpha-linux-tdep.c: Include "osabi.h".
10256 * alpha-osf1-tdep.c: Include "osabi.h".
10257 * alphafbsd-tdep.c: Include "osabi.h".
10258 * alphanbsd-tdep.c: Include "osabi.h".
10259
10260 * arm-tdep.h: Don't include "osabi.h".
10261 (struct gdbarch_tdep): Remove osabi member.
10262 * arm-tdep.c: Include "osabi.h".
10263 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10264 iterate over arches. Update call to gdbarch_init_osabi.
10265 (arm_dump_tdep): Don't dump osabi.
10266 * arm-linux-tdep.c: Include "osabi.h".
10267 * armnbsd-tdep.c: Include "osabi.h".
10268
10269 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
10270 Update call to gdbarch_init_osabi.
10271
10272 * i386-tdep.h: Don't include "osabi.h".
10273 (struct gdbarch_tdep): Remove osabi member.
10274 * i386-tdep.c: Include "osabi.h".
10275 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10276 iterate over arches. Update call to gdbarch_init_osabi.
10277 (i386_dump_tdep): Don't dump osabi.
10278 * i386-linux-tdep.c: Include "osabi.h".
10279 * i386-sol2-tdep.c: Include "osabi.h".
10280 * i386bsd-tdep.c: Include "osabi.h".
10281 * i386gnu-tdep.c: Include "osabi.h".
10282 * i386ly-tdep.c: Include "osabi.h".
10283 * i386nbsd-tdep.c: Include "osabi.h".
10284 * i386obsd-tdep.c: Include "osabi.h".
10285
10286 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
10287 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10288 check osabi when iterating over arches. Update call to
10289 gdbarch_init_osabi.
10290 (mips_dump_tdep): Don't dump osabi.
10291
10292 * ns32k-tdep.h: Don't include "osabi.h".
10293 (struct gdbarch_tdep): Remove.
10294 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
10295 gdbarch_lookup_osabi. Don't iterate over arches. Don't
10296 allocate tdep. Update call to gdbarch_init_osabi.
10297 (ns32k_dump_tdep): Remove.
10298 (_initialize_ns32k_tdep): Update call to gdbarch_register.
10299 * ns32knbsd-tdep.c: Include "osabi.h".
10300
10301 * ppc-tdep.h: Don't include "osabi.h".
10302 (struct gdbarch_tdep): Remove osabi member.
10303 * rs6000-tdep.c: Include "osabi.h".
10304 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
10305 osabi when iterating over arches. Update call to
10306 gdbarch_init_osabi.
10307 (rs6000_dump_tdep): Don't dump osabi.
10308 * ppc-linux-tdep.c: Include "osabi.h".
10309 * ppcnbsd-tdep.c: Include "osabi.h".
10310
10311 * sh-tdep.h: Don't include "osabi.h".
10312 (struct gdbarch_tdep): Remove osabi member.
10313 * sh-tdep.c: Include "osabi.h".
10314 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10315 iterate over arches. Update call to gdbarch_init_osabi.
10316 (sh_dump_tdep): Don't dump osabi.
10317 * shnbsd-tdep.c: Include "osabi.h".
10318
10319 * sparc-tdep.c: Include "osabi.h".
10320 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10321 iterate over arches. Update call to gdbarch_init_osabi.
10322 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
10323 tdep structure.
10324
10325 * vax-tdep.h: Don't include "osabi.h".
10326 (struct gdbarch_tdep): Remove.
10327 * vax-tdep.c: Include "osabi.h".
10328 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10329 iterate over arches. Don't allocate tdep. Update call
10330 to gdbarch_init_osabi.
10331 (vax_dump_tdep): Remove.
10332 (_initialize_vax_tdep): Update call to gdbarch_register.
10333
10334 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10335
10336 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
10337 entirely.
10338 (breakpoint_re_set_one): Don't fetch the value for a disabled
10339 watchpoint.
10340
10341 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10342
10343 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
10344 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
10345 (COERCE_FLOAT_TO_DOUBLE): Remove.
10346 * gdbarch.c: Regenerate.
10347 * gdbarch.h: Regenerate.
10348 * Makefile.in: Remove value_h from gdbarch_h.
10349 * valops.c (coerce_float_to_double): New variable.
10350 (default_coerce_float_to_double): Remove.
10351 (standard_coerce_float_to_double): Remove.
10352 (value_arg_coerce): Use coerce_float_to_double.
10353 (_initialize_valops): Add "set coerce-float-to-double".
10354 * value.h (default_coerce_float_to_double): Remove prototype.
10355 (standard_coerce_float_to_double): Remove prototype.
10356
10357 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
10358 prototyped.
10359 * mdebugread.c (parse_symbol): Likewise.
10360 * stabsread.c (define_symbol): Mark all functions as prototyped.
10361
10362 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
10363 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
10364 set_gdbarch_coerce_float_to_double.
10365 * arm-tdep.c (arm_gdbarch_init): Likewise.
10366 * frv-tdep.c (frv_gdbarch_init): Likewise.
10367 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
10368 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
10369 * mips-tdep.c (mips_gdbarch_init): Likewise.
10370 (mips_coerce_float_to_double): Remove.
10371 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10372 (rs6000_coerce_float_to_double): Remove.
10373 * s390-tdep.c (s390_gdbarch_init): Likewise.
10374 * sh-tdep.c (sh_gdbarch_init): Likewise.
10375 (sh_coerce_float_to_double): Remove.
10376 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10377 (sparc_coerce_float_to_double): Remove.
10378 * v850-tdep.c (v850_gdbarch_init): Likewise.
10379 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10380 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10381 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
10382 (hppa_coerce_float_to_double): Remove prototype.
10383 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10384
10385 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10386
10387 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
10388
10389 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10390
10391 Suggested by Stewart Brown <sb24@avaya.com>:
10392 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
10393 in recursive calls. Handle TYPE_CODE_TYPEDEF.
10394 (c_type_print_varspec_suffix): Likewise.
10395
10396 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10397
10398 * configure.in: Don't set and AC_SUBST SUBDIRS.
10399 * configure: Regenerated.
10400
10401 * configure.in: Remove code dealing with shared libraries.
10402 * Makefile.in: Remove HLDFLAGS and HLDENV.
10403 * configure: Regenerated.
10404
10405 2003-01-04 Andrew Cagney <ac131313@redhat.com>
10406
10407 * frame.c (deprecated_frame_xmalloc): New function.
10408 (deprecated_set_frame_saved_regs_hack): New function.
10409 (deprecated_set_frame_extra_info_hack): New function.
10410 * frame.h (deprecated_frame_xmalloc): Declare.
10411 (deprecated_set_frame_saved_regs_hack): Declare.
10412 (deprecated_set_frame_extra_info_hack): Declare.
10413
10414 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10415
10416 * configure.in: Move code that provides the --enable-gdbtk option
10417 right after the code that handles the --enable-tui option, and
10418 polish it somewhat.
10419 * configure: Regenerated.
10420
10421 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
10422 AC_CHECK_FUNCS and remove the old check for pread64.
10423 * acinclude.m4 (AC_GNU_SOURCE): New macro.
10424 * acconfig.h (_GNU_SOURCE): Add.
10425 (HAVE_PREAD64): Remove.
10426 * configure, aclocal.m4, config.in: Regenerated.
10427
10428 2003-01-03 Andrew Cagney <ac131313@redhat.com>
10429
10430 * alpha-tdep.c: Use get_frame_saved_regs.
10431 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10432 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10433 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10434 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10435 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10436
10437 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10438
10439 * configure.in: Remove all use of the SUBDIRS variable; add
10440 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10441 code providing the --enable-multi-ice option, and move it right in
10442 front of the code that checks whether gdbserver is supported.
10443 Polish that too.
10444 * configure: Regenerated.
10445 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10446 @SUBDIRS@.
10447
10448 2003-01-03 Andrew Cagney <cagney@redhat.com>
10449
10450 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10451 * avr-tdep.c, cris-tdep.c: Ditto.
10452 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10453 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10454
10455 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10456
10457 * configure.in: Remove --enable-netrom option.
10458 * configure: Regenerated.
10459
10460 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10461
10462 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10463 declaration for `struct re_pattern_buffer' instead.
10464 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10465
10466 2003-01-03 J. Brobecker <brobecker@gnat.com>
10467
10468 * mdebugread.c (parse_symbol): Count until the stEnd matching
10469 the structure name.
10470
10471 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10472
10473 * configure.in: Remove --with-cpu option.
10474 subscripts. Remove evil changequotes here.
10475 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10476 * config.in, configure: Regenerated.
10477
10478 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10479 * configure.in: Cleanup section that sources GDB and BFD configure
10480 subscripts. Remove evil changequotes here.
10481 * config.in, configure: Regenerated.
10482
10483 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10484
10485 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10486 frame accessor methods.
10487 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10488 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10489 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10490 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10491 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10492 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10493 * z8k-tdep.c: Ditto.
10494
10495 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10496
10497 * configure.in: Remove UI_OUT configuration code.
10498 * ada-lang.c: Update assuming UI_OUT is always true.
10499 * Makefile.in (UIOUT_CFLAGS): Remove.
10500 * configure: Regenerated.
10501 * TODO: Remove blurb about elimination of -DUI_OUT.
10502
10503 * configure.in: Move code that provides the --enable-gdbcli,
10504 --enable-gdbmi options right before the code that handles the
10505 --enable-tui option. Polish a bit.
10506 * configure: Regenerated.
10507
10508 * configure.in: Rewrite check for GNU regex and the
10509 --without-included regex option, and move it into the "Checks for
10510 library functions" section. This makes us use the system regex
10511 again by default on systems with version 2 of the GNU C library.
10512 This was apparently broken.
10513 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10514 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10515 * config.in, configure: Regenerated.
10516
10517 * configure.in: Move code that provides the --enable-tui option
10518 before the "Checks for libraries" section. Polish the code
10519 somewhat and set need_curses to yes if we build the TUI. Rewrite
10520 code that looks for a library providing termcap functionality to
10521 match more closely what's done in the Readline library, and move
10522 it into to the "Checks for libraries" section.
10523 * configure: Regenerated.
10524 * Makefile.in (TERMCAP): Remove variable.
10525 * config/i386/go32.mh (TERMCAP): Remove variable.
10526
10527 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10528
10529 * MAINTAINERS: Mention gdb_mbuild.sh.
10530 * gdb_mbuild.sh: Rewrite.
10531
10532 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10533
10534 * configure.in: Fix typo in last change.
10535 * config.in, configure: Regenerated.
10536
10537 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10538
10539 * valarith.c (value_binop): Delete obsolete code and comments.
10540 * configure.host: Ditto.
10541 * buildsym.h (make_blockvector): Ditto.
10542 * buildsym.c (make_blockvector): Ditto.
10543 * defs.h (enum language): Ditto.
10544 (chill_demangle): Ditto.
10545 * elfread.c (elf_symtab_read): Ditto.
10546 * dwarfread.c (CHILL_PRODUCER): Ditto.
10547 (set_cu_language): Ditto.
10548 (handle_producer): Ditto.
10549 * expprint.c (print_subexp): Ditto.
10550 * gdbtypes.c (chill_varying_type): Ditto.
10551 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10552 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10553 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10554 (chill_varying_type): Ditto.
10555 * language.h (_LANG_chill): Ditto.
10556 * language.c (binop_result_type, integral_type): Ditto.
10557 (character_type, string_type, structured_type): Ditto.
10558 (lang_bool_type, binop_type_check): Ditto.
10559 * stabsread.h (os9k_stabs): Ditto.
10560 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10561 (define_symbol, read_type, read_struct_fields): Ditto.
10562 (read_array_type, read_enum_type, read_huge_number): Ditto.
10563 (read_range_type, start_stabs): Ditto.
10564 * symfile.c (init_filename_language_table): Ditto.
10565 (add_psymbol_with_dem_name_to_list): Ditto.
10566 * symtab.c (symbol_init_language_specific): Ditto.
10567 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10568 * symtab.h (struct general_symbol_info): Ditto.
10569 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10570 * typeprint.c (typedef_print): Ditto.
10571 * utils.c (fprintf_symbol_filtered): Ditto.
10572 * valops.c (value_cast, search_struct_field, value_slice): Delete
10573 obsolete code.
10574 (varying_to_slice): Delete function.
10575 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10576 (varying_to_slice): Delete declaration.
10577 * MAINTAINERS: Update.
10578
10579 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10580
10581 * configure.in: Reorganize "Checks for library functions section"
10582 a bit. Remove check for `btowc' and `isascii' functions.
10583 * configure: Regenerated.
10584
10585 * acconfig.h (_MSE_INT_H): Remove.
10586 * configure.in: Create "Checks for header files" section, and move
10587 appropriate tests there. Don't check for objlist.h, wchar.h,
10588 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10589 misdetection fix. Also add "Checks for types", "Checks for
10590 compiler characteristics" and "Checks for library functions"
10591 sections.
10592 * config.in, configure: Regenerated.
10593
10594 * configure.in: Create "Checks for programs" section, and move
10595 appropriate tests there.
10596
10597 2003-01-01 Mark Kettenis <kettenis@gnu.org>
10598
10599 * configure.in: Create "Checks for libraries" section, and move
10600 appropriate tests there. Cleanup check for wctype in libw. Use
10601 AC_SEARCH_LIBS to see whether we need libsocket.
10602 * configure: Regenerated.
10603
10604 For older changes see ChangeLog-2002
10605 \f
10606 Local Variables:
10607 mode: change-log
10608 left-margin: 8
10609 fill-column: 74
10610 version-control: never
10611 End: