0da7299021a6e71cbe3fadec74124aadcd348226
[binutils-gdb.git] / gdb / ChangeLog
1 2003-08-18 Andrew Cagney <cagney@redhat.com>
2
3 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
4 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
5 "m68k_frame_p".
6 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
7
8 2003-08-18 Mark Kettenis <kettenis@gnu.org>
9
10 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
11
12 2003-08-18 Michal Ludvig <mludvig@suse.cz>
13
14 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
15 Define.
16 * i386-linux-nat.c: Include "linux-nat.h".
17 (child_post_startup_inferior): New function.
18
19 2003-08-18 Mark Kettenis <kettenis@gnu.org>
20
21 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
22 at the start of a frameless function. This probably fixes PR
23 backtrace/1338.
24
25 2003-08-17 Michael Chastain <mec@shout.net>
26
27 * symfile.c (find_sym_fns): Remove special case for apollo target.
28
29 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
30
31 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
32 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
33 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
34 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
35 (linux_supports_tracevforkdone): New function.
36 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
37 TRACEVFORKDONE.
38 (child_follow_fork): Handle vfork.
39 (linux_handle_extended_wait): Likewise. Also handle exec.
40 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
41 * NEWS: Mention fork tracing.
42
43 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
44
45 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
46
47 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
48
49 * Makefile.in (i386-linux-nat.o): Update dependencies.
50 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
51 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
52 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
53 * i386-linux-nat.c: Include "linux-nat.h".
54 (child_post_startup_inferior): New function.
55 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
56 * infptrace.c (kill_inferior): Wrap in #ifdef.
57 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
58 attaching to each LWP.
59 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
60 (init_lin_lwp_ops): Fill in some more operations.
61 * linux-nat.h (linux_enable_event_reporting)
62 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
63 prototypes.
64 * linux-nat.c (linux_enable_event_reporting): New function.
65 (child_post_attach, linux_child_post_startup_inferior)
66 (child_post_startup_inferior, child_follow_fork)
67 (linux_handle_extended_wait, kill_inferior): New functions.
68
69 2003-08-16 Andrew Cagney <cagney@redhat.com>
70
71 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
72 * gdbarch.h, gdbarch.c: Re-generate.
73
74 2003-08-16 Mark Kettenis <kettenis@gnu.org>
75
76 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
77
78 2003-08-16 Andrew Cagney <cagney@redhat.com>
79
80 * NEWS: Mention that "set prompt-escape-char" was deleted.
81 * top.c (get_prompt_1): Delete function.
82 (gdb_prompt_escape):
83 (init_main): Do not clear "gdb_prompt_escape". Delete "set
84 prompt-escape-char" command.
85 (MAX_PROMPT_SIZE): Delete macro.
86 (get_prompt): Simplify, do not call get_prompt_1.
87
88 2003-08-16 Andrew Cagney <cagney@redhat.com>
89
90 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
91 -Werror. -Wformat-nonliteral problems.
92
93 2003-08-15 J. Brobecker <brobecker@gnat.com>
94
95 Further multiarching work mostly for hppa64-*-hpux11:
96 * hppa-tdep.h: New file.
97 * hppa-tdep.c: #include hppa-tdep.c.
98 (hppa32_num_regs): Renamed from hppa_num_regs.
99 (hppa64_num_regs): New constant.
100 (hppa64_call_dummy_breakpoint_offset): New constant.
101 (hppa32_call_dummy_length): New constant.
102 (hppa64_call_dummy_length): New constant.
103 (hppa32_stack_align): Make name 32bit explicit.
104 (hppa32_register_virtual_type): Likewise.
105 (hppa32_extract_return_value): Likewise.
106 (hppa32_use_struct_convention): Likewise.
107 (hppa32_store_return_value): Likewise.
108 (hppa64_register_virtual_type): New function.
109 (hppa64_extract_return_value): New function.
110 (hppa64_use_struct_convention): New function.
111 (hppa64_store_return_value): New function.
112 (hppa_frame_locals_address): Remove declaration, function does
113 not exist anymore.
114 (hppa_register_byte): Add support for PA64 ABI.
115 (hppa_gdbarch_init): Add support for PA64 ABI.
116 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
117 Make name 32bit explicit.
118 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
119 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
120 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
121 (hppa64_hpux_frame_base_before_sigtramp): New function.
122 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
123 * config/pa/tm-hppa64.h: Remove macros that are no longer
124 necessary now that the gdbarch vector is properly setup.
125 Transform some macros into function calls. Some minor cleanup.
126 * config/pa/tm-hppah.h: Update function calls in macros
127 following the function renaming in hppa-hpux-tdep.c.
128 * Makefile.in (hppa_tdep_h): New variable.
129 (hppa-tdep.o): Add dependency over hppa_tdep_h.
130
131 2003-08-14 Michael Snyder <msnyder@redhat.com>
132
133 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
134
135 2003-08-13 J. Brobecker <brobecker@gnat.com>
136
137 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
138 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
139 routine.
140
141 2003-08-13 Michael Snyder <msnyder@redhat.com>
142
143 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
144 (frv_saved_pc_after_call): Use deprecated ftype.
145 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
146 (frv_remote_translate_xfer_address): Remove.
147 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
148
149 2003-08-13 J. Brobecker <brobecker@gnat.com>
150
151 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
152 initialization after the common gdbarch initialization, not before.
153
154 2003-08-13 J. Brobecker <brobecker@gnat.com>
155
156 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
157 (ADDR_BITS_REMOVE): Remove, redundant.
158
159 2003-08-13 J. Brobecker <brobecker@gnat.com>
160
161 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
162 gdbarch method to clear the 2 low bits of text addresses.
163
164 2003-08-12 Andrew Cagney <cagney@redhat.com>
165
166 * Makefile.in (dsrec.o): Update dependencies.
167 * dsrec.c: Include "gdb_assert.h".
168 (make_srec): Use snprintf instead of sprintf, use a literal format
169 string.
170
171 2003-08-12 Andrew Cagney <cagney@redhat.com>
172
173 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
174 FRAME_OBSTACK_ZALLOC.
175
176 2003-08-12 Kevin Buettner <kevinb@redhat.com>
177
178 * i386-tdep.c (i386_gdbarch_init): Enable default support for
179 SSE registers.
180
181 2003-08-10 Mark Kettenis <kettenis@gnu.org>
182
183 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
184 amd64fbsd_sc_reg_offset): Add extern declarations.
185 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
186 declarations.
187
188 2003-08-11 Ben Elliston <bje@wasabisystems.com>
189
190 * MAINTAINERS (write after approval): Update my mail address.
191
192 2003-08-10 Andrew Cagney <cagney@redhat.com>
193
194 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
195
196 2003-08-10 Mark Kettenis <kettenis@gnu.org>
197
198 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
199 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
200 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
201 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
202 i386bsd_sc_reg_offset): Add extern declarations.
203 * i386obsd-nat.c: Include "i386-tdep.h"
204 (_initialize_i386obsd_nat): Remove extern declarations.
205 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
206 declarations.
207 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
208 declarations.
209
210 * i386-tdep.c (i386_register_to_value): Use get_frame_register
211 instead of frame_read_register.
212 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
213 instead of frame_read_register. Use I386_ESP_REGNUM instead of
214 SP_REGNUM.
215 (i386_frame_prev_register): Use frame_unwind_register_unsigned
216 instead of frame_unwind_unsigned_register. Use
217 I386_EFLAGS_REGISTER instead of PS_REGNUM.
218 (i386_get_longjmp_target): Use regcache_read_unsigned_register
219 instead of read_register. Use builtin_type_void_data_ptr instead
220 of builtin_type_void_func_ptr when extracting the address of the
221 jmp_buf.
222 (i386_extract_return_value, i386_store_return_value,
223 i386_pseudo_register_read, i386_pseudo_register_write): Use
224 register_size instead REGISTER_RAW_SIZE.
225
226 2003-08-10 Andrew Cagney <cagney@redhat.com>
227
228 * infcall.c (call_function_by_hand): Use xstrprintf instead of
229 sprintf. Make "name" constant.
230
231 2003-08-10 Mark Kettenis <kettenis@gnu.org>
232
233 * i387-tdep.c (i387_register_to_value): Use get_frame_register
234 instead of frame_read_register.
235 (i387_print_float_info): Use get_frame_register and
236 get_frame_register_unsigned instead of frame_register_read.
237
238 * i386fbsd-nat.c: Include "i386-tdep.h".
239 (child_resume): Make `eflags' an ULONGEST. Use
240 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
241 instead of register_read and register_write.
242
243 * i386bsd-nat.c (fetch_inferior_registers,
244 store_inferior_registers): Don't use && at the end of a line.
245 (_initialize_i386bsd_nat): Fix typo.
246
247 * frame.c (_initialize_frame): Add missing backslash.
248
249 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
250 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
251 and supply_register instead of manipulating the register buffer
252 directly.
253
254 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
255 * config/i386/nm-i386sol2.h
256 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
257
258 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
259 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
260 instructions that GCC likes to mingle into the prologue. Fixes
261 gdb/1253 and gdb/1255.
262
263 2003-08-09 Andrew Cagney <cagney@redhat.com>
264
265 Fix GDB PR cli/926.
266 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
267 * command.h (add_setshow_uinteger_cmd): Declare.
268 * frame.c (set_backtrace_cmd): New function.
269 (show_backtrace_cmd): New function.
270 * frame.c (_initialize_frame): Replace "set/show
271 backtrace-below-main" with "set/show backtrace past-main". Add
272 command "set/show backtrace limit".
273 (backtrace_past_main): Rename "backtrace_below_main".
274 (backtrace_limit): New variable.
275 (get_prev_frame): Update. Check the backtrace_limit.
276
277 2003-08-09 Andrew Cagney <cagney@redhat.com>
278
279 * defs.h (xstrprintf): Declare.
280 * utils.c (xstrprintf): New function.
281 * breakpoint.c (insert_breakpoints): Replace sprintf and
282 non-literal format strings, with xstrprintf and cleanups.
283 (delete_breakpoint,breakpoint_re_set): Ditto.
284 (commands_command, insert_breakpoints): Ditto.
285 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
286 (break_at_finish_command_1): Ditto.
287
288 2003-08-09 Andrew Cagney <cagney@redhat.com>
289
290 * MAINTAINERS (language support): List Adam Fedor as Objective C
291 maintainer.
292
293 2003-08-08 J. Brobecker <brobecker@gnat.com>
294
295 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
296 are now multiarched.
297
298 2003-08-08 J. Brobecker <brobecker@gnat.com>
299
300 * config/pa/tm-hppa64.h: Remove lots of macros that are no
301 longer necessary now that hppa64 is partially multiarch'ed.
302
303 2003-08-08 Andrew Cagney <cagney@redhat.com>
304
305 * interps.c (interp_set): Check for a NULL "old_interp".
306
307 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
308
309 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
310 (install-only): Support DESTDIR.
311 (uninstall): Likewise.
312 (install-gdbtk): Likewise.
313
314 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
315
316 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
317 contains something meaningful at all times.
318
319 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
320
321 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
322
323 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
324
325 * MAINTAINERS (write after approval): Added self.
326
327 2003-08-07 Andrew Cagney <cagney@redhat.com>
328
329 * inferior.h (AT_SYMBOL): Define.
330 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
331 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
332 * mips-tdep.c (mips_call_dummy_address): Delete function.
333 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
334 set call_dummy_address.
335
336 2003-08-07 Andrew Cagney <cagney@redhat.com>
337
338 * language.c (op_error): Delete function.
339 (binop_type_check): Delete function.
340 * language.h (type_op_error, range_op_error): Delete macros.
341 (op_error): Delete declaration.
342
343 2003-08-07 Andrew Cagney <cagney@redhat.com>
344
345 * interps.h (INTERP_MI2, INTERP_MI3): Define.
346
347 2003-08-07 Michal Ludvig <mludvig@suse.cz>
348
349 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
350 (x86_64_push_arguments): Skip the red zone.
351
352 2003-08-05 Andrew Cagney <cagney@redhat.com>
353
354 * reggroups.c (reggroup_next): Check for the final entry.
355
356 2003-08-04 Andrew Cagney <cagney@redhat.com>
357
358 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
359 * cli/cli-script.c (define_command): Call query directly, instead
360 of passing it a buffer.
361 * ocd.c (ocd_error): Pass error a constant format string.
362 * remote-mips.c (mips_error): Use fputs_filtered.
363
364 * solib-svr4.c (_initialize_svr4_solib): Update
365 register_gdbarch_data call.
366 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
367
368 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
369 (register_gdbarch_data): Delete "free" parameter. Update
370 comments.
371 * gdbarch.h, gdbarch.c: Re-generate.
372 * reggroups.c (_initialize_reggroup): Update.
373 * gnu-v3-abi.c (init_gnuv3_ops): Update.
374 * frame-base.c (_initialize_frame_base): Update.
375 * frame-unwind.c (_initialize_frame_unwind): Update.
376 * user-regs.c (_initialize_user_regs): Update.
377 * remote.c (_initialize_remote): Update.
378 * regcache.c (_initialize_regcache): Update.
379
380 * regcache.c (xfree_regcache_descr): Delete function.
381 (_initialize_regcache): Update call to register_gdbarch_data.
382 (init_regcache_descr, init_legacy_regcache_descr): Use
383 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
384
385 * remote.c (free_remote_state): Delete function.
386 (_initialize_remote): Update register_gdbarch_data.
387 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
388 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
389
390 2003-08-04 Andrew Cagney <cagney@redhat.com>
391
392 * reggroups.c (struct reggroup_el): Define.
393 (struct reggroups): Delete field "nr_group". Replace array
394 "group" with a "first" to "last" linked list.
395 (reggroups_init): Update. Allocate using gdbarch's obstack.
396 (reggroups_free): Delete function.
397 (add_group): Update. Add "el" parameter.
398 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
399 (default_groups): Update.
400 (reggroup_next): Replace reggroups.
401 (reggroups_dump): Update.
402 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
403 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
404 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
405
406 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
407
408 * Makefile.in (tui-interp.o): Update dependencies.
409
410 2003-08-04 David Carlton <carlton@kealia.com>
411
412 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
413 to internal_error call.
414 * source.c (forward_search_command): Add "%s" format argument.
415 (reverse_search_command): Ditto.
416 * top.c (quit_confirm): Ditto.
417 * cli/cli-setshow.c (do_setshow_command): Ditto.
418 * cp-valprint.c (cp_print_class_method): Replace
419 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
420 (cp_print_class_member): Ditto.
421 * event-top.c (command_line_handler): Ditto.
422 * linux-proc.c (linux_info_proc_cmd): Ditto.
423 * p-typeprint.c (pascal_type_print_base): Ditto.
424 * p-valprint.c (pascal_object_print_class_method): Ditto.
425 (pascal_object_print_class_member): Ditto.
426 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
427 * remote.c (remote_cisco_section_offsets): Ditto.
428 * top.c (command_line_input): Ditto.
429 * utils.c (vwarning,error_stream,quit): Ditto.
430 * valprint.c (print_floating,print_binary_chars)
431 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
432
433 2003-08-04 Andrew Cagney <cagney@redhat.com>
434
435 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
436
437 2003-08-02 Andrew Cagney <cagney@redhat.com>
438
439 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
440 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
441 amd64fbsd-nat.c.
442
443 2003-08-02 Andrew Cagney <cagney@redhat.com>
444
445 * Makefile.in: Update all dependencies and definitions.
446
447 2003-08-02 Adam Fedor <fedor@gnu.org>
448
449 * linespec.c (is_objc_method_format): New function
450 (decode_line_1, locate_first_half): Use it.
451 Fixes PR objc/1298
452
453 2003-08-01 Andrew Cagney <cagney@redhat.com>
454
455 * NEWS: Mention that m32r is multi-arch.
456 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
457 * configure.tgt: Recognize m32r-*-*.
458 * config/m32r/tm-m32r.h: Delete file.
459 * config/m32r/m32r.mt: New file.
460 * m32r-rom.c (m32r_upload_command): Use hostent only when
461 gethostname succeeds, in order to avoid a compilation
462 warning.
463 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
464 compiler warning.
465
466 2003-08-01 Michael Snyder <msnyder@redhat.com>
467
468 * sh-tdep.c (sh_frame_align): New gdbarch method.
469 (sh_gdbarch_init): Set up frame_align method.
470
471 2003-07-31 Michael Snyder <msnyder@redhat.com>
472
473 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
474 which is already covered by the new frames infrastructure.
475
476 2003-07-31 Andrew Cagney <cagney@redhat.com>
477
478 * user-regs.c (struct user_reg): Add "next" link.
479 (struct user_regs): Replace "user" with "first" and "last" links.
480 (append_user_reg): Add pre-allocated "reg" parameter.
481 (builtin_user_regs): Provide initial value for "last".
482 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
483 (user_regs_init): Allocate memory from the gdbarch obstack.
484 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
485 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
486 linked list.
487 (usernum_to_user_reg): New function.
488 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
489 (value_of_user_reg): Use usernum_to_user_reg.
490 (user_regs_free): Delete function.
491 (_initialize_user_regs): Update register_gdbarch_data call.
492
493 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
494
495 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
496
497 2003-07-30 Michael Snyder <msnyder@redhat.com>
498
499 * value.h (value_being_returned): Add a struct_addr argument.
500 * infcall.c (call_function_by_hand): Pass struct_addr to
501 value_being_returned.
502 * infcmd.c (print_return_value): Pass zero as struct_addr.
503 * values.c (value_being_returned): If struct_addr is passed,
504 use it instead of trying to recover it from the inferior.
505
506 2003-07-30 Kevin Buettner <kevinb@redhat.com>
507
508 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
509 the prologue analyzer won't need to attempt to extract the pc
510 value from the woefully incomplete dummy frame.
511 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
512 possible. Disable code which modifies the frame.
513
514 2003-07-28 Andrew Cagney <cagney@redhat.com>
515
516 * annotate.c (annotate_breakpoints_headers): Restrict annotation
517 to level 2.
518 (annotate_breakpoints_table, annotate_record): Ditto.
519 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
520 (annotate_field_name_end, annotate_field_value): Ditto.
521 (annotate_field_end, annotate_frame_source_begin): Ditto.
522 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
523 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
524 (annotate_frame_begin, annotate_frame_function_name): Ditto.
525 (annotate_frame_address_end, annotate_frame_address): Ditto.
526 (annotate_frame_args, annotate_frame_end): Ditto.
527 (annotate_frame_where, annotate_arg_begin): Ditto.
528 (annotate_arg_name_end, annotate_arg_value): Ditto.
529 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
530 (annotate_function_call, annotate_signal_name): Ditto.
531 (annotate_signal_string, annotate_signal_name_end): Ditto.
532 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
533 (annotate_value_begin, annotate_value_history_value): Ditto.
534 (annotate_value_history_end, annotate_value_end): Ditto.
535 (annotate_display_begin, annotate_display_number_end): Ditto.
536 (annotate_display_format, annotate_display_expression): Ditto.
537 (annotate_display_expression_end, annotate_display_value): Ditto.
538 (annotate_display_end, annotate_array_section_begin): Ditto.
539 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
540 (annotate_elt, annotate_array_section_end): Ditto.
541
542 2003-07-28 Andrew Cagney <cagney@redhat.com>
543
544 * regcache.c (struct regcache_descr): Update comments on
545 nr_raw_registers.
546 (init_legacy_regcache_descr): Don't set nr_raw_registers or
547 sizeof_raw_register_valid_p.
548 (init_regcache_descr): Set nr_raw_registers and
549 sizeof_raw_register_valid_p before calling
550 init_legacy_regcache_descr.
551
552 2003-07-28 Andrew Cagney <cagney@redhat.com>
553
554 * mips-tdep.c (print_gp_register_row): Print the GPR's register
555 MOD NUM_REGS.
556
557 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
558
559 * thread.c (info_threads_command): Use get_selected_frame ().
560 Check that there is at least one non-sentinel frame.
561
562 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
563
564 * m68hc11-tdep.c (struct frame_extra_info): Remove.
565 (m68hc11_pop_frame): Remove.
566 (m68hc11_frame_saved_pc): Remove.
567 (m68hc11_frame_chain): Remove.
568 (m68hc11_frame_init_saved_regs): Remove.
569 (m68hc11_init_extra_frame_info): Remove.
570 (m68hc11_store_struct_return): Remove.
571 (m68hc11_saved_pc_after_call): Remove.
572
573 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
574
575 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
576 frame unwind information.
577 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
578 and adapted for frame unwinding.
579 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
580 (m68hc11_unwind_pc): New function.
581 (m68hc11_frame_unwind_cache): New function to analyze frames.
582 (m68hc11_frame_this_id): New function to create new frame struct.
583 (m68hc11_frame_prev_register): New function to unwind a register from
584 the frame.
585 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
586 (m68hc11_frame_p): New function for the above.
587 (m68hc11_frame_base_address): New function to return fp of frame.
588 (m68hc11_frame_args_address): Update for frame.
589 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
590 (m68hc11_unwind_sp): New function.
591 (m68hc11_unwind_dummy_id): New function.
592 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
593 calls.
594
595 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
596
597 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
598 (m68hc11_guess_from_prologue): Advance the pc and frame size only
599 when we are beyond the current pc.
600
601 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
602
603 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
604 from m68hc11_push_arguments.
605 (m68hc11_push_arguments): Remove.
606 (m68hc11_push_return_address): Remove.
607 (m68hc11_gdbarch_init): Install the above; remove above deprecated
608 handlers; remove deprecated_extra_stack_alignment_needed.
609
610 2003-07-27 Andrew Cagney <cagney@redhat.com>
611
612 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
613 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
614 REAL_PC and not the pointer.
615 * hppa-hpux-tdep.c: Include frame.h
616
617 2003-07-27 Andrew Cagney <cagney@redhat.com>
618
619 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
620 GDB_MULTI_ACH_PARTIAL.
621
622 2003-07-27 Andrew Cagney <cagney@redhat.com>
623
624 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
625 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
626 operator at start and not end of line.
627 (decode_prologue): Ditto.
628 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
629 frame_unwind_register_unsigned instead of
630 frame_unwind_unsigned_register.
631 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
632 read_register.
633 (m32r_push_dummy_call): Use register_size instead of
634 REGISTER_RAW_SIZE.
635 (m32r_frame_sniffer): Replace m32r_frame_p.
636 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
637 * m32r-rom.c (report_transfer_performance): Delete extern
638 declaration.
639 (m32r_load, m32r_upload_command): Use print_transfer_performance
640 instead of report_transfer_performance.
641 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
642 / add_show_from_set.
643
644 2003-07-26 Andrew Cagney <cagney@redhat.com>
645
646 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
647 store_return_value and extract_struct_value_address.
648
649 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
650
651 PR c++/1267
652 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
653 NULL, default to the section containing PC.
654
655 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
656
657 * NEWS: Mention "regs" deprecated for m68hc11 too.
658
659 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
660 (m68hc11_print_register): New function to print out one register.
661 (m68hc11_print_registers_info): New function to print registers.
662 (show_regs): Deprecate and use the above.
663 (m68hc11_gdbarch_init): Install the print_registers_info.
664
665 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
666
667 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
668 that we have a SIGTRAP before returning non-zero.
669
670 2003-07-23 Michal Ludvig <mludvig@suse.cz>
671 Elena Zannoni <ezannoni@redhat.com>
672
673 * linespec.c (decode_line_2): Avoid crash if
674 find_function_start_sal() returns empty record.
675
676 2003-07-23 Andreas Schwab <schwab@suse.de>
677
678 * ia64-tdep.c (ia64_print_insn): New function.
679 (ia64_gdbarch_init): Set print_insn to it.
680 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
681 deprecated_tm_print_insn_info.
682
683 2003-07-22 Michael Snyder <msnyder@redhat.com>
684
685 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
686 handle 8-bit returns (long long).
687 (h8300h_extract_return_value): Ditto.
688 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
689
690 2003-07-22 Andrew Cagney <cagney@redhat.com>
691
692 * gdbarch.c Include "gdb_obstack.h".
693 (struct gdbarch): Add an "obstack".
694 (alloc_gdbarch_data): Allocate the gdbarch data using
695 GDBARCH_OBSTACK_CALLOC.
696 (free_gdbarch_data): Delete function.
697 (gdbarch_obstack_zalloc): New function.
698 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
699 Assert that the architecture is not initialized.
700 (gdbarch_alloc): Allocate an obstack, allocate the architecture
701 vector from the obstack.
702 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
703 architecture obstack.
704 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
705 (set_gdbarch_data): Assert that the data is not initialized.
706 (struct gdbarch_data): Delete member "free".
707 (register_gdbarch_data): Do not initialize "free".
708 * gdbarch.h, gdbarch.c: Re-generate.
709
710 2003-07-22 Andrew Cagney <cagney@redhat.com>
711
712 * configure.in (build_warnings): Add -Wformat-nonliteral.
713 * configure: Re-generate.
714
715 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
716
717 * dwarf2loc.c (locexpr_describe_location): Fix typos.
718
719 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
720
721 * findvar.c (read_var_value): Remove case for thread local storage
722 variables. It is now entirely handled by the dwarf2 location
723 expression code.
724 * printcmd.c (address_info): Ditto.
725 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
726 enumeration value.
727 (struct symbol): Remove objfile field, which was used by
728 LOC_THREAD_LOCAL_STATIC only.
729 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
730 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
731 usage of objfile pointer.
732 * dwarf2loc.c (locexpr_describe_location): Add case to handle
733 thread local variables.
734 Add include of objfiles.h.
735 * dwarf2expr.c (execute_stack_op): Add comments about thread local
736 storage variables.
737 * Makefile.in (dwarf2loc.o): Update dependencies.
738
739 2003-07-22 Andrew Cagney <cagney@redhat.com>
740
741 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
742 get_frame_base.
743 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
744 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
745 (struct value): Add opaque declaration.
746 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
747
748 2003-07-21 Andrew Cagney <cagney@redhat.com>
749
750 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
751 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
752
753 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
754
755 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
756 regcache_cooked_read_unsigned instead of read_register.
757 (m68hc11_saved_pc_after_call): Likewise.
758 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
759 instead of write_register.
760 (m68hc11_register_type): New function.
761 (m68hc11_register_virtual_type): Remove.
762 (m68hc11_store_return_value): Convert to use the regcache.
763 (m68hc11_extract_struct_value_address): Likewise.
764 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
765 m68hc11_register_type; undeprecate store_return_value and
766 extract_struct_value_address.
767
768 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
769
770 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
771 and translate to use regcache.
772 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
773
774 2003-07-18 Andrew Cagney <cagney@redhat.com>
775
776 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
777 * gdbarch.h, gdbarch.c: Re-generate.
778 * i386-tdep.c (i386_gdbarch_init): Do not set
779 DWARF2_BUILD_FRAME_INFO.
780 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
781 unconditionally.
782 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
783 DWARF2_BUILD_FRAME_INFO.
784
785 2003-07-18 Andrew Cagney <cagney@redhat.com>
786
787 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
788 * disasm.c (gdb_disassemble_info): Initilize di.arch.
789
790 2003-07-18 Andrew Cagney <cagney@redhat.com>
791
792 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
793 frame_unwind_address_in_block, instead of frame_pc_unwind.
794 (dwarf2_frame_cache): Ditto.
795
796 2003-07-18 Andrew Cagney <cagney@redhat.com>
797
798 * user-regs.h (struct gdbarch): Declare opaque.
799 * ui-out.h (struct ui_file): Declare opaque.
800 * dwarf2-frame.h (struct frame_info): Declare opaque.
801
802 2003-07-18 Kris Warkentin <kewarken@qnx.com>
803
804 * nto-procfs.c: Clean ARI hits. Change #include <..> to
805 #include "...".
806 (procfs_meminfo): Change strerror to safe_strerror.
807 (procfs_can_run): Remove K&R badness.
808
809 2003-07-17 Michael Snyder <msnyder@redhat.com>
810
811 * remote-sim.c: Comment typo fix.
812
813 2003-07-17 Andrew Cagney <cagney@redhat.com>
814
815 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
816 configure.
817 * sparc-tdep.c (sparc_intreg_size): Make non-static.
818 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
819 GDB_MULTI_ARCH_PARTIAL.
820
821 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
822
823 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
824 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
825 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
826
827 2003-07-16 Theodore A. Roth <troth@openavr.org>
828
829 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
830 found.
831 (avr_frame_unwind_cache): Don't unwind FP for main.
832 Update a comment.
833 Save the computed prev_sp.
834 (avr_saved_regs_unwinder): Remove function.
835 (avr_frame_prev_register): Use PC unwind logic from
836 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
837
838 2003-07-16 Andrew Cagney <cagney@redhat.com>
839
840 * frame-base.h (frame_base_p_ftype): Delete definition.
841 (frame_base_append_predicate): Delete declaration.
842 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
843 (frame_unwind_append_predicate): Delete declaration.
844 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
845 (append_predicate): Delete parameter "p".
846 (frame_unwind_append_predicate): Delete function.
847 (frame_unwind_append_sniffer): Update call to append_predicate.
848 (frame_unwind_free): Delete function.
849 (_initialize_frame_unwind): Pass NULL as "free" to
850 register_gdbarch_data.
851 (frame_unwind_init): Append the dummy_frame_sniffer.
852 (frame_unwind_find_by_frame): Simplify.
853 * frame-base.c (struct frame_base_table): Delete field "p".
854 (append_predicate): Delete parameter "p".
855 (frame_base_append_predicate): Delete function.
856 (frame_base_append_sniffer): Update call to append_predicate.
857 (frame_base_free): Delete function.
858 (frame_base_find_by_frame): Simplify.
859 (_initialize_frame_base): Pass NULL as "free" to
860 register_gdbarch_data.
861 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
862 (x86_64_sigtramp_frame_sniffer): Replace
863 "x86_64_sigtramp_frame_p".
864 (x86_64_init_abi): Set the frame unwind sniffers.
865 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
866 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
867 (m68k_gdbarch_init): Set the frame unwind sniffers.
868 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
869 "i386_sigtramp_frame_p".
870 (i386_frame_sniffer): Replace "i386_frame_p".
871 (i386_gdbarch_init): Set the frame unwind sniffers.
872 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
873 (avr_gdbarch_init): Set the frame unwind sniffers.
874 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
875 "alpha_sigtramp_frame_p"
876 (alpha_heuristic_frame_sniffer): Replace
877 "alpha_heuristic_frame_p".
878 (alpha_gdbarch_init): Set the frame unwind sniffers.
879 (alpha_dwarf2_init_abi): Ditto.
880 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
881 "alpha_debug_frame_p".
882 (alpha_mdebug_frame_base_sniffer): Replace
883 "alpha_mdebug_frame_base_p".
884 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
885 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
886 (d10v_gdbarch_init): Set the frame unwind sniffer.
887 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
888 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
889 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
890 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
891 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
892 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
893
894 2003-07-16 Michael Snyder <msnyder@redhat.com>
895
896 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
897 should go thru sh_dsp_register_sim_regno, else the dsp regs
898 will not get the right values.
899
900 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
901
902 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
903 deprecated_store_floating by call to store_typed_floating.
904 (sh_sh4_register_convert_to_raw): Substitute call to
905 deprecated_extract_floating by call to extract_typed_floating.
906
907 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
908
909 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
910
911 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
912
913 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
914 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
915 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
916 as possible.
917 (do_pseudo_register): Remove.
918 (sh_push_dummy_code): New function.
919 (sh64_store_struct_return): Rename from sh_store_struct_return.
920 Only called for sh64 now.
921 (sh_extract_struct_value_address): Regcache'ify.
922 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
923 and accomodate new tasks.
924 (sh64_push_return_address): Rename from sh_push_return_address.
925 Only called for sh64 now.
926 (sh_default_extract_return_value): Rename from sh_extract_return_value.
927 Regcache'ify.
928 (sh3e_sh4_extract_return_value): Regcache'ify.
929 (sh_default_store_return_value): Ditto.
930 (sh3e_sh4_store_return_value): Ditto.
931 (sh_default_register_byte): Remove.
932 (sh_sh4_register_byte): Remove.
933 (sh_default_register_raw_size): Remove.
934 (sh_sh4_register_raw_size): Remove.
935 (sh_register_virtual_size): Remove.
936 (sh_sh3e_register_virtual_type): Remove.
937 (sh_sh3e_register_type): New function.
938 (sh_sh4_register_virtual_type): Remove.
939 (sh_sh4_register_type): New function.
940 (sh_default_register_virtual_type): Remove.
941 (sh_default_register_type): New function.
942 (do_fv_register_info): Add parameters to accomodate call from
943 sh_print_registers_info.
944 (do_dr_register_info): Ditto.
945 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
946 Add parameters to accomodate call from sh_print_registers_info.
947 (sh_do_fp_register): Ditto.
948 (sh64_do_pseudo_register): Call do_dr_register_info,
949 do_fv_register_info and sh_do_fp_register with default parameters.
950 (sh_do_register): Add parameters to accomodate call from
951 sh_print_registers_info.
952 (sh_print_register): Ditto.
953 (sh_print_registers_info): Rename from sh_do_registers_info.
954 Add parameters to be used as gdbarch_print_registers_info
955 implementation. Accomodate removed do_pseudo_register function
956 pointer.
957 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
958 function pointer. Call sh_print_register with default parameters.
959 (sh64_do_registers_info): Call sh_print_registers_info instead of
960 sh_do_registers_info.
961 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
962 detection of deprecated vs. non-deprecated functionality.
963 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
964 function pointer assignments by direct function calls.
965
966 2003-07-15 Andrew Cagney <cagney@redhat.com>
967
968 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
969 (frame_register_unwind, create_new_frame): Ditto.
970 (legacy_get_prev_frame, get_frame_type): Ditto.
971 (get_frame_base_address): Use frame_base_find_by_frame.
972 (get_frame_locals_address): Use frame_base_find_by_frame.
973 (get_frame_args_address): Use frame_base_find_by_frame.
974 * frame-base.h (frame_base_sniffer_ftype): Declare.
975 (frame_base_append_sniffer): Declare.
976 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
977 * frame-base.c (append_predicate): Add a "sniffer" parameter.
978 (frame_base_append_sniffer): New function.
979 (frame_base_append_predicate): Add a NULL sniffer.
980 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
981 (struct frame_base_table): Add "sniffer".
982 (frame_base_free): Free the "sniffer" table.
983 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
984 (frame_unwind_append_sniffer): Declare.
985 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
986 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
987 (struct frame_unwind_table): Add "sniffer", delete "middle".
988 (append_predicate): Add "sniffer" parameter, append the sniffer.
989 (frame_unwind_init): Update append_predicate call.
990 (frame_unwind_append_sniffer): New function.
991 (frame_unwind_append_predicate): Update append_predicate call.
992 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
993
994 2003-07-15 Andrew Cagney <cagney@redhat.com>
995
996 * frame.c (get_prev_frame): Move disabled inside_entry_func to
997 before code inhibiting repeated unwind attempts. Add to
998 commentary on that test's problems.
999 * blockframe.c (inside_main_func): Look for "main" in the minimal
1000 symbol table.
1001 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
1002 identical.
1003
1004 2003-07-15 Andrew Cagney <cagney@redhat.com>
1005
1006 * complaints.c (struct explanation): Define.
1007 (struct complaints): Change type of "explanation" to "struct
1008 explanation".
1009 (symfile_explanations): Convert to a "struct explanation" table.
1010 (vcomplaint): Update.
1011
1012 2003-07-15 Michal Ludvig <mludvig@suse.cz>
1013
1014 * x86-64-linux-nat.c (regmap): Removed.
1015 (supply_gregset, fill_gregset): Call
1016 x86_64_linux_(fill,supply)_gregset functions.
1017 * x86-64-linux-tdep.c (USER_*): New defines.
1018 (user_to_gdb_regmap, x86_64_core_fns): New structure.
1019 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
1020 New functions.
1021 (fetch_core_registers): Ditto.
1022 (_initialize_x86_64_linux_tdep): Call add_core_fns().
1023 * x86-64-linux-tdep.h: New file.
1024 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
1025 and core-regset.o.
1026 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
1027
1028 2003-07-13 Mark Kettenis <kettenis@gnu.org>
1029
1030 * x86-64-tdep.c (x86_64_store_return_value): Use
1031 regcache_cooked_write_part instead of regcache_cooked_write.
1032
1033 * configure.host: Add x86_64-*-freebsd*.
1034 * configure.tgt: Add x86_64-*-freebsd*.
1035 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
1036 * amd64fbsd-nat.c: New file.
1037 * amd64fbsd-tdep.c: New file.
1038 * config/i386/nm-fbsd64.h: New file.
1039 * config/i386/fbsd64.mh: New file.
1040 * config/i386/fbsd64.mt: New file.
1041
1042 2003-07-11 Mark Kettenis <kettenis@gnu.org>
1043
1044 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
1045 `sc_regs_offset' and `sc_fpregs_offset'.
1046 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
1047 SIGFRAME_FPREGSAVE_OFF): Remove defines.
1048 (alpha_sigtramp_register_address): Rewrite to use new members of
1049 `struct gdbarch_tdep'.
1050 (alpha_gdbarch_init): Initialize new members of struct
1051 gdbarch_tdep'.
1052 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
1053 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
1054 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
1055 (alphafbsd_pc_in_sigtramp): Implement.
1056 (alphafbsd_sigtramp_offset): New function.
1057 (alphafbsd_sigcontext_addr): New function.
1058 (alphafbsd_init_abi): Initialize signal trampoline related members
1059 of `struct gdbarch_tdep'.
1060 (_initialize_alphafbsd_tdep): Add prototype.
1061
1062 2003-07-11 Theodore A. Roth <troth@openavr.org>
1063
1064 * Makefile.in (install-only): Quote sed expression when generating
1065 transformed_name.
1066
1067 2003-07-11 Richard Henderson <rth@redhat.com>
1068
1069 * Makefile.in (dwarf2-frame.o): Add complaints_h.
1070 * dwarf2-frame.c: Include complaints.h.
1071 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
1072 variable initialization; return NULL on error.
1073 (decode_frame_entry): New.
1074
1075 2003-07-11 Andrew Cagney <cagney@redhat.com>
1076
1077 * frame.h (frame_address_in_block): Delete declaration.
1078 * blockframe.c (frame_address_in_block): Delete function.
1079 (get_frame_block): Use get_frame_address_in_block.
1080 (block_innermost_frame): Ditto.
1081 * stack.c (print_frame, backtrace_command_1): Ditto.
1082
1083 * frame.h (get_frame_address_in_block): Declare.
1084 (frame_unwind_address_in_block): Declare.
1085 * frame.c (frame_unwind_address_in_block): New function.
1086 (get_frame_address_in_block): New function.
1087
1088 2003-07-10 Andrew Cagney <cagney@redhat.com>
1089
1090 * gdbarch.sh: Simplify predicate methods. Remove need to provide
1091 pre-default. Note: re-generate has no effect.
1092
1093 2003-07-10 Andrew Cagney <cagney@redhat.com>
1094
1095 * gdbarch.sh: When a variable, but not a function, compare against
1096 0. Fix problem in previous patch.
1097 * gdbarch.c: Re-generate.
1098
1099 2003-07-10 Andrew Cagney <cagney@redhat.com>
1100
1101 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
1102 functions against NULL, not 0.
1103 * gdbarch.c: Re-generate.
1104
1105 2003-07-10 Fred Fish <fnf@ninemoons.com>
1106
1107 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
1108 null string instead of a null pointer.
1109 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
1110
1111 2003-07-09 Michael Snyder <msnyder@redhat.com>
1112
1113 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
1114
1115 2003-07-09 Mark Kettenis <kettenis@gnu.org>
1116
1117 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
1118 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
1119 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
1120 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
1121 * x86-64-tdep.c: ... from here.
1122
1123 2003-07-09 Andreas Schwab <schwab@suse.de>
1124
1125 * m68k-tdep.h (enum struct_return): Define.
1126 (struct gdbarch_tdep): Add struct_return.
1127 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
1128 bytes are padded to the right, not to the left. Pass struct value
1129 address in register %a1, not on stack.
1130 (m68k_use_struct_convention): New function.
1131 (m68k_gdbarch_init): Set use_struct_convention. Initialize
1132 struct_return in tdep to pcc_struct_return.
1133 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
1134 reg_struct_return.
1135
1136 2003-07-09 Joel Brobecker <brobecker@gnat.com>
1137
1138 * somread.c (som_symfile_offsets): Fix compilation error.
1139
1140 2003-07-09 Andrew Cagney <cagney@redhat.com>
1141
1142 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
1143 Add comments about the checks.
1144
1145 2003-07-08 Andrew Cagney <cagney@redhat.com>
1146
1147 * Makefile.in: Make dependency section headers consistent.
1148 (config_h): Move to $BUILD headers section.
1149 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
1150 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
1151 (ada-exp.tab.c): Move to YACC/LEX section.
1152 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
1153 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
1154
1155 2003-07-08 Kris Warkentin <kewarken@qnx.com>
1156
1157 * nto-procfs.c: Cleaned up a bunch of ARI hits.
1158 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
1159 of strerror with safe_strerror, use ISO C function definitions,
1160 and replace instances of sprintf with snprintf.
1161
1162 2003-07-07 Andrew Cagney <cagney@redhat.com>
1163
1164 * frame.c (get_prev_frame): Enable check for identical frames.
1165 Update comments. Update error messages.
1166
1167 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1168
1169 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
1170
1171 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1172
1173 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
1174 sort_symtab_syms, no longer necessary.
1175
1176 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1177
1178 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
1179
1180 2003-07-07 Joel Brobecker <brobecker@gnat.com>
1181
1182 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
1183 (mips_register_byte): Likewise.
1184
1185 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1186
1187 * Makefile.in (sparc_tdep_h): New.
1188 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
1189 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
1190 * sparc-linux-nat.c: Include "sparc-tdep.h".
1191 * sparc-nat.c: Likewise.
1192 * sparc-tdep.c: Likewise.
1193 * sparc64nbsd-nat.c: Likewise.
1194 * sparcnbsd-nat.c: Likewise.
1195 * sparcnbsd-tdep.c: Likewise.
1196 * sparc-tdep.h: New file.
1197 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
1198 and sparc_npc_regnum.
1199
1200 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1201
1202 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
1203 (mips_linux_cannot_store_register): List supported instead of
1204 unsupported registers.
1205
1206 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
1207
1208 * disasm.c (dump_insns): Separate instructions from addresses.
1209
1210 2003-07-07 Andreas Schwab <schwab@suse.de>
1211
1212 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1213 dependencies.
1214 * m68k-tdep.c (NUM_FREGS): Delete.
1215 (SIG_PC_FP_OFFSET): Delete.
1216 (TARGET_M68K): Delete.
1217 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
1218 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
1219 P_MOVEL_SP, P_MOVEML_SP): Define.
1220 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
1221 P_TRAP): Delete.
1222 (m68k_register_raw_size): Delete.
1223 (m68k_register_virtual_size): Delete.
1224 (m68k_register_type): Renamed from m68k_register_virtual_type and
1225 add gdbarch argument.
1226 (m68k_store_struct_return): Delete.
1227 (m68k_deprecated_extract_return_value): Delete.
1228 (m68k_deprecated_extract_struct_value_address): Delete.
1229 (m68k_frame_chain): Delete.
1230 (m68k_frame_saved_pc): Delete.
1231 (m68k_fix_call_dummy): Delete.
1232 (m68k_push_dummy_frame): Delete.
1233 (m68k_pop_frame): Delete.
1234 (m68k_extract_return_value): New function.
1235 (m68k_store_return_value): Rewrite using regcache.
1236 (m68k_extract_struct_value_address): Rewrite using regcache.
1237 (m68k_push_dummy_call): New function.
1238 (struct m68k_frame_cache): Define.
1239 (m68k_alloc_frame_cache): New function.
1240 (m68k_analyze_frame_setup): New function.
1241 (m68k_analyze_register_saves): New function.
1242 (m68k_analyze_prologue): New function.
1243 (m68k_skip_prologue): Rewrite using above functions.
1244 (m68k_unwind_pc): New function.
1245 (m68k_frame_cache): New function.
1246 (m68k_frame_this_id): New function.
1247 (m68k_frame_prev_register): New function.
1248 (m68k_frame_unwind): New variable.
1249 (m68k_frame_p): New function.
1250 (m68k_sigtramp_frame_cache): New function.
1251 (m68k_sigtramp_frame_this_id): New function.
1252 (m68k_sigtramp_frame_prev_register): New function.
1253 (m68k_sigtramp_frame_unwind): New variable.
1254 (m68k_sigtramp_frame_p): New function.
1255 (m68k_frame_base_address): New function.
1256 (m68k_frame_base): New function.
1257 (m68k_unwind_dummy_id): New function.
1258 (fill_gregset): Use regcache_collect.
1259 (fill_fpregset): Likewise.
1260 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
1261 defined.
1262 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
1263 deprecated_init_frame_pc, deprecated_store_struct_return,
1264 deprecated_extract_return_value, deprecated_store_return_value,
1265 deprecated_frame_chain, deprecated_frame_saved_pc,
1266 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
1267 deprecated_register_virtual_size,
1268 deprecated_max_register_raw_size,
1269 deprecated_max_register_virtual_size,
1270 deprecated_register_virtual_type, deprecated_register_size,
1271 deprecated_register_byte, deprecated_register_bytes,
1272 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
1273 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
1274 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
1275 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
1276 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
1277 deprecated_push_dummy_frame, deprecated_pop_frame,
1278 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
1279 only if SYSCALL_TRAP is defined. Set extract_return_value,
1280 store_return_value, extract_struct_value_address, register_type,
1281 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
1282 predicates.
1283 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
1284 M68K_MAX_REGISTER_SIZE): Define.
1285 (struct m68k_sigtramp_info): Define.
1286 (struct gdbarch_tdep): Add get_sigtramp_info.
1287 * m68klinux-nat.c (fetch_register): Use register_size instead of
1288 REGISTER_RAW_SIZE. Don't put assignment in if.
1289 (store_register): Likewise.
1290 (fetch_inferior_registers): Likewise.
1291 (store_inferior_registers): Likewise.
1292 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
1293 (m68k_linux_frame_saved_pc): Delete.
1294 (m68k_linux_sigcontext_reg_offset,
1295 m68k_linux_ucontext_reg_offset): Define.
1296 (m68k_linux_get_sigtramp_info): New function.
1297 (m68k_linux_extract_return_value): Rewrite using regcache.
1298 (m68k_linux_store_return_value): Likewise.
1299 (m68k_linux_extract_struct_value_address): Likewise.
1300 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
1301 Don't set deprecated_frame_saved_pc,
1302 deprecated_extract_return_value, deprecated_store_return_value,
1303 deprecated_extract_struct_value_address. Set
1304 extract_return_value, store_return_value,
1305 extract_struct_value_address.
1306
1307 2003-07-07 Andrew Cagney <cagney@redhat.com>
1308
1309 * expprint.c: Include "user-regs.h" instead of "frame.h".
1310 (print_subexp): Use user_reg_map_regnum_to_name, instead of
1311 frame_map_regnum_to_name.
1312 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
1313 (frame_map_name_to_regnum): Simplify, call
1314 user_reg_map_name_to_regnum.
1315 (frame_map_regnum_to_name): Simplify, call
1316 user_reg_map_regnum_to_name.
1317 (frame_register_unwind): Update.
1318 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
1319 (_initialize_frame_reg): Call user_reg_add_builtin.
1320 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
1321 (value_of_register): Use value_of_user_reg.
1322 * eval.c (evaluate_subexp_standard): Update.
1323 * parse.c (write_dollar_variable): Update.
1324 * d10v-tdep.c (d10v_print_registers_info): Update.
1325 * infcmd.c (registers_info): Update.
1326 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
1327 (builtin_regs_h): Delete macro.
1328 (user_regs_h): Define.
1329 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
1330 (builtin-regs.o): Delete target.
1331 (user-regs.o): Specify dependencies.
1332 (expprint.o): Update dependencies.
1333 (findvar.o): Update dependencies.
1334 (frame.o): Update dependencies.
1335 (std-regs.o): Update dependencies.
1336
1337 2003-07-06 Christopher Faylor <cgf@redhat.com>
1338
1339 * win32-nat.c (solib_symbols_add): Use one variable for all section
1340 address stuff. Pass variable rather than address of variable to
1341 safe_symbol_file_add.
1342
1343 2003-07-06 Andreas Schwab <schwab@suse.de>
1344
1345 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
1346
1347 2003-07-04 Joel Brobecker <brobecker@gnat.com>
1348
1349 * rs6000-nat.c (vmap_symtab): Fix compilation error.
1350
1351 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1352
1353 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
1354
1355 2003-07-04 Kris Warkentin <kewarken@qnx.com>
1356
1357 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
1358 * config/i386/nto.mh: New file.
1359 * config/i386/nm-nto.h: New file.
1360 * configure.host: Add i[3456]86-*-nto*.
1361
1362 2003-07-03 Joel Brobecker <brobecker@gnat.com>
1363
1364 * remote-vx.c (vx_add_symbols): Fix compilation error.
1365
1366 2003-07-03 Andrew Cagney <cagney@redhat.com>
1367
1368 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
1369 * gdbarch.h, gdbarch.c: Re-generate.
1370 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
1371 (legacy_register_name): Declare.
1372 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
1373 (REGISTER_NAME): Define.
1374 * sparc-tdep.c (legacy_register_name): New function.
1375 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
1376 (REGISTER_NAME): Define.
1377 (hppa64_register_name): Declare.
1378 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
1379 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
1380 (hppa64_register_name): New function.
1381 (hppa_register_name): New function.
1382 * arch-utils.c (legacy_register_name): Delete.
1383 * arch-utils.h (legacy_register_name): Delete.
1384
1385 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
1386
1387 * cli/cli-interp.c (cli_interpreter_resume): Update the
1388 cli_uiout's stream to gdb_stdout.
1389
1390 2003-07-03 Andrew Cagney <cagney@redhat.com>
1391
1392 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
1393 predicate.
1394 * gdbarch.h, gdbarch.c: Re-generate.
1395 * regcache.c (init_regcache_descr): Use legacy code when either
1396 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
1397
1398 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1399
1400 * NEWS: Move "set logging" entry into GDB 6.0 section.
1401
1402 2003-07-02 Jim Blandy <jimb@redhat.com>
1403
1404 * s390-tdep.c (struct frame_extra_info): new member:
1405 'stack_bought_valid'.
1406 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
1407 initialize fextra_info->stack_bought.
1408 (s390_frameless_function_invocation): Don't trust the value of
1409 fextra_info_ptr->stack_bought unless
1410 fextra_info->stack_bought_valid is set.
1411
1412 New S390 prologue analyzer.
1413 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
1414 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1415 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1416 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
1417 compute_x_addr, s390_on_stack, s390_store,
1418 s390_get_signal_frame_info): New functions.
1419 (S390_NUM_SPILL_SLOTS): New macro.
1420 (s390_get_frame_info): Rewritten.
1421 (is_arg_reg): Deleted.
1422
1423 Break out the decoding of S/390 instructions into separate
1424 functions, to make it more legible, and easier to check
1425 against the spec.
1426 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
1427 is_rx, is_rxe): New functions.
1428 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
1429 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
1430 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
1431 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
1432 enums for opcode values. (Is this an improvement?)
1433
1434 2003-07-02 Andrew Cagney <cagney@redhat.com>
1435
1436 * i386-tdep.c: Revert change committed as part of trad-frame code
1437 below.
1438
1439 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
1440
1441 * breakpoint.c (insert_catchpoint): Make static.
1442
1443 2003-07-02 Andreas Schwab <schwab@suse.de>
1444
1445 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
1446 former ia64_push_arguments and ia64_push_return_address, and use
1447 regcache functions instead of read/write_register.
1448 (ia64_gdbarch_init): Set push_dummy_call instead of
1449 deprecated_push_arguments and deprecated_push_return_address.
1450
1451 2003-07-01 Andreas Jaeger <aj@suse.de>
1452
1453 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1454 before the call.
1455 Set %rax only to number of SSE registers used.
1456
1457 2003-07-01 Andrew Cagney <cagney@redhat.com>
1458
1459 * trad-frame.h: Update comments, a -1 .addr is reserved.
1460 (trad_frame_value_p, trad_frame_addr_p): Declare.
1461 (trad_frame_reg_p): Declare.
1462 (trad_frame_set_value): Rename trad_frame_register_value.
1463 (trad_frame_set_unknown): Declare.
1464 * trad-frame.c (trad_frame_realreg_p): New function.
1465 (trad_frame_addr_p, trad_frame_value_p): New function.
1466 (trad_frame_set_unknown): New function.
1467 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1468 (trad_frame_prev_register): Use trad_frame_realreg_p,
1469 trad_frame_addr_p and trad_frame_value_p.
1470 (trad_frame_set_value): Rename trad_frame_register_value.
1471 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1472 and trad_frame_set_value.
1473
1474 2003-06-30 Jim Blandy <jimb@redhat.com>
1475
1476 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1477 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1478 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1479 for 16 registers, and then 32 more bytes.
1480 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1481 New macros.
1482 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1483 Move up in the file, since it's now used by is_simple_arg.
1484 (is_simple_arg): Don't assume registers are four bytes long.
1485 Exclude all double arguments. Extended floats are not simple
1486 args.
1487 (is_power_of_two): New function.
1488 (pass_by_copy_ref): Call is_power_of_two, and check that the
1489 length fits in a register, rather than listing all the acceptable
1490 sizes. Extended floats are not passed by reference.
1491 (s390_push_arguments): Don't assume registers are four bytes long.
1492 Reserve an argument register to point to the buffer for structures
1493 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1494 S390_STACK_FRAME_OVERHEAD.
1495
1496 2003-06-30 Andreas Schwab <schwab@suse.de>
1497
1498 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1499 format error message.
1500
1501 2003-06-30 Joel Brobecker <brobecker@gnat.com>
1502
1503 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1504
1505 2003-06-30 David Carlton <carlton@kealia.com>
1506
1507 Band-aid for PR c++/1245.
1508 * Makefile.in (cp-support.o): Depend on complaints_h.
1509 * cp-support.c: Include complaints.h. Add declaration for
1510 find_last_component.
1511 (cp_find_first_component): Separate code into
1512 cp_find_first_component_aux.
1513 (cp_find_first_component_aux): Call demangled_name_complaint.
1514 (demangled_name_complaint): New.
1515
1516 2003-06-30 Andrew Cagney <cagney@redhat.com>
1517
1518 * remote.c (remote_write_bytes): Explicitly compute and then use
1519 the payload size. Update comments to reflect. Fixes problem of
1520 GDB not sending small packets as found by Fred Fish.
1521
1522 2003-06-30 Andrew Cagney <cagney@redhat.com>
1523
1524 * remote.c (remote_async_wait): Fix -Wformat problem.
1525
1526 2003-06-29 Andrew Cagney <cagney@redhat.com>
1527
1528 * remote.c (remote_wait): Call error, and not warning, when the
1529 packet is corrupt.
1530 (remote_async_wait): Ditto.
1531
1532 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1533
1534 * sparc-tdep.c (sparc_y_regnum): Make external again.
1535
1536 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1537
1538 * cli/cli-logging.c (pop_output_files): Add void to function
1539 definition.
1540
1541 2003-06-29 Andrew Cagney <cagney@redhat.com>
1542
1543 * frame.c (frame_register_unwind): Use unsigned char when dumping
1544 the buffer contents.
1545
1546 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
1547
1548 * cli/cli-logging.c: New file.
1549 * cli-out.c (struct ui_out_data): Add original_stream.
1550 (cli_redirect): New function.
1551 (cli_ui_out_impl): Add cli_redirect.
1552 (cli_out_new): Initialize original_stream.
1553 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1554 (uo_redirect, ui_out_redirect): New.
1555 * ui-out.h (struct ui_out_impl): Add redirect member.
1556 (redirect_ftype): New.
1557 (ui_out_redirect): Add prototype.
1558 * Makefile.in: Add rules for cli-logging.c.
1559 * NEWS: Mention "set logging".
1560
1561 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1562
1563 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1564
1565 2003-06-27 Andrew Cagney <cagney@redhat.com>
1566
1567 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1568 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1569 * avr-tdep.c (avr_call_dummy_address): Delete function.
1570 (avr_gdbarch_init): Do not set call_dummy_address.
1571
1572 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1573
1574 * symfile.c (syms_from_objfile): Move variables to inner block.
1575 Move the checks for the non-mainline case a bit earlier to avoid
1576 doing some useless computations.
1577
1578 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
1579
1580 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1581
1582 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
1583
1584 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1585 sections.
1586
1587 2003-06-26 Michael Chastain <mec@shout.net>
1588
1589 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1590 gdb/testsuite/gdb.c++/pr-1210.exp.
1591
1592 2003-06-26 Andrew Cagney <cagney@redhat.com>
1593
1594 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1595 altivec_expression.h and altivec_registers.h.
1596
1597 2003-06-26 Andrew Cagney <cagney@redhat.com>
1598
1599 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1600 info->mach when MIPS16. Patch suggested by Fred Fish.
1601
1602 2003-06-26 Andrew Cagney <cagney@redhat.com>
1603
1604 * utils.c (internal_vproblem): Print the problem to a reason
1605 buffer and then pass to query. Make the msg variable more local.
1606
1607 2003-06-26 Andrew Cagney <cagney@redhat.com>
1608
1609 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1610 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1611 * gdbarch.h, gdbarch.c: Re-generate.
1612 * frame-base.c (default_frame_args_address): Update. Use
1613 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1614 not available.
1615 (default_frame_locals_address): Ditto for
1616 DEPRECATED_FRAME_LOCALS_ADDRESS.
1617 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1618 (vax_frame_num_args): Update.
1619 (vax_gdbarch_init): Update.
1620 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1621 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1622 * mcore-tdep.c (mcore_gdbarch_init): Update.
1623 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1624 * ia64-tdep.c (ia64_gdbarch_init): Update.
1625 * symtab.h (address_class): Update comments.
1626 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1627 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1628 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1629 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1630 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1631 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1632 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1633 * alpha-mdebug-tdep.c: Update.
1634 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1635
1636 2003-06-26 Andreas Jaeger <aj@suse.de>
1637
1638 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1639 of SSE registers so that varargs functions work. Rework handling
1640 of passing arguments on the stack.
1641 (x86_64_store_return_value): Return double and float values in SSE
1642 register.
1643
1644 2003-06-24 Michael Chastain <mec@shout.net>
1645
1646 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1647 the "constructor breakpoints ignored" bug.
1648
1649 2003-06-25 David Carlton <carlton@kealia.com>
1650
1651 * MAINTAINERS: Update e-mail address.
1652
1653 2003-06-24 Jim Blandy <jimb@redhat.com>
1654
1655 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1656
1657 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1658 function.
1659 (ppc_linux_init_abi): Register it as the
1660 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1661
1662 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1663 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1664 method.
1665
1666 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1667 (ppc64_standard_linkage_target): Use it.
1668
1669 2003-06-23 Andrew Cagney <cagney@redhat.com>
1670
1671 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1672 for 0 "int0" and 4 "int32" sized registers.
1673 * gdbtypes.c (builtin_type_int0): Define.
1674 (build_gdbtypes): Initialize builtin_type_int0.
1675 * gdbtypes.h (builtin_type_int0): Declare.
1676
1677 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1678
1679 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1680 as characters are unsigned.
1681
1682 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1683
1684 PR gdb/1179
1685 * dwarfread.c (struct_type): Skip static fields without crashing.
1686
1687 2003-06-22 Andrew Cagney <cagney@redhat.com>
1688
1689 GDB 6.0 branch created.
1690 * README: Update.
1691 * PROBLEMS: Update. Empty.
1692 * NEWS: Update.
1693
1694 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1695
1696 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1697 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1698
1699 2003-06-22 Andrew Cagney <cagney@redhat.com>
1700
1701 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1702 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1703 Velikov.
1704
1705 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1706
1707 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1708 compilers.
1709
1710 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1711
1712 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1713 argument of val_print.
1714 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1715 to the address argument of baseclass_offset or target_read_memory.
1716 Do add it to the argument of cp_print_value_fields.
1717
1718 2003-06-21 Andrew Cagney <cagney@redhat.com>
1719
1720 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1721 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1722 instead of 0..NUM_REGS.
1723 (mips_register_reggroup_p): New function.
1724 (mips_pseudo_register_write): New function.
1725 (mips_pseudo_register_read): New function.
1726 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1727 based on the register's type.
1728 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1729 cooked.
1730 (mips_get_saved_register): Simplify. Assert that REGNO is a
1731 pseudo / cooked.
1732 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1733 (mips_register_type): Replace mips_register_virtual_type. Map
1734 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1735 when available.
1736 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1737 that the register is cooked / virtual.
1738 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1739 Only get the extra info when needed.
1740 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1741 (mips32_heuristic_proc_desc): Fetch the cooked register.
1742 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1743 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1744 (mips_print_register): Use gdbarch_register_type, instead of
1745 REGISTER_VIRTUAL_TYPE.
1746 (print_gp_register_row): Use gdbarch_register_type, instead of
1747 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1748 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1749 Print the pseudo / cooked registers.
1750 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1751 Print the pseudo / cooked registers.
1752 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1753 REG_NUM is pseudo / cooked.
1754 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1755 (mips_n32n64_xfer_return_value): Ditto.
1756 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1757 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1758 (mips_register_sim_regno): New function.
1759 (mips_gdbarch_init): Set deprecated_register_byte,
1760 register_group_p, pseudo_register_write, pseudo_register_read,
1761 register_sim_regno, and num_pseudo_regs. Set register_type,
1762 instead of register_virtual_type.
1763 * Makefile.in (mips-tdep.o): Update dependencies.
1764 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1765 REGISTER_VIRTUAL_TYPE.
1766 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1767 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1768 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1769 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1770 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1771
1772 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1773
1774 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1775 * cli/cli-cmds.c: Include "gdb_vfork.h".
1776 (shell_escape): Use vfork.
1777
1778 2003-06-21 Andrew Cagney <cagney@redhat.com>
1779
1780 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1781 32 bit floating-point register saves.
1782
1783 * frame.h (deprecated_unwind_get_saved_register): Delete.
1784 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1785 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1786 and deprecated_get_next_frame_hack instead of
1787 deprecated_unwind_get_saved_register.
1788
1789 * mips-tdep.c (mips_dump_tdep): Do not print
1790 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1791
1792 * frame.c (get_frame_register): New function.
1793 (frame_unwind_register_signed): New function.
1794 (get_frame_register_signed): New function.
1795 (frame_unwind_register_unsigned): New function.
1796 (get_frame_register_unsigned): New function.
1797 * frame.h: Add comments on naming schema.
1798 (get_frame_register, frame_unwind_register_signed): Declare.
1799 (get_frame_register_signed, get_frame_register_signed): Declare.
1800 (frame_unwind_register_unsigned): Declare.
1801 (get_frame_register_unsigned): Declare.
1802
1803 2003-06-20 Theodore A. Roth <troth@openavr.org>
1804
1805 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1806
1807 2003-06-20 Theodore A. Roth <troth@openavr.org>
1808
1809 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1810 (avr_read_sp): Ditto.
1811
1812 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
1813
1814 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1815 * config/arm/nm-linux.h: Likewise.
1816 * config/arm/tm-linux.h: Likewise.
1817 * config/ia64/nm-linux.h: Likewise.
1818 * config/ia64/tm-ia64.h: Likewise.
1819 * config/s390/tm-linux.h: Likewise.
1820 * config/s390/tm-s390.h: Likewise.
1821 * s390-nat.c: Likewise.
1822 * s390-tdep.c: Likewise.
1823
1824 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1825 * config/ia64/linux.mt: Likewise.
1826 * config/m68k/linux.mh: Likewise.
1827 * config/mips/linux.mt: Likewise.
1828 * config/powerpc/linux.mh: Likewise.
1829 * config/sh/linux.mt: Likewise.
1830
1831 2003-06-19 Kris Warkentin <kewarken@qnx.com>
1832
1833 * solib.c (solib_open): Change tests for whether to search
1834 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1835 comments.
1836
1837 2003-06-19 Theodore A. Roth <troth@openavr.org>
1838
1839 * avr-tdep.c (avr_frame_address): Delete function.
1840 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1841 set_gdbarch_frame_args_address.
1842
1843 2003-06-19 Andrew Cagney <cagney@redhat.com>
1844
1845 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1846 (REGISTER_CONVERT_FROM_TYPE): Delete.
1847 (mips_register_convert_to_type): Delete declaration.
1848 (mips_register_convert_from_type): Delete declaration.
1849 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1850 kernel/.
1851
1852 2003-06-19 Michael Snyder <msnyder@redhat.com>
1853
1854 * linux-nat.h: New file.
1855 * linux-nat.c: Include linux-nat.h.
1856 * lin-lwp.c: Include linux-nat.h.
1857 Move struct lwp_info def to linux-nat.h.
1858 * linux-proc.c: Include linux-nat.h.
1859 (linux_make_note_section): Iterate over lwps instead of threads.
1860 (linux_do_thread_registers): Use lwp instead of merged pid.
1861 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
1862 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
1863 Add dependency on linux_nat_h.
1864
1865 2003-06-19 Theodore A. Roth <troth@openavr.org>
1866
1867 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1868
1869 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1870
1871 * varobj.c (get_type, get_target_type): Use check_typedef.
1872
1873 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1874
1875 * breakpoint.c (insert_catchpoint): Call internal_error.
1876
1877 2003-06-19 Theodore A. Roth <troth@openavr.org>
1878
1879 * avr-tdep.c (avr_push_dummy_code): Delete function.
1880 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1881
1882 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
1883
1884 * arch-utils.c (default_prepare_to_proceed): Remove.
1885 (generic_prepare_to_proceed): Remove.
1886 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1887 (generic_prepare_to_proceed): Remove prototype.
1888 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1889 * gdbarch.c: Regenerate.
1890 * gdbarch.h: Regenerate.
1891 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1892 * hppah-nat.c (hppa_switched_threads): Remove.
1893 * infrun.c (prepare_to_proceed): New static function, copied from
1894 generic_prepare_to_proceed. Remove select_it argument.
1895 (proceed): Call prepare_to_proceed.
1896 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1897 variables.
1898 (ptrace_wait): Don't set the removed variables.
1899 (hppa_switched_threads): Remove.
1900 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1901 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1902 (lin_lwp_prepare_to_proceed): Remove prototype.
1903 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1904 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1905
1906 2003-06-18 Theodore A. Roth <troth@openavr.org>
1907
1908 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1909 trad-frame.h.
1910 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1911 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1912 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1913 (AVR_PROLOGUE_*): Enumerate prologue types.
1914 (struct frame_extra_info): Remove.
1915 (struct avr_unwind_cache): Define.
1916 (avr_write_sp): Delete function.
1917 (avr_read_fp): Ditto.
1918 (avr_init_extra_frame_info): Ditto.
1919 (avr_pop_frame): Ditto.
1920 (avr_frame_saved_pc): Ditto.
1921 (avr_saved_pc_after_call): Ditto.
1922 (avr_push_return_address): Ditto.
1923 (avr_frame_chain): Ditto.
1924 (avr_store_struct_return): Ditto.
1925 (avr_push_arguments): Ditto.
1926 (avr_scan_prologue): Update comments. Changed to set up the info for
1927 cache unwinding. Now returns end of prologue PC.
1928 (avr_skip_prologue): Better handling of functions lacking a prologue
1929 by using avr_scan_prologue.
1930 (avr_scan_arg_moves): New function.
1931 (avr_saved_regs_unwinder): Ditto.
1932 (avr_frame_unwind_cache): Ditto.
1933 (avr_unwind_pc): Ditto.
1934 (avr_frame_this_id): Ditto.
1935 (avr_frame_prev_register): Ditto.
1936 (avr_frame_p): Ditto.
1937 (avr_frame_base_address ): Ditto.
1938 (avr_unwind_dummy_id): Ditto.
1939 (avr_push_dummy_code): Ditto.
1940 (push_stack_item): Ditto.
1941 (pop_stack_item): Ditto.
1942 (avr_push_dummy_call): Ditto.
1943 (struct stack_item): Define.
1944 (avr_frame_unwind): Declare structure.
1945 (avr_frame_base): Ditto.
1946 (avr_gdbarch_init): Remove calls to
1947 set_gdbarch_deprecated_init_frame_pc,
1948 set_gdbarch_deprecated_target_read_fp,
1949 set_gdbarch_deprecated_dummy_write_sp,
1950 set_gdbarch_deprecated_fp_regnum,
1951 set_gdbarch_deprecated_push_arguments,
1952 set_gdbarch_deprecated_push_return_address,
1953 set_gdbarch_deprecated_pop_frame,
1954 set_gdbarch_deprecated_store_struct_return,
1955 set_gdbarch_deprecated_frame_init_saved_regs,
1956 set_gdbarch_deprecated_init_extra_frame_info,
1957 set_gdbarch_deprecated_frame_chain,
1958 set_gdbarch_deprecated_frame_saved_pc,
1959 set_gdbarch_deprecated_saved_pc_after_call.
1960 Add calls to set_gdbarch_push_dummy_call,
1961 set_gdbarch_push_dummy_code,
1962 frame_unwind_append_predicate,
1963 frame_base_set_default,
1964 set_gdbarch_unwind_dummy_id,
1965 set_gdbarch_unwind_pc.
1966 Wrap a long line.
1967
1968 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
1969
1970 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1971 registers for H8/300S.
1972 (h8300_print_registers_info): Ditto.
1973 (h8300_gdbarch_init): Accommodate register count for H8/300S.
1974
1975 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
1976
1977 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1978 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1979 (lin_lwp_wait): Likewise. Update comments.
1980 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1981 (pull_pid_from_list, linux_record_stopped_pid): New.
1982
1983 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1984
1985 * ada-lang.c (scan_discrim_bound): Name first argument.
1986 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1987 declared by ALL_BLOCK_SYMBOLS.
1988
1989 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1990
1991 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1992 ("regcache.h"): Include it.
1993 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1994
1995 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
1996
1997 * NEWS: Mention gdbserver detach change and "disconnect" command.
1998 * infcmd.c (disconnect_command): New function.
1999 (_initialize_infcmd): Add ``disconnect'' command.
2000 * remote.c (remote_async_detach): Delete.
2001 (remote_detach): Merge remote_async_detach.
2002 (remote_disconnect): New.
2003 (init_remote_ops): Set to_disconnect.
2004 (init_remote_cisco_ops): Likewise.
2005 (init_remote_async_ops): Likewise. Use remote_detach.
2006 * target.c (cleanup_target): Default to_disconnect.
2007 (update_current_target): Inherit to_disconnect.
2008 (target_disconnect, debug_to_disconnect): New functions.
2009 (setup_target_debug): Set to_disconnect.
2010 * target.h (struct target_ops): Add to_disconnect.
2011 (target_disconnect): Add prototype.
2012
2013 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
2014
2015 * breakpoint.c (insert_catchpoint): New function.
2016 (insert_breakpoints): Use catch_exceptions to call
2017 insert_catchpoint. Disable catchpoints if they fail to insert.
2018
2019 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
2020
2021 * symfile.c (reread_symbols): Clear sym_private.
2022
2023 2003-06-17 Andrew Cagney <cagney@redhat.com>
2024
2025 * trad-frame.h (struct frame_info): Add opaque declaration.
2026 * remote-fileio.h (struct cmd_list_element): Add opaque
2027 declaration.
2028 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
2029 comments.
2030
2031 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
2032
2033 * remote.c (remote_prepare_to_store): Replace call to
2034 deprecated_read_register_bytes with multiple regcache_raw_read
2035 calls.
2036
2037 2003-06-17 Kris Warkentin <kewarken@qnx.com>
2038
2039 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
2040 (nto_find_and_open_solib): Likewise.
2041 (nto_init_solib_absolute_prefix): Likewise.
2042 (_initialize_nto_tdep): Fix indentation.
2043
2044 2003-06-17 Kris Warkentin <kewarken@qnx.com>
2045
2046 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
2047
2048 2003-06-17 Kris Warkentin <kewarken@qnx.com>
2049
2050 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
2051
2052 2003-06-17 Jim Blandy <jimb@redhat.com>
2053
2054 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
2055
2056 2003-06-16 Theodore A. Roth <troth@openavr.org>
2057
2058 * avr-tdep.c (avr_extract_return_value): New function.
2059 (avr_gdbarch_init): Set extract_return_value method.
2060
2061 2003-06-16 Andrew Cagney <cagney@redhat.com>
2062
2063 * frame.h (deprecated_get_next_frame_hack): Declare.
2064 * frame.c (legacy_saved_regs_prev_register): Only require
2065 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
2066 there are always saved regs.
2067 (deprecated_generic_get_saved_register): Do not require
2068 DEPRECATED_FRAME_INIT_SAVED_REGS.
2069 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
2070 use frame ID unwind instead.
2071 (deprecated_get_next_frame_hack): New function.
2072
2073 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
2074
2075 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
2076 (h8300_push_dummy_call): ...this function. Some minor optimization.
2077 (h8300_push_return_address): Remove.
2078 (h8300_gdbarch_init): Remove calls to
2079 set_gdbarch_deprecated_dummy_write_sp,
2080 set_gdbarch_deprecated_push_arguments and
2081 set_gdbarch_deprecated_push_return_address.
2082 Add call to set_gdbarch_push_dummy_call.
2083
2084 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
2085
2086 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
2087 (E_PSEUDO_EXR_REGNUM): Ditto.
2088 (h8300_is_argument_spill): Check for instructions moving argument
2089 registers into safe registers.
2090 (h8300_skip_prologue): Check for stm instruction to push registers
2091 used for register variables onto stack.
2092 (gdb_print_insn_h8300): Remove.
2093 (h8300_examine_prologue): Add a comment.
2094 (h8300_register_name): Take pseudo registers into account.
2095 (h8300s_register_name): Ditto.
2096 (h8300sx_register_name): Ditto.
2097 (h8300_print_register): Ditto.
2098 (h8300_print_registers_info): Define "nice" printing order.
2099 (h8300_saved_pc_after_call): Take pseudo registers into account.
2100 (h8300_register_type): Ditto. Return type used for remote connection
2101 when requesting real CCR or EXR register, return actual type when
2102 requesting pseudo CCR or EXR.
2103 (h8300_pseudo_register_read): New function.
2104 (h8300_pseudo_register_write): Ditto.
2105 (h8300_dbg_reg_to_regnum): Ditto.
2106 (h8300s_dbg_reg_to_regnum): Ditto.
2107 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
2108 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
2109 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
2110 set_gdbarch_print_insn architecture dependent.
2111 Call set_gdbarch_pseudo_register_read and
2112 set_gdbarch_pseudo_register_write.
2113 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
2114
2115 2003-06-16 Andrew Cagney <cagney@redhat.com>
2116
2117 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
2118 * gdbarch.h, gdbarch.c: Re-generate.
2119 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2120 * s390-tdep.c (s390_gdbarch_init): Update.
2121 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2122 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2123 * mips-tdep.c (mips_gdbarch_init): Update.
2124 * mcore-tdep.c (mcore_gdbarch_init): Update.
2125 * cris-tdep.c (cris_gdbarch_init): Update.
2126 * infcall.c (call_function_by_hand): Update.
2127 * ia64-tdep.c (ia64_push_arguments): Update comment.
2128 * frame.c (legacy_get_prev_frame): Do not assume
2129 SAVE_DUMMY_FRAME_TOS_P.
2130 * dummy-frame.c (find_dummy_frame): Update comment.
2131
2132 2003-06-16 Andrew Cagney <cagney@redhat.com>
2133
2134 * regcache.c (do_cooked_read): Do not use register_valid_p.
2135
2136 2003-06-15 Theodore A. Roth <troth@openavr.org>
2137
2138 * avr-tdep.c (avr_register_type): Remove a blank line.
2139 (avr_scan_prologue): Correct some comments.
2140
2141 2003-06-15 Theodore A. Roth <troth@openavr.org>
2142
2143 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
2144 prologue types.
2145 Properly scan prologues generated by gcc with the -mcall-prologues
2146 option.
2147 Add code to scan -mcall-prologues for mega devices.
2148
2149 2003-06-15 Theodore A. Roth <troth@openavr.org>
2150
2151 * avr-tdep.c (avr_register_byte): Delete function.
2152 (avr_register_raw_size): Delete function.
2153 (avr_register_virtual_size): Delete function.
2154 (avr_register_virtual_type): Delete function.
2155 (avr_register_type): New function.
2156 (avr_address_to_pointer): Remove unused code.
2157 (avr_read_fp): Need to read FP as two separate bytes due to change to
2158 avr_register_type() usage.
2159 (avr_gdbarch_init): Don't set deprecated_register_size.
2160 Don't set deprecated_register_bytes.
2161 Don't set deprecated_register_byte.
2162 Don't set deprecated_register_raw_size.
2163 Don't set deprecated_max_register_raw_size.
2164 Don't set deprecated_register_virtual_size.
2165 Don't set deprecated_max_register_virtual_size.
2166 Don't set deprecated_register_virtual_type.
2167 Set register_type method.
2168
2169 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
2170
2171 * Makefile.in (linux-nat.o): Add rule.
2172 * linux-nat.c: New file.
2173 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
2174 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
2175 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
2176 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
2177 * config/arm/linux.mh (NATDEPFILES): Likewise.
2178 * config/i386/linux.mh (NATDEPFILES): Likewise.
2179 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
2180 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2181 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2182 * config/mips/linux.mh (NATDEPFILES): Likewise.
2183 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
2184 * config/s390/s390.mh (NATDEPFILES): Likewise.
2185 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2186
2187 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2188
2189 * i387-tdep.c: Reorder includes, fix some whitespace issues and
2190 replace out-of-date comment.
2191
2192 2003-06-15 Andrew Cagney <cagney@redhat.com>
2193
2194 * rdi-share/host.h (Fail): Change to a varargs function.
2195 * remote-rdi.c (Fail): Update.
2196
2197 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2198
2199 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
2200 (i386_convert_register_p, i386_register_to_value,
2201 i386_register_from_value): Handle types longer than 8 bytes.
2202
2203 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2204
2205 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
2206 Move floating-point code to new function in i387-tdep.c.
2207 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
2208 New functions containing code moved here from i386-tdep.c.
2209 * i387-tdep.h: Add opaque declaration for `struct type'.
2210 (i387_register_to_value, i387_value_to_register): New prototypes.
2211 * x86-64-tdep.c (x86_64_convert_register_p): New function.
2212 (x86_64_init_abi): Set convert_register_p, register_to_value and
2213 value_to_register here.
2214
2215 2003-06-14 Andrew Cagney <cagney@redhat.com>
2216
2217 * mips-tdep.c (mips_register_to_value): Make static.
2218 (mips_value_to_register): Make static.
2219 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
2220 * ia64-tdep.c (ia64_register_raw_size): Make static.
2221 (ia64_register_virtual_size): Make static.
2222 (ia64_register_byte): Make static.
2223 * i387-tdep.c: Include "i387-tdep.h".
2224 (print_387_control_word): Delete function.
2225 (print_387_status_word): Delete function.
2226 (print_387_status_bits): Delete function.
2227 (print_387_control_bits): Delete function.
2228 * Makefile.in (i387-tdep.o): Update dependencies.
2229 * rdi-share/host.h (Fail): Declare.
2230 * remote-rdi.c (Fail): Update to match declaration.
2231
2232 2003-06-14 Andrew Cagney <cagney@redhat.com>
2233
2234 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
2235 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
2236 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
2237 * config/djgpp/fnchange.lst: Delete "remote-array.c".
2238 * README: Delete reference to remote-array.
2239 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
2240 (remote-array.o): Delete target.
2241 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
2242 * remote-array.c: Delete file.
2243
2244 2003-06-14 Andrew Cagney <cagney@redhat.com>
2245 Mark Kettenis <kettenis@gnu.org>
2246
2247 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
2248 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
2249 parameter with "frame".
2250 * gdbarch.h, gdbarch.c: Re-generate.
2251 * frame.h (put_frame_register): Declare.
2252 * frame.c (put_frame_register): New function.
2253 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
2254 (legacy_register_to_value): Rewrite, use "frame" to get the
2255 register value.
2256 (legacy_value_to_register): Rewrite, use "frame" to find the
2257 register's location before storing.
2258 * arch-utils.h (legacy_convert_register_p): Update.
2259 (legacy_register_to_value, legacy_value_to_register): Update.
2260 * findvar.c (value_from_register): Rewrite, eliminate use of
2261 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
2262 "frame" to REGISTER_TO_VALUE.
2263 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
2264 lval_reg_frame_relative + lval_register branch of the switch. Do
2265 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
2266 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
2267 I386_EDI_REGNUM): New defines.
2268 (i386_next_regnum, i386_convert_register_p,
2269 i386_register_to_value, i386_value_to_register): New functions.
2270 (i386_register_convertible, i386_register_convert_to_virtual,
2271 i386_convert_to_raw): Remove functions.
2272 (i386_gdbarch_init): Set convert_register_p, register_to_value and
2273 value_to_register instead of register_convertible,
2274 register_convert_to_virtual and register_convert_to_raw.
2275 * mips-tdep.c (mips_convert_register_p): New function.
2276 (mips_value_to_register): Replace mips_register_convert_from_type.
2277 (mips_register_to_value): Replace mips_register_convert_to_type.
2278 (mips_gdbarch_init): Set conver_register_p, value_to_register and
2279 register_to_value.
2280 * alpha-tdep.c (alpha_convert_register_p): Update.
2281 (alpha_value_to_register): Update, store the register.
2282 (alpha_register_to_value): Update, fetch the register.
2283
2284 2003-06-14 Theodore A. Roth <troth@openavr.org>
2285
2286 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
2287 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
2288 Don't set deprecated_call_dummy_words.
2289 Remove commented out set_gdbarch_believe_pcc_promotion() call.
2290 Don't set remote_translate_xfer_address.
2291 (avr_io_reg_read_command): Remove commented out debug printf.
2292 Wrap a long line.
2293
2294 2003-06-14 Theodore A. Roth <troth@openavr.org>
2295
2296 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
2297 causes gdb to seg fault.
2298
2299 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
2300
2301 * sparc-nat.c (fetch_inferior_registers): Correct
2302 a reference to "registers".
2303
2304 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
2305
2306 * Makefile.in (exc_request_U_h): Define
2307 (exc_request_S_h): Likewise.
2308 (msg_reply_S_h): Likewise.
2309 (msg_U_h): Likewise.
2310 (notify_S_h): Likewise.
2311 (process_reply_S_h): Likewise.
2312 (gnu-nat.o): Depend on gdb_obstack_h
2313 * gnu-nat.c: Include "gdb_obstack.h".
2314
2315 2003-06-13 Andrew Cagney <cagney@redhat.com>
2316
2317 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
2318 * gdbarch.h, gdbarch.c: Re-generate.
2319
2320 2003-06-13 Andrew Cagney <cagney@redhat.com>
2321
2322 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
2323 when deprecated REGISTER macros can be deleted.
2324 * gdbarch.h, gdbarch.c: Re-generate.
2325
2326 2003-06-13 Jim Blandy <jimb@redhat.com>
2327
2328 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
2329 Linux entry point symbols for _dl_debug_state, too.
2330
2331 2003-06-13 Andrew Cagney <cagney@redhat.com>
2332
2333 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
2334 available, do not use the FP register, and always save the TOS.
2335 * dummy-frame.c (dummy_frame_this_id): Do not assert
2336 SAVE_DUMMY_FRAME_TOS.
2337 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
2338 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
2339 (i386_push_dummy_call): Add 8 to the returned SP.
2340 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
2341 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
2342 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
2343 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
2344 (x86_64_push_dummy_call): Return "sp + 16".
2345 (x86_64_init_abi): Do not set save_dummy_frame_tos.
2346 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2347 save_dummy_frame_tos.
2348
2349 2003-06-13 Jim Blandy <jimb@redhat.com>
2350
2351 * frv-tdep.c (frv_use_struct_convention): Delete static
2352 declaration for function deleted in my change of 2003-06-12.
2353
2354 2003-06-13 Theodore A. Roth <troth@openavr.org>
2355
2356 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
2357 (avr_pointer_to_address): Shift code addrs left 1 bit.
2358 (avr_convert_from_func_ptr_addr): Delete function since operation is
2359 better handled by avr_address_to_pointer and avr_pointer_to_address.
2360 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
2361
2362 2003-06-13 Mark Kettenis <kettenis@gnu.org>
2363
2364 From Kelley Cook <kelleycook@wideopenwest.com>:
2365 * configure.host: Accept i[34567]86 variants.
2366 * configure.tgt: Likewise.
2367 * nlm/configure.in: Likewise.
2368 * nlm/configure: Regenerated.
2369
2370 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
2371
2372 * arm-tdep.c (solib-svr4.h): Dont' include it.
2373 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
2374 * arm-linux-tdep.c: ... here. Make static.
2375 (arm_linux_init_abi): Register it.
2376 (solib-svr4.h): Include it.
2377 * Makefile.in: Update dependencies.
2378 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2379 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
2380
2381 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2382
2383 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
2384 indicate registers used for return values.
2385 (struct frame_extra_info): Drop args_pointer and locals_pointer.
2386 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
2387 members.
2388 (h8300_init_extra_frame_info): Ditto.
2389 (h8300_frame_locals_address): Removed.
2390 (h8300_frame_args_address): Removed.
2391 (h8300_extract_return_value): Use new regcache structure. Only care
2392 for 16 bit CPUs.
2393 (h8300h_extract_return_value): Same function for 32 bit CPUs.
2394 (h8300_store_return_value): Use new regcache structure. Only care
2395 for 16 bit CPUs.
2396 (h8300h_store_return_value): Same function for 32 bit CPUs.
2397 (h8300_store_struct_return): Removed.
2398 (h8300_extract_struct_value_address): Use new regcache structure.
2399 (h8300h_extract_struct_value_address): Removed.
2400 (h8300_push_dummy_code): New function.
2401 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
2402 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
2403 set_gdbarch_store_return_value architecture dependent.
2404 Call set_gdbarch_push_dummy_code and
2405 set_gdbarch_extract_struct_value_address.
2406 Remove calls to set_gdbarch_frame_args_address,
2407 set_gdbarch_frame_locals_address,
2408 set_gdbarch_deprecated_store_struct_return,
2409 set_gdbarch_deprecated_extract_return_value,
2410 set_gdbarch_deprecated_extract_struct_value_address,
2411 set_gdbarch_deprecated_call_dummy_words and
2412 set_gdbarch_deprecated_sizeof_call_dummy_words.
2413
2414 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
2415
2416 * h8300-tdep.c (h8300_register_byte): Remove.
2417 (h8300h_register_byte): Remove.
2418 (h8300_register_virtual_type): Remove. Substitute by...
2419 (h8300_register_type): New function.
2420 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
2421 (h8300h_extract_struct_value_address): Ditto.
2422 (h8300_gdbarch_init): Drop calls to
2423 set_gdbarch_deprecated_register_byte and
2424 set_gdbarch_deprecated_register_virtual_type.
2425 Add call to set_gdbarch_register_type.
2426
2427 2003-06-13 Andrew Cagney <cagney@redhat.com>
2428
2429 * gdbarch.sh: Update comments on registers.
2430 (deprecated_register_byte): Rename register_byte.
2431 (deprecated_register_raw_size): Rename register_raw_size.
2432 (deprecated_register_virtual_size): Rename register_virtual_size.
2433 (deprecated_register_virtual_type): Rename register_virtual_type.
2434 * gdbarch.h, gdbarch.c: Re-generate.
2435 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2436 * vax-tdep.c (vax_gdbarch_init): Update.
2437 * v850-tdep.c (v850_gdbarch_init): Update.
2438 * sparc-tdep.c (sparc_gdbarch_init): Update.
2439 * sh-tdep.c (sh_gdbarch_init): Update.
2440 * s390-tdep.c (s390_gdbarch_init): Update.
2441 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2442 * ns32k-tdep.c: Update.
2443 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2444 * mips-tdep.c (mips_gdbarch_init): Update.
2445 * mcore-tdep.c (mcore_gdbarch_init): Update.
2446 * m68k-tdep.c (m68k_gdbarch_init): Update.
2447 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2448 * ia64-tdep.c (ia64_gdbarch_init): Update.
2449 * hppa-tdep.c (hppa_gdbarch_init): Update.
2450 * h8300-tdep.c (h8300_gdbarch_init): Update.
2451 * frv-tdep.c (frv_gdbarch_init): Update.
2452 * cris-tdep.c (cris_gdbarch_init): Update.
2453 * avr-tdep.c (avr_gdbarch_init): Update.
2454 * alpha-tdep.c (alpha_gdbarch_init): Update.
2455 * arm-tdep.c (arm_gdbarch_init): Update.
2456
2457 2003-06-13 Andrew Cagney <cagney@redhat.com>
2458
2459 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2460 mips_o32_use_struct_convention with always_use_struct_convention.
2461
2462 2003-06-12 David Carlton <carlton@kealia.com>
2463
2464 * cp-namespace.c (cp_set_block_scope): Comment out
2465 processing_has_namespace_info branch.
2466
2467 2003-06-12 Jim Blandy <jimb@redhat.com>
2468
2469 Recognize and skip 64-bit PowerPC Linux linkage functions.
2470 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2471 insn_pattern, insns_match_pattern, d_field, ds_field): New
2472 functions, macros, and types for working with PPC instructions.
2473 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2474 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2475 ppc64_skip_trampoline_code): New functions, variables, and macros
2476 for recognizing and skipping linkage functions.
2477 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2478 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2479
2480 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2481 register offsets for both the 32- and 64-bit interfaces.
2482
2483 Actually finish the job started by my change of 2003-05-29.
2484 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2485 other #definition of this.
2486 (ppc_linux_skip_trampoline_code): Remove declaration.
2487 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2488 static.
2489 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2490 method for GDBARCH.
2491
2492 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2493 'long' on ppc64-*-linux*.
2494
2495 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2496 isn't #defined, assume the register doesn't exist: act as if
2497 tdep->ppc_mq_regnum were -1.
2498
2499 * configure.host, configure.tgt: Add entries for
2500 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2501 powerpc/linux.mt.
2502 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2503 New files.
2504
2505 * arch-utils.c (always_use_struct_convention): New function.
2506 * arch-utils.h (always_use_struct_convention): New prototype.
2507 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2508 (alpha_gdbarch_init): Register always_use_struct_convention,
2509 instead of alpha_use_struct_convention.
2510 * cris-tdep.c (cris_use_struct_convention): Delete.
2511 (cris_gdbarch_init): Register always_use_struct_convention,
2512 instead of cris_use_struct_convention.
2513 * frv-tdep.c (frv_use_struct_convention): Delete.
2514 (frv_gdbarch_init): Register always_use_struct_convention,
2515 instead of frv_use_struct_convention.
2516 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2517 (h8300_gdbarch_init): Register always_use_struct_convention,
2518 instead of h8300_use_struct_convention.
2519 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
2520 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2521 instead of mips_o32_use_struct_convention.
2522
2523 2003-06-12 Andrew Cagney <cagney@redhat.com>
2524
2525 * wince.c: Include "mips-tdep.h".
2526 * mips-tdep.h (mips_next_pc): Declare.
2527 * mcore-tdep.c: Make more local functions static.
2528 * Makefile.in (wince.o): Update dependencies.
2529
2530 2003-06-12 David Carlton <carlton@kealia.com>
2531
2532 * symtab.c (lookup_symbol_aux_minsyms): Replace
2533 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2534 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2535 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2536 SYMBOL_NATURAL_NAME.
2537
2538 2003-06-12 Andreas Schwab <schwab@suse.de>
2539
2540 * Makefile.in (tuiDisassem.o): Update dependencies.
2541
2542 2003-06-12 David Carlton <carlton@bactrian.org>
2543
2544 * symtab.h: Delete declaration of make_symbol_overload_list.
2545 Add declaration of lookup_partial_symbol.
2546 * symtab.c (remove_params): Move to cp-support.c.
2547 (overload_list_add_symbol, make_symbol_overload_list)
2548 (sym_return_val_size, sym_return_val_index): Ditto.
2549 (lookup_partial_symbol): Make extern.
2550 * cp-support.h: Add declaration of make_symbol_overload_list.
2551 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2552 symtab.h, and block.h.
2553 (remove_params): Move here from symtab.c.
2554 (overload_list_add_symbol, make_symbol_overload_list)
2555 (sym_return_val_size, sym_return_val_index): Ditto.
2556 * valops.c: Include cp-support.h.
2557 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2558 frame_h, and block_h.
2559 (valops.o): Depend on cp_support_h.
2560
2561 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2562
2563 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2564 substitute by NUM_REGS throughout.
2565 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2566 (h8300s_register_name): New function for H8S registers.
2567 (h8300sx_register_name): Ditto for H8SX registers.
2568 (h8300_print_register): Revise register printing, avoid depending
2569 on 32 bit long.
2570 (h8300_register_byte): Only care for H8/300 registers.
2571 (h8300h_register_byte): New function for any other architecture.
2572 (h8300_register_raw_size): Remove.
2573 (h8300_register_virtual_type): Revise to return actually useful
2574 type.
2575 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2576 (h8300h_extract_struct_value_address): New function for any other
2577 architecture.
2578 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2579 set_gdbarch_register_name, set_gdbarch_register_byte,
2580 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2581 Remove calls to set_gdbarch_deprecated_register_size,
2582 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2583 set_gdbarch_deprecated_max_register_raw_size,
2584 set_gdbarch_register_virtual_size and
2585 set_gdbarch_deprecated_max_register_virtual_size entirely.
2586 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2587 set_gdbarch_long_double_bit.
2588
2589 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2590
2591 * doublest.c (convert_doublest_to_floatformat): When dealing
2592 with the implied integer bit, only alter mant_bits if we are
2593 processing a full 32 bits of mantissa.
2594
2595 2003-06-11 David Carlton <carlton@bactrian.org>
2596
2597 * dictionary.h: New.
2598 * dictionary.c: New.
2599 * block.h: Add opaque declaration for struct dictionary.
2600 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2601 'sym' members.
2602 (BLOCK_DICT): New macro.
2603 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2604 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2605 BLOCK_SHOULD_SORT.
2606 (ALL_BLOCK_SYMBOLS): Update definition.
2607 * Makefile.in (SFILES): Add dictionary.c.
2608 (dictionary_h): New.
2609 (COMMON_OBS): Add dictionary.o.
2610 (dictionary.o): New.
2611 (ada-lang.o): Depend on dictionary_h.
2612 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2613 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2614 (mi-cmd-stack.o): Ditto.
2615 (gdbtk-cmds.o): Update dependencies.
2616 (gdbtk-stack.o): Ditto.
2617 * ada-lang.c: Include dictionary.h.
2618 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2619 (fill_in_ada_prototype, debug_print_block): Ditto.
2620 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2621 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2622 'is_sorted'.
2623 * mdebugread.c: Include dictionary.h.
2624 (struct parse_stack): Delete 'maxsyms' member.
2625 (parse_symbol): Update calls to new_block. Delete calls to
2626 shrink_block. Use dictionary methods.
2627 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2628 Update calls to new_symtab. Don't maintain maxsyms data.
2629 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2630 (add_symbol): Just call dict_add_symbol.
2631 (new_symtab): Delete 'maxsyms' argument.
2632 (new_symtab): Update calls to new_block.
2633 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2634 (shrink_block): Delete function.
2635 (fixup_sigtramp): Update call to new_block. Add symbol via
2636 dict_add_symbol.
2637 * jv-lang.c: Include dictionary.h.
2638 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2639 appropriately. Set class_symtab->free_func. Make sure the
2640 blockvector is big enough to hold two blocks.
2641 (add_class_symtab_symbol): Use dictionary methods.
2642 (free_class_block): New function.
2643 (type_from_class): Replace explicit iteration by
2644 ALL_BLOCK_SYMBOLS.
2645 * symtab.h (struct symtab): Replace 'free_ptr' method by
2646 'free_func'.
2647 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2648 sort_symtab_syms.
2649 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2650 sort_symtab_syms.
2651 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2652 Include dictionary.h.
2653 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2654 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2655 sort_symtab_syms.
2656 * objfiles.c: Include dictionary.h.
2657 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2658 * buildsym.c: Include dictionary.h.
2659 (finish_block): Use dictionary methods.
2660 (end_symtab): Set free_func to NULL, not free_ptr.
2661 * tracepoint.c: Include dictionary.h.
2662 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2663 (scope_info): Ditto.
2664 * stack.c: Include dictionary.h.
2665 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2666 (print_block_frame_labels, print_frame_arg_vars)
2667 (print_frame_args): Ditto.
2668 * symmisc.c (free_symtab_block): Use dictionary methods.
2669 (dump_symtab): Ditto.
2670 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2671 Include dictionary.h.
2672 * symfile.h: Delete declarations of sort_block_syms,
2673 sort_symtab_syms.
2674 * symfile.c (sort_block_syms): Delete.
2675 (sort_symtab_syms): Delete.
2676 * symtab.c: Include dictionary.h.
2677 (lookup_block_symbol): Use dictionary iterators.
2678 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2679 (search_symbols, make_symbol_completion_list): Ditto.
2680 (make_symbol_overload_list): Ditto.
2681 * valops.c (value_of_local): Use dict_empty.
2682 Include dictionary.h.
2683
2684 2003-06-11 J. Brobecker <brobecker@gnat.com>
2685
2686 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2687
2688 2003-06-11 David Carlton <carlton@bactrian.org>
2689
2690 * block.h (BLOCK_SHOULD_SORT): Delete.
2691 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2692 blocks.
2693 * ada-lang.c (ada_add_block_symbols): Ditto.
2694 * symfile.c (sort_block_syms): Delete.
2695 (sort_symtab_syms): Ditto.
2696 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2697 declarations.
2698 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2699 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2700 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2701 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2702 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2703 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2704 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2705
2706 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2707
2708 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
2709 bits to 128.
2710
2711 2003-06-11 Andrew Cagney <cagney@redhat.com>
2712
2713 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2714 REGISTER_CONVERTIBLE.
2715 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2716 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2717 * gdbarch.h, gdbarch.c: Re-generate.
2718 * arch-utils.h (deprecated_register_convertible_not): Rename
2719 generic_register_convertible_not.
2720 * arch-utils.c (deprecated_register_convertible_not): Rename
2721 generic_register_convertible.
2722 (legacy_convert_register_p, legacy_register_to_value): Update.
2723 * sh-tdep.c (sh64_push_arguments): Update.
2724 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2725 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2726 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2727 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2728 * arch-utils.c (legacy_value_to_register): Update.
2729 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2730 (rs6000_register_convert_to_raw): Make parameter "from" const.
2731 * mips-tdep.c (mips_gdbarch_init): Update.
2732 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2733 * infcmd.c (default_print_registers_info): Update.
2734 * ia64-tdep.c (ia64_gdbarch_init): Update.
2735 (ia64_register_convert_to_raw): Make parameter "from" const.
2736 * i386-tdep.c (i386_gdbarch_init): Update.
2737 (i386_register_convert_to_raw): Update.
2738
2739 2003-06-11 Andrew Cagney <cagney@redhat.com>
2740
2741 * remote-fileio.c: Include "remote-fileio.h".
2742 * Makefile.in (remote-fileio.o): Update dependencies.
2743 (remote_fileio_h): Fix typo.
2744
2745 2003-06-11 Andrew Cagney <cagney@redhat.com>
2746
2747 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2748 (xstormy16_save_dummy_frame_tos): Make static.
2749 (_initialize_xstormy16_tdep): Add declaration.
2750 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2751 * v850-tdep.c: Make local functions static.
2752 (_initialize_v850_tdep): Add declaration.
2753 * sparc-tdep.c: Make local functions static.
2754 (_initialize_sparc_tdep): Add declaration.
2755 * sh-tdep.c: Make local functions static.
2756 (_initialize_sh_tdep): Add declaration.
2757 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2758 * s390-tdep.c: Make local functions static.
2759 (_initialize_s390_tdep): Add declaration.
2760 * dbxread.c (find_stab_function_addr): Make static.
2761 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2762 * ocd.c (_initialize_remote_ocd): Add declaration.
2763 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2764 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2765 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2766 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2767 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2768 * remote-array.c (_initialize_array): Add declaration.
2769 (_initialize_remote_monitors): Add declaration.
2770 * remote-mips.c: Make local functions static.
2771 (_initialize_remote_mips): Add declaration.
2772 * mcore-tdep.c: Make all local functions static.
2773 (_initialize_mcore_tdep): Add declaration.
2774 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2775 * abug-rom.c (_initialize_abug_rom): Add declaration.
2776 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2777 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2778 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2779 * remote-est.c (_initialize_est): Add declaration.
2780 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2781 (m68hc11_call_dummy_address): Make static.
2782 * ia64-tdep.c: Make local functions static.
2783 (_initialize_ia64_tdep): Add declaration.
2784 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2785 * monitor.c (monitor_wait_filter): Make static.
2786 (_initialize_remote_monitors): Add declaration.
2787 * remote-hms.c (_initialize_remote_hms): Add declaration.
2788 * remote-e7000.c (fetch_regs_from_dump): Make static.
2789 (expect_n): Make static.
2790 (_initialize_remote_e7000): Add declaration.
2791 * ser-e7kpc.c: Always include "defs.h".
2792 (_initialize_ser_e7000pc): Add declaration.
2793 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2794 * cris-tdep.c: Make all but one function static.
2795 (_initialize_cris_tdep): Add declaration.
2796 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2797 * solib.c (update_solib_list): Make static.
2798 (_initialize_solib): Add declaration.
2799 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2800 (_initialize_avr_tdep): Add declaration.
2801 * remote-rdi.c (voiddummy): Make static.
2802 (_initialize_remote_rdi): Add declaration.
2803 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2804 * remote-rdp.c (send_rdp): Make static.
2805 (_initialize_remote_rdp): Add declaration.
2806 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2807
2808 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
2809
2810 * remote-fileio.c: Make ari happy.
2811
2812 2003-06-10 J. Brobecker <brobecker@gnat.com>
2813
2814 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2815 fetching the trailing bytes of the buffer we are about to write.
2816
2817 2003-06-10 Andrew Cagney <cagney@redhat.com>
2818
2819 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2820 * Makefile.in (remote-fileio.o): Update dependencies.
2821 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2822 include <setjmp.h>, or <sys/types.h> conditional on USG.
2823 (remote_fio_jmp_buf): Delete global variable.
2824
2825 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2826 Martin M. Hunt <hunt@redhat.com>
2827
2828 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2829 (SFILES): Add remote-fileio.c.
2830 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2831 dependencies for building remote.o.
2832 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2833 * remote-fileio.h: New header file defining remote File-I/O interface.
2834 * remote.c (remote_write_bytes, remote_read_bytes): Remove
2835 static storage class.
2836 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2837 'F' packet.
2838 (_initialize_remote): Call initialize_remote_fileio().
2839 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
2840 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2841 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2842 (captured_main): Initialize new ui_files.
2843 * ui-file.c: Add read and fgets input functions.
2844 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2845 (null_file_read): New function.
2846 (ui_file_read): New function.
2847 (set_ui_file_read): New function.
2848 (stdio_file_read): New function.
2849 * ui-file.h: New type ui_file_read_ftype.
2850 (set_ui_file_read): Declare.
2851 (ui_file_read): Declare.
2852
2853 2003-06-09 Andrew Cagney <cagney@redhat.com>
2854
2855 * frame.h (deprecated_unwind_get_saved_register): Rename
2856 generic_unwind_get_saved_register, update comments.
2857 * mips-tdep.c (mips_get_saved_register): Update.
2858 * frame.c (deprecated_unwind_get_saved_register): Update.
2859
2860 2003-06-09 Andrew Cagney <cagney@redhat.com>
2861
2862 * vax-tdep.c (vax_frame_locals_address): Delete function.
2863 (vax_gdbarch_init): Do not set frame_locals_address.
2864 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2865 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2866 * s390-tdep.c (s390_frame_args_address): Delete function.
2867 (s390_gdbarch_init): Do not set frame_args_address or
2868 frame_locals_address.
2869 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2870 (ns32k_gdbarch_init): Do not set frame_locals_address.
2871 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2872 (hppa_frame_locals_address): Delete function.
2873 (hppa_gdbarch_init): Do not set frame_args_address, or
2874 frame_locals_address.
2875 * arm-tdep.c (arm_frame_args_address): Delete.
2876 (arm_frame_locals_address): Delete.
2877 (arm_gdbarch_init): Do not set frame_args_address, or
2878 frame_locals_address.
2879
2880 2003-06-09 Andrew Cagney <cagney@redhat.com>
2881
2882 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2883 * gdbarch.h, gdbarch.c: Re-generate.
2884 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2885 * arch-utils.c (frame_num_args_unknown): Delete function.
2886 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2887 (frame_info): Use FRAME_NUM_ARGS_P.
2888 * arm-tdep.c (arm_frame_num_args): Delete function.
2889 (arm_gdbarch_init): Do not set frame_num_args.
2890 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2891 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2892 (hppa_gdbarch_init): Do not set frame_num_args.
2893 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2894 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2895 frame_num_args to default frame_num_args_unknown.
2896 * v850-tdep.c (v850_gdbarch_init): Ditto.
2897 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2898 * sh-tdep.c (sh_gdbarch_init): Ditto.
2899 * s390-tdep.c (s390_gdbarch_init): Ditto.
2900 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2901 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2902 * mips-tdep.c (mips_gdbarch_init): Ditto.
2903 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2904 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2905 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2906 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2907 * i386-tdep.c (i386_gdbarch_init): Ditto.
2908 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2909 * frv-tdep.c (frv_gdbarch_init): Ditto.
2910 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2911 * cris-tdep.c (cris_gdbarch_init): Ditto.
2912 * avr-tdep.c (avr_gdbarch_init): Ditto.
2913 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2914
2915 2003-06-09 Andrew Cagney <cagney@redhat.com>
2916
2917 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2918 (print_frame_args): Moved to "stack.c".
2919 * stack.c: Include "gdb_assert.h".
2920 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2921 (print_frame_args): Moved from "printcmd.c".
2922 * frame.h (print_frame_args): Delete declaration.
2923 * Makefile.in (stack.o): Update dependencies.
2924
2925 2003-06-08 Andrew Cagney <cagney@redhat.com>
2926
2927 * frame.c (get_prev_frame): Remove reference to
2928 frame_args_address_correct in comments.
2929 * frame-base.c (default_frame_args_address): Delete code
2930 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2931 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2932 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2933 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2934 (vax_frame_args_address_correct): Delete declaration.
2935
2936 2003-06-08 Andrew Cagney <cagney@redhat.com>
2937
2938 * gdbarch.sh (UNWIND_SP): Add.
2939 * gdbarch.h, gdbarch.c: Re-generate.
2940 * frame.c (frame_sp_unwind): New function.
2941 (get_frame_sp): New function.
2942 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2943 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2944 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2945 value.
2946 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2947 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2948
2949 2003-06-08 Andrew Cagney <cagney@redhat.com>
2950
2951 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2952 REMOTE_BREAKPOINT.
2953 * remote.c: Update.
2954 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2955 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2956 * config/m68k/tm-sun3.h: Update.
2957 * config/m68k/tm-m68klynx.h: Update.
2958 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2959
2960 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2961 trad_frame". Update comments.
2962 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2963 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2964 (trad_frame_register_value, trad_frame_prev_register): Update.
2965
2966 2003-06-08 Andrew Cagney <cagney@redhat.com>
2967
2968 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2969 from GCC's acinclude.m4.
2970 * configure.in: Check for getopt's delcaration.
2971 * aclocal.m4, config.in, configure: Re-generate.
2972 * main.c (error_init): Delete declaration.
2973 * defs.h (error_init): Declare.
2974 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2975 (rs6000_convert_from_func_ptr_addr): Make static.
2976 (_initialize_rs6000_tdep): Add declaration.
2977 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2978 (show_commands, set_verbose, show_history): Delete declaration.
2979 * top.h (set_verbose): Add declaration.
2980 (show_history, set_history, show_commands): Add declaration.
2981 (do_restore_instream_cleanup): Add declaration.
2982 * objc-lang.c (specialcmp): Make static.
2983 (print_object_command): Make static.
2984 (find_objc_msgsend): Make static.
2985 (find_objc_msgcall_submethod_helper): Make static.
2986 (find_objc_msgcall_submethod): Make static.
2987 (_initialize_objc_language): Add declaration.
2988 (find_implementation_from_class): Make static.
2989 (find_implementation): Make static.
2990 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2991 * objc-lang.h (lookup_struct_typedef): Add declaration.
2992 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2993 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2994 (do_restore_user_call_depth): Make static.
2995 (do_restore_instream_cleanup): Delete declaration.
2996 (dont_repeat): Delete declaration.
2997 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2998 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2999 * reggroups.c (_initialize_reggroup): Add declaration.
3000 * cp-support.c (_initialize_cp_support): Add declaration.
3001 * cp-abi.c (_initialize_cp_abi): Add declaration.
3002 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
3003 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
3004 (_initialize_gnu_v3_abi): Add declaration.
3005 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
3006 (_initialize_gnu_v2_abi): Add declaration.
3007 * frame-base.c (_initialize_frame_base): Add declaration.
3008 * doublest.c (floatformat_from_length): Make static.
3009 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
3010 * frame.c (create_sentinel_frame): Make static.
3011 (_initialize_frame): Add declaration.
3012 * top.c (do_catch_errors): Make static.
3013 (gdb_rl_operate_and_get_next_completion): Make static.
3014 * typeprint.c: Include "typeprint.h".
3015 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
3016 (sentinel_frame_this_id): Make static.
3017 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
3018 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
3019 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
3020 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
3021 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
3022 * maint.c (maintenance_print_architecture): Make static.
3023 * signals/signals.c (_initialize_signals): Add declaration.
3024 * std-regs.c (_initialize_frame_reg): Add declaration.
3025 * jv-exp.y (push_variable): ISO C definition.
3026 (push_qualified_expression_name): Ditto.
3027 * memattr.c (_initialize_mem): Add declaration.
3028 * remote.c (remote_check_watch_resources): Make static.
3029 (remote_stopped_by_watchpoint): Make static.
3030 (remote_stopped_data_address): Make static.
3031 * d10v-tdep.c (nr_dmap_regs): Make static.
3032 (a0_regnum): Make static.
3033 (d10v_frame_unwind_cache): Make static.
3034 (d10v_frame_p): Make static.
3035 * osabi.c (show_osabi): Make static.
3036 (_initialize_gdb_osabi): Add extern declaration.
3037 * gdbtypes.c (make_qualified_type): Make static.
3038 (safe_parse_type): Make static.
3039 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
3040 * macrotab.c (macro_bcache_free): Make static.
3041 * interps.c (interp_set_quiet): Make static.
3042 (interpreter_exec_cmd): Make static.
3043 * stack.h (select_frame_command): New file.
3044 * stack.c: Include "stack.h".
3045 (select_frame_command_wrapper): Delete function.
3046 (select_frame_command): Make global.
3047 * infcall.c: Include "infcall.h".
3048 * linespec.c: Include "linespec.h".
3049 * symfile.c (sections_overlap): Make static.
3050 * cp-support.h (cp_initialize_namespace): ISO C declaration.
3051 * charset.c (_initialize_charset): Add missing prototype.
3052 * regcache.c (init_legacy_regcache_descr): Make static.
3053 (do_regcache_xfree): Make static.
3054 (regcache_xfer_part): Make static.
3055 (_initialize_regcache): Add missing prototype.
3056 * breakpoint.c (parse_breakpoint_sals): Make static.
3057 (breakpoint_sals_to_pc): Make static.
3058 * interps.h (clear_interpreter_hooks): ISO C declaration.
3059 * Makefile.in (stack_h): Define.
3060 (stack.o, typeprint.o, mi-main.o): Update dependencies.
3061 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
3062
3063 2003-06-08 Andrew Cagney <cagney@redhat.com>
3064
3065 * Makefile.in (d10v-tdep.o): Update dependencies.
3066 (SFILES): Add trad-frame.c.
3067 (trad_frame_h): Define.
3068 (COMMON_OBS): Add trad-frame.o.
3069 (trad-frame.o): Specify dependencies.
3070 * d10v-tdep.c: Include "trad-frame.h".
3071 (saved_regs_unwinder): Delete function.
3072 (d10v_frame_prev_register): Use trad_frame_prev_register.
3073 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
3074 trad_frame", delete "regs" and "prev_sp".
3075 (prologue_find_regs): Use trad-frame.
3076 * trad-frame.h, trad-frame.c: New files.
3077
3078 2003-06-08 Mark Kettenis <kettenis@gnu.org>
3079
3080 * dwarf2cfi.c, dwarf2cfi.h: Remove.
3081
3082 2003-06-07 Adam Fedor <fedor@gnu.org>
3083
3084 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
3085 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
3086 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
3087 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
3088 resolve_msgsend_super, resolve_msgsend_super_stret):
3089 Use it.
3090
3091 2003-06-07 Andrew Cagney <cagney@redhat.com>
3092
3093 * symfile.h: Re-indent, clean up comments.
3094
3095 2003-06-07 Andrew Cagney <cagney@redhat.com>
3096
3097 * inferior.h (deprecated_write_sp): Replace
3098 generic_target_write_sp.
3099 * regcache.c (deprecated_write_sp): Replace
3100 generic_target_write_sp.
3101 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3102 * vax-tdep.c (vax_gdbarch_init): Update.
3103 * v850-tdep.c (v850_gdbarch_init): Update.
3104 * sparc-tdep.c (sparc_gdbarch_init): Update.
3105 * sh-tdep.c (sh_gdbarch_init): Update.
3106 * s390-tdep.c (s390_gdbarch_init): Update.
3107 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3108 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3109 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3110 * mcore-tdep.c (mcore_gdbarch_init): Update.
3111 * m68k-tdep.c (m68k_gdbarch_init): Update.
3112 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3113 * ia64-tdep.c (ia64_gdbarch_init): Update.
3114 * h8300-tdep.c (h8300_gdbarch_init): Update.
3115 * frv-tdep.c (frv_gdbarch_init): Update.
3116 * cris-tdep.c (cris_gdbarch_init): Update.
3117 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
3118
3119 2003-06-07 Andrew Cagney <cagney@redhat.com>
3120
3121 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
3122 Assert that PC_REGNUM is valid.
3123 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
3124
3125 2003-06-07 Andrew Cagney <cagney@redhat.com>
3126
3127 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
3128 * gdbarch.h, gdbarch.c: Regenerate.
3129 * mn10300-tdep.c: Include "gdb_assert.h".
3130 (mn10300_read_fp): New function.
3131 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
3132 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
3133 * ia64-tdep.c: Include "gdb_assert.h".
3134 (ia64_read_fp): New function.
3135 (ia64_gdbarch_init): Set deprecated_target_read_fp to
3136 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
3137 * regcache.c (generic_target_read_sp): Delete function.
3138 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
3139 * inferior.h (generic_target_read_sp): Delete declaration.
3140 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
3141 generic_target_read_sp.
3142 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3143 * sparc-tdep.c (sparc_gdbarch_init): Ditto
3144 * sh-tdep.c (sh_gdbarch_init): Ditto.
3145 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3146 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
3147
3148 2003-06-07 Andrew Cagney <cagney@redhat.com>
3149
3150 * gdbarch.sh: Comment each field of startup_gdbarch.
3151 * gdbarch.h, gdbarch.c: Re-generate.
3152
3153 2003-06-07 Andrew Cagney <cagney@redhat.com>
3154
3155 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
3156 * gdbarch.h, gdbarch.c: Re-generate.
3157 * regcache.c: Update comments on read_pc et.al.
3158 (generic_target_read_pc): Delete function.
3159 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
3160 * inferior.h (generic_target_read_pc): Delete declaration.
3161 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
3162 generic_target_read_pc.
3163 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3164 * sh-tdep.c (sh_gdbarch_init): Ditto.
3165 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3166 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3167
3168 2003-06-07 Andrew Cagney <cagney@redhat.com>
3169
3170 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
3171 "index" with "special_local_sect". Use strcmp instead of STREQ.
3172 Append period to coments.
3173
3174 2003-06-06 Mark Mitchell <mark@codesourcery.com>
3175
3176 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
3177 (elfstab_offset_sections): Likewise.
3178 * gdb-stabs.h (stab_section_info): Likewise.
3179 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
3180 * objfiles.c (objfile_relocate): Likewise.
3181 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
3182 * remote.c (get_offsets): Likewise.
3183 (remote_cisco_objfile_relocate): Likewise.
3184 * somread.c (som_symfile_offsets): Likewise.
3185 * symfile.c (alloc_section_addr_info): New function.
3186 (build_section_addr_info_from_section_tab): Use it.
3187 (free_section_addr_info): Adjust.
3188 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
3189 (syms_from_objfile): Allocate local_addr dynamically.
3190 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
3191 dynamically.
3192 (add_symbol_file_command): Allocate sect_opts dynamically.
3193 (reread_symbols): Avoid use of SECT_OFF_MAX.
3194 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
3195 (alloc_section_addr_info): Declare it.
3196 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
3197 * win32-nat.c (solib_symbols_add): Allocate section_addrs
3198 dynamically.
3199 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
3200
3201 2003-06-06 Andrew Cagney <cagney@redhat.com>
3202
3203 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
3204 (d10v_frame_unwind_cache): Do not set "return_pc".
3205
3206 2003-06-06 Michael Snyder <msnyder@redhat.com>
3207
3208 * h8300-tdep.c: Make tidy (long lines).
3209
3210 2003-06-06 Michal Ludvig <mludvig@suse.cz>
3211
3212 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
3213 to regcache_collect().
3214
3215 2003-06-05 J. Brobecker <brobecker@gnat.com>
3216
3217 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
3218 pc_in_sigtramp multiarch method.
3219 (hppa_hpux_som_init_abi): Use it.
3220 (hppa_hpux_elf_init_abi): Likewise.
3221 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
3222 macro has been multiarched.
3223 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
3224 macro here, as hppa64 isn't multiarched yet.
3225
3226 2003-06-05 Andrew Cagney <cagney@redhat.com>
3227
3228 * Makefile.in (value_h): Add $(frame_h).
3229 * value.h: Include "frame.h".
3230 (struct value): Replace "frame_addr" with "frame_id".
3231 (VALUE_FRAME_ID): Replace VALUE_FRAME.
3232 * values.c (allocate_value): Use VALUE_FRAME_ID.
3233 (value_copy): Use VALUE_FRAME_ID.
3234 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
3235 * valops.c (value_assign): Update. Use frame_find_by_id.
3236
3237 2003-06-05 Michal Ludvig <mludvig@suse.cz>
3238
3239 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
3240 in each pass.
3241
3242 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
3243
3244 * thread-db.c (check_event): For create/death event breakpoints,
3245 loop through all messages to ensure that we read the message
3246 corresponding to the breakpoint we are at.
3247
3248 2003-06-04 Michael Snyder <msnyder@redhat.com>
3249
3250 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
3251
3252 2003-06-04 Mark Kettenis <kettenis@gnu.org>
3253
3254 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
3255 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
3256 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
3257 when handling .eh_frame sections.
3258
3259 2003-06-04 J. Brobecker <brobecker@gnat.com>
3260
3261 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
3262 prepare_to_proceed procedure instead of the hppa-specific one.
3263 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
3264
3265 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
3266
3267 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
3268 * config.in: Regenerated.
3269 * configure.in: Add test for syscall function and check for
3270 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
3271 * configure: Regenerated.
3272 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
3273 <sys/syscall.h>.
3274 (kill_lwp): New function that uses tkill syscall or
3275 uses kill, depending on whether threading model is nptl or not.
3276 All callers of kill() changed to use kill_lwp().
3277 (lin_lwp_wait): Make special check when WIFEXITED occurs to
3278 see if all threads have already exited in the nptl model.
3279 (stop_and_resume_callback): New callback function used by the
3280 lin_lwp_wait thread exit handling code.
3281 (stop_wait_callback): Check for threads already having exited and
3282 delete such threads fromt the lwp list when discovered.
3283 (stop_callback): Don't assert retcode of kill call.
3284
3285 Roland McGrath <roland@redhat.com>
3286 * i386-linux-nat.c (ps_get_thread_area): New function needed by
3287 nptl libthread_db.
3288
3289 2003-06-03 Richard Henderson <rth@redhat.com>
3290
3291 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
3292 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
3293 (alpha_sigtramp_frame_prev_register): Likewise.
3294 (alpha_heuristic_frame_prev_register): Likewise.
3295 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
3296
3297 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
3298 alpha-specific register id names.
3299 (alpha_mdebug_frame_unwind_cache): Likewise.
3300 (alpha_mdebug_frame_prev_register): Likewise.
3301
3302 2003-06-03 Richard Henderson <rth@redhat.com>
3303
3304 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
3305 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
3306 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
3307 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
3308 unwind routines.
3309 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3310 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3311 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3312
3313 * alpha-linux-tdep.c: Remove unnecessary includes.
3314 * Makefile.in (alpha-linux-tdep.o): Update.
3315
3316 2003-06-03 Richard Henderson <rth@redhat.com>
3317
3318 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
3319 (alphabsd_fill_fpreg): Likewise.
3320
3321 2003-06-03 J. Brobecker <brobecker@gnat.com>
3322
3323 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
3324 references to struct frame_info fields by calls to the equivalent
3325 accessors. Necessary now that frame_info is opaque.
3326
3327 2003-06-03 J. Brobecker <brobecker@gnat.com>
3328
3329 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
3330 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
3331 structure, field no longer exists.
3332
3333 2003-06-03 J. Brobecker <brobecker@gnat.com>
3334
3335 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3336 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
3337
3338 2003-06-03 J. Brobecker <brobecker@gnat.com>
3339
3340 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
3341 references to struct frame_info fields by calls to the equivalent
3342 accessors. Necessary now that frame_info is opaque.
3343
3344 2003-06-03 J. Brobecker <brobecker@gnat.com>
3345
3346 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
3347 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
3348 structure, field no longer exists.
3349
3350 2003-06-03 Theodore A. Roth <troth@openavr.org>
3351
3352 * remote.c (init_remote_state): Compute sizeof_g_packet by
3353 accumulation of the size of all registers instead of blindly using
3354 DEPRECATED_REGISTER_BYTES.
3355
3356 2003-06-03 Michael Snyder <msnyder@redhat.com>
3357
3358 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
3359 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
3360 for h8300sx.
3361
3362 2003-06-03 J. Brobecker <brobecker@gnat.com>
3363
3364 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
3365 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3366
3367 2003-06-03 Andrew Cagney <cagney@redhat.com>
3368
3369 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
3370 (sparc_convert_to_raw): Delete function.
3371 (sparc_gdbarch_init): Do not set register_convert_to_raw or
3372 register_convert_to_virtual.
3373
3374 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
3375
3376 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
3377 layer if not dealing with a statically-linked threaded program.
3378
3379 2003-06-03 Kris Warkentin <kewarken@qnx.com>
3380
3381 * solib.c (solib_open): Update comment to reflect actual search order.
3382
3383 2003-06-03 Andrew Cagney <cagney@redhat.com>
3384
3385 * frame.c (get_frame_memory_signed): New function.
3386 (get_frame_memory, get_frame_memory_unsigned): New function.
3387 (get_frame_arch): New function.
3388 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
3389 (get_frame_memory, get_frame_unsigned_memory): Declare.
3390 * d10v-tdep.c (d10v_frame_unwind_cache): Use
3391 get_frame_memory_unsigned and get_frame_arch.
3392 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
3393
3394 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
3395
3396 * MAINTAINERS (write after approval): Add myself.
3397
3398 2003-06-03 Jim Blandy <jimb@redhat.com>
3399
3400 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
3401 elements of gregset_t are 64 bits each, but access registers
3402 are still 32 bits, so they're packed two per gregset_t
3403 element. Unpack/pack them properly.
3404
3405 2003-06-02 David Carlton <carlton@bactrian.org>
3406
3407 * linespec.c (find_methods): Break out code into
3408 add_matching_methods and add_constructors.
3409 (add_matching_methods): New.
3410 (add_constructors): Ditto.
3411
3412 2003-06-02 Andrew Cagney <cagney@redhat.com>
3413
3414 * sparc-tdep.c (sparc_print_registers): Delete call to
3415 REGISTER_CONVERTIBLE.
3416 (sparc_gdbarch_init): Do not set register_convertible.
3417 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3418 * frv-tdep.c (frv_gdbarch_init): Ditto.
3419 * cris-tdep.c (cris_gdbarch_init): Ditto.
3420
3421 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
3422
3423 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
3424 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
3425 (syms_from_objfile): Ditto.
3426
3427 2003-06-03 Andreas Schwab <schwab@suse.de>
3428
3429 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
3430 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
3431
3432 2003-06-02 Richard Henderson <rth@redhat.com>
3433
3434 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
3435 a member of all_reggroup.
3436
3437 2003-06-02 Richard Henderson <rth@redhat.com>
3438
3439 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
3440 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
3441 (alpha_lds, alpha_sts): New.
3442 (alpha_convert_register_p): Change from _register_convertible.
3443 (alpha_register_to_value): Change from _convert_to_virtual;
3444 restructure and fail for type sizes other than 4 or 8.
3445 (alpha_value_to_register): Similarly.
3446 (alpha_extract_return_value): Use alpha_sts.
3447 (alpha_store_return_value): Use alpha_lds.
3448 (alpha_gdbarch_init): Update hooks.
3449
3450 2003-06-02 Richard Henderson <rth@redhat.com>
3451
3452 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3453 regnum identifiers.
3454 (alpha_sigtramp_register_address): Likewise.
3455
3456 2003-06-02 Richard Henderson <rth@redhat.com>
3457
3458 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3459 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3460 * alpha-tdep.h: Declare them.
3461
3462 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3463 Remove zerobuf. Don't error on UNIQUE.
3464 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3465 (ALPHA_REGSET_UNIQUE): Provide default.
3466 (supply_gregset): Use alpha_supply_int_regs.
3467 (fill_gregset): Use alpha_fill_int_regs.
3468 (supply_fpregset): Use alpha_supply_fp_regs.
3469 (fill_fpregset): Use alpha_fill_fp_regs.
3470 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3471 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3472 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3473 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3474 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3475 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3476
3477 2003-06-02 Richard Henderson <rth@redhat.com>
3478
3479 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3480
3481 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3482 (alpha_store_return_value): Likewise.
3483
3484 2003-06-02 David Carlton <carlton@math.stanford.edu>
3485
3486 * block.c (contained_in): Add 'const' to arguments.
3487 (block_function): Ditto.
3488 * block.h: Update declarations for block_function and
3489 contained_in.
3490
3491 2003-06-02 David Carlton <carlton@math.stanford.edu>
3492
3493 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3494 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3495 * p-valprint.c (pascal_val_print): Ditto.
3496 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3497
3498 2003-06-02 Richard Henderson <rth@redhat.com>
3499
3500 * alpha-tdep.c (alpha_push_dummy_call): Use
3501 builtin_type_ieee_double_little instead of builtin_type_double.
3502
3503 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
3504 sign-extension of 32-bit values.
3505 (alpha_store_return_value): Similarly.
3506
3507 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3508 (alpha_extract_return_value): Likewise.
3509 (alpha_store_return_value): Likewise.
3510
3511 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3512 (alpha_store_return_value): Error on IEEE Quad floats.
3513
3514 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3515 (alpha_extract_struct_value_address): Likewise.
3516 (alpha_store_return_value): Likewise.
3517 (alpha_store_struct_return): Remove.
3518 (alpha_gdbarch_init): Update hook registration to match.
3519
3520 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3521 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3522 macros where appropriate.
3523 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3524 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
3525
3526 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3527 for SP, GP; void_func_ptr for PC; non-language-specific types
3528 for all others.
3529 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
3530
3531 2003-06-02 Richard Henderson <rth@redhat.com>
3532
3533 * top.h (lim_at_start): Declare.
3534 * main.c (captured_main): Set it.
3535 * top.c (lim_at_start): Define.
3536 (command_loop): Use it instead of &environ.
3537 * event-top.c (command_handler): Likewise.
3538
3539 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3540
3541 * mipsnbsd-tdep.c: Update copyright years.
3542 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3543
3544 2003-06-01 Richard Henderson <rth@redhat.com>
3545
3546 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3547 (alpha-linux-tdep.o): Update dependencies.
3548 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3549 * alpha-mdebug-tdep.c: Remove unneeded includes.
3550
3551 2003-06-01 Richard Henderson <rth@redhat.com>
3552
3553 * alpha-tdep.c (alpha_register_reggroup_p): New.
3554 (alpha_gdbarch_init): Register it.
3555
3556 2003-06-02 Andrew Cagney <cagney@redhat.com>
3557
3558 * dwarfread.c: Eliminate "register"
3559 (decode_die_type): Eliminate assignment within "if".
3560 (struct_type, decode_array_element_type): Ditto.
3561 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3562 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3563 (decode_modified_type, completedieinfo): Ditto.
3564 * block.c: Eliminate "register".
3565 (blockvector_for_pc_sect): Eliminate assignment within "if".
3566 * cp-support.h (struct symbol): Opaque declaration.
3567 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3568
3569 2003-06-01 Richard Henderson <rth@redhat.com>
3570
3571 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3572 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
3573
3574 2003-06-01 Adam Fedor <fedor@gnu.org>
3575
3576 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3577 * gdbarch.[ch]: Regenerate.
3578 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3579 (hppa_gdbarch_init): Set it in the gdbarch vector.
3580 * i386-tdep.c (i386_fetch_pointer_argument): New
3581 (i386_gdbarch_init): Set it into gdbarch.
3582 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3583 (rs6000_gdbarch_init): Set it in gdbarch.
3584 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3585 (sparc_gdbarch_init): Set it in gdbarch.
3586
3587 2003-06-01 Andrew Cagney <cagney@redhat.com>
3588
3589 * defs.h (extract_address): Delete declaration.
3590 * findvar.c (extract_address): Delete function.
3591 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3592 extract_address with the inline equivalent,
3593 extract_unsigned_integer.
3594 (xstormy16_extract_struct_value_address): Ditto.
3595 (xstormy16_pointer_to_address): Ditto.
3596 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3597 * v850-tdep.c (v850_push_arguments): Ditto.
3598 (v850_extract_return_value): Ditto.
3599 (v850_extract_struct_value_address): Ditto.
3600 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3601 (sparcnbsd_get_longjmp_target_64): Ditto.
3602 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3603 (get_longjmp_target): Ditto.
3604 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3605 (sh64_extract_struct_value_address): Ditto.
3606 (sh_push_arguments): Ditto.
3607 (sh64_push_arguments): Ditto.
3608 * remote-vxsparc.c (vx_read_register): Ditto.
3609 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3610 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3611 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3612 * mipsv4-nat.c (get_longjmp_target): Ditto.
3613 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3614 * mips-nat.c (get_longjmp_target): Ditto.
3615 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3616 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3617 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3618 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3619 * irix5-nat.c (get_longjmp_target): Ditto.
3620 * irix4-nat.c (get_longjmp_target): Ditto.
3621 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3622 (ia64_push_arguments): Ditto.
3623 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3624 * h8300-tdep.c (h8300_push_arguments): Ditto.
3625 (h8300_store_return_value): Ditto.
3626 (h8300_extract_struct_value_address): Ditto.
3627 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3628 (frv_push_arguments): Ditto.
3629 * avr-tdep.c (avr_pointer_to_address): Ditto.
3630 (avr_push_arguments): Ditto.
3631 * arm-tdep.c (arm_push_dummy_call): Ditto.
3632 (arm_get_longjmp_target): Ditto.
3633 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3634 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3635 (alpha_get_longjmp_target): Ditto.
3636
3637 * solib-irix.c (extract_mips_address): Inline extract_address,
3638 replacing it with extract_signed_integer.
3639 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3640 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3641 (first_link_map_member, open_symbol_file_object): Ditto.
3642 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3643 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3644 (LM_NEXT, LM_NAME): Ditto.
3645
3646 2003-06-01 Richard Henderson <rth@redhat.com>
3647
3648 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3649 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3650 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3651 (alpha_cannot_store_register): Likewise.
3652 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3653 * alpha-nat.c (supply_gregset): Likewise.
3654 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
3655
3656 2003-06-01 Andrew Cagney <cagney@redhat.com>
3657
3658 * infcall.c (call_function_by_hand): Update comment on
3659 DEPRECATED_DUMMY_WRITE_SP.
3660
3661 * mips-tdep.c (mips_gdbarch_init): Do not set
3662 deprecated_dummy_write_sp.
3663 (mips_eabi_push_dummy_call): Set the SP register.
3664 (mips_o64_push_dummy_call): Set the SP register.
3665 (mips_o32_push_dummy_call): Set the SP register.
3666 (mips_n32n64_push_dummy_call): Set the SP register.
3667
3668 2003-06-01 Richard Henderson <rth@redhat.com>
3669
3670 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3671 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3672 (supply_gregset): Likewise.
3673 * alpha-tdep.c (alpha_store_return_value): Likewise.
3674 (alpha_get_longjmp_target): Likewise.
3675 (alpha_register_name): Constify array.
3676 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3677 deprecated_register_size, deprecated_register_bytes,
3678 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3679 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3680 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
3681
3682 2003-06-01 Richard Henderson <rth@redhat.com>
3683
3684 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3685 from arg_reg_buffer to regcache to avoid double conversion.
3686
3687 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3688
3689 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3690 SP_REGNUM.
3691 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3692 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3693
3694 2003-06-01 Richard Henderson <rth@redhat.com>
3695
3696 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3697 (decode_frame_entry): Set it. Skip FDE augmentation.
3698
3699 2003-06-01 Richard Henderson <rth@redhat.com>
3700
3701 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3702 not overlapping PC_REGNUM.
3703
3704 2003-06-01 Richard Henderson <rth@redhat.com>
3705
3706 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3707 alpha_push_arguments. Don't dump argument register data to
3708 the target stack. Fix float and 128-bit long double semantics.
3709 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3710 (alpha_fix_call_dummy): Remove.
3711 (alpha_call_dummy_words): Remove.
3712 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
3713
3714 2003-06-01 Richard Henderson <rth@redhat.com>
3715
3716 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3717
3718 2003-06-01 Andrew Cagney <cagney@redhat.com>
3719
3720 * mips-tdep.c (is_mips16_addr): New function.
3721 (make_mips16_addr, unmake_mips16_addr): New functions.
3722 (pc_is_mips16, mips_fetch_instruction): Use.
3723 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3724 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3725 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3726 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3727 TARGET_MIPS.
3728 * config/mips/tm-mips.h: Update copyright.
3729 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3730 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3731 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3732 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3733 (TM_PRINT_INSN_MACH): Delete.
3734 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3735
3736 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3737 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3738 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3739 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3740 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3741 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3742 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3743 mips*-*-riscos* and mips*-*-sysv* onto mips.
3744 * config/mips/mips64.mt: New file.
3745 * config/mips/mips.mt: New file.
3746 * config/mips/littlemips.mt: Delete file.
3747 * config/mips/decstation.mt: Delete file.
3748 * config/mips/vr4300el.mt: Delete file.
3749 * config/mips/vr5000el.mt: Delete file.
3750 * config/mips/vr5000.mt: Delete file.
3751 * config/mips/vr4100.mt: Delete file.
3752 * config/mips/vr4xxxel.mt: Delete file.
3753 * config/mips/vr4300.mt: Delete file.
3754 * config/mips/vr4xxx.mt: Delete file.
3755 * config/mips/bigmips.mt: Delete file.
3756 * config/mips/bigmips64.mt: Delete file.
3757 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3758 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3759 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3760 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3761 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3762 "tm-bigmips.h".
3763 * config/mips/tm-irix3.h: Ditto.
3764 * config/mips/tm-mipsv4.h: Ditto.
3765 * config/mips/tm-embed.h: Ditto.
3766 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3767 "tm-bigmips64.h".
3768 * config/mips/tm-vr5000el.h: Delete file.
3769 * config/mips/tm-tx39l.h: Delete file.
3770 * config/mips/tm-vr4300el.h: Delete file.
3771 * config/mips/tm-vr4xxxel.h: Delete file.
3772 * config/mips/tm-vr4300.h: Delete file.
3773 * config/mips/tm-vr4100.h: Delete file.
3774 * config/mips/tm-vr4xxx.h: Delete file.
3775 * config/mips/tm-vr5000.h: Delete file.
3776 * config/mips/tm-embedl64.h: Delete file.
3777 * config/mips/tm-embedl.h: Delete file.
3778 * config/mips/tm-embed64.h: Delete file.
3779 * config/mips/tm-bigmips64.h: Delete file.
3780 * config/mips/tm-bigmips.h: Delete file.
3781
3782 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3783
3784 Fix gdb/1216.
3785 * shnbsd-nat.c: Include "sh-tdep.h".
3786
3787 From Richard Henderson <rth@redhat.com>:
3788 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3789
3790 2003-05-31 Andrew Cagney <cagney@redhat.com>
3791
3792 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3793 forward declaration.
3794 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3795 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3796 (mips_find_saved_regs): Use set_reg_offset.
3797 (mips_frame_init_saved_regs): Delete function.
3798 (mips_pop_frame): Call mips_find_saved_regs instead of
3799 DEPRECATED_FRAME_INIT_SAVED_REGS.
3800
3801 2003-05-31 Andrew Cagney <cagney@redhat.com>
3802
3803 * mips-tdep.c (mips_gdbarch_init): Do not set
3804 deprecated_max_register_raw_size, register_virtual_size, and
3805 deprecated_max_register_virtual_size.
3806
3807 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3808
3809 * i386-tdep.c: Include "dwarf2-frame.h".
3810 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3811 * Makefile.in (i386-tdep.o): Update dependencies.
3812
3813 * dwarf2-frame.c, dwarf2-frame.h: New files.
3814 * Makefile.in (SFILES): Add dwarf2-frame.c.
3815 (dwarf2_frame_h): Define.
3816 (COMMON_OBS): Add dwarf2-frame.o.
3817 (dwarf2-frame.o): Add dependencies.
3818
3819 2003-05-31 Andreas Jaeger <aj@suse.de>
3820
3821 * x86-64-linux-nat.c: Fix comment.
3822
3823 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3824
3825 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3826 function signature.
3827
3828 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3829 have a sigcontext_addr handler.
3830 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3831 sigcontext_addr handler.
3832
3833 2003-05-31 Andrew Cagney <cagney@redhat.com>
3834
3835 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3836 (print_fp_register_row): Replace do_fp_register_row.
3837 (mips_print_fp_register): Add "file" and "frame" parameters.
3838 (mips_print_register): Add "file" and "frame" parameters.
3839 (mips_print_registers_info): Replace mips_do_registers_info.
3840 (mips_gdbarch_init): Set print_registers_info instead of
3841 deprecated_do_registers_info.
3842 (mips_read_fp_register_single): Add "frame" parameter.
3843 (mips_read_fp_register_double): Add "frame" parameter.
3844
3845 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3846
3847 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3848 Fixes a bug where GDB would print the wrong register names for
3849 targets without SSE.
3850
3851 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3852 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3853 registers.
3854
3855 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3856 (x86_64_linux_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
3860 From Michal Ludvig <mludvig@suse.cz>:
3861 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3862 and `sc_num_regs'.
3863 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3864 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3865 I386_ST0_REGNUM): Move here from...
3866 * i386-tdep.c: ... here.
3867 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3868 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3869 registers if possible.
3870 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3871 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3872 Remove variables.
3873 (i386bsd_sc_reg_offset): New variable.
3874 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3875 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3876 TDEP->sc_sp_offset.
3877 (i386fbsd_sc_reg_offset): New variable.
3878 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3879 TDEP->sc_num_regs.
3880 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3881 variables.
3882 (i386fbsd4_sc_reg_offset): New variable.
3883 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3884 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3885 TDEP->sc_sp_offset.
3886 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3887 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3888 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3889 Remove variables.
3890 (i386nbsd_sc_reg_offset): New variable.
3891 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3892 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3893 TDEP->sc_sp_offset.
3894 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3895 Remove variables.
3896 (i386obsd_sc_reg_offset): New variable.
3897 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3898 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3899 TDEP->sc_sp_offset.
3900 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3901 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3902 for frame pointer offset in `struct sigcontext'.
3903
3904 2003-05-31 Andrew Cagney <cagney@redhat.com>
3905
3906 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3907 architecture methods call_dummy_words, sizeof_call_dummy_words,
3908 push_return_address, store_struct_return, and fix_call_dummy. Set
3909 push_dummy_call instead of deprecated_push_arguments.
3910 (mips_store_struct_return): Delete function.
3911 (mips_fix_call_dummy): Delete function.
3912 (mips_push_return_address): Delete function.
3913 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3914 RA_REGNUM and T9_REGNUM.
3915 (mips_n32n64_push_dummy_call): Ditto for
3916 mips_n32n64_push_arguments.
3917 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3918 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3919
3920 2003-05-31 Andrew Cagney <cagney@redhat.com>
3921
3922 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3923 "dummy_addr" to "bp_addr".
3924 * infcall.c (call_function_by_hand): Pass "funaddr" to
3925 gdbarch_push_dummy_call.
3926 * gdbarch.h, gdbarch.c: Re-generate.
3927 * i386-tdep.c (i386_push_dummy_call): Update.
3928 * arm-tdep.c (arm_push_dummy_call): Update.
3929 * d10v-tdep.c (d10v_push_dummy_call): Update.
3930
3931 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3932
3933 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3934 variable declarations.
3935 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3936 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3937 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3938 x86_64_init_frame_pc, x86_64_init_frame_pc,
3939 x86_64_function_has_prologue): Remove prototypes.
3940 (X86_64_NUM_GREGS): New define.
3941 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3942 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3943 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3944 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3945 XMM1_REGNUM): Remove defines.
3946 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3947 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3948 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3949 X86_64_XMM1_REGNUM): New defines.
3950 (struct x86_64_register_info): Renamed from `struct
3951 register_info'. Remove `size' member.
3952 (x86_64_register_info_table): Remove variable.
3953 (x86_64_register_info): New variable.
3954 (X86_64_NUM_REGS): New define.
3955 (X86_64_NUM_GREGS): Remove define.
3956 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3957 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3958 Remove variables.
3959 (x86_54_dwarf2_reg_to_regnum): Remove function.
3960 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3961 (x86_64_dwarf_reg_to_regnum): New function.
3962 (x86_64_register_name): Rewrite.
3963 (x86_64_register_raw_size): Remove function.
3964 (x86_64_register_byte_table): Remove variable.
3965 (x86_64_register_byte): Remove function.
3966 (x86_64_register_virtual_type): Remove function.
3967 (x86_64_register_type): New function.
3968 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3969 x86_64_register_convert_to_raw): Remove functions.
3970 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3971 (x86_64_use_struct_convention): Make static. Adjust for renamed
3972 defines.
3973 (x86_64_frame_init_saved_regs): Remove function.
3974 (x86_64_push_arguments): Make static. Change to accept a regcache
3975 as argument.
3976 (x86_64_store_return_value, x86_64_extract_return_value): Make
3977 static. Rewrite based on i386 counterparts.
3978 (x86_64_push_dummy_call): New function.
3979 (X86_64_NUM_SAVED_REGS): New define.
3980 (x86_64_register_number): Remove function.
3981 (x86_64_store_struct_return): Remove function.
3982 (x86_64_frameless_function_invocation,
3983 x86_64_function_has_prologue): Remove functions.
3984 (PROLOG_BUFSIZE): Remove define.
3985 (struct x86_64_frame_cache): New structure.
3986 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3987 x86_64_frame_cache, x86_64_frame_this_id,
3988 x86_64_frame_prev_register, x86_64_frame_p,
3989 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3990 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3991 functions.
3992 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3993 variables.
3994 (x86_64_skip_prologue): Rewrite in terms of
3995 x86_64_analyze_prologue.
3996 (x86_64_frame_base_address): New function.
3997 (x86_64_frame_base): New variable.
3998 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3999 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
4000 set deprecated_fp_regnum, deprecated_register_size,
4001 deprecated_register_bytes, register_raw_size, register_byte,
4002 register_virtual_type, register_convertiable,
4003 register_convert_to_virtual, convert_to_raw,
4004 deprecated_get_saved_register, deprecated_target_read_fp,
4005 deprecated_push_arguments, deprecated_push_return_address,
4006 deprecated_pop_frame, deprecated_store_struct_return,
4007 deprecated_frame_init_saved_regs, deprecated_frame_chain,
4008 frameless_function_invocation, deprecated_frame_saved_pc,
4009 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
4010 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
4011 deprecated_init_frame_pc and virtual_frame_pointer. Call
4012 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
4013 and x86_64_frame_p. Call frame_base_set_default to register
4014 x86_64_frame_base.
4015 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
4016 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
4017 (_initialize_x86_64_tdep): Remove function.
4018 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
4019 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
4020 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
4021 define.
4022 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
4023 (x86_64_linux_sigcontext_addr): Rewrite.
4024 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
4025 x86_64_linux_frame_saved_pc): Remove functions.
4026 (x86_64_linux_pc_in_sigtramp): Renamed from
4027 x86_64_linux_in_sigtramp. Try harder to recognize a signal
4028 trampoline.
4029 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
4030 Remove_functions.
4031 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
4032 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
4033 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
4034 (x86_64_regmap): Rename to regmap.
4035 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
4036 x86_64_num_gregs.
4037 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
4038 x86_64_regmap.
4039 (x86_64_fxsave_offset): Remove function.
4040 (supply_fpregset): Simply call x86_64_supply_fxsave.
4041 (fill_fpregset): Simply call x86_64_fill_fxsave.
4042 (fetch_inferior_registers, store_inferior_registers): Avoid
4043 asignment in if-statement.
4044 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
4045 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
4046 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
4047 (fetch_core_registers): Remove function.
4048 (linux_elf_core_fns): Remove.
4049 (offsetoff): Don't define.
4050 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
4051 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
4052 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
4053 add core-regset.o.
4054 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
4055 protection against multiple includes instead of NM_X86_64_h. Add
4056 various comments. Include "config/nm-linux.h". Don't include
4057 <signal.h>.
4058 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
4059 GET_THREAD_SIGNALS): Remove defines.
4060 (x86_64_register_u_addr, kernel_u_size,
4061 lin_thread_get_thread_signals): Remove prototypes.
4062 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
4063 [HAVE_LINK_H]: Don't include "solib.h".
4064 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
4065 * config/i386/tm-x86-64linux.h: Fix comments.
4066 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
4067 x86-64-tdep.o): Update dependencies.
4068
4069 2003-05-30 Andrew Cagney <cagney@redhat.com>
4070
4071 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
4072 Change parameter type to a "struct regcache *".
4073
4074 * gdbarch.sh: Regardless of the multi-arch level, always define
4075 the macro when not already defined.
4076 * gdbarch.h, gdbarch.c: Re-generate.
4077
4078 2003-05-30 Richard Henderson <rth@redhat.com>
4079
4080 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
4081 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
4082 (alpha_mdebug_frame_this_id): Likewise.
4083 (alpha_mdebug_frame_prev_register): Likewise.
4084 (alpha_mdebug_frame_base_address): Likewise.
4085 (alpha_mdebug_frame_locals_address): Likewise.
4086 (alpha_mdebug_frame_args_address): Likewise.
4087 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
4088 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
4089 (alpha_heuristic_frame_unwind_cache): Make static; add missing
4090 loop increment.
4091 (alpha_heuristic_frame_this_id): Make static.
4092 (alpha_heuristic_frame_prev_register): Likewise.
4093 (alpha_heuristic_frame_base_address): Likewise.
4094 * alpha-tdep.h: Update.
4095
4096 2003-05-30 Mark Kettenis <kettenis@gnu.org>
4097
4098 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
4099 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
4100 defenitions.
4101 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
4102 * i386-tdep.c: Mark functions that are 64-bit safe as such.
4103 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
4104 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
4105 I386_ST0_REGNUM): New defines.
4106 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
4107 codestream_get): Remove define.
4108 (codestream_next_addr, condestream_addr, condestream_buf,
4109 codestream_off, codestream_cnt): Remove variables.
4110 (codestream_fill, codestream_seek, codestream_read): Remove
4111 functions.
4112 (i386_follow_jump): Rewrite to avoid usage of removed codestream
4113 functionality.
4114 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
4115 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
4116 i386_frame_saved_pc, i386_saved_pc_after_call,
4117 i386_frame_num_args, i386_frame_init_saved_regs,
4118 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
4119 i386_push_arguments): Remove functions.
4120 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
4121 functionality. Use i386_analyze_prologue instead of
4122 i386_get_frame_setup.
4123 (I386_NUM_SAVED_REGS): New define.
4124 (struct i386_frame_cache): New structure.
4125 (i386_alloc_frame_cache, i386_analyze_struct_return,
4126 i386_skip_probe, i386_analyze_frame_setup,
4127 i386_analyze_register_saves, i386_analyze_prologue,
4128 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
4129 i386_frame_prev_register, i386_sigtramp_frame_cache,
4130 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
4131 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
4132 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
4133 New functions.
4134 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
4135 New variables.
4136 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
4137 I386_EAX_REGNUM and I386_EDX_REGNUM.
4138 (i386_extract_return_value, i386_store_return_value): Use
4139 I386_ST0_REGNUM where appropriate.
4140 (i386_extract_struct_value_address): Rewrite to use extract_address.
4141 (i386_svr4_pc_in_sigtramp): Add comment.
4142 (i386_svr4_sigcontext_addr): Rewrite.
4143 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
4144 TDEP->sc_sp_offset.
4145 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
4146 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
4147 of new defines. Set push_dummy_call, don't set
4148 deprecated_push_arguments, deprecated_push_return_address,
4149 deprecated_pop_frame. Don't set parm_boundary. Don't set
4150 deprecated_frame_chain, deprecated_frame_saved_pc,
4151 deprecated_saved_pc_after_call. Set unwind_dummy_id,
4152 save_dummy_frame_tos, unwind_pc. Call
4153 frame_unwind_append_predicate and frame_base_set_default. Don't
4154 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
4155 Don't set frameless_function_invocation. Don't set
4156 deprecated_register_bytes, deprecated_register_size,
4157 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
4158 * i386-linux-tdep.c: Fix formatting in some comments.
4159 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
4160 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
4161 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
4162 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
4163 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
4164 redundant parentheses.
4165 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
4166 (i386_linux_sigcontext_addr): Use it. Rewrite.
4167 (find_minsym_and_objfile): Change name of second argument.
4168 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
4169 changed. Use frame_pc_unwind instead of
4170 DEPRECATED_SAVED_PC_AFTER_CALL.
4171 (i386_linux_init_abi): Don't set deprecated_register_bytes.
4172 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
4173 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
4174 unwinder.
4175 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
4176 "dummy-frame.h".
4177 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
4178 (_initialize_i386_cygwin_tdep): New prototype.
4179 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
4180 deprecated_frame_chain_valid.
4181 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
4182 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
4183 Rely on the SVR4 defaults.
4184 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
4185 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
4186
4187 2003-05-30 Andrew Cagney <cagney@redhat.com>
4188
4189 * infcall.c (call_function_by_hand): Always call
4190 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
4191
4192 2003-05-30 Richard Henderson <rth@redhat.com>
4193
4194 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
4195 increment.
4196
4197 2003-05-29 Jim Blandy <jimb@redhat.com>
4198
4199 Use gdbarch methods for solib stuff on PowerPC Linux.
4200 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
4201 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
4202 show through.
4203 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
4204 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
4205 giving the same effect as the #definitions above.
4206
4207 2003-05-29 Adam Fedor <fedor@gnu.org>
4208
4209 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
4210 (find_implementation_from_class): Replace it with the standard
4211 case i.e. do nothing.
4212
4213 2003-05-29 Richard Henderson <rth@redhat.com>
4214
4215 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
4216 (alpha_linux_sigtramp_offset): Use it. Make static.
4217 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
4218 update for new frame model.
4219 * alpha-mdebug-tdep.c: New file.
4220 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
4221 (alpha_osf1_init_abi): Install it.
4222 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
4223 (linked_proc_desc_table): Remove.
4224 (alpha_frame_past_sigtramp_frame): Remove.
4225 (alpha_dynamic_sigtramp_offset): Remove.
4226 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
4227 (alpha_proc_desc_is_dyn_sigtramp): Remove.
4228 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
4229 (push_sigtramp_desc): Remove.
4230 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
4231 (alpha_cannot_store_register): Likewise.
4232 (alpha_sigcontext_addr): Remove.
4233 (alpha_find_saved_regs): Remove.
4234 (alpha_frame_init_saved_regs): Remove.
4235 (alpha_init_frame_pc_first): Remove.
4236 (read_next_frame_reg): Remove.
4237 (alpha_frame_saved_pc): Remove.
4238 (alpha_saved_pc_after_call): Remove.
4239 (temp_proc_desc, temp_saved_regs): Remove.
4240 (alpha_about_to_return): Remove.
4241 (cached_proc_desc): Remove.
4242 (alpha_frame_chain): Remove.
4243 (alpha_print_extra_frame_info): Remove.
4244 (alpha_init_extra_frame_info): Remove.
4245 (alpha_frame_locals_address): Remove.
4246 (alpha_frame_args_address): Remove.
4247 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
4248 (alpha_push_dummy_frame): Remove.
4249 (alpha_pop_frame): Remove.
4250 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
4251 (alpha_read_insn): New.
4252 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
4253 for different insn encodings.
4254 (alpha_in_lenient_prologue): Remove.
4255 (struct alpha_sigtramp_unwind_cache): New.
4256 (alpha_sigtramp_frame_unwind_cache): New.
4257 (alpha_sigtramp_register_address): New.
4258 (alpha_sigtramp_frame_this_id): New.
4259 (alpha_sigtramp_frame_prev_register): New.
4260 (alpha_sigtramp_frame_unwind): New.
4261 (alpha_sigtramp_frame_p): New.
4262 (struct alpha_heuristic_unwind_cache): New.
4263 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
4264 don't count nop insns that occur between functions.
4265 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
4266 heuristic_proc_desc, but without the mdebug wrapping.
4267 (alpha_heuristic_frame_this_id): New.
4268 (alpha_heuristic_frame_prev_register): New.
4269 (alpha_heuristic_frame_unwind): New.
4270 (alpha_heuristic_frame_p): New.
4271 (alpha_heuristic_frame_base_address): New.
4272 (alpha_heuristic_frame_base): New.
4273 (alpha_unwind_dummy_id): New.
4274 (alpha_unwind_pc): New.
4275 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
4276 frame related deprecated initializations; install replacements.
4277 (alpha_dump_tdep): Remove.
4278 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
4279 (alpha_read_insn, alpha_after_prologue,
4280 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
4281 alpha_heuristic_frame_prev_register,
4282 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
4283 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
4284 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
4285 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
4286
4287 2003-05-29 Andrew Cagney <cagney@redhat.com>
4288
4289 * gdb_assert.h (gdb_assert_fail): Provide different definitions
4290 dependant on the availability of ASSERT_FUNCTION.
4291 (ASSERT_FUNCTION): Do not define when there is no function name.
4292
4293 2003-05-29 Kevin Buettner <kevinb@redhat.com>
4294
4295 From Jimi X <jimix@watson.ibm.com>:
4296 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
4297
4298 2003-05-28 Jim Blandy <jimb@redhat.com>
4299
4300 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
4301 argument to ptrace to int; the system headers should give it the
4302 right type, and pointers don't fit in ints on powerpc64-*-*.
4303
4304 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
4305
4306 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
4307 DW_TAG_catch_block.
4308
4309 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4310
4311 * stabsread.c (dbx_lookup_type): Make static.
4312 (read_type): Ditto.
4313 (add_undefined_type): Ditto.
4314 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
4315 not export.
4316
4317 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
4318
4319 * hpread.c (hpread_has_name): Make static.
4320 (hpread_psymtab_to_symtab): Ditto.
4321 (file_exists): Ditto.
4322 (hpread_call_pxdb): Ditto.
4323 (hpread_pxdb_needed): Ditto.
4324 (hpread_quick_traverse): Ditto.
4325 (hpread_get_header): Ditto.
4326 (hpread_get_lntt): Ditto.
4327 (hpread_get_slt): Ditto.
4328 (class_of): Ditto.
4329
4330 2003-05-25 Andreas Schwab <schwab@suse.de>
4331
4332 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
4333 stack_align and deprecated_extra_stack_alignment_needed.
4334 (m68k_stack_align): Delete.
4335
4336 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4337 (m68k_register_virtual_size): Likewise.
4338 (altos_skip_prologue): Remove obsolete function.
4339 (isi_frame_num_args): Likewise.
4340 (news_frame_num_args): Likewise.
4341 (m68k_fix_call_dummy): Make static.
4342 (m68k_push_dummy_frame): Likewise.
4343 (m68k_pop_frame): Likewise.
4344 (m68k_skip_prologue): Likewise.
4345 (m68k_frame_init_saved_regs): Likewise.
4346 (m68k_saved_pc_after_call): Likewise.
4347 (m68k_get_longjmp_target): Make multi-arch.
4348 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
4349 structure. Register m68k_get_longjmp_target if enabled.
4350 * m68k-tdep.h (struct gdbarch_tdep): Define.
4351 * config/m68k/tm-m68k.h: Don't include "regcache.h".
4352
4353 * Makefile.in (config.status): Also depend on configure.tgt
4354 and configure.host.
4355 (m68klinux-tdep.o): Update dependencies.
4356 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
4357 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
4358 (M68K_LINUX_JB_PC): Define.
4359 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
4360 and take additional parameter.
4361 (m68k_linux_sigtramp_saved_pc): Update.
4362 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
4363 m68k_linux_pc_in_sigtramp, in_plt_section,
4364 find_solib_trampoline_target.
4365 * config/m68k/tm-linux.h: Don't include any tm headers.
4366 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
4367 (JB_ELEMENT_SIZE): Likewise.
4368 (JB_PC): Likewise.
4369 (GET_LONGJMP_TARGET): Likewise.
4370 (IN_SIGTRAMP): Likewise.
4371 (SVR4_SHARED_LIBS): Define this and include "solib.h".
4372
4373 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4374
4375 * sparc-tdep.c (sparc32_do_push_arguments): New function.
4376 (sparc32_push_arguments): Re-implement by calling
4377 sparc32_do_push_arguments.
4378
4379 2003-05-25 Mark Kettenis <kettenis@gnu.org>
4380
4381 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4382 SPARC_O1_REGNUM): New defines.
4383 (sparc32_extract_return_value): Rewrite to operate on a regcache.
4384 (sparc32_store_return_value): New function.
4385 (sparc_extract_struct_value_address): Rewrite to operate on a
4386 regcache.
4387 (sparc_gdbarch_init): Don't set
4388 deprecated_extract_struct_value_address. Set
4389 extract_struct_value_address instead. Don't set
4390 deprecated_extract_return_value and deprecated_store_return_value
4391 for 32-bit targets. Set extract_return_value and
4392 store_return_value instead.
4393 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
4394 DEPRECTAED_EXTRACT_RETURN_VALUE,
4395 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
4396 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
4397 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
4398 (sparc_store_return_value): Remove prototype.
4399 (sparc32_store_return_value): New prototype.
4400 (sparc32_extract_return_value, sparc_extract_struct_value_address):
4401 Adjust prototypes.
4402
4403 2003-05-24 Mark Kettenis <kettenis@gnu.org>
4404
4405 * sparcnbsd-tdep.c: Include "gdb_string.h".
4406
4407 2003-05-23 Andrew Cagney <cagney@redhat.com>
4408
4409 * p-valprint.c (pascal_val_print): Replace extract_address with
4410 the inline equivalent extract_unsigned_integer.
4411 * jv-valprint.c (java_value_print): Ditto.
4412 * ada-valprint.c (ada_val_print_1): Ditto.
4413 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
4414
4415 2003-05-23 Theodore A. Roth <troth@openavr.org>
4416
4417 * blockframe.c (frameless_look_for_prologue): Remove unused
4418 after_prologue variable.
4419
4420 2003-05-23 Mark Kettenis <kettenis@gnu.org>
4421
4422 * blockframe.c (get_pc_function_start): Rewrite to avoid
4423 asignments in if-statements.
4424
4425 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4426
4427 Committed by Elena Zannoni <ezannoni@redhat.com>.
4428 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
4429 files, don't relocate absolute symbols (and do use mst_abs).
4430
4431 2003-05-23 Andrew Cagney <cagney@redhat.com>
4432
4433 * objc-lang.c: Include "gdb_assert.h".
4434 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
4435 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
4436 (gdb_check, gdb_check_fatal): Delete functions.
4437 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
4438 gdb_assert.
4439 (parse_selector, parse_method, find_methods, find_imps): Ditto.
4440 * Makefile.in (objc-lang.o): Update dependencies.
4441
4442 2003-05-22 Ian Lance Taylor <ian@airs.com>
4443
4444 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
4445 with fprintf_filtered, not fprintf_unfiltered.
4446
4447 2003-05-22 Andrew Cagney <cagney@redhat.com>
4448
4449 * stack.c (frame_info): Inline extract_address, replacing it with
4450 extract_unsigned_integer.
4451 * findvar.c (unsigned_pointer_to_address): Ditto.
4452 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4453 * dwarf2expr.c (dwarf2_read_address): Ditto.
4454 * frame.c (frame_pc_unwind): Update comment.
4455 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4456
4457 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4458
4459 * infptrace.c (detach): Call print_sys_errmsg rather than
4460 perror_with_name to issue warning message when errno is non-zero
4461 after calling ptrace detach.
4462
4463 2003-05-21 J. Brobecker <brobecker@gnat.com>
4464
4465 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4466 macro definitions from here...
4467 * hppa-tdep.c: ...to there.
4468
4469 2003-05-20 Kevin Buettner <kevinb@redhat.com>
4470
4471 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4472 register_ptrace_addr(). Fix all callers.
4473
4474 2003-05-21 Andreas Schwab <schwab@suse.de>
4475
4476 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4477 dependencies.
4478 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4479 end.
4480 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4481 (_initialize_m68k_linux_tdep): New function.
4482 (m68k_linux_frame_saved_pc): Make static.
4483 (m68k_linux_extract_return_value): Likewise.
4484 (m68k_linux_store_return_value): Likewise.
4485 (m68k_linux_extract_struct_value_address): Likewise.
4486 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4487 Remove.
4488 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4489 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4490 (DEPRECATED_FRAME_SAVED_PC): Remove.
4491
4492 2003-05-20 Kris Warkentin <kewarken@qnx.com>
4493
4494 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4495 regset numbering rather than our own.
4496
4497 2003-05-19 David Carlton <carlton@bactrian.org>
4498
4499 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4500
4501 2003-05-19 David Carlton <carlton@bactrian.org>
4502
4503 Partial fix for PR c++/827.
4504 * cp-support.h: Include symtab.h.
4505 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4506 * cp-namespace.c: Update contributors.
4507 (cp_lookup_symbol_nonlocal): New.
4508 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4509 (lookup_symbol_file): Ditto.
4510 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4511 * block.h: Declare block_scope, block_using, block_global_block.
4512 * block.c (block_scope): New.
4513 (block_using, block_global_block): Ditto.
4514 * Makefile.in (cp_support_h): Depend on symtab_h.
4515 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4516
4517 2003-05-19 David Carlton <carlton@bactrian.org>
4518
4519 * language.h (struct language_defn): Add 'la_value_of_this'
4520 and 'la_lookup_symbol_nonlocal' members.
4521 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4522 lookup_symbol_static, lookup_symbol_global,
4523 lookup_symbol_aux_block.
4524 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4525 if we should search fields of this and how to do static/global
4526 lookup.
4527 (lookup_symbol_aux_block): Make extern.
4528 (basic_lookup_symbol_nonlocal): New.
4529 (lookup_symbol_static, lookup_symbol_global): Ditto.
4530 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4531 'la_lookup_symbol_nonlocal' members.
4532 * c-lang.c (c_language_defn, cplus_language_defn)
4533 (asm_language_defn, minimal_language_defn): Ditto.
4534 * jv-lang.c (java_language_defn): Ditto.
4535 * language.c (unknown_language_defn, auto_language_defn)
4536 (local_language_defn): Ditto.
4537 * m2-lang.c (m2_language_defn): Ditto.
4538 * objc-lang.c (objc_language_defn): Ditto.
4539 * scm-lang.c (scm_language_defn): Ditto.
4540 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4541 * p-lang.c (pascal_language_defn): Ditto for both.
4542 * Makefile.in (f-lang.o): Depend on value_h.
4543 (p-lang.o): Ditto.
4544
4545 2003-05-19 David Carlton <carlton@bactrian.org>
4546
4547 * block.h: Declare block_static_block.
4548 * block.c (block_static_block): New.
4549 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4550 lookup_symbol_aux_local, calling block_static_block instead.
4551 (lookup_symbol_aux_local): Delete 'static_block' argument.
4552
4553 2003-05-19 David Carlton <carlton@bactrian.org>
4554
4555 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4556
4557 2003-05-19 Michal Ludvig <mludvig@suse.cz>
4558
4559 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4560 register numbers mapping.
4561
4562 2003-05-18 Adam Fedor <fedor@gnu.org>
4563
4564 * symtab.c (completion_list_objc_symbol): New function.
4565 (make_symbol_completion_list): Use it to add ObjC symbols
4566 when looking though the list.
4567 (language_search_unquoted_string): New function.
4568 (make_file_symbol_completion_list): Use it.
4569
4570 2003-05-18 Andreas Schwab <schwab@suse.de>
4571
4572 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4573 dependencies.
4574 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4575 as m68k_linux_extract_return_value.
4576 (DEPRECATED_STORE_RETURN_VALUE): Define as
4577 m68k_linux_store_return_value.
4578 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4579 m68k_linux_extract_struct_value_address.
4580 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4581 get_next_frame, get_frame_base, get_frame_pc.
4582 (m68k_linux_frame_saved_pc): Use get_frame_base.
4583 (m68k_linux_extract_return_value): New function.
4584 (m68k_linux_store_return_value): New function.
4585 (m68k_linux_extract_struct_value_address): New function.
4586 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4587
4588 * c-exp.y (typebase): Remove duplicate occurence of
4589 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
4590 of lookup_signed_typename.
4591
4592 2003-05-18 Mark Kettenis <kettenis@gnu.org>
4593
4594 * dwarf2loc.c (find_location_expression): Change type of second
4595 argument to `size_t *'.
4596 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4597 for size variable.
4598
4599 2003-05-18 David Carlton <carlton@bactrian.org>
4600
4601 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4602 'linkage_name'. Add comment.
4603 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4604 'linkage_name'.
4605 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4606 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4607 (lookup_block_symbol): Ditto.
4608
4609 2003-05-16 Andrew Cagney <cagney@redhat.com>
4610
4611 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4612 * gdbarch.h, gdbarch.c: Re-generate.
4613 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4614 * TODO (REGISTER_BYTES): Delete reference.
4615 * alpha-tdep.c (alpha_gdbarch_init): Update.
4616 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4617 * x86-64-tdep.c (x86_64_init_abi): Update.
4618 * vax-tdep.c (vax_gdbarch_init): Update.
4619 * v850-tdep.c (v850_gdbarch_init): Update.
4620 * sparc-tdep.c (sparc_gdbarch_init): Update.
4621 * sh-tdep.c (sh_gdbarch_init): Update.
4622 * s390-tdep.c (s390_gdbarch_init): Update.
4623 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4624 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4625 (ns32k_gdbarch_init_32382): Update.
4626 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4627 * mcore-tdep.c (mcore_gdbarch_init): Update.
4628 * m68k-tdep.c (m68k_gdbarch_init): Update.
4629 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4630 * ia64-tdep.c (ia64_gdbarch_init): Update.
4631 * i386-tdep.c (i386_gdbarch_init): Update.
4632 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4633 * hppa-tdep.c (hppa_gdbarch_init): Update.
4634 * h8300-tdep.c (h8300_gdbarch_init): Update.
4635 * frv-tdep.c (frv_gdbarch_init): Update.
4636 * cris-tdep.c (cris_gdbarch_init): Update.
4637 * avr-tdep.c (avr_gdbarch_init): Update.
4638 * arm-tdep.c (arm_gdbarch_init): Update.
4639 * sparc-tdep.c (sparc_pop_frame): Update.
4640 * rs6000-tdep.c (rs6000_pop_frame): Update.
4641 * remote.c (init_remote_state): Update.
4642 (remote_prepare_to_store): Update.
4643 * remote-vx.c (vx_prepare_to_store): Update.
4644 * remote-sds.c (sds_fetch_registers): Update.
4645 (sds_prepare_to_store): Update.
4646 * remote-array.c: Update.
4647 * regcache.c (init_legacy_regcache_descr): Update.
4648 (init_regcache_descr): Update.
4649 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4650 (mips_o64_extract_return_value): Update.
4651 * irix5-nat.c (fetch_core_registers): Update.
4652 * irix4-nat.c (fetch_core_registers): Update.
4653 * i386-tdep.h: Update.
4654 * hppa-tdep.c (pa_do_registers_info): Update.
4655 (pa_do_strcat_registers_info): Update.
4656 * cris-tdep.c (cris_register_bytes_ok): Update.
4657 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4658 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4659 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4660 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4661 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4662 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4663 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4664 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4665 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4666 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4667 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4668 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4669 (REGISTER_BYTES_OK): Update.
4670 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4671 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4672
4673 2003-05-16 Ian Lance Taylor <ian@airs.com>
4674
4675 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4676 (vax_print_insn, print_insn_arg): Remove static functions.
4677 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4678 print_insn_vax from opcodes library.
4679 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4680
4681 2003-05-15 Andrew Cagney <cagney@redhat.com>
4682
4683 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4684 * target.h (memory_breakpoint_from_pc): Delete declaration.
4685 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4686 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4687 * monitor.c (monitor_insert_breakpoint): Use
4688 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4689 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4690 * gdbarch.h, gdbarch.c: Re-generate.
4691 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4692 (sparc_gdbarch_init): Set breakpoint_from_pc to
4693 sparc_breakpoint_from_pc.
4694 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4695 (BREAKPOINT_FROM_PC): Define.
4696 (sparc_breakpoint_from_pc): Declare.
4697 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4698 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4699 (BREAKPOINT_FROM_PC): Define.
4700 (BREAKPOINT): Delete macro.
4701 * target.h: Update comment.
4702 * s390-tdep.c (s390_gdbarch_init): Update comments.
4703 * remote.c: Update comments.
4704 * remote-mips.c: Update comments.
4705 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4706 * mem-break.c: Update comment.
4707 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4708 (ia64_memory_insert_breakpoint): Update.
4709 * config/sparc/tm-sparc.h: Update comment.
4710 * config/pa/tm-hppa64.h: Update comment.
4711 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4712 (rs6000_breakpoint_from_pc): Update.
4713 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4714 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4715 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4716 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4717 (mips_breakpoint_from_pc): Update.
4718 (mips_dump_tdep): Update.
4719
4720 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4721 * minsyms.c (lookup_minimal_symbol): Inline
4722 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4723
4724 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4725 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4726 * p-lang.c (pascal_printstr): Ditto.
4727 * objc-lang.c (objc_printstr): Ditto.
4728 * m2-lang.c (m2_printstr): Ditto.
4729 * jv-valprint.c (java_print_value_fields): Ditto.
4730 * f-lang.c (f_printstr): Ditto.
4731 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4732 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4733 for repeat_count_threshold.
4734 * Makefile.in (cp-valprint.o): Update dependencies.
4735
4736 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
4737
4738 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4739 (examine_prologue): Support looking through leaf functions, knowing
4740 they start with mov r2,r12. Support skipping over indirect stores
4741 of the input registers. Upon hitting a non-nop branch instruction
4742 or predicated instruction, bail out by setting lim_pc to the current
4743 pc value in the loop. At the end, if the lim_pc value is still
4744 beyond our calculated value and we have trust_limit set,
4745 use the lim_pc value.
4746
4747 2003-05-15 Andrew Cagney <cagney@redhat.com>
4748
4749 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4750 generic_find_dummy_frame.
4751 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4752 (deprecated_generic_find_dummy_frame): Update.
4753 (deprecated_read_register_dummy): Update.
4754 * frame.c (deprecated_generic_get_saved_register): Update.
4755
4756 2003-05-15 Theodore A. Roth <troth@openavr.org>
4757
4758 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4759 (avr_gdbarch_init): Set breakpoint_from_pc method.
4760
4761 2003-05-15 Andrew Cagney <cagney@redhat.com>
4762
4763 * regcache.c (build_regcache): Set deprecated_register_valid
4764 directly.
4765 (deprecated_grub_regcache_for_register_valid): Delete function.
4766 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4767 declaration.
4768
4769 2003-05-15 David Carlton <carlton@bactrian.org>
4770
4771 Committed by Elena Zannoni <ezannoni@redhat.com>
4772 * symtab.c (lookup_symbol_aux): Delete calls to
4773 lookup_symbol_aux_minsyms.
4774 (lookup_symbol_aux_minsyms): Comment out function and
4775 prototype. Delete lookup by mangled name.
4776
4777 2003-05-14 Kevin Buettner <kevinb@redhat.com>
4778
4779 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4780 correctly indicate an empty stack and ``stack_allocated'' to the
4781 indicate the number of elements initially allocated.
4782 (dwarf_expr_grow_stack): Simplify method for computing new
4783 stack size. Don't loop infinitely if ``stack_len'' is zero.
4784 (execute_stack_op): Move ``ctx->in_reg'' initialization
4785 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4786 be used in conjuction with DW_OP_piece. Revise error message
4787 accordingly.
4788
4789 2003-05-14 Theodore A. Roth <troth@openavr.org>
4790
4791 * MAINTAINERS: Update my email address.
4792 * avr-tdep.c: Ditto.
4793
4794 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
4795
4796 * symtab.h (enum domain_enum): Rename from namespace_enum.
4797 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4798 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4799 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4800 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4801 TYPES_NAMESPACE, METHODS_NAMESPACE.
4802 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4803 (struct symbol, struct partial_symbol): Rename field
4804 'namespace_enum namespace' to 'domain_enum domain'.
4805 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4806 Delete old define kludge for namespace.
4807
4808 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4809 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4810 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4811 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4812 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4813 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4814 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4815 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4816 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4817 occurrences of the above.
4818
4819 2003-05-14 Ian Lance Taylor <ian@airs.com>
4820
4821 * Makefile.in (install-only): Use $(SHELL) when running
4822 mkinstalldirs.
4823
4824 2003-05-13 Ian Lance Taylor <ian@airs.com>
4825
4826 * MAINTAINERS (write after approval): Add myself.
4827
4828 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4829 second and third arguments.
4830 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4831 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4832
4833 2003-05-13 Andrew Cagney <cagney@redhat.com>
4834
4835 * defs.h (store_address): Delete declaration.
4836 findvar.c (store_address): Delete function.
4837 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4838 store_unsigned_integer.
4839 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4840 * v850-tdep.c (v850_push_arguments): Ditto.
4841 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4842 * sh-tdep.c (sh64_get_saved_register): Ditto.
4843 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4844 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4845 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4846 (mips_get_saved_register): Ditto.
4847 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4848 (find_func_descr, ia64_push_arguments): Ditto.
4849 * i386-tdep.c (i386_push_arguments): Ditto.
4850 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4851 * frv-tdep.c (frv_push_arguments): Ditto.
4852 * frame.c (legacy_saved_regs_prev_register): Ditto.
4853 (deprecated_generic_get_saved_register): Ditto.
4854 * findvar.c (unsigned_address_to_pointer): Ditto.
4855 * dwarf2read.c (dwarf2_const_value): Ditto.
4856 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4857 * alpha-tdep.c (alpha_push_arguments): Ditto.
4858
4859 2003-05-12 J. Brobecker <brobecker@gnat.com>
4860
4861 * NEWS: Mention that the hppa-hpux port has been partially
4862 multiarched (32bit ABIT only, so far).
4863
4864 2003-05-11 Andrew Cagney <cagney@redhat.com>
4865
4866 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4867 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4868 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4869 sim/testsuite/sim/arm/misaligned2.ms, and
4870 sim/testsuite/sim/arm/misaligned3.ms.
4871 * disasm.h (struct ui_file): Add opaque struct declaration.
4872 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4873 * frame.h (struct ui_file): Ditto.
4874
4875 2003-05-11 Mark Kettenis <kettenis@gnu.org>
4876
4877 * value.h: Pretty print.
4878
4879 2003-05-10 Mark Kettenis <kettenis@gnu.org>
4880
4881 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4882
4883 2003-05-08 Andrew Cagney <cagney@redhat.com>
4884
4885 * regcache.h (max_register_size): Delete declaration.
4886 * regcache.c (max_register_size): Delete function.
4887 (struct regcache_descr): Delete field "max_register_size".
4888 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4889 registers fit in MAX_REGISTER_SIZE.
4890 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4891 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4892 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4893 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4894 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4895 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4896 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4897 * dve3900-rom.c, hppa-tdep.c: Ditto.
4898
4899 2003-05-08 David Carlton <carlton@math.stanford.edu>
4900
4901 * valops.c (push_word): Fix typo.
4902
4903 2003-05-08 Andrew Cagney <cagney@redhat.com>
4904
4905 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4906 * gdbarch.h: Re-generate.
4907 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4908 (legacy_max_register_raw_size): Delete declaration.
4909 * regcache.c (legacy_max_register_raw_size): Delete function.
4910 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4911 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4912 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4913 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4914 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4915 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4916 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4917 * findvar.c, dwarf2cfi.c: Ditto.
4918
4919 2003-05-08 Andrew Cagney <cagney@redhat.com>
4920
4921 * mips-tdep.c (read_signed_register): New function, moved to here
4922 from "regcache.c".
4923 (read_signed_register_pid): Ditto.
4924 * regcache.c (read_signed_register_pid): Delete function, moved to
4925 "mips-tdep.c".
4926 (read_signed_register): Ditto.
4927 * regcache.h (read_signed_register): Delete declaration.
4928 (read_signed_register_pid): Delete declaration.
4929
4930 2003-05-08 Andrew Cagney <cagney@redhat.com>
4931
4932 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4933 * gdbarch.h: Re-generate.
4934 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4935 (legacy_max_register_virtual_size): Delete declaration.
4936 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4937 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4938 * tracepoint.c (memrange_sortmerge): Ditto.
4939 * sparc-tdep.c (sparc_print_registers): Ditto.
4940 * regcache.c (legacy_max_register_virtual_size): Delete function.
4941
4942 2002-05-08 J. Brobecker <brobecker@gnat.com>
4943
4944 * fork-child.c (escape_bang_in_quoted_argument): New function.
4945 (fork_inferior): Escape '!' characters in quoted arguments
4946 only when needed.
4947
4948 2003-05-08 J. Brobecker <brobecker@gnat.com>
4949
4950 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4951 the language of the CU is not currently supported by GDB.
4952
4953 2003-05-08 J. Brobecker <brobecker@gnat.com>
4954
4955 * defs.h (language): Add language_minimal enum value.
4956 * c-lang.c (minimal_language_defn): New language definition.
4957 (_initialize_c_language): Add the new minimal language to the list
4958 of languages known to GDB.
4959
4960 2003-05-08 Kevin Buettner <kevinb@redhat.com>
4961
4962 * frame.c (get_frame_type): Don't attempt to lazily initialize
4963 frame's unwinder for legacy frames.
4964
4965 2003-05-07 Andrew Cagney <cagney@redhat.com>
4966
4967 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4968 and "regcache" parameters.
4969 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4970
4971 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4972
4973 * dwarf2read.c (dwarf_decode_lines): Only use output of
4974 check_cu_functions() when calling record_line(). Do not update
4975 the current address.
4976
4977 2003-05-07 Andrew Cagney <cagney@redhat.com>
4978
4979 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4980 code.
4981
4982 2003-05-07 Jim Blandy <jimb@redhat.com>
4983
4984 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4985 'maint info symtabs' and 'maint info psymtabs'.
4986 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4987 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4988 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4989 Declarations updated.
4990 * maint.c (maintenance_list_command): Delete.
4991 (_initialize_maint_cmds): Update calls to add_cmd.
4992 * gdbcmd.h (maintenancelistlist): Delete declaration.
4993 * cli/cli-cmds.c (maintenancelistlist): Delete.
4994 (init_cmd_lists): Don't initialize it.
4995 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4996
4997 2003-05-07 Andrew Cagney <cagney@redhat.com>
4998
4999 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
5000 "regcache".
5001 (d10v_print_registers_info): Update.
5002 (d10v_dmap_register, d10v_imap_register): Delete functions.
5003 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
5004 and "imap_register".
5005 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
5006 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
5007 * arch-utils.c (generic_remote_translate_xfer_address): Add
5008 "regcache" and "gdbarch" parameters.
5009 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
5010 parameter. Change class to multi-arch.
5011 * gdbarch.h, gdbarch.c: Re-generate.
5012 * remote.c (remote_xfer_memory): Use
5013 gdbarch_remote_translate_xfer_address.
5014
5015 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
5016
5017 * infrun.c (prev_pc): Move declaration ahead of proceed().
5018 (proceed): Refresh prev_pc value before resuming.
5019 (stop_stepping): Remove code to refresh prev_pc.
5020
5021 2003-05-06 Kris Warkentin <kewarken@qnx.com>
5022
5023 * nto-tdep.c: Removed stray comment.
5024
5025 2003-05-06 Kris Warkentin <kewarken@qnx.com>
5026
5027 * i386-nto-tdep.c: Fix old K&R function definitions.
5028 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
5029 Also change add_show_from_set() call to add_setshow_cmd().
5030 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
5031
5032 2003-05-05 Andrew Cagney <cagney@redhat.com>
5033
5034 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
5035 (fprint_dummy_frames): New function.
5036 (maintenance_print_dummy_frames): New function.
5037 (_initialize_dummy_frame): Add command "maint print dummy-frames".
5038 * frame.c (fprint_frame_id): Make global.
5039 * frame.h (fprint_frame_id): Declare.
5040 * Makefile.in (dummy-frame.o): Update dependencies.
5041
5042 2003-05-05 Andrew Cagney <cagney@redhat.com>
5043
5044 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
5045 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
5046 SIZEOF_CALL_DUMMY_WORDS.
5047 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
5048 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
5049 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
5050 CALL_DUMMY_BREAKPOINT_OFFSET.
5051 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
5052 CALL_DUMMY_START_OFFSET.
5053 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
5054 * gdbarch.h, gdbarch.c: Re-generate.
5055 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
5056 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
5057 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
5058 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
5059 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
5060 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
5061 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
5062 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
5063 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
5064 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
5065 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
5066 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
5067 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
5068 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
5069 * config/sparc/tm-sparc.h: Update.
5070
5071 2003-05-05 Kris Warkentin <kewarken@qnx.com>
5072
5073 * configure.tgt: Add i[3456]86-*-nto*.
5074 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
5075 * nto-tdep.c: New file. Neutrino target support routines.
5076 * nto-tdep.h: New file. Neutrino target header.
5077 * config/tm-qnxnto.h: New file.
5078 * config/i386/i386nto.mt: New file.
5079 * config/i386/tm-i386nto.h: New file.
5080
5081 2003-05-04 Andrew Cagney <cagney@redhat.com>
5082
5083 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
5084 (load_infrun_state): Ditto.
5085 (struct thread_info): Drop "prev_func_name" field.
5086 * thread.c (load_infrun_state): Update.
5087 (save_infrun_state): Update.
5088 * infrun.c (prev_func_name): Delete variable.
5089 (init_wait_for_inferior): Do not clear prev_func_name.
5090 (stop_stepping, keep_going, context_switch): Do not swap
5091 prev_func_name.
5092 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
5093 instead of PC_IN_SIGTRAMP.
5094
5095 2003-05-04 Andrew Cagney <cagney@redhat.com>
5096
5097 * sentinel-frame.c (sentinel_frame_prev_register): Replace
5098 REGISTER_BYTE with register_offset_hack.
5099 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
5100 that REGISTER_BYTE is consistent with the regcache.
5101 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
5102 * gdbarch.h, gdbarch.c: Regenerate.
5103
5104 2003-05-04 Mark Kettenis <kettenis@gnu.org>
5105
5106 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
5107 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
5108
5109 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
5110
5111 2003-05-03 J. Brobecker <brobecker@gnat.com>
5112
5113 From Thierry Schneider <tpschneider1@yahoo.com>
5114 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
5115 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
5116 (mi-cmd-symbol.o): Add rule.
5117
5118 2003-05-03 Andrew Cagney <cagney@redhat.com>
5119
5120 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
5121 comments noteing that it replaces the old FIX_CALL_DUMMY code.
5122 * gdbarch.h, gdbarch.c: Re-generate.
5123 * d10v-tdep.c (d10v_push_dummy_code): New function.
5124 (d10v_gdbarch_init): Set push_dummy_code.
5125 * infcall.c (legacy_push_dummy_code): New function.
5126 (generic_push_dummy_code): New function.
5127 (push_dummy_code): New function.
5128 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
5129 instead of dummy_addr, to push_dummy_call. Move call to
5130 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
5131 switch.
5132 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
5133
5134 2003-05-03 Andrew Cagney <cagney@redhat.com>
5135
5136 * disasm.h (print_insn): Declare.
5137 * disasm.c (init_gdb_disassemble_info): New function.
5138 (gdb_disassembly): Call init_gdb_disassemble_info.
5139 (gdb_print_insn): New function.
5140 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
5141 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
5142 * mcore-tdep.c: Include "disasm.h"
5143 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
5144 * d10v-tdep.c: Include "disasm.h".
5145 (display_trace): Call gdb_print_insn, instead of print_insn.
5146 (print_insn): Delete function.
5147 * printcmd.c: Include "disasm.h".
5148 (print_insn): Delete function.
5149 (print_formatted): Call gdb_print_insn, instead of print_insn.
5150 * Makefile.in (printcmd.o): Update dependencies.
5151 (mcore-tdep.o, d10v-tdep.o): Ditto.
5152
5153 2003-05-02 Andrew Cagney <cagney@redhat.com>
5154
5155 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
5156 PC_REGNUM, re-indent.
5157 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
5158 PC_REGNUM isn't set.
5159
5160 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
5161 * gdbarch.h, gdbarch.c: Re-generate.
5162 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
5163 register_virtual_size, pc_regnum, or register_bytes.
5164 (D10V_PC_REGNUM): Rename _PC_REGNUM.
5165 (d10v_register_type): Use D10V_PC_REGNUM.
5166 (d10v_print_registers_info, d10v_read_pc): Ditto.
5167 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
5168 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
5169
5170 2003-05-02 David Carlton <carlton@bactrian.org>
5171
5172 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
5173 the name with mstrsave.
5174
5175 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
5176
5177 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
5178 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
5179 (host_charset_name, target_charset_name): New vars for use by
5180 set/show commands.
5181 (host_charset_enum, target_charset_enum): New enums for set/show
5182 commands.
5183 (set_charset_sfunc, set_host_charset_sfunc,
5184 set_target_charset_sfunc): New functions.
5185 (set_host_charset, set_target_charset): Make static.
5186 (list_charsets, set_host_charset_command,
5187 set_target_charset_command): Delete functions.
5188 (show_charset_command): Rewrite as....
5189 (show_charset): Hook this up with the set/show command mechanism.
5190 (_initialize_charset): Change names of charsets to match the
5191 set/show enums. Use host_charset_name and target_charset_name.
5192 Use set/show mechanism for charset, host-charset, target-charset
5193 commands. Do not make 'show host-charset' and 'show
5194 target-charset' be aliases of 'show charset'.
5195
5196 * charset.h (set_host_charset, set_target_charset): Don't export,
5197 they are not used outside the file.
5198
5199 2003-05-01 Andrew Cagney <cagney@redhat.com>
5200
5201 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
5202 (gdb_disassembly): Make "di" non static, always initialize and
5203 cleanup. Always use dis_asm_read_memory.
5204 (gdb_dis_asm_read_memory): Delete function.
5205
5206 2003-05-01 Andrew Cagney <cagney@redhat.com>
5207
5208 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
5209 (d10v_gdbarch_init): Set frame_align instead of stack_align.
5210
5211 2003-04-30 Andrew Cagney <cagney@redhat.com>
5212
5213 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
5214 "tm_print_insn_info".
5215 (TARGET_PRINT_INSN_INFO): Delete macro.
5216 (dis_asm_read_memory): Delete function declaration.
5217 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5218 (tm_print_insn_info): Delete variable definition.
5219 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
5220 * gdbarch.h, gdbarch.c: Re-generate.
5221 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
5222 "deprecated_tm_print_insn_info".
5223 * mcore-tdep.c (mcore_dump_insn): Ditto.
5224 * mips-tdep.c (mips_gdbarch_init): Ditto.
5225 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
5226 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
5227 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
5228 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
5229 instead of TARGET_PRINT_INSN_INFO, add comment.
5230 * s390-tdep.c (s390_get_frame_info): Instead of
5231 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
5232 (s390_check_function_end, s390_is_sigreturn): Ditto.
5233 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
5234 (dis_asm_memory_error, dis_asm_print_address): Ditto.
5235 * disasm.c: Include "gdbcore.h".
5236 (_initialize_disasm): New function, initialize
5237 "deprecated_tm_print_insn_info".
5238 (deprecated_tm_print_insn_info): New variable.
5239 (dis_asm_read_memory): Moved from "corefile.c", made static.
5240 (dis_asm_print_address, dis_asm_memory_error): Ditto.
5241 * Makefile.in (disasm.o): Update dependencies.
5242
5243 2003-04-30 Andrew Cagney <cagney@redhat.com>
5244
5245 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
5246
5247 2003-04-29 Adam Fedor <fedor@gnu.org>
5248
5249 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
5250 * infcall.c (find_function_addr): Make non-static.
5251 * infcall.h (find_function_addr): Declare.
5252 * Makefile.in (eval.o): Update dependencies.
5253
5254 2003-04-28 Adam Fedor <fedor@gnu.org>
5255
5256 * symtab.c (symbol_find_demangled_name): Check for and demangle
5257 ObjC symbols.
5258 (symbol_init_demangled_name): Init for language_objc as well.
5259
5260 2003-04-28 Andrew Cagney <cagney@redhat.com>
5261
5262 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
5263 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
5264 * gdbarch.h, gdbarch.c: Re-generate.
5265 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
5266 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
5267 * inferior.h (deprecated_read_fp): Rename read_fp.
5268 (generic_target_read_fp): Delete declaration.
5269 * regcache.c (generic_target_read_fp): Delete function.
5270 (deprecated_read_fp): Replace read_fp, use
5271 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
5272 * d10v-tdep.c (d10v_read_fp): Delete function.
5273 (d10v_gdbarch_init): Do not set deprecated_read_fp.
5274
5275 * sparc-tdep.c (sparc_gdbarch_init): Do not set
5276 deprecated_target_read_fp to generic_target_read_fp.
5277 * sh-tdep.c (sh_gdbarch_init): Ditto.
5278 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5279 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5280 * frv-tdep.c (frv_gdbarch_init): Ditto.
5281
5282 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
5283 deprecated_fp_regnum.
5284 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5285 * vax-tdep.c (vax_gdbarch_init): Ditto.
5286 * v850-tdep.c (v850_gdbarch_init): Ditto.
5287 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5288 * sh-tdep.c (sh_gdbarch_init): Ditto.
5289 * s390-tdep.c (s390_gdbarch_init): Ditto.
5290 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5291 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5292 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5293 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5294 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5295 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5296 * i386-tdep.c (i386_gdbarch_init): Ditto.
5297 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5298 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5299 * frv-tdep.c (frv_gdbarch_init): Ditto.
5300 * cris-tdep.c (cris_gdbarch_init): Ditto.
5301 * avr-tdep.c (avr_gdbarch_init): Ditto.
5302 * arm-tdep.c (arm_gdbarch_init): Ditto.
5303 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5304
5305 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
5306 * v850-tdep.c (v850_gdbarch_init): Ditto.
5307 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5308 * sh-tdep.c (sh_gdbarch_init): Ditto.
5309 * s390-tdep.c (s390_gdbarch_init): Ditto.
5310 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5311 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5312 * mips-tdep.c (mips_gdbarch_init): Ditto.
5313 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5314 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5315 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5316 * frv-tdep.c (frv_gdbarch_init): Ditto.
5317 * avr-tdep.c (avr_gdbarch_init): Ditto.
5318 * arm-tdep.c (arm_gdbarch_init): Ditto.
5319
5320 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
5321 DEPRECATED_FP_REGNUM.
5322 (vax_push_dummy_frame, vax_pop_frame): Ditto.
5323 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
5324 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5325 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
5326 (sparc32_register_virtual_type): Ditto.
5327 * sh-tdep.c (sh64_frame_chain): Ditto.
5328 (sh64_get_saved_register, sh64_pop_frame): Ditto.
5329 (sh_nofp_frame_init_saved_regs): Ditto.
5330 (sh64_nofp_frame_init_saved_regs): Ditto.
5331 (sh_fp_frame_init_saved_regs): Ditto.
5332 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5333 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5334 * procfs.c (procfs_fetch_registers): Ditto.
5335 (procfs_store_registers): Ditto.
5336 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
5337 (store_inferior_registers, fetch_core_registers): Ditto.
5338 (fetch_kcore_registers, clear_regs): Ditto.
5339 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
5340 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
5341 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
5342 * nlm/i386.c (do_status): Ditto.
5343 * mipsv4-nat.c (supply_gregset): Ditto.
5344 * mips-tdep.c: Ditto for comments.
5345 * mips-nat.c (fetch_inferior_registers): Ditto.
5346 (store_inferior_registers, fetch_core_registers): Ditto.
5347 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
5348 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
5349 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
5350 (i386_do_pop_frame, i386_register_type): Ditto.
5351 * hppa-tdep.c (hppa_frame_chain): Ditto.
5352 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
5353 (hppa_pop_frame, hppa_read_fp): Ditto.
5354 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
5355 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
5356 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
5357 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
5358 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
5359 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
5360 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
5361 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
5362 * blockframe.c: Ditto for comments.
5363 * arch-utils.h: Ditto for comments.
5364 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
5365 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
5366 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
5367 * alpha-tdep.h: Ditto for comments.
5368 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
5369 (alpha_cannot_store_register): Ditto.
5370 (alpha_push_dummy_frame): Ditto.
5371 * alpha-nat.c (supply_gregset): Ditto.
5372
5373 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
5374 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
5375 * config/sparc/tm-sparc.h: Update comment.
5376
5377 * hppa-tdep.c (hppa_init_extra_frame_info): Use
5378 deprecated_read_fp instead of TARGET_READ_FP.
5379 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
5380 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
5381 * sparc-tdep.c (sparc_init_extra_frame_info): Use
5382 deprecated_read_fp instead of read_fp.
5383 * s390-tdep.c (s390_push_arguments): Ditto.
5384 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5385 * frame.h: Ditto in comments.
5386 * frame.c (legacy_get_prev_frame): Ditto.
5387 * dummy-frame.c (dummy_frame_this_id): Ditto.
5388 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5389
5390 2003-04-28 Andrew Cagney <cagney@redhat.com>
5391
5392 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
5393 * gdbarch.h, gdbarch.c: Re-generate.
5394 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
5395 * vax-tdep.c (_initialize_vax_tdep): Update.
5396 * v850-tdep.c (_initialize_v850_tdep): Update.
5397 * sparc-tdep.c (_initialize_sparc_tdep): Update.
5398 * s390-tdep.c (_initialize_s390_tdep): Update.
5399 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
5400 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
5401 * mips-tdep.c (_initialize_mips_tdep): Update.
5402 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5403 * m68k-tdep.c (_initialize_m68k_tdep): Update.
5404 * ia64-tdep.c (_initialize_ia64_tdep): Update.
5405 * hppa-tdep.c (_initialize_hppa_tdep): Update.
5406 * h8300-tdep.c (_initialize_h8300_tdep): Update.
5407 * frv-tdep.c (_initialize_frv_tdep): Update.
5408 * cris-tdep.c (cris_delayed_get_disassembler): Update.
5409 (_initialize_cris_tdep): Update.
5410 * arch-utils.c (legacy_print_insn): Update.
5411 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5412
5413 2003-04-26 Adam Fedor <fedor@gnu.org>
5414
5415 * linespec.c (decode_objc): New function to decode ObjC calls
5416 (decode_line_1): Check for ObjC calls (using decode_objc)
5417 * Makefile (linespec.o): Update dependencies.
5418
5419 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
5420
5421 * breakpoint.h (struct breakpoint_ops): New.
5422 (struct breakpoint): Add ops member.
5423
5424 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
5425 (mention): Use new breakpoint ops member.
5426 (set_raw_breakpoint): Initialize ops field to NULL.
5427 (print_exception_catchpoint, print_one_exception_catchpoint)
5428 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
5429 (gnu_v3_exception_catchpoint_ops): New.
5430 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
5431
5432 2003-04-25 Adam Fedor <fedor@gnu.org>
5433
5434 * Makefile.in (COMMON_OBS): Add objc-lang.o
5435
5436 2003-04-25 Andrew Cagney <cagney@redhat.com>
5437
5438 * d10v-tdep.c (print_insn): Delete function.
5439 (display_trace): Use TARGET_PRINT_INSN.
5440 (_initialize_d10v_tdep): Do not set tm_print_insn.
5441 (d10v_gdbarch_init): Set print_insn.
5442
5443 2003-04-25 Andrew Cagney <cagney@redhat.com>
5444
5445 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
5446 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
5447 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
5448 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
5449 (nr_dmap_regs, a0_regnum): ... new functions.
5450 (d10v_print_registers_info): Use a0_regnum, use register_size.
5451 (d10v_register_byte): Delete function.
5452 (d10v_register_raw_size): Delete function.
5453 (d10v_register_type): Use a0_regnum.
5454 (d10v_print_registers_info): Use a0_regnum.
5455 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5456 (d10v_gdbarch_init): Do not set register_byte or
5457 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5458 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5459 extract_address.
5460 (trace_command): Use XCALLOC.
5461 (print_insn): Delete reference to tm_print_insn.
5462 (saved_regs_unwinder): Use store_unsigned_integer instead of
5463 store_address.
5464 * frame.h (FRAME_OBSTACK_CALLOC): Define
5465
5466 2003-04-25 David Carlton <carlton@bactrian.org>
5467
5468 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5469
5470 2003-04-24 Adam Fedor <fedor@gnu.org>
5471
5472 * objc-lang.c: Include "valprint.h"
5473 * Makefile.in (objc-lang.o): Update dependencies.
5474
5475 2003-04-24 Adam Fedor <fedor@gnu.org>
5476
5477 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
5478 architecture dependant compilation and mark as unimplemented
5479 (until they get put in the gdbarch vector).
5480
5481 2003-04-23 David Carlton <carlton@bactrian.org>
5482
5483 * cp-support.c (cp_find_first_component): Accept 'operator' in
5484 more locations.
5485
5486 2003-04-23 Andrew Cagney <cagney@redhat.com>
5487
5488 * infcall.c (call_function_by_hand): Eliminate redundant
5489 indentation. Move "saved_async" and "old_cleanups" to where they
5490 are needed.
5491
5492 2003-04-23 Andrew Cagney <cagney@redhat.com>
5493
5494 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5495 and "buffer". Move the "name" code to where it is needed.
5496
5497 2003-04-23 Andrew Cagney <cagney@redhat.com>
5498
5499 * infcall.c (call_function_by_hand): Move variables "start_sp",
5500 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5501 code to ON_STACK switch branch.
5502
5503 2003-04-23 Andrew Cagney <cagney@redhat.com>
5504
5505 * infcall.c (call_function_by_hand): Make declaration of "i",
5506 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5507 lint.
5508
5509 2003-04-23 Andrew Cagney <cagney@redhat.com>
5510
5511 * infcall.c (call_function_by_hand): Delete variable
5512 "n_method_args". Localize "param_type"'s declaration to the loop
5513 that it is used. Reinstate code assigning to said variable -
5514 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5515 Rationalize code using "param_type".
5516
5517 2003-04-22 Andrew Cagney <cagney@redhat.com>
5518
5519 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5520 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5521 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5522 to DEPRECATED_PUSH_RETURN_ADDRESS.
5523
5524 2003-04-22 Kevin Buettner <kevinb@redhat.com>
5525
5526 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5527 on the DWARF2 register number prior to fetching a register.
5528
5529 2003-04-22 J. Brobecker <brobecker@gnat.com>
5530
5531 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5532 Update all the tests using SOFT_FLOAT considering the fact that
5533 this macro was always set to 0.
5534 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5535 considering the fact that this macro was always set to 0.
5536 * hppa-tdep.h (hppa_store_return_value): Likewise.
5537 (hppa_extract_return_value): Likewise.
5538
5539 2003-04-22 J. Brobecker <brobecker@gnat.com>
5540
5541 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5542 the hppa-pro target only.
5543
5544 2003-04-21 J. Brobecker <brobecker@gnat.com>
5545
5546 Ongoing multi-arch conversion effort for HP/UX:
5547 * config/pa/tm-hppa.h: Move all macro that are no longer
5548 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5549 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5550
5551 2003-04-21 J. Brobecker <brobecker@gnat.com>
5552
5553 * config/pa/tm-hppa.h: Obsolete a section that was only used
5554 for hppa-pro.
5555
5556 2003-04-21 J. Brobecker <brobecker@gnat.com>
5557
5558 Ongoing multi-arch conversion for HP/UX.
5559 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5560 if already defined (allows hppa64 to stay non-multiarched for now).
5561 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5562
5563 2003-04-21 Andrew Cagney <cagney@redhat.com>
5564
5565 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5566
5567 2003-04-21 Andrew Cagney <cagney@redhat.com>
5568
5569 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5570 "i386_num_mmx_regs".
5571
5572 2003-04-21 Andrew Cagney <cagney@redhat.com>
5573
5574 * infcall.c: New file.
5575 * infcall.h: New file.
5576 * valarith.c: Include "infcall.h".
5577 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5578 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5579 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5580 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5581 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5582 (SFILES): Add "infcall.c"
5583 (COMMON_OBS): Add "infcall.o".
5584 (infcall.o): Specify dependencies.
5585 * value.h (call_function_by_hand): Delete declaration.
5586 * inferior.h (run_stack_dummy): Delete declaration.
5587 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5588 (run_stack_dummy): Move to "infcall.c", merged into
5589 call_function_by_hand.
5590 * valops.c (call_function_by_hand): Moved to "infcall.c".
5591 (find_function_addr, value_arg_coerce): Ditto.
5592 (unwindonsignal_p, coerce_float_to_double): Ditto.
5593 (_initialize_valops): Move "set/show coerce-float-to-double", and
5594 "set/show unwindonsignal" commands to "infcall.c".
5595 * v850-tdep.c, target.h: Update comments.
5596 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5597 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5598 (sh64_init_extra_frame_info): Update comments.
5599 * mn10300-tdep.c: Update comments.
5600 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5601 * config/sparc/tm-sparc.h: Update comments.
5602 * breakpoint.h: Update comments.
5603 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5604 * arm-tdep.c: Update comment.
5605
5606 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5607
5608 * i386-tdep.c (i386_num_register_names): New variable.
5609 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5610 (MM0_REGNUM): Remove redundant parentheses in define.
5611 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5612 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5613 i386_mxcsr_regnum_p): Remove redundant parentheses.
5614 (i386_register_name): Use i386_num_register_names.
5615
5616 * i386-tdep.c (i386_extract_return_value,
5617 i386_store_return_value): Correct check for availability of
5618 floating-point registers.
5619
5620 * i386-tdep.c (i386_frame_num_args): Remove function.
5621 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5622
5623 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5624 mmx_regnum_to_fp_regnum. Adjust all callers.
5625
5626 * i386-tdep.c (i386_get_longjmp_target): Use
5627 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5628 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5629 extract_address.
5630
5631 2003-04-19 Mark Kettenis <kettenis@gnu.org>
5632
5633 * core-regset.c: Update comments to reflect reality. Re-order
5634 includes.
5635 (fetch_core_registers): Use switch instead of if. Remove
5636 redundant prototype.
5637
5638 2003-04-18 Jim Blandy <jimb@redhat.com>
5639
5640 * s390-tdep.c (s390_frame_align): New function.
5641 (s390_gdbarch_init): Register it with the gdbarch object.
5642
5643 2003-04-17 Richard Henderson <rth@redhat.com>
5644
5645 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5646
5647 2003-04-17 Michael Snyder <msnyder@redhat.com>
5648 Karen Bennet <bennet@redhat.com>
5649
5650 Committed by Elena Zannoni <ezannoni@redhat.com>
5651 * gdb_gcore.sh: New script to create a core dump of a process.
5652
5653 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
5654
5655 * values.c (value_being_returned): Don't fetch the return
5656 value if the return type is void.
5657
5658 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5659
5660 * thread-db.c: Reindented.
5661
5662 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5663
5664 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5665 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
5666 as types.
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692 2003-04-16 Kevin Buettner <kevinb@redhat.com>
5693
5694 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
5695 the size of ``long double'' to 16, instead of 8.
5696
5697 2003-04-16 Mark Kettenis <kettenis@gnu.org>
5698
5699 * i386-linux-nat.c: Add some whitespace to make things more
5700 readable.
5701 (fetch_register, store_register, fetch_inferior_registers,
5702 store_inferior_registers): Get rid of assignment in if-statement.
5703 (store_register): Fix typo in error message.
5704
5705 2003-04-16 Andrew Cagney <cagney@redhat.com>
5706
5707 * utils.c (xmmalloc): Always allocate something, matches
5708 libiberty/xmalloc's semantics.
5709 (xmrealloc, xmcalloc): Ditto.
5710
5711 2003-04-16 Andrew Cagney <cagney@redhat.com>
5712
5713 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5714 update comments.
5715 (get_frame_type): Initialize unwind and type when needed.
5716 (get_frame_id, frame_register_unwind): Ditto.
5717
5718 2003-04-16 Andrew Cagney <cagney@redhat.com>
5719
5720 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5721 obsolete.
5722 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5723 * sparcl-stub.c: Obsolete file.
5724 * config/sparc/tm-sparclet.h: Obsolete file.
5725 * sparclet-stub.c: Obsolete file.
5726 * sparclet-rom.c: Obsolete file.
5727 * sparcl-tdep.c: Obsolete file.
5728 * config/sparc/tm-sparclite.h: Obsolete file.
5729 * config/sparc/sparclite.mt: Obsolete file.
5730 * config/sparc/sparclet.mt: Obsolete file.
5731 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5732 sparc86x-*-* obsolete.
5733
5734 2003-04-15 David Carlton <carlton@math.stanford.edu>
5735
5736 * Makefile.in (SFILES): Add cp-namespace.c.
5737 (COMMON_OBS): Add cp-namespace.o.
5738 (block.o): Depend on gdb_obstack_h and cp_support_h.
5739 (buildsym.o): Depend on cp_support_h.
5740 (cp-namespace.o): New.
5741 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5742 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5743 (dwarf2read.o): Depend on cp_support_h.
5744 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5745 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5746 processing_current_namespace.
5747 (read_namespace): Update processing_current_namespace; check for
5748 anonymous namespaces.
5749 (dwarf2_name): New function.
5750 (dwarf2_extension): Ditto.
5751 * cp-support.h: Update copyright, contributors.
5752 Add inclusion guards.
5753 Add opaque declaration for structs obstack, block, symbol.
5754 (struct using_direct): New struct.
5755 Add declarations for cp_find_first_component,
5756 cp_entire_prefix_len, processing_has_namespace_info,
5757 processing_current_namespace, cp_is_anonymous,
5758 cp_add_using_directive, cp_initialize_namespace,
5759 cp_finalize_namespace, cp_set_block_scope,
5760 cp_scan_for_anonymous_namespaces.
5761 * cp-namespace.c: New file.
5762 * cp-support.c: Update copyright.
5763 Include ctype.h, gdb_assert.h, gdbcmd.h.
5764 New variable maint_cplus_cmd_list.
5765 (cp_find_first_component): New function.
5766 (cp_entire_prefix_len, maint_cplus_command)
5767 (first_component_command, _initialize_cp_support): Ditto.
5768 * buildsym.c: Include cp-support.h.
5769 New variable using_list.
5770 (add_symbol_to_list): Check for anonymous namespaces.
5771 (finish_block): Set block's scope.
5772 (start_symtab): Initialize C++ namespace support.
5773 (end_symtab): Finalize C++ namespace support.
5774 * block.h: Add opaque declarations for structs
5775 block_namespace_info, using_direct, and obstack.
5776 Add declarations for block_set_scope and block_set_using.
5777 (struct block): Add 'language_specific' member.
5778 (BLOCK_NAMESPACE): New macro.
5779 * block.c: Include gdb_obstack.h and cp-support.h.
5780 (struct block_namespace_info): New struct.
5781 (block_set_scope): New function.
5782 (block_set_using, block_initialize_namespace): Ditto.
5783
5784 2003-04-14 Kevin Buettner <kevinb@redhat.com>
5785
5786 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5787 (locate_base): Return early if there aren't any link map offsets.
5788 (svr4_solib_create_inferior_hook): Warn if shared library support
5789 is unavailable.
5790
5791 2003-04-14 David Carlton <carlton@math.stanford.edu>
5792
5793 * symtab.c (symbol_set_names): Add prefix when storing Java names
5794 in hash table. Fix for PR java/1039.
5795
5796 2003-04-14 David Carlton <carlton@math.stanford.edu>
5797
5798 * symtab.c (symbol_set_names): Rename 'name' arg to
5799 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5800 * symtab.h: Change 'name' argument in declaration of
5801 symbol_set_names to 'linkage_name'.
5802 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5803
5804 2003-04-14 Andrew Cagney <cagney@redhat.com>
5805
5806 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5807 return the fully sign-extended register value.
5808 (get_frame_pointer): Ditto.
5809 (mips_pop_frame): Initialize "proc_desc" after checking for a
5810 dummy frame.
5811
5812 2003-04-14 Andrew Cagney <cagney@redhat.com>
5813
5814 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5815 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5816 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5817 (mips_push_register): Delete function.
5818 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5819 PUSH_FP_REGNUM.
5820
5821 2003-04-14 Jim Blandy <jimb@redhat.com>
5822
5823 * symmisc.c: #include "gdb_regex.h".
5824 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5825 functions.
5826 * maint.c (maintenance_list_command): New function.
5827 (_initialize_maint_cmds): Register the above as commands.
5828 * symtab.h (maintenance_list_symtabs,
5829 maintenance_list_psymtabs): New declarations.
5830 * cli/cli-cmds.c (maintenancelistlist): New variable.
5831 (init_cmd_lists): Initialize it.
5832 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5833 * gdbcmd.h (maintenancelistlist): New declaration.
5834 * Makefile.in (symmisc.o): Update dependencies.
5835
5836 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
5837
5838 * s390-nat.c: Include asm/types.h for addr_t.
5839
5840 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
5841
5842 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5843 actually incoming type.
5844
5845 2003-04-13 Andrew Cagney <cagney@redhat.com>
5846
5847 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5848 get_next_frame and get_frame_saved_regs.
5849
5850 2003-04-13 Andrew Cagney <cagney@redhat.com>
5851
5852 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5853 of gdbarch_num_regs.
5854
5855 2003-04-13 Andrew Cagney <cagney@redhat.com>
5856
5857 * frame.h: Mention what replaced what in "struct frame_info".
5858 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5859 deprecated_update_frame_base_hack and
5860 deprecated_update_frame_pc_hack.
5861 * hppa-tdep.c: Ditto.
5862
5863 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5864
5865 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5866 to read_reg and update its comment. Remove regnum member.
5867 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5868 Don't call read_reg when setting in_reg. Call read_reg to get
5869 the frame base if it's in a register. Return the register number
5870 on the stack instead of in the context. Remove extra arguments
5871 to read_reg.
5872 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5873 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5874 the register number on the expression stack.
5875 (needs_frame_read_reg): Remove extra arguments.
5876
5877 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5878
5879 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5880 made non-static.
5881 (execute_stack_op): All callers updated.
5882 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5883 * dwarf2loc.c (find_location_expression): New function.
5884 (dwarf_expr_frame_base): Call it.
5885 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5886 (dwarf2_tracepoint_var_ref): New function, broken out from
5887 locexpr_tracepoint_var_ref.
5888 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5889 Make static.
5890 (loclist_read_variable, loclist_read_needs_frame): New functions.
5891 (loclist_describe_location, loclist_tracepoint_var_ref): New
5892 functions.
5893 (dwarf2_loclist_funcs): New struct location_funcs.
5894 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5895 (struct dwarf2_locexpr_baton): Add comments.
5896 (dwarf2_loclist_funcs): New extern.
5897 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5898 base_address and base_known.
5899 (dwarf_loc_buffer): New variable.
5900 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5901 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5902 (dwarf2_has_info): Initialize dwarf_loc_offset.
5903 (dwarf2_build_psymtabs): Read in .debug_loc.
5904 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5905 DWARF_LOC_SIZE.
5906 (psymtab_to_symtab_1): Likewise. Move base address calculation
5907 here, from...
5908 (dwarf2_get_pc_bounds): ... here. Use the base address from
5909 cu_header.
5910 (dwarf2_symbol_mark_computed): Handle location lists.
5911
5912 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
5913
5914 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5915 if the linkage name demangled successfully.
5916
5917 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5918
5919 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5920 disassmbly_flavour): Removed.
5921
5922 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5923
5924 2003-04-13 Mark Kettenis <kettenis@gnu.org>
5925
5926 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5927
5928 2003-04-12 Andrew Cagney <cagney@redhat.com>
5929
5930 * frame.h (struct frame_info): Move definition from here ...
5931 * frame.c (struct frame_info): ... to here.
5932
5933 2003-04-12 Andrew Cagney <cagney@redhat.com>
5934
5935 * gdbthread.h (save_infrun_state): Delete parameter
5936 "prev_func_start".
5937 (struct thread_info): Delete field "prev_func_start".
5938 (load_infrun_state): Ditto.
5939 * thread.c (load_infrun_state, save_infrun_state): Update.
5940 * infrun.c (prev_func_start): Delete variable.
5941 (context_switch, init_wait_for_inferior): Update.
5942 (stop_stepping, keep_going): Update.
5943
5944 2003-04-12 Andrew Cagney <cagney@redhat.com>
5945
5946 * gdbarch.sh: Add missing opaque declarations.
5947 * gdbarch.h: Regnerate.
5948 * symtab.h: Add missing opaque declarations.
5949 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5950 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5951 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5952 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5953 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5954 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5955 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5956 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5957 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5958 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5959 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5960 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5961 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5962
5963 2003-04-11 Andrew Cagney <cagney@redhat.com>
5964
5965 * frame.c (get_frame_id): Return this frame's "id".
5966 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5967 function start.
5968 (legacy_saved_regs_this_id): Replace function body with
5969 internal-error.
5970 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5971 FRAME_OBSTACK_ZALLOC.
5972 (create_new_frame): Mark the frame ID as valid.
5973
5974 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
5975
5976 * Makefile.in (libbfd_h): Added missing setting.
5977 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5978 according to the selected ABI.
5979
5980 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5981
5982 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5983
5984 2003-04-11 Andrew Cagney <cagney@redhat.com>
5985
5986 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5987 SAVED_PC_AFTER_CALL.
5988 * gdbarch.h, gdbarch.c: Regenerate.
5989 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5990 * x86-64-tdep.c (x86_64_init_abi): Update.
5991 * vax-tdep.c (vax_gdbarch_init): Update.
5992 * v850-tdep.c (v850_gdbarch_init): Update.
5993 * sparc-tdep.c (sparc_gdbarch_init): Update.
5994 * sh-tdep.c (sh_gdbarch_init): Update.
5995 * s390-tdep.c (s390_gdbarch_init): Update.
5996 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5997 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5998 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5999 * mips-tdep.c (mips_gdbarch_init): Update.
6000 * mcore-tdep.c (mcore_gdbarch_init): Update.
6001 * m68k-tdep.c (m68k_gdbarch_init): Update.
6002 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6003 * ia64-tdep.c (ia64_gdbarch_init): Update.
6004 (ia64_saved_pc_after_call): Update declaration.
6005 * i386ly-tdep.c (i386lynx_init_abi): Update.
6006 * i386-tdep.c (i386_gdbarch_init): Update.
6007 * hppa-tdep.c (hppa_gdbarch_init): Update.
6008 * h8300-tdep.c (h8300_gdbarch_init): Update.
6009 * frv-tdep.c (frv_gdbarch_init): Update.
6010 * cris-tdep.c (cris_gdbarch_init): Update.
6011 * avr-tdep.c (avr_gdbarch_init): Update.
6012 * arm-tdep.c (arm_gdbarch_init): Update.
6013 * alpha-tdep.c (alpha_gdbarch_init): Update.
6014 * ns32knbsd-nat.c (frame_num_args): Update.
6015 * ns32k-tdep.c (umax_frame_num_args): Update.
6016 * mips-tdep.c (mips_init_frame_pc_first): Update.
6017 * infrun.c (step_over_function): Update.
6018 * i386-linux-tdep.c (skip_hurd_resolver): Update.
6019 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
6020 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
6021 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6022 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6023 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
6024 * arm-linux-tdep.c (skip_hurd_resolver): Update.
6025 * arch-utils.c (init_frame_pc_default): Update.
6026 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
6027 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
6028 declaration.
6029
6030 2003-04-11 Andrew Cagney <cagney@redhat.com>
6031
6032 * i387-tdep.c: Update copyright.
6033 (i387_to_double): Delete function.
6034 (double_to_i387): Delete function.
6035
6036 2003-04-10 Andrew Cagney <cagney@redhat.com>
6037
6038 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
6039 frame's function's address. Simplify.
6040 (d10v_frame_unwind_cache): Check that the frame's function is
6041 non-zero.
6042
6043 2003-04-10 Jim Blandy <jimb@redhat.com>
6044
6045 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
6046 call to set_gdbarch_deprecated_push_arguments.
6047
6048 2003-04-10 Andrew Cagney <cagney@redhat.com>
6049
6050 * frame.c (fprint_frame_id): New function.
6051 (fprint_frame_type, fprint_frame): New function.
6052 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
6053 (create_sentinel_frame, get_frame_id): Ditto.
6054 (frame_id_p, frame_id_eq): Ditto.
6055 (frame_id_inner, create_new_frame): Ditto.
6056 (legacy_get_prev_frame, get_prev_frame): Ditto.
6057 (deprecated_update_frame_pc_hack): Ditto.
6058 (frame_register_unwind): Ditto.
6059 (deprecated_update_frame_base_hack): Ditto.
6060
6061 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
6062
6063 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
6064 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
6065 frame_chain function.
6066 * Makefile.in: Add dependencies due to above change.
6067
6068 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
6069
6070 * blockframe.c (legacy_frame_chain_valid): Move call to
6071 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
6072 inside_entry_file.
6073
6074 2003-04-09 Andrew Cagney <cagney@redhat.com>
6075
6076 * frame.h (struct frame_id): Replace "pc" and "base" with
6077 "stack_addr" and "code_addr". Update comments.
6078 (frame_id_build): Update parameter names and comment.
6079 (struct frame_info): Replace "id_p" and "id" with "this_id".
6080 * dummy-frame.c (dummy_frame_this_id): Update.
6081 * breakpoint.c (print_one_breakpoint): Update.
6082 * frame.c (get_frame_id): Update.
6083 (get_frame_base, frame_id_build): Update.
6084 (create_sentinel_frame, legacy_get_prev_frame): Update.
6085 (deprecated_update_frame_base_hack): Update.
6086 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
6087 (frame_id_inner): Ditto.
6088
6089 2003-04-09 Andrew Cagney <cagney@redhat.com>
6090
6091 * defs.h (gdb_print_host_address): Make "addr" parameter a
6092 pointer constant.
6093 * utils.c (gdb_print_host_address): Update.
6094
6095 2003-04-09 Kevin Buettner <kevinb@redhat.com>
6096
6097 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
6098 register number for R0 is 0.
6099
6100 2003-04-09 J. Brobecker <brobecker@gnat.com>
6101
6102 * frame.h (struct gdbarch): Add opaque structure definition
6103 to avoid a compilation warning on LynxOS 4.0.
6104
6105 2003-04-09 Andrew Cagney <cagney@redhat.com>
6106
6107 * frame.h (struct frame_info): Delete field "pc". Replace
6108 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
6109 structure.
6110 * frame.c (frame_pc_unwind): Update.
6111 (create_sentinel_frame): Do not set "pc".
6112 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
6113 (get_frame_pc): Call frame_pc_unwind.
6114 (deprecated_update_frame_pc_hack): Update.
6115 (create_new_frame): Use "pc" not "->pc".
6116
6117 2003-04-09 Andrew Cagney <cagney@redhat.com>
6118
6119 * frame.c (get_frame_id): Eliminate code updating "frame".
6120 (legacy_get_prev_frame): Ditto.
6121 (get_frame_base): Return id.base directly.
6122 (deprecated_update_frame_base_hack): Update "id.base".
6123 * frame.h (struct frame_info): Delete field "frame".
6124
6125 2003-04-09 Andrew Cagney <cagney@redhat.com>
6126
6127 * NEWS: Mention that the "Sequent family" is obsolete.
6128 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
6129 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6130 * configure.host: Obsolete i[3456]86-sequent-bsd*,
6131 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
6132 * config/i386/tm-ptx4.h: Obsolete file.
6133 * config/i386/tm-ptx.h: Obsolete file.
6134 * symm-tdep.c: Obsolete file.
6135 * config/i386/symmetry.mt: Obsolete file.
6136 * config/i386/tm-symmetry.h: Obsolete file.
6137 * symm-nat.c: Obsolete file.
6138 * config/i386/nm-symmetry.h: Obsolete file.
6139 * config/i386/xm-symmetry.h: Obsolete file.
6140 * config/i386/symmetry.mh: Obsolete file.
6141 * config/i386/nm-ptx4.h: Obsolete file.
6142 * config/i386/ptx4.mh: Obsolete file.
6143 * config/i386/ptx.mt: Obsolete file.
6144 * config/i386/ptx.mh: Obsolete file.
6145 * config/i386/xm-ptx4.h: Obsolete file.
6146 * config/i386/xm-ptx.h: Obsolete file.
6147
6148 2003-04-09 Andrew Cagney <cagney@redhat.com>
6149
6150 Obsolete mips*-*-mach3*.
6151 * NEWS: Mention that mips*-*-mach3* is obsolete.
6152 * m3-nat.c: Obsolete file.
6153 * config/nm-m3.h: Obsolete file.
6154 * config/mips/tm-mipsm3.h: Obsolete file.
6155 * config/mips/mipsm3.mt: Obsolete file.
6156 * config/mips/mipsm3.mh: Obsolete file.
6157 * config/mips/xm-mipsm3.h: Obsolete file.
6158 * mipsm3-nat.c: Obsolete file.
6159 * configure.host: Obsolete mips-dec-mach3*.
6160 * configure.tgt: Obsolete mips*-*-mach3*.
6161
6162 2003-04-09 Andrew Cagney <cagney@redhat.com>
6163
6164 * doublest.h: Update copyright.
6165 (deprecated_store_floating, deprecated_extract_floating): Rename
6166 store_floating and extract_floating. Update comments.
6167 * doublest.c: Update copyright.
6168 (extract_floating_by_length): Replace extract_floating.
6169 (store_floating_by_length): Replace store_floating.
6170 (deprecated_extract_floating): New function.
6171 (deprecated_store_floating): New function.
6172 (extract_typed_floating): Call extract_floating_by_length.
6173 (store_typed_floating): Call store_floating_by_length.
6174 * x86-64-tdep.c (x86_64_store_return_value): Update.
6175 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
6176 (sh64_extract_return_value): Update.
6177 (sh_sh4_register_convert_to_virtual): Update.
6178 (sh_sh64_register_convert_to_virtual): Update.
6179 (sh_sh4_register_convert_to_raw): Update.
6180 (sh_sh64_register_convert_to_raw): Update.
6181 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
6182 (rs6000_register_convert_to_raw): Update.
6183 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
6184 (ia64_register_convert_to_raw): Update.
6185 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
6186 (REGISTER_CONVERT_TO_VIRTUAL): Update.
6187 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
6188 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
6189 (alpha_register_convert_to_raw): Update.
6190
6191 2003-04-08 Andrew Cagney <cagney@redhat.com>
6192
6193 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
6194 * gdbarch.h, gdbarch.c: Re-generate.
6195 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
6196 (d10v_gdbarch_init): Do not set saved_pc_after_call.
6197 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
6198 conditionally, use frame_pc_unwind as an alternative. Add
6199 comments.
6200 * arch-utils.c (init_frame_pc_default): Only call
6201 SAVED_PC_AFTER_CALL when available.
6202
6203 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
6204
6205 * infrun.c (stop_soon): Rename from stop_soon_quietly.
6206 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
6207 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
6208 (start_remote): Ditto.
6209 (handle_inferior_event): Ditto.
6210 (save_inferior_status): Ditto.
6211 (restore_inferior_status): Ditto.
6212 * infcmd.c (attach_command): Ditto.
6213 * fork-child.c (startup_inferior): Ditto.
6214 * inferior.h (stop_soon): Rename from stop_soon_quietly.
6215 * alpha-tdep.c (heuristic_proc_start): Ditto.
6216 * mips-tdep.c (heuristic_proc_start): Ditto.
6217 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
6218 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
6219 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
6220 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
6221 * remote-vx.c (vx_create_inferior): Ditto.
6222
6223 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
6224
6225 * infrun.c (stop_soon_quietly): Make it an enum, to better
6226 override the default behavior of handle_inferior_event.
6227 (clear_proceed_status): Update uses of stop_soon_quietly to
6228 reflect that it is now an enum.
6229 (start_remote): Ditto.
6230 (handle_inferior_event): Change logic a bit if stop_soon_quietly
6231 is set to handle the new GNU/Linux kernel behavior for
6232 attach/sigstop. Update uses of stop_soon_quietly.
6233 * inferior.h (enum stop_kind): New enum.
6234 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
6235 Reset normal handle_inferior_event behavior, afterwards.
6236 * fork-child.c (startup_inferior): Update.
6237 * alpha-tdep.c (heuristic_proc_start): Update.
6238 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
6239 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
6240 * solib-osf.c (osf_solib_create_inferior_hook): Update.
6241 * solib-irix.c (irix_solib_create_inferior_hook): Update.
6242 * remote-vx.c (vx_create_inferior): Update.
6243 * mips-tdep.c (heuristic_proc_start): Update.
6244
6245 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
6246
6247 * disasm.c (dump_insns): Move variables inside loop, or they will
6248 be freed more than once, causing wild memory corruptions.
6249 (gdb_disassembly): Look for the substring "-thread",
6250 instead of "-threads" in the target name, to make sure to find
6251 the 'multi-thread' target. Also, make sure we do the right thing
6252 with the "core" target.
6253
6254 2003-04-07 Kevin Buettner <kevinb@redhat.com>
6255
6256 * mips-tdep.c (mips_print_fp_register): New function, created from
6257 do_fp_register_row(). Registers are now (also) printed as hex.
6258 Only one register is printed per row.
6259 (mips_print_register, do_fp_register_row): Print floating point
6260 registers with mips_print_fp_register().
6261
6262 2003-04-06 Andrew Cagney <cagney@redhat.com>
6263
6264 * valprint.h (inspect_it): Add extern declaration.
6265 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
6266 (selectors_info, classes_info): Ditto.
6267 (find_objc_msgcall): Fix indentation.
6268 (objc_printstr): Delete extern declarations.
6269
6270 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
6271
6272 2003-04-06 Andrew Cagney <cagney@redhat.com>
6273
6274 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
6275 Update comment.
6276 * frame.c (legacy_saved_regs_this_id): Update.
6277 (legacy_get_prev_frame): Update.
6278 * xstormy16-tdep.c: Update comment.
6279 * sparc-tdep.c (sparc_frame_chain): Update comment.
6280 * blockframe.c (legacy_frame_chain_valid): Update.
6281
6282 2003-04-06 Andrew Cagney <cagney@redhat.com>
6283
6284 * valprint.c (val_print_type_code_int): Delete #ifdef
6285 PRINT_TYPELESS_INTEGER code.
6286
6287 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
6288 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
6289 multi-arch definition.
6290 * gdbarch.h: Re-generate.
6291
6292 2003-04-05 Andrew Cagney <cagney@redhat.com>
6293
6294 Eliminate FRAME_FIND_SAVED_REGS.
6295 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6296 Change FSR parameter to a pointer.
6297 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
6298 Assume FSR parameter is a pointer.
6299 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6300 Make fsr a pointer.
6301 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
6302 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
6303 saved_regs a pointer.
6304 (hppa_frame_saved_pc): Ditto.
6305 (find_dummy_frame_regs): Make frame_saved_regs a pointer
6306 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
6307 pointer.
6308 (restore_pc_queue): Make fsr a pointer.
6309 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
6310 (hppa_frame_chain): Make saved_regs a pointer, call
6311 hppa_frame_init_saved_regs.
6312 * sparc-tdep.c: Include "gdb_assert.h".
6313 (sparc_frame_find_saved_regs): Replace internal_error with
6314 gdb_assert.
6315 * remote-vxsparc.c (vx_read_register): Delete reference to
6316 FRAME_FIND_SAVED_REGS.
6317 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
6318 * gdbarch.h: Regenerate.
6319 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6320 (deprecated_get_frame_saved_regs): Delete declaration.
6321 (struct frame_saved_regs): Delete definition.
6322 * frame.c (deprecated_get_frame_saved_regs): Delete function.
6323 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
6324 (hppa_frame_find_saved_regs): Delete declaration.
6325 (FRAME_FIND_SAVED_REGS): Delete macro.
6326 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
6327 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
6328 FRAME_FIND_SAVED_REGS in comment.
6329
6330 2003-04-05 Andrew Cagney <cagney@redhat.com>
6331
6332 * frame.c (frame_func_unwind, get_frame_func): New functions.
6333 * frame.h (get_frame_func, frame_func_unwind): Declare.
6334 (struct frame_info): Add field "prev_func" for caching the
6335 previous frame's function address.
6336 * arm-tdep.c (arm_frameless_function_invocation): Combine
6337 get_pc_function_start and get_frame_pc into get_frame_func.
6338 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6339 (sh64_nofp_frame_init_saved_regs): Ditto.
6340 * s390-tdep.c (s390_function_start): Ditto.
6341 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
6342 (rs6000_frameless_function_invocation): Ditto.
6343 (rs6000_frame_saved_pc): Ditto.
6344 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
6345 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
6346 * i386-tdep.c (i386_frameless_signal_p): Ditto.
6347 (i386_frame_init_saved_regs): Ditto.
6348 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
6349 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
6350 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
6351 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6352 * blockframe.c (frameless_look_for_prologue): Ditto.
6353
6354 2003-04-05 Andrew Cagney <cagney@redhat.com>
6355
6356 * frame.c (legacy_get_prev_frame): Link prev to next at the
6357 function start. Update comments.
6358
6359 2003-04-05 Andrew Cagney <cagney@redhat.com>
6360
6361 * frame.c (get_frame_id): Update comment.
6362 (legacy_get_prev_frame): Update comment.
6363 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
6364 * gdbarch.h: Regenerate.
6365 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
6366 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
6367
6368 2003-04-05 Andrew Cagney <cagney@redhat.com>
6369
6370 * stack.c (print_frame_info): Use get_frame_pc.
6371
6372 2003-04-04 Andrew Cagney <cagney@redhat.com>
6373
6374 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
6375 the frame's type from the unwinder.
6376 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
6377 (create_new_frame, legacy_get_prev_frame): When the unwinder's
6378 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
6379 (get_frame_base_address): Use get_frame_type.
6380 (get_frame_locals_address, get_frame_args_address): Ditto.
6381 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
6382 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
6383 (struct frame_info): Add comment explaining why the frame contains
6384 a "type" field.
6385 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
6386 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
6387 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
6388 NORMAL_FRAME.
6389 * frame-unwind.h: Include "frame.h".
6390 (struct frame_unwind): Add "type" field.
6391 * Makefile.in (frame_unwind_h): Add $(frame_h).
6392
6393 2003-04-04 Andrew Cagney <cagney@redhat.com>
6394
6395 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
6396 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
6397 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
6398 get_frame_base.
6399 (d10v_unwind_dummy_id): Use frame_id_build.
6400 * frame.c (find_frame_sal): Use get_frame_pc.
6401 (create_new_frame): Use deprecated_update_frame_pc_hack and
6402 deprecated_update_frame_base_hack.
6403 (create_sentinel_frame): Add comment about ->pc going away.
6404 (get_prev_frame): Add comment about ->pc going away.
6405 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
6406 frame_id_build, deprecated_update_frame_pc_hack and
6407 deprecated_update_frame_base_hack.
6408 (select_frame): Use get_frame_pc.
6409 (legacy_saved_regs_this_id): Use frame_id_build.
6410
6411 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
6412
6413 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
6414 signed integer case.
6415 (classify_argument): Handle enumerations and references.
6416
6417 2003-04-04 Andrew Cagney <cagney@redhat.com>
6418
6419 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
6420 ID to NULL.
6421
6422 2003-04-01 Adam Fedor <fedor@gnu.org>
6423
6424 * gdb/objc-lang.c (selectors_info): Replace calls to
6425 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
6426 SYMBOL_NATURAL_NAME.
6427 (classes_info, find_methods): Likewise.
6428
6429 2003-04-03 Kevin Buettner <kevinb@redhat.com>
6430
6431 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
6432 ``mach'' to the value determined by bfd_default_set_arch_mach().
6433
6434 2003-04-02 Bob Rossi <bob_rossi@cox.net>
6435
6436 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
6437 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
6438 (mi-cmd-file.o): Update dependencies.
6439
6440 2003-04-01 Kevin Buettner <kevinb@redhat.com>
6441
6442 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6443 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
6444
6445 2003-04-01 Adam Fedor <fedor@gnu.org>
6446
6447 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
6448 * language.h (struct language_defn): Add la_demangle.
6449 (language_demangle): Declare.
6450 * language.c (language_demangle): New function.
6451 (unk_lang_demangle): Likewise.
6452 (unknown_language_defn, auto_language_defn, local_language_defn):
6453 Add ukn_lang_demangle.
6454 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
6455 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
6456 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6457 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6458 * jv-lang.c (java_demangle): New function
6459 (java_language_defn): Use it for la_demangle element.
6460 * objc-lang.c (objc_demangle): Add options argument
6461 (objc_language_defn): Use objc_demangle for la_demangle element.
6462 * maint.c (maintenance_demangle): Replace switch with
6463 call to language_demangle.
6464 * utils.c (fprintf_symbol_filtered): Likewise.
6465
6466 2003-04-01 Andrew Cagney <cagney@redhat.com>
6467
6468 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6469 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6470 PRINT_TYPELESS_INTEGER.
6471 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6472 PUSH_RETURN_ADDRESS.
6473
6474 2003-04-01 Andrew Cagney <cagney@redhat.com>
6475
6476 * Makefile.in (d10v-tdep.o): Update dependencies.
6477 * d10v-tdep.c: Include "frame-base.h".
6478 (d10v_frame_unwind): Make constant.
6479 (d10v_frame_base_address): New function.
6480 (d10v_frame_base): New variable.
6481 (d10v_gdbarch_init): Set frame_base default.
6482 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6483 comment for base.
6484 (d10v_frame_unwind_cache): Set and use "prev_sp".
6485 (d10v_frame_this_id): Use the previous frame's inner most stack
6486 address and this frame's func address for the frame ID. Use
6487 frame_id_build. Don't analyze beyond the current instruction.
6488
6489 2003-04-01 Andrew Cagney <cagney@redhat.com>
6490
6491 * frame.h (get_frame_locals_address, get_frame_args_address):
6492 Refer to the base address, instead of the address of the first
6493 local or parameter.
6494
6495 2003-04-01 Andrew Cagney <cagney@redhat.com>
6496
6497 Add frame debug info addresses:
6498 * frame-base.c: New file.
6499 * frame-base.h: New file.
6500 * frame.h (struct frame_base): Add opaque declaration.
6501 (get_frame_base): Update comment.
6502 (get_frame_base_address): Declare.
6503 (get_frame_locals_address): Declare.
6504 (get_frame_args_address): Declare.
6505 (struct frame_info): Add "base" and "base_cache". Update
6506 comments on the unwinder.
6507 * frame.c: Include "frame-base.h".
6508 (get_frame_locals_address): New function.
6509 (get_frame_base_address): New function.
6510 (get_frame_args_address): New function.
6511 * findvar.c (read_var_value): Use get_frame_locals_address and
6512 get_frame_args_address.
6513 * stack.c (frame_info): Use get_frame_locals_address and
6514 get_frame_args_address.
6515 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6516 moved to "frame-base.c".
6517 * printcmd.c (print_frame_nameless_args): Ditto.
6518 * symtab.h (address_class): Update comments.
6519 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6520 get_frame_base_address.
6521 * dwarf2expr.c (execute_stack_op): Ditto.
6522 * Makefile.in (frame_base_h): Define.
6523 (frame.o): Update dependencies.
6524 (frame-base.o): Add dependencies.
6525 (SFILES): Add frame-base.c.
6526 (COMMON_OBS): Add frame-base.o.
6527
6528 2003-04-01 Andrew Cagney <cagney@redhat.com>
6529
6530 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6531 CALL_DUMMY_LENGTH): Ditto.
6532 * gdbarch.c: Re-generate.
6533 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6534 (CALL_DUMMY_LENGTH): Delete macro.
6535 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6536 * arm-tdep.c (arm_gdbarch_init): Ditto.
6537 * avr-tdep.c (avr_gdbarch_init): Ditto.
6538 * cris-tdep.c (cris_gdbarch_init): Ditto.
6539 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6540 * frv-tdep.c (frv_gdbarch_init): Ditto.
6541 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6542 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6543 * i386-tdep.c (i386_gdbarch_init): Ditto.
6544 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6545 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6546 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6547 * mips-tdep.c (mips_gdbarch_init): Ditto.
6548 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6549 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6550 * s390-tdep.c (s390_gdbarch_init): Ditto.
6551 * sh-tdep.c (sh_gdbarch_init): Ditto.
6552 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6553 * v850-tdep.c (v850_gdbarch_init): Ditto.
6554 * vax-tdep.c (vax_gdbarch_init): Ditto.
6555 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6556
6557 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
6558
6559 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6560
6561 2003-04-01 Andrew Cagney <cagney@redhat.com>
6562
6563 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6564 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6565 * gdbarch.h, gdbarch.c: Re-generate.
6566 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6567 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6568 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6569 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6570 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6571 * infcmd.c (run_stack_dummy): Simplify assuming
6572 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6573 * infrun.c (handle_inferior_event): Ditto.
6574 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6575 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6576 * arm-tdep.c (arm_gdbarch_init): Ditto.
6577 * avr-tdep.c (avr_gdbarch_init): Ditto.
6578 * cris-tdep.c (cris_gdbarch_init): Ditto.
6579 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6580 * frv-tdep.c (frv_gdbarch_init): Ditto.
6581 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6582 * i386-tdep.c (i386_gdbarch_init): Ditto.
6583 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6584 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6585 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6586 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6587 * mips-tdep.c (mips_gdbarch_init): Ditto.
6588 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6589 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6590 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6591 * s390-tdep.c (s390_gdbarch_init): Ditto.
6592 * sh-tdep.c (sh_gdbarch_init): Ditto.
6593 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6594 * v850-tdep.c (v850_gdbarch_init): Ditto.
6595 * vax-tdep.c (vax_gdbarch_init): Ditto.
6596 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6597
6598 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
6599
6600 * symfile.c (symfile_relocate_debug_section): Update call to
6601 bfd_simple_get_relocated_section_contents.
6602
6603 2003-03-31 Andrew Cagney <cagney@redhat.com>
6604
6605 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6606 * gdbarch.h, gdbarch.c: Regenerate.
6607 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6608 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6609 available.
6610 * frame.h (generic_fix_call_dummy): Delete declaration.
6611 * dummy-frame.h: Update comment.
6612 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6613 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6614 fix_call_dummy.
6615 * sh-tdep.c (sh_gdbarch_init): Ditto.
6616 * s390-tdep.c (s390_gdbarch_init): Ditto.
6617 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6618 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6619 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6620 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6621 * i386-tdep.c (i386_gdbarch_init): Ditto.
6622 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6623 * frv-tdep.c (frv_gdbarch_init): Ditto.
6624 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6625 * cris-tdep.c (cris_gdbarch_init): Ditto.
6626 * avr-tdep.c (avr_gdbarch_init): Ditto.
6627 * arm-tdep.c (arm_gdbarch_init): Ditto.
6628
6629 2003-03-31 J. Brobecker <brobecker@gnat.com>
6630
6631 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6632 (INIT_FRAME_AP): Likewise.
6633 (EXTRA_FRAME_INFO): Likewise.
6634
6635 2003-03-31 Andrew Cagney <cagney@redhat.com>
6636
6637 * gdbarch.sh: Include "symfile.h".
6638 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6639 * gdbarch.h, gdbarch.c: Re-generate.
6640 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6641 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6642 call_dummy_address, the default is at entry_point_address.
6643 * v850-tdep.c (v850_gdbarch_init): Ditto.
6644 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6645 * sh-tdep.c (sh_gdbarch_init): Ditto.
6646 * s390-tdep.c (s390_gdbarch_init): Ditto.
6647 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6648 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6649 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6650 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6651 * i386-tdep.c (i386_gdbarch_init): Ditto.
6652 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6653 * frv-tdep.c (frv_gdbarch_init): Ditto.
6654 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6655 * cris-tdep.c (cris_gdbarch_init): Ditto.
6656 * arm-tdep.c (arm_gdbarch_init): Ditto.
6657
6658 2003-03-31 Andrew Cagney <cagney@redhat.com>
6659
6660 * gdbarch.sh (CALL_DUMMY_P): Delete.
6661 * gdbarch.h, gdbarch.c: Re-generate.
6662 * inferior.h (CALL_DUMMY_P): Delete macro.
6663 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6664 * vax-tdep.c (vax_gdbarch_init): Update.
6665 * v850-tdep.c (v850_gdbarch_init): Update.
6666 * sparc-tdep.c (sparc_gdbarch_init): Update.
6667 * sh-tdep.c (sh_gdbarch_init): Update.
6668 * s390-tdep.c (s390_gdbarch_init): Update.
6669 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6670 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6671 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6672 * mips-tdep.c (mips_gdbarch_init): Update.
6673 * mcore-tdep.c (mcore_gdbarch_init): Update.
6674 * m68k-tdep.c (m68k_gdbarch_init): Update.
6675 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6676 * ia64-tdep.c (ia64_gdbarch_init): Update.
6677 * i386-tdep.c (i386_gdbarch_init): Update.
6678 * h8300-tdep.c (h8300_gdbarch_init): Update.
6679 * frv-tdep.c (frv_gdbarch_init): Update.
6680 * d10v-tdep.c (d10v_gdbarch_init): Update.
6681 * cris-tdep.c (cris_gdbarch_init): Update.
6682 * breakpoint.c (deprecated_frame_in_dummy): Update.
6683 * avr-tdep.c (avr_gdbarch_init): Update.
6684 * alpha-tdep.c (alpha_gdbarch_init): Update.
6685 * arm-tdep.c (arm_gdbarch_init): Update.
6686 * dummy-frame.c (dummy_frame_this_id): Update comments.
6687 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6688 * frame.c (legacy_get_prev_frame): Ditto.
6689 * valops.c (call_function_by_hand): Delete function.
6690 (hand_function_call): Rename to call_function_by_hand
6691
6692 2003-03-30 Andrew Cagney <cagney@redhat.com>
6693
6694 2002-11-10 Klee Dienes <kdienes@apple.com>
6695 * value.h (struct value): Update comment.
6696
6697 2003-03-30 Andrew Cagney <cagney@redhat.com>
6698
6699 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6700 D10V_FP_REGNUM.
6701 (d10v_gdbarch_init): Do not set fp_regnum.
6702
6703 * frame.c (get_frame_base): Force ID initialization.
6704 (get_prev_frame): Move computation of the frame ID from here ...
6705 (get_frame_id): ... to here.
6706 (legacy_get_prev_frame): Mark the frame ID as valid.
6707 * frame.h (struct frame_info): Add field "id_p".
6708
6709 2003-03-30 Mark Kettenis <kettenis@gnu.org>
6710
6711 * i386-tdep.c (i386_store_struct_return): Removed.
6712 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6713
6714 2003-03-30 Andrew Cagney <cagney@redhat.com>
6715
6716 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6717 * gdbarch.h, gdbarch.c: Regenerate.
6718 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6719 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6720 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6721 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6722 * i386-tdep.c (i386_gdbarch_init): Ditto.
6723 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6724 * cris-tdep.c (cris_gdbarch_init): Ditto.
6725 * vax-tdep.c (vax_gdbarch_init): Ditto.
6726 * s390-tdep.c (s390_gdbarch_init): Ditto.
6727 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6728 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6729 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6730 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6731 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6732 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6733 * sparc-tdep.c (sparc_gdbarch_init): Update.
6734 * sh-tdep.c (sh_gdbarch_init): Update.
6735 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6736 * mips-tdep.c (mips_gdbarch_init): Update.
6737 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6738 * ia64-tdep.c (ia64_gdbarch_init): Update.
6739 * frv-tdep.c (frv_gdbarch_init): Update.
6740 * avr-tdep.c (avr_gdbarch_init): Update.
6741 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6742 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6743 instead of when push_dummy_call is not available.
6744
6745 2003-03-30 Andrew Cagney <cagney@redhat.com>
6746
6747 * infttrace.c: Include "gdbthread.h".
6748 (parent_attach_all): Fix function signature.
6749 (call_ptrace): Update call.
6750 * Makefile.in (infttrace.o): Update dependencies.
6751
6752 2003-03-30 Andrew Cagney <cagney@redhat.com>
6753
6754 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6755 PUSH_RETURN_ADDRESS.
6756 * gdbarch.h, gdbarch.c: Regenerate.
6757 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6758 * x86-64-tdep.c (x86_64_init_abi): Update.
6759 * v850-tdep.c (v850_gdbarch_init): Update.
6760 * sparc-tdep.c (sparc_gdbarch_init): Update.
6761 * sh-tdep.c (sh_gdbarch_init): Update.
6762 * s390-tdep.c (s390_gdbarch_init): Update.
6763 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6764 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6765 * mips-tdep.c (mips_gdbarch_init): Update.
6766 * mcore-tdep.c (mcore_gdbarch_init): Update.
6767 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6768 * ia64-tdep.c (ia64_gdbarch_init): Update.
6769 * i386-tdep.c (i386_gdbarch_init): Update.
6770 * h8300-tdep.c (h8300_gdbarch_init): Update.
6771 * frv-tdep.c (frv_gdbarch_init): Update.
6772 * cris-tdep.c (cris_gdbarch_init): Update.
6773 * avr-tdep.c (avr_gdbarch_init): Update.
6774 * arm-tdep.c (arm_gdbarch_init): Update.
6775 * valops.c (hand_function_call): Update.
6776
6777 2003-03-29 Andrew Cagney <cagney@redhat.com>
6778
6779 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6780 sizeof_call_dummy_words.
6781 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6782 define.
6783 * gdbarch.h: Regenerate.
6784
6785 2003-03-29 Andrew Cagney <cagney@redhat.com>
6786
6787 * infttrace.h: New file.
6788 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6789 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6790 (hpread_read_doc_function_type): Detect an initialized type1.
6791 (hpread_quick_traverse): Initialize mod_name_string.
6792 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6793 (som_solib_get_solib_by_pc): Declare.
6794 (so_lib_thread_start_addr): Declare.
6795 (no_shared_libraries): Declare.
6796 * somread.c (init_import_symbols): Make static. Add forward
6797 declaration.
6798 * config/pa/nm-hppah.h: Include "infttrace.h" for
6799 parent_attach_all.
6800 (hppa_insert_hw_watchpoint): Declare.
6801 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6802 * hppah-nat.c: Include "gdb_string.h".
6803 (parent_attach_all): Delete extern declaration, moved to
6804 "infttrace.h".
6805 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6806 int.
6807 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6808 * Makefile.in (infttrace_h): Define.
6809 (hpread.o): Update dependencies.
6810 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6811 * hppa-hpux-tdep.c: Include "gdb_string.h".
6812 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6813 * infrun.c (handle_inferior_event): Always initialize
6814 stepped_after_stopped_by_watchpoint. Add default and remove
6815 fallthrough in switch statement.
6816 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6817 parameter to int.
6818 (hppa_remove_hw_watchpoint): Ditto.
6819
6820 2003-03-29 Andrew Cagney <cagney@redhat.com>
6821
6822 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6823 offset.
6824
6825 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
6826
6827 * arm-tdep.c (arm_push_arguments): Delete.
6828 (struct stack_item): New type.
6829 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6830 (arm_store_struct_return): Delte.
6831 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6832 arm_push_arguments or arm_store_struct_return.
6833
6834 2003-03-28 Andrew Cagney <cagney@redhat.com>
6835
6836 * Makefile.in (d10v-tdep.o): Update dependencies.
6837 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6838 * d10v-tdep.c: Include "remote.h".
6839 (target_resume_hook): Delete extern declaration.
6840 (target_wait_loop_hook): Ditto.
6841 (tdisassemble_command): Eliminate assignment in "if" conditional.
6842 (d10v_ts2_register_sim_regno): Eliminate call to
6843 legacy_register_sim_regno.
6844 (d10v_ts3_register_sim_regno): Ditto.
6845
6846 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6847
6848 * thread.c: Reindented.
6849 * lin-lwp.c: Ditto.
6850 * linux-proc.c: Ditto.
6851
6852 2003-03-28 Bob Rossi <bob_rossi@cox.net>
6853
6854 * MAINTAINERS (write after approval): Add myself.
6855
6856 2003-03-27 Theodore A. Roth <troth@openavr.org>
6857
6858 * objc-exp.y: Add missing semi-colons.
6859
6860 2003-03-27 Andrew Cagney <cagney@redhat.com>
6861
6862 * regcache.c (write_sp): Delete function and references.
6863 * inferior.h (write_sp): Delete declaration.
6864 * valops.c (hand_function_call): Replace write_sp with
6865 TARGET_WRITE_SP.
6866 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6867 (sparc_pop_frame): Ditto.
6868
6869 2003-03-27 Andrew Cagney <cagney@redhat.com>
6870
6871 * NEWS: Mention removal of support for hppa*-*-bsd* and
6872 hppa*-*-osf* natives, and hppa*-*-pro* target.
6873 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6874 * config/pa/xm-pa.h: Obsolete file.
6875 * config/pa/xm-hppab.h: Obsolete file.
6876 * config/pa/nm-hppab.h: Obsolete file.
6877 * config/pa/tm-hppab.h: Obsolete file.
6878 * config/pa/tm-hppao.h: Obsolete file.
6879 * config/pa/nm-hppao.h: Obsolete file.
6880 * config/pa/tm-pro.h: Obsolete file.
6881 * config/pa/hppaosf.mt: Obsolete file.
6882 * config/pa/hppaosf.mh: Obsolete file.
6883 * config/pa/hppapro.mt: Obsolete file.
6884 * config/pa/hppabsd.mt: Obsolete file.
6885 * config/pa/hppabsd.mh: Obsolete file.
6886 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6887 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6888 hppa*-*-osf*.
6889
6890 2003-03-27 Andrew Cagney <cagney@redhat.com>
6891
6892 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6893 push_arguments. Don't set push_return_address or write_sp.
6894 (d10v_push_dummy_call): Replace d10v_push_arguments.
6895 (d10v_push_return_address, d10v_write_sp): Delete function,
6896 handled by push_dummy_call.
6897
6898 2003-03-26 Andrew Cagney <cagney@redhat.com>
6899
6900 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6901 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6902 regcache and dummy_addr parameters.
6903 * gdbarch.h, gdbarch.c: Re-generate.
6904 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6905 available; assume it will handle stack alignment and return
6906 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6907 legacy_push_arguments.
6908 (legacy_push_arguments): Rename default_push_arguments.
6909 * value.h (legacy_push_arguments): Rename default_push_arguments.
6910 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6911 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6912 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6913 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6914 * config/i386/tm-symmetry.h: Update.
6915 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6916 * x86-64-tdep.c (x86_64_init_abi): Update.
6917 * v850-tdep.c (v850_gdbarch_init): Update.
6918 * sparc-tdep.c (sparc_gdbarch_init): Update.
6919 * sh-tdep.c (sh_gdbarch_init): Update.
6920 * s390-tdep.c (s390_gdbarch_init): Update.
6921 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6922 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6923 * mips-tdep.c (mips_gdbarch_init): Update.
6924 * mcore-tdep.c (mcore_gdbarch_init): Update.
6925 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6926 * ia64-tdep.c (ia64_gdbarch_init): Update.
6927 * i386-tdep.c (i386_gdbarch_init): Update.
6928 * hppa-tdep.c (hppa_gdbarch_init): Update.
6929 * h8300-tdep.c (h8300_gdbarch_init): Update.
6930 * frv-tdep.c (frv_gdbarch_init): Update.
6931 * d10v-tdep.c (d10v_gdbarch_init): Update.
6932 * cris-tdep.c (cris_gdbarch_init): Update.
6933 * avr-tdep.c (avr_gdbarch_init): Update.
6934 * arm-tdep.c (arm_gdbarch_init): Update.
6935 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6936 * alpha-tdep.c (alpha_gdbarch_init): Update.
6937
6938 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6939
6940 * signals/signals.c (do_target_signal_to_host): Correct realtime
6941 signal range test.
6942
6943 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6944
6945 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6946 (struct sal_chain, map_catch_names): Remove.
6947 (catch_exception_command_1): Don't call
6948 handle_gnu_4_16_catch_command.
6949
6950 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6951
6952 From Mark Dettinger <dettinge@de.ibm.com>:
6953 * dwarf2cfi.c (read_2u): Increment pointer by two.
6954
6955 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6956
6957 * signals/signals.c: Fix typos in last change.
6958
6959 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6960
6961 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6962 not already defined. Use __SIGRTMIN if available.
6963 (target_signal_from_host): Remove SIGRTMIN block.
6964 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6965 the signal is within the realtime range.
6966
6967 2003-03-25 Adam Fedor <fedor@gnu.org>
6968
6969 * Makefile.in (infrun.o): Add $(language_h)
6970 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6971 for language specific trampolines.
6972 * language.h (struct language_defn): Add skip_trampoline.
6973 (skip_language_trampoline): Declare.
6974 * language.c (unk_lang_trampoline, skip_language_trampoline):
6975 New functions.
6976 (unknown_language_defn, auto_language_defn, local_language_defn):
6977 Add ukn_lang_trampoline.
6978 * ada-lang.c (ada_language_defn): Add NULL for language
6979 specific skip_trampoline.
6980 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6981 scm-lang.c: Likewise.
6982 * objc-lang.c (objc_skip_trampoline): New function.
6983 (objc_language_defn): Add objc_skip_trampoline.
6984
6985 2003-03-25 Andrew Cagney <cagney@redhat.com>
6986
6987 * frame.c (get_prev_frame): Delay validating a frame's ID -
6988 non-NULL, didn't go backwards - until an attempt to unwind it to
6989 the previous frame.
6990
6991 2003-03-25 Andrew Cagney <cagney@redhat.com>
6992
6993 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6994 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6995 * gdbarch.h, gdbarch.c: Re-generate.
6996 * config/sparc/tm-sparc.h
6997 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6998 * sparc-tdep.c (sparc_gdbarch_init): Set
6999 deprecated_extra_stack_alignment_needed.
7000 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
7001 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
7002 extra_stack_alignment_needed.
7003 * v850-tdep.c (v850_gdbarch_init): Ditto.
7004 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7005 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7006 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7007 * cris-tdep.c (cris_gdbarch_init): Ditto.
7008 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7009 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7010
7011 2003-03-25 Andrew Cagney <cagney@redhat.com>
7012
7013 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
7014 STORE_STRUCT_RETURN.
7015 * gdbarch.h, gdbarch.c: Regenerate.
7016 * d10v-tdep.c (d10v_store_struct_return): Delete function.
7017 (d10v_push_arguments): Set the struct return register.
7018 (d10v_gdbarch_init): Update.
7019 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7020 * x86-64-tdep.c (x86_64_init_abi): Update.
7021 * vax-tdep.c (vax_gdbarch_init): Update.
7022 * v850-tdep.c (v850_gdbarch_init): Update.
7023 * sparc-tdep.c (sparc_gdbarch_init): Update.
7024 * sh-tdep.c (sh_gdbarch_init): Update.
7025 * s390-tdep.c (s390_gdbarch_init): Update.
7026 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7027 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7028 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7029 * mips-tdep.c (mips_gdbarch_init): Update.
7030 * mcore-tdep.c (mcore_gdbarch_init): Update.
7031 * m68k-tdep.c (m68k_gdbarch_init): Update.
7032 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7033 * ia64-tdep.c (ia64_gdbarch_init): Update.
7034 * i386-tdep.c (i386_gdbarch_init): Update.
7035 * hppa-tdep.c (hppa_gdbarch_init): Update.
7036 * h8300-tdep.c (h8300_gdbarch_init): Update.
7037 * frv-tdep.c (frv_gdbarch_init): Update.
7038 * cris-tdep.c (cris_gdbarch_init): Update.
7039 * avr-tdep.c (avr_gdbarch_init): Update.
7040 * arm-tdep.c (arm_gdbarch_init): Update.
7041 * alpha-tdep.c (alpha_gdbarch_init): Update.
7042
7043 2003-03-25 Andrew Cagney <cagney@redhat.com>
7044
7045 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
7046 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
7047 CALL_DUMMY_STACK_ADJUST with a predicate variable.
7048 * gdbarch.h, gdbarch.c: Regenerate.
7049 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7050 call_dummy_stack_adjust_p.
7051 * vax-tdep.c (vax_gdbarch_init): Ditto.
7052 * v850-tdep.c (v850_gdbarch_init): Ditto.
7053 * sh-tdep.c (sh_gdbarch_init): Ditto.
7054 * s390-tdep.c (s390_gdbarch_init): Ditto.
7055 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7056 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
7057 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7058 * mips-tdep.c (mips_gdbarch_init): Ditto.
7059 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7060 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7061 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7062 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7063 * i386-tdep.c (i386_gdbarch_init): Ditto.
7064 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7065 * frv-tdep.c (frv_gdbarch_init): Ditto.
7066 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7067 * cris-tdep.c (cris_gdbarch_init): Ditto.
7068 * avr-tdep.c (avr_gdbarch_init): Ditto.
7069 * arm-tdep.c (arm_gdbarch_init): Ditto.
7070 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7071 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
7072 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
7073 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
7074 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
7075 call_dummy_stack_adjust_p.
7076 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
7077 (CALL_DUMMY_STACK_ADJUST): Delete macro.
7078 * sparc-tdep.c (sparc32_push_arguments): Update.
7079 * valops.c (hand_function_call): Update.
7080
7081 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
7082
7083 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
7084 set_gdbarch_char_signed.
7085
7086 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
7087
7088 PR cli/548
7089 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
7090
7091 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
7092
7093 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
7094 (_initialize_arm_tdep): Don't set tm_print_insn.
7095
7096 2003-03-24 Adam Fedor <fedor@gnu.org>
7097
7098 * Makefile.in (YYOBJ): Add objc-exp.tab.o
7099 * objc-lang.h: Add multiple inclusion protection.
7100 (start_msglist, add_msglist, end_msglist): Additional declarations.
7101
7102 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
7103
7104 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
7105 value was renamed to ARM_FLOAT_SOFT_FPA.
7106
7107 2003-03-23 Andrew Cagney <cagney@redhat.com>
7108
7109 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
7110 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
7111 * gdbarch.h, gdbarch.c: Regenerate.
7112 * valops.c (hand_function_call): Update.
7113 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7114 * frame.c (legacy_saved_regs_this_id): Update.
7115 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
7116 * dummy-frame.h: Update.
7117 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
7118 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
7119 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
7120 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
7121 * config/m68k/tm-sun3.h: Update.
7122 * blockframe.c (inside_main_func, frame_chain_valid): Update.
7123 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7124 * x86-64-tdep.c (x86_64_init_abi): Update.
7125 * vax-tdep.c (vax_gdbarch_init): Update.
7126 * v850-tdep.c (v850_gdbarch_init): Update.
7127 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
7128 * sh-tdep.c (sh_gdbarch_init): Update.
7129 * s390-tdep.c (s390_gdbarch_init): Update.
7130 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
7131 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
7132 (frame_get_saved_regs): Update.
7133 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7134 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7135 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7136 * mips-tdep.c (mips_gdbarch_init): Update.
7137 * mcore-tdep.c (mcore_gdbarch_init): Update.
7138 * m68k-tdep.c (m68k_gdbarch_init): Update.
7139 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7140 * ia64-tdep.c (ia64_gdbarch_init): Update.
7141 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
7142 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7143 (i386_interix_back_one_frame): Update.
7144 * hppa-tdep.c (hppa_gdbarch_init): Update.
7145 (hppa_init_extra_frame_info): Update.
7146 * h8300-tdep.c (h8300_gdbarch_init): Update.
7147 * frv-tdep.c (frv_gdbarch_init): Update.
7148 * cris-tdep.c (cris_gdbarch_init): Update.
7149 * avr-tdep.c (avr_gdbarch_init): Update.
7150 * arm-tdep.c (arm_gdbarch_init): Update.
7151 * alpha-tdep.c (alpha_gdbarch_init): Update.
7152
7153 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7154
7155 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
7156 (arm_get_fp_model): Declare.
7157 * arm-tdep.c (fp_model_strings): New string array.
7158 (arm_fp_model, current_fp_model): New variables.
7159 (arm_get_fp_model): New function.
7160 (arm_set_fp): New function.
7161 (set_fp_model_sfunc): New function.
7162 (show_fp_model): New function.
7163 (_initialize_arm_tdep): Add new command to set/show the FPU.
7164 (arm_extract_return_value): Use arm_get_fp_model.
7165 (arm_store_return_value): Likewise.
7166 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
7167 to initialize the floating-point data types.
7168 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
7169 model is FPA.
7170
7171 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7172
7173 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
7174 the current setting of each value.
7175 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
7176 new_set and new_show. Use add_setshow_cmd_full and
7177 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
7178 commands and add new version as subcommands of "set/show arm".
7179
7180 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7181
7182 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
7183 (set_arm_command, show_arm_command): New functions.
7184 (_initialize_arm_tdep): Add them.
7185 (num_disassembly_options): Renamed from num_flavor_options.
7186 (valid_disassembly_styles): Renamed from valid_flavors.
7187 (disassembly_style): Renamed from disassembly_flavor.
7188 (set_disassembly_style_sfunc): Renamed from
7189 set_disassembly_flavor_sfunc.
7190 (set_disassembly_style): Renamed from set_disassembly_flavor.
7191 (arm_othernames): Updated.
7192 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
7193 command. Add "set/show arm disassembly" commands. Deprecate
7194 "othernames" command.
7195
7196 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7197
7198 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
7199 (arm-tdep.o): Depend on elf_arm_h.
7200
7201 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7202
7203 * Makefile.in (coff_internal_h): Define.
7204 (arm-tdep.o): Update dependencies.
7205
7206 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
7207
7208 * arm-tdep.c (prologue_cache): Delete.
7209 (check_prologue_cache, save_prologue_cache): Delete.
7210 (arm_scan_prologue): Don't check or update the prologue_cache.
7211 (arm_gdb_arch_init): Don't initialize it.
7212 (_initialize_arm_tdep): Likewise.
7213
7214 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
7215
7216 * MAINTAINERS (tui): Maintainer of tui code.
7217
7218 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
7219
7220 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
7221 (i386-cygwin-tdep.o): Add dependencies.
7222 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
7223 * i386-cygwin-tdep.c: New file.
7224 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
7225 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
7226
7227 2003-03-20 Andrew Cagney <cagney@redhat.com>
7228
7229 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
7230 (handle_inferior_event): Remove code calling
7231 DYNAMIC_TRAMPOLINE_NEXTPC.
7232
7233 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
7234 already has a full path.
7235
7236 * main.c (gdb_main): Return 1.
7237 (captured_main): Call error to report an invalid interpreter.
7238
7239 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7240 * alpha-osf1-tdep.c: Include "gdb_string.h".
7241
7242 2003-03-19 J. Brobecker <brobecker@gnat.com>
7243
7244 Continuing work to convert the hppa targets to multiarch partial.
7245
7246 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
7247 method, now that hppa_push_dummy_frame has a conformant prototype.
7248 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
7249 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
7250 for the switch to multiarch partial.
7251
7252 2003-03-19 Kevin Buettner <kevinb@redhat.com>
7253
7254 * mdebugread.c (parse_symbol): For stEnd, we're done counting
7255 when iss is issNull.
7256
7257 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7258
7259 * mips-tdep.c (mips_register_name): Fix fencepost error involving
7260 NUM_REGS bounds check.
7261
7262 2003-03-18 Kevin Buettner <kevinb@redhat.com>
7263
7264 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
7265 * mips-tdep.c (gdb_assert.h): Include.
7266 (mips_generic_reg_names, mips_processor_reg_names): Make static.
7267 (mips_register_name): Handle integer registers explicitly. Add
7268 bounds checking.
7269 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
7270 (mips_lsi33k_reg_names): Don't list integer registers; they're
7271 handled by mips_register_name() now.
7272 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
7273 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
7274 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
7275 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
7276 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
7277
7278 2003-03-18 Andrew Cagney <cagney@redhat.com>
7279
7280 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
7281 a void pointer.
7282 * gdbtypes.h (print_scalar_formatted): Update declaration.
7283 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
7284
7285 2003-03-18 J. Brobecker <brobecker@gnat.com>
7286
7287 * infrun.c (observer.h): Add #include.
7288 (normal_stop): Add call to observer_notify_normal_stop.
7289 * Makefile.in (infrun.o): Add dependency on observer.h.
7290
7291 2003-03-18 J. Brobecker <brobecker@gnat.com>
7292
7293 Continuing work to convert the hppa targets to multiarch partial.
7294 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
7295 parameter. Reformat comment.
7296 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7297 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
7298 to match new profile.
7299
7300 2003-03-18 J. Brobecker <brobecker@gnat.com>
7301
7302 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
7303 appear to be working in any case.
7304
7305 2003-03-18 J. Brobecker <brobecker@gnat.com>
7306
7307 * observer.c (observer_test_first_observer): New static variable.
7308 (observer_test_second_observer): Likewise.
7309 (observer_test_third_observer): Likewise.
7310 (observer_test_first_notification_function): New static function.
7311 (observer_test_second_notification_function): Likewise.
7312 (observer_test_third_notification_function): Likewise.
7313
7314 2003-03-17 J. Brobecker <brobecker@gnat.com>
7315
7316 * hppa-tdep.c (gdb_assert.h): Add missing #include.
7317 * somsolib.c (gdb_assert.h): Likewise.
7318 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
7319 (somsolib.o): Likewise.
7320
7321 2003-03-17 Andrew Cagney <cagney@redhat.com>
7322
7323 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
7324 BFD. Simplify setting of di.endian.
7325
7326 2003-03-17 Andrew Cagney <cagney@redhat.com>
7327
7328 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
7329 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
7330
7331 From Elena Zannoni <ezannoni@redhat.com>
7332 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
7333 vector and floating-point parameters.
7334 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
7335 convention.
7336 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
7337
7338 2003-03-17 Fernando Nasser <fnasser@redhat.com>
7339
7340 * MAINTAINERS: Remove my name from several maintainership roles.
7341
7342 2003-03-17 Andrew Cagney <cagney@redhat.com>
7343
7344 Fix frame off-by-one bug.
7345 * frame-unwind.h (frame_this_id_ftype): Replace
7346 frame_unwind_id_ftype.
7347 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
7348 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
7349 with "prev_register".
7350 * frame-unwind.c (frame_unwind_find_by_pc): Return
7351 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
7352 comment.
7353 * dummy-frame.c (cached_find_dummy_frame): Delete function.
7354 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
7355 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
7356 (dummy_frame_unwind): Update.
7357 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7358 sentinel_frame_register_unwind.
7359 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
7360 (sentinel_frame_unwinder): Update.
7361 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7362 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
7363 * frame.c (create_sentinel_frame): Update. Initialize
7364 "prologue_cache" instead of "unwind_cache".
7365 (frame_register_unwind): Call this frame's prev_register with the
7366 next frame and this frame's prologue cache.
7367 (get_prev_frame): Simplify. Always call prev frame's this_id with
7368 this frame and prev frame's prologue cache. Document that this
7369 call is shifted one to the left when compared to the
7370 frame_register_unwind call.
7371 (legacy_saved_regs_prev_register): Replace
7372 frame_saved_regs_register_unwind.
7373 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
7374 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
7375 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7376 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
7377 (d10v_frame_unwind): Update.
7378 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
7379 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
7380 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
7381 "saved_regs" with "this_saved_regs".
7382
7383 2003-03-16 Andrew Cagney <cagney@redhat.com>
7384
7385 * frame.c (frame_pop): Don't call target_store_registers. Fix
7386 problem reported by Mark Kettenis.
7387
7388 2003-03-16 Mark Kettenis <kettenis@gnu.org>
7389
7390 * i386-tdep.c (i386_register_type): Renamed from
7391 i386_register_virtual_type. Adjust function signature.
7392 (i386_gdbarch_init): Set register_type instead of
7393 deprecated_max_register_raw_size,
7394 deprecated_max_register_virtual_size and register_virtual_type.
7395
7396 2003-03-14 Andrew Cagney <cagney@redhat.com>
7397
7398 * frame.c (get_prev_frame): When a legacy frame, always call
7399 legacy_get_prev_frame. Simplify unwind code using assumption that
7400 the unwinder is new.
7401 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
7402 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
7403 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
7404
7405 2003-03-14 Andrew Cagney <cagney@redhat.com>
7406
7407 * frame.c (get_saved_register): Delete function.
7408 * frame.h (get_saved_register): Delete declaration.
7409 * xstormy16-tdep.c: Update comment.
7410 * regcache.h: Update comments.
7411 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
7412 get_saved_register and extract_address, use
7413 frame_read_unsigned_register.
7414 (sparc_frame_saved_pc): Ditto.
7415 (sparc_get_saved_register): Instead of get_saved_register, use
7416 frame_register.
7417 (sparc_pop_frame): Ditto.
7418 * findvar.c: Update comments.
7419 (value_of_register): Call frame_register instead of
7420 get_saved_register.
7421 (value_from_register): Ditto.
7422 * config/sparc/tm-sparc.h: Update comment.
7423 * breakpoint.c: Update comment.
7424
7425 2003-03-14 Andrew Cagney <cagney@redhat.com>
7426
7427 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
7428 GET_SAVED_REGISTER.
7429 * gdbarch.h, gdbarch.c: Re-generate.
7430 * frame.h: Update comments.
7431 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7432 * x86-64-tdep.c (x86_64_init_abi): Update.
7433 * sparc-tdep.c (sparc_gdbarch_init): Update.
7434 * sh-tdep.c (sh_gdbarch_init): Update.
7435 * mips-tdep.c (mips_gdbarch_init): Update.
7436 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7437 * cris-tdep.c (cris_gdbarch_init): Update.
7438 * ia64-tdep.c (ia64_gdbarch_init): Update.
7439 * frame.c (frame_register): Update.
7440 (get_saved_register): Update.
7441 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
7442
7443 2003-03-13 Andrew Cagney <cagney@redhat.com>
7444
7445 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
7446 * gdbarch.h, gdbarch.c: Regenerate.
7447 * valops.c (hand_function_call): Update comment.
7448 * stack.c (return_command): Update comment.
7449 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
7450 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
7451 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7452 * x86-64-tdep.c (x86_64_init_abi): Update.
7453 * vax-tdep.c (vax_gdbarch_init): Update.
7454 * v850-tdep.c (v850_gdbarch_init): Update.
7455 * sparc-tdep.c (sparc_gdbarch_init): Update.
7456 * sh-tdep.c (sh_gdbarch_init): Update.
7457 * s390-tdep.c (s390_gdbarch_init): Update.
7458 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7459 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7460 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7461 * mips-tdep.c (mips_gdbarch_init): Update.
7462 * mcore-tdep.c (mcore_gdbarch_init): Update.
7463 * m68k-tdep.c (m68k_gdbarch_init): Update.
7464 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7465 * ia64-tdep.c (ia64_gdbarch_init): Update.
7466 * i386-tdep.c (i386_gdbarch_init): Update.
7467 * hppa-tdep.c (hppa_gdbarch_init): Update.
7468 * h8300-tdep.c (h8300_gdbarch_init): Update.
7469 * frv-tdep.c (frv_gdbarch_init): Update.
7470 * cris-tdep.c (cris_gdbarch_init): Update.
7471 * avr-tdep.c (avr_gdbarch_init): Update.
7472 * arm-tdep.c (arm_gdbarch_init): Update.
7473 * alpha-tdep.c (alpha_gdbarch_init): Update.
7474
7475 2003-03-13 Andrew Cagney <cagney@redhat.com>
7476
7477 * frame.c (legacy_frame_p): New function.
7478 (get_prev_frame): Use legacy_frame_p.
7479 * frame.h (legacy_frame_p): Declare.
7480
7481 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7482
7483 * MAINTAINERS (write after approval): Alphabetically
7484 listing corrected.
7485
7486 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7487
7488 * MAINTAINERS (write after approval): Add myself.
7489
7490 2003-03-12 Andrew Cagney <cagney@redhat.com>
7491
7492 * frame.c (get_prev_frame): Rename the frame parameter to
7493 "this_frame".
7494 (get_next_frame, legacy_get_prev_frame): Ditto.
7495
7496 2003-03-12 Andrew Cagney <cagney@redhat.com>
7497
7498 * frame.c (get_current_frame): Check target_has_registers before
7499 checking target_has_stack.
7500 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7501 instead of deprecated_selected_frame.
7502 * findvar.c (value_of_register): Pass "frame", not
7503 deprecated_selected_frame, to value_of_builtin_reg.
7504
7505 2003-03-12 Andrew Cagney <cagney@redhat.com>
7506
7507 * regcache.c (regcache_cooked_write_signed): New function.
7508 (regcache_cooked_write_unsigned): New function.
7509 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7510 (regcache_cooked_read_signed): Fix regnum in range assertion.
7511 * regcache.h (regcache_cooked_write_signed): Declare.
7512 (regcache_cooked_write_unsigned): Declare.
7513
7514 2003-03-12 Andrew Cagney <cagney@redhat.com>
7515
7516 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7517 * gdbarch.h, gdbarch.c: Re-generate.
7518 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7519 * x86-64-tdep.h: Update.
7520 * x86-64-tdep.c (x86_64_init_abi): Update.
7521 * v850-tdep.c (v850_gdbarch_init): Update.
7522 * sparc-tdep.c (sparc_gdbarch_init): Update.
7523 * sh-tdep.c (sh_gdbarch_init): Update.
7524 * s390-tdep.c (s390_gdbarch_init): Update.
7525 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7526 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7527 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7528 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7529 * mips-tdep.c (mips_gdbarch_init): Update.
7530 * mcore-tdep.c (mcore_gdbarch_init): Update.
7531 * m68k-tdep.c (m68k_gdbarch_init): Update.
7532 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7533 * ia64-tdep.c (ia64_gdbarch_init): Update.
7534 * i386-tdep.c (i386_gdbarch_init): Update.
7535 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7536 * hppa-tdep.c (hppa_gdbarch_init): Update.
7537 * h8300-tdep.c (h8300_gdbarch_init): Update.
7538 * frv-tdep.c (frv_gdbarch_init): Update.
7539 * cris-tdep.c (cris_gdbarch_init): Update.
7540 * avr-tdep.c (avr_gdbarch_init): Update.
7541 * arm-tdep.c (arm_gdbarch_init): Update.
7542 * alpha-tdep.c (alpha_gdbarch_init): Update.
7543 * sh-tdep.c (sh_init_extra_frame_info): Update.
7544 (sh64_init_extra_frame_info): Update.
7545 * ns32knbsd-nat.c (frame_num_args): Update.
7546 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7547 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7548 (xstormy16_frame_chain_valid): Update.
7549 * vax-tdep.c (vax_saved_pc_after_call): Update.
7550 * v850-tdep.c (v850_frame_chain): Update.
7551 (v850_pop_frame): Update.
7552 (v850_init_extra_frame_info): Update.
7553 * sparc-tdep.c (setup_arbitrary_frame): Update.
7554 * ns32k-tdep.c (umax_frame_num_args): Update.
7555 * s390-tdep.c (s390_pop_frame_regular): Update.
7556 * mn10300-tdep.c (mn10300_frame_chain): Update.
7557 (mn10300_pop_frame_regular): Update.
7558 (mn10300_init_extra_frame_info): Update.
7559 * mips-tdep.c (mips_init_frame_pc_first): Update.
7560 (mips_frame_chain): Update.
7561 (mips_pop_frame): Update.
7562 * mcore-tdep.c (mcore_frame_chain): Update.
7563 (mcore_pop_frame): Update.
7564 (mcore_init_extra_frame_info): Update.
7565 * arch-utils.c (init_frame_pc_default): Update.
7566 * m68k-tdep.c (isi_frame_num_args): Update.
7567 (delta68_frame_num_args): Update.
7568 (news_frame_num_args): Update.
7569 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7570 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7571 (alpha_frame_chain): Update.
7572 (alpha_pop_frame): Update.
7573 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7574 (hppa_init_extra_frame_info): Update.
7575 (hppa_frame_chain): Update.
7576 (hppa_frame_chain_valid): Update.
7577 * cris-tdep.c (cris_init_extra_frame_info): Update.
7578 * avr-tdep.c (avr_init_extra_frame_info): Update.
7579 * arm-tdep.c (arm_frame_chain_valid): Update.
7580 (arm_init_extra_frame_info): Update.
7581 (arm_pop_frame): Update.
7582 * frame.c (frame_pc_unwind): Update.
7583 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7584 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7585 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7586 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7587 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7588 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7589
7590 2003-03-12 Andrew Cagney <cagney@redhat.com>
7591
7592 Eliminate the need for POP_FRAME.
7593 * frame.c (do_frame_unwind_register): New function.
7594 (frame_pop): When no POP_FRAME, pop the frame using register
7595 unwind and a scratch regcache.
7596 (frame_saved_regs_pop): Delete function.
7597 (trad_frame_unwinder): Update.
7598 * d10v-tdep.c (d10v_frame_pop): Delete function.
7599 (d10v_frame_unwind): Update.
7600 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7601 (sentinel_frame_unwinder): Update.
7602 * dummy-frame.c (dummy_frame_pop): Delete function.
7603 (dummy_frame_unwind): Update.
7604 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7605 (struct frame_unwind): Update.
7606
7607 2003-03-11 Kevin Buettner <kevinb@redhat.com>
7608
7609 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7610 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7611 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7612 Do range checks on register number obtained from debugging info.
7613 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7614 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7615 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7616 mapping function.
7617 (do_fp_register_row): Fix typo which caused double type to be
7618 used when attempting to unpack a float.
7619
7620 2003-03-11 J. Brobecker <brobecker@gnat.com>
7621
7622 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7623
7624 2003-03-11 Andrew Cagney <cagney@redhat.com>
7625
7626 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7627 frame. Problem found by Corinna Vinschen.
7628
7629 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7630
7631 * doublest.c (floatformat_from_length): Accept also
7632 the real size of 'long double' type.
7633
7634 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
7635
7636 From Klee Dienes <kdienes@apple.com>:
7637 * breakpoint.c (bpstat_copy): Copy the command lines as well
7638 as the old value, to match what is freed in bpstat_clear.
7639
7640 2003-03-10 David Carlton <carlton@math.stanford.edu>
7641
7642 * minsyms.c (add_minsym_to_hash_table): Replace
7643 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7644 (compare_minimal_symbols, compact_minimal_symbols)
7645 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7646 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7647 of DEPRECATED_SYMBOL_MATCHES_NAME.
7648 (lookup_minimal_symbol_solib_trampoline): Ditto.
7649
7650 2003-03-10 Andrew Cagney <cagney@redhat.com>
7651
7652 * regcache.h (regcache_cooked_read_ftype): Define.
7653 (regcache_save, regcache_restore): Add a cooked_read parameter.
7654 * regcache.c (regcache_save, regcache_restore): Update.
7655 (do_cooked_read): New function.
7656 (regcache_cpy): Pass do_cooked_read to regcache_save and
7657 regcache_restore.
7658
7659 2003-03-10 Andrew Cagney <cagney@redhat.com>
7660
7661 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7662 * gdbarch.h, gdbarch.c: Re-generate.
7663 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7664 * x86-64-tdep.h: Update.
7665 * x86-64-tdep.c (x86_64_init_abi): Update.
7666 * v850-tdep.c (v850_gdbarch_init): Update.
7667 * sparc-tdep.c (sparc_gdbarch_init): Update.
7668 * sh-tdep.c (sh_gdbarch_init): Update.
7669 * s390-tdep.c (s390_gdbarch_init): Update.
7670 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7671 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7672 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7673 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7674 * mips-tdep.c (mips_gdbarch_init): Update.
7675 * mcore-tdep.c (mcore_gdbarch_init): Update.
7676 * m68k-tdep.c (m68k_gdbarch_init): Update.
7677 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7678 * ia64-tdep.c (ia64_gdbarch_init): Update.
7679 * i386-tdep.c (i386_gdbarch_init): Update.
7680 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7681 * hppa-tdep.c (hppa_gdbarch_init): Update.
7682 * h8300-tdep.c (h8300_gdbarch_init): Update.
7683 * frv-tdep.c (frv_gdbarch_init): Update.
7684 * cris-tdep.c (cris_gdbarch_init): Update.
7685 * avr-tdep.c (avr_gdbarch_init): Update.
7686 * arm-tdep.c (arm_gdbarch_init): Update.
7687 * alpha-tdep.c (alpha_gdbarch_init): Update.
7688 * sh-tdep.c (sh_init_extra_frame_info): Update.
7689 (sh64_init_extra_frame_info): Update.
7690 * ns32knbsd-nat.c (frame_num_args): Update.
7691 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7692 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7693 (xstormy16_frame_chain_valid): Update.
7694 * vax-tdep.c (vax_saved_pc_after_call): Update.
7695 * v850-tdep.c (v850_frame_chain): Update.
7696 (v850_pop_frame): Update.
7697 (v850_init_extra_frame_info): Update.
7698 * sparc-tdep.c (setup_arbitrary_frame): Update.
7699 * ns32k-tdep.c (umax_frame_num_args): Update.
7700 * s390-tdep.c (s390_pop_frame_regular): Update.
7701 * mn10300-tdep.c (mn10300_frame_chain): Update.
7702 (mn10300_pop_frame_regular): Update.
7703 (mn10300_init_extra_frame_info): Update.
7704 * mips-tdep.c (mips_init_frame_pc_first): Update.
7705 (mips_frame_chain): Update.
7706 (mips_pop_frame): Update.
7707 * mcore-tdep.c (mcore_frame_chain): Update.
7708 (mcore_pop_frame): Update.
7709 (mcore_init_extra_frame_info): Update.
7710 * arch-utils.c (init_frame_pc_default): Update.
7711 * m68k-tdep.c (isi_frame_num_args): Update.
7712 (delta68_frame_num_args): Update.
7713 (news_frame_num_args): Update.
7714 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7715 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7716 (alpha_frame_chain): Update.
7717 (alpha_pop_frame): Update.
7718 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7719 (hppa_init_extra_frame_info): Update.
7720 (hppa_frame_chain): Update.
7721 (hppa_frame_chain_valid): Update.
7722 * cris-tdep.c (cris_init_extra_frame_info): Update.
7723 * avr-tdep.c (avr_init_extra_frame_info): Update.
7724 * arm-tdep.c (arm_frame_chain_valid): Update.
7725 (arm_init_extra_frame_info): Update.
7726 (arm_pop_frame): Update.
7727 * frame.c (frame_pc_unwind): Update.
7728 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7729 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7730 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7731 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7732 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7733 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
7734
7735 2003-03-10 Andrew Cagney <cagney@redhat.com>
7736
7737 * gdbarch.sh (gdbarch_unwind_pc): New method.
7738 * gdbarch.h, gdbarch.c: Regenerate.
7739 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7740 but use read_pc and FRAME_SAVED_PC as fall backs.
7741 (frame_saved_regs_pc_unwind): Delete function.
7742 (trad_frame_unwinder): Update.
7743 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7744 (struct frame_unwind): Update.
7745 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7746 (dummy_frame_unwind): Update.
7747 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7748 (sentinel_frame_unwinder): Update.
7749 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7750 (d10v_frame_unwind): Update.
7751 (d10v_unwind_pc): New function.
7752 (d10v_gdbarch_init): Set unwind_pc.
7753
7754 2003-03-10 Andrew Cagney <cagney@redhat.com>
7755
7756 * gdbarch.h: Re-generate.
7757
7758 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7759 PC.
7760 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7761 the PC register.
7762
7763 2003-03-08 Mark Kettenis <kettenis@gnu.org>
7764
7765 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7766
7767 2003-03-08 Andrew Cagney <cagney@redhat.com>
7768
7769 * cli-out.c: Update copyright.
7770 (cli_out_data): Define typedef. Use instead of ui_out_data.
7771
7772 2003-03-08 Andrew Cagney <cagney@redhat.com>
7773
7774 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7775 the result.
7776
7777 2003-03-07 Andrew Cagney <cagney@redhat.com>
7778
7779 * gdbarch.sh: Don't generate two macro definitions when an
7780 undefined macro taking no arguments.
7781 * gdbarch.h: Regenerate.
7782
7783 2002-03-07 Michal Ludvig <mludvig@suse.cz>
7784
7785 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7786 (x86_64_unwind_dummy_id): New functions.
7787 (x86_64_init_abi): Register these two new functions.
7788
7789 2003-03-07 Michal Ludvig <mludvig@suse.cz>
7790
7791 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
7792 (x86_64_skip_prologue): Move prologue detection to
7793 separate function.
7794 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7795
7796 2003-03-05 Andrew Cagney <cagney@redhat.com>
7797
7798 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7799 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7800 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7801 to use unwind_dummy_id when a dummy frame.
7802 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7803 predicate.
7804 * gdbarch.h, gdbarch.c: Regneerate.
7805
7806 2003-03-05 Andrew Cagney <cagney@redhat.com>
7807
7808 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7809 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7810 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7811 values.
7812
7813 2003-03-05 Andrew Cagney <cagney@redhat.com>
7814
7815 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7816 (struct d10v_unwind_cache): Delete field "frameless". Replace
7817 "next_addr" with "sp_offset". Add "r11_offset".
7818 (d10v_frame_unwind_cache): Update.
7819 (prologue_find_regs): Update. When "mv r11, sp", save the
7820 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7821 RN was saved in r11_offset.
7822
7823 2003-03-05 Andrew Cagney <cagney@redhat.com>
7824
7825 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7826 cached PC value in the next frame.
7827
7828 2003-03-05 Andrew Cagney <cagney@redhat.com>
7829
7830 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7831 "id_unwind_cache" with "id".
7832 (frame_id_unwind): Delete declaration.
7833 * frame.c (frame_id_unwind): Delete function.
7834 (get_prev_frame): Call the frame id unwind method directly. Store
7835 the returned next frame's ID value in NEXT_FRAME. Note that there
7836 is a problem with the wrong unwind ID being called with the wrong
7837 unwind cache.
7838
7839 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7840
7841 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7842
7843 2003-03-05 James Ingham <jingham@apple.com>
7844 Daniel Jacobowitz <drow@mvista.com>
7845
7846 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7847 (auto_cp_abi): New variable.
7848 (current_cp_abi, num_cp_abis): Make static.
7849 (CP_ABI_MAX): Define.
7850 (cp_abis): Turn into an array.
7851 (value_virtual_fn_field): Fix formatting.
7852 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7853 takes a pointer.
7854 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7855 (list_cp_abis, _initialize_cp_abi): New functions.
7856 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7857 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7858 switch_to_cp_abi. Update prototype for register_cp_abi.
7859 * Makefile.in (cp-abi.o): Update dependencies.
7860 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7861 instead of switch_to_cp_abi.
7862 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7863 register_cp_abi.
7864 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7865 register_cp_abi.
7866 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7867
7868 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
7869
7870 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7871 * dwarf2loc.c: Include "regcache.h".
7872 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7873 register_size.
7874 * Makefile.in (dwarf2loc.o): Update dependencies.
7875
7876 2003-03-04 Theodore A. Roth <troth@openavr.org>
7877
7878 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7879 number of io registers reported by remote target is not a multiple of
7880 step.
7881
7882 2003-03-04 David Carlton <carlton@math.stanford.edu>
7883
7884 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7885 (lookup_symbol_aux_psymtabs): Update call to
7886 lookup_partial_symbol.
7887 (lookup_transparent_type, find_main_psymtab)
7888 (make_symbol_overload_list): Ditto.
7889
7890 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7891
7892 * MAINTAINERS (Write after approval): Update my email address.
7893
7894 2003-03-03 Andrew Cagney <cagney@redhat.com>
7895
7896 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7897 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7898 predicate. Replace MAX_REGISTER_RAW_SIZE.
7899 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7900 MAX_REGISTER_VIRTUAL_SIZE.
7901 * regcache.c (legacy_max_register_raw_size): New function.
7902 (legacy_max_register_virtual_size): New function.
7903 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7904 (MAX_REGISTER_RAW_SIZE): Define.
7905 (legacy_max_register_raw_size): Declare.
7906 (legacy_max_register_virtual_size): Declare.
7907 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7908 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7909 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7910 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7911 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7912 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7913 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7914 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7915 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7916 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7917 * vax-tdep.c (vax_gdbarch_init): Update.
7918 * v850-tdep.c (v850_gdbarch_init): Update.
7919 * sparc-tdep.c (sparc_gdbarch_init): Update.
7920 * sh-tdep.c (sh_gdbarch_init): Update.
7921 * s390-tdep.c (s390_gdbarch_init): Update.
7922 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7923 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7924 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7925 * mips-tdep.c (mips_gdbarch_init): Update.
7926 * mcore-tdep.c (mcore_gdbarch_init): Update.
7927 * m68k-tdep.c (m68k_gdbarch_init): Update.
7928 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7929 * ia64-tdep.c (ia64_gdbarch_init): Update.
7930 * i386-tdep.c (i386_gdbarch_init): Update.
7931 * hppa-tdep.c (hppa_gdbarch_init): Update.
7932 * h8300-tdep.c (h8300_gdbarch_init): Update.
7933 * frv-tdep.c (frv_gdbarch_init): Update.
7934 * cris-tdep.c (cris_gdbarch_init): Update.
7935 * avr-tdep.c (avr_gdbarch_init): Update.
7936 * arm-tdep.c (arm_gdbarch_init): Update.
7937 * alpha-tdep.c (alpha_gdbarch_init): Update.
7938 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7939 max_register_raw_size or max_register_virtual_size.
7940
7941 2003-03-03 David Carlton <carlton@math.stanford.edu>
7942
7943 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7944 SYMBOL_MATCHES_NAME, add comment.
7945 (SYMBOL_MATCHES_NATURAL_NAME): New.
7946 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7947 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7948 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7949 * symtab.c (lookup_partial_symbol): Use
7950 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7951 unhelpful comment.
7952 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7953 SYMBOL_MATCHES_NAME.
7954 Fix for PR c++/33.
7955
7956 2003-03-03 David Carlton <carlton@math.stanford.edu>
7957
7958 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7959 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7960 by regexp matching against SYMBOL_NATURAL_NAME.
7961
7962 2003-03-03 David Carlton <carlton@math.stanford.edu>
7963
7964 * linespec.c (find_method): Extract code into collect_methods.
7965 (collect_methods): New.
7966
7967 2003-03-02 Mark Kettenis <kettenis@gnu.org>
7968
7969 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7970 get_frame_base.
7971
7972 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7973 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7974
7975 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7976
7977 * arch-utils.c (generic_register_byte): Fix to use the loop index
7978 and not regnum when summing the size of all registers up to regnum.
7979
7980 2003-03-01 Andrew Cagney <cagney@redhat.com>
7981
7982 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7983 FRAME_INIT_SAVED_REGS.
7984 * gdbarch.h, gdbarch.c: Regenerate.
7985 * stack.c (frame_info): Update.
7986 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7987 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7988 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7989 * ns32k-tdep.c (ns32k_pop_frame): Update.
7990 * mips-tdep.c (mips_pop_frame): Update.
7991 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7992 * ia64-tdep.c (ia64_frame_chain): Update.
7993 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7994 (ia64_frameless_function_invocation): Update.
7995 (ia64_init_extra_frame_info): Update.
7996 (ia64_pop_frame_regular): Update.
7997 * frame.h (struct frame_info): Update comment.
7998 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7999 * frame.c (frame_saved_regs_register_unwind): Update.
8000 (frame_saved_regs_register_unwind): Update.
8001 (deprecated_generic_get_saved_register): Update.
8002 * cris-tdep.c: Update comment.
8003 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
8004 Rename macro.
8005 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8006 * x86-64-tdep.c (x86_64_init_abi): Update.
8007 * vax-tdep.c (vax_gdbarch_init): Update.
8008 * v850-tdep.c (v850_gdbarch_init): Update.
8009 * sparc-tdep.c (sparc_gdbarch_init): Update.
8010 * sh-tdep.c (sh_gdbarch_init): Update.
8011 * s390-tdep.c (s390_gdbarch_init): Update.
8012 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8013 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
8014 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8015 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8016 * mips-tdep.c (mips_gdbarch_init): Update.
8017 * mcore-tdep.c (mcore_gdbarch_init): Update.
8018 * m68k-tdep.c (m68k_gdbarch_init): Update.
8019 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8020 * ia64-tdep.c (ia64_gdbarch_init): Update.
8021 * i386-tdep.c (i386_gdbarch_init): Update.
8022 * frv-tdep.c (frv_gdbarch_init): Update.
8023 * avr-tdep.c (avr_gdbarch_init): Update.
8024 * arm-tdep.c (arm_gdbarch_init): Update.
8025 * alpha-tdep.c (alpha_gdbarch_init): Update.
8026
8027 2003-03-01 Andrew Cagney <cagney@redhat.com>
8028
8029 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
8030 option enum and switch. When no windows, set the interpreter to
8031 INTERP_CONSOLE.
8032
8033 2003-03-01 Andrew Cagney <cagney@redhat.com>
8034
8035 * main.c (captured_main): Replace magic option characters with an
8036 enum.
8037
8038 2003-03-01 Andrew Cagney <cagney@redhat.com>
8039
8040 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
8041 INIT_EXTRA_FRAME_INFO.
8042 * gdbarch.h, gdbarch.c: Regenerate.
8043 * arm-tdep.c: Update comments.
8044 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
8045 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
8046 * frame.h, avr-tdep.c: Ditto.
8047 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
8048 (create_new_frame, legacy_get_prev_frame): Ditto.
8049 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
8050 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
8051 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
8052 deprecated_init_extra_frame_info instead of init_extra_frame_info.
8053 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8054 * v850-tdep.c (v850_gdbarch_init): Ditto.
8055 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8056 * sh-tdep.c (sh_gdbarch_init): Ditto.
8057 * s390-tdep.c (s390_gdbarch_init): Ditto.
8058 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
8059 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8060 * mips-tdep.c (mips_gdbarch_init): Ditto.
8061 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8062 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8063 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8064 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
8065 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8066 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8067 * frv-tdep.c (frv_gdbarch_init): Ditto.
8068 * cris-tdep.c (cris_gdbarch_init): Ditto.
8069 * avr-tdep.c (avr_gdbarch_init): Ditto.
8070 * arm-tdep.c (arm_gdbarch_init): Ditto.
8071 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8072 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8073
8074 2003-03-01 Andrew Cagney <cagney@redhat.com>
8075
8076 * gdbarch.sh (register_type): New function with predicate.
8077 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
8078 * gdbarch.h, gdbarch.c: Re-generate.
8079 * arch-utils.c (generic_register_byte): Use generic_register_size.
8080 (generic_register_size): When available, use
8081 gdbarch_register_type.
8082 * regcache.c (init_regcache_descr): When available, initialize the
8083 register type array using gdbarch_register_type. If the
8084 architecture supplies gdbarch_register_type, do not use the legacy
8085 regcache layout.
8086 * d10v-tdep.c (d10v_register_type): Replace
8087 d10v_register_virtual_type.
8088 (d10v_gdbarch_init): Set register_type instead of
8089 register_virtual_type.
8090
8091 2003-03-01 Andrew Cagney <cagney@redhat.com>
8092
8093 * Makefile.in (ax-gdb.o): Update dependencies.
8094 * ax-gdb.c: Include "regcache.h".
8095 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
8096 * findvar.c (value_of_register): Ditto.
8097 * infcmd.c (default_print_registers_info): Ditto.
8098
8099 2003-03-01 Mark Kettenis <kettenis@gnu.org>
8100
8101 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
8102 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
8103
8104 2003-03-01 Mark Kettenis <kettenis@gnu.org>
8105
8106 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
8107 of STREQ.
8108
8109 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
8110
8111 * Makefile.in (dwarf2loc.o): Update dependencies.
8112 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
8113 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
8114 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
8115 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
8116 (locexpr_tracepoint_var_ref): New function.
8117 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
8118
8119 2003-02-28 Andrew Cagney <cagney@redhat.com>
8120
8121 * regcache.c (register_size): New function.
8122 * regcache.h (register_size): Declare
8123 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
8124 max_register_size instead of MAX_REGISTER_RAW_SIZE.
8125
8126 2003-02-28 David Carlton <carlton@math.stanford.edu>
8127
8128 * linespec.c (decode_compound): Extract code into find_method.
8129 (find_method): New.
8130
8131 2003-02-28 J. Brobecker <brobecker@gnat.com>
8132
8133 * Makefile.in: Add rules to build and link in observer.o.
8134
8135 2003-02-27 J. Brobecker <brobecker@gnat.com>
8136
8137 * observer.c: Minor comments edits.
8138
8139 2003-02-27 J. Brobecker <brobecker@gnat.com>
8140
8141 * observer.h, observer.c: New file.
8142
8143 2003-02-27 Andrew Cagney <cagney@redhat.com>
8144
8145 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
8146
8147 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
8148
8149 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
8150 (M6812_OP_STS_EXT): Likewise.
8151 (m6811_prologue): Use the above to recognize prologue.
8152 (m6812_prologue): Likewise.
8153
8154 2003-02-27 David Carlton <carlton@math.stanford.edu>
8155
8156 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
8157 SYMBOL_PRINT_NAME.
8158 (compare_psymbols): Ditto.
8159 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
8160
8161 2003-02-27 Michael Snyder <msnyder@redhat.com>
8162
8163 * f-lang.c (build_fortran_types): New function.
8164 (_initialize_f_language): Gdbarch-register built-in fortran types.
8165 * doublest.c (extract_floating): Fix warning text.
8166
8167 2003-02-27 Andrew Cagney <cagney@redhat.com>
8168
8169 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
8170 predicate. Replaces PUSH_DUMMY_FRAME.
8171 * gdbarch.h, gdbarch.c: Regnerate.
8172 * valops.c (hand_function_call): Update. Call
8173 generic_push_dummy_frame directly.
8174 * vax-tdep.c (vax_gdbarch_init): Update.
8175 * sparc-tdep.c (sparc_gdbarch_init): Update.
8176 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8177 * m68k-tdep.c (m68k_gdbarch_init): Update.
8178 * hppa-tdep.c (hppa_gdbarch_init): Update.
8179 * alpha-tdep.c (alpha_gdbarch_init): Update.
8180 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8181 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
8182 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
8183 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
8184 push_dummy_frame to generic_push_dummy_frame.
8185 * v850-tdep.c (v850_gdbarch_init): Ditto.
8186 * sh-tdep.c (sh_gdbarch_init): Ditto.
8187 * s390-tdep.c (s390_gdbarch_init): Ditto.
8188 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8189 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8190 * mips-tdep.c (mips_gdbarch_init): Ditto.
8191 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8192 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8193 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8194 * i386-tdep.c (i386_gdbarch_init): Ditto.
8195 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8196 * frv-tdep.c (frv_gdbarch_init): Ditto.
8197 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8198 * cris-tdep.c (cris_gdbarch_init): Ditto.
8199 * avr-tdep.c (avr_gdbarch_init): Ditto.
8200 * arm-tdep.c (arm_gdbarch_init): Ditto.
8201
8202 2003-02-26 Kevin Buettner <kevinb@redhat.com>
8203
8204 * mips-tdep.c (show_mips_abi): New function.
8205 (_initialize_mips_tdep): Use show_mips_abi() to implement the
8206 command ``show mips abi''.
8207
8208 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8209
8210 From Elena Zannoni <ezannoni@redhat.com>
8211 * dbxread.c (process_one_symbol): Only record line 0 if one or
8212 more sline entries have been seen for the function.
8213
8214 2003-02-26 Michael Chastain <mec@shout.net>
8215
8216 * configure: Regenerate with autoconf 000227.
8217
8218 2003-02-26 Michael Chastain <mec@shout.net>
8219
8220 Close PR build/660.
8221 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
8222 for old libc5/glibc.
8223 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
8224
8225 2003-02-26 Kris Warkentin <kewarken@qnx.com>
8226
8227 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
8228 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
8229
8230 2003-02-26 Michael Chastain <mec@shout.net>
8231
8232 * configure.in: New variable HAVE_UINTPTR_T.
8233 * configure, config.in: Regenerated.
8234
8235 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
8236
8237 Fix PR build/1097.
8238 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
8239
8240 2003-02-25 Andrew Cagney <cagney@redhat.com>
8241
8242 * frame.c (get_prev_frame): Add comment on check for
8243 inside_entry_func. Only check for inside_entry_file when not a
8244 dummy and not a sentinel. Check that the new frame is not inner
8245 to the old frame.
8246
8247 2003-02-25 Andrew Cagney <cagney@redhat.com>
8248
8249 * frame.c (frame_debug): New variable.
8250 (_initialize_frame): Add "set/show debug frame" command.
8251 (get_prev_frame): When frame_debug, print reason why unwind
8252 failed.
8253
8254 2003-02-25 Michael Chastain <mec@shout.net>
8255
8256 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
8257 to avoid uintptr_t definition problems.
8258
8259 2003-02-25 David Carlton <carlton@math.stanford.edu>
8260
8261 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
8262 (SYMBOL_LINKAGE_NAME): Ditto.
8263 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
8264 SYMBOL_LINKAGE_NAME.
8265 (struct general_symbol_info): Expand comment.
8266 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
8267 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
8268 (SYMBOL_MATCHES_REGEXP): Ditto.
8269 * symtab.c (symbol_natural_name): New function.
8270 * objfiles.h: Replace all uses of SYMBOL_NAME by
8271 DEPRECATED_SYMBOL_NAME.
8272 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
8273 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
8274 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
8275 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
8276 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
8277 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
8278 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
8279 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
8280 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
8281 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
8282 * ada-exp.y: Ditto.
8283 * ada-exp.y: Update copyright.
8284 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
8285 * cp-valprint.c: Ditto.
8286
8287 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
8288
8289 * infptrace.c (detach): Do not flag error if ptrace detach fails
8290 and errno is set to ESRCH.
8291
8292 2003-02-24 Andrew Cagney <cagney@redhat.com>
8293
8294 * infptrace.c (udot_info): Change type of udot_off to long. Use
8295 paddr when printing udot_off's value.
8296
8297 2003-02-24 David Carlton <carlton@math.stanford.edu>
8298
8299 * symtab.c (make_symbol_overload_list): Only read in partial
8300 symtabs containing a matching partial symbol.
8301
8302 2003-02-24 David Carlton <carlton@math.stanford.edu>
8303
8304 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
8305 do the comparison, not strcmp.
8306 * symfile.c (compare_psymbols): Ditto.
8307 * defs.h: Declare strcmp_iw_ordered.
8308 * utils.c (strcmp_iw_ordered): New function.
8309
8310 2003-02-24 Jim Blandy <jimb@redhat.com>
8311
8312 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
8313 support, shared libs): Remove my name from here, to better reflect
8314 reality.
8315
8316 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8317
8318 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
8319 (target_ops): Add to_have_continuable_watchpoint.
8320 * target.c (update_current_target): Add INHERIT line for
8321 to_have_continuable_watchpoint.
8322 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8323 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
8324 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
8325 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
8326
8327 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
8328
8329 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
8330 maintainership.
8331
8332 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8333
8334 * solib.c (solib_open): Call target defined search function after
8335 failing with solib-search-path.
8336 * solist.h (target_so_ops): Add find_and_open_solib function hook and
8337 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
8338
8339 2003-02-24 Kris Warkentin <kewarken@qnx.com>
8340
8341 * MAINTAINERS: Add myself to Write After section.
8342
8343 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8344
8345 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
8346
8347 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
8348
8349 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
8350 (m68hc11_add_reggroups): New function.
8351 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
8352 (m68hc11_gdbarch_init): Install the reggroups.
8353 (_initialize_m68hc11_tdep): Initialize them.
8354
8355 2003-02-21 James E Wilson <wilson@tuliptree.org>
8356
8357 * MAINTAINERS: Update my email address.
8358
8359 2003-02-21 David Carlton <carlton@math.stanford.edu>
8360
8361 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
8362
8363 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
8364
8365 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
8366 * symtab.h: Add opaque declarations of struct axs_value and
8367 struct agent_expr.
8368 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
8369 (struct location_funcs): New type.
8370 (struct symbol): Add "loc" to aux_value.
8371 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
8372 * dwarf2read.c: Include "dwarf2expr.h".
8373 (dwarf2_symbol_mark_computed): New function.
8374 (read_func_scope): Use it.
8375 (var_decode_location): New function.
8376 (new_symbol): Use it.
8377 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
8378
8379 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
8380 (dwarf2expr_h, dwarf2loc_h): New variables.
8381 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
8382 (dwarf2expr.o, dwarf2loc.o): New rules.
8383 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
8384 * buildsym.c (finish_block): Handle LOC_COMPUTED and
8385 LOC_COMPUTED_ARG.
8386 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
8387 * m2-exp.y (yylex): Likewise.
8388 * printcmd.c (address_info, print_frame_args): Likewise.
8389 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
8390 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
8391 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
8392 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
8393 * symtab.c (lookup_block_symbol): Likewise.
8394
8395 2003-02-20 Adam Fedor <fedor@gnu.org>
8396
8397 * symtab.h: Remove objc_specific struct
8398 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
8399 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
8400 Have language_objc use cplus_specific struct.
8401
8402 2003-02-20 Tom Tromey <tromey@redhat.com>
8403
8404 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
8405 TYPE_NAME, when printing a String value. PR java/1075.
8406
8407 2003-02-20 Adam Fedor <fedor@gnu.org>
8408
8409 * objc-lang.h (find_methods): Remove declaration.
8410 * objc-lang.c (find_methods): Make static.
8411
8412 2003-02-20 Christopher Faylor <cgf@redhat.com>
8413
8414 * win32-nat.c (get_image_name): Check return value from
8415 ReadProcessMemory.
8416 (child_xfer_memory): Ditto.
8417
8418 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
8419
8420 * configure.in (TARGET_SYSTEM_ROOT): Set default to
8421 ${exec_prefix}/${target_alias}/sys-root. Match explicit
8422 '${exec_prefix}' (in addition to the expansion thereof) as
8423 relocatable.
8424 * configure: Rebuilt.
8425
8426 2003-02-20 David Carlton <carlton@math.stanford.edu>
8427
8428 * symtab.c (search_symbols): Revert the search_symbols part of my
8429 2002-12-23 patch. Add comment.
8430
8431 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8432
8433 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
8434 * dbxread.c (elfstab_build_psymtabs): Don't call
8435 install_minimal_symbols.
8436 (stabsect_build_psymtabs): Likewise.
8437 * elfread.c (elf_symfile_read): Call install_minimal_symbols
8438 earlier.
8439 * somread.c (som_symfile_read): Call install_minimal_symbols
8440 and do_cleanups earlier.
8441 * nlmread.c (nlm_symfile_read): Likewise.
8442 * mdebugread.c (elfmdebug_build_psymtabs): Call
8443 install_minimal_symbols and make appropriate cleanups.
8444
8445 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8446
8447 * solib.c (reload_shared_libraries): New function.
8448 (_initialize_solib): Add callbacks for ``set solib-search-path''
8449 and ``set solib-absolute-prefix''.
8450
8451 2003-02-20 David Carlton <carlton@math.stanford.edu>
8452
8453 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8454 expand comment.
8455 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8456 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8457 * ada-typeprint.c (ada_typedef_print): Ditto.
8458 * ax-gdb.c (gen_var_ref): Ditto.
8459 * breakpoint.c (print_one_breakpoint): Ditto.
8460 * buildsym.c (finish_block): Ditto.
8461 * c-valprint.c (c_val_print): Ditto.
8462 * expprint.c (print_subexp): Ditto.
8463 * findvar.c (locate_var_value): Ditto.
8464 * infcmd.c (jump_command): Ditto.
8465 * linespec.c (decode_line_2, decode_compound): Ditto.
8466 * maint.c (maintenance_translate_address): Ditto.
8467 * objc-lang.c (compare_selectors, compare_classes): Ditto.
8468 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8469 Ditto.
8470 * p-valprint.c (pascal_val_print): Ditto.
8471 * stabsread.c (define_symbol): Ditto.
8472 * stack.c (print_frame, frame_info, print_block_frame_locals)
8473 (print_frame_arg_vars, return_command): Ditto.
8474 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8475 * symmisc.c (print_symbol): Ditto.
8476 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8477 (compare_search_syms, print_symbol_info, print_msymbol_info)
8478 (rbreak_command): Ditto.
8479 * tracepoint.c (tracepoints_info): Ditto.
8480 * typeprint.c (typedef_print): Ditto.
8481 * valops.c (value_of_variable, hand_function_call): Ditto.
8482 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8483 * ada-typeprint.c: Update Copyright.
8484 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8485 * tracepoint.c, cli/cli-cmds.c: Ditto.
8486
8487 2003-02-20 Kevin Buettner <kevinb@redhat.com>
8488
8489 * frame.c (generic_unwind_get_saved_register): Make non-static.
8490 * frame.h (generic_unwind_get_saved_register): Declare.
8491 * mips-tdep.c (read_next_frame_reg): Fetch register from
8492 current regcache when frame is NULL.
8493 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8494 that must be NULL.
8495 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8496 instead of frame_register_unwind().
8497
8498 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8499
8500 * remote-sim.c (gdbsim_insert_breakpoint)
8501 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8502 code.
8503
8504 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8505
8506 * remote.c (_initialize_remote): Add commands "set/show remote
8507 hardware-watchpoint-limit" and "set/show remote
8508 hardware-breakpoint-limit".
8509 (remote_hw_watchpoint_limit): Initialize to -1.
8510 (remote_hw_breakpoint_limit): Ditto.
8511 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8512
8513 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8514
8515 * coff-pe-read.c: New file - support reading of minimal symbols from a
8516 portable executable using the export table.
8517 * coff-pe-read.h: New file.
8518 * coffread.c: Include coff-pe-read.h.
8519 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8520 debugging symbols found.
8521 * Makefile.in (SFILES): Add coff-pe-read.o.
8522 (coff_pe_read_h): Define.
8523 (COMMON_OBS): Add coff-pe-read.o.
8524 (coffread.o): Add coff_pe_read_h dependency.
8525 (coff-pe-read.o): New target.
8526
8527 2003-02-19 David Carlton <carlton@math.stanford.edu>
8528
8529 * Makefile.in (SFILES): Add block.c.
8530 (block_h): New.
8531 (COMMON_OBS): Add block.o.
8532 (block.o): New.
8533 (x86-64-tdep.o): Add $(block_h).
8534 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8535 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8536 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8537 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8538 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8539 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8540 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8541 * value.h: Add opaque declaration for struct block.
8542 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8543 * ada-lang.h: Ditto.
8544 * x86-64-tdep.c: #include "block.h"
8545 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8546 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8547 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8548 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8549 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8550 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8551 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8552 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8553 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8554 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8555 * symtab.c (block_function): Ditto.
8556 (contained_in): Ditto.
8557 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8558 block.h. Add opaque declaration for struct block.
8559 * symtab.h: Move block_function and contained_in declarations to
8560 block.h. Add opaque declarations for struct block, struct
8561 blockvector.
8562 (struct block): Move to block.h.
8563 (struct blockvector): Ditto.
8564 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8565 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8566 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8567 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8568 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8569 Ditto.
8570 * block.c: New file.
8571 * block.h: New file.
8572
8573 2003-02-19 Theodore A. Roth <troth@openavr.org>
8574
8575 * avr-tdep.c (avr_extract_return_value): Remove function.
8576 (avr_store_return_value): Remove function.
8577 (avr_extract_struct_value_address): Remove function.
8578 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8579
8580 2003-02-19 Andrew Cagney <ac131313@redhat.com>
8581
8582 * rs6000-tdep.c: Include "gdb_assert.h".
8583 (registers_e500): Add "acc" and "spefscr".
8584 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8585 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8586 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8587 really is "r0".
8588 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8589
8590 2003-02-18 Keith Seitz <keiths@redhat.com>
8591
8592 * Makefile.in: Add gdbtk-interps.c.
8593
8594 2003-02-18 Kevin Buettner <kevinb@redhat.com>
8595
8596 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8597 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8598
8599 2003-02-18 Andrew Cagney <cagney@redhat.com>
8600
8601 * symtab.h (struct objfile): Add opaque declaration.
8602
8603 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
8604
8605 From Jim Ingham <jingham@apple.com>:
8606 * dbxread.c (process_one_symbol): Use last_function_start rather
8607 than function_start_offset to find the real beginning of the
8608 current function. The latter is just the text section offset on
8609 some systems, the former is always the real function start.
8610
8611 2003-02-17 Andrew Cagney <cagney@redhat.com>
8612
8613 * configure.in: Revert ${target} != ${host}.
8614
8615 2003-02-17 Andrew Cagney <ac131313@redhat.com>
8616
8617 * configure.in (Makefile): Use the test ${target} != ${host},
8618 instead of the absence of the "nm.h" file, to determine of the
8619 configuration non-native.
8620 * configure: Regenerate.
8621
8622 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
8623
8624 From Brian Ford <ford@vss.fsi.com>
8625
8626 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8627 conditionalize tui_active test.
8628 (lookup_cmd_1): Ditto.
8629
8630 2003-02-14 Mark Kettenis <kettenis@gnu.org>
8631
8632 * configure.in: Add check for _etext.
8633 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8634 available.
8635 * config.in, configure: regenerated.
8636
8637 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
8638
8639 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8640
8641 2003-02-14 Andrew Cagney <ac131313@redhat.com>
8642
8643 * main.c (tui_version): Delete variable.
8644 (captured_main): When --tui, set interpreter_p to "tui" instead of
8645 enabling tui_version.
8646 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8647 tui_version.
8648 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8649 * cli/cli-cmds.c (disassemble_command): Ditto.
8650 * defs.h (tui_version): Delete declaration.
8651 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8652 (tui-interp.o): Add rules.
8653 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8654
8655 2003-02-14 Christopher Faylor <cgf@redhat.com>
8656
8657 * win32-nat.c (register_loaded_dll): Correctly set address range for
8658 just-loaded dll.
8659
8660 2003-02-12 Jason Molenda (jmolenda@apple.com)
8661
8662 * symmisc.c (print_objfile_statistics): Include information about
8663 the number of psymtabs and symtabs in each object file.
8664
8665 2003-02-13 Keith R Seitz <keiths@redhat.com>
8666
8667 * main.h (struct captured_main_args): Add interpreter_p.
8668 * main.c (captured_main): Initialize interpreter_p from context.
8669 * gdb.c (main): Set interpreter_p argument.
8670 * Makefile.in (gdb.o): Add dependency for interps.h.
8671
8672 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8673
8674 * event-top.c (cli_command_loop): Delete declaration.
8675 (_initialize_event_loop): Delete function setting event_loop_hook.
8676 * event-top.h (cli_command_loop): Declare. Update copyright.
8677 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8678 * interps.c (current_interp_command_loop): When event_loop_p, call
8679 cli_command_loop.
8680
8681 2003-02-12 Andrew Cagney <ac131313@redhat.com>
8682
8683 * interps.h (interp_command_loop_ftype): Change return type to
8684 void.
8685
8686 2003-02-12 Michal Ludvig <mludvig@suse.cz>
8687
8688 * x86-64-tdep.c (x86_64_extract_return_value)
8689 (x86_64_store_return_value): Use regcache instead of regbuf.
8690 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8691 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8692
8693 2003-02-11 Andrew Cagney <ac131313@redhat.com>
8694
8695 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8696 * aclocal.m4: Regenerate.
8697 * configure: Regenerate.
8698
8699 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8700 TCL_LD_SEARCH_FLAGS.
8701
8702 2003-02-10 Michal Ludvig <mludvig@suse.cz>
8703
8704 * dwarf2cfi.c: Reindented.
8705
8706 2003-02-09 Andrew Cagney <ac131313@redhat.com>
8707
8708 * interps.c (clear_interpreter_hooks): Convert function definition
8709 to ISO C.
8710
8711 2003-02-07 David Carlton <carlton@math.stanford.edu>
8712
8713 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8714
8715 2003-02-07 Kevin Buettner <kevinb@redhat.com>
8716
8717 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8718 (struct type): ...to here.
8719 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8720 field.
8721 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8722 (replace_type): Set length on all type variants for a given type.
8723
8724 2003-02-07 Andrew Cagney <ac131313@redhat.com>
8725
8726 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8727 <sys/stat.h>.
8728 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8729
8730 2003-02-06 Andrew Cagney <ac131313@redhat.com>
8731
8732 * Makefile.in (symm-nat.o): Update dependencies.
8733 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8734 (lynx-nat.o, ia64-linux-nat.): Ditto.
8735 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8736 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8737 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8738
8739 * Makefile.in (inflow_h): Define.
8740 (procfs.o, inflow.o, procfs.o): Update dependencies.
8741 * inftarg.c (child_stop): Delete extern declaration of
8742 inferior_process_group. Include "inflow.h".
8743 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8744 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8745 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8746 (our_process_group, inferior_process_group): Extern declarations.
8747
8748 * procfs.c: Include "gdb_assert.h".
8749
8750 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8751 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8752 * jv-typeprint.c (java_type_print_base): Ditto.
8753 * typeprint.c (typedef_print): Eliminate STREQ.
8754 * cli/cli-script.c (define_command, define_command): Ditto.
8755 * main.c (captured_main): Ditto.
8756 * values.c (lookup_internalvar): Ditto.
8757 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8758 within `if' conditional.
8759 * linespec.c (decode_line_2): Ditto.
8760 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8761 (bfd_openw_with_cleanup): Ditto.
8762
8763 2003-02-07 Mark Kettenis <kettenis@gnu.org>
8764
8765 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8766 legacy_extract_return_value and store_return_value to
8767 legacy_return_value.
8768
8769 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8770
8771 * win32-nat.c (get_relocated_section_addrs): New function. Find
8772 section load addresses for symbol handling in relocated DLLs.
8773 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8774
8775 2003-02-05 Fred Fish <fnf@intrinsity.com>
8776
8777 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8778 '=' and '!='.
8779 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8780 with '&' and '=='.
8781 (angel_RDI_info): Ditto.
8782 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8783 with '&' and '!='.
8784 (threads_continue_all_with_signals): Ditto.
8785
8786 2003-02-05 Jim Ingham <jingham@apple.com>
8787 Keith Seitz <keiths@redhat.com>
8788 Elena Zannoni <ezannoni@redhat.com>
8789 Andrew Cagney <ac131313@redhat.com>
8790
8791 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8792 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8793 (SUBDIR_MI_OBS): Add "mi-interp.o".
8794 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8795 (SFILES): Add "interps.c".
8796 (COMMON_OBS): Add "interps.o".
8797 (interps_h, mi_main_h): Define.
8798 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8799 (mi-main.o, main.o, event-top.o): Update dependencies.
8800 * cli/cli-interp.c: New file.
8801 * interps.h, interps.c: New files.
8802 * top.c: (gdb_init): Don't install the default interpreter, handed
8803 by captured_main.
8804 * main.c: Include "interps.h".
8805 (interpreter_p): Note that it should malloc'ed.
8806 (captured_command_loop): Call current_interp_command_loop.
8807 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8808 xfree and xstrdup when updating interpreter_p. Install the
8809 default interpreter. Add hack to stop mi1's copyright notice
8810 being encoded.
8811 * event-top.h (gdb_setup_readline): Declare.
8812 (gdb_disable_readline): Declare.
8813 * event-top.c: Include "interps.h".
8814 (display_gdb_prompt): Call current_interp_display_prompt_p.
8815 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8816 gdb_stdlog, and gdb_stdtarg.
8817 (_initialize_event_loop): Don't call gdb_setup_readline.
8818 * cli-out.c (cli_out_set_stream): New function.
8819 * cli-out.h (cli_out_set_stream): Declare.
8820
8821 2003-02-06 Mark Kettenis <kettenis@gnu.org>
8822
8823 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8824 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8825 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8826 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8827 config/i386/i386v42mp.mt: Removed.
8828
8829 2003-02-05 Mark Kettenis <kettenis@gnu.org>
8830
8831 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8832 GDB_OSABI_SOLARIS.
8833
8834 2003-02-05 Michael Chastain <mec@shout.net>
8835
8836 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8837 2.12.1 and earlier versions.
8838
8839 2003-02-05 Andrew Cagney <ac131313@redhat.com>
8840
8841 Remove orphaned hosts, targets and files.
8842 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8843 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8844 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8845 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8846 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8847 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8848 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8849 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8850 * config/sparc/tm-sp64sim.h: Delete.
8851 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8852 hosts.
8853 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8854 mips*-dec-mach3* targets.
8855
8856 2003-02-04 Michael Chastain <mec@shout.net>
8857
8858 * NEWS: Fix typo: sepcifying -> specifying.
8859
8860 2003-02-04 Michael Chastain <mec@shout.net>
8861
8862 * dwarfread.c: Add documentation on the state of dwarf-1,
8863 looking towards obsoletion.
8864
8865 2003-02-03 Michael Chastain <mec@shout.net>
8866
8867 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8868 gdb/testsuite/gdb.c++/pr-1023.exp.
8869
8870 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8871
8872 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8873 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8874
8875 * utils.c (init_page_info): Delete reference to MPW in comments.
8876 * main.c (captured_main): Delete #ifdef MPW.
8877
8878 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8879
8880 * NEWS: Note that the m32r-*-elf* is obsolete.
8881 * monitor.c (monitor_expect): Obsolete reference to m32r.
8882 * configure.tgt: Mark m32r-*-elf* as obsolete.
8883 * MAINTAINERS: Mark m32k as obsolete.
8884 * m32r-rom.c: Obsolete file.
8885 * config/m32r/m32r.mt: Obsolete file.
8886 * config/m32r/tm-m32r.h: Obsolete file.
8887 * m32r-stub.c: Obsolete file.
8888 * m32r-tdep.c: Obsolete file.
8889
8890 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8891
8892 * NEWS: Mention that the z8k-zilog-none is obsolete.
8893 * MAINTAINERS: Mark z8k as obsolete.
8894 * configure.tgt: Obsolete the z8k-*-coff* target.
8895 * config/z8k/z8k.mt: Obsolete file.
8896 * config/z8k/tm-z8k.h: Obsolete file.
8897 * z8k-tdep.c: Obsolete file.
8898
8899 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8900
8901 * NEWS: Mention that the mn10200-elf is obsolete.
8902 * configure.tgt: Obsolete mn10200-*-* target.
8903 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8904 mention that the mn10200 is obsolete.
8905 * breakpoint.h: Ditto.
8906 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8907 * config/mn10200/mn10200.mt: Obsolete file.
8908 * config/mn10200/tm-mn10200.h: Obsolete file.
8909 * mn10200-tdep.c: Obsolete file.
8910
8911 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8912
8913 * MAINTAINERS: Mark h8500 as obsolete.
8914 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8915 * findvar.c (value_from_register): Ditto.
8916 * h8500-tdep.c: Mark file as obsolete.
8917 * config/h8500/h8500.mt: Ditto.
8918 * config/h8500/tm-h8500.h: Ditto.
8919 * NEWS: Mention that h8500 is obsolete.
8920
8921 2003-02-04 David Carlton <carlton@math.stanford.edu>
8922
8923 * objfiles.c (allocate_objfile): Always set name. Add comment at
8924 start of function.
8925 * jv-lang.c (get_dynamics_objfile): Add comment.
8926
8927 2003-02-04 David Carlton <carlton@math.stanford.edu>
8928
8929 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8930 * printcmd.c (build_address_symbolic): Replace uses of
8931 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8932 SYMBOL_NAME, and asm_demangle.
8933 Update copyright.
8934
8935 2003-02-04 David Carlton <carlton@math.stanford.edu>
8936
8937 * linespec.c (decode_compound): Extract code into
8938 lookup_prefix_sym.
8939 (lookup_prefix_sym): New function.
8940
8941 2003-02-04 David Carlton <carlton@math.stanford.edu>
8942
8943 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8944 FLOAT_COERCION_BADNESS.
8945 * gdbtypes.c (rank_one_type): Replace all uses of
8946 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8947
8948 2003-02-04 Jim Blandy <jimb@redhat.com>
8949
8950 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8951 section, let dwarf_macinfo_section point to it, not
8952 dwarf_loc_section.
8953
8954 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8955
8956 Pointed out by Anton Blanchard <anton@samba.org>.
8957 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8958 (ppc_linux_at_sigtramp_return_path): Use it.
8959
8960 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
8961
8962 * defs.h (streq): Add prototype.
8963 * utils.c (streq): New function.
8964
8965 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8966 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8967 * mdebugread.c (new_symbol): Likewise.
8968 * stabsread.c (define_symbol): Likewise.
8969 * coffread.c (process_coff_symbol): Likewise.
8970 * dwarfread.c (new_symbol): Likewise.
8971
8972 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8973 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8974 here.
8975 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8976 SYMBOL_INIT_DEMANGLED_NAME.
8977 * objfiles.c: Include "hashtab.h".
8978 (allocate_objfile): Call htab_set_functions_ex for the
8979 demangled_names_hash.
8980 (free_objfile): Call htab_delete for the demangled_names_hash.
8981 * objfiles.h (struct htab): Add declaration.
8982 (struct objfile): Add demangled_names_hash.
8983 * symfile.c: Include "hashtab.h".
8984 (reread_symbols): Call htab_delete for the demangled_names_hash.
8985 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8986 SYMBOL_NAME in the bcache.
8987 * symtab.c: Include "hashtab.h". Update comments.
8988 (create_demangled_names_hash, symbol_set_names): New functions.
8989 (symbol_find_demangled_name): New function, broken out from
8990 symbol_init_demangled_names.
8991 (symbol_init_demangled_names): Use it.
8992 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8993 (SYMBOL_SET_NAMES): New macro.
8994 (symbol_set_names): Add prototype.
8995
8996 2003-02-03 Jim Blandy <jimb@redhat.com>
8997
8998 Use a single, consistent representation for an empty minimal
8999 symbol table in an objfile.
9000 * objfiles.c (terminate_minimal_symbol_table): New function.
9001 (allocate_objfile): Call it.
9002 * objfiles.h (terminate_minimal_symbol_table): New declaration.
9003 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
9004 non-NULL.
9005 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
9006 objfile has minimal symbols, compare minimal_symbol_count to zero,
9007 instead of comparing msymbols with NULL.
9008 * objfiles.c (have_minimal_symbols): Same.
9009 * solib-sunos.c (solib_add_common_symbols): Call
9010 terminate_minimal_symbol_table.
9011 * symfile.c (reread_symbols): Same.
9012
9013 2003-02-03 Kevin Buettner <kevinb@redhat.com>
9014
9015 * s390-tdep.c (s390_address_class_type_flags)
9016 (s390_address_class_type_flags_to_name)
9017 (s390_address_class_name_to_type_flags): New functions.
9018 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
9019 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
9020
9021 2003-02-03 Michael Snyder <msnyder@redhat.com>
9022
9023 * arm-tdep.c: Fix spell-o in comment.
9024
9025 2003-02-03 Michal Ludvig <mludvig@suse.cz>
9026
9027 * dwarf2cfi.c (pointer_encoding): Added new parameter.
9028 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
9029 error messages to contain BFD filename.
9030
9031 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
9032
9033 Fix PR gdb/742 gdb/743 gdb/877
9034 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
9035 (do_mixed_source_and_assembly): Use
9036 make_cleanup_ui_out_tuple_begin_end and
9037 make_cleanup_ui_out_tuple_begin_end.
9038 (do_mixed_source_and_assembly): Ditto.
9039 * thread.c (do_captured_list_thread_ids): Ditto.
9040 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
9041 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
9042 ui_out_tuple_end): Delete prototypes.
9043 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
9044 ui_out_list_end, ui_out_tuple_end): Delete.
9045
9046 From Kevin Buettner <kevinb@redhat.com>:
9047 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
9048 * ui-out.c (make_cleanup_ui_out_table_begin_end)
9049 (do_cleanup_table_end): New functions.
9050 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
9051 Use cleanups to invoke_ui_out_tuple_end().
9052 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
9053 * cli/cli-setshow.c (cmd_show_list): Use
9054 make_cleanup_ui_out_tuple_begin_end.
9055
9056 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9057
9058 * frame.c (frame_unwind_register): New function.
9059 (frame_unwind_unsigned_register): Use.
9060 (frame_unwind_signed_register): Use.
9061 (frame_read_register): New function.
9062 * frame.h (frame_unwind_register): Declare.
9063 (frame_read_register): Declare.
9064
9065 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
9066 and frame_unwind_register instead of read_memory, write_register
9067 and deprecated_write_register_bytes.
9068
9069 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9070
9071 * frame.h: Note that namelen can be negative.
9072 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
9073 NAME's length.
9074
9075 * NEWS: Mention that the d10v's `regs' command is deprecated.
9076 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
9077 (d10v_print_registers_info): New function.
9078 (show_regs): Call d10v_print_registers_info.
9079 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
9080
9081 2003-02-02 Mark Kettenis <kettenis@gnu.org>
9082
9083 * stack.c (print_frame_info): Restore call to annotate_frame_begin
9084 lost in the previous patch.
9085
9086 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9087
9088 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
9089 * stack.c (print_frame_info_base): Output complete FRAME tuple
9090 for synthesized frames.
9091
9092 2003-02-02 Andrew Cagney <ac131313@redhat.com>
9093
9094 * mips-nat.c (zerobuf): Delete.
9095 (fetch_inferior_registers): Alloc local zerobuf.
9096 (fetch_core_registers): Alloc local zerobuf.
9097 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
9098 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
9099 * thread-db.c (thread_db_store_registers): Ditto.
9100 * sh-tdep.c (sh_do_register): Ditto.
9101 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
9102 * remote-sim.c (gdbsim_store_register): Ditto.
9103 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9104 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9105 * monitor.c (monitor_supply_register): Ditto.
9106 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
9107 * mips-nat.c (fetch_inferior_registers): Ditto.
9108 * m68klinux-nat.c (fetch_register): Ditto.
9109 * lynx-nat.c (fetch_inferior_registers): Ditto.
9110 (fetch_inferior_registers): Ditto.
9111 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
9112 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
9113 (hpux_thread_store_registers): Ditto.
9114 * hppah-nat.c (fetch_register): Ditto.
9115 * hppab-nat.c (fetch_register): Ditto.
9116 * hppa-tdep.c (pa_register_look_aside): Ditto.
9117 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
9118 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
9119
9120 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9121
9122 * gdbarch.sh: Explictly specify all method levels. When a
9123 variable with an empty level, provide a non-multi-arch default.
9124 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
9125 * gdbarch.h: Re-generate.
9126 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
9127 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
9128
9129 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9130
9131 * defs.h (host_pointer_to_address): Delete declaration.
9132 (address_to_host_pointer): Delete declaration.
9133 * utils.c (host_pointer_to_address): Delete function.
9134 (address_to_host_pointer): Delete function.
9135 * procfs.c (procfs_address_to_host_pointer): New function.
9136 * procfs.c (proc_set_watchpoint): Use.
9137 (procfs_can_use_hw_breakpoint): Update comments.
9138 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
9139 (som_solib_add): Use.
9140 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
9141 * hppa-tdep.c (unwind_command): Use.
9142
9143 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9144
9145 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
9146 strlen d_name.
9147
9148 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
9149 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
9150 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
9151 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
9152 (define_symbol): Update.
9153 * symfile.c (generic_load): Remove references to nindy.
9154 * symtab.c: Remove references to nindy.
9155
9156 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9157
9158 * infcmd.c (print_float_info): Delete code conditional on
9159 FLOAT_INFO.
9160 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
9161 * config/m68k/nm-apollo68b.h: Ditto.
9162 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
9163 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
9164 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
9165
9166 2003-02-01 Mark Kettenis <kettenis@gnu.org>
9167
9168 * config/i386/tm-i386os9k.h: Removed.
9169
9170 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
9171 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
9172 they're identical to i[3456]86-*-sysv* now.
9173 * config/i386/i386v32.mh: Removed.
9174 * config/i386/xm-i386v32.h: Removed.
9175 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
9176
9177 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
9178
9179 * config/i386/i386dgux.mh: Removed.
9180 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
9181
9182 * configure.in: Fix typo.
9183 * configure: Regenerated.
9184
9185 2003-01-31 David Carlton <carlton@math.stanford.edu>
9186
9187 * dwarf2read.c (dwarf2_locate_sections): Set
9188 dwarf_ranges_section.
9189
9190 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9191
9192 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
9193 * utils.c: Update comments documenting legitimate uses of PTR.
9194
9195 * utils.c: Re-indent.
9196
9197 * config/djgpp/fnchange.lst: Delete nindy files.
9198 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
9199 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
9200 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
9201 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
9202 * nindy-share/README, nindy-share/Onindy.c: Delete files.
9203 * nindy-tdep.c, nindy-share/Makefile: Delete files.
9204 * Makefile.in (init.c): Remove nindy references.
9205 (saber_gdb): Delete rule.
9206 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
9207 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
9208 and a68v-nat.c.
9209 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
9210 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
9211 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
9212 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
9213 nindy-share/stop.h.
9214 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
9215 * saber.suppress: Delete file.
9216
9217 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
9218
9219 * dbxread.c (stabs_data): New static variable.
9220 (fill_symbuf): Support an in-memory buffer for stabs data.
9221 (stabs_seek): New function.
9222 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
9223 (read_ofile_symtab): Use stabs_seek.
9224 (elfstab_build_psymtabs): Take an asection* instead of
9225 an offset and size. Relocate the stabs data if necessary.
9226 Save the section* for dbx_psymtab_to_symtab.
9227 * dwarf2read.c: Add section variables for each debug section.
9228 (dwarf2_locate_sections): Fill them in.
9229 (dwarf2_read_section): Take an asection* argument.
9230 Relocate the section contents if necessary.
9231 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
9232 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
9233 it to dwarf2_read_section.
9234 (dwarf2_build_frame_info): Update callers.
9235 * elfread.c (elf_symfile_read): Update call to
9236 elfstab_build_psymtabs.
9237 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
9238 (DBX_STAB_SECTION): New macro.
9239 * stabsread.h (elfstab_build_psymtabs): Update prototype.
9240 * symfile.c (symfile_dummy_outputs): New function.
9241 (symfile_relocate_debug_section): New function.
9242 * symfile.h (symfile_relocate_debug_section): Add prototype.
9243
9244 2003-01-31 Richard Henderson <rth@redhat.com>
9245
9246 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
9247 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
9248 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
9249 * alpha-tdep.c (alpha_register_name): Add "unique".
9250 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
9251 (ALPHA_UNIQUE_REGNUM): New.
9252 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
9253
9254 2003-01-31 Andrew Cagney <ac131313@redhat.com>
9255
9256 * README: Remove reference to Ericsson 1800 monitor.
9257 * Makefile.in (remote-es.o): Delete rule.
9258 (ALLDEPFILES): Delete remote-es.c.
9259 * remote-es.c: Delete file.
9260 * config/m68k/es1800.mt: Delete file.
9261 * config/djgpp/fnchange.lst: Update.
9262 * configure.tgt: Delete m68*-ericsson-* target.
9263
9264 2003-01-31 Adam Fedor <fedor@gnu.org>
9265
9266 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
9267 Remove duplicate/shadowing variable of same name.
9268
9269 2003-01-30 Jim Blandy <jimb@redhat.com>
9270
9271 * symfile.c (find_separate_debug_file): Assert that the objfile's
9272 directory name we compute ends with a slash, and then assume that
9273 that's so everywhere we use it.
9274
9275 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
9276
9277 * valops.c (value_assign): Flush frame cache after stores to memory
9278 also.
9279
9280 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9281
9282 * Makefile.in (mon960-rom.o): Delete rule.
9283 * mon960-rom.c: Delete file.
9284
9285 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9286
9287 * d10v-tdep.c: Include "frame-unwind.h".
9288 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
9289 list.
9290 (next_addr, uses_frame): Delete.
9291 (struct d10v_unwind_cache): Define.
9292 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
9293 Use info instead of next_addr and uses_frame globals.
9294 (d10v_frame_init_saved_regs): Delete function.
9295 (d10v_init_extra_frame_info): Delete function.
9296 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
9297 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
9298 init_frame_pc or frame_saved_pc.
9299 (d10v_pop_frame): Delete function.
9300 (do_d10v_pop_frame): Delete function.
9301 (d10v_frame_chain): Delete function.
9302 (d10v_frame_chain_valid): Delete function.
9303 (d10v_frame_pc_unwind): New function.
9304 (d10v_frame_id_unwind): New function.
9305 (saved_regs_unwinder): New function.
9306 (d10v_frame_register_unwind): New function.
9307 (d10v_frame_pop): New function.
9308 (d10v_frame_unwind): New variable.
9309 (d10v_frame_p): New function.
9310 (d10v_frame_saved_pc): Delete function.
9311 * Makefile.in (d10v-tdep.o): Update dependencies.
9312
9313 2003-01-30 J. Brobecker <brobecker@gnat.com>
9314
9315 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
9316 causing some regressions due to a change in the default value
9317 for this macro.
9318
9319 2003-01-29 Richard Henderson <rth@redhat.com>
9320 Elena Zannoni <ezannoni@redhat.com>
9321 Daniel Jacobowitz <drow@mvista.com>
9322
9323 Fix PR gdb/961.
9324 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
9325 variables.
9326 (RANGES_SECTION): New.
9327 (dwarf_ranges_buffer): New variable.
9328 (struct comp_unit_head): Add member "die".
9329 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
9330 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
9331 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
9332 (dwarf2_locate_sections): Likewise.
9333 (dwarf2_build_psymtabs): Read .debug_ranges.
9334 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
9335 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
9336 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
9337 Look for DW_AT_ranges and return the bounding box.
9338
9339 2003-01-29 Brian Ford <ford@vss.fsi.com>
9340
9341 * win32-nat.c (cygwin_pid): Removed as unused.
9342 (child_attach): Try fall back to Cygwin pid.
9343
9344 2003-01-29 Jim Blandy <jimb@redhat.com>
9345
9346 * objfiles.h (struct objfile): Doc fix.
9347
9348 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9349
9350 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
9351 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
9352 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
9353 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
9354 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
9355 (FRAME_SAVED_PC): Change to a function with predicate.
9356 * gdbarch.h, gdbarch.c: Re-generate.
9357
9358 2003-01-28 Andrew Cagney <ac131313@redhat.com>
9359
9360 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
9361
9362 * complaints.c (complain): Delete function.
9363 * complaints.h (struct deprecated_complaint): Delete definition.
9364 (complain): Delete declaration.
9365
9366 2003-01-28 Kevin Buettner <kevinb@redhat.com>
9367
9368 * mips-tdep.c (mips_init_extra_frame_info): Return early for
9369 dummy frames.
9370
9371 2003-01-27 Andrew Cagney <ac131313@redhat.com>
9372
9373 * sentinel-frame.h, sentinel-frame.c: New files.
9374 * Makefile.in (frame.o): Update dependencies.
9375 (SFILES): Add sentinel-frame.c.
9376 (sentinel_frame_h): Define.
9377 (COMMON_OBS): Add sentinel-frame.o.
9378 (sentinel-frame.o): Specify dependencies.
9379 * frame.c: Include "sentinel-frame.h".
9380 (frame_register_unwind): Rewrite assuming that there is always a a
9381 ->next frame.
9382 (frame_register, generic_unwind_get_saved_register): Ditto.
9383 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
9384 (create_sentinel_frame, unwind_to_current_frame): New functions.
9385 (get_current_frame): Rewrite using create_sentinel_frame and
9386 unwind_to_current_frame. When possible, always create a frame.
9387 (create_new_frame): Set next to the sentinel frame.
9388 (get_next_frame): Rewrite. Don't go below the level 0 frame.
9389 (deprecated_update_frame_pc_hack): Update the next frame's PC and
9390 ID cache when necessary.
9391 (frame_saved_regs_id_unwind): Use frame_relative_level.
9392 (deprecated_generic_get_saved_register): Use frame_relative_level,
9393 get_frame_saved_regs, get_frame_pc, get_frame_base and
9394 get_next_frame.
9395 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
9396 frame_register.
9397
9398 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9399
9400 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
9401
9402 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9403
9404 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
9405 (maintenance_set_profile_cmd): Use error () instead of warning ().
9406
9407 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
9408
9409 * configure.in: Check that -pg works if using --enable-profiling.
9410 Check for monstartup and _mcleanup regardless of --enable-profiling.
9411 * maint.c: Check for monstartup and _mcleanup before using them.
9412 * config.in: Regenerated.
9413 * configure: Regenerated.
9414
9415 2003-01-24 Nick Clifton <nickc@redhat.com>
9416
9417 * Add sh2e support:
9418
9419 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9420
9421 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
9422 (sh2e_show_regs): New.
9423 (sh_gdbarch_init): Handle bfd_mach_sh2e.
9424 * config/sh/tm-sh.h: Added sh2e to comments.
9425
9426 2003-01-23 Jim Blandy <jimb@redhat.com>
9427
9428 * symfile.c (syms_from_objfile): Don't print the "(no debugging
9429 symbols found)" message here; we haven't checked for a separate
9430 debug info file yet, so we don't know yet.
9431 (symbol_file_add_with_addrs_or_offsets): Print it here, after
9432 we've looked everywhere. Also, there's no need to print a special
9433 message when we're loading the separate debug info file: the one
9434 symbol_file_add prints is fine.
9435
9436 2003-01-23 Alexander Larsson <alexl@redhat.com>
9437 Jim Blandy <jimb@redhat.com>
9438
9439 Add support for executables whose debug info has been separated
9440 out into a separate file, leaving only a link behind.
9441 * objfiles.h (struct objfile): New fields: separate_debug_objfile
9442 and separate_debug_objfile_backlink.
9443 (put_objfile_before): New declaration.
9444 * symfile.c: #include "filenames.h".
9445 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
9446 debug info in a separate file, read that, too. Save the addrs
9447 argument, so we can use it again to read the separated debug info;
9448 syms_from_objfile modifies the table we pass it.
9449 (reread_symbols): After re-reading an objfile, call
9450 reread_separate_symbols to refresh its separate debug info
9451 objfile, if it has one.
9452 (reread_separate_symbols, find_separate_debug_file,
9453 get_debug_link_info, separate_debug_file_exists): New functions.
9454 (debug_file_directory): New global var.
9455 (_initialize_symfile): Initialize debug_file_directory, and
9456 provide the new `set debug-file-directory' command to let the user
9457 change it.
9458 * objfiles.c (free_objfile): If this objfile has its debug info in
9459 a separate objfile, free that one too. If this is itself a
9460 separate debug info objfile, clear our parent's backlink.
9461 (put_objfile_before): New function.
9462 * utils.c (gnu_debuglink_crc32): New function.
9463 * defs.h (gnu_debuglink_crc32): New declaration.
9464 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9465 * configure.in: Handle --with-separate-debug-dir config option.
9466 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9467 * acconfig.h (DEBUGDIR): New macro.
9468 * configure, aclocal.m4, config.in: Regenerated.
9469
9470 2003-01-22 Jim Blandy <jimb@redhat.com>
9471
9472 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9473 like the old symbol_file_add, but taking new arguments: you can
9474 now pass in either a `struct section_addr_info' list to say where
9475 each section is loaded, or a `struct section_offsets' table. Pass
9476 these new arguments through to syms_from_objfile as appropriate.
9477 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
9478 with the appropriate quiescent values for the new arguments.
9479
9480 * symfile.c: #include "gdb_assert.h".
9481 (syms_from_objfile): Add the ability to pass in a section offset
9482 table directly, as an alternative to the section_addr_info table.
9483 Document arguments better.
9484 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9485 * symfile.h (syms_from_objfile): Update declaration.
9486 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9487 syms_from_objfile.
9488 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9489
9490 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9491
9492 Original patch by Tom Tromey <tromey@cygnus.com> and
9493 Jason Molenda <jmolenda@apple.com>.
9494 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9495 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9496 * NEWS: Mention profiling.
9497 * configure.in (--enable-gdbtk): Fix typo.
9498 (--enable-profiling): New. Set PROFILE_CFLAGS.
9499 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9500 Fill in function.
9501 (profiling_state): New variable.
9502 (mcleanup_wrapper): New function.
9503 (_initialize_maint): Remove NOTYET, fix call to
9504 add_setshow_boolean_cmd for "maint set profile".
9505 * configure: Regenerated.
9506
9507 2003-01-21 Martin M. Hunt <hunt@redhat.com>
9508
9509 * Makefile.in (install-gdbtk): Install PNG images too.
9510
9511 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9512
9513 * exec.c (text_start): Delete global variable.
9514 (exec_file_attach): Make text_start local to the function.
9515 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9516 * valops.c (hand_function_call): Delete code that handles
9517 BEFORE_TEXT_END and AFTER_TEXT_END.
9518 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9519 of CALL_DUMMY_LOCATION.
9520 * gdbarch.c: Regenerate.
9521 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9522 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9523 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9524 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9525 (text_end): Delete extern declaration.
9526
9527 2003-01-21 Andrew Cagney <ac131313@redhat.com>
9528
9529 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9530 * blockframe.c (backtrace_below_main): Move to "frame.c".
9531 (frame_chain_valid): Delete check for backtrace_below_main.
9532 (_initialize_blockframe): Delete initialization, move ``set
9533 backtrace-below-main'' command to "frame.c".
9534 (do_flush_frames_sfunc): Delete function.
9535 * frame.c: Include "command.h" and "gdbcmd.h".
9536 (frame_type_from_pc): New function.
9537 (create_new_frame): Use frame_type_from_pc.
9538 (legacy_get_prev_frame): New function.
9539 (get_prev_frame): Rewrite. When an old style frame, call
9540 legacy_get_prev_frame. Otherwize, unwind the PC first.
9541 (_initialize_frame): Add ``set backtrace-below-main'' command.
9542 * Makefile.in (frame.o): Update dependencies.
9543
9544 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9545
9546 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9547 DEPRECATED_REGISTERS_INFO.
9548
9549 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9550
9551 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9552 Maintainers'. Update `Various Maintainers'.
9553
9554 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9555
9556 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9557 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9558 Suppress actual parameters when `-'.
9559 * gdbarch.h, gdbarch.c: Regenerate.
9560
9561 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9562
9563 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9564 code handling dummy frames.
9565
9566 2003-01-19 Andrew Cagney <ac131313@redhat.com>
9567
9568 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9569 (struct frame_unwind): Add field pop.
9570 * frame.h (frame_pop): Declare.
9571 * frame.c (frame_saved_regs_pop): New function.
9572 (trad_frame_unwinder): Add frame_saved_regs_pop.
9573 (frame_pop): New function.
9574 * dummy-frame.c (dummy_frame_pop): New function.
9575 (discard_innermost_dummy): New function.
9576 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9577 (dummy_frame_unwind): Add dummy_frame_pop.
9578 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9579 * valops.c (hand_function_call): Ditto.
9580 * stack.c (return_command): Ditto.
9581
9582 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9583
9584 * cris-tdep.c: Fix function declaration indentation.
9585 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9586 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9587 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9588 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9589 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9590 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9591
9592 2003-01-18 Michael Chastain <mec@shout.net>
9593
9594 * README (Unpacking and Installation -- quick overview):
9595 Warn against ".../gdb-5.3/gdb/configure".
9596
9597 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9598
9599 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9600 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9601 (struct frame_unwind): Declare opaque.
9602 (dummy_frame_p): Declare function.
9603 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9604 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9605 * dummy-frame.c: Include "frame-unwind.h".
9606 (dummy_frame_p): New function.
9607 (dummy_frame_unwind): New variable.
9608 * frame.c: Include "frame-unwind.h".
9609 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9610 to use the new unwind field.
9611 (set_unwind_by_pc): Delete function.
9612 (create_new_frame, get_prev_frame): Set unwind field using
9613 frame_unwind_find_by_pc.
9614 (trad_frame_unwind, trad_frame_unwinder): New variables.
9615 * frame.h (trad_frame_unwind): Declare variable.
9616 (frame_id_unwind_ftype): Delete declaration.
9617 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9618 (struct frame_unwind): Declare opaque.
9619 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9620 register_unwind with a single unwind pointer.
9621 * frame-unwind.h, frame-unwind.c: New files.
9622 * Makefile.in (SFILES): Add frame-unwind.c.
9623 (frame_unwind_h): Define.
9624 (COMMON_OBS): Add frame-unwind.o.
9625 (frame-unwind.o): Specify dependencies.
9626 (frame.o, dummy-frame.o): Update dependencies.
9627
9628 2003-01-18 Andrew Cagney <ac131313@redhat.com>
9629
9630 * ada-valprint.c: Eliminate PTR.
9631 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9632 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9633 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9634 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9635 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9636 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9637 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
9638
9639 2003-01-17 Andrew Cagney <ac131313@redhat.com>
9640
9641 * main.c (captured_main): Don't use PTR.
9642 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9643 * gdbtypes.c (lookup_primitive_typename): Ditto.
9644 (lookup_struct_elt_type): Ditto.
9645 * f-valprint.c (info_common_command): Ditto.
9646 (list_all_visible_commons): Ditto.
9647 * jv-typeprint.c (java_type_print_base): Ditto.
9648
9649 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9650 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9651 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9652 i386-interix-nat.c and i386-interix-tdep.c. Rename
9653 m68klinux-nat.c and m68klinux-tdep.c. Rename
9654 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9655 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9656 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9657 * main.c (captured_main): Use xfree, not free.
9658
9659 2003-01-16 Andrew Cagney <ac131313@redhat.com>
9660
9661 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9662 ID back using a parameter.
9663 * frame.c (frame_id_unwind): Update call.
9664 (frame_saved_regs_id_unwind): Update.
9665 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9666 * dummy-frame.h (struct frame_id): Add opaque declaration.
9667 (dummy_frame_id_unwind): Update declaration.
9668
9669 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9670
9671 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9672
9673 2003-01-15 Stephen P. Smith <ischis2@cox.net>
9674
9675 * MAINTAINERS (Stephen P. Smith): Updated email address.
9676
9677 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
9678
9679 Fix PR gdb/898
9680 * breakpoint.c (until_break_command): Add new argument. Use it to
9681 decide whether to stop only at the current frame or not.
9682 * breakpoint.h (until_break_command): Update prototype.
9683 * infcmd.c (until_command): Add new argument to until_break_command
9684 call.
9685 (advance_command): New function.
9686 (_initialize_infcmd): Update help string for 'until' command.
9687 Add new 'advance' command.
9688
9689 2003-01-14 David Carlton <carlton@math.stanford.edu>
9690
9691 * linespec.c (decode_line_1): Normalize comments.
9692 (set_flags): Ditto.
9693 (locate_first_half): Ditto.
9694 (decode_compound): Ditto.
9695 (symtab_from_filename): Ditto.
9696 (decode_all_digits): Ditto.
9697 (decode_dollar): Ditto.
9698 (find_methods): Ditto.
9699 (find_toplevel_char): Ditto.
9700
9701 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9702
9703 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9704 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9705 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9706 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9707 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9708 * language.c, language.h, m32r-tdep.c: Update copyright.
9709 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9710 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9711 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9712 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9713 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9714 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9715
9716 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9717
9718 * stabsread.h (process_later, resolve_cfront_continuation):
9719 Obsolete.
9720 Update copyright years.
9721 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9722 Update copyright year.
9723 * dbxread.c(struct cont_elem): Obsolete.
9724 (process_later, process_now): Obsolete functions.
9725 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9726 Update copyright year.
9727 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9728 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9729 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9730 (parse_partial_symbols): Obsolete cfront support.
9731 * stabsread.c
9732 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9733 macros.
9734 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9735 read_cfront_baseclasses, read_cfront_member_functions,
9736 resolve_cfront_continuation,read_cfront_static_fields,
9737 copy_cfront_struct_fields): Obsolete functions.
9738 (define_symbol, read_one_struct_field): Obsolete cfront support.
9739 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9740 Update Copyright year.
9741
9742 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
9743
9744 * stack.c (print_frame_info, print_stack_frame_base_stub,
9745 print_stack_frame_base, show_and_print_stack_frame_stub,
9746 show_and_print_stack_frame, print_only_stack_frame_stub,
9747 print_only_stack_frame): Delete functions.
9748 (print_stack_frame_stub): Call print_frame_info instead of
9749 print_frame_info_base.
9750 (print_frame_info_base): Rename to print_frame_info.
9751 (backtrace_command_1): Call print_frame_info, instead of
9752 print_frame_info_base.
9753 (current_frame_command): Call print_stack_frame, instead of
9754 print_only_stack_frame.
9755 (frame_command): Call print_stack_frame, instead of
9756 show_and_print_stack_frame.
9757 (up_command): Ditto.
9758 (down_command): Ditto.
9759 * frame.h (print_only_stack_frame): Delete prototype.
9760 * infrun.c (normal_stop): Call print_stack_frame, instead of
9761 show_and_print_stack_frame.
9762 * thread.c (info_threads_command): Call print_stack_frame, instead
9763 of print_only_stack_frame.
9764
9765 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9766
9767 * README (Graphical interface to GDB): Update URL. Point at
9768 gdb/links/.
9769
9770 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9771 version match.
9772
9773 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9774
9775 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9776 lines.
9777
9778 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9779
9780 * thread-db.c (attach_thread): Prototype.
9781 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9782 thread information (ti), and valid flags (th_valid, ti_valid).
9783 (attach_thread): Move target_pid_to_str call to after the thread
9784 is added to GDB's list. Initialize the cache.
9785 (thread_get_info_callback, thread_db_map_id2thr)
9786 (thread_db_get_info): New functions.
9787 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9788 (thread_db_store_registers, thread_db_thread_alive)
9789 (thread_db_get_thread_local_address): Use them.
9790 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9791 of calling error() for threads in unknown state.
9792
9793 (clear_lwpid_callback): New function.
9794 (thread_db_resume): Use it to clear the cache.
9795
9796 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9797
9798 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9799 (resume_callback): Remove dead code.
9800
9801 2003-01-13 Andrew Cagney <ac131313@redhat.com>
9802
9803 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9804 predicate.
9805 * gdbarch.h, gdbarch.c: Regenerate.
9806 * stack.c (frame_info): Only initialize the saved registers when
9807 FRAME_INIT_SAVED_REGS_P.
9808 * frame.c (frame_saved_regs_register_unwind): Assert
9809 FRAME_INIT_SAVED_REGS_P.
9810 (deprecated_generic_get_saved_register): Ditto.
9811
9812 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9813
9814 * source.c (openp): Squelch warning about "filename".
9815
9816 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9817
9818 * source.c (openp): If the file does not exist don't necessarily
9819 search the path.
9820
9821 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9822
9823 Fix PR gdb/872.
9824 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9825 (integer_types_same_name_p): New function.
9826 (rank_one_type): Use it.
9827 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9828
9829 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9830
9831 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9832 variables.
9833 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9834 * configure.in: Add --with-sysroot.
9835 * configure: Regenerated.
9836 * main.c (gdb_sysroot): New variable.
9837 (captured_main): Initialize gdb_sysroot.
9838 * defs.h (gdb_sysroot): New extern declaration.
9839 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9840
9841 2003-01-12 Michael Chastain <mec@shout.net>
9842
9843 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9844
9845 2003-01-12 Michael Chastain <mec@shout.net>
9846
9847 * top.c (print_gdb_version): Bump copyright year to 2003.
9848
9849 2003-01-12 David Carlton <carlton@bactrian.org>
9850
9851 * linespec.c (symtab_from_filename): Rename variable 's' to
9852 'file_symtab'.
9853
9854 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9855
9856 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9857 dummy frame.
9858 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9859
9860 2003-01-12 Andrew Cagney <ac131313@redhat.com>
9861
9862 * d10v-tdep.c: Include "gdb_assert.h".
9863 (d10v_store_return_value): Rewrite to match current interface.
9864 (d10v_extract_struct_value_address): Ditto.
9865 (d10v_extract_return_value): Ditto.
9866 (d10v_gdbarch_init): Set store_restore_value,
9867 extract_struct_value_address and extract_return_value.
9868
9869 2003-01-12 J. Brobecker <brobecker@gnat.com>
9870
9871 * hpread.c (set_namestring): New procedure replacing the
9872 SET_NAMESTRING macro.
9873 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9874 by calls to set_namestring.
9875
9876 2003-01-11 J. Brobecker <brobecker@gnat.com>
9877
9878 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9879 a compilation warning.
9880 (hpread_process_one_debug_symbol): Likewise.
9881
9882 2003-01-10 David Carlton <carlton@math.stanford.edu>
9883
9884 * linespec.c (decode_line_1): Rename variable 's' to
9885 'file_symtab'.
9886 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9887 (decode_dollar): Ditto.
9888 (decode_variable): Ditto.
9889 (symbol_found): Ditto.
9890
9891 2003-01-09 Michael Chastain <mec@shout.net>
9892
9893 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9894
9895 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
9896
9897 * win32-nat.c (set_process_privilege): New function.
9898 (child_attach): Call set_process_privilege() to enable the
9899 SE_DEBUG_NAME user privilege if available in process token.
9900
9901 2003-01-10 J. Brobecker <brobecker@gnat.com>
9902
9903 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9904 compilation error in the previous revision.
9905
9906 2003-01-09 David Carlton <carlton@math.stanford.edu>
9907
9908 * linespec.c: Update copyright.
9909
9910 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
9911
9912 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9913 than inferior_ptid.
9914 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9915
9916 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9917
9918 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9919 Update comments.
9920 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9921 (frame_saved_regs_zalloc): Update.
9922 (frame_saved_regs_register_unwind): Update.
9923 (create_new_frame): Update.
9924 (get_prev_frame): Update.
9925 (frame_extra_info_zalloc): Update.
9926 (deprecated_get_frame_saved_regs): Update.
9927 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9928 * cris-tdep.c: Update comment.
9929
9930 * somsolib.h: Fix function indentation.
9931 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9932 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9933 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9934 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9935 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9936
9937 * infrun.c (follow_fork): Use ISO C definition.
9938 * expprint.c (print_subexp): Use xfree instead of free.
9939 * charset.c: Include "gdb_string.h" instead of <string.h>.
9940 (register_iconv_charsets): Use ISO C definition.
9941 (host_charset, target_charset): Ditto.
9942 * Makefile.in (charset.o): Update dependencies.
9943 (mi-cmd-env.o): Update dependencies.
9944
9945 2003-01-08 Andrew Cagney <cagney@redhat.com>
9946
9947 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9948 get_frame_base.
9949
9950 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9951
9952 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9953 build directories. Save edited gdb output in Mbuild.log. If a
9954 build fails, remove any final GDB executable.
9955
9956 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9957
9958 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9959 replacing hex constants with function names and stripping leading
9960 file name directory prefixes.
9961
9962 2003-01-08 Andrew Cagney <cagney@redhat.com>
9963
9964 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9965 get_frame_base.
9966
9967 2003-01-08 David Carlton <carlton@math.stanford.edu>
9968
9969 * linespec.c (decode_line_1): Move code into decode_variable.
9970 (decode_variable): New function.
9971
9972 2003-01-08 Andrew Cagney <ac131313@redhat.com>
9973
9974 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9975
9976 2003-01-08 Andrew Cagney <cagney@redhat.com>
9977
9978 * cris-tdep.c (cris_frame_init_saved_regs): Use
9979 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9980 saved_regs buffer.
9981 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9982 (sh64_nofp_frame_init_saved_regs): Ditto.
9983 (sh_fp_frame_init_saved_regs): Ditto.
9984 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9985 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9986 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9987 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9988
9989 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
9990
9991 * minsyms.c (lookup_minimal_symbol): Update comment.
9992 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9993 (lookup_minimal_symbol_solib_trampoline): Likewise.
9994
9995 2003-01-08 Andrew Cagney <cagney@redhat.com>
9996
9997 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9998 frame_relative_level.
9999
10000 * alpha-tdep.c: Use get_frame_extra_info.
10001 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10002 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
10003 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
10004 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
10005
10006 * alpha-tdep.c: Use get_next_frame.
10007 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10008 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10009 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
10010 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
10011 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
10012 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
10013 * xstormy16-tdep.c: Ditto.
10014
10015 2003-01-07 Andrew Cagney <cagney@redhat.com>
10016
10017 * alpha-tdep.c: Use get_frame_base.
10018 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10019 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10020 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10021 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
10022 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
10023 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10024 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
10025 * config/sparc/tm-sparc.h: Ditto.
10026
10027 2003-01-07 Andrew Cagney <cagney@redhat.com>
10028
10029 * frame.c (deprecated_get_frame_context): New function.
10030 (deprecated_set_frame_context): New function.
10031 * frame.h (deprecated_get_frame_context): Declare.
10032 (deprecated_set_frame_context): Declare.
10033 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
10034 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
10035
10036 2003-01-07 Andrew Cagney <cagney@redhat.com>
10037
10038 * frame.c (deprecated_set_frame_next_hack): New function.
10039 (deprecated_set_frame_prev_hack): New function.
10040 * frame.h (deprecated_set_frame_next_hack): Declare.
10041 (deprecated_set_frame_prev_hack): Declare.
10042 * mcore-tdep.c (analyze_dummy_frame): Use
10043 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
10044 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
10045
10046 2003-01-07 David Carlton <carlton@math.stanford.edu>
10047
10048 * linespec.c (decode_line_1): Move code into decode_dollar.
10049 (decode_dollar): New function.
10050
10051 2003-01-07 Andrew Cagney <cagney@redhat.com>
10052
10053 * arm-tdep.c (arm_init_extra_frame_info): Use
10054 deprecated_update_frame_base_hack.
10055 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
10056 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
10057 (fix_frame_pointer): Ditto.
10058 (mn10300_analyze_prologue): Ditto.
10059
10060 2003-01-07 Andrew Cagney <cagney@redhat.com>
10061
10062 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
10063 extra_info using frame_extra_info_zalloc.
10064 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
10065 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
10066 (sh64_init_extra_frame_info): Ditto.
10067 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
10068 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
10069 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
10070 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
10071 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
10072 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
10073 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
10074 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
10075 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
10076 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
10077 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
10078 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
10079
10080 * mn10300-tdep.c (analyze_dummy_frame): Use
10081 deprecated_set_frame_extra_info_hack.
10082 * mcore-tdep.c (analyze_dummy_frame): Ditto.
10083
10084 2003-01-07 J. Brobecker <brobecker@gnat.com>
10085
10086 * mdebugread.c (parse_symbol): Skip stProc entries which storage
10087 class is not scText. These do not define "real" procedures.
10088 (parse_partial_symbols): Likewise.
10089
10090 2003-01-06 Michael Snyder <msnyder@redhat.com>
10091
10092 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
10093
10094 2003-01-06 Andrew Cagney <ac131313@redhat.com>
10095
10096 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
10097 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
10098 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
10099 deprecated_frame_xmalloc_with_cleanup.
10100 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
10101 deprecated_frame_xmalloc.
10102 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
10103 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
10104
10105 2003-01-06 Andrew Cagney <cagney@redhat.com>
10106
10107 * x86-64-linux-tdep.c: Include "osabi.h".
10108 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
10109
10110 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
10111
10112 2003-01-06 Andrew Cagney <cagney@redhat.com>
10113
10114 * MAINTAINERS (Target Instruction Set Architectures): Update
10115 arm-elf. Can be built with -Werror, has been multiarched.
10116
10117 * value.h (unpack_long): Make buffer parameter constant.
10118 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
10119 * scm-lang.h (scm_parse): Ditto.
10120 * defs.h (extract_typed_address, extract_address): Ditto.
10121 (extract_long_unsigned_integer): Ditto.
10122 * inferior.h (unsigned_pointer_to_address): Ditto.
10123 (signed_pointer_to_address): Ditto.
10124 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
10125 * gdbarch.h, gdbarch.c: Regenerate.
10126 * findvar.c (extract_long_unsigned_integer): Update.
10127 (extract_address): Update.
10128 (extract_typed_address): Update.
10129 (unsigned_pointer_to_address): Update.
10130 * values.c (unpack_long): Update.
10131 (unpack_double): Update.
10132 (unpack_pointer): Update.
10133 (unpack_field_as_long): Update.
10134 * d10v-tdep.c (d10v_pointer_to_address): Update.
10135 * avr-tdep.c (avr_pointer_to_address): Update.
10136 * scm-lang.c (scm_unpack): Update.
10137 * findvar.c (signed_pointer_to_address): Update.
10138
10139 2003-01-06 Michal Ludvig <mludvig@suse.cz>
10140
10141 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
10142 since it is in i386-tdep.c.
10143
10144 2003-01-06 J. Brobecker <brobecker@gnat.com>
10145
10146 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
10147 failure introduced in the previous change.
10148
10149 2003-01-05 Michael Chastain <mec@shout.net>
10150
10151 * README: Remove references to deleted remote-*.c files:
10152 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
10153 remote-nrom.c, remote-os9k.c, remote-udi.c.
10154
10155 2003-01-05 Mark Kettenis <kettenis@gnu.org>
10156
10157 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
10158 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
10159 i386_get_longjmp_target.
10160
10161 2003-01-05 Andrew Cagney <ac131313@redhat.com>
10162
10163 * arm-tdep.c (prologue_cache): Change to a pointer.
10164 (_initialize_arm_tdep): Allocate prologue_cache.
10165 (check_prologue_cache): Update.
10166 (save_prologue_cache): Update.
10167 (arm_gdbarch_init): Update.
10168
10169 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10170
10171 * stabsread.c (update_method_name_from_physname): Call complaint()
10172 instead of error.
10173
10174 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10175
10176 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
10177 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
10178 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
10179
10180 * blockframe.c: Include "gdbcmd.h" and "command.h".
10181 (backtrace_below_main): New variable.
10182 (file_frame_chain_valid, func_frame_chain_valid)
10183 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
10184 (generic_func_frame_chain_valid): Remove functions.
10185 (frame_chain_valid, do_flush_frames_sfunc): New functions.
10186 (_initialize_blockframe): New function.
10187 * Makefile.in (blockframe.o): Update dependencies.
10188 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
10189 comment. Call frame_chain_valid ().
10190 * frame.h: Remove old prototypes. Add prototype for
10191 frame_chain_valid and update comments to match.
10192 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
10193 Remove old comment.
10194 * gdbarch.h: Regenerated.
10195 * gdbarch.c: Regenerated.
10196
10197 * alpha-tdep.c (alpha_gdbarch_init): Don't call
10198 set_gdbarch_frame_chain_valid.
10199 * avr-tdep.c (avr_gdbarch_init): Likewise.
10200 * cris-tdep.c (cris_gdbarch_init): Likewise.
10201 * frv-tdep.c (frv_gdbarch_init): Likewise.
10202 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
10203 * i386-tdep.c (i386_svr4_init_abi): Likewise.
10204 (i386_nw_init_abi): Likewise.
10205 (i386_gdbarch_init): Likewise.
10206 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
10207 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
10208 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
10209 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
10210 * mips-tdep.c (mips_gdbarch_init): Likewise.
10211 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
10212 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
10213 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
10214 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10215 * s390-tdep.c (s390_gdbarch_init): Likewise.
10216 * sh-tdep.c (sh_gdbarch_init): Likewise.
10217 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10218 * v850-tdep.c (v850_gdbarch_init): Likewise.
10219 * vax-tdep.c (vax_gdbarch_init): Likewise.
10220 * x86-64-tdep.c (x86_64_init_abi): Likewise.
10221
10222 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
10223 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
10224 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
10225 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
10226 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
10227 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
10228 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
10229 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
10230
10231 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10232
10233 * Makefile.in (acconfig_h): Remove incorrect macro.
10234 (config_h): Define.
10235 (osabi.o): Update dependencies.
10236 * configure.tgt: Set gdb_osabi based on target triplet.
10237 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
10238 * configure: Regenerated.
10239 * config.in: Regenerated.
10240 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
10241 (GDB_OSABI_DEFAULT): Define if not already defined.
10242 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
10243 (set_osabi_string): New variables.
10244 (gdbarch_register_osabi): Add new OS ABI to
10245 gdb_osabi_available_names.
10246 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
10247 (set_osabi, show_osabi): New functions.
10248 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
10249
10250 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10251
10252 * arch-utils.c (gdbarch_info_init): Set osabi to
10253 GDB_OSABI_UNINITIALIZED.
10254 * gdbarch.sh: Add osabi to struct gdbarch and to struct
10255 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
10256 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
10257 * gdbarch.c: Regenerated.
10258 * gdbarch.h: Regenerated.
10259 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
10260 there's no BFD.
10261 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
10262 * osabi.h (enum gdb_osabi): Move to defs.h.
10263 (gdbarch_init_osabi): Update prototype.
10264 * defs.h (enum gdb_osabi): Moved here.
10265 * Makefile.in: Update dependencies.
10266
10267 * alpha-tdep.h: Don't include "osabi.h".
10268 (struct gdbarch_tdep): Remove osabi member.
10269 * alpha-tdep.c: Include "osabi.h".
10270 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10271 iterate over arches. Update call to gdbarch_init_osabi.
10272 (alpha_dump_tdep): Don't dump osabi.
10273 * alpha-linux-tdep.c: Include "osabi.h".
10274 * alpha-osf1-tdep.c: Include "osabi.h".
10275 * alphafbsd-tdep.c: Include "osabi.h".
10276 * alphanbsd-tdep.c: Include "osabi.h".
10277
10278 * arm-tdep.h: Don't include "osabi.h".
10279 (struct gdbarch_tdep): Remove osabi member.
10280 * arm-tdep.c: Include "osabi.h".
10281 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10282 iterate over arches. Update call to gdbarch_init_osabi.
10283 (arm_dump_tdep): Don't dump osabi.
10284 * arm-linux-tdep.c: Include "osabi.h".
10285 * armnbsd-tdep.c: Include "osabi.h".
10286
10287 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
10288 Update call to gdbarch_init_osabi.
10289
10290 * i386-tdep.h: Don't include "osabi.h".
10291 (struct gdbarch_tdep): Remove osabi member.
10292 * i386-tdep.c: Include "osabi.h".
10293 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10294 iterate over arches. Update call to gdbarch_init_osabi.
10295 (i386_dump_tdep): Don't dump osabi.
10296 * i386-linux-tdep.c: Include "osabi.h".
10297 * i386-sol2-tdep.c: Include "osabi.h".
10298 * i386bsd-tdep.c: Include "osabi.h".
10299 * i386gnu-tdep.c: Include "osabi.h".
10300 * i386ly-tdep.c: Include "osabi.h".
10301 * i386nbsd-tdep.c: Include "osabi.h".
10302 * i386obsd-tdep.c: Include "osabi.h".
10303
10304 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
10305 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10306 check osabi when iterating over arches. Update call to
10307 gdbarch_init_osabi.
10308 (mips_dump_tdep): Don't dump osabi.
10309
10310 * ns32k-tdep.h: Don't include "osabi.h".
10311 (struct gdbarch_tdep): Remove.
10312 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
10313 gdbarch_lookup_osabi. Don't iterate over arches. Don't
10314 allocate tdep. Update call to gdbarch_init_osabi.
10315 (ns32k_dump_tdep): Remove.
10316 (_initialize_ns32k_tdep): Update call to gdbarch_register.
10317 * ns32knbsd-tdep.c: Include "osabi.h".
10318
10319 * ppc-tdep.h: Don't include "osabi.h".
10320 (struct gdbarch_tdep): Remove osabi member.
10321 * rs6000-tdep.c: Include "osabi.h".
10322 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
10323 osabi when iterating over arches. Update call to
10324 gdbarch_init_osabi.
10325 (rs6000_dump_tdep): Don't dump osabi.
10326 * ppc-linux-tdep.c: Include "osabi.h".
10327 * ppcnbsd-tdep.c: Include "osabi.h".
10328
10329 * sh-tdep.h: Don't include "osabi.h".
10330 (struct gdbarch_tdep): Remove osabi member.
10331 * sh-tdep.c: Include "osabi.h".
10332 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10333 iterate over arches. Update call to gdbarch_init_osabi.
10334 (sh_dump_tdep): Don't dump osabi.
10335 * shnbsd-tdep.c: Include "osabi.h".
10336
10337 * sparc-tdep.c: Include "osabi.h".
10338 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10339 iterate over arches. Update call to gdbarch_init_osabi.
10340 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
10341 tdep structure.
10342
10343 * vax-tdep.h: Don't include "osabi.h".
10344 (struct gdbarch_tdep): Remove.
10345 * vax-tdep.c: Include "osabi.h".
10346 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10347 iterate over arches. Don't allocate tdep. Update call
10348 to gdbarch_init_osabi.
10349 (vax_dump_tdep): Remove.
10350 (_initialize_vax_tdep): Update call to gdbarch_register.
10351
10352 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10353
10354 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
10355 entirely.
10356 (breakpoint_re_set_one): Don't fetch the value for a disabled
10357 watchpoint.
10358
10359 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10360
10361 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
10362 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
10363 (COERCE_FLOAT_TO_DOUBLE): Remove.
10364 * gdbarch.c: Regenerate.
10365 * gdbarch.h: Regenerate.
10366 * Makefile.in: Remove value_h from gdbarch_h.
10367 * valops.c (coerce_float_to_double): New variable.
10368 (default_coerce_float_to_double): Remove.
10369 (standard_coerce_float_to_double): Remove.
10370 (value_arg_coerce): Use coerce_float_to_double.
10371 (_initialize_valops): Add "set coerce-float-to-double".
10372 * value.h (default_coerce_float_to_double): Remove prototype.
10373 (standard_coerce_float_to_double): Remove prototype.
10374
10375 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
10376 prototyped.
10377 * mdebugread.c (parse_symbol): Likewise.
10378 * stabsread.c (define_symbol): Mark all functions as prototyped.
10379
10380 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
10381 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
10382 set_gdbarch_coerce_float_to_double.
10383 * arm-tdep.c (arm_gdbarch_init): Likewise.
10384 * frv-tdep.c (frv_gdbarch_init): Likewise.
10385 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
10386 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
10387 * mips-tdep.c (mips_gdbarch_init): Likewise.
10388 (mips_coerce_float_to_double): Remove.
10389 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10390 (rs6000_coerce_float_to_double): Remove.
10391 * s390-tdep.c (s390_gdbarch_init): Likewise.
10392 * sh-tdep.c (sh_gdbarch_init): Likewise.
10393 (sh_coerce_float_to_double): Remove.
10394 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10395 (sparc_coerce_float_to_double): Remove.
10396 * v850-tdep.c (v850_gdbarch_init): Likewise.
10397 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10398 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10399 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
10400 (hppa_coerce_float_to_double): Remove prototype.
10401 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10402
10403 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10404
10405 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
10406
10407 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10408
10409 Suggested by Stewart Brown <sb24@avaya.com>:
10410 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
10411 in recursive calls. Handle TYPE_CODE_TYPEDEF.
10412 (c_type_print_varspec_suffix): Likewise.
10413
10414 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10415
10416 * configure.in: Don't set and AC_SUBST SUBDIRS.
10417 * configure: Regenerated.
10418
10419 * configure.in: Remove code dealing with shared libraries.
10420 * Makefile.in: Remove HLDFLAGS and HLDENV.
10421 * configure: Regenerated.
10422
10423 2003-01-04 Andrew Cagney <ac131313@redhat.com>
10424
10425 * frame.c (deprecated_frame_xmalloc): New function.
10426 (deprecated_set_frame_saved_regs_hack): New function.
10427 (deprecated_set_frame_extra_info_hack): New function.
10428 * frame.h (deprecated_frame_xmalloc): Declare.
10429 (deprecated_set_frame_saved_regs_hack): Declare.
10430 (deprecated_set_frame_extra_info_hack): Declare.
10431
10432 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10433
10434 * configure.in: Move code that provides the --enable-gdbtk option
10435 right after the code that handles the --enable-tui option, and
10436 polish it somewhat.
10437 * configure: Regenerated.
10438
10439 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
10440 AC_CHECK_FUNCS and remove the old check for pread64.
10441 * acinclude.m4 (AC_GNU_SOURCE): New macro.
10442 * acconfig.h (_GNU_SOURCE): Add.
10443 (HAVE_PREAD64): Remove.
10444 * configure, aclocal.m4, config.in: Regenerated.
10445
10446 2003-01-03 Andrew Cagney <ac131313@redhat.com>
10447
10448 * alpha-tdep.c: Use get_frame_saved_regs.
10449 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10450 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10451 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10452 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10453 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10454
10455 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10456
10457 * configure.in: Remove all use of the SUBDIRS variable; add
10458 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10459 code providing the --enable-multi-ice option, and move it right in
10460 front of the code that checks whether gdbserver is supported.
10461 Polish that too.
10462 * configure: Regenerated.
10463 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10464 @SUBDIRS@.
10465
10466 2003-01-03 Andrew Cagney <cagney@redhat.com>
10467
10468 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10469 * avr-tdep.c, cris-tdep.c: Ditto.
10470 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10471 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10472
10473 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10474
10475 * configure.in: Remove --enable-netrom option.
10476 * configure: Regenerated.
10477
10478 2003-01-03 Mark Kettenis <kettenis@gnu.org>
10479
10480 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10481 declaration for `struct re_pattern_buffer' instead.
10482 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10483
10484 2003-01-03 J. Brobecker <brobecker@gnat.com>
10485
10486 * mdebugread.c (parse_symbol): Count until the stEnd matching
10487 the structure name.
10488
10489 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10490
10491 * configure.in: Remove --with-cpu option.
10492 subscripts. Remove evil changequotes here.
10493 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10494 * config.in, configure: Regenerated.
10495
10496 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10497 * configure.in: Cleanup section that sources GDB and BFD configure
10498 subscripts. Remove evil changequotes here.
10499 * config.in, configure: Regenerated.
10500
10501 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10502
10503 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10504 frame accessor methods.
10505 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10506 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10507 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10508 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10509 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10510 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10511 * z8k-tdep.c: Ditto.
10512
10513 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10514
10515 * configure.in: Remove UI_OUT configuration code.
10516 * ada-lang.c: Update assuming UI_OUT is always true.
10517 * Makefile.in (UIOUT_CFLAGS): Remove.
10518 * configure: Regenerated.
10519 * TODO: Remove blurb about elimination of -DUI_OUT.
10520
10521 * configure.in: Move code that provides the --enable-gdbcli,
10522 --enable-gdbmi options right before the code that handles the
10523 --enable-tui option. Polish a bit.
10524 * configure: Regenerated.
10525
10526 * configure.in: Rewrite check for GNU regex and the
10527 --without-included regex option, and move it into the "Checks for
10528 library functions" section. This makes us use the system regex
10529 again by default on systems with version 2 of the GNU C library.
10530 This was apparently broken.
10531 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10532 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10533 * config.in, configure: Regenerated.
10534
10535 * configure.in: Move code that provides the --enable-tui option
10536 before the "Checks for libraries" section. Polish the code
10537 somewhat and set need_curses to yes if we build the TUI. Rewrite
10538 code that looks for a library providing termcap functionality to
10539 match more closely what's done in the Readline library, and move
10540 it into to the "Checks for libraries" section.
10541 * configure: Regenerated.
10542 * Makefile.in (TERMCAP): Remove variable.
10543 * config/i386/go32.mh (TERMCAP): Remove variable.
10544
10545 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10546
10547 * MAINTAINERS: Mention gdb_mbuild.sh.
10548 * gdb_mbuild.sh: Rewrite.
10549
10550 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10551
10552 * configure.in: Fix typo in last change.
10553 * config.in, configure: Regenerated.
10554
10555 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10556
10557 * valarith.c (value_binop): Delete obsolete code and comments.
10558 * configure.host: Ditto.
10559 * buildsym.h (make_blockvector): Ditto.
10560 * buildsym.c (make_blockvector): Ditto.
10561 * defs.h (enum language): Ditto.
10562 (chill_demangle): Ditto.
10563 * elfread.c (elf_symtab_read): Ditto.
10564 * dwarfread.c (CHILL_PRODUCER): Ditto.
10565 (set_cu_language): Ditto.
10566 (handle_producer): Ditto.
10567 * expprint.c (print_subexp): Ditto.
10568 * gdbtypes.c (chill_varying_type): Ditto.
10569 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10570 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10571 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10572 (chill_varying_type): Ditto.
10573 * language.h (_LANG_chill): Ditto.
10574 * language.c (binop_result_type, integral_type): Ditto.
10575 (character_type, string_type, structured_type): Ditto.
10576 (lang_bool_type, binop_type_check): Ditto.
10577 * stabsread.h (os9k_stabs): Ditto.
10578 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10579 (define_symbol, read_type, read_struct_fields): Ditto.
10580 (read_array_type, read_enum_type, read_huge_number): Ditto.
10581 (read_range_type, start_stabs): Ditto.
10582 * symfile.c (init_filename_language_table): Ditto.
10583 (add_psymbol_with_dem_name_to_list): Ditto.
10584 * symtab.c (symbol_init_language_specific): Ditto.
10585 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10586 * symtab.h (struct general_symbol_info): Ditto.
10587 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10588 * typeprint.c (typedef_print): Ditto.
10589 * utils.c (fprintf_symbol_filtered): Ditto.
10590 * valops.c (value_cast, search_struct_field, value_slice): Delete
10591 obsolete code.
10592 (varying_to_slice): Delete function.
10593 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10594 (varying_to_slice): Delete declaration.
10595 * MAINTAINERS: Update.
10596
10597 2003-01-02 Mark Kettenis <kettenis@gnu.org>
10598
10599 * configure.in: Reorganize "Checks for library functions section"
10600 a bit. Remove check for `btowc' and `isascii' functions.
10601 * configure: Regenerated.
10602
10603 * acconfig.h (_MSE_INT_H): Remove.
10604 * configure.in: Create "Checks for header files" section, and move
10605 appropriate tests there. Don't check for objlist.h, wchar.h,
10606 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10607 misdetection fix. Also add "Checks for types", "Checks for
10608 compiler characteristics" and "Checks for library functions"
10609 sections.
10610 * config.in, configure: Regenerated.
10611
10612 * configure.in: Create "Checks for programs" section, and move
10613 appropriate tests there.
10614
10615 2003-01-01 Mark Kettenis <kettenis@gnu.org>
10616
10617 * configure.in: Create "Checks for libraries" section, and move
10618 appropriate tests there. Cleanup check for wctype in libw. Use
10619 AC_SEARCH_LIBS to see whether we need libsocket.
10620 * configure: Regenerated.
10621
10622 For older changes see ChangeLog-2002
10623 \f
10624 Local Variables:
10625 mode: change-log
10626 left-margin: 8
10627 fill-column: 74
10628 version-control: never
10629 End: