2003-06-09 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-06-09 Andrew Cagney <cagney@redhat.com>
2
3 * vax-tdep.c (vax_frame_locals_address): Delete function.
4 (vax_gdbarch_init): Do not set frame_locals_address.
5 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6 (m68hc11_gdbarch_init): Do not set frame_locals_address.
7 * s390-tdep.c (s390_frame_args_address): Delete function.
8 (s390_gdbarch_init): Do not set frame_args_address or
9 frame_locals_address.
10 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
11 (ns32k_gdbarch_init): Do not set frame_locals_address.
12 * hppa-tdep.c (hppa_frame_args_address): Delete function.
13 (hppa_frame_locals_address): Delete function.
14 (hppa_gdbarch_init): Do not set frame_args_address, or
15 frame_locals_address.
16 * arm-tdep.c (arm_frame_args_address): Delete.
17 (arm_frame_locals_address): Delete.
18 (arm_gdbarch_init): Do not set frame_args_address, or
19 frame_locals_address.
20
21 2003-06-09 Andrew Cagney <cagney@redhat.com>
22
23 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
24 * gdbarch.h, gdbarch.c: Re-generate.
25 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
26 * arch-utils.c (frame_num_args_unknown): Delete function.
27 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
28 (frame_info): Use FRAME_NUM_ARGS_P.
29 * arm-tdep.c (arm_frame_num_args): Delete function.
30 (arm_gdbarch_init): Do not set frame_num_args.
31 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
32 * hppa-tdep.c (hppa_frame_num_args): Delete function.
33 (hppa_gdbarch_init): Do not set frame_num_args.
34 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
35 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
36 frame_num_args to default frame_num_args_unknown.
37 * v850-tdep.c (v850_gdbarch_init): Ditto.
38 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
39 * sh-tdep.c (sh_gdbarch_init): Ditto.
40 * s390-tdep.c (s390_gdbarch_init): Ditto.
41 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
42 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
43 * mips-tdep.c (mips_gdbarch_init): Ditto.
44 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
45 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
46 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
47 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
48 * i386-tdep.c (i386_gdbarch_init): Ditto.
49 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
50 * frv-tdep.c (frv_gdbarch_init): Ditto.
51 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
52 * cris-tdep.c (cris_gdbarch_init): Ditto.
53 * avr-tdep.c (avr_gdbarch_init): Ditto.
54 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
55
56 2003-06-09 Andrew Cagney <cagney@redhat.com>
57
58 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
59 (print_frame_args): Moved to "stack.c".
60 * stack.c: Include "gdb_assert.h".
61 (print_frame_nameless_args): Moved from "printcmd.c", made static.
62 (print_frame_args): Moved from "printcmd.c".
63 * frame.h (print_frame_args): Delete declaration.
64 * Makefile.in (stack.o): Update dependencies.
65
66 2003-06-08 Andrew Cagney <cagney@redhat.com>
67
68 * frame.c (get_prev_frame): Remove reference to
69 frame_args_address_correct in comments.
70 * frame-base.c (default_frame_args_address): Delete code
71 conditional on FRAME_ARGS_ADDRESS_CORRECT.
72 * vax-tdep.c (vax_frame_args_address_correct): Delete.
73 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
74 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
75 (vax_frame_args_address_correct): Delete declaration.
76
77 2003-06-08 Andrew Cagney <cagney@redhat.com>
78
79 * gdbarch.sh (UNWIND_SP): Add.
80 * gdbarch.h, gdbarch.c: Re-generate.
81 * frame.c (frame_sp_unwind): New function.
82 (get_frame_sp): New function.
83 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
84 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
85 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
86 value.
87 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
88 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
89
90 2003-06-08 Andrew Cagney <cagney@redhat.com>
91
92 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
93 REMOTE_BREAKPOINT.
94 * remote.c: Update.
95 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
96 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
97 * config/m68k/tm-sun3.h: Update.
98 * config/m68k/tm-m68klynx.h: Update.
99 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
100
101 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
102 trad_frame". Update comments.
103 * d10v-tdep.c (struct d10v_unwind_cache): Update.
104 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
105 (trad_frame_register_value, trad_frame_prev_register): Update.
106
107 2003-06-08 Andrew Cagney <cagney@redhat.com>
108
109 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
110 from GCC's acinclude.m4.
111 * configure.in: Check for getopt's delcaration.
112 * aclocal.m4, config.in, configure: Re-generate.
113 * main.c (error_init): Delete declaration.
114 * defs.h (error_init): Declare.
115 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
116 (rs6000_convert_from_func_ptr_addr): Make static.
117 (_initialize_rs6000_tdep): Add declaration.
118 * cli/cli-cmds.c (dont_repeat): Delete declaration.
119 (show_commands, set_verbose, show_history): Delete declaration.
120 * top.h (set_verbose): Add declaration.
121 (show_history, set_history, show_commands): Add declaration.
122 (do_restore_instream_cleanup): Add declaration.
123 * objc-lang.c (specialcmp): Make static.
124 (print_object_command): Make static.
125 (find_objc_msgsend): Make static.
126 (find_objc_msgcall_submethod_helper): Make static.
127 (find_objc_msgcall_submethod): Make static.
128 (_initialize_objc_language): Add declaration.
129 (find_implementation_from_class): Make static.
130 (find_implementation): Make static.
131 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
132 * objc-lang.h (lookup_struct_typedef): Add declaration.
133 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
134 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
135 (do_restore_user_call_depth): Make static.
136 (do_restore_instream_cleanup): Delete declaration.
137 (dont_repeat): Delete declaration.
138 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
139 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
140 * reggroups.c (_initialize_reggroup): Add declaration.
141 * cp-support.c (_initialize_cp_support): Add declaration.
142 * cp-abi.c (_initialize_cp_abi): Add declaration.
143 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
144 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
145 (_initialize_gnu_v3_abi): Add declaration.
146 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
147 (_initialize_gnu_v2_abi): Add declaration.
148 * frame-base.c (_initialize_frame_base): Add declaration.
149 * doublest.c (floatformat_from_length): Make static.
150 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
151 * frame.c (create_sentinel_frame): Make static.
152 (_initialize_frame): Add declaration.
153 * top.c (do_catch_errors): Make static.
154 (gdb_rl_operate_and_get_next_completion): Make static.
155 * typeprint.c: Include "typeprint.h".
156 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
157 (sentinel_frame_this_id): Make static.
158 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
159 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
160 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
161 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
162 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
163 * maint.c (maintenance_print_architecture): Make static.
164 * signals/signals.c (_initialize_signals): Add declaration.
165 * std-regs.c (_initialize_frame_reg): Add declaration.
166 * jv-exp.y (push_variable): ISO C definition.
167 (push_qualified_expression_name): Ditto.
168 * memattr.c (_initialize_mem): Add declaration.
169 * remote.c (remote_check_watch_resources): Make static.
170 (remote_stopped_by_watchpoint): Make static.
171 (remote_stopped_data_address): Make static.
172 * d10v-tdep.c (nr_dmap_regs): Make static.
173 (a0_regnum): Make static.
174 (d10v_frame_unwind_cache): Make static.
175 (d10v_frame_p): Make static.
176 * osabi.c (show_osabi): Make static.
177 (_initialize_gdb_osabi): Add extern declaration.
178 * gdbtypes.c (make_qualified_type): Make static.
179 (safe_parse_type): Make static.
180 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
181 * macrotab.c (macro_bcache_free): Make static.
182 * interps.c (interp_set_quiet): Make static.
183 (interpreter_exec_cmd): Make static.
184 * stack.h (select_frame_command): New file.
185 * stack.c: Include "stack.h".
186 (select_frame_command_wrapper): Delete function.
187 (select_frame_command): Make global.
188 * infcall.c: Include "infcall.h".
189 * linespec.c: Include "linespec.h".
190 * symfile.c (sections_overlap): Make static.
191 * cp-support.h (cp_initialize_namespace): ISO C declaration.
192 * charset.c (_initialize_charset): Add missing prototype.
193 * regcache.c (init_legacy_regcache_descr): Make static.
194 (do_regcache_xfree): Make static.
195 (regcache_xfer_part): Make static.
196 (_initialize_regcache): Add missing prototype.
197 * breakpoint.c (parse_breakpoint_sals): Make static.
198 (breakpoint_sals_to_pc): Make static.
199 * interps.h (clear_interpreter_hooks): ISO C declaration.
200 * Makefile.in (stack_h): Define.
201 (stack.o, typeprint.o, mi-main.o): Update dependencies.
202 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
203
204 2003-06-08 Andrew Cagney <cagney@redhat.com>
205
206 * Makefile.in (d10v-tdep.o): Update dependencies.
207 (SFILES): Add trad-frame.c.
208 (trad_frame_h): Define.
209 (COMMON_OBS): Add trad-frame.o.
210 (trad-frame.o): Specify dependencies.
211 * d10v-tdep.c: Include "trad-frame.h".
212 (saved_regs_unwinder): Delete function.
213 (d10v_frame_prev_register): Use trad_frame_prev_register.
214 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
215 trad_frame", delete "regs" and "prev_sp".
216 (prologue_find_regs): Use trad-frame.
217 * trad-frame.h, trad-frame.c: New files.
218
219 2003-06-08 Mark Kettenis <kettenis@gnu.org>
220
221 * dwarf2cfi.c, dwarf2cfi.h: Remove.
222
223 2003-06-07 Adam Fedor <fedor@gnu.org>
224
225 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
226 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
227 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
228 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
229 resolve_msgsend_super, resolve_msgsend_super_stret):
230 Use it.
231
232 2003-06-07 Andrew Cagney <cagney@redhat.com>
233
234 * symfile.h: Re-indent, clean up comments.
235
236 2003-06-07 Andrew Cagney <cagney@redhat.com>
237
238 * inferior.h (deprecated_write_sp): Replace
239 generic_target_write_sp.
240 * regcache.c (deprecated_write_sp): Replace
241 generic_target_write_sp.
242 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
243 * vax-tdep.c (vax_gdbarch_init): Update.
244 * v850-tdep.c (v850_gdbarch_init): Update.
245 * sparc-tdep.c (sparc_gdbarch_init): Update.
246 * sh-tdep.c (sh_gdbarch_init): Update.
247 * s390-tdep.c (s390_gdbarch_init): Update.
248 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
249 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
250 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
251 * mcore-tdep.c (mcore_gdbarch_init): Update.
252 * m68k-tdep.c (m68k_gdbarch_init): Update.
253 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
254 * ia64-tdep.c (ia64_gdbarch_init): Update.
255 * h8300-tdep.c (h8300_gdbarch_init): Update.
256 * frv-tdep.c (frv_gdbarch_init): Update.
257 * cris-tdep.c (cris_gdbarch_init): Update.
258 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
259
260 2003-06-07 Andrew Cagney <cagney@redhat.com>
261
262 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
263 Assert that PC_REGNUM is valid.
264 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
265
266 2003-06-07 Andrew Cagney <cagney@redhat.com>
267
268 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
269 * gdbarch.h, gdbarch.c: Regenerate.
270 * mn10300-tdep.c: Include "gdb_assert.h".
271 (mn10300_read_fp): New function.
272 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
273 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
274 * ia64-tdep.c: Include "gdb_assert.h".
275 (ia64_read_fp): New function.
276 (ia64_gdbarch_init): Set deprecated_target_read_fp to
277 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
278 * regcache.c (generic_target_read_sp): Delete function.
279 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
280 * inferior.h (generic_target_read_sp): Delete declaration.
281 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
282 generic_target_read_sp.
283 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
284 * sparc-tdep.c (sparc_gdbarch_init): Ditto
285 * sh-tdep.c (sh_gdbarch_init): Ditto.
286 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
287 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
288
289 2003-06-07 Andrew Cagney <cagney@redhat.com>
290
291 * gdbarch.sh: Comment each field of startup_gdbarch.
292 * gdbarch.h, gdbarch.c: Re-generate.
293
294 2003-06-07 Andrew Cagney <cagney@redhat.com>
295
296 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
297 * gdbarch.h, gdbarch.c: Re-generate.
298 * regcache.c: Update comments on read_pc et.al.
299 (generic_target_read_pc): Delete function.
300 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
301 * inferior.h (generic_target_read_pc): Delete declaration.
302 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
303 generic_target_read_pc.
304 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
305 * sh-tdep.c (sh_gdbarch_init): Ditto.
306 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
307 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
308
309 2003-06-07 Andrew Cagney <cagney@redhat.com>
310
311 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
312 "index" with "special_local_sect". Use strcmp instead of STREQ.
313 Append period to coments.
314
315 2003-06-06 Mark Mitchell <mark@codesourcery.com>
316
317 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
318 (elfstab_offset_sections): Likewise.
319 * gdb-stabs.h (stab_section_info): Likewise.
320 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
321 * objfiles.c (objfile_relocate): Likewise.
322 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
323 * remote.c (get_offsets): Likewise.
324 (remote_cisco_objfile_relocate): Likewise.
325 * somread.c (som_symfile_offsets): Likewise.
326 * symfile.c (alloc_section_addr_info): New function.
327 (build_section_addr_info_from_section_tab): Use it.
328 (free_section_addr_info): Adjust.
329 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
330 (syms_from_objfile): Allocate local_addr dynamically.
331 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
332 dynamically.
333 (add_symbol_file_command): Allocate sect_opts dynamically.
334 (reread_symbols): Avoid use of SECT_OFF_MAX.
335 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
336 (alloc_section_addr_info): Declare it.
337 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
338 * win32-nat.c (solib_symbols_add): Allocate section_addrs
339 dynamically.
340 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
341
342 2003-06-06 Andrew Cagney <cagney@redhat.com>
343
344 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
345 (d10v_frame_unwind_cache): Do not set "return_pc".
346
347 2003-06-06 Michael Snyder <msnyder@redhat.com>
348
349 * h8300-tdep.c: Make tidy (long lines).
350
351 2003-06-06 Michal Ludvig <mludvig@suse.cz>
352
353 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
354 to regcache_collect().
355
356 2003-06-05 J. Brobecker <brobecker@gnat.com>
357
358 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
359 pc_in_sigtramp multiarch method.
360 (hppa_hpux_som_init_abi): Use it.
361 (hppa_hpux_elf_init_abi): Likewise.
362 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
363 macro has been multiarched.
364 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
365 macro here, as hppa64 isn't multiarched yet.
366
367 2003-06-05 Andrew Cagney <cagney@redhat.com>
368
369 * Makefile.in (value_h): Add $(frame_h).
370 * value.h: Include "frame.h".
371 (struct value): Replace "frame_addr" with "frame_id".
372 (VALUE_FRAME_ID): Replace VALUE_FRAME.
373 * values.c (allocate_value): Use VALUE_FRAME_ID.
374 (value_copy): Use VALUE_FRAME_ID.
375 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
376 * valops.c (value_assign): Update. Use frame_find_by_id.
377
378 2003-06-05 Michal Ludvig <mludvig@suse.cz>
379
380 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
381 in each pass.
382
383 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
384
385 * thread-db.c (check_event): For create/death event breakpoints,
386 loop through all messages to ensure that we read the message
387 corresponding to the breakpoint we are at.
388
389 2003-06-04 Michael Snyder <msnyder@redhat.com>
390
391 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
392
393 2003-06-04 Mark Kettenis <kettenis@gnu.org>
394
395 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
396 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
397 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
398 when handling .eh_frame sections.
399
400 2003-06-04 J. Brobecker <brobecker@gnat.com>
401
402 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
403 prepare_to_proceed procedure instead of the hppa-specific one.
404 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
405
406 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
407
408 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
409 * config.in: Regenerated.
410 * configure.in: Add test for syscall function and check for
411 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
412 * configure: Regenerated.
413 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
414 <sys/syscall.h>.
415 (kill_lwp): New function that uses tkill syscall or
416 uses kill, depending on whether threading model is nptl or not.
417 All callers of kill() changed to use kill_lwp().
418 (lin_lwp_wait): Make special check when WIFEXITED occurs to
419 see if all threads have already exited in the nptl model.
420 (stop_and_resume_callback): New callback function used by the
421 lin_lwp_wait thread exit handling code.
422 (stop_wait_callback): Check for threads already having exited and
423 delete such threads fromt the lwp list when discovered.
424 (stop_callback): Don't assert retcode of kill call.
425
426 Roland McGrath <roland@redhat.com>
427 * i386-linux-nat.c (ps_get_thread_area): New function needed by
428 nptl libthread_db.
429
430 2003-06-03 Richard Henderson <rth@redhat.com>
431
432 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
433 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
434 (alpha_sigtramp_frame_prev_register): Likewise.
435 (alpha_heuristic_frame_prev_register): Likewise.
436 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
437
438 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
439 alpha-specific register id names.
440 (alpha_mdebug_frame_unwind_cache): Likewise.
441 (alpha_mdebug_frame_prev_register): Likewise.
442
443 2003-06-03 Richard Henderson <rth@redhat.com>
444
445 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
446 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
447 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
448 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
449 unwind routines.
450 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
451 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
452 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
453
454 * alpha-linux-tdep.c: Remove unnecessary includes.
455 * Makefile.in (alpha-linux-tdep.o): Update.
456
457 2003-06-03 Richard Henderson <rth@redhat.com>
458
459 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
460 (alphabsd_fill_fpreg): Likewise.
461
462 2003-06-03 J. Brobecker <brobecker@gnat.com>
463
464 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
465 references to struct frame_info fields by calls to the equivalent
466 accessors. Necessary now that frame_info is opaque.
467
468 2003-06-03 J. Brobecker <brobecker@gnat.com>
469
470 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
471 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
472 structure, field no longer exists.
473
474 2003-06-03 J. Brobecker <brobecker@gnat.com>
475
476 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
477 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
478
479 2003-06-03 J. Brobecker <brobecker@gnat.com>
480
481 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
482 references to struct frame_info fields by calls to the equivalent
483 accessors. Necessary now that frame_info is opaque.
484
485 2003-06-03 J. Brobecker <brobecker@gnat.com>
486
487 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
488 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
489 structure, field no longer exists.
490
491 2003-06-03 Theodore A. Roth <troth@openavr.org>
492
493 * remote.c (init_remote_state): Compute sizeof_g_packet by
494 accumulation of the size of all registers instead of blindly using
495 DEPRECATED_REGISTER_BYTES.
496
497 2003-06-03 Michael Snyder <msnyder@redhat.com>
498
499 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
500 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
501 for h8300sx.
502
503 2003-06-03 J. Brobecker <brobecker@gnat.com>
504
505 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
506 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
507
508 2003-06-03 Andrew Cagney <cagney@redhat.com>
509
510 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
511 (sparc_convert_to_raw): Delete function.
512 (sparc_gdbarch_init): Do not set register_convert_to_raw or
513 register_convert_to_virtual.
514
515 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
516
517 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
518 layer if not dealing with a statically-linked threaded program.
519
520 2003-06-03 Kris Warkentin <kewarken@qnx.com>
521
522 * solib.c (solib_open): Update comment to reflect actual search order.
523
524 2003-06-03 Andrew Cagney <cagney@redhat.com>
525
526 * frame.c (get_frame_memory_signed): New function.
527 (get_frame_memory, get_frame_memory_unsigned): New function.
528 (get_frame_arch): New function.
529 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
530 (get_frame_memory, get_frame_unsigned_memory): Declare.
531 * d10v-tdep.c (d10v_frame_unwind_cache): Use
532 get_frame_memory_unsigned and get_frame_arch.
533 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
534
535 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
536
537 * MAINTAINERS (write after approval): Add myself.
538
539 2003-06-03 Jim Blandy <jimb@redhat.com>
540
541 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
542 elements of gregset_t are 64 bits each, but access registers
543 are still 32 bits, so they're packed two per gregset_t
544 element. Unpack/pack them properly.
545
546 2003-06-02 David Carlton <carlton@bactrian.org>
547
548 * linespec.c (find_methods): Break out code into
549 add_matching_methods and add_constructors.
550 (add_matching_methods): New.
551 (add_constructors): Ditto.
552
553 2003-06-02 Andrew Cagney <cagney@redhat.com>
554
555 * sparc-tdep.c (sparc_print_registers): Delete call to
556 REGISTER_CONVERTIBLE.
557 (sparc_gdbarch_init): Do not set register_convertible.
558 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
559 * frv-tdep.c (frv_gdbarch_init): Ditto.
560 * cris-tdep.c (cris_gdbarch_init): Ditto.
561
562 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
563
564 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
565 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
566 (syms_from_objfile): Ditto.
567
568 2003-06-03 Andreas Schwab <schwab@suse.de>
569
570 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
571 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
572
573 2003-06-02 Richard Henderson <rth@redhat.com>
574
575 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
576 a member of all_reggroup.
577
578 2003-06-02 Richard Henderson <rth@redhat.com>
579
580 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
581 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
582 (alpha_lds, alpha_sts): New.
583 (alpha_convert_register_p): Change from _register_convertible.
584 (alpha_register_to_value): Change from _convert_to_virtual;
585 restructure and fail for type sizes other than 4 or 8.
586 (alpha_value_to_register): Similarly.
587 (alpha_extract_return_value): Use alpha_sts.
588 (alpha_store_return_value): Use alpha_lds.
589 (alpha_gdbarch_init): Update hooks.
590
591 2003-06-02 Richard Henderson <rth@redhat.com>
592
593 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
594 regnum identifiers.
595 (alpha_sigtramp_register_address): Likewise.
596
597 2003-06-02 Richard Henderson <rth@redhat.com>
598
599 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
600 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
601 * alpha-tdep.h: Declare them.
602
603 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
604 Remove zerobuf. Don't error on UNIQUE.
605 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
606 (ALPHA_REGSET_UNIQUE): Provide default.
607 (supply_gregset): Use alpha_supply_int_regs.
608 (fill_gregset): Use alpha_fill_int_regs.
609 (supply_fpregset): Use alpha_supply_fp_regs.
610 (fill_fpregset): Use alpha_fill_fp_regs.
611 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
612 (alphabsd_supply_reg): Use alpha_supply_int_regs.
613 (alphabsd_fill_reg): Use alpha_fill_int_regs.
614 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
615 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
616 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
617
618 2003-06-02 Richard Henderson <rth@redhat.com>
619
620 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
621
622 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
623 (alpha_store_return_value): Likewise.
624
625 2003-06-02 David Carlton <carlton@math.stanford.edu>
626
627 * block.c (contained_in): Add 'const' to arguments.
628 (block_function): Ditto.
629 * block.h: Update declarations for block_function and
630 contained_in.
631
632 2003-06-02 David Carlton <carlton@math.stanford.edu>
633
634 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
635 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
636 * p-valprint.c (pascal_val_print): Ditto.
637 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
638
639 2003-06-02 Richard Henderson <rth@redhat.com>
640
641 * alpha-tdep.c (alpha_push_dummy_call): Use
642 builtin_type_ieee_double_little instead of builtin_type_double.
643
644 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
645 sign-extension of 32-bit values.
646 (alpha_store_return_value): Similarly.
647
648 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
649 (alpha_extract_return_value): Likewise.
650 (alpha_store_return_value): Likewise.
651
652 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
653 (alpha_store_return_value): Error on IEEE Quad floats.
654
655 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
656 (alpha_extract_struct_value_address): Likewise.
657 (alpha_store_return_value): Likewise.
658 (alpha_store_struct_return): Remove.
659 (alpha_gdbarch_init): Update hook registration to match.
660
661 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
662 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
663 macros where appropriate.
664 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
665 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
666
667 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
668 for SP, GP; void_func_ptr for PC; non-language-specific types
669 for all others.
670 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
671
672 2003-06-02 Richard Henderson <rth@redhat.com>
673
674 * top.h (lim_at_start): Declare.
675 * main.c (captured_main): Set it.
676 * top.c (lim_at_start): Define.
677 (command_loop): Use it instead of &environ.
678 * event-top.c (command_handler): Likewise.
679
680 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
681
682 * mipsnbsd-tdep.c: Update copyright years.
683 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
684
685 2003-06-01 Richard Henderson <rth@redhat.com>
686
687 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
688 (alpha-linux-tdep.o): Update dependencies.
689 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
690 * alpha-mdebug-tdep.c: Remove unneeded includes.
691
692 2003-06-01 Richard Henderson <rth@redhat.com>
693
694 * alpha-tdep.c (alpha_register_reggroup_p): New.
695 (alpha_gdbarch_init): Register it.
696
697 2003-06-02 Andrew Cagney <cagney@redhat.com>
698
699 * dwarfread.c: Eliminate "register"
700 (decode_die_type): Eliminate assignment within "if".
701 (struct_type, decode_array_element_type): Ditto.
702 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
703 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
704 (decode_modified_type, completedieinfo): Ditto.
705 * block.c: Eliminate "register".
706 (blockvector_for_pc_sect): Eliminate assignment within "if".
707 * cp-support.h (struct symbol): Opaque declaration.
708 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
709
710 2003-06-01 Richard Henderson <rth@redhat.com>
711
712 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
713 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
714
715 2003-06-01 Adam Fedor <fedor@gnu.org>
716
717 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
718 * gdbarch.[ch]: Regenerate.
719 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
720 (hppa_gdbarch_init): Set it in the gdbarch vector.
721 * i386-tdep.c (i386_fetch_pointer_argument): New
722 (i386_gdbarch_init): Set it into gdbarch.
723 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
724 (rs6000_gdbarch_init): Set it in gdbarch.
725 * sparc-tdep.c (sparc_fetch_pointer_argument): New
726 (sparc_gdbarch_init): Set it in gdbarch.
727
728 2003-06-01 Andrew Cagney <cagney@redhat.com>
729
730 * defs.h (extract_address): Delete declaration.
731 * findvar.c (extract_address): Delete function.
732 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
733 extract_address with the inline equivalent,
734 extract_unsigned_integer.
735 (xstormy16_extract_struct_value_address): Ditto.
736 (xstormy16_pointer_to_address): Ditto.
737 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
738 * v850-tdep.c (v850_push_arguments): Ditto.
739 (v850_extract_return_value): Ditto.
740 (v850_extract_struct_value_address): Ditto.
741 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
742 (sparcnbsd_get_longjmp_target_64): Ditto.
743 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
744 (get_longjmp_target): Ditto.
745 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
746 (sh64_extract_struct_value_address): Ditto.
747 (sh_push_arguments): Ditto.
748 (sh64_push_arguments): Ditto.
749 * remote-vxsparc.c (vx_read_register): Ditto.
750 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
751 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
752 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
753 * mipsv4-nat.c (get_longjmp_target): Ditto.
754 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
755 * mips-nat.c (get_longjmp_target): Ditto.
756 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
757 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
758 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
759 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
760 * irix5-nat.c (get_longjmp_target): Ditto.
761 * irix4-nat.c (get_longjmp_target): Ditto.
762 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
763 (ia64_push_arguments): Ditto.
764 * hpux-thread.c (hpux_thread_store_registers): Ditto.
765 * h8300-tdep.c (h8300_push_arguments): Ditto.
766 (h8300_store_return_value): Ditto.
767 (h8300_extract_struct_value_address): Ditto.
768 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
769 (frv_push_arguments): Ditto.
770 * avr-tdep.c (avr_pointer_to_address): Ditto.
771 (avr_push_arguments): Ditto.
772 * arm-tdep.c (arm_push_dummy_call): Ditto.
773 (arm_get_longjmp_target): Ditto.
774 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
775 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
776 (alpha_get_longjmp_target): Ditto.
777
778 * solib-irix.c (extract_mips_address): Inline extract_address,
779 replacing it with extract_signed_integer.
780 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
781 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
782 (first_link_map_member, open_symbol_file_object): Ditto.
783 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
784 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
785 (LM_NEXT, LM_NAME): Ditto.
786
787 2003-06-01 Richard Henderson <rth@redhat.com>
788
789 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
790 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
791 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
792 (alpha_cannot_store_register): Likewise.
793 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
794 * alpha-nat.c (supply_gregset): Likewise.
795 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
796
797 2003-06-01 Andrew Cagney <cagney@redhat.com>
798
799 * infcall.c (call_function_by_hand): Update comment on
800 DEPRECATED_DUMMY_WRITE_SP.
801
802 * mips-tdep.c (mips_gdbarch_init): Do not set
803 deprecated_dummy_write_sp.
804 (mips_eabi_push_dummy_call): Set the SP register.
805 (mips_o64_push_dummy_call): Set the SP register.
806 (mips_o32_push_dummy_call): Set the SP register.
807 (mips_n32n64_push_dummy_call): Set the SP register.
808
809 2003-06-01 Richard Henderson <rth@redhat.com>
810
811 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
812 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
813 (supply_gregset): Likewise.
814 * alpha-tdep.c (alpha_store_return_value): Likewise.
815 (alpha_get_longjmp_target): Likewise.
816 (alpha_register_name): Constify array.
817 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
818 deprecated_register_size, deprecated_register_bytes,
819 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
820 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
821 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
822
823 2003-06-01 Richard Henderson <rth@redhat.com>
824
825 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
826 from arg_reg_buffer to regcache to avoid double conversion.
827
828 2003-06-01 Mark Kettenis <kettenis@gnu.org>
829
830 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
831 SP_REGNUM.
832 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
833 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
834
835 2003-06-01 Richard Henderson <rth@redhat.com>
836
837 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
838 (decode_frame_entry): Set it. Skip FDE augmentation.
839
840 2003-06-01 Richard Henderson <rth@redhat.com>
841
842 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
843 not overlapping PC_REGNUM.
844
845 2003-06-01 Richard Henderson <rth@redhat.com>
846
847 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
848 alpha_push_arguments. Don't dump argument register data to
849 the target stack. Fix float and 128-bit long double semantics.
850 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
851 (alpha_fix_call_dummy): Remove.
852 (alpha_call_dummy_words): Remove.
853 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
854
855 2003-06-01 Richard Henderson <rth@redhat.com>
856
857 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
858
859 2003-06-01 Andrew Cagney <cagney@redhat.com>
860
861 * mips-tdep.c (is_mips16_addr): New function.
862 (make_mips16_addr, unmake_mips16_addr): New functions.
863 (pc_is_mips16, mips_fetch_instruction): Use.
864 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
865 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
866 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
867 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
868 TARGET_MIPS.
869 * config/mips/tm-mips.h: Update copyright.
870 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
871 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
872 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
873 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
874 (TM_PRINT_INSN_MACH): Delete.
875 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
876
877 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
878 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
879 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
880 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
881 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
882 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
883 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
884 mips*-*-riscos* and mips*-*-sysv* onto mips.
885 * config/mips/mips64.mt: New file.
886 * config/mips/mips.mt: New file.
887 * config/mips/littlemips.mt: Delete file.
888 * config/mips/decstation.mt: Delete file.
889 * config/mips/vr4300el.mt: Delete file.
890 * config/mips/vr5000el.mt: Delete file.
891 * config/mips/vr5000.mt: Delete file.
892 * config/mips/vr4100.mt: Delete file.
893 * config/mips/vr4xxxel.mt: Delete file.
894 * config/mips/vr4300.mt: Delete file.
895 * config/mips/vr4xxx.mt: Delete file.
896 * config/mips/bigmips.mt: Delete file.
897 * config/mips/bigmips64.mt: Delete file.
898 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
899 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
900 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
901 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
902 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
903 "tm-bigmips.h".
904 * config/mips/tm-irix3.h: Ditto.
905 * config/mips/tm-mipsv4.h: Ditto.
906 * config/mips/tm-embed.h: Ditto.
907 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
908 "tm-bigmips64.h".
909 * config/mips/tm-vr5000el.h: Delete file.
910 * config/mips/tm-tx39l.h: Delete file.
911 * config/mips/tm-vr4300el.h: Delete file.
912 * config/mips/tm-vr4xxxel.h: Delete file.
913 * config/mips/tm-vr4300.h: Delete file.
914 * config/mips/tm-vr4100.h: Delete file.
915 * config/mips/tm-vr4xxx.h: Delete file.
916 * config/mips/tm-vr5000.h: Delete file.
917 * config/mips/tm-embedl64.h: Delete file.
918 * config/mips/tm-embedl.h: Delete file.
919 * config/mips/tm-embed64.h: Delete file.
920 * config/mips/tm-bigmips64.h: Delete file.
921 * config/mips/tm-bigmips.h: Delete file.
922
923 2003-06-01 Mark Kettenis <kettenis@gnu.org>
924
925 Fix gdb/1216.
926 * shnbsd-nat.c: Include "sh-tdep.h".
927
928 From Richard Henderson <rth@redhat.com>:
929 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
930
931 2003-05-31 Andrew Cagney <cagney@redhat.com>
932
933 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
934 forward declaration.
935 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
936 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
937 (mips_find_saved_regs): Use set_reg_offset.
938 (mips_frame_init_saved_regs): Delete function.
939 (mips_pop_frame): Call mips_find_saved_regs instead of
940 DEPRECATED_FRAME_INIT_SAVED_REGS.
941
942 2003-05-31 Andrew Cagney <cagney@redhat.com>
943
944 * mips-tdep.c (mips_gdbarch_init): Do not set
945 deprecated_max_register_raw_size, register_virtual_size, and
946 deprecated_max_register_virtual_size.
947
948 2003-05-31 Mark Kettenis <kettenis@gnu.org>
949
950 * i386-tdep.c: Include "dwarf2-frame.h".
951 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
952 * Makefile.in (i386-tdep.o): Update dependencies.
953
954 * dwarf2-frame.c, dwarf2-frame.h: New files.
955 * Makefile.in (SFILES): Add dwarf2-frame.c.
956 (dwarf2_frame_h): Define.
957 (COMMON_OBS): Add dwarf2-frame.o.
958 (dwarf2-frame.o): Add dependencies.
959
960 2003-05-31 Andreas Jaeger <aj@suse.de>
961
962 * x86-64-linux-nat.c: Fix comment.
963
964 2003-05-31 Mark Kettenis <kettenis@gnu.org>
965
966 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
967 function signature.
968
969 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
970 have a sigcontext_addr handler.
971 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
972 sigcontext_addr handler.
973
974 2003-05-31 Andrew Cagney <cagney@redhat.com>
975
976 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
977 (print_fp_register_row): Replace do_fp_register_row.
978 (mips_print_fp_register): Add "file" and "frame" parameters.
979 (mips_print_register): Add "file" and "frame" parameters.
980 (mips_print_registers_info): Replace mips_do_registers_info.
981 (mips_gdbarch_init): Set print_registers_info instead of
982 deprecated_do_registers_info.
983 (mips_read_fp_register_single): Add "frame" parameter.
984 (mips_read_fp_register_double): Add "frame" parameter.
985
986 2003-05-31 Mark Kettenis <kettenis@gnu.org>
987
988 * i386-tdep.c (i386_register_name): Check for MMX registers first.
989 Fixes a bug where GDB would print the wrong register names for
990 targets without SSE.
991
992 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
993 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
994 registers.
995
996 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
997 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
998 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
999 TDEP->sc_sp_offset.
1000
1001 From Michal Ludvig <mludvig@suse.cz>:
1002 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
1003 and `sc_num_regs'.
1004 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1005 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
1006 I386_ST0_REGNUM): Move here from...
1007 * i386-tdep.c: ... here.
1008 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
1009 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
1010 registers if possible.
1011 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
1012 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
1013 Remove variables.
1014 (i386bsd_sc_reg_offset): New variable.
1015 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
1016 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1017 TDEP->sc_sp_offset.
1018 (i386fbsd_sc_reg_offset): New variable.
1019 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
1020 TDEP->sc_num_regs.
1021 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
1022 variables.
1023 (i386fbsd4_sc_reg_offset): New variable.
1024 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
1025 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1026 TDEP->sc_sp_offset.
1027 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
1028 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
1029 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
1030 Remove variables.
1031 (i386nbsd_sc_reg_offset): New variable.
1032 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
1033 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1034 TDEP->sc_sp_offset.
1035 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
1036 Remove variables.
1037 (i386obsd_sc_reg_offset): New variable.
1038 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
1039 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
1040 TDEP->sc_sp_offset.
1041 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
1042 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
1043 for frame pointer offset in `struct sigcontext'.
1044
1045 2003-05-31 Andrew Cagney <cagney@redhat.com>
1046
1047 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
1048 architecture methods call_dummy_words, sizeof_call_dummy_words,
1049 push_return_address, store_struct_return, and fix_call_dummy. Set
1050 push_dummy_call instead of deprecated_push_arguments.
1051 (mips_store_struct_return): Delete function.
1052 (mips_fix_call_dummy): Delete function.
1053 (mips_push_return_address): Delete function.
1054 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
1055 RA_REGNUM and T9_REGNUM.
1056 (mips_n32n64_push_dummy_call): Ditto for
1057 mips_n32n64_push_arguments.
1058 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
1059 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
1060
1061 2003-05-31 Andrew Cagney <cagney@redhat.com>
1062
1063 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
1064 "dummy_addr" to "bp_addr".
1065 * infcall.c (call_function_by_hand): Pass "funaddr" to
1066 gdbarch_push_dummy_call.
1067 * gdbarch.h, gdbarch.c: Re-generate.
1068 * i386-tdep.c (i386_push_dummy_call): Update.
1069 * arm-tdep.c (arm_push_dummy_call): Update.
1070 * d10v-tdep.c (d10v_push_dummy_call): Update.
1071
1072 2003-05-31 Mark Kettenis <kettenis@gnu.org>
1073
1074 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
1075 variable declarations.
1076 (x86_64_register_number, x86_64_register_name): Remove prototypes.
1077 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
1078 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
1079 x86_64_init_frame_pc, x86_64_init_frame_pc,
1080 x86_64_function_has_prologue): Remove prototypes.
1081 (X86_64_NUM_GREGS): New define.
1082 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
1083 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
1084 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
1085 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
1086 XMM1_REGNUM): Remove defines.
1087 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
1088 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
1089 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
1090 X86_64_XMM1_REGNUM): New defines.
1091 (struct x86_64_register_info): Renamed from `struct
1092 register_info'. Remove `size' member.
1093 (x86_64_register_info_table): Remove variable.
1094 (x86_64_register_info): New variable.
1095 (X86_64_NUM_REGS): New define.
1096 (X86_64_NUM_GREGS): Remove define.
1097 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
1098 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
1099 Remove variables.
1100 (x86_54_dwarf2_reg_to_regnum): Remove function.
1101 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
1102 (x86_64_dwarf_reg_to_regnum): New function.
1103 (x86_64_register_name): Rewrite.
1104 (x86_64_register_raw_size): Remove function.
1105 (x86_64_register_byte_table): Remove variable.
1106 (x86_64_register_byte): Remove function.
1107 (x86_64_register_virtual_type): Remove function.
1108 (x86_64_register_type): New function.
1109 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
1110 x86_64_register_convert_to_raw): Remove functions.
1111 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
1112 (x86_64_use_struct_convention): Make static. Adjust for renamed
1113 defines.
1114 (x86_64_frame_init_saved_regs): Remove function.
1115 (x86_64_push_arguments): Make static. Change to accept a regcache
1116 as argument.
1117 (x86_64_store_return_value, x86_64_extract_return_value): Make
1118 static. Rewrite based on i386 counterparts.
1119 (x86_64_push_dummy_call): New function.
1120 (X86_64_NUM_SAVED_REGS): New define.
1121 (x86_64_register_number): Remove function.
1122 (x86_64_store_struct_return): Remove function.
1123 (x86_64_frameless_function_invocation,
1124 x86_64_function_has_prologue): Remove functions.
1125 (PROLOG_BUFSIZE): Remove define.
1126 (struct x86_64_frame_cache): New structure.
1127 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
1128 x86_64_frame_cache, x86_64_frame_this_id,
1129 x86_64_frame_prev_register, x86_64_frame_p,
1130 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
1131 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
1132 functions.
1133 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
1134 variables.
1135 (x86_64_skip_prologue): Rewrite in terms of
1136 x86_64_analyze_prologue.
1137 (x86_64_frame_base_address): New function.
1138 (x86_64_frame_base): New variable.
1139 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
1140 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
1141 set deprecated_fp_regnum, deprecated_register_size,
1142 deprecated_register_bytes, register_raw_size, register_byte,
1143 register_virtual_type, register_convertiable,
1144 register_convert_to_virtual, convert_to_raw,
1145 deprecated_get_saved_register, deprecated_target_read_fp,
1146 deprecated_push_arguments, deprecated_push_return_address,
1147 deprecated_pop_frame, deprecated_store_struct_return,
1148 deprecated_frame_init_saved_regs, deprecated_frame_chain,
1149 frameless_function_invocation, deprecated_frame_saved_pc,
1150 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
1151 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
1152 deprecated_init_frame_pc and virtual_frame_pointer. Call
1153 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
1154 and x86_64_frame_p. Call frame_base_set_default to register
1155 x86_64_frame_base.
1156 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
1157 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
1158 (_initialize_x86_64_tdep): Remove function.
1159 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
1160 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
1161 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
1162 define.
1163 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
1164 (x86_64_linux_sigcontext_addr): Rewrite.
1165 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
1166 x86_64_linux_frame_saved_pc): Remove functions.
1167 (x86_64_linux_pc_in_sigtramp): Renamed from
1168 x86_64_linux_in_sigtramp. Try harder to recognize a signal
1169 trampoline.
1170 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
1171 Remove_functions.
1172 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
1173 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
1174 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
1175 (x86_64_regmap): Rename to regmap.
1176 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
1177 x86_64_num_gregs.
1178 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
1179 x86_64_regmap.
1180 (x86_64_fxsave_offset): Remove function.
1181 (supply_fpregset): Simply call x86_64_supply_fxsave.
1182 (fill_fpregset): Simply call x86_64_fill_fxsave.
1183 (fetch_inferior_registers, store_inferior_registers): Avoid
1184 asignment in if-statement.
1185 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
1186 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
1187 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
1188 (fetch_core_registers): Remove function.
1189 (linux_elf_core_fns): Remove.
1190 (offsetoff): Don't define.
1191 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
1192 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
1193 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
1194 add core-regset.o.
1195 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
1196 protection against multiple includes instead of NM_X86_64_h. Add
1197 various comments. Include "config/nm-linux.h". Don't include
1198 <signal.h>.
1199 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
1200 GET_THREAD_SIGNALS): Remove defines.
1201 (x86_64_register_u_addr, kernel_u_size,
1202 lin_thread_get_thread_signals): Remove prototypes.
1203 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
1204 [HAVE_LINK_H]: Don't include "solib.h".
1205 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
1206 * config/i386/tm-x86-64linux.h: Fix comments.
1207 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
1208 x86-64-tdep.o): Update dependencies.
1209
1210 2003-05-30 Andrew Cagney <cagney@redhat.com>
1211
1212 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
1213 Change parameter type to a "struct regcache *".
1214
1215 * gdbarch.sh: Regardless of the multi-arch level, always define
1216 the macro when not already defined.
1217 * gdbarch.h, gdbarch.c: Re-generate.
1218
1219 2003-05-30 Richard Henderson <rth@redhat.com>
1220
1221 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
1222 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
1223 (alpha_mdebug_frame_this_id): Likewise.
1224 (alpha_mdebug_frame_prev_register): Likewise.
1225 (alpha_mdebug_frame_base_address): Likewise.
1226 (alpha_mdebug_frame_locals_address): Likewise.
1227 (alpha_mdebug_frame_args_address): Likewise.
1228 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
1229 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
1230 (alpha_heuristic_frame_unwind_cache): Make static; add missing
1231 loop increment.
1232 (alpha_heuristic_frame_this_id): Make static.
1233 (alpha_heuristic_frame_prev_register): Likewise.
1234 (alpha_heuristic_frame_base_address): Likewise.
1235 * alpha-tdep.h: Update.
1236
1237 2003-05-30 Mark Kettenis <kettenis@gnu.org>
1238
1239 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
1240 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
1241 defenitions.
1242 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
1243 * i386-tdep.c: Mark functions that are 64-bit safe as such.
1244 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1245 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
1246 I386_ST0_REGNUM): New defines.
1247 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
1248 codestream_get): Remove define.
1249 (codestream_next_addr, condestream_addr, condestream_buf,
1250 codestream_off, codestream_cnt): Remove variables.
1251 (codestream_fill, codestream_seek, codestream_read): Remove
1252 functions.
1253 (i386_follow_jump): Rewrite to avoid usage of removed codestream
1254 functionality.
1255 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
1256 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
1257 i386_frame_saved_pc, i386_saved_pc_after_call,
1258 i386_frame_num_args, i386_frame_init_saved_regs,
1259 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
1260 i386_push_arguments): Remove functions.
1261 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
1262 functionality. Use i386_analyze_prologue instead of
1263 i386_get_frame_setup.
1264 (I386_NUM_SAVED_REGS): New define.
1265 (struct i386_frame_cache): New structure.
1266 (i386_alloc_frame_cache, i386_analyze_struct_return,
1267 i386_skip_probe, i386_analyze_frame_setup,
1268 i386_analyze_register_saves, i386_analyze_prologue,
1269 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
1270 i386_frame_prev_register, i386_sigtramp_frame_cache,
1271 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
1272 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
1273 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
1274 New functions.
1275 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
1276 New variables.
1277 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
1278 I386_EAX_REGNUM and I386_EDX_REGNUM.
1279 (i386_extract_return_value, i386_store_return_value): Use
1280 I386_ST0_REGNUM where appropriate.
1281 (i386_extract_struct_value_address): Rewrite to use extract_address.
1282 (i386_svr4_pc_in_sigtramp): Add comment.
1283 (i386_svr4_sigcontext_addr): Rewrite.
1284 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
1285 TDEP->sc_sp_offset.
1286 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
1287 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
1288 of new defines. Set push_dummy_call, don't set
1289 deprecated_push_arguments, deprecated_push_return_address,
1290 deprecated_pop_frame. Don't set parm_boundary. Don't set
1291 deprecated_frame_chain, deprecated_frame_saved_pc,
1292 deprecated_saved_pc_after_call. Set unwind_dummy_id,
1293 save_dummy_frame_tos, unwind_pc. Call
1294 frame_unwind_append_predicate and frame_base_set_default. Don't
1295 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
1296 Don't set frameless_function_invocation. Don't set
1297 deprecated_register_bytes, deprecated_register_size,
1298 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
1299 * i386-linux-tdep.c: Fix formatting in some comments.
1300 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
1301 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
1302 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
1303 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
1304 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
1305 redundant parentheses.
1306 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
1307 (i386_linux_sigcontext_addr): Use it. Rewrite.
1308 (find_minsym_and_objfile): Change name of second argument.
1309 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
1310 changed. Use frame_pc_unwind instead of
1311 DEPRECATED_SAVED_PC_AFTER_CALL.
1312 (i386_linux_init_abi): Don't set deprecated_register_bytes.
1313 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
1314 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
1315 unwinder.
1316 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
1317 "dummy-frame.h".
1318 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
1319 (_initialize_i386_cygwin_tdep): New prototype.
1320 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
1321 deprecated_frame_chain_valid.
1322 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
1323 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
1324 Rely on the SVR4 defaults.
1325 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
1326 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
1327
1328 2003-05-30 Andrew Cagney <cagney@redhat.com>
1329
1330 * infcall.c (call_function_by_hand): Always call
1331 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
1332
1333 2003-05-30 Richard Henderson <rth@redhat.com>
1334
1335 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
1336 increment.
1337
1338 2003-05-29 Jim Blandy <jimb@redhat.com>
1339
1340 Use gdbarch methods for solib stuff on PowerPC Linux.
1341 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
1342 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
1343 show through.
1344 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1345 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
1346 giving the same effect as the #definitions above.
1347
1348 2003-05-29 Adam Fedor <fedor@gnu.org>
1349
1350 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
1351 (find_implementation_from_class): Replace it with the standard
1352 case i.e. do nothing.
1353
1354 2003-05-29 Richard Henderson <rth@redhat.com>
1355
1356 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
1357 (alpha_linux_sigtramp_offset): Use it. Make static.
1358 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
1359 update for new frame model.
1360 * alpha-mdebug-tdep.c: New file.
1361 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
1362 (alpha_osf1_init_abi): Install it.
1363 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
1364 (linked_proc_desc_table): Remove.
1365 (alpha_frame_past_sigtramp_frame): Remove.
1366 (alpha_dynamic_sigtramp_offset): Remove.
1367 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
1368 (alpha_proc_desc_is_dyn_sigtramp): Remove.
1369 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
1370 (push_sigtramp_desc): Remove.
1371 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
1372 (alpha_cannot_store_register): Likewise.
1373 (alpha_sigcontext_addr): Remove.
1374 (alpha_find_saved_regs): Remove.
1375 (alpha_frame_init_saved_regs): Remove.
1376 (alpha_init_frame_pc_first): Remove.
1377 (read_next_frame_reg): Remove.
1378 (alpha_frame_saved_pc): Remove.
1379 (alpha_saved_pc_after_call): Remove.
1380 (temp_proc_desc, temp_saved_regs): Remove.
1381 (alpha_about_to_return): Remove.
1382 (cached_proc_desc): Remove.
1383 (alpha_frame_chain): Remove.
1384 (alpha_print_extra_frame_info): Remove.
1385 (alpha_init_extra_frame_info): Remove.
1386 (alpha_frame_locals_address): Remove.
1387 (alpha_frame_args_address): Remove.
1388 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
1389 (alpha_push_dummy_frame): Remove.
1390 (alpha_pop_frame): Remove.
1391 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
1392 (alpha_read_insn): New.
1393 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
1394 for different insn encodings.
1395 (alpha_in_lenient_prologue): Remove.
1396 (struct alpha_sigtramp_unwind_cache): New.
1397 (alpha_sigtramp_frame_unwind_cache): New.
1398 (alpha_sigtramp_register_address): New.
1399 (alpha_sigtramp_frame_this_id): New.
1400 (alpha_sigtramp_frame_prev_register): New.
1401 (alpha_sigtramp_frame_unwind): New.
1402 (alpha_sigtramp_frame_p): New.
1403 (struct alpha_heuristic_unwind_cache): New.
1404 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
1405 don't count nop insns that occur between functions.
1406 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
1407 heuristic_proc_desc, but without the mdebug wrapping.
1408 (alpha_heuristic_frame_this_id): New.
1409 (alpha_heuristic_frame_prev_register): New.
1410 (alpha_heuristic_frame_unwind): New.
1411 (alpha_heuristic_frame_p): New.
1412 (alpha_heuristic_frame_base_address): New.
1413 (alpha_heuristic_frame_base): New.
1414 (alpha_unwind_dummy_id): New.
1415 (alpha_unwind_pc): New.
1416 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
1417 frame related deprecated initializations; install replacements.
1418 (alpha_dump_tdep): Remove.
1419 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
1420 (alpha_read_insn, alpha_after_prologue,
1421 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
1422 alpha_heuristic_frame_prev_register,
1423 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
1424 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
1425 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
1426 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
1427
1428 2003-05-29 Andrew Cagney <cagney@redhat.com>
1429
1430 * gdb_assert.h (gdb_assert_fail): Provide different definitions
1431 dependant on the availability of ASSERT_FUNCTION.
1432 (ASSERT_FUNCTION): Do not define when there is no function name.
1433
1434 2003-05-29 Kevin Buettner <kevinb@redhat.com>
1435
1436 From Jimi X <jimix@watson.ibm.com>:
1437 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
1438
1439 2003-05-28 Jim Blandy <jimb@redhat.com>
1440
1441 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
1442 argument to ptrace to int; the system headers should give it the
1443 right type, and pointers don't fit in ints on powerpc64-*-*.
1444
1445 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
1446
1447 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
1448 DW_TAG_catch_block.
1449
1450 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
1451
1452 * stabsread.c (dbx_lookup_type): Make static.
1453 (read_type): Ditto.
1454 (add_undefined_type): Ditto.
1455 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
1456 not export.
1457
1458 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
1459
1460 * hpread.c (hpread_has_name): Make static.
1461 (hpread_psymtab_to_symtab): Ditto.
1462 (file_exists): Ditto.
1463 (hpread_call_pxdb): Ditto.
1464 (hpread_pxdb_needed): Ditto.
1465 (hpread_quick_traverse): Ditto.
1466 (hpread_get_header): Ditto.
1467 (hpread_get_lntt): Ditto.
1468 (hpread_get_slt): Ditto.
1469 (class_of): Ditto.
1470
1471 2003-05-25 Andreas Schwab <schwab@suse.de>
1472
1473 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
1474 stack_align and deprecated_extra_stack_alignment_needed.
1475 (m68k_stack_align): Delete.
1476
1477 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
1478 (m68k_register_virtual_size): Likewise.
1479 (altos_skip_prologue): Remove obsolete function.
1480 (isi_frame_num_args): Likewise.
1481 (news_frame_num_args): Likewise.
1482 (m68k_fix_call_dummy): Make static.
1483 (m68k_push_dummy_frame): Likewise.
1484 (m68k_pop_frame): Likewise.
1485 (m68k_skip_prologue): Likewise.
1486 (m68k_frame_init_saved_regs): Likewise.
1487 (m68k_saved_pc_after_call): Likewise.
1488 (m68k_get_longjmp_target): Make multi-arch.
1489 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
1490 structure. Register m68k_get_longjmp_target if enabled.
1491 * m68k-tdep.h (struct gdbarch_tdep): Define.
1492 * config/m68k/tm-m68k.h: Don't include "regcache.h".
1493
1494 * Makefile.in (config.status): Also depend on configure.tgt
1495 and configure.host.
1496 (m68klinux-tdep.o): Update dependencies.
1497 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
1498 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
1499 (M68K_LINUX_JB_PC): Define.
1500 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
1501 and take additional parameter.
1502 (m68k_linux_sigtramp_saved_pc): Update.
1503 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
1504 m68k_linux_pc_in_sigtramp, in_plt_section,
1505 find_solib_trampoline_target.
1506 * config/m68k/tm-linux.h: Don't include any tm headers.
1507 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
1508 (JB_ELEMENT_SIZE): Likewise.
1509 (JB_PC): Likewise.
1510 (GET_LONGJMP_TARGET): Likewise.
1511 (IN_SIGTRAMP): Likewise.
1512 (SVR4_SHARED_LIBS): Define this and include "solib.h".
1513
1514 2003-05-25 Mark Kettenis <kettenis@gnu.org>
1515
1516 * sparc-tdep.c (sparc32_do_push_arguments): New function.
1517 (sparc32_push_arguments): Re-implement by calling
1518 sparc32_do_push_arguments.
1519
1520 2003-05-25 Mark Kettenis <kettenis@gnu.org>
1521
1522 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
1523 SPARC_O1_REGNUM): New defines.
1524 (sparc32_extract_return_value): Rewrite to operate on a regcache.
1525 (sparc32_store_return_value): New function.
1526 (sparc_extract_struct_value_address): Rewrite to operate on a
1527 regcache.
1528 (sparc_gdbarch_init): Don't set
1529 deprecated_extract_struct_value_address. Set
1530 extract_struct_value_address instead. Don't set
1531 deprecated_extract_return_value and deprecated_store_return_value
1532 for 32-bit targets. Set extract_return_value and
1533 store_return_value instead.
1534 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
1535 DEPRECTAED_EXTRACT_RETURN_VALUE,
1536 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
1537 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1538 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
1539 (sparc_store_return_value): Remove prototype.
1540 (sparc32_store_return_value): New prototype.
1541 (sparc32_extract_return_value, sparc_extract_struct_value_address):
1542 Adjust prototypes.
1543
1544 2003-05-24 Mark Kettenis <kettenis@gnu.org>
1545
1546 * sparcnbsd-tdep.c: Include "gdb_string.h".
1547
1548 2003-05-23 Andrew Cagney <cagney@redhat.com>
1549
1550 * p-valprint.c (pascal_val_print): Replace extract_address with
1551 the inline equivalent extract_unsigned_integer.
1552 * jv-valprint.c (java_value_print): Ditto.
1553 * ada-valprint.c (ada_val_print_1): Ditto.
1554 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
1555
1556 2003-05-23 Theodore A. Roth <troth@openavr.org>
1557
1558 * blockframe.c (frameless_look_for_prologue): Remove unused
1559 after_prologue variable.
1560
1561 2003-05-23 Mark Kettenis <kettenis@gnu.org>
1562
1563 * blockframe.c (get_pc_function_start): Rewrite to avoid
1564 asignments in if-statements.
1565
1566 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
1567
1568 Committed by Elena Zannoni <ezannoni@redhat.com>.
1569 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
1570 files, don't relocate absolute symbols (and do use mst_abs).
1571
1572 2003-05-23 Andrew Cagney <cagney@redhat.com>
1573
1574 * objc-lang.c: Include "gdb_assert.h".
1575 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
1576 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
1577 (gdb_check, gdb_check_fatal): Delete functions.
1578 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
1579 gdb_assert.
1580 (parse_selector, parse_method, find_methods, find_imps): Ditto.
1581 * Makefile.in (objc-lang.o): Update dependencies.
1582
1583 2003-05-22 Ian Lance Taylor <ian@airs.com>
1584
1585 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
1586 with fprintf_filtered, not fprintf_unfiltered.
1587
1588 2003-05-22 Andrew Cagney <cagney@redhat.com>
1589
1590 * stack.c (frame_info): Inline extract_address, replacing it with
1591 extract_unsigned_integer.
1592 * findvar.c (unsigned_pointer_to_address): Ditto.
1593 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
1594 * dwarf2expr.c (dwarf2_read_address): Ditto.
1595 * frame.c (frame_pc_unwind): Update comment.
1596 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
1597
1598 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
1599
1600 * infptrace.c (detach): Call print_sys_errmsg rather than
1601 perror_with_name to issue warning message when errno is non-zero
1602 after calling ptrace detach.
1603
1604 2003-05-21 J. Brobecker <brobecker@gnat.com>
1605
1606 * config/pa/tm-hppa.h: Delete some unused macros. Move some
1607 macro definitions from here...
1608 * hppa-tdep.c: ...to there.
1609
1610 2003-05-20 Kevin Buettner <kevinb@redhat.com>
1611
1612 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
1613 register_ptrace_addr(). Fix all callers.
1614
1615 2003-05-21 Andreas Schwab <schwab@suse.de>
1616
1617 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1618 dependencies.
1619 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
1620 end.
1621 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
1622 (_initialize_m68k_linux_tdep): New function.
1623 (m68k_linux_frame_saved_pc): Make static.
1624 (m68k_linux_extract_return_value): Likewise.
1625 (m68k_linux_store_return_value): Likewise.
1626 (m68k_linux_extract_struct_value_address): Likewise.
1627 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
1628 Remove.
1629 (DEPRECATED_STORE_RETURN_VALUE): Remove.
1630 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
1631 (DEPRECATED_FRAME_SAVED_PC): Remove.
1632
1633 2003-05-20 Kris Warkentin <kewarken@qnx.com>
1634
1635 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
1636 regset numbering rather than our own.
1637
1638 2003-05-19 David Carlton <carlton@bactrian.org>
1639
1640 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
1641
1642 2003-05-19 David Carlton <carlton@bactrian.org>
1643
1644 Partial fix for PR c++/827.
1645 * cp-support.h: Include symtab.h.
1646 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
1647 * cp-namespace.c: Update contributors.
1648 (cp_lookup_symbol_nonlocal): New.
1649 (lookup_namespace_scope, cp_lookup_symbol_namespace)
1650 (lookup_symbol_file): Ditto.
1651 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
1652 * block.h: Declare block_scope, block_using, block_global_block.
1653 * block.c (block_scope): New.
1654 (block_using, block_global_block): Ditto.
1655 * Makefile.in (cp_support_h): Depend on symtab_h.
1656 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
1657
1658 2003-05-19 David Carlton <carlton@bactrian.org>
1659
1660 * language.h (struct language_defn): Add 'la_value_of_this'
1661 and 'la_lookup_symbol_nonlocal' members.
1662 * symtab.h: Declare basic_lookup_symbol_nonlocal,
1663 lookup_symbol_static, lookup_symbol_global,
1664 lookup_symbol_aux_block.
1665 * symtab.c (lookup_symbol_aux): Call language hooks to determine
1666 if we should search fields of this and how to do static/global
1667 lookup.
1668 (lookup_symbol_aux_block): Make extern.
1669 (basic_lookup_symbol_nonlocal): New.
1670 (lookup_symbol_static, lookup_symbol_global): Ditto.
1671 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
1672 'la_lookup_symbol_nonlocal' members.
1673 * c-lang.c (c_language_defn, cplus_language_defn)
1674 (asm_language_defn, minimal_language_defn): Ditto.
1675 * jv-lang.c (java_language_defn): Ditto.
1676 * language.c (unknown_language_defn, auto_language_defn)
1677 (local_language_defn): Ditto.
1678 * m2-lang.c (m2_language_defn): Ditto.
1679 * objc-lang.c (objc_language_defn): Ditto.
1680 * scm-lang.c (scm_language_defn): Ditto.
1681 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
1682 * p-lang.c (pascal_language_defn): Ditto for both.
1683 * Makefile.in (f-lang.o): Depend on value_h.
1684 (p-lang.o): Ditto.
1685
1686 2003-05-19 David Carlton <carlton@bactrian.org>
1687
1688 * block.h: Declare block_static_block.
1689 * block.c (block_static_block): New.
1690 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
1691 lookup_symbol_aux_local, calling block_static_block instead.
1692 (lookup_symbol_aux_local): Delete 'static_block' argument.
1693
1694 2003-05-19 David Carlton <carlton@bactrian.org>
1695
1696 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
1697
1698 2003-05-19 Michal Ludvig <mludvig@suse.cz>
1699
1700 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
1701 register numbers mapping.
1702
1703 2003-05-18 Adam Fedor <fedor@gnu.org>
1704
1705 * symtab.c (completion_list_objc_symbol): New function.
1706 (make_symbol_completion_list): Use it to add ObjC symbols
1707 when looking though the list.
1708 (language_search_unquoted_string): New function.
1709 (make_file_symbol_completion_list): Use it.
1710
1711 2003-05-18 Andreas Schwab <schwab@suse.de>
1712
1713 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
1714 dependencies.
1715 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
1716 as m68k_linux_extract_return_value.
1717 (DEPRECATED_STORE_RETURN_VALUE): Define as
1718 m68k_linux_store_return_value.
1719 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
1720 m68k_linux_extract_struct_value_address.
1721 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
1722 get_next_frame, get_frame_base, get_frame_pc.
1723 (m68k_linux_frame_saved_pc): Use get_frame_base.
1724 (m68k_linux_extract_return_value): New function.
1725 (m68k_linux_store_return_value): New function.
1726 (m68k_linux_extract_struct_value_address): New function.
1727 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
1728
1729 * c-exp.y (typebase): Remove duplicate occurence of
1730 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
1731 of lookup_signed_typename.
1732
1733 2003-05-18 Mark Kettenis <kettenis@gnu.org>
1734
1735 * dwarf2loc.c (find_location_expression): Change type of second
1736 argument to `size_t *'.
1737 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
1738 for size variable.
1739
1740 2003-05-18 David Carlton <carlton@bactrian.org>
1741
1742 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
1743 'linkage_name'. Add comment.
1744 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
1745 'linkage_name'.
1746 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
1747 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
1748 (lookup_block_symbol): Ditto.
1749
1750 2003-05-16 Andrew Cagney <cagney@redhat.com>
1751
1752 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
1753 * gdbarch.h, gdbarch.c: Re-generate.
1754 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
1755 * TODO (REGISTER_BYTES): Delete reference.
1756 * alpha-tdep.c (alpha_gdbarch_init): Update.
1757 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1758 * x86-64-tdep.c (x86_64_init_abi): Update.
1759 * vax-tdep.c (vax_gdbarch_init): Update.
1760 * v850-tdep.c (v850_gdbarch_init): Update.
1761 * sparc-tdep.c (sparc_gdbarch_init): Update.
1762 * sh-tdep.c (sh_gdbarch_init): Update.
1763 * s390-tdep.c (s390_gdbarch_init): Update.
1764 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1765 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1766 (ns32k_gdbarch_init_32382): Update.
1767 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1768 * mcore-tdep.c (mcore_gdbarch_init): Update.
1769 * m68k-tdep.c (m68k_gdbarch_init): Update.
1770 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1771 * ia64-tdep.c (ia64_gdbarch_init): Update.
1772 * i386-tdep.c (i386_gdbarch_init): Update.
1773 * i386-linux-tdep.c (i386_linux_init_abi): Update.
1774 * hppa-tdep.c (hppa_gdbarch_init): Update.
1775 * h8300-tdep.c (h8300_gdbarch_init): Update.
1776 * frv-tdep.c (frv_gdbarch_init): Update.
1777 * cris-tdep.c (cris_gdbarch_init): Update.
1778 * avr-tdep.c (avr_gdbarch_init): Update.
1779 * arm-tdep.c (arm_gdbarch_init): Update.
1780 * sparc-tdep.c (sparc_pop_frame): Update.
1781 * rs6000-tdep.c (rs6000_pop_frame): Update.
1782 * remote.c (init_remote_state): Update.
1783 (remote_prepare_to_store): Update.
1784 * remote-vx.c (vx_prepare_to_store): Update.
1785 * remote-sds.c (sds_fetch_registers): Update.
1786 (sds_prepare_to_store): Update.
1787 * remote-array.c: Update.
1788 * regcache.c (init_legacy_regcache_descr): Update.
1789 (init_regcache_descr): Update.
1790 * mips-tdep.c (mips_eabi_extract_return_value): Update.
1791 (mips_o64_extract_return_value): Update.
1792 * irix5-nat.c (fetch_core_registers): Update.
1793 * irix4-nat.c (fetch_core_registers): Update.
1794 * i386-tdep.h: Update.
1795 * hppa-tdep.c (pa_do_registers_info): Update.
1796 (pa_do_strcat_registers_info): Update.
1797 * cris-tdep.c (cris_register_bytes_ok): Update.
1798 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1799 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
1800 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
1801 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
1802 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
1803 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
1804 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
1805 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
1806 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
1807 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
1808 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
1809 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
1810 (REGISTER_BYTES_OK): Update.
1811 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
1812 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
1813
1814 2003-05-16 Ian Lance Taylor <ian@airs.com>
1815
1816 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
1817 (vax_print_insn, print_insn_arg): Remove static functions.
1818 (vax_gdbarch_init): Call set_gdbarch_print_insn with
1819 print_insn_vax from opcodes library.
1820 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
1821
1822 2003-05-15 Andrew Cagney <cagney@redhat.com>
1823
1824 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
1825 * target.h (memory_breakpoint_from_pc): Delete declaration.
1826 * mem-break.c (memory_breakpoint_from_pc): Delete function.
1827 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
1828 * monitor.c (monitor_insert_breakpoint): Use
1829 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
1830 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
1831 * gdbarch.h, gdbarch.c: Re-generate.
1832 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
1833 (sparc_gdbarch_init): Set breakpoint_from_pc to
1834 sparc_breakpoint_from_pc.
1835 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
1836 (BREAKPOINT_FROM_PC): Define.
1837 (sparc_breakpoint_from_pc): Declare.
1838 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
1839 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
1840 (BREAKPOINT_FROM_PC): Define.
1841 (BREAKPOINT): Delete macro.
1842 * target.h: Update comment.
1843 * s390-tdep.c (s390_gdbarch_init): Update comments.
1844 * remote.c: Update comments.
1845 * remote-mips.c: Update comments.
1846 * proc-api.c (write_with_trace): Do not check for a breakpoint.
1847 * mem-break.c: Update comment.
1848 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
1849 (ia64_memory_insert_breakpoint): Update.
1850 * config/sparc/tm-sparc.h: Update comment.
1851 * config/pa/tm-hppa64.h: Update comment.
1852 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
1853 (rs6000_breakpoint_from_pc): Update.
1854 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
1855 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
1856 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
1857 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
1858 (mips_breakpoint_from_pc): Update.
1859 (mips_dump_tdep): Update.
1860
1861 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
1862 * minsyms.c (lookup_minimal_symbol): Inline
1863 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
1864
1865 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
1866 * p-valprint.c (pascal_object_print_value_fields): Ditto.
1867 * p-lang.c (pascal_printstr): Ditto.
1868 * objc-lang.c (objc_printstr): Ditto.
1869 * m2-lang.c (m2_printstr): Ditto.
1870 * jv-valprint.c (java_print_value_fields): Ditto.
1871 * f-lang.c (f_printstr): Ditto.
1872 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
1873 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
1874 for repeat_count_threshold.
1875 * Makefile.in (cp-valprint.o): Update dependencies.
1876
1877 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
1878
1879 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
1880 (examine_prologue): Support looking through leaf functions, knowing
1881 they start with mov r2,r12. Support skipping over indirect stores
1882 of the input registers. Upon hitting a non-nop branch instruction
1883 or predicated instruction, bail out by setting lim_pc to the current
1884 pc value in the loop. At the end, if the lim_pc value is still
1885 beyond our calculated value and we have trust_limit set,
1886 use the lim_pc value.
1887
1888 2003-05-15 Andrew Cagney <cagney@redhat.com>
1889
1890 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
1891 generic_find_dummy_frame.
1892 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
1893 (deprecated_generic_find_dummy_frame): Update.
1894 (deprecated_read_register_dummy): Update.
1895 * frame.c (deprecated_generic_get_saved_register): Update.
1896
1897 2003-05-15 Theodore A. Roth <troth@openavr.org>
1898
1899 * avr-tdep.c (avr_breakpoint_from_pc): New function.
1900 (avr_gdbarch_init): Set breakpoint_from_pc method.
1901
1902 2003-05-15 Andrew Cagney <cagney@redhat.com>
1903
1904 * regcache.c (build_regcache): Set deprecated_register_valid
1905 directly.
1906 (deprecated_grub_regcache_for_register_valid): Delete function.
1907 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
1908 declaration.
1909
1910 2003-05-15 David Carlton <carlton@bactrian.org>
1911
1912 Committed by Elena Zannoni <ezannoni@redhat.com>
1913 * symtab.c (lookup_symbol_aux): Delete calls to
1914 lookup_symbol_aux_minsyms.
1915 (lookup_symbol_aux_minsyms): Comment out function and
1916 prototype. Delete lookup by mangled name.
1917
1918 2003-05-14 Kevin Buettner <kevinb@redhat.com>
1919
1920 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
1921 correctly indicate an empty stack and ``stack_allocated'' to the
1922 indicate the number of elements initially allocated.
1923 (dwarf_expr_grow_stack): Simplify method for computing new
1924 stack size. Don't loop infinitely if ``stack_len'' is zero.
1925 (execute_stack_op): Move ``ctx->in_reg'' initialization
1926 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
1927 be used in conjuction with DW_OP_piece. Revise error message
1928 accordingly.
1929
1930 2003-05-14 Theodore A. Roth <troth@openavr.org>
1931
1932 * MAINTAINERS: Update my email address.
1933 * avr-tdep.c: Ditto.
1934
1935 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
1936
1937 * symtab.h (enum domain_enum): Rename from namespace_enum.
1938 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
1939 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
1940 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
1941 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
1942 TYPES_NAMESPACE, METHODS_NAMESPACE.
1943 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
1944 (struct symbol, struct partial_symbol): Rename field
1945 'namespace_enum namespace' to 'domain_enum domain'.
1946 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
1947 Delete old define kludge for namespace.
1948
1949 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
1950 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
1951 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
1952 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
1953 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
1954 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
1955 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
1956 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
1957 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
1958 occurrences of the above.
1959
1960 2003-05-14 Ian Lance Taylor <ian@airs.com>
1961
1962 * Makefile.in (install-only): Use $(SHELL) when running
1963 mkinstalldirs.
1964
1965 2003-05-13 Ian Lance Taylor <ian@airs.com>
1966
1967 * MAINTAINERS (write after approval): Add myself.
1968
1969 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
1970 second and third arguments.
1971 * ser-tcp.c (_initialize_ser_tcp): Likewise.
1972 * ser-unix.c (_initialize_ser_hardwire): Likewise.
1973
1974 2003-05-13 Andrew Cagney <cagney@redhat.com>
1975
1976 * defs.h (store_address): Delete declaration.
1977 findvar.c (store_address): Delete function.
1978 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
1979 store_unsigned_integer.
1980 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
1981 * v850-tdep.c (v850_push_arguments): Ditto.
1982 * sparc-tdep.c (sparc_get_saved_register): Ditto.
1983 * sh-tdep.c (sh64_get_saved_register): Ditto.
1984 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
1985 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
1986 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
1987 (mips_get_saved_register): Ditto.
1988 * ia64-tdep.c (ia64_get_saved_register): Ditto.
1989 (find_func_descr, ia64_push_arguments): Ditto.
1990 * i386-tdep.c (i386_push_arguments): Ditto.
1991 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
1992 * frv-tdep.c (frv_push_arguments): Ditto.
1993 * frame.c (legacy_saved_regs_prev_register): Ditto.
1994 (deprecated_generic_get_saved_register): Ditto.
1995 * findvar.c (unsigned_address_to_pointer): Ditto.
1996 * dwarf2read.c (dwarf2_const_value): Ditto.
1997 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
1998 * alpha-tdep.c (alpha_push_arguments): Ditto.
1999
2000 2003-05-12 J. Brobecker <brobecker@gnat.com>
2001
2002 * NEWS: Mention that the hppa-hpux port has been partially
2003 multiarched (32bit ABIT only, so far).
2004
2005 2003-05-11 Andrew Cagney <cagney@redhat.com>
2006
2007 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
2008 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
2009 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
2010 sim/testsuite/sim/arm/misaligned2.ms, and
2011 sim/testsuite/sim/arm/misaligned3.ms.
2012 * disasm.h (struct ui_file): Add opaque struct declaration.
2013 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
2014 * frame.h (struct ui_file): Ditto.
2015
2016 2003-05-11 Mark Kettenis <kettenis@gnu.org>
2017
2018 * value.h: Pretty print.
2019
2020 2003-05-10 Mark Kettenis <kettenis@gnu.org>
2021
2022 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
2023
2024 2003-05-08 Andrew Cagney <cagney@redhat.com>
2025
2026 * regcache.h (max_register_size): Delete declaration.
2027 * regcache.c (max_register_size): Delete function.
2028 (struct regcache_descr): Delete field "max_register_size".
2029 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
2030 registers fit in MAX_REGISTER_SIZE.
2031 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
2032 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
2033 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
2034 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
2035 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
2036 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
2037 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
2038 * dve3900-rom.c, hppa-tdep.c: Ditto.
2039
2040 2003-05-08 David Carlton <carlton@math.stanford.edu>
2041
2042 * valops.c (push_word): Fix typo.
2043
2044 2003-05-08 Andrew Cagney <cagney@redhat.com>
2045
2046 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
2047 * gdbarch.h: Re-generate.
2048 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
2049 (legacy_max_register_raw_size): Delete declaration.
2050 * regcache.c (legacy_max_register_raw_size): Delete function.
2051 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
2052 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
2053 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
2054 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
2055 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
2056 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
2057 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
2058 * findvar.c, dwarf2cfi.c: Ditto.
2059
2060 2003-05-08 Andrew Cagney <cagney@redhat.com>
2061
2062 * mips-tdep.c (read_signed_register): New function, moved to here
2063 from "regcache.c".
2064 (read_signed_register_pid): Ditto.
2065 * regcache.c (read_signed_register_pid): Delete function, moved to
2066 "mips-tdep.c".
2067 (read_signed_register): Ditto.
2068 * regcache.h (read_signed_register): Delete declaration.
2069 (read_signed_register_pid): Delete declaration.
2070
2071 2003-05-08 Andrew Cagney <cagney@redhat.com>
2072
2073 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
2074 * gdbarch.h: Re-generate.
2075 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
2076 (legacy_max_register_virtual_size): Delete declaration.
2077 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
2078 * d10v-tdep.c (d10v_print_registers_info): Ditto.
2079 * tracepoint.c (memrange_sortmerge): Ditto.
2080 * sparc-tdep.c (sparc_print_registers): Ditto.
2081 * regcache.c (legacy_max_register_virtual_size): Delete function.
2082
2083 2002-05-08 J. Brobecker <brobecker@gnat.com>
2084
2085 * fork-child.c (escape_bang_in_quoted_argument): New function.
2086 (fork_inferior): Escape '!' characters in quoted arguments
2087 only when needed.
2088
2089 2003-05-08 J. Brobecker <brobecker@gnat.com>
2090
2091 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
2092 the language of the CU is not currently supported by GDB.
2093
2094 2003-05-08 J. Brobecker <brobecker@gnat.com>
2095
2096 * defs.h (language): Add language_minimal enum value.
2097 * c-lang.c (minimal_language_defn): New language definition.
2098 (_initialize_c_language): Add the new minimal language to the list
2099 of languages known to GDB.
2100
2101 2003-05-08 Kevin Buettner <kevinb@redhat.com>
2102
2103 * frame.c (get_frame_type): Don't attempt to lazily initialize
2104 frame's unwinder for legacy frames.
2105
2106 2003-05-07 Andrew Cagney <cagney@redhat.com>
2107
2108 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
2109 and "regcache" parameters.
2110 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
2111
2112 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
2113
2114 * dwarf2read.c (dwarf_decode_lines): Only use output of
2115 check_cu_functions() when calling record_line(). Do not update
2116 the current address.
2117
2118 2003-05-07 Andrew Cagney <cagney@redhat.com>
2119
2120 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
2121 code.
2122
2123 2003-05-07 Jim Blandy <jimb@redhat.com>
2124
2125 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
2126 'maint info symtabs' and 'maint info psymtabs'.
2127 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
2128 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
2129 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
2130 Declarations updated.
2131 * maint.c (maintenance_list_command): Delete.
2132 (_initialize_maint_cmds): Update calls to add_cmd.
2133 * gdbcmd.h (maintenancelistlist): Delete declaration.
2134 * cli/cli-cmds.c (maintenancelistlist): Delete.
2135 (init_cmd_lists): Don't initialize it.
2136 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
2137
2138 2003-05-07 Andrew Cagney <cagney@redhat.com>
2139
2140 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
2141 "regcache".
2142 (d10v_print_registers_info): Update.
2143 (d10v_dmap_register, d10v_imap_register): Delete functions.
2144 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
2145 and "imap_register".
2146 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
2147 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
2148 * arch-utils.c (generic_remote_translate_xfer_address): Add
2149 "regcache" and "gdbarch" parameters.
2150 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
2151 parameter. Change class to multi-arch.
2152 * gdbarch.h, gdbarch.c: Re-generate.
2153 * remote.c (remote_xfer_memory): Use
2154 gdbarch_remote_translate_xfer_address.
2155
2156 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
2157
2158 * infrun.c (prev_pc): Move declaration ahead of proceed().
2159 (proceed): Refresh prev_pc value before resuming.
2160 (stop_stepping): Remove code to refresh prev_pc.
2161
2162 2003-05-06 Kris Warkentin <kewarken@qnx.com>
2163
2164 * nto-tdep.c: Removed stray comment.
2165
2166 2003-05-06 Kris Warkentin <kewarken@qnx.com>
2167
2168 * i386-nto-tdep.c: Fix old K&R function definitions.
2169 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
2170 Also change add_show_from_set() call to add_setshow_cmd().
2171 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
2172
2173 2003-05-05 Andrew Cagney <cagney@redhat.com>
2174
2175 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
2176 (fprint_dummy_frames): New function.
2177 (maintenance_print_dummy_frames): New function.
2178 (_initialize_dummy_frame): Add command "maint print dummy-frames".
2179 * frame.c (fprint_frame_id): Make global.
2180 * frame.h (fprint_frame_id): Declare.
2181 * Makefile.in (dummy-frame.o): Update dependencies.
2182
2183 2003-05-05 Andrew Cagney <cagney@redhat.com>
2184
2185 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
2186 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
2187 SIZEOF_CALL_DUMMY_WORDS.
2188 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
2189 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
2190 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
2191 CALL_DUMMY_BREAKPOINT_OFFSET.
2192 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
2193 CALL_DUMMY_START_OFFSET.
2194 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
2195 * gdbarch.h, gdbarch.c: Re-generate.
2196 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
2197 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
2198 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
2199 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
2200 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
2201 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
2202 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2203 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
2204 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
2205 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
2206 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
2207 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
2208 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
2209 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
2210 * config/sparc/tm-sparc.h: Update.
2211
2212 2003-05-05 Kris Warkentin <kewarken@qnx.com>
2213
2214 * configure.tgt: Add i[3456]86-*-nto*.
2215 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
2216 * nto-tdep.c: New file. Neutrino target support routines.
2217 * nto-tdep.h: New file. Neutrino target header.
2218 * config/tm-qnxnto.h: New file.
2219 * config/i386/i386nto.mt: New file.
2220 * config/i386/tm-i386nto.h: New file.
2221
2222 2003-05-04 Andrew Cagney <cagney@redhat.com>
2223
2224 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
2225 (load_infrun_state): Ditto.
2226 (struct thread_info): Drop "prev_func_name" field.
2227 * thread.c (load_infrun_state): Update.
2228 (save_infrun_state): Update.
2229 * infrun.c (prev_func_name): Delete variable.
2230 (init_wait_for_inferior): Do not clear prev_func_name.
2231 (stop_stepping, keep_going, context_switch): Do not swap
2232 prev_func_name.
2233 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
2234 instead of PC_IN_SIGTRAMP.
2235
2236 2003-05-04 Andrew Cagney <cagney@redhat.com>
2237
2238 * sentinel-frame.c (sentinel_frame_prev_register): Replace
2239 REGISTER_BYTE with register_offset_hack.
2240 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
2241 that REGISTER_BYTE is consistent with the regcache.
2242 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
2243 * gdbarch.h, gdbarch.c: Regenerate.
2244
2245 2003-05-04 Mark Kettenis <kettenis@gnu.org>
2246
2247 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
2248 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
2249
2250 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
2251
2252 2003-05-03 J. Brobecker <brobecker@gnat.com>
2253
2254 From Thierry Schneider <tpschneider1@yahoo.com>
2255 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
2256 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
2257 (mi-cmd-symbol.o): Add rule.
2258
2259 2003-05-03 Andrew Cagney <cagney@redhat.com>
2260
2261 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
2262 comments noteing that it replaces the old FIX_CALL_DUMMY code.
2263 * gdbarch.h, gdbarch.c: Re-generate.
2264 * d10v-tdep.c (d10v_push_dummy_code): New function.
2265 (d10v_gdbarch_init): Set push_dummy_code.
2266 * infcall.c (legacy_push_dummy_code): New function.
2267 (generic_push_dummy_code): New function.
2268 (push_dummy_code): New function.
2269 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
2270 instead of dummy_addr, to push_dummy_call. Move call to
2271 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
2272 switch.
2273 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
2274
2275 2003-05-03 Andrew Cagney <cagney@redhat.com>
2276
2277 * disasm.h (print_insn): Declare.
2278 * disasm.c (init_gdb_disassemble_info): New function.
2279 (gdb_disassembly): Call init_gdb_disassemble_info.
2280 (gdb_print_insn): New function.
2281 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
2282 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
2283 * mcore-tdep.c: Include "disasm.h"
2284 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
2285 * d10v-tdep.c: Include "disasm.h".
2286 (display_trace): Call gdb_print_insn, instead of print_insn.
2287 (print_insn): Delete function.
2288 * printcmd.c: Include "disasm.h".
2289 (print_insn): Delete function.
2290 (print_formatted): Call gdb_print_insn, instead of print_insn.
2291 * Makefile.in (printcmd.o): Update dependencies.
2292 (mcore-tdep.o, d10v-tdep.o): Ditto.
2293
2294 2003-05-02 Andrew Cagney <cagney@redhat.com>
2295
2296 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
2297 PC_REGNUM, re-indent.
2298 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
2299 PC_REGNUM isn't set.
2300
2301 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
2302 * gdbarch.h, gdbarch.c: Re-generate.
2303 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
2304 register_virtual_size, pc_regnum, or register_bytes.
2305 (D10V_PC_REGNUM): Rename _PC_REGNUM.
2306 (d10v_register_type): Use D10V_PC_REGNUM.
2307 (d10v_print_registers_info, d10v_read_pc): Ditto.
2308 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
2309 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
2310
2311 2003-05-02 David Carlton <carlton@bactrian.org>
2312
2313 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
2314 the name with mstrsave.
2315
2316 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
2317
2318 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
2319 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
2320 (host_charset_name, target_charset_name): New vars for use by
2321 set/show commands.
2322 (host_charset_enum, target_charset_enum): New enums for set/show
2323 commands.
2324 (set_charset_sfunc, set_host_charset_sfunc,
2325 set_target_charset_sfunc): New functions.
2326 (set_host_charset, set_target_charset): Make static.
2327 (list_charsets, set_host_charset_command,
2328 set_target_charset_command): Delete functions.
2329 (show_charset_command): Rewrite as....
2330 (show_charset): Hook this up with the set/show command mechanism.
2331 (_initialize_charset): Change names of charsets to match the
2332 set/show enums. Use host_charset_name and target_charset_name.
2333 Use set/show mechanism for charset, host-charset, target-charset
2334 commands. Do not make 'show host-charset' and 'show
2335 target-charset' be aliases of 'show charset'.
2336
2337 * charset.h (set_host_charset, set_target_charset): Don't export,
2338 they are not used outside the file.
2339
2340 2003-05-01 Andrew Cagney <cagney@redhat.com>
2341
2342 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
2343 (gdb_disassembly): Make "di" non static, always initialize and
2344 cleanup. Always use dis_asm_read_memory.
2345 (gdb_dis_asm_read_memory): Delete function.
2346
2347 2003-05-01 Andrew Cagney <cagney@redhat.com>
2348
2349 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
2350 (d10v_gdbarch_init): Set frame_align instead of stack_align.
2351
2352 2003-04-30 Andrew Cagney <cagney@redhat.com>
2353
2354 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
2355 "tm_print_insn_info".
2356 (TARGET_PRINT_INSN_INFO): Delete macro.
2357 (dis_asm_read_memory): Delete function declaration.
2358 (dis_asm_memory_error, dis_asm_print_address): Ditto.
2359 (tm_print_insn_info): Delete variable definition.
2360 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
2361 * gdbarch.h, gdbarch.c: Re-generate.
2362 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
2363 "deprecated_tm_print_insn_info".
2364 * mcore-tdep.c (mcore_dump_insn): Ditto.
2365 * mips-tdep.c (mips_gdbarch_init): Ditto.
2366 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
2367 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
2368 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
2369 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
2370 instead of TARGET_PRINT_INSN_INFO, add comment.
2371 * s390-tdep.c (s390_get_frame_info): Instead of
2372 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
2373 (s390_check_function_end, s390_is_sigreturn): Ditto.
2374 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
2375 (dis_asm_memory_error, dis_asm_print_address): Ditto.
2376 * disasm.c: Include "gdbcore.h".
2377 (_initialize_disasm): New function, initialize
2378 "deprecated_tm_print_insn_info".
2379 (deprecated_tm_print_insn_info): New variable.
2380 (dis_asm_read_memory): Moved from "corefile.c", made static.
2381 (dis_asm_print_address, dis_asm_memory_error): Ditto.
2382 * Makefile.in (disasm.o): Update dependencies.
2383
2384 2003-04-30 Andrew Cagney <cagney@redhat.com>
2385
2386 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
2387
2388 2003-04-29 Adam Fedor <fedor@gnu.org>
2389
2390 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
2391 * infcall.c (find_function_addr): Make non-static.
2392 * infcall.h (find_function_addr): Declare.
2393 * Makefile.in (eval.o): Update dependencies.
2394
2395 2003-04-28 Adam Fedor <fedor@gnu.org>
2396
2397 * symtab.c (symbol_find_demangled_name): Check for and demangle
2398 ObjC symbols.
2399 (symbol_init_demangled_name): Init for language_objc as well.
2400
2401 2003-04-28 Andrew Cagney <cagney@redhat.com>
2402
2403 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
2404 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
2405 * gdbarch.h, gdbarch.c: Re-generate.
2406 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
2407 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
2408 * inferior.h (deprecated_read_fp): Rename read_fp.
2409 (generic_target_read_fp): Delete declaration.
2410 * regcache.c (generic_target_read_fp): Delete function.
2411 (deprecated_read_fp): Replace read_fp, use
2412 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
2413 * d10v-tdep.c (d10v_read_fp): Delete function.
2414 (d10v_gdbarch_init): Do not set deprecated_read_fp.
2415
2416 * sparc-tdep.c (sparc_gdbarch_init): Do not set
2417 deprecated_target_read_fp to generic_target_read_fp.
2418 * sh-tdep.c (sh_gdbarch_init): Ditto.
2419 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2420 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2421 * frv-tdep.c (frv_gdbarch_init): Ditto.
2422
2423 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
2424 deprecated_fp_regnum.
2425 * x86-64-tdep.c (x86_64_init_abi): Ditto.
2426 * vax-tdep.c (vax_gdbarch_init): Ditto.
2427 * v850-tdep.c (v850_gdbarch_init): Ditto.
2428 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2429 * sh-tdep.c (sh_gdbarch_init): Ditto.
2430 * s390-tdep.c (s390_gdbarch_init): Ditto.
2431 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2432 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2433 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2434 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2435 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2436 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2437 * i386-tdep.c (i386_gdbarch_init): Ditto.
2438 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2439 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2440 * frv-tdep.c (frv_gdbarch_init): Ditto.
2441 * cris-tdep.c (cris_gdbarch_init): Ditto.
2442 * avr-tdep.c (avr_gdbarch_init): Ditto.
2443 * arm-tdep.c (arm_gdbarch_init): Ditto.
2444 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2445
2446 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
2447 * v850-tdep.c (v850_gdbarch_init): Ditto.
2448 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2449 * sh-tdep.c (sh_gdbarch_init): Ditto.
2450 * s390-tdep.c (s390_gdbarch_init): Ditto.
2451 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2452 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2453 * mips-tdep.c (mips_gdbarch_init): Ditto.
2454 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2455 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2456 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2457 * frv-tdep.c (frv_gdbarch_init): Ditto.
2458 * avr-tdep.c (avr_gdbarch_init): Ditto.
2459 * arm-tdep.c (arm_gdbarch_init): Ditto.
2460
2461 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
2462 DEPRECATED_FP_REGNUM.
2463 (vax_push_dummy_frame, vax_pop_frame): Ditto.
2464 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
2465 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
2466 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
2467 (sparc32_register_virtual_type): Ditto.
2468 * sh-tdep.c (sh64_frame_chain): Ditto.
2469 (sh64_get_saved_register, sh64_pop_frame): Ditto.
2470 (sh_nofp_frame_init_saved_regs): Ditto.
2471 (sh64_nofp_frame_init_saved_regs): Ditto.
2472 (sh_fp_frame_init_saved_regs): Ditto.
2473 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2474 * remote-e7000.c (fetch_regs_from_dump): Ditto.
2475 * procfs.c (procfs_fetch_registers): Ditto.
2476 (procfs_store_registers): Ditto.
2477 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
2478 (store_inferior_registers, fetch_core_registers): Ditto.
2479 (fetch_kcore_registers, clear_regs): Ditto.
2480 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
2481 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
2482 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
2483 * nlm/i386.c (do_status): Ditto.
2484 * mipsv4-nat.c (supply_gregset): Ditto.
2485 * mips-tdep.c: Ditto for comments.
2486 * mips-nat.c (fetch_inferior_registers): Ditto.
2487 (store_inferior_registers, fetch_core_registers): Ditto.
2488 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
2489 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
2490 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
2491 (i386_do_pop_frame, i386_register_type): Ditto.
2492 * hppa-tdep.c (hppa_frame_chain): Ditto.
2493 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
2494 (hppa_pop_frame, hppa_read_fp): Ditto.
2495 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
2496 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
2497 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
2498 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
2499 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
2500 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
2501 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
2502 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
2503 * blockframe.c: Ditto for comments.
2504 * arch-utils.h: Ditto for comments.
2505 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
2506 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
2507 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
2508 * alpha-tdep.h: Ditto for comments.
2509 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
2510 (alpha_cannot_store_register): Ditto.
2511 (alpha_push_dummy_frame): Ditto.
2512 * alpha-nat.c (supply_gregset): Ditto.
2513
2514 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
2515 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
2516 * config/sparc/tm-sparc.h: Update comment.
2517
2518 * hppa-tdep.c (hppa_init_extra_frame_info): Use
2519 deprecated_read_fp instead of TARGET_READ_FP.
2520 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
2521 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
2522 * sparc-tdep.c (sparc_init_extra_frame_info): Use
2523 deprecated_read_fp instead of read_fp.
2524 * s390-tdep.c (s390_push_arguments): Ditto.
2525 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2526 * frame.h: Ditto in comments.
2527 * frame.c (legacy_get_prev_frame): Ditto.
2528 * dummy-frame.c (dummy_frame_this_id): Ditto.
2529 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
2530
2531 2003-04-28 Andrew Cagney <cagney@redhat.com>
2532
2533 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
2534 * gdbarch.h, gdbarch.c: Re-generate.
2535 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
2536 * vax-tdep.c (_initialize_vax_tdep): Update.
2537 * v850-tdep.c (_initialize_v850_tdep): Update.
2538 * sparc-tdep.c (_initialize_sparc_tdep): Update.
2539 * s390-tdep.c (_initialize_s390_tdep): Update.
2540 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
2541 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
2542 * mips-tdep.c (_initialize_mips_tdep): Update.
2543 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2544 * m68k-tdep.c (_initialize_m68k_tdep): Update.
2545 * ia64-tdep.c (_initialize_ia64_tdep): Update.
2546 * hppa-tdep.c (_initialize_hppa_tdep): Update.
2547 * h8300-tdep.c (_initialize_h8300_tdep): Update.
2548 * frv-tdep.c (_initialize_frv_tdep): Update.
2549 * cris-tdep.c (cris_delayed_get_disassembler): Update.
2550 (_initialize_cris_tdep): Update.
2551 * arch-utils.c (legacy_print_insn): Update.
2552 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2553
2554 2003-04-26 Adam Fedor <fedor@gnu.org>
2555
2556 * linespec.c (decode_objc): New function to decode ObjC calls
2557 (decode_line_1): Check for ObjC calls (using decode_objc)
2558 * Makefile (linespec.o): Update dependencies.
2559
2560 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
2561
2562 * breakpoint.h (struct breakpoint_ops): New.
2563 (struct breakpoint): Add ops member.
2564
2565 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
2566 (mention): Use new breakpoint ops member.
2567 (set_raw_breakpoint): Initialize ops field to NULL.
2568 (print_exception_catchpoint, print_one_exception_catchpoint)
2569 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
2570 (gnu_v3_exception_catchpoint_ops): New.
2571 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
2572
2573 2003-04-25 Adam Fedor <fedor@gnu.org>
2574
2575 * Makefile.in (COMMON_OBS): Add objc-lang.o
2576
2577 2003-04-25 Andrew Cagney <cagney@redhat.com>
2578
2579 * d10v-tdep.c (print_insn): Delete function.
2580 (display_trace): Use TARGET_PRINT_INSN.
2581 (_initialize_d10v_tdep): Do not set tm_print_insn.
2582 (d10v_gdbarch_init): Set print_insn.
2583
2584 2003-04-25 Andrew Cagney <cagney@redhat.com>
2585
2586 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
2587 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
2588 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
2589 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
2590 (nr_dmap_regs, a0_regnum): ... new functions.
2591 (d10v_print_registers_info): Use a0_regnum, use register_size.
2592 (d10v_register_byte): Delete function.
2593 (d10v_register_raw_size): Delete function.
2594 (d10v_register_type): Use a0_regnum.
2595 (d10v_print_registers_info): Use a0_regnum.
2596 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
2597 (d10v_gdbarch_init): Do not set register_byte or
2598 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
2599 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
2600 extract_address.
2601 (trace_command): Use XCALLOC.
2602 (print_insn): Delete reference to tm_print_insn.
2603 (saved_regs_unwinder): Use store_unsigned_integer instead of
2604 store_address.
2605 * frame.h (FRAME_OBSTACK_CALLOC): Define
2606
2607 2003-04-25 David Carlton <carlton@bactrian.org>
2608
2609 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
2610
2611 2003-04-24 Adam Fedor <fedor@gnu.org>
2612
2613 * objc-lang.c: Include "valprint.h"
2614 * Makefile.in (objc-lang.o): Update dependencies.
2615
2616 2003-04-24 Adam Fedor <fedor@gnu.org>
2617
2618 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
2619 architecture dependant compilation and mark as unimplemented
2620 (until they get put in the gdbarch vector).
2621
2622 2003-04-23 David Carlton <carlton@bactrian.org>
2623
2624 * cp-support.c (cp_find_first_component): Accept 'operator' in
2625 more locations.
2626
2627 2003-04-23 Andrew Cagney <cagney@redhat.com>
2628
2629 * infcall.c (call_function_by_hand): Eliminate redundant
2630 indentation. Move "saved_async" and "old_cleanups" to where they
2631 are needed.
2632
2633 2003-04-23 Andrew Cagney <cagney@redhat.com>
2634
2635 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
2636 and "buffer". Move the "name" code to where it is needed.
2637
2638 2003-04-23 Andrew Cagney <cagney@redhat.com>
2639
2640 * infcall.c (call_function_by_hand): Move variables "start_sp",
2641 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
2642 code to ON_STACK switch branch.
2643
2644 2003-04-23 Andrew Cagney <cagney@redhat.com>
2645
2646 * infcall.c (call_function_by_hand): Make declaration of "i",
2647 "sal", "bpt" and "old_sp" more local to their use. Delete #if
2648 lint.
2649
2650 2003-04-23 Andrew Cagney <cagney@redhat.com>
2651
2652 * infcall.c (call_function_by_hand): Delete variable
2653 "n_method_args". Localize "param_type"'s declaration to the loop
2654 that it is used. Reinstate code assigning to said variable -
2655 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
2656 Rationalize code using "param_type".
2657
2658 2003-04-22 Andrew Cagney <cagney@redhat.com>
2659
2660 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
2661 compute the breakpoint address. Only call FIX_CALL_DUMMY when
2662 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
2663 to DEPRECATED_PUSH_RETURN_ADDRESS.
2664
2665 2003-04-22 Kevin Buettner <kevinb@redhat.com>
2666
2667 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
2668 on the DWARF2 register number prior to fetching a register.
2669
2670 2003-04-22 J. Brobecker <brobecker@gnat.com>
2671
2672 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
2673 Update all the tests using SOFT_FLOAT considering the fact that
2674 this macro was always set to 0.
2675 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
2676 considering the fact that this macro was always set to 0.
2677 * hppa-tdep.h (hppa_store_return_value): Likewise.
2678 (hppa_extract_return_value): Likewise.
2679
2680 2003-04-22 J. Brobecker <brobecker@gnat.com>
2681
2682 * config/pa/tm-hppa.h: Remove obsolete code, was used by
2683 the hppa-pro target only.
2684
2685 2003-04-21 J. Brobecker <brobecker@gnat.com>
2686
2687 Ongoing multi-arch conversion effort for HP/UX:
2688 * config/pa/tm-hppa.h: Move all macro that are no longer
2689 defined now that GDB_MULTI_ARCH is now set to 1 from here...
2690 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
2691
2692 2003-04-21 J. Brobecker <brobecker@gnat.com>
2693
2694 * config/pa/tm-hppa.h: Obsolete a section that was only used
2695 for hppa-pro.
2696
2697 2003-04-21 J. Brobecker <brobecker@gnat.com>
2698
2699 Ongoing multi-arch conversion for HP/UX.
2700 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
2701 if already defined (allows hppa64 to stay non-multiarched for now).
2702 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
2703
2704 2003-04-21 Andrew Cagney <cagney@redhat.com>
2705
2706 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
2707
2708 2003-04-21 Andrew Cagney <cagney@redhat.com>
2709
2710 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
2711 "i386_num_mmx_regs".
2712
2713 2003-04-21 Andrew Cagney <cagney@redhat.com>
2714
2715 * infcall.c: New file.
2716 * infcall.h: New file.
2717 * valarith.c: Include "infcall.h".
2718 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
2719 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
2720 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
2721 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
2722 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
2723 (SFILES): Add "infcall.c"
2724 (COMMON_OBS): Add "infcall.o".
2725 (infcall.o): Specify dependencies.
2726 * value.h (call_function_by_hand): Delete declaration.
2727 * inferior.h (run_stack_dummy): Delete declaration.
2728 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
2729 (run_stack_dummy): Move to "infcall.c", merged into
2730 call_function_by_hand.
2731 * valops.c (call_function_by_hand): Moved to "infcall.c".
2732 (find_function_addr, value_arg_coerce): Ditto.
2733 (unwindonsignal_p, coerce_float_to_double): Ditto.
2734 (_initialize_valops): Move "set/show coerce-float-to-double", and
2735 "set/show unwindonsignal" commands to "infcall.c".
2736 * v850-tdep.c, target.h: Update comments.
2737 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
2738 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
2739 (sh64_init_extra_frame_info): Update comments.
2740 * mn10300-tdep.c: Update comments.
2741 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
2742 * config/sparc/tm-sparc.h: Update comments.
2743 * breakpoint.h: Update comments.
2744 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
2745 * arm-tdep.c: Update comment.
2746
2747 2003-04-19 Mark Kettenis <kettenis@gnu.org>
2748
2749 * i386-tdep.c (i386_num_register_names): New variable.
2750 (i386_num_mmx_regs): Renamed from mmx_num_regs.
2751 (MM0_REGNUM): Remove redundant parentheses in define.
2752 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
2753 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
2754 i386_mxcsr_regnum_p): Remove redundant parentheses.
2755 (i386_register_name): Use i386_num_register_names.
2756
2757 * i386-tdep.c (i386_extract_return_value,
2758 i386_store_return_value): Correct check for availability of
2759 floating-point registers.
2760
2761 * i386-tdep.c (i386_frame_num_args): Remove function.
2762 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
2763
2764 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
2765 mmx_regnum_to_fp_regnum. Adjust all callers.
2766
2767 * i386-tdep.c (i386_get_longjmp_target): Use
2768 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
2769 and TARGET_CHAR_BIT. Use extract_typed_address instead of
2770 extract_address.
2771
2772 2003-04-19 Mark Kettenis <kettenis@gnu.org>
2773
2774 * core-regset.c: Update comments to reflect reality. Re-order
2775 includes.
2776 (fetch_core_registers): Use switch instead of if. Remove
2777 redundant prototype.
2778
2779 2003-04-18 Jim Blandy <jimb@redhat.com>
2780
2781 * s390-tdep.c (s390_frame_align): New function.
2782 (s390_gdbarch_init): Register it with the gdbarch object.
2783
2784 2003-04-17 Richard Henderson <rth@redhat.com>
2785
2786 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
2787
2788 2003-04-17 Michael Snyder <msnyder@redhat.com>
2789 Karen Bennet <bennet@redhat.com>
2790
2791 Committed by Elena Zannoni <ezannoni@redhat.com>
2792 * gdb_gcore.sh: New script to create a core dump of a process.
2793
2794 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
2795
2796 * values.c (value_being_returned): Don't fetch the return
2797 value if the return type is void.
2798
2799 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
2800
2801 * thread-db.c: Reindented.
2802
2803 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
2804
2805 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
2806 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
2807 as types.
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833 2003-04-16 Kevin Buettner <kevinb@redhat.com>
2834
2835 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
2836 the size of ``long double'' to 16, instead of 8.
2837
2838 2003-04-16 Mark Kettenis <kettenis@gnu.org>
2839
2840 * i386-linux-nat.c: Add some whitespace to make things more
2841 readable.
2842 (fetch_register, store_register, fetch_inferior_registers,
2843 store_inferior_registers): Get rid of assignment in if-statement.
2844 (store_register): Fix typo in error message.
2845
2846 2003-04-16 Andrew Cagney <cagney@redhat.com>
2847
2848 * utils.c (xmmalloc): Always allocate something, matches
2849 libiberty/xmalloc's semantics.
2850 (xmrealloc, xmcalloc): Ditto.
2851
2852 2003-04-16 Andrew Cagney <cagney@redhat.com>
2853
2854 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
2855 update comments.
2856 (get_frame_type): Initialize unwind and type when needed.
2857 (get_frame_id, frame_register_unwind): Ditto.
2858
2859 2003-04-16 Andrew Cagney <cagney@redhat.com>
2860
2861 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
2862 obsolete.
2863 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
2864 * sparcl-stub.c: Obsolete file.
2865 * config/sparc/tm-sparclet.h: Obsolete file.
2866 * sparclet-stub.c: Obsolete file.
2867 * sparclet-rom.c: Obsolete file.
2868 * sparcl-tdep.c: Obsolete file.
2869 * config/sparc/tm-sparclite.h: Obsolete file.
2870 * config/sparc/sparclite.mt: Obsolete file.
2871 * config/sparc/sparclet.mt: Obsolete file.
2872 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
2873 sparc86x-*-* obsolete.
2874
2875 2003-04-15 David Carlton <carlton@math.stanford.edu>
2876
2877 * Makefile.in (SFILES): Add cp-namespace.c.
2878 (COMMON_OBS): Add cp-namespace.o.
2879 (block.o): Depend on gdb_obstack_h and cp_support_h.
2880 (buildsym.o): Depend on cp_support_h.
2881 (cp-namespace.o): New.
2882 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
2883 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
2884 (dwarf2read.o): Depend on cp_support_h.
2885 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
2886 * dwarf2read.c (process_die): Set processing_has_namespace_info,
2887 processing_current_namespace.
2888 (read_namespace): Update processing_current_namespace; check for
2889 anonymous namespaces.
2890 (dwarf2_name): New function.
2891 (dwarf2_extension): Ditto.
2892 * cp-support.h: Update copyright, contributors.
2893 Add inclusion guards.
2894 Add opaque declaration for structs obstack, block, symbol.
2895 (struct using_direct): New struct.
2896 Add declarations for cp_find_first_component,
2897 cp_entire_prefix_len, processing_has_namespace_info,
2898 processing_current_namespace, cp_is_anonymous,
2899 cp_add_using_directive, cp_initialize_namespace,
2900 cp_finalize_namespace, cp_set_block_scope,
2901 cp_scan_for_anonymous_namespaces.
2902 * cp-namespace.c: New file.
2903 * cp-support.c: Update copyright.
2904 Include ctype.h, gdb_assert.h, gdbcmd.h.
2905 New variable maint_cplus_cmd_list.
2906 (cp_find_first_component): New function.
2907 (cp_entire_prefix_len, maint_cplus_command)
2908 (first_component_command, _initialize_cp_support): Ditto.
2909 * buildsym.c: Include cp-support.h.
2910 New variable using_list.
2911 (add_symbol_to_list): Check for anonymous namespaces.
2912 (finish_block): Set block's scope.
2913 (start_symtab): Initialize C++ namespace support.
2914 (end_symtab): Finalize C++ namespace support.
2915 * block.h: Add opaque declarations for structs
2916 block_namespace_info, using_direct, and obstack.
2917 Add declarations for block_set_scope and block_set_using.
2918 (struct block): Add 'language_specific' member.
2919 (BLOCK_NAMESPACE): New macro.
2920 * block.c: Include gdb_obstack.h and cp-support.h.
2921 (struct block_namespace_info): New struct.
2922 (block_set_scope): New function.
2923 (block_set_using, block_initialize_namespace): Ditto.
2924
2925 2003-04-14 Kevin Buettner <kevinb@redhat.com>
2926
2927 * solib-svr4.c (svr4_have_link_map_offsets): New function.
2928 (locate_base): Return early if there aren't any link map offsets.
2929 (svr4_solib_create_inferior_hook): Warn if shared library support
2930 is unavailable.
2931
2932 2003-04-14 David Carlton <carlton@math.stanford.edu>
2933
2934 * symtab.c (symbol_set_names): Add prefix when storing Java names
2935 in hash table. Fix for PR java/1039.
2936
2937 2003-04-14 David Carlton <carlton@math.stanford.edu>
2938
2939 * symtab.c (symbol_set_names): Rename 'name' arg to
2940 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
2941 * symtab.h: Change 'name' argument in declaration of
2942 symbol_set_names to 'linkage_name'.
2943 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
2944
2945 2003-04-14 Andrew Cagney <cagney@redhat.com>
2946
2947 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
2948 return the fully sign-extended register value.
2949 (get_frame_pointer): Ditto.
2950 (mips_pop_frame): Initialize "proc_desc" after checking for a
2951 dummy frame.
2952
2953 2003-04-14 Andrew Cagney <cagney@redhat.com>
2954
2955 * mips-tdep.c (mips_push_dummy_frame): Delete function.
2956 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
2957 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
2958 (mips_push_register): Delete function.
2959 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
2960 PUSH_FP_REGNUM.
2961
2962 2003-04-14 Jim Blandy <jimb@redhat.com>
2963
2964 * symmisc.c: #include "gdb_regex.h".
2965 (maintenance_list_symtabs, maintenance_list_psymtabs): New
2966 functions.
2967 * maint.c (maintenance_list_command): New function.
2968 (_initialize_maint_cmds): Register the above as commands.
2969 * symtab.h (maintenance_list_symtabs,
2970 maintenance_list_psymtabs): New declarations.
2971 * cli/cli-cmds.c (maintenancelistlist): New variable.
2972 (init_cmd_lists): Initialize it.
2973 * cli/cli-cmds.h (maintenancelistlist): New declaration.
2974 * gdbcmd.h (maintenancelistlist): New declaration.
2975 * Makefile.in (symmisc.o): Update dependencies.
2976
2977 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
2978
2979 * s390-nat.c: Include asm/types.h for addr_t.
2980
2981 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
2982
2983 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
2984 actually incoming type.
2985
2986 2003-04-13 Andrew Cagney <cagney@redhat.com>
2987
2988 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
2989 get_next_frame and get_frame_saved_regs.
2990
2991 2003-04-13 Andrew Cagney <cagney@redhat.com>
2992
2993 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
2994 of gdbarch_num_regs.
2995
2996 2003-04-13 Andrew Cagney <cagney@redhat.com>
2997
2998 * frame.h: Mention what replaced what in "struct frame_info".
2999 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
3000 deprecated_update_frame_base_hack and
3001 deprecated_update_frame_pc_hack.
3002 * hppa-tdep.c: Ditto.
3003
3004 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
3005
3006 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
3007 to read_reg and update its comment. Remove regnum member.
3008 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
3009 Don't call read_reg when setting in_reg. Call read_reg to get
3010 the frame base if it's in a register. Return the register number
3011 on the stack instead of in the context. Remove extra arguments
3012 to read_reg.
3013 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
3014 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
3015 the register number on the expression stack.
3016 (needs_frame_read_reg): Remove extra arguments.
3017
3018 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
3019
3020 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
3021 made non-static.
3022 (execute_stack_op): All callers updated.
3023 * dwarf2expr.h: Add prototype for dwarf2_read_address.
3024 * dwarf2loc.c (find_location_expression): New function.
3025 (dwarf_expr_frame_base): Call it.
3026 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
3027 (dwarf2_tracepoint_var_ref): New function, broken out from
3028 locexpr_tracepoint_var_ref.
3029 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
3030 Make static.
3031 (loclist_read_variable, loclist_read_needs_frame): New functions.
3032 (loclist_describe_location, loclist_tracepoint_var_ref): New
3033 functions.
3034 (dwarf2_loclist_funcs): New struct location_funcs.
3035 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
3036 (struct dwarf2_locexpr_baton): Add comments.
3037 (dwarf2_loclist_funcs): New extern.
3038 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
3039 base_address and base_known.
3040 (dwarf_loc_buffer): New variable.
3041 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
3042 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
3043 (dwarf2_has_info): Initialize dwarf_loc_offset.
3044 (dwarf2_build_psymtabs): Read in .debug_loc.
3045 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
3046 DWARF_LOC_SIZE.
3047 (psymtab_to_symtab_1): Likewise. Move base address calculation
3048 here, from...
3049 (dwarf2_get_pc_bounds): ... here. Use the base address from
3050 cu_header.
3051 (dwarf2_symbol_mark_computed): Handle location lists.
3052
3053 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
3054
3055 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
3056 if the linkage name demangled successfully.
3057
3058 2003-04-13 Mark Kettenis <kettenis@gnu.org>
3059
3060 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
3061 disassmbly_flavour): Removed.
3062
3063 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
3064
3065 2003-04-13 Mark Kettenis <kettenis@gnu.org>
3066
3067 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
3068
3069 2003-04-12 Andrew Cagney <cagney@redhat.com>
3070
3071 * frame.h (struct frame_info): Move definition from here ...
3072 * frame.c (struct frame_info): ... to here.
3073
3074 2003-04-12 Andrew Cagney <cagney@redhat.com>
3075
3076 * gdbthread.h (save_infrun_state): Delete parameter
3077 "prev_func_start".
3078 (struct thread_info): Delete field "prev_func_start".
3079 (load_infrun_state): Ditto.
3080 * thread.c (load_infrun_state, save_infrun_state): Update.
3081 * infrun.c (prev_func_start): Delete variable.
3082 (context_switch, init_wait_for_inferior): Update.
3083 (stop_stepping, keep_going): Update.
3084
3085 2003-04-12 Andrew Cagney <cagney@redhat.com>
3086
3087 * gdbarch.sh: Add missing opaque declarations.
3088 * gdbarch.h: Regnerate.
3089 * symtab.h: Add missing opaque declarations.
3090 * value.h, target.h, symfile.h, stabsread.h: Ditto.
3091 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
3092 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
3093 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
3094 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
3095 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
3096 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
3097 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
3098 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
3099 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
3100 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
3101 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
3102 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
3103
3104 2003-04-11 Andrew Cagney <cagney@redhat.com>
3105
3106 * frame.c (get_frame_id): Return this frame's "id".
3107 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
3108 function start.
3109 (legacy_saved_regs_this_id): Replace function body with
3110 internal-error.
3111 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
3112 FRAME_OBSTACK_ZALLOC.
3113 (create_new_frame): Mark the frame ID as valid.
3114
3115 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
3116
3117 * Makefile.in (libbfd_h): Added missing setting.
3118 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
3119 according to the selected ABI.
3120
3121 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
3122
3123 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
3124
3125 2003-04-11 Andrew Cagney <cagney@redhat.com>
3126
3127 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
3128 SAVED_PC_AFTER_CALL.
3129 * gdbarch.h, gdbarch.c: Regenerate.
3130 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3131 * x86-64-tdep.c (x86_64_init_abi): Update.
3132 * vax-tdep.c (vax_gdbarch_init): Update.
3133 * v850-tdep.c (v850_gdbarch_init): Update.
3134 * sparc-tdep.c (sparc_gdbarch_init): Update.
3135 * sh-tdep.c (sh_gdbarch_init): Update.
3136 * s390-tdep.c (s390_gdbarch_init): Update.
3137 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3138 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3139 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3140 * mips-tdep.c (mips_gdbarch_init): Update.
3141 * mcore-tdep.c (mcore_gdbarch_init): Update.
3142 * m68k-tdep.c (m68k_gdbarch_init): Update.
3143 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3144 * ia64-tdep.c (ia64_gdbarch_init): Update.
3145 (ia64_saved_pc_after_call): Update declaration.
3146 * i386ly-tdep.c (i386lynx_init_abi): Update.
3147 * i386-tdep.c (i386_gdbarch_init): Update.
3148 * hppa-tdep.c (hppa_gdbarch_init): Update.
3149 * h8300-tdep.c (h8300_gdbarch_init): Update.
3150 * frv-tdep.c (frv_gdbarch_init): Update.
3151 * cris-tdep.c (cris_gdbarch_init): Update.
3152 * avr-tdep.c (avr_gdbarch_init): Update.
3153 * arm-tdep.c (arm_gdbarch_init): Update.
3154 * alpha-tdep.c (alpha_gdbarch_init): Update.
3155 * ns32knbsd-nat.c (frame_num_args): Update.
3156 * ns32k-tdep.c (umax_frame_num_args): Update.
3157 * mips-tdep.c (mips_init_frame_pc_first): Update.
3158 * infrun.c (step_over_function): Update.
3159 * i386-linux-tdep.c (skip_hurd_resolver): Update.
3160 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
3161 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
3162 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3163 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3164 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
3165 * arm-linux-tdep.c (skip_hurd_resolver): Update.
3166 * arch-utils.c (init_frame_pc_default): Update.
3167 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
3168 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
3169 declaration.
3170
3171 2003-04-11 Andrew Cagney <cagney@redhat.com>
3172
3173 * i387-tdep.c: Update copyright.
3174 (i387_to_double): Delete function.
3175 (double_to_i387): Delete function.
3176
3177 2003-04-10 Andrew Cagney <cagney@redhat.com>
3178
3179 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
3180 frame's function's address. Simplify.
3181 (d10v_frame_unwind_cache): Check that the frame's function is
3182 non-zero.
3183
3184 2003-04-10 Jim Blandy <jimb@redhat.com>
3185
3186 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
3187 call to set_gdbarch_deprecated_push_arguments.
3188
3189 2003-04-10 Andrew Cagney <cagney@redhat.com>
3190
3191 * frame.c (fprint_frame_id): New function.
3192 (fprint_frame_type, fprint_frame): New function.
3193 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
3194 (create_sentinel_frame, get_frame_id): Ditto.
3195 (frame_id_p, frame_id_eq): Ditto.
3196 (frame_id_inner, create_new_frame): Ditto.
3197 (legacy_get_prev_frame, get_prev_frame): Ditto.
3198 (deprecated_update_frame_pc_hack): Ditto.
3199 (frame_register_unwind): Ditto.
3200 (deprecated_update_frame_base_hack): Ditto.
3201
3202 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
3203
3204 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
3205 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
3206 frame_chain function.
3207 * Makefile.in: Add dependencies due to above change.
3208
3209 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
3210
3211 * blockframe.c (legacy_frame_chain_valid): Move call to
3212 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
3213 inside_entry_file.
3214
3215 2003-04-09 Andrew Cagney <cagney@redhat.com>
3216
3217 * frame.h (struct frame_id): Replace "pc" and "base" with
3218 "stack_addr" and "code_addr". Update comments.
3219 (frame_id_build): Update parameter names and comment.
3220 (struct frame_info): Replace "id_p" and "id" with "this_id".
3221 * dummy-frame.c (dummy_frame_this_id): Update.
3222 * breakpoint.c (print_one_breakpoint): Update.
3223 * frame.c (get_frame_id): Update.
3224 (get_frame_base, frame_id_build): Update.
3225 (create_sentinel_frame, legacy_get_prev_frame): Update.
3226 (deprecated_update_frame_base_hack): Update.
3227 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
3228 (frame_id_inner): Ditto.
3229
3230 2003-04-09 Andrew Cagney <cagney@redhat.com>
3231
3232 * defs.h (gdb_print_host_address): Make "addr" parameter a
3233 pointer constant.
3234 * utils.c (gdb_print_host_address): Update.
3235
3236 2003-04-09 Kevin Buettner <kevinb@redhat.com>
3237
3238 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
3239 register number for R0 is 0.
3240
3241 2003-04-09 J. Brobecker <brobecker@gnat.com>
3242
3243 * frame.h (struct gdbarch): Add opaque structure definition
3244 to avoid a compilation warning on LynxOS 4.0.
3245
3246 2003-04-09 Andrew Cagney <cagney@redhat.com>
3247
3248 * frame.h (struct frame_info): Delete field "pc". Replace
3249 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
3250 structure.
3251 * frame.c (frame_pc_unwind): Update.
3252 (create_sentinel_frame): Do not set "pc".
3253 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
3254 (get_frame_pc): Call frame_pc_unwind.
3255 (deprecated_update_frame_pc_hack): Update.
3256 (create_new_frame): Use "pc" not "->pc".
3257
3258 2003-04-09 Andrew Cagney <cagney@redhat.com>
3259
3260 * frame.c (get_frame_id): Eliminate code updating "frame".
3261 (legacy_get_prev_frame): Ditto.
3262 (get_frame_base): Return id.base directly.
3263 (deprecated_update_frame_base_hack): Update "id.base".
3264 * frame.h (struct frame_info): Delete field "frame".
3265
3266 2003-04-09 Andrew Cagney <cagney@redhat.com>
3267
3268 * NEWS: Mention that the "Sequent family" is obsolete.
3269 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
3270 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
3271 * configure.host: Obsolete i[3456]86-sequent-bsd*,
3272 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
3273 * config/i386/tm-ptx4.h: Obsolete file.
3274 * config/i386/tm-ptx.h: Obsolete file.
3275 * symm-tdep.c: Obsolete file.
3276 * config/i386/symmetry.mt: Obsolete file.
3277 * config/i386/tm-symmetry.h: Obsolete file.
3278 * symm-nat.c: Obsolete file.
3279 * config/i386/nm-symmetry.h: Obsolete file.
3280 * config/i386/xm-symmetry.h: Obsolete file.
3281 * config/i386/symmetry.mh: Obsolete file.
3282 * config/i386/nm-ptx4.h: Obsolete file.
3283 * config/i386/ptx4.mh: Obsolete file.
3284 * config/i386/ptx.mt: Obsolete file.
3285 * config/i386/ptx.mh: Obsolete file.
3286 * config/i386/xm-ptx4.h: Obsolete file.
3287 * config/i386/xm-ptx.h: Obsolete file.
3288
3289 2003-04-09 Andrew Cagney <cagney@redhat.com>
3290
3291 Obsolete mips*-*-mach3*.
3292 * NEWS: Mention that mips*-*-mach3* is obsolete.
3293 * m3-nat.c: Obsolete file.
3294 * config/nm-m3.h: Obsolete file.
3295 * config/mips/tm-mipsm3.h: Obsolete file.
3296 * config/mips/mipsm3.mt: Obsolete file.
3297 * config/mips/mipsm3.mh: Obsolete file.
3298 * config/mips/xm-mipsm3.h: Obsolete file.
3299 * mipsm3-nat.c: Obsolete file.
3300 * configure.host: Obsolete mips-dec-mach3*.
3301 * configure.tgt: Obsolete mips*-*-mach3*.
3302
3303 2003-04-09 Andrew Cagney <cagney@redhat.com>
3304
3305 * doublest.h: Update copyright.
3306 (deprecated_store_floating, deprecated_extract_floating): Rename
3307 store_floating and extract_floating. Update comments.
3308 * doublest.c: Update copyright.
3309 (extract_floating_by_length): Replace extract_floating.
3310 (store_floating_by_length): Replace store_floating.
3311 (deprecated_extract_floating): New function.
3312 (deprecated_store_floating): New function.
3313 (extract_typed_floating): Call extract_floating_by_length.
3314 (store_typed_floating): Call store_floating_by_length.
3315 * x86-64-tdep.c (x86_64_store_return_value): Update.
3316 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
3317 (sh64_extract_return_value): Update.
3318 (sh_sh4_register_convert_to_virtual): Update.
3319 (sh_sh64_register_convert_to_virtual): Update.
3320 (sh_sh4_register_convert_to_raw): Update.
3321 (sh_sh64_register_convert_to_raw): Update.
3322 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
3323 (rs6000_register_convert_to_raw): Update.
3324 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
3325 (ia64_register_convert_to_raw): Update.
3326 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
3327 (REGISTER_CONVERT_TO_VIRTUAL): Update.
3328 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
3329 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
3330 (alpha_register_convert_to_raw): Update.
3331
3332 2003-04-08 Andrew Cagney <cagney@redhat.com>
3333
3334 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
3335 * gdbarch.h, gdbarch.c: Re-generate.
3336 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
3337 (d10v_gdbarch_init): Do not set saved_pc_after_call.
3338 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
3339 conditionally, use frame_pc_unwind as an alternative. Add
3340 comments.
3341 * arch-utils.c (init_frame_pc_default): Only call
3342 SAVED_PC_AFTER_CALL when available.
3343
3344 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
3345
3346 * infrun.c (stop_soon): Rename from stop_soon_quietly.
3347 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
3348 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
3349 (start_remote): Ditto.
3350 (handle_inferior_event): Ditto.
3351 (save_inferior_status): Ditto.
3352 (restore_inferior_status): Ditto.
3353 * infcmd.c (attach_command): Ditto.
3354 * fork-child.c (startup_inferior): Ditto.
3355 * inferior.h (stop_soon): Rename from stop_soon_quietly.
3356 * alpha-tdep.c (heuristic_proc_start): Ditto.
3357 * mips-tdep.c (heuristic_proc_start): Ditto.
3358 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
3359 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
3360 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
3361 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
3362 * remote-vx.c (vx_create_inferior): Ditto.
3363
3364 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
3365
3366 * infrun.c (stop_soon_quietly): Make it an enum, to better
3367 override the default behavior of handle_inferior_event.
3368 (clear_proceed_status): Update uses of stop_soon_quietly to
3369 reflect that it is now an enum.
3370 (start_remote): Ditto.
3371 (handle_inferior_event): Change logic a bit if stop_soon_quietly
3372 is set to handle the new GNU/Linux kernel behavior for
3373 attach/sigstop. Update uses of stop_soon_quietly.
3374 * inferior.h (enum stop_kind): New enum.
3375 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
3376 Reset normal handle_inferior_event behavior, afterwards.
3377 * fork-child.c (startup_inferior): Update.
3378 * alpha-tdep.c (heuristic_proc_start): Update.
3379 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
3380 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
3381 * solib-osf.c (osf_solib_create_inferior_hook): Update.
3382 * solib-irix.c (irix_solib_create_inferior_hook): Update.
3383 * remote-vx.c (vx_create_inferior): Update.
3384 * mips-tdep.c (heuristic_proc_start): Update.
3385
3386 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
3387
3388 * disasm.c (dump_insns): Move variables inside loop, or they will
3389 be freed more than once, causing wild memory corruptions.
3390 (gdb_disassembly): Look for the substring "-thread",
3391 instead of "-threads" in the target name, to make sure to find
3392 the 'multi-thread' target. Also, make sure we do the right thing
3393 with the "core" target.
3394
3395 2003-04-07 Kevin Buettner <kevinb@redhat.com>
3396
3397 * mips-tdep.c (mips_print_fp_register): New function, created from
3398 do_fp_register_row(). Registers are now (also) printed as hex.
3399 Only one register is printed per row.
3400 (mips_print_register, do_fp_register_row): Print floating point
3401 registers with mips_print_fp_register().
3402
3403 2003-04-06 Andrew Cagney <cagney@redhat.com>
3404
3405 * valprint.h (inspect_it): Add extern declaration.
3406 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
3407 (selectors_info, classes_info): Ditto.
3408 (find_objc_msgcall): Fix indentation.
3409 (objc_printstr): Delete extern declarations.
3410
3411 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
3412
3413 2003-04-06 Andrew Cagney <cagney@redhat.com>
3414
3415 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
3416 Update comment.
3417 * frame.c (legacy_saved_regs_this_id): Update.
3418 (legacy_get_prev_frame): Update.
3419 * xstormy16-tdep.c: Update comment.
3420 * sparc-tdep.c (sparc_frame_chain): Update comment.
3421 * blockframe.c (legacy_frame_chain_valid): Update.
3422
3423 2003-04-06 Andrew Cagney <cagney@redhat.com>
3424
3425 * valprint.c (val_print_type_code_int): Delete #ifdef
3426 PRINT_TYPELESS_INTEGER code.
3427
3428 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
3429 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
3430 multi-arch definition.
3431 * gdbarch.h: Re-generate.
3432
3433 2003-04-05 Andrew Cagney <cagney@redhat.com>
3434
3435 Eliminate FRAME_FIND_SAVED_REGS.
3436 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
3437 Change FSR parameter to a pointer.
3438 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
3439 Assume FSR parameter is a pointer.
3440 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
3441 Make fsr a pointer.
3442 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
3443 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
3444 saved_regs a pointer.
3445 (hppa_frame_saved_pc): Ditto.
3446 (find_dummy_frame_regs): Make frame_saved_regs a pointer
3447 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
3448 pointer.
3449 (restore_pc_queue): Make fsr a pointer.
3450 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
3451 (hppa_frame_chain): Make saved_regs a pointer, call
3452 hppa_frame_init_saved_regs.
3453 * sparc-tdep.c: Include "gdb_assert.h".
3454 (sparc_frame_find_saved_regs): Replace internal_error with
3455 gdb_assert.
3456 * remote-vxsparc.c (vx_read_register): Delete reference to
3457 FRAME_FIND_SAVED_REGS.
3458 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
3459 * gdbarch.h: Regenerate.
3460 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
3461 (deprecated_get_frame_saved_regs): Delete declaration.
3462 (struct frame_saved_regs): Delete definition.
3463 * frame.c (deprecated_get_frame_saved_regs): Delete function.
3464 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
3465 (hppa_frame_find_saved_regs): Delete declaration.
3466 (FRAME_FIND_SAVED_REGS): Delete macro.
3467 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
3468 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
3469 FRAME_FIND_SAVED_REGS in comment.
3470
3471 2003-04-05 Andrew Cagney <cagney@redhat.com>
3472
3473 * frame.c (frame_func_unwind, get_frame_func): New functions.
3474 * frame.h (get_frame_func, frame_func_unwind): Declare.
3475 (struct frame_info): Add field "prev_func" for caching the
3476 previous frame's function address.
3477 * arm-tdep.c (arm_frameless_function_invocation): Combine
3478 get_pc_function_start and get_frame_pc into get_frame_func.
3479 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
3480 (sh64_nofp_frame_init_saved_regs): Ditto.
3481 * s390-tdep.c (s390_function_start): Ditto.
3482 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
3483 (rs6000_frameless_function_invocation): Ditto.
3484 (rs6000_frame_saved_pc): Ditto.
3485 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
3486 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
3487 * i386-tdep.c (i386_frameless_signal_p): Ditto.
3488 (i386_frame_init_saved_regs): Ditto.
3489 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
3490 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
3491 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
3492 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3493 * blockframe.c (frameless_look_for_prologue): Ditto.
3494
3495 2003-04-05 Andrew Cagney <cagney@redhat.com>
3496
3497 * frame.c (legacy_get_prev_frame): Link prev to next at the
3498 function start. Update comments.
3499
3500 2003-04-05 Andrew Cagney <cagney@redhat.com>
3501
3502 * frame.c (get_frame_id): Update comment.
3503 (legacy_get_prev_frame): Update comment.
3504 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
3505 * gdbarch.h: Regenerate.
3506 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
3507 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
3508
3509 2003-04-05 Andrew Cagney <cagney@redhat.com>
3510
3511 * stack.c (print_frame_info): Use get_frame_pc.
3512
3513 2003-04-04 Andrew Cagney <cagney@redhat.com>
3514
3515 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
3516 the frame's type from the unwinder.
3517 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
3518 (create_new_frame, legacy_get_prev_frame): When the unwinder's
3519 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
3520 (get_frame_base_address): Use get_frame_type.
3521 (get_frame_locals_address, get_frame_args_address): Ditto.
3522 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
3523 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
3524 (struct frame_info): Add comment explaining why the frame contains
3525 a "type" field.
3526 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
3527 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
3528 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
3529 NORMAL_FRAME.
3530 * frame-unwind.h: Include "frame.h".
3531 (struct frame_unwind): Add "type" field.
3532 * Makefile.in (frame_unwind_h): Add $(frame_h).
3533
3534 2003-04-04 Andrew Cagney <cagney@redhat.com>
3535
3536 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
3537 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
3538 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
3539 get_frame_base.
3540 (d10v_unwind_dummy_id): Use frame_id_build.
3541 * frame.c (find_frame_sal): Use get_frame_pc.
3542 (create_new_frame): Use deprecated_update_frame_pc_hack and
3543 deprecated_update_frame_base_hack.
3544 (create_sentinel_frame): Add comment about ->pc going away.
3545 (get_prev_frame): Add comment about ->pc going away.
3546 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
3547 frame_id_build, deprecated_update_frame_pc_hack and
3548 deprecated_update_frame_base_hack.
3549 (select_frame): Use get_frame_pc.
3550 (legacy_saved_regs_this_id): Use frame_id_build.
3551
3552 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
3553
3554 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
3555 signed integer case.
3556 (classify_argument): Handle enumerations and references.
3557
3558 2003-04-04 Andrew Cagney <cagney@redhat.com>
3559
3560 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
3561 ID to NULL.
3562
3563 2003-04-01 Adam Fedor <fedor@gnu.org>
3564
3565 * gdb/objc-lang.c (selectors_info): Replace calls to
3566 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
3567 SYMBOL_NATURAL_NAME.
3568 (classes_info, find_methods): Likewise.
3569
3570 2003-04-03 Kevin Buettner <kevinb@redhat.com>
3571
3572 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
3573 ``mach'' to the value determined by bfd_default_set_arch_mach().
3574
3575 2003-04-02 Bob Rossi <bob_rossi@cox.net>
3576
3577 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
3578 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
3579 (mi-cmd-file.o): Update dependencies.
3580
3581 2003-04-01 Kevin Buettner <kevinb@redhat.com>
3582
3583 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
3584 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
3585
3586 2003-04-01 Adam Fedor <fedor@gnu.org>
3587
3588 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
3589 * language.h (struct language_defn): Add la_demangle.
3590 (language_demangle): Declare.
3591 * language.c (language_demangle): New function.
3592 (unk_lang_demangle): Likewise.
3593 (unknown_language_defn, auto_language_defn, local_language_defn):
3594 Add ukn_lang_demangle.
3595 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
3596 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
3597 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
3598 (cplus_language_defn): Add cplus_demangle for la_demangle element.
3599 * jv-lang.c (java_demangle): New function
3600 (java_language_defn): Use it for la_demangle element.
3601 * objc-lang.c (objc_demangle): Add options argument
3602 (objc_language_defn): Use objc_demangle for la_demangle element.
3603 * maint.c (maintenance_demangle): Replace switch with
3604 call to language_demangle.
3605 * utils.c (fprintf_symbol_filtered): Likewise.
3606
3607 2003-04-01 Andrew Cagney <cagney@redhat.com>
3608
3609 * printcmd.c (print_frame_nameless_args): Delete #ifdef
3610 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
3611 PRINT_TYPELESS_INTEGER.
3612 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
3613 PUSH_RETURN_ADDRESS.
3614
3615 2003-04-01 Andrew Cagney <cagney@redhat.com>
3616
3617 * Makefile.in (d10v-tdep.o): Update dependencies.
3618 * d10v-tdep.c: Include "frame-base.h".
3619 (d10v_frame_unwind): Make constant.
3620 (d10v_frame_base_address): New function.
3621 (d10v_frame_base): New variable.
3622 (d10v_gdbarch_init): Set frame_base default.
3623 (struct d10v_unwind_cache): Add the field "prev_sp". Update
3624 comment for base.
3625 (d10v_frame_unwind_cache): Set and use "prev_sp".
3626 (d10v_frame_this_id): Use the previous frame's inner most stack
3627 address and this frame's func address for the frame ID. Use
3628 frame_id_build. Don't analyze beyond the current instruction.
3629
3630 2003-04-01 Andrew Cagney <cagney@redhat.com>
3631
3632 * frame.h (get_frame_locals_address, get_frame_args_address):
3633 Refer to the base address, instead of the address of the first
3634 local or parameter.
3635
3636 2003-04-01 Andrew Cagney <cagney@redhat.com>
3637
3638 Add frame debug info addresses:
3639 * frame-base.c: New file.
3640 * frame-base.h: New file.
3641 * frame.h (struct frame_base): Add opaque declaration.
3642 (get_frame_base): Update comment.
3643 (get_frame_base_address): Declare.
3644 (get_frame_locals_address): Declare.
3645 (get_frame_args_address): Declare.
3646 (struct frame_info): Add "base" and "base_cache". Update
3647 comments on the unwinder.
3648 * frame.c: Include "frame-base.h".
3649 (get_frame_locals_address): New function.
3650 (get_frame_base_address): New function.
3651 (get_frame_args_address): New function.
3652 * findvar.c (read_var_value): Use get_frame_locals_address and
3653 get_frame_args_address.
3654 * stack.c (frame_info): Use get_frame_locals_address and
3655 get_frame_args_address.
3656 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
3657 moved to "frame-base.c".
3658 * printcmd.c (print_frame_nameless_args): Ditto.
3659 * symtab.h (address_class): Update comments.
3660 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
3661 get_frame_base_address.
3662 * dwarf2expr.c (execute_stack_op): Ditto.
3663 * Makefile.in (frame_base_h): Define.
3664 (frame.o): Update dependencies.
3665 (frame-base.o): Add dependencies.
3666 (SFILES): Add frame-base.c.
3667 (COMMON_OBS): Add frame-base.o.
3668
3669 2003-04-01 Andrew Cagney <cagney@redhat.com>
3670
3671 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
3672 CALL_DUMMY_LENGTH): Ditto.
3673 * gdbarch.c: Re-generate.
3674 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
3675 (CALL_DUMMY_LENGTH): Delete macro.
3676 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
3677 * arm-tdep.c (arm_gdbarch_init): Ditto.
3678 * avr-tdep.c (avr_gdbarch_init): Ditto.
3679 * cris-tdep.c (cris_gdbarch_init): Ditto.
3680 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3681 * frv-tdep.c (frv_gdbarch_init): Ditto.
3682 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3683 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3684 * i386-tdep.c (i386_gdbarch_init): Ditto.
3685 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3686 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3687 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3688 * mips-tdep.c (mips_gdbarch_init): Ditto.
3689 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3690 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3691 * s390-tdep.c (s390_gdbarch_init): Ditto.
3692 * sh-tdep.c (sh_gdbarch_init): Ditto.
3693 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3694 * v850-tdep.c (v850_gdbarch_init): Ditto.
3695 * vax-tdep.c (vax_gdbarch_init): Ditto.
3696 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3697
3698 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
3699
3700 * frame.c (get_prev_frame): Disable call to inside_entry_file().
3701
3702 2003-04-01 Andrew Cagney <cagney@redhat.com>
3703
3704 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
3705 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3706 * gdbarch.h, gdbarch.c: Re-generate.
3707 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3708 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3709 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3710 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3711 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3712 * infcmd.c (run_stack_dummy): Simplify assuming
3713 CALL_DUMMY_BREAKPOINT_OFFSET_P.
3714 * infrun.c (handle_inferior_event): Ditto.
3715 * alpha-tdep.c (alpha_gdbarch_init): Do not set
3716 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
3717 * arm-tdep.c (arm_gdbarch_init): Ditto.
3718 * avr-tdep.c (avr_gdbarch_init): Ditto.
3719 * cris-tdep.c (cris_gdbarch_init): Ditto.
3720 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3721 * frv-tdep.c (frv_gdbarch_init): Ditto.
3722 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3723 * i386-tdep.c (i386_gdbarch_init): Ditto.
3724 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3725 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3726 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3727 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3728 * mips-tdep.c (mips_gdbarch_init): Ditto.
3729 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3730 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3731 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3732 * s390-tdep.c (s390_gdbarch_init): Ditto.
3733 * sh-tdep.c (sh_gdbarch_init): Ditto.
3734 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3735 * v850-tdep.c (v850_gdbarch_init): Ditto.
3736 * vax-tdep.c (vax_gdbarch_init): Ditto.
3737 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3738
3739 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
3740
3741 * symfile.c (symfile_relocate_debug_section): Update call to
3742 bfd_simple_get_relocated_section_contents.
3743
3744 2003-03-31 Andrew Cagney <cagney@redhat.com>
3745
3746 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
3747 * gdbarch.h, gdbarch.c: Regenerate.
3748 * inferior.h (FIX_CALL_DUMMY): Delete macro.
3749 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
3750 available.
3751 * frame.h (generic_fix_call_dummy): Delete declaration.
3752 * dummy-frame.h: Update comment.
3753 * dummy-frame.c (generic_fix_call_dummy): Delete function.
3754 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3755 fix_call_dummy.
3756 * sh-tdep.c (sh_gdbarch_init): Ditto.
3757 * s390-tdep.c (s390_gdbarch_init): Ditto.
3758 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3759 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3760 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3761 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3762 * i386-tdep.c (i386_gdbarch_init): Ditto.
3763 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3764 * frv-tdep.c (frv_gdbarch_init): Ditto.
3765 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3766 * cris-tdep.c (cris_gdbarch_init): Ditto.
3767 * avr-tdep.c (avr_gdbarch_init): Ditto.
3768 * arm-tdep.c (arm_gdbarch_init): Ditto.
3769
3770 2003-03-31 J. Brobecker <brobecker@gnat.com>
3771
3772 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
3773 (INIT_FRAME_AP): Likewise.
3774 (EXTRA_FRAME_INFO): Likewise.
3775
3776 2003-03-31 Andrew Cagney <cagney@redhat.com>
3777
3778 * gdbarch.sh: Include "symfile.h".
3779 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
3780 * gdbarch.h, gdbarch.c: Re-generate.
3781 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
3782 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3783 call_dummy_address, the default is at entry_point_address.
3784 * v850-tdep.c (v850_gdbarch_init): Ditto.
3785 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3786 * sh-tdep.c (sh_gdbarch_init): Ditto.
3787 * s390-tdep.c (s390_gdbarch_init): Ditto.
3788 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3789 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3790 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3791 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3792 * i386-tdep.c (i386_gdbarch_init): Ditto.
3793 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3794 * frv-tdep.c (frv_gdbarch_init): Ditto.
3795 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3796 * cris-tdep.c (cris_gdbarch_init): Ditto.
3797 * arm-tdep.c (arm_gdbarch_init): Ditto.
3798
3799 2003-03-31 Andrew Cagney <cagney@redhat.com>
3800
3801 * gdbarch.sh (CALL_DUMMY_P): Delete.
3802 * gdbarch.h, gdbarch.c: Re-generate.
3803 * inferior.h (CALL_DUMMY_P): Delete macro.
3804 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3805 * vax-tdep.c (vax_gdbarch_init): Update.
3806 * v850-tdep.c (v850_gdbarch_init): Update.
3807 * sparc-tdep.c (sparc_gdbarch_init): Update.
3808 * sh-tdep.c (sh_gdbarch_init): Update.
3809 * s390-tdep.c (s390_gdbarch_init): Update.
3810 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3811 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3812 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3813 * mips-tdep.c (mips_gdbarch_init): Update.
3814 * mcore-tdep.c (mcore_gdbarch_init): Update.
3815 * m68k-tdep.c (m68k_gdbarch_init): Update.
3816 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3817 * ia64-tdep.c (ia64_gdbarch_init): Update.
3818 * i386-tdep.c (i386_gdbarch_init): Update.
3819 * h8300-tdep.c (h8300_gdbarch_init): Update.
3820 * frv-tdep.c (frv_gdbarch_init): Update.
3821 * d10v-tdep.c (d10v_gdbarch_init): Update.
3822 * cris-tdep.c (cris_gdbarch_init): Update.
3823 * breakpoint.c (deprecated_frame_in_dummy): Update.
3824 * avr-tdep.c (avr_gdbarch_init): Update.
3825 * alpha-tdep.c (alpha_gdbarch_init): Update.
3826 * arm-tdep.c (arm_gdbarch_init): Update.
3827 * dummy-frame.c (dummy_frame_this_id): Update comments.
3828 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
3829 * frame.c (legacy_get_prev_frame): Ditto.
3830 * valops.c (call_function_by_hand): Delete function.
3831 (hand_function_call): Rename to call_function_by_hand
3832
3833 2003-03-30 Andrew Cagney <cagney@redhat.com>
3834
3835 2002-11-10 Klee Dienes <kdienes@apple.com>
3836 * value.h (struct value): Update comment.
3837
3838 2003-03-30 Andrew Cagney <cagney@redhat.com>
3839
3840 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
3841 D10V_FP_REGNUM.
3842 (d10v_gdbarch_init): Do not set fp_regnum.
3843
3844 * frame.c (get_frame_base): Force ID initialization.
3845 (get_prev_frame): Move computation of the frame ID from here ...
3846 (get_frame_id): ... to here.
3847 (legacy_get_prev_frame): Mark the frame ID as valid.
3848 * frame.h (struct frame_info): Add field "id_p".
3849
3850 2003-03-30 Mark Kettenis <kettenis@gnu.org>
3851
3852 * i386-tdep.c (i386_store_struct_return): Removed.
3853 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
3854
3855 2003-03-30 Andrew Cagney <cagney@redhat.com>
3856
3857 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
3858 * gdbarch.h, gdbarch.c: Regenerate.
3859 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
3860 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3861 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3862 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3863 * i386-tdep.c (i386_gdbarch_init): Ditto.
3864 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3865 * cris-tdep.c (cris_gdbarch_init): Ditto.
3866 * vax-tdep.c (vax_gdbarch_init): Ditto.
3867 * s390-tdep.c (s390_gdbarch_init): Ditto.
3868 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3869 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3870 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3871 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
3872 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
3873 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
3874 * sparc-tdep.c (sparc_gdbarch_init): Update.
3875 * sh-tdep.c (sh_gdbarch_init): Update.
3876 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3877 * mips-tdep.c (mips_gdbarch_init): Update.
3878 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3879 * ia64-tdep.c (ia64_gdbarch_init): Update.
3880 * frv-tdep.c (frv_gdbarch_init): Update.
3881 * avr-tdep.c (avr_gdbarch_init): Update.
3882 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
3883 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
3884 instead of when push_dummy_call is not available.
3885
3886 2003-03-30 Andrew Cagney <cagney@redhat.com>
3887
3888 * infttrace.c: Include "gdbthread.h".
3889 (parent_attach_all): Fix function signature.
3890 (call_ptrace): Update call.
3891 * Makefile.in (infttrace.o): Update dependencies.
3892
3893 2003-03-30 Andrew Cagney <cagney@redhat.com>
3894
3895 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
3896 PUSH_RETURN_ADDRESS.
3897 * gdbarch.h, gdbarch.c: Regenerate.
3898 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3899 * x86-64-tdep.c (x86_64_init_abi): Update.
3900 * v850-tdep.c (v850_gdbarch_init): Update.
3901 * sparc-tdep.c (sparc_gdbarch_init): Update.
3902 * sh-tdep.c (sh_gdbarch_init): Update.
3903 * s390-tdep.c (s390_gdbarch_init): Update.
3904 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3905 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3906 * mips-tdep.c (mips_gdbarch_init): Update.
3907 * mcore-tdep.c (mcore_gdbarch_init): Update.
3908 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3909 * ia64-tdep.c (ia64_gdbarch_init): Update.
3910 * i386-tdep.c (i386_gdbarch_init): Update.
3911 * h8300-tdep.c (h8300_gdbarch_init): Update.
3912 * frv-tdep.c (frv_gdbarch_init): Update.
3913 * cris-tdep.c (cris_gdbarch_init): Update.
3914 * avr-tdep.c (avr_gdbarch_init): Update.
3915 * arm-tdep.c (arm_gdbarch_init): Update.
3916 * valops.c (hand_function_call): Update.
3917
3918 2003-03-29 Andrew Cagney <cagney@redhat.com>
3919
3920 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
3921 sizeof_call_dummy_words.
3922 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
3923 define.
3924 * gdbarch.h: Regenerate.
3925
3926 2003-03-29 Andrew Cagney <cagney@redhat.com>
3927
3928 * infttrace.h: New file.
3929 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
3930 (hpread_get_textlow): Detect an uninitialized dn_bufp.
3931 (hpread_read_doc_function_type): Detect an initialized type1.
3932 (hpread_quick_traverse): Initialize mod_name_string.
3933 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
3934 (som_solib_get_solib_by_pc): Declare.
3935 (so_lib_thread_start_addr): Declare.
3936 (no_shared_libraries): Declare.
3937 * somread.c (init_import_symbols): Make static. Add forward
3938 declaration.
3939 * config/pa/nm-hppah.h: Include "infttrace.h" for
3940 parent_attach_all.
3941 (hppa_insert_hw_watchpoint): Declare.
3942 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
3943 * hppah-nat.c: Include "gdb_string.h".
3944 (parent_attach_all): Delete extern declaration, moved to
3945 "infttrace.h".
3946 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
3947 int.
3948 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
3949 * Makefile.in (infttrace_h): Define.
3950 (hpread.o): Update dependencies.
3951 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
3952 * hppa-hpux-tdep.c: Include "gdb_string.h".
3953 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
3954 * infrun.c (handle_inferior_event): Always initialize
3955 stepped_after_stopped_by_watchpoint. Add default and remove
3956 fallthrough in switch statement.
3957 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
3958 parameter to int.
3959 (hppa_remove_hw_watchpoint): Ditto.
3960
3961 2003-03-29 Andrew Cagney <cagney@redhat.com>
3962
3963 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
3964 offset.
3965
3966 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
3967
3968 * arm-tdep.c (arm_push_arguments): Delete.
3969 (struct stack_item): New type.
3970 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
3971 (arm_store_struct_return): Delte.
3972 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
3973 arm_push_arguments or arm_store_struct_return.
3974
3975 2003-03-28 Andrew Cagney <cagney@redhat.com>
3976
3977 * Makefile.in (d10v-tdep.o): Update dependencies.
3978 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
3979 * d10v-tdep.c: Include "remote.h".
3980 (target_resume_hook): Delete extern declaration.
3981 (target_wait_loop_hook): Ditto.
3982 (tdisassemble_command): Eliminate assignment in "if" conditional.
3983 (d10v_ts2_register_sim_regno): Eliminate call to
3984 legacy_register_sim_regno.
3985 (d10v_ts3_register_sim_regno): Ditto.
3986
3987 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
3988
3989 * thread.c: Reindented.
3990 * lin-lwp.c: Ditto.
3991 * linux-proc.c: Ditto.
3992
3993 2003-03-28 Bob Rossi <bob_rossi@cox.net>
3994
3995 * MAINTAINERS (write after approval): Add myself.
3996
3997 2003-03-27 Theodore A. Roth <troth@openavr.org>
3998
3999 * objc-exp.y: Add missing semi-colons.
4000
4001 2003-03-27 Andrew Cagney <cagney@redhat.com>
4002
4003 * regcache.c (write_sp): Delete function and references.
4004 * inferior.h (write_sp): Delete declaration.
4005 * valops.c (hand_function_call): Replace write_sp with
4006 TARGET_WRITE_SP.
4007 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
4008 (sparc_pop_frame): Ditto.
4009
4010 2003-03-27 Andrew Cagney <cagney@redhat.com>
4011
4012 * NEWS: Mention removal of support for hppa*-*-bsd* and
4013 hppa*-*-osf* natives, and hppa*-*-pro* target.
4014 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
4015 * config/pa/xm-pa.h: Obsolete file.
4016 * config/pa/xm-hppab.h: Obsolete file.
4017 * config/pa/nm-hppab.h: Obsolete file.
4018 * config/pa/tm-hppab.h: Obsolete file.
4019 * config/pa/tm-hppao.h: Obsolete file.
4020 * config/pa/nm-hppao.h: Obsolete file.
4021 * config/pa/tm-pro.h: Obsolete file.
4022 * config/pa/hppaosf.mt: Obsolete file.
4023 * config/pa/hppaosf.mh: Obsolete file.
4024 * config/pa/hppapro.mt: Obsolete file.
4025 * config/pa/hppabsd.mt: Obsolete file.
4026 * config/pa/hppabsd.mh: Obsolete file.
4027 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
4028 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
4029 hppa*-*-osf*.
4030
4031 2003-03-27 Andrew Cagney <cagney@redhat.com>
4032
4033 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
4034 push_arguments. Don't set push_return_address or write_sp.
4035 (d10v_push_dummy_call): Replace d10v_push_arguments.
4036 (d10v_push_return_address, d10v_write_sp): Delete function,
4037 handled by push_dummy_call.
4038
4039 2003-03-26 Andrew Cagney <cagney@redhat.com>
4040
4041 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
4042 (push_dummy_call): New pure multi-arch replacement with gdbarch,
4043 regcache and dummy_addr parameters.
4044 * gdbarch.h, gdbarch.c: Re-generate.
4045 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
4046 available; assume it will handle stack alignment and return
4047 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
4048 legacy_push_arguments.
4049 (legacy_push_arguments): Rename default_push_arguments.
4050 * value.h (legacy_push_arguments): Rename default_push_arguments.
4051 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
4052 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
4053 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
4054 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
4055 * config/i386/tm-symmetry.h: Update.
4056 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4057 * x86-64-tdep.c (x86_64_init_abi): Update.
4058 * v850-tdep.c (v850_gdbarch_init): Update.
4059 * sparc-tdep.c (sparc_gdbarch_init): Update.
4060 * sh-tdep.c (sh_gdbarch_init): Update.
4061 * s390-tdep.c (s390_gdbarch_init): Update.
4062 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4063 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4064 * mips-tdep.c (mips_gdbarch_init): Update.
4065 * mcore-tdep.c (mcore_gdbarch_init): Update.
4066 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4067 * ia64-tdep.c (ia64_gdbarch_init): Update.
4068 * i386-tdep.c (i386_gdbarch_init): Update.
4069 * hppa-tdep.c (hppa_gdbarch_init): Update.
4070 * h8300-tdep.c (h8300_gdbarch_init): Update.
4071 * frv-tdep.c (frv_gdbarch_init): Update.
4072 * d10v-tdep.c (d10v_gdbarch_init): Update.
4073 * cris-tdep.c (cris_gdbarch_init): Update.
4074 * avr-tdep.c (avr_gdbarch_init): Update.
4075 * arm-tdep.c (arm_gdbarch_init): Update.
4076 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4077 * alpha-tdep.c (alpha_gdbarch_init): Update.
4078
4079 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
4080
4081 * signals/signals.c (do_target_signal_to_host): Correct realtime
4082 signal range test.
4083
4084 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
4085
4086 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
4087 (struct sal_chain, map_catch_names): Remove.
4088 (catch_exception_command_1): Don't call
4089 handle_gnu_4_16_catch_command.
4090
4091 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
4092
4093 From Mark Dettinger <dettinge@de.ibm.com>:
4094 * dwarf2cfi.c (read_2u): Increment pointer by two.
4095
4096 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
4097
4098 * signals/signals.c: Fix typos in last change.
4099
4100 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
4101
4102 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
4103 not already defined. Use __SIGRTMIN if available.
4104 (target_signal_from_host): Remove SIGRTMIN block.
4105 (do_target_signal_to_host): Remove SIGRTMIN block; check that
4106 the signal is within the realtime range.
4107
4108 2003-03-25 Adam Fedor <fedor@gnu.org>
4109
4110 * Makefile.in (infrun.o): Add $(language_h)
4111 * infrun.c (handle_inferior_event): Use skip_language_trampoline
4112 for language specific trampolines.
4113 * language.h (struct language_defn): Add skip_trampoline.
4114 (skip_language_trampoline): Declare.
4115 * language.c (unk_lang_trampoline, skip_language_trampoline):
4116 New functions.
4117 (unknown_language_defn, auto_language_defn, local_language_defn):
4118 Add ukn_lang_trampoline.
4119 * ada-lang.c (ada_language_defn): Add NULL for language
4120 specific skip_trampoline.
4121 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
4122 scm-lang.c: Likewise.
4123 * objc-lang.c (objc_skip_trampoline): New function.
4124 (objc_language_defn): Add objc_skip_trampoline.
4125
4126 2003-03-25 Andrew Cagney <cagney@redhat.com>
4127
4128 * frame.c (get_prev_frame): Delay validating a frame's ID -
4129 non-NULL, didn't go backwards - until an attempt to unwind it to
4130 the previous frame.
4131
4132 2003-03-25 Andrew Cagney <cagney@redhat.com>
4133
4134 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
4135 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
4136 * gdbarch.h, gdbarch.c: Re-generate.
4137 * config/sparc/tm-sparc.h
4138 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
4139 * sparc-tdep.c (sparc_gdbarch_init): Set
4140 deprecated_extra_stack_alignment_needed.
4141 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
4142 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
4143 extra_stack_alignment_needed.
4144 * v850-tdep.c (v850_gdbarch_init): Ditto.
4145 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4146 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4147 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4148 * cris-tdep.c (cris_gdbarch_init): Ditto.
4149 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4150 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4151
4152 2003-03-25 Andrew Cagney <cagney@redhat.com>
4153
4154 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
4155 STORE_STRUCT_RETURN.
4156 * gdbarch.h, gdbarch.c: Regenerate.
4157 * d10v-tdep.c (d10v_store_struct_return): Delete function.
4158 (d10v_push_arguments): Set the struct return register.
4159 (d10v_gdbarch_init): Update.
4160 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4161 * x86-64-tdep.c (x86_64_init_abi): Update.
4162 * vax-tdep.c (vax_gdbarch_init): Update.
4163 * v850-tdep.c (v850_gdbarch_init): Update.
4164 * sparc-tdep.c (sparc_gdbarch_init): Update.
4165 * sh-tdep.c (sh_gdbarch_init): Update.
4166 * s390-tdep.c (s390_gdbarch_init): Update.
4167 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4168 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4169 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4170 * mips-tdep.c (mips_gdbarch_init): Update.
4171 * mcore-tdep.c (mcore_gdbarch_init): Update.
4172 * m68k-tdep.c (m68k_gdbarch_init): Update.
4173 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4174 * ia64-tdep.c (ia64_gdbarch_init): Update.
4175 * i386-tdep.c (i386_gdbarch_init): Update.
4176 * hppa-tdep.c (hppa_gdbarch_init): Update.
4177 * h8300-tdep.c (h8300_gdbarch_init): Update.
4178 * frv-tdep.c (frv_gdbarch_init): Update.
4179 * cris-tdep.c (cris_gdbarch_init): Update.
4180 * avr-tdep.c (avr_gdbarch_init): Update.
4181 * arm-tdep.c (arm_gdbarch_init): Update.
4182 * alpha-tdep.c (alpha_gdbarch_init): Update.
4183
4184 2003-03-25 Andrew Cagney <cagney@redhat.com>
4185
4186 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
4187 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
4188 CALL_DUMMY_STACK_ADJUST with a predicate variable.
4189 * gdbarch.h, gdbarch.c: Regenerate.
4190 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4191 call_dummy_stack_adjust_p.
4192 * vax-tdep.c (vax_gdbarch_init): Ditto.
4193 * v850-tdep.c (v850_gdbarch_init): Ditto.
4194 * sh-tdep.c (sh_gdbarch_init): Ditto.
4195 * s390-tdep.c (s390_gdbarch_init): Ditto.
4196 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4197 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4198 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4199 * mips-tdep.c (mips_gdbarch_init): Ditto.
4200 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4201 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4202 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4203 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4204 * i386-tdep.c (i386_gdbarch_init): Ditto.
4205 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4206 * frv-tdep.c (frv_gdbarch_init): Ditto.
4207 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4208 * cris-tdep.c (cris_gdbarch_init): Ditto.
4209 * avr-tdep.c (avr_gdbarch_init): Ditto.
4210 * arm-tdep.c (arm_gdbarch_init): Ditto.
4211 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4212 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
4213 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
4214 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
4215 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
4216 call_dummy_stack_adjust_p.
4217 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
4218 (CALL_DUMMY_STACK_ADJUST): Delete macro.
4219 * sparc-tdep.c (sparc32_push_arguments): Update.
4220 * valops.c (hand_function_call): Update.
4221
4222 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
4223
4224 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
4225 set_gdbarch_char_signed.
4226
4227 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
4228
4229 PR cli/548
4230 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
4231
4232 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
4233
4234 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
4235 (_initialize_arm_tdep): Don't set tm_print_insn.
4236
4237 2003-03-24 Adam Fedor <fedor@gnu.org>
4238
4239 * Makefile.in (YYOBJ): Add objc-exp.tab.o
4240 * objc-lang.h: Add multiple inclusion protection.
4241 (start_msglist, add_msglist, end_msglist): Additional declarations.
4242
4243 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
4244
4245 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
4246 value was renamed to ARM_FLOAT_SOFT_FPA.
4247
4248 2003-03-23 Andrew Cagney <cagney@redhat.com>
4249
4250 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
4251 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
4252 * gdbarch.h, gdbarch.c: Regenerate.
4253 * valops.c (hand_function_call): Update.
4254 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
4255 * frame.c (legacy_saved_regs_this_id): Update.
4256 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
4257 * dummy-frame.h: Update.
4258 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
4259 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
4260 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
4261 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
4262 * config/m68k/tm-sun3.h: Update.
4263 * blockframe.c (inside_main_func, frame_chain_valid): Update.
4264 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4265 * x86-64-tdep.c (x86_64_init_abi): Update.
4266 * vax-tdep.c (vax_gdbarch_init): Update.
4267 * v850-tdep.c (v850_gdbarch_init): Update.
4268 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
4269 * sh-tdep.c (sh_gdbarch_init): Update.
4270 * s390-tdep.c (s390_gdbarch_init): Update.
4271 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
4272 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
4273 (frame_get_saved_regs): Update.
4274 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4275 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4276 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4277 * mips-tdep.c (mips_gdbarch_init): Update.
4278 * mcore-tdep.c (mcore_gdbarch_init): Update.
4279 * m68k-tdep.c (m68k_gdbarch_init): Update.
4280 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4281 * ia64-tdep.c (ia64_gdbarch_init): Update.
4282 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
4283 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4284 (i386_interix_back_one_frame): Update.
4285 * hppa-tdep.c (hppa_gdbarch_init): Update.
4286 (hppa_init_extra_frame_info): Update.
4287 * h8300-tdep.c (h8300_gdbarch_init): Update.
4288 * frv-tdep.c (frv_gdbarch_init): Update.
4289 * cris-tdep.c (cris_gdbarch_init): Update.
4290 * avr-tdep.c (avr_gdbarch_init): Update.
4291 * arm-tdep.c (arm_gdbarch_init): Update.
4292 * alpha-tdep.c (alpha_gdbarch_init): Update.
4293
4294 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4295
4296 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
4297 (arm_get_fp_model): Declare.
4298 * arm-tdep.c (fp_model_strings): New string array.
4299 (arm_fp_model, current_fp_model): New variables.
4300 (arm_get_fp_model): New function.
4301 (arm_set_fp): New function.
4302 (set_fp_model_sfunc): New function.
4303 (show_fp_model): New function.
4304 (_initialize_arm_tdep): Add new command to set/show the FPU.
4305 (arm_extract_return_value): Use arm_get_fp_model.
4306 (arm_store_return_value): Likewise.
4307 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
4308 to initialize the floating-point data types.
4309 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
4310 model is FPA.
4311
4312 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4313
4314 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
4315 the current setting of each value.
4316 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
4317 new_set and new_show. Use add_setshow_cmd_full and
4318 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
4319 commands and add new version as subcommands of "set/show arm".
4320
4321 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4322
4323 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
4324 (set_arm_command, show_arm_command): New functions.
4325 (_initialize_arm_tdep): Add them.
4326 (num_disassembly_options): Renamed from num_flavor_options.
4327 (valid_disassembly_styles): Renamed from valid_flavors.
4328 (disassembly_style): Renamed from disassembly_flavor.
4329 (set_disassembly_style_sfunc): Renamed from
4330 set_disassembly_flavor_sfunc.
4331 (set_disassembly_style): Renamed from set_disassembly_flavor.
4332 (arm_othernames): Updated.
4333 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
4334 command. Add "set/show arm disassembly" commands. Deprecate
4335 "othernames" command.
4336
4337 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4338
4339 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
4340 (arm-tdep.o): Depend on elf_arm_h.
4341
4342 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4343
4344 * Makefile.in (coff_internal_h): Define.
4345 (arm-tdep.o): Update dependencies.
4346
4347 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4348
4349 * arm-tdep.c (prologue_cache): Delete.
4350 (check_prologue_cache, save_prologue_cache): Delete.
4351 (arm_scan_prologue): Don't check or update the prologue_cache.
4352 (arm_gdb_arch_init): Don't initialize it.
4353 (_initialize_arm_tdep): Likewise.
4354
4355 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
4356
4357 * MAINTAINERS (tui): Maintainer of tui code.
4358
4359 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
4360
4361 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
4362 (i386-cygwin-tdep.o): Add dependencies.
4363 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
4364 * i386-cygwin-tdep.c: New file.
4365 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
4366 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
4367
4368 2003-03-20 Andrew Cagney <cagney@redhat.com>
4369
4370 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
4371 (handle_inferior_event): Remove code calling
4372 DYNAMIC_TRAMPOLINE_NEXTPC.
4373
4374 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
4375 already has a full path.
4376
4377 * main.c (gdb_main): Return 1.
4378 (captured_main): Call error to report an invalid interpreter.
4379
4380 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
4381 * alpha-osf1-tdep.c: Include "gdb_string.h".
4382
4383 2003-03-19 J. Brobecker <brobecker@gnat.com>
4384
4385 Continuing work to convert the hppa targets to multiarch partial.
4386
4387 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
4388 method, now that hppa_push_dummy_frame has a conformant prototype.
4389 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
4390 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
4391 for the switch to multiarch partial.
4392
4393 2003-03-19 Kevin Buettner <kevinb@redhat.com>
4394
4395 * mdebugread.c (parse_symbol): For stEnd, we're done counting
4396 when iss is issNull.
4397
4398 2003-03-18 Kevin Buettner <kevinb@redhat.com>
4399
4400 * mips-tdep.c (mips_register_name): Fix fencepost error involving
4401 NUM_REGS bounds check.
4402
4403 2003-03-18 Kevin Buettner <kevinb@redhat.com>
4404
4405 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
4406 * mips-tdep.c (gdb_assert.h): Include.
4407 (mips_generic_reg_names, mips_processor_reg_names): Make static.
4408 (mips_register_name): Handle integer registers explicitly. Add
4409 bounds checking.
4410 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
4411 (mips_lsi33k_reg_names): Don't list integer registers; they're
4412 handled by mips_register_name() now.
4413 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
4414 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
4415 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
4416 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
4417 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
4418
4419 2003-03-18 Andrew Cagney <cagney@redhat.com>
4420
4421 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
4422 a void pointer.
4423 * gdbtypes.h (print_scalar_formatted): Update declaration.
4424 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
4425
4426 2003-03-18 J. Brobecker <brobecker@gnat.com>
4427
4428 * infrun.c (observer.h): Add #include.
4429 (normal_stop): Add call to observer_notify_normal_stop.
4430 * Makefile.in (infrun.o): Add dependency on observer.h.
4431
4432 2003-03-18 J. Brobecker <brobecker@gnat.com>
4433
4434 Continuing work to convert the hppa targets to multiarch partial.
4435 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
4436 parameter. Reformat comment.
4437 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
4438 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
4439 to match new profile.
4440
4441 2003-03-18 J. Brobecker <brobecker@gnat.com>
4442
4443 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
4444 appear to be working in any case.
4445
4446 2003-03-18 J. Brobecker <brobecker@gnat.com>
4447
4448 * observer.c (observer_test_first_observer): New static variable.
4449 (observer_test_second_observer): Likewise.
4450 (observer_test_third_observer): Likewise.
4451 (observer_test_first_notification_function): New static function.
4452 (observer_test_second_notification_function): Likewise.
4453 (observer_test_third_notification_function): Likewise.
4454
4455 2003-03-17 J. Brobecker <brobecker@gnat.com>
4456
4457 * hppa-tdep.c (gdb_assert.h): Add missing #include.
4458 * somsolib.c (gdb_assert.h): Likewise.
4459 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
4460 (somsolib.o): Likewise.
4461
4462 2003-03-17 Andrew Cagney <cagney@redhat.com>
4463
4464 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
4465 BFD. Simplify setting of di.endian.
4466
4467 2003-03-17 Andrew Cagney <cagney@redhat.com>
4468
4469 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
4470 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
4471
4472 From Elena Zannoni <ezannoni@redhat.com>
4473 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
4474 vector and floating-point parameters.
4475 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
4476 convention.
4477 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
4478
4479 2003-03-17 Fernando Nasser <fnasser@redhat.com>
4480
4481 * MAINTAINERS: Remove my name from several maintainership roles.
4482
4483 2003-03-17 Andrew Cagney <cagney@redhat.com>
4484
4485 Fix frame off-by-one bug.
4486 * frame-unwind.h (frame_this_id_ftype): Replace
4487 frame_unwind_id_ftype.
4488 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
4489 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
4490 with "prev_register".
4491 * frame-unwind.c (frame_unwind_find_by_pc): Return
4492 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
4493 comment.
4494 * dummy-frame.c (cached_find_dummy_frame): Delete function.
4495 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
4496 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
4497 (dummy_frame_unwind): Update.
4498 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4499 sentinel_frame_register_unwind.
4500 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
4501 (sentinel_frame_unwinder): Update.
4502 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
4503 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
4504 * frame.c (create_sentinel_frame): Update. Initialize
4505 "prologue_cache" instead of "unwind_cache".
4506 (frame_register_unwind): Call this frame's prev_register with the
4507 next frame and this frame's prologue cache.
4508 (get_prev_frame): Simplify. Always call prev frame's this_id with
4509 this frame and prev frame's prologue cache. Document that this
4510 call is shifted one to the left when compared to the
4511 frame_register_unwind call.
4512 (legacy_saved_regs_prev_register): Replace
4513 frame_saved_regs_register_unwind.
4514 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
4515 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
4516 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
4517 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
4518 (d10v_frame_unwind): Update.
4519 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
4520 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
4521 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
4522 "saved_regs" with "this_saved_regs".
4523
4524 2003-03-16 Andrew Cagney <cagney@redhat.com>
4525
4526 * frame.c (frame_pop): Don't call target_store_registers. Fix
4527 problem reported by Mark Kettenis.
4528
4529 2003-03-16 Mark Kettenis <kettenis@gnu.org>
4530
4531 * i386-tdep.c (i386_register_type): Renamed from
4532 i386_register_virtual_type. Adjust function signature.
4533 (i386_gdbarch_init): Set register_type instead of
4534 deprecated_max_register_raw_size,
4535 deprecated_max_register_virtual_size and register_virtual_type.
4536
4537 2003-03-14 Andrew Cagney <cagney@redhat.com>
4538
4539 * frame.c (get_prev_frame): When a legacy frame, always call
4540 legacy_get_prev_frame. Simplify unwind code using assumption that
4541 the unwinder is new.
4542 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
4543 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
4544 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
4545
4546 2003-03-14 Andrew Cagney <cagney@redhat.com>
4547
4548 * frame.c (get_saved_register): Delete function.
4549 * frame.h (get_saved_register): Delete declaration.
4550 * xstormy16-tdep.c: Update comment.
4551 * regcache.h: Update comments.
4552 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
4553 get_saved_register and extract_address, use
4554 frame_read_unsigned_register.
4555 (sparc_frame_saved_pc): Ditto.
4556 (sparc_get_saved_register): Instead of get_saved_register, use
4557 frame_register.
4558 (sparc_pop_frame): Ditto.
4559 * findvar.c: Update comments.
4560 (value_of_register): Call frame_register instead of
4561 get_saved_register.
4562 (value_from_register): Ditto.
4563 * config/sparc/tm-sparc.h: Update comment.
4564 * breakpoint.c: Update comment.
4565
4566 2003-03-14 Andrew Cagney <cagney@redhat.com>
4567
4568 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
4569 GET_SAVED_REGISTER.
4570 * gdbarch.h, gdbarch.c: Re-generate.
4571 * frame.h: Update comments.
4572 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4573 * x86-64-tdep.c (x86_64_init_abi): Update.
4574 * sparc-tdep.c (sparc_gdbarch_init): Update.
4575 * sh-tdep.c (sh_gdbarch_init): Update.
4576 * mips-tdep.c (mips_gdbarch_init): Update.
4577 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4578 * cris-tdep.c (cris_gdbarch_init): Update.
4579 * ia64-tdep.c (ia64_gdbarch_init): Update.
4580 * frame.c (frame_register): Update.
4581 (get_saved_register): Update.
4582 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
4583
4584 2003-03-13 Andrew Cagney <cagney@redhat.com>
4585
4586 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
4587 * gdbarch.h, gdbarch.c: Regenerate.
4588 * valops.c (hand_function_call): Update comment.
4589 * stack.c (return_command): Update comment.
4590 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
4591 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
4592 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4593 * x86-64-tdep.c (x86_64_init_abi): Update.
4594 * vax-tdep.c (vax_gdbarch_init): Update.
4595 * v850-tdep.c (v850_gdbarch_init): Update.
4596 * sparc-tdep.c (sparc_gdbarch_init): Update.
4597 * sh-tdep.c (sh_gdbarch_init): Update.
4598 * s390-tdep.c (s390_gdbarch_init): Update.
4599 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4600 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4601 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4602 * mips-tdep.c (mips_gdbarch_init): Update.
4603 * mcore-tdep.c (mcore_gdbarch_init): Update.
4604 * m68k-tdep.c (m68k_gdbarch_init): Update.
4605 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4606 * ia64-tdep.c (ia64_gdbarch_init): Update.
4607 * i386-tdep.c (i386_gdbarch_init): Update.
4608 * hppa-tdep.c (hppa_gdbarch_init): Update.
4609 * h8300-tdep.c (h8300_gdbarch_init): Update.
4610 * frv-tdep.c (frv_gdbarch_init): Update.
4611 * cris-tdep.c (cris_gdbarch_init): Update.
4612 * avr-tdep.c (avr_gdbarch_init): Update.
4613 * arm-tdep.c (arm_gdbarch_init): Update.
4614 * alpha-tdep.c (alpha_gdbarch_init): Update.
4615
4616 2003-03-13 Andrew Cagney <cagney@redhat.com>
4617
4618 * frame.c (legacy_frame_p): New function.
4619 (get_prev_frame): Use legacy_frame_p.
4620 * frame.h (legacy_frame_p): Declare.
4621
4622 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
4623
4624 * MAINTAINERS (write after approval): Alphabetically
4625 listing corrected.
4626
4627 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
4628
4629 * MAINTAINERS (write after approval): Add myself.
4630
4631 2003-03-12 Andrew Cagney <cagney@redhat.com>
4632
4633 * frame.c (get_prev_frame): Rename the frame parameter to
4634 "this_frame".
4635 (get_next_frame, legacy_get_prev_frame): Ditto.
4636
4637 2003-03-12 Andrew Cagney <cagney@redhat.com>
4638
4639 * frame.c (get_current_frame): Check target_has_registers before
4640 checking target_has_stack.
4641 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
4642 instead of deprecated_selected_frame.
4643 * findvar.c (value_of_register): Pass "frame", not
4644 deprecated_selected_frame, to value_of_builtin_reg.
4645
4646 2003-03-12 Andrew Cagney <cagney@redhat.com>
4647
4648 * regcache.c (regcache_cooked_write_signed): New function.
4649 (regcache_cooked_write_unsigned): New function.
4650 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
4651 (regcache_cooked_read_signed): Fix regnum in range assertion.
4652 * regcache.h (regcache_cooked_write_signed): Declare.
4653 (regcache_cooked_write_unsigned): Declare.
4654
4655 2003-03-12 Andrew Cagney <cagney@redhat.com>
4656
4657 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
4658 * gdbarch.h, gdbarch.c: Re-generate.
4659 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4660 * x86-64-tdep.h: Update.
4661 * x86-64-tdep.c (x86_64_init_abi): Update.
4662 * v850-tdep.c (v850_gdbarch_init): Update.
4663 * sparc-tdep.c (sparc_gdbarch_init): Update.
4664 * sh-tdep.c (sh_gdbarch_init): Update.
4665 * s390-tdep.c (s390_gdbarch_init): Update.
4666 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4667 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4668 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4669 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4670 * mips-tdep.c (mips_gdbarch_init): Update.
4671 * mcore-tdep.c (mcore_gdbarch_init): Update.
4672 * m68k-tdep.c (m68k_gdbarch_init): Update.
4673 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4674 * ia64-tdep.c (ia64_gdbarch_init): Update.
4675 * i386-tdep.c (i386_gdbarch_init): Update.
4676 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4677 * hppa-tdep.c (hppa_gdbarch_init): Update.
4678 * h8300-tdep.c (h8300_gdbarch_init): Update.
4679 * frv-tdep.c (frv_gdbarch_init): Update.
4680 * cris-tdep.c (cris_gdbarch_init): Update.
4681 * avr-tdep.c (avr_gdbarch_init): Update.
4682 * arm-tdep.c (arm_gdbarch_init): Update.
4683 * alpha-tdep.c (alpha_gdbarch_init): Update.
4684 * sh-tdep.c (sh_init_extra_frame_info): Update.
4685 (sh64_init_extra_frame_info): Update.
4686 * ns32knbsd-nat.c (frame_num_args): Update.
4687 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
4688 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
4689 (xstormy16_frame_chain_valid): Update.
4690 * vax-tdep.c (vax_saved_pc_after_call): Update.
4691 * v850-tdep.c (v850_frame_chain): Update.
4692 (v850_pop_frame): Update.
4693 (v850_init_extra_frame_info): Update.
4694 * sparc-tdep.c (setup_arbitrary_frame): Update.
4695 * ns32k-tdep.c (umax_frame_num_args): Update.
4696 * s390-tdep.c (s390_pop_frame_regular): Update.
4697 * mn10300-tdep.c (mn10300_frame_chain): Update.
4698 (mn10300_pop_frame_regular): Update.
4699 (mn10300_init_extra_frame_info): Update.
4700 * mips-tdep.c (mips_init_frame_pc_first): Update.
4701 (mips_frame_chain): Update.
4702 (mips_pop_frame): Update.
4703 * mcore-tdep.c (mcore_frame_chain): Update.
4704 (mcore_pop_frame): Update.
4705 (mcore_init_extra_frame_info): Update.
4706 * arch-utils.c (init_frame_pc_default): Update.
4707 * m68k-tdep.c (isi_frame_num_args): Update.
4708 (delta68_frame_num_args): Update.
4709 (news_frame_num_args): Update.
4710 * ia64-tdep.c (ia64_pop_frame_regular): Update.
4711 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
4712 (alpha_frame_chain): Update.
4713 (alpha_pop_frame): Update.
4714 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
4715 (hppa_init_extra_frame_info): Update.
4716 (hppa_frame_chain): Update.
4717 (hppa_frame_chain_valid): Update.
4718 * cris-tdep.c (cris_init_extra_frame_info): Update.
4719 * avr-tdep.c (avr_init_extra_frame_info): Update.
4720 * arm-tdep.c (arm_frame_chain_valid): Update.
4721 (arm_init_extra_frame_info): Update.
4722 (arm_pop_frame): Update.
4723 * frame.c (frame_pc_unwind): Update.
4724 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
4725 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4726 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4727 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
4728 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
4729 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
4730
4731 2003-03-12 Andrew Cagney <cagney@redhat.com>
4732
4733 Eliminate the need for POP_FRAME.
4734 * frame.c (do_frame_unwind_register): New function.
4735 (frame_pop): When no POP_FRAME, pop the frame using register
4736 unwind and a scratch regcache.
4737 (frame_saved_regs_pop): Delete function.
4738 (trad_frame_unwinder): Update.
4739 * d10v-tdep.c (d10v_frame_pop): Delete function.
4740 (d10v_frame_unwind): Update.
4741 * sentinel-frame.c (sentinel_frame_pop): Delete function.
4742 (sentinel_frame_unwinder): Update.
4743 * dummy-frame.c (dummy_frame_pop): Delete function.
4744 (dummy_frame_unwind): Update.
4745 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
4746 (struct frame_unwind): Update.
4747
4748 2003-03-11 Kevin Buettner <kevinb@redhat.com>
4749
4750 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
4751 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
4752 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
4753 Do range checks on register number obtained from debugging info.
4754 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
4755 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
4756 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
4757 mapping function.
4758 (do_fp_register_row): Fix typo which caused double type to be
4759 used when attempting to unpack a float.
4760
4761 2003-03-11 J. Brobecker <brobecker@gnat.com>
4762
4763 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
4764
4765 2003-03-11 Andrew Cagney <cagney@redhat.com>
4766
4767 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
4768 frame. Problem found by Corinna Vinschen.
4769
4770 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
4771
4772 * doublest.c (floatformat_from_length): Accept also
4773 the real size of 'long double' type.
4774
4775 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
4776
4777 From Klee Dienes <kdienes@apple.com>:
4778 * breakpoint.c (bpstat_copy): Copy the command lines as well
4779 as the old value, to match what is freed in bpstat_clear.
4780
4781 2003-03-10 David Carlton <carlton@math.stanford.edu>
4782
4783 * minsyms.c (add_minsym_to_hash_table): Replace
4784 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4785 (compare_minimal_symbols, compact_minimal_symbols)
4786 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
4787 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
4788 of DEPRECATED_SYMBOL_MATCHES_NAME.
4789 (lookup_minimal_symbol_solib_trampoline): Ditto.
4790
4791 2003-03-10 Andrew Cagney <cagney@redhat.com>
4792
4793 * regcache.h (regcache_cooked_read_ftype): Define.
4794 (regcache_save, regcache_restore): Add a cooked_read parameter.
4795 * regcache.c (regcache_save, regcache_restore): Update.
4796 (do_cooked_read): New function.
4797 (regcache_cpy): Pass do_cooked_read to regcache_save and
4798 regcache_restore.
4799
4800 2003-03-10 Andrew Cagney <cagney@redhat.com>
4801
4802 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
4803 * gdbarch.h, gdbarch.c: Re-generate.
4804 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4805 * x86-64-tdep.h: Update.
4806 * x86-64-tdep.c (x86_64_init_abi): Update.
4807 * v850-tdep.c (v850_gdbarch_init): Update.
4808 * sparc-tdep.c (sparc_gdbarch_init): Update.
4809 * sh-tdep.c (sh_gdbarch_init): Update.
4810 * s390-tdep.c (s390_gdbarch_init): Update.
4811 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4812 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4813 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4814 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4815 * mips-tdep.c (mips_gdbarch_init): Update.
4816 * mcore-tdep.c (mcore_gdbarch_init): Update.
4817 * m68k-tdep.c (m68k_gdbarch_init): Update.
4818 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4819 * ia64-tdep.c (ia64_gdbarch_init): Update.
4820 * i386-tdep.c (i386_gdbarch_init): Update.
4821 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4822 * hppa-tdep.c (hppa_gdbarch_init): Update.
4823 * h8300-tdep.c (h8300_gdbarch_init): Update.
4824 * frv-tdep.c (frv_gdbarch_init): Update.
4825 * cris-tdep.c (cris_gdbarch_init): Update.
4826 * avr-tdep.c (avr_gdbarch_init): Update.
4827 * arm-tdep.c (arm_gdbarch_init): Update.
4828 * alpha-tdep.c (alpha_gdbarch_init): Update.
4829 * sh-tdep.c (sh_init_extra_frame_info): Update.
4830 (sh64_init_extra_frame_info): Update.
4831 * ns32knbsd-nat.c (frame_num_args): Update.
4832 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
4833 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
4834 (xstormy16_frame_chain_valid): Update.
4835 * vax-tdep.c (vax_saved_pc_after_call): Update.
4836 * v850-tdep.c (v850_frame_chain): Update.
4837 (v850_pop_frame): Update.
4838 (v850_init_extra_frame_info): Update.
4839 * sparc-tdep.c (setup_arbitrary_frame): Update.
4840 * ns32k-tdep.c (umax_frame_num_args): Update.
4841 * s390-tdep.c (s390_pop_frame_regular): Update.
4842 * mn10300-tdep.c (mn10300_frame_chain): Update.
4843 (mn10300_pop_frame_regular): Update.
4844 (mn10300_init_extra_frame_info): Update.
4845 * mips-tdep.c (mips_init_frame_pc_first): Update.
4846 (mips_frame_chain): Update.
4847 (mips_pop_frame): Update.
4848 * mcore-tdep.c (mcore_frame_chain): Update.
4849 (mcore_pop_frame): Update.
4850 (mcore_init_extra_frame_info): Update.
4851 * arch-utils.c (init_frame_pc_default): Update.
4852 * m68k-tdep.c (isi_frame_num_args): Update.
4853 (delta68_frame_num_args): Update.
4854 (news_frame_num_args): Update.
4855 * ia64-tdep.c (ia64_pop_frame_regular): Update.
4856 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
4857 (alpha_frame_chain): Update.
4858 (alpha_pop_frame): Update.
4859 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
4860 (hppa_init_extra_frame_info): Update.
4861 (hppa_frame_chain): Update.
4862 (hppa_frame_chain_valid): Update.
4863 * cris-tdep.c (cris_init_extra_frame_info): Update.
4864 * avr-tdep.c (avr_init_extra_frame_info): Update.
4865 * arm-tdep.c (arm_frame_chain_valid): Update.
4866 (arm_init_extra_frame_info): Update.
4867 (arm_pop_frame): Update.
4868 * frame.c (frame_pc_unwind): Update.
4869 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
4870 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4871 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4872 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
4873 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
4874 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
4875
4876 2003-03-10 Andrew Cagney <cagney@redhat.com>
4877
4878 * gdbarch.sh (gdbarch_unwind_pc): New method.
4879 * gdbarch.h, gdbarch.c: Regenerate.
4880 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
4881 but use read_pc and FRAME_SAVED_PC as fall backs.
4882 (frame_saved_regs_pc_unwind): Delete function.
4883 (trad_frame_unwinder): Update.
4884 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
4885 (struct frame_unwind): Update.
4886 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
4887 (dummy_frame_unwind): Update.
4888 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
4889 (sentinel_frame_unwinder): Update.
4890 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
4891 (d10v_frame_unwind): Update.
4892 (d10v_unwind_pc): New function.
4893 (d10v_gdbarch_init): Set unwind_pc.
4894
4895 2003-03-10 Andrew Cagney <cagney@redhat.com>
4896
4897 * gdbarch.h: Re-generate.
4898
4899 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
4900 PC.
4901 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
4902 the PC register.
4903
4904 2003-03-08 Mark Kettenis <kettenis@gnu.org>
4905
4906 * gdbarch.sh (save_dummy_frame_tos): Add comment.
4907
4908 2003-03-08 Andrew Cagney <cagney@redhat.com>
4909
4910 * cli-out.c: Update copyright.
4911 (cli_out_data): Define typedef. Use instead of ui_out_data.
4912
4913 2003-03-08 Andrew Cagney <cagney@redhat.com>
4914
4915 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
4916 the result.
4917
4918 2003-03-07 Andrew Cagney <cagney@redhat.com>
4919
4920 * gdbarch.sh: Don't generate two macro definitions when an
4921 undefined macro taking no arguments.
4922 * gdbarch.h: Regenerate.
4923
4924 2002-03-07 Michal Ludvig <mludvig@suse.cz>
4925
4926 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
4927 (x86_64_unwind_dummy_id): New functions.
4928 (x86_64_init_abi): Register these two new functions.
4929
4930 2003-03-07 Michal Ludvig <mludvig@suse.cz>
4931
4932 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
4933 (x86_64_skip_prologue): Move prologue detection to
4934 separate function.
4935 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
4936
4937 2003-03-05 Andrew Cagney <cagney@redhat.com>
4938
4939 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
4940 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
4941 * frame.c (get_prev_frame): Restructure the frame ID unwind code
4942 to use unwind_dummy_id when a dummy frame.
4943 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
4944 predicate.
4945 * gdbarch.h, gdbarch.c: Regneerate.
4946
4947 2003-03-05 Andrew Cagney <cagney@redhat.com>
4948
4949 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
4950 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
4951 Do not use d10v_read_sp or d10v_read_fp when obtaining register
4952 values.
4953
4954 2003-03-05 Andrew Cagney <cagney@redhat.com>
4955
4956 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
4957 (struct d10v_unwind_cache): Delete field "frameless". Replace
4958 "next_addr" with "sp_offset". Add "r11_offset".
4959 (d10v_frame_unwind_cache): Update.
4960 (prologue_find_regs): Update. When "mv r11, sp", save the
4961 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
4962 RN was saved in r11_offset.
4963
4964 2003-03-05 Andrew Cagney <cagney@redhat.com>
4965
4966 * frame.c (deprecated_update_frame_pc_hack): Also update the the
4967 cached PC value in the next frame.
4968
4969 2003-03-05 Andrew Cagney <cagney@redhat.com>
4970
4971 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
4972 "id_unwind_cache" with "id".
4973 (frame_id_unwind): Delete declaration.
4974 * frame.c (frame_id_unwind): Delete function.
4975 (get_prev_frame): Call the frame id unwind method directly. Store
4976 the returned next frame's ID value in NEXT_FRAME. Note that there
4977 is a problem with the wrong unwind ID being called with the wrong
4978 unwind cache.
4979
4980 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
4981
4982 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
4983
4984 2003-03-05 James Ingham <jingham@apple.com>
4985 Daniel Jacobowitz <drow@mvista.com>
4986
4987 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
4988 (auto_cp_abi): New variable.
4989 (current_cp_abi, num_cp_abis): Make static.
4990 (CP_ABI_MAX): Define.
4991 (cp_abis): Turn into an array.
4992 (value_virtual_fn_field): Fix formatting.
4993 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
4994 takes a pointer.
4995 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
4996 (list_cp_abis, _initialize_cp_abi): New functions.
4997 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
4998 declarations for cp_abis, num_cp_abis, current_cp_abi, and
4999 switch_to_cp_abi. Update prototype for register_cp_abi.
5000 * Makefile.in (cp-abi.o): Update dependencies.
5001 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
5002 instead of switch_to_cp_abi.
5003 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
5004 register_cp_abi.
5005 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
5006 register_cp_abi.
5007 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
5008
5009 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
5010
5011 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
5012 * dwarf2loc.c: Include "regcache.h".
5013 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
5014 register_size.
5015 * Makefile.in (dwarf2loc.o): Update dependencies.
5016
5017 2003-03-04 Theodore A. Roth <troth@openavr.org>
5018
5019 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
5020 number of io registers reported by remote target is not a multiple of
5021 step.
5022
5023 2003-03-04 David Carlton <carlton@math.stanford.edu>
5024
5025 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
5026 (lookup_symbol_aux_psymtabs): Update call to
5027 lookup_partial_symbol.
5028 (lookup_transparent_type, find_main_psymtab)
5029 (make_symbol_overload_list): Ditto.
5030
5031 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
5032
5033 * MAINTAINERS (Write after approval): Update my email address.
5034
5035 2003-03-03 Andrew Cagney <cagney@redhat.com>
5036
5037 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
5038 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
5039 predicate. Replace MAX_REGISTER_RAW_SIZE.
5040 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
5041 MAX_REGISTER_VIRTUAL_SIZE.
5042 * regcache.c (legacy_max_register_raw_size): New function.
5043 (legacy_max_register_virtual_size): New function.
5044 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
5045 (MAX_REGISTER_RAW_SIZE): Define.
5046 (legacy_max_register_raw_size): Declare.
5047 (legacy_max_register_virtual_size): Declare.
5048 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5049 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
5050 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5051 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
5052 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5053 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
5054 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
5055 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
5056 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
5057 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5058 * vax-tdep.c (vax_gdbarch_init): Update.
5059 * v850-tdep.c (v850_gdbarch_init): Update.
5060 * sparc-tdep.c (sparc_gdbarch_init): Update.
5061 * sh-tdep.c (sh_gdbarch_init): Update.
5062 * s390-tdep.c (s390_gdbarch_init): Update.
5063 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5064 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5065 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5066 * mips-tdep.c (mips_gdbarch_init): Update.
5067 * mcore-tdep.c (mcore_gdbarch_init): Update.
5068 * m68k-tdep.c (m68k_gdbarch_init): Update.
5069 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5070 * ia64-tdep.c (ia64_gdbarch_init): Update.
5071 * i386-tdep.c (i386_gdbarch_init): Update.
5072 * hppa-tdep.c (hppa_gdbarch_init): Update.
5073 * h8300-tdep.c (h8300_gdbarch_init): Update.
5074 * frv-tdep.c (frv_gdbarch_init): Update.
5075 * cris-tdep.c (cris_gdbarch_init): Update.
5076 * avr-tdep.c (avr_gdbarch_init): Update.
5077 * arm-tdep.c (arm_gdbarch_init): Update.
5078 * alpha-tdep.c (alpha_gdbarch_init): Update.
5079 * d10v-tdep.c (d10v_gdbarch_init): Do not set
5080 max_register_raw_size or max_register_virtual_size.
5081
5082 2003-03-03 David Carlton <carlton@math.stanford.edu>
5083
5084 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
5085 SYMBOL_MATCHES_NAME, add comment.
5086 (SYMBOL_MATCHES_NATURAL_NAME): New.
5087 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
5088 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
5089 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
5090 * symtab.c (lookup_partial_symbol): Use
5091 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
5092 unhelpful comment.
5093 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
5094 SYMBOL_MATCHES_NAME.
5095 Fix for PR c++/33.
5096
5097 2003-03-03 David Carlton <carlton@math.stanford.edu>
5098
5099 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
5100 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
5101 by regexp matching against SYMBOL_NATURAL_NAME.
5102
5103 2003-03-03 David Carlton <carlton@math.stanford.edu>
5104
5105 * linespec.c (find_method): Extract code into collect_methods.
5106 (collect_methods): New.
5107
5108 2003-03-02 Mark Kettenis <kettenis@gnu.org>
5109
5110 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
5111 get_frame_base.
5112
5113 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
5114 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5115
5116 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
5117
5118 * arch-utils.c (generic_register_byte): Fix to use the loop index
5119 and not regnum when summing the size of all registers up to regnum.
5120
5121 2003-03-01 Andrew Cagney <cagney@redhat.com>
5122
5123 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
5124 FRAME_INIT_SAVED_REGS.
5125 * gdbarch.h, gdbarch.c: Regenerate.
5126 * stack.c (frame_info): Update.
5127 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
5128 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
5129 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
5130 * ns32k-tdep.c (ns32k_pop_frame): Update.
5131 * mips-tdep.c (mips_pop_frame): Update.
5132 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
5133 * ia64-tdep.c (ia64_frame_chain): Update.
5134 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
5135 (ia64_frameless_function_invocation): Update.
5136 (ia64_init_extra_frame_info): Update.
5137 (ia64_pop_frame_regular): Update.
5138 * frame.h (struct frame_info): Update comment.
5139 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
5140 * frame.c (frame_saved_regs_register_unwind): Update.
5141 (frame_saved_regs_register_unwind): Update.
5142 (deprecated_generic_get_saved_register): Update.
5143 * cris-tdep.c: Update comment.
5144 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
5145 Rename macro.
5146 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5147 * x86-64-tdep.c (x86_64_init_abi): Update.
5148 * vax-tdep.c (vax_gdbarch_init): Update.
5149 * v850-tdep.c (v850_gdbarch_init): Update.
5150 * sparc-tdep.c (sparc_gdbarch_init): Update.
5151 * sh-tdep.c (sh_gdbarch_init): Update.
5152 * s390-tdep.c (s390_gdbarch_init): Update.
5153 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5154 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
5155 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5156 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5157 * mips-tdep.c (mips_gdbarch_init): Update.
5158 * mcore-tdep.c (mcore_gdbarch_init): Update.
5159 * m68k-tdep.c (m68k_gdbarch_init): Update.
5160 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5161 * ia64-tdep.c (ia64_gdbarch_init): Update.
5162 * i386-tdep.c (i386_gdbarch_init): Update.
5163 * frv-tdep.c (frv_gdbarch_init): Update.
5164 * avr-tdep.c (avr_gdbarch_init): Update.
5165 * arm-tdep.c (arm_gdbarch_init): Update.
5166 * alpha-tdep.c (alpha_gdbarch_init): Update.
5167
5168 2003-03-01 Andrew Cagney <cagney@redhat.com>
5169
5170 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
5171 option enum and switch. When no windows, set the interpreter to
5172 INTERP_CONSOLE.
5173
5174 2003-03-01 Andrew Cagney <cagney@redhat.com>
5175
5176 * main.c (captured_main): Replace magic option characters with an
5177 enum.
5178
5179 2003-03-01 Andrew Cagney <cagney@redhat.com>
5180
5181 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
5182 INIT_EXTRA_FRAME_INFO.
5183 * gdbarch.h, gdbarch.c: Regenerate.
5184 * arm-tdep.c: Update comments.
5185 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
5186 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
5187 * frame.h, avr-tdep.c: Ditto.
5188 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
5189 (create_new_frame, legacy_get_prev_frame): Ditto.
5190 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
5191 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
5192 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
5193 deprecated_init_extra_frame_info instead of init_extra_frame_info.
5194 * x86-64-tdep.c (x86_64_init_abi): Ditto.
5195 * v850-tdep.c (v850_gdbarch_init): Ditto.
5196 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5197 * sh-tdep.c (sh_gdbarch_init): Ditto.
5198 * s390-tdep.c (s390_gdbarch_init): Ditto.
5199 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
5200 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5201 * mips-tdep.c (mips_gdbarch_init): Ditto.
5202 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5203 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5204 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5205 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
5206 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5207 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5208 * frv-tdep.c (frv_gdbarch_init): Ditto.
5209 * cris-tdep.c (cris_gdbarch_init): Ditto.
5210 * avr-tdep.c (avr_gdbarch_init): Ditto.
5211 * arm-tdep.c (arm_gdbarch_init): Ditto.
5212 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5213 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5214
5215 2003-03-01 Andrew Cagney <cagney@redhat.com>
5216
5217 * gdbarch.sh (register_type): New function with predicate.
5218 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
5219 * gdbarch.h, gdbarch.c: Re-generate.
5220 * arch-utils.c (generic_register_byte): Use generic_register_size.
5221 (generic_register_size): When available, use
5222 gdbarch_register_type.
5223 * regcache.c (init_regcache_descr): When available, initialize the
5224 register type array using gdbarch_register_type. If the
5225 architecture supplies gdbarch_register_type, do not use the legacy
5226 regcache layout.
5227 * d10v-tdep.c (d10v_register_type): Replace
5228 d10v_register_virtual_type.
5229 (d10v_gdbarch_init): Set register_type instead of
5230 register_virtual_type.
5231
5232 2003-03-01 Andrew Cagney <cagney@redhat.com>
5233
5234 * Makefile.in (ax-gdb.o): Update dependencies.
5235 * ax-gdb.c: Include "regcache.h".
5236 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
5237 * findvar.c (value_of_register): Ditto.
5238 * infcmd.c (default_print_registers_info): Ditto.
5239
5240 2003-03-01 Mark Kettenis <kettenis@gnu.org>
5241
5242 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
5243 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5244
5245 2003-03-01 Mark Kettenis <kettenis@gnu.org>
5246
5247 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
5248 of STREQ.
5249
5250 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
5251
5252 * Makefile.in (dwarf2loc.o): Update dependencies.
5253 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
5254 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
5255 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
5256 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
5257 (locexpr_tracepoint_var_ref): New function.
5258 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
5259
5260 2003-02-28 Andrew Cagney <cagney@redhat.com>
5261
5262 * regcache.c (register_size): New function.
5263 * regcache.h (register_size): Declare
5264 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
5265 max_register_size instead of MAX_REGISTER_RAW_SIZE.
5266
5267 2003-02-28 David Carlton <carlton@math.stanford.edu>
5268
5269 * linespec.c (decode_compound): Extract code into find_method.
5270 (find_method): New.
5271
5272 2003-02-28 J. Brobecker <brobecker@gnat.com>
5273
5274 * Makefile.in: Add rules to build and link in observer.o.
5275
5276 2003-02-27 J. Brobecker <brobecker@gnat.com>
5277
5278 * observer.c: Minor comments edits.
5279
5280 2003-02-27 J. Brobecker <brobecker@gnat.com>
5281
5282 * observer.h, observer.c: New file.
5283
5284 2003-02-27 Andrew Cagney <cagney@redhat.com>
5285
5286 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
5287
5288 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
5289
5290 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
5291 (M6812_OP_STS_EXT): Likewise.
5292 (m6811_prologue): Use the above to recognize prologue.
5293 (m6812_prologue): Likewise.
5294
5295 2003-02-27 David Carlton <carlton@math.stanford.edu>
5296
5297 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
5298 SYMBOL_PRINT_NAME.
5299 (compare_psymbols): Ditto.
5300 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
5301
5302 2003-02-27 Michael Snyder <msnyder@redhat.com>
5303
5304 * f-lang.c (build_fortran_types): New function.
5305 (_initialize_f_language): Gdbarch-register built-in fortran types.
5306 * doublest.c (extract_floating): Fix warning text.
5307
5308 2003-02-27 Andrew Cagney <cagney@redhat.com>
5309
5310 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
5311 predicate. Replaces PUSH_DUMMY_FRAME.
5312 * gdbarch.h, gdbarch.c: Regnerate.
5313 * valops.c (hand_function_call): Update. Call
5314 generic_push_dummy_frame directly.
5315 * vax-tdep.c (vax_gdbarch_init): Update.
5316 * sparc-tdep.c (sparc_gdbarch_init): Update.
5317 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5318 * m68k-tdep.c (m68k_gdbarch_init): Update.
5319 * hppa-tdep.c (hppa_gdbarch_init): Update.
5320 * alpha-tdep.c (alpha_gdbarch_init): Update.
5321 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
5322 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
5323 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
5324 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
5325 push_dummy_frame to generic_push_dummy_frame.
5326 * v850-tdep.c (v850_gdbarch_init): Ditto.
5327 * sh-tdep.c (sh_gdbarch_init): Ditto.
5328 * s390-tdep.c (s390_gdbarch_init): Ditto.
5329 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5330 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5331 * mips-tdep.c (mips_gdbarch_init): Ditto.
5332 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5333 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5334 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5335 * i386-tdep.c (i386_gdbarch_init): Ditto.
5336 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5337 * frv-tdep.c (frv_gdbarch_init): Ditto.
5338 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5339 * cris-tdep.c (cris_gdbarch_init): Ditto.
5340 * avr-tdep.c (avr_gdbarch_init): Ditto.
5341 * arm-tdep.c (arm_gdbarch_init): Ditto.
5342
5343 2003-02-26 Kevin Buettner <kevinb@redhat.com>
5344
5345 * mips-tdep.c (show_mips_abi): New function.
5346 (_initialize_mips_tdep): Use show_mips_abi() to implement the
5347 command ``show mips abi''.
5348
5349 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
5350
5351 From Elena Zannoni <ezannoni@redhat.com>
5352 * dbxread.c (process_one_symbol): Only record line 0 if one or
5353 more sline entries have been seen for the function.
5354
5355 2003-02-26 Michael Chastain <mec@shout.net>
5356
5357 * configure: Regenerate with autoconf 000227.
5358
5359 2003-02-26 Michael Chastain <mec@shout.net>
5360
5361 Close PR build/660.
5362 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
5363 for old libc5/glibc.
5364 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
5365
5366 2003-02-26 Kris Warkentin <kewarken@qnx.com>
5367
5368 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
5369 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
5370
5371 2003-02-26 Michael Chastain <mec@shout.net>
5372
5373 * configure.in: New variable HAVE_UINTPTR_T.
5374 * configure, config.in: Regenerated.
5375
5376 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
5377
5378 Fix PR build/1097.
5379 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
5380
5381 2003-02-25 Andrew Cagney <cagney@redhat.com>
5382
5383 * frame.c (get_prev_frame): Add comment on check for
5384 inside_entry_func. Only check for inside_entry_file when not a
5385 dummy and not a sentinel. Check that the new frame is not inner
5386 to the old frame.
5387
5388 2003-02-25 Andrew Cagney <cagney@redhat.com>
5389
5390 * frame.c (frame_debug): New variable.
5391 (_initialize_frame): Add "set/show debug frame" command.
5392 (get_prev_frame): When frame_debug, print reason why unwind
5393 failed.
5394
5395 2003-02-25 Michael Chastain <mec@shout.net>
5396
5397 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
5398 to avoid uintptr_t definition problems.
5399
5400 2003-02-25 David Carlton <carlton@math.stanford.edu>
5401
5402 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
5403 (SYMBOL_LINKAGE_NAME): Ditto.
5404 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
5405 SYMBOL_LINKAGE_NAME.
5406 (struct general_symbol_info): Expand comment.
5407 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
5408 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
5409 (SYMBOL_MATCHES_REGEXP): Ditto.
5410 * symtab.c (symbol_natural_name): New function.
5411 * objfiles.h: Replace all uses of SYMBOL_NAME by
5412 DEPRECATED_SYMBOL_NAME.
5413 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
5414 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
5415 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
5416 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
5417 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
5418 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
5419 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
5420 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
5421 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
5422 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
5423 * ada-exp.y: Ditto.
5424 * ada-exp.y: Update copyright.
5425 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
5426 * cp-valprint.c: Ditto.
5427
5428 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
5429
5430 * infptrace.c (detach): Do not flag error if ptrace detach fails
5431 and errno is set to ESRCH.
5432
5433 2003-02-24 Andrew Cagney <cagney@redhat.com>
5434
5435 * infptrace.c (udot_info): Change type of udot_off to long. Use
5436 paddr when printing udot_off's value.
5437
5438 2003-02-24 David Carlton <carlton@math.stanford.edu>
5439
5440 * symtab.c (make_symbol_overload_list): Only read in partial
5441 symtabs containing a matching partial symbol.
5442
5443 2003-02-24 David Carlton <carlton@math.stanford.edu>
5444
5445 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
5446 do the comparison, not strcmp.
5447 * symfile.c (compare_psymbols): Ditto.
5448 * defs.h: Declare strcmp_iw_ordered.
5449 * utils.c (strcmp_iw_ordered): New function.
5450
5451 2003-02-24 Jim Blandy <jimb@redhat.com>
5452
5453 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
5454 support, shared libs): Remove my name from here, to better reflect
5455 reality.
5456
5457 2003-02-24 Kris Warkentin <kewarken@qnx.com>
5458
5459 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
5460 (target_ops): Add to_have_continuable_watchpoint.
5461 * target.c (update_current_target): Add INHERIT line for
5462 to_have_continuable_watchpoint.
5463 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
5464 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
5465 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
5466 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
5467
5468 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
5469
5470 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
5471 maintainership.
5472
5473 2003-02-24 Kris Warkentin <kewarken@qnx.com>
5474
5475 * solib.c (solib_open): Call target defined search function after
5476 failing with solib-search-path.
5477 * solist.h (target_so_ops): Add find_and_open_solib function hook and
5478 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
5479
5480 2003-02-24 Kris Warkentin <kewarken@qnx.com>
5481
5482 * MAINTAINERS: Add myself to Write After section.
5483
5484 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
5485
5486 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
5487
5488 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
5489
5490 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
5491 (m68hc11_add_reggroups): New function.
5492 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
5493 (m68hc11_gdbarch_init): Install the reggroups.
5494 (_initialize_m68hc11_tdep): Initialize them.
5495
5496 2003-02-21 James E Wilson <wilson@tuliptree.org>
5497
5498 * MAINTAINERS: Update my email address.
5499
5500 2003-02-21 David Carlton <carlton@math.stanford.edu>
5501
5502 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
5503
5504 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
5505
5506 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
5507 * symtab.h: Add opaque declarations of struct axs_value and
5508 struct agent_expr.
5509 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
5510 (struct location_funcs): New type.
5511 (struct symbol): Add "loc" to aux_value.
5512 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
5513 * dwarf2read.c: Include "dwarf2expr.h".
5514 (dwarf2_symbol_mark_computed): New function.
5515 (read_func_scope): Use it.
5516 (var_decode_location): New function.
5517 (new_symbol): Use it.
5518 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
5519
5520 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
5521 (dwarf2expr_h, dwarf2loc_h): New variables.
5522 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
5523 (dwarf2expr.o, dwarf2loc.o): New rules.
5524 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
5525 * buildsym.c (finish_block): Handle LOC_COMPUTED and
5526 LOC_COMPUTED_ARG.
5527 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
5528 * m2-exp.y (yylex): Likewise.
5529 * printcmd.c (address_info, print_frame_args): Likewise.
5530 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
5531 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
5532 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
5533 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
5534 * symtab.c (lookup_block_symbol): Likewise.
5535
5536 2003-02-20 Adam Fedor <fedor@gnu.org>
5537
5538 * symtab.h: Remove objc_specific struct
5539 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
5540 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
5541 Have language_objc use cplus_specific struct.
5542
5543 2003-02-20 Tom Tromey <tromey@redhat.com>
5544
5545 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
5546 TYPE_NAME, when printing a String value. PR java/1075.
5547
5548 2003-02-20 Adam Fedor <fedor@gnu.org>
5549
5550 * objc-lang.h (find_methods): Remove declaration.
5551 * objc-lang.c (find_methods): Make static.
5552
5553 2003-02-20 Christopher Faylor <cgf@redhat.com>
5554
5555 * win32-nat.c (get_image_name): Check return value from
5556 ReadProcessMemory.
5557 (child_xfer_memory): Ditto.
5558
5559 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
5560
5561 * configure.in (TARGET_SYSTEM_ROOT): Set default to
5562 ${exec_prefix}/${target_alias}/sys-root. Match explicit
5563 '${exec_prefix}' (in addition to the expansion thereof) as
5564 relocatable.
5565 * configure: Rebuilt.
5566
5567 2003-02-20 David Carlton <carlton@math.stanford.edu>
5568
5569 * symtab.c (search_symbols): Revert the search_symbols part of my
5570 2002-12-23 patch. Add comment.
5571
5572 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5573
5574 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
5575 * dbxread.c (elfstab_build_psymtabs): Don't call
5576 install_minimal_symbols.
5577 (stabsect_build_psymtabs): Likewise.
5578 * elfread.c (elf_symfile_read): Call install_minimal_symbols
5579 earlier.
5580 * somread.c (som_symfile_read): Call install_minimal_symbols
5581 and do_cleanups earlier.
5582 * nlmread.c (nlm_symfile_read): Likewise.
5583 * mdebugread.c (elfmdebug_build_psymtabs): Call
5584 install_minimal_symbols and make appropriate cleanups.
5585
5586 2003-02-20 Kevin Buettner <kevinb@redhat.com>
5587
5588 * solib.c (reload_shared_libraries): New function.
5589 (_initialize_solib): Add callbacks for ``set solib-search-path''
5590 and ``set solib-absolute-prefix''.
5591
5592 2003-02-20 David Carlton <carlton@math.stanford.edu>
5593
5594 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
5595 expand comment.
5596 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
5597 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
5598 * ada-typeprint.c (ada_typedef_print): Ditto.
5599 * ax-gdb.c (gen_var_ref): Ditto.
5600 * breakpoint.c (print_one_breakpoint): Ditto.
5601 * buildsym.c (finish_block): Ditto.
5602 * c-valprint.c (c_val_print): Ditto.
5603 * expprint.c (print_subexp): Ditto.
5604 * findvar.c (locate_var_value): Ditto.
5605 * infcmd.c (jump_command): Ditto.
5606 * linespec.c (decode_line_2, decode_compound): Ditto.
5607 * maint.c (maintenance_translate_address): Ditto.
5608 * objc-lang.c (compare_selectors, compare_classes): Ditto.
5609 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
5610 Ditto.
5611 * p-valprint.c (pascal_val_print): Ditto.
5612 * stabsread.c (define_symbol): Ditto.
5613 * stack.c (print_frame, frame_info, print_block_frame_locals)
5614 (print_frame_arg_vars, return_command): Ditto.
5615 * symfile.c (compare_symbols, compare_psymbols): Ditto.
5616 * symmisc.c (print_symbol): Ditto.
5617 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
5618 (compare_search_syms, print_symbol_info, print_msymbol_info)
5619 (rbreak_command): Ditto.
5620 * tracepoint.c (tracepoints_info): Ditto.
5621 * typeprint.c (typedef_print): Ditto.
5622 * valops.c (value_of_variable, hand_function_call): Ditto.
5623 * cli/cli-cmds.c (edit_command, list_command): Ditto.
5624 * ada-typeprint.c: Update Copyright.
5625 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
5626 * tracepoint.c, cli/cli-cmds.c: Ditto.
5627
5628 2003-02-20 Kevin Buettner <kevinb@redhat.com>
5629
5630 * frame.c (generic_unwind_get_saved_register): Make non-static.
5631 * frame.h (generic_unwind_get_saved_register): Declare.
5632 * mips-tdep.c (read_next_frame_reg): Fetch register from
5633 current regcache when frame is NULL.
5634 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
5635 that must be NULL.
5636 (mips_get_saved_register): Call generic_unwind_get_saved_register()
5637 instead of frame_register_unwind().
5638
5639 2003-02-20 Andrew Cagney <ac131313@redhat.com>
5640
5641 * remote-sim.c (gdbsim_insert_breakpoint)
5642 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
5643 code.
5644
5645 2003-02-20 Andrew Cagney <ac131313@redhat.com>
5646
5647 * remote.c (_initialize_remote): Add commands "set/show remote
5648 hardware-watchpoint-limit" and "set/show remote
5649 hardware-breakpoint-limit".
5650 (remote_hw_watchpoint_limit): Initialize to -1.
5651 (remote_hw_breakpoint_limit): Ditto.
5652 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
5653
5654 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
5655
5656 * coff-pe-read.c: New file - support reading of minimal symbols from a
5657 portable executable using the export table.
5658 * coff-pe-read.h: New file.
5659 * coffread.c: Include coff-pe-read.h.
5660 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
5661 debugging symbols found.
5662 * Makefile.in (SFILES): Add coff-pe-read.o.
5663 (coff_pe_read_h): Define.
5664 (COMMON_OBS): Add coff-pe-read.o.
5665 (coffread.o): Add coff_pe_read_h dependency.
5666 (coff-pe-read.o): New target.
5667
5668 2003-02-19 David Carlton <carlton@math.stanford.edu>
5669
5670 * Makefile.in (SFILES): Add block.c.
5671 (block_h): New.
5672 (COMMON_OBS): Add block.o.
5673 (block.o): New.
5674 (x86-64-tdep.o): Add $(block_h).
5675 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
5676 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
5677 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
5678 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
5679 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
5680 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
5681 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
5682 * value.h: Add opaque declaration for struct block.
5683 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
5684 * ada-lang.h: Ditto.
5685 * x86-64-tdep.c: #include "block.h"
5686 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
5687 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
5688 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
5689 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
5690 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
5691 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
5692 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
5693 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
5694 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
5695 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
5696 * symtab.c (block_function): Ditto.
5697 (contained_in): Ditto.
5698 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
5699 block.h. Add opaque declaration for struct block.
5700 * symtab.h: Move block_function and contained_in declarations to
5701 block.h. Add opaque declarations for struct block, struct
5702 blockvector.
5703 (struct block): Move to block.h.
5704 (struct blockvector): Ditto.
5705 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
5706 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
5707 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
5708 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
5709 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
5710 Ditto.
5711 * block.c: New file.
5712 * block.h: New file.
5713
5714 2003-02-19 Theodore A. Roth <troth@openavr.org>
5715
5716 * avr-tdep.c (avr_extract_return_value): Remove function.
5717 (avr_store_return_value): Remove function.
5718 (avr_extract_struct_value_address): Remove function.
5719 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
5720
5721 2003-02-19 Andrew Cagney <ac131313@redhat.com>
5722
5723 * rs6000-tdep.c: Include "gdb_assert.h".
5724 (registers_e500): Add "acc" and "spefscr".
5725 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
5726 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
5727 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
5728 really is "r0".
5729 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
5730
5731 2003-02-18 Keith Seitz <keiths@redhat.com>
5732
5733 * Makefile.in: Add gdbtk-interps.c.
5734
5735 2003-02-18 Kevin Buettner <kevinb@redhat.com>
5736
5737 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
5738 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
5739
5740 2003-02-18 Andrew Cagney <cagney@redhat.com>
5741
5742 * symtab.h (struct objfile): Add opaque declaration.
5743
5744 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
5745
5746 From Jim Ingham <jingham@apple.com>:
5747 * dbxread.c (process_one_symbol): Use last_function_start rather
5748 than function_start_offset to find the real beginning of the
5749 current function. The latter is just the text section offset on
5750 some systems, the former is always the real function start.
5751
5752 2003-02-17 Andrew Cagney <cagney@redhat.com>
5753
5754 * configure.in: Revert ${target} != ${host}.
5755
5756 2003-02-17 Andrew Cagney <ac131313@redhat.com>
5757
5758 * configure.in (Makefile): Use the test ${target} != ${host},
5759 instead of the absence of the "nm.h" file, to determine of the
5760 configuration non-native.
5761 * configure: Regenerate.
5762
5763 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
5764
5765 From Brian Ford <ford@vss.fsi.com>
5766
5767 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
5768 conditionalize tui_active test.
5769 (lookup_cmd_1): Ditto.
5770
5771 2003-02-14 Mark Kettenis <kettenis@gnu.org>
5772
5773 * configure.in: Add check for _etext.
5774 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
5775 available.
5776 * config.in, configure: regenerated.
5777
5778 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
5779
5780 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
5781
5782 2003-02-14 Andrew Cagney <ac131313@redhat.com>
5783
5784 * main.c (tui_version): Delete variable.
5785 (captured_main): When --tui, set interpreter_p to "tui" instead of
5786 enabling tui_version.
5787 * printcmd.c (display_command) [TUI]: Test tui_active instead of
5788 tui_version.
5789 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
5790 * cli/cli-cmds.c (disassemble_command): Ditto.
5791 * defs.h (tui_version): Delete declaration.
5792 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
5793 (tui-interp.o): Add rules.
5794 (SUBDIR_TUI_OBS): Add "tui-interp.o".
5795
5796 2003-02-14 Christopher Faylor <cgf@redhat.com>
5797
5798 * win32-nat.c (register_loaded_dll): Correctly set address range for
5799 just-loaded dll.
5800
5801 2003-02-12 Jason Molenda (jmolenda@apple.com)
5802
5803 * symmisc.c (print_objfile_statistics): Include information about
5804 the number of psymtabs and symtabs in each object file.
5805
5806 2003-02-13 Keith R Seitz <keiths@redhat.com>
5807
5808 * main.h (struct captured_main_args): Add interpreter_p.
5809 * main.c (captured_main): Initialize interpreter_p from context.
5810 * gdb.c (main): Set interpreter_p argument.
5811 * Makefile.in (gdb.o): Add dependency for interps.h.
5812
5813 2003-02-12 Andrew Cagney <ac131313@redhat.com>
5814
5815 * event-top.c (cli_command_loop): Delete declaration.
5816 (_initialize_event_loop): Delete function setting event_loop_hook.
5817 * event-top.h (cli_command_loop): Declare. Update copyright.
5818 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
5819 * interps.c (current_interp_command_loop): When event_loop_p, call
5820 cli_command_loop.
5821
5822 2003-02-12 Andrew Cagney <ac131313@redhat.com>
5823
5824 * interps.h (interp_command_loop_ftype): Change return type to
5825 void.
5826
5827 2003-02-12 Michal Ludvig <mludvig@suse.cz>
5828
5829 * x86-64-tdep.c (x86_64_extract_return_value)
5830 (x86_64_store_return_value): Use regcache instead of regbuf.
5831 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
5832 * x86-64-linux-nat.c (fill_gregset): Use regcache.
5833
5834 2003-02-11 Andrew Cagney <ac131313@redhat.com>
5835
5836 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
5837 * aclocal.m4: Regenerate.
5838 * configure: Regenerate.
5839
5840 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
5841 TCL_LD_SEARCH_FLAGS.
5842
5843 2003-02-10 Michal Ludvig <mludvig@suse.cz>
5844
5845 * dwarf2cfi.c: Reindented.
5846
5847 2003-02-09 Andrew Cagney <ac131313@redhat.com>
5848
5849 * interps.c (clear_interpreter_hooks): Convert function definition
5850 to ISO C.
5851
5852 2003-02-07 David Carlton <carlton@math.stanford.edu>
5853
5854 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
5855
5856 2003-02-07 Kevin Buettner <kevinb@redhat.com>
5857
5858 * gdbtypes.h (struct main_type): Move ``length'' field from here...
5859 (struct type): ...to here.
5860 (TYPE_LENGTH): Adjust to reflect different location of ``length''
5861 field.
5862 * gdbtypes.c (make_qualified_type): Set length on newly created type.
5863 (replace_type): Set length on all type variants for a given type.
5864
5865 2003-02-07 Andrew Cagney <ac131313@redhat.com>
5866
5867 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
5868 <sys/stat.h>.
5869 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
5870
5871 2003-02-06 Andrew Cagney <ac131313@redhat.com>
5872
5873 * Makefile.in (symm-nat.o): Update dependencies.
5874 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
5875 (lynx-nat.o, ia64-linux-nat.): Ditto.
5876 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
5877 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
5878 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
5879
5880 * Makefile.in (inflow_h): Define.
5881 (procfs.o, inflow.o, procfs.o): Update dependencies.
5882 * inftarg.c (child_stop): Delete extern declaration of
5883 inferior_process_group. Include "inflow.h".
5884 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
5885 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
5886 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
5887 (our_process_group, inferior_process_group): Extern declarations.
5888
5889 * procfs.c: Include "gdb_assert.h".
5890
5891 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
5892 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
5893 * jv-typeprint.c (java_type_print_base): Ditto.
5894 * typeprint.c (typedef_print): Eliminate STREQ.
5895 * cli/cli-script.c (define_command, define_command): Ditto.
5896 * main.c (captured_main): Ditto.
5897 * values.c (lookup_internalvar): Ditto.
5898 * utils.c (safe_strerror, parse_escape): Eliminate assignment
5899 within `if' conditional.
5900 * linespec.c (decode_line_2): Ditto.
5901 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
5902 (bfd_openw_with_cleanup): Ditto.
5903
5904 2003-02-07 Mark Kettenis <kettenis@gnu.org>
5905
5906 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
5907 legacy_extract_return_value and store_return_value to
5908 legacy_return_value.
5909
5910 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
5911
5912 * win32-nat.c (get_relocated_section_addrs): New function. Find
5913 section load addresses for symbol handling in relocated DLLs.
5914 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
5915
5916 2003-02-05 Fred Fish <fnf@intrinsity.com>
5917
5918 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
5919 '=' and '!='.
5920 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
5921 with '&' and '=='.
5922 (angel_RDI_info): Ditto.
5923 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
5924 with '&' and '!='.
5925 (threads_continue_all_with_signals): Ditto.
5926
5927 2003-02-05 Jim Ingham <jingham@apple.com>
5928 Keith Seitz <keiths@redhat.com>
5929 Elena Zannoni <ezannoni@redhat.com>
5930 Andrew Cagney <ac131313@redhat.com>
5931
5932 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
5933 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
5934 (SUBDIR_MI_OBS): Add "mi-interp.o".
5935 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
5936 (SFILES): Add "interps.c".
5937 (COMMON_OBS): Add "interps.o".
5938 (interps_h, mi_main_h): Define.
5939 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
5940 (mi-main.o, main.o, event-top.o): Update dependencies.
5941 * cli/cli-interp.c: New file.
5942 * interps.h, interps.c: New files.
5943 * top.c: (gdb_init): Don't install the default interpreter, handed
5944 by captured_main.
5945 * main.c: Include "interps.h".
5946 (interpreter_p): Note that it should malloc'ed.
5947 (captured_command_loop): Call current_interp_command_loop.
5948 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
5949 xfree and xstrdup when updating interpreter_p. Install the
5950 default interpreter. Add hack to stop mi1's copyright notice
5951 being encoded.
5952 * event-top.h (gdb_setup_readline): Declare.
5953 (gdb_disable_readline): Declare.
5954 * event-top.c: Include "interps.h".
5955 (display_gdb_prompt): Call current_interp_display_prompt_p.
5956 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
5957 gdb_stdlog, and gdb_stdtarg.
5958 (_initialize_event_loop): Don't call gdb_setup_readline.
5959 * cli-out.c (cli_out_set_stream): New function.
5960 * cli-out.h (cli_out_set_stream): Declare.
5961
5962 2003-02-06 Mark Kettenis <kettenis@gnu.org>
5963
5964 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
5965 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
5966 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
5967 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
5968 config/i386/i386v42mp.mt: Removed.
5969
5970 2003-02-05 Mark Kettenis <kettenis@gnu.org>
5971
5972 * configure.tgt (*-*-solaris*): Set gdb_osabi to
5973 GDB_OSABI_SOLARIS.
5974
5975 2003-02-05 Michael Chastain <mec@shout.net>
5976
5977 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
5978 2.12.1 and earlier versions.
5979
5980 2003-02-05 Andrew Cagney <ac131313@redhat.com>
5981
5982 Remove orphaned hosts, targets and files.
5983 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
5984 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
5985 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
5986 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
5987 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
5988 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
5989 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
5990 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
5991 * config/sparc/tm-sp64sim.h: Delete.
5992 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
5993 hosts.
5994 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
5995 mips*-dec-mach3* targets.
5996
5997 2003-02-04 Michael Chastain <mec@shout.net>
5998
5999 * NEWS: Fix typo: sepcifying -> specifying.
6000
6001 2003-02-04 Michael Chastain <mec@shout.net>
6002
6003 * dwarfread.c: Add documentation on the state of dwarf-1,
6004 looking towards obsoletion.
6005
6006 2003-02-03 Michael Chastain <mec@shout.net>
6007
6008 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
6009 gdb/testsuite/gdb.c++/pr-1023.exp.
6010
6011 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6012
6013 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
6014 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
6015
6016 * utils.c (init_page_info): Delete reference to MPW in comments.
6017 * main.c (captured_main): Delete #ifdef MPW.
6018
6019 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6020
6021 * NEWS: Note that the m32r-*-elf* is obsolete.
6022 * monitor.c (monitor_expect): Obsolete reference to m32r.
6023 * configure.tgt: Mark m32r-*-elf* as obsolete.
6024 * MAINTAINERS: Mark m32k as obsolete.
6025 * m32r-rom.c: Obsolete file.
6026 * config/m32r/m32r.mt: Obsolete file.
6027 * config/m32r/tm-m32r.h: Obsolete file.
6028 * m32r-stub.c: Obsolete file.
6029 * m32r-tdep.c: Obsolete file.
6030
6031 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6032
6033 * NEWS: Mention that the z8k-zilog-none is obsolete.
6034 * MAINTAINERS: Mark z8k as obsolete.
6035 * configure.tgt: Obsolete the z8k-*-coff* target.
6036 * config/z8k/z8k.mt: Obsolete file.
6037 * config/z8k/tm-z8k.h: Obsolete file.
6038 * z8k-tdep.c: Obsolete file.
6039
6040 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6041
6042 * NEWS: Mention that the mn10200-elf is obsolete.
6043 * configure.tgt: Obsolete mn10200-*-* target.
6044 * breakpoint.c (update_breakpoints_after_exec): Update comment to
6045 mention that the mn10200 is obsolete.
6046 * breakpoint.h: Ditto.
6047 * MAINTAINERS: Mark the mn10200-elf as obsolete.
6048 * config/mn10200/mn10200.mt: Obsolete file.
6049 * config/mn10200/tm-mn10200.h: Obsolete file.
6050 * mn10200-tdep.c: Obsolete file.
6051
6052 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6053
6054 * MAINTAINERS: Mark h8500 as obsolete.
6055 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
6056 * findvar.c (value_from_register): Ditto.
6057 * h8500-tdep.c: Mark file as obsolete.
6058 * config/h8500/h8500.mt: Ditto.
6059 * config/h8500/tm-h8500.h: Ditto.
6060 * NEWS: Mention that h8500 is obsolete.
6061
6062 2003-02-04 David Carlton <carlton@math.stanford.edu>
6063
6064 * objfiles.c (allocate_objfile): Always set name. Add comment at
6065 start of function.
6066 * jv-lang.c (get_dynamics_objfile): Add comment.
6067
6068 2003-02-04 David Carlton <carlton@math.stanford.edu>
6069
6070 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
6071 * printcmd.c (build_address_symbolic): Replace uses of
6072 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
6073 SYMBOL_NAME, and asm_demangle.
6074 Update copyright.
6075
6076 2003-02-04 David Carlton <carlton@math.stanford.edu>
6077
6078 * linespec.c (decode_compound): Extract code into
6079 lookup_prefix_sym.
6080 (lookup_prefix_sym): New function.
6081
6082 2003-02-04 David Carlton <carlton@math.stanford.edu>
6083
6084 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
6085 FLOAT_COERCION_BADNESS.
6086 * gdbtypes.c (rank_one_type): Replace all uses of
6087 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
6088
6089 2003-02-04 Jim Blandy <jimb@redhat.com>
6090
6091 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
6092 section, let dwarf_macinfo_section point to it, not
6093 dwarf_loc_section.
6094
6095 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
6096
6097 Pointed out by Anton Blanchard <anton@samba.org>.
6098 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
6099 (ppc_linux_at_sigtramp_return_path): Use it.
6100
6101 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
6102
6103 * defs.h (streq): Add prototype.
6104 * utils.c (streq): New function.
6105
6106 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
6107 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
6108 * mdebugread.c (new_symbol): Likewise.
6109 * stabsread.c (define_symbol): Likewise.
6110 * coffread.c (process_coff_symbol): Likewise.
6111 * dwarfread.c (new_symbol): Likewise.
6112
6113 * minsyms.c (prim_record_minimal_symbol_and_info): Use
6114 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
6115 here.
6116 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
6117 SYMBOL_INIT_DEMANGLED_NAME.
6118 * objfiles.c: Include "hashtab.h".
6119 (allocate_objfile): Call htab_set_functions_ex for the
6120 demangled_names_hash.
6121 (free_objfile): Call htab_delete for the demangled_names_hash.
6122 * objfiles.h (struct htab): Add declaration.
6123 (struct objfile): Add demangled_names_hash.
6124 * symfile.c: Include "hashtab.h".
6125 (reread_symbols): Call htab_delete for the demangled_names_hash.
6126 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
6127 SYMBOL_NAME in the bcache.
6128 * symtab.c: Include "hashtab.h". Update comments.
6129 (create_demangled_names_hash, symbol_set_names): New functions.
6130 (symbol_find_demangled_name): New function, broken out from
6131 symbol_init_demangled_names.
6132 (symbol_init_demangled_names): Use it.
6133 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
6134 (SYMBOL_SET_NAMES): New macro.
6135 (symbol_set_names): Add prototype.
6136
6137 2003-02-03 Jim Blandy <jimb@redhat.com>
6138
6139 Use a single, consistent representation for an empty minimal
6140 symbol table in an objfile.
6141 * objfiles.c (terminate_minimal_symbol_table): New function.
6142 (allocate_objfile): Call it.
6143 * objfiles.h (terminate_minimal_symbol_table): New declaration.
6144 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
6145 non-NULL.
6146 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
6147 objfile has minimal symbols, compare minimal_symbol_count to zero,
6148 instead of comparing msymbols with NULL.
6149 * objfiles.c (have_minimal_symbols): Same.
6150 * solib-sunos.c (solib_add_common_symbols): Call
6151 terminate_minimal_symbol_table.
6152 * symfile.c (reread_symbols): Same.
6153
6154 2003-02-03 Kevin Buettner <kevinb@redhat.com>
6155
6156 * s390-tdep.c (s390_address_class_type_flags)
6157 (s390_address_class_type_flags_to_name)
6158 (s390_address_class_name_to_type_flags): New functions.
6159 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
6160 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
6161
6162 2003-02-03 Michael Snyder <msnyder@redhat.com>
6163
6164 * arm-tdep.c: Fix spell-o in comment.
6165
6166 2003-02-03 Michal Ludvig <mludvig@suse.cz>
6167
6168 * dwarf2cfi.c (pointer_encoding): Added new parameter.
6169 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
6170 error messages to contain BFD filename.
6171
6172 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
6173
6174 Fix PR gdb/742 gdb/743 gdb/877
6175 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
6176 (do_mixed_source_and_assembly): Use
6177 make_cleanup_ui_out_tuple_begin_end and
6178 make_cleanup_ui_out_tuple_begin_end.
6179 (do_mixed_source_and_assembly): Ditto.
6180 * thread.c (do_captured_list_thread_ids): Ditto.
6181 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
6182 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
6183 ui_out_tuple_end): Delete prototypes.
6184 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
6185 ui_out_list_end, ui_out_tuple_end): Delete.
6186
6187 From Kevin Buettner <kevinb@redhat.com>:
6188 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
6189 * ui-out.c (make_cleanup_ui_out_table_begin_end)
6190 (do_cleanup_table_end): New functions.
6191 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
6192 Use cleanups to invoke_ui_out_tuple_end().
6193 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
6194 * cli/cli-setshow.c (cmd_show_list): Use
6195 make_cleanup_ui_out_tuple_begin_end.
6196
6197 2003-02-02 Andrew Cagney <ac131313@redhat.com>
6198
6199 * frame.c (frame_unwind_register): New function.
6200 (frame_unwind_unsigned_register): Use.
6201 (frame_unwind_signed_register): Use.
6202 (frame_read_register): New function.
6203 * frame.h (frame_unwind_register): Declare.
6204 (frame_read_register): Declare.
6205
6206 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
6207 and frame_unwind_register instead of read_memory, write_register
6208 and deprecated_write_register_bytes.
6209
6210 2003-02-02 Andrew Cagney <ac131313@redhat.com>
6211
6212 * frame.h: Note that namelen can be negative.
6213 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
6214 NAME's length.
6215
6216 * NEWS: Mention that the d10v's `regs' command is deprecated.
6217 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
6218 (d10v_print_registers_info): New function.
6219 (show_regs): Call d10v_print_registers_info.
6220 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
6221
6222 2003-02-02 Mark Kettenis <kettenis@gnu.org>
6223
6224 * stack.c (print_frame_info): Restore call to annotate_frame_begin
6225 lost in the previous patch.
6226
6227 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6228
6229 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
6230 * stack.c (print_frame_info_base): Output complete FRAME tuple
6231 for synthesized frames.
6232
6233 2003-02-02 Andrew Cagney <ac131313@redhat.com>
6234
6235 * mips-nat.c (zerobuf): Delete.
6236 (fetch_inferior_registers): Alloc local zerobuf.
6237 (fetch_core_registers): Alloc local zerobuf.
6238 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
6239 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
6240 * thread-db.c (thread_db_store_registers): Ditto.
6241 * sh-tdep.c (sh_do_register): Ditto.
6242 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
6243 * remote-sim.c (gdbsim_store_register): Ditto.
6244 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
6245 * remote-e7000.c (fetch_regs_from_dump): Ditto.
6246 * monitor.c (monitor_supply_register): Ditto.
6247 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
6248 * mips-nat.c (fetch_inferior_registers): Ditto.
6249 * m68klinux-nat.c (fetch_register): Ditto.
6250 * lynx-nat.c (fetch_inferior_registers): Ditto.
6251 (fetch_inferior_registers): Ditto.
6252 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
6253 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
6254 (hpux_thread_store_registers): Ditto.
6255 * hppah-nat.c (fetch_register): Ditto.
6256 * hppab-nat.c (fetch_register): Ditto.
6257 * hppa-tdep.c (pa_register_look_aside): Ditto.
6258 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
6259 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
6260
6261 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6262
6263 * gdbarch.sh: Explictly specify all method levels. When a
6264 variable with an empty level, provide a non-multi-arch default.
6265 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
6266 * gdbarch.h: Re-generate.
6267 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
6268 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
6269
6270 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6271
6272 * defs.h (host_pointer_to_address): Delete declaration.
6273 (address_to_host_pointer): Delete declaration.
6274 * utils.c (host_pointer_to_address): Delete function.
6275 (address_to_host_pointer): Delete function.
6276 * procfs.c (procfs_address_to_host_pointer): New function.
6277 * procfs.c (proc_set_watchpoint): Use.
6278 (procfs_can_use_hw_breakpoint): Update comments.
6279 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
6280 (som_solib_add): Use.
6281 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
6282 * hppa-tdep.c (unwind_command): Use.
6283
6284 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6285
6286 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
6287 strlen d_name.
6288
6289 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
6290 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
6291 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
6292 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
6293 (define_symbol): Update.
6294 * symfile.c (generic_load): Remove references to nindy.
6295 * symtab.c: Remove references to nindy.
6296
6297 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6298
6299 * infcmd.c (print_float_info): Delete code conditional on
6300 FLOAT_INFO.
6301 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
6302 * config/m68k/nm-apollo68b.h: Ditto.
6303 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
6304 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
6305 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
6306
6307 2003-02-01 Mark Kettenis <kettenis@gnu.org>
6308
6309 * config/i386/tm-i386os9k.h: Removed.
6310
6311 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
6312 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
6313 they're identical to i[3456]86-*-sysv* now.
6314 * config/i386/i386v32.mh: Removed.
6315 * config/i386/xm-i386v32.h: Removed.
6316 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
6317
6318 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
6319
6320 * config/i386/i386dgux.mh: Removed.
6321 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
6322
6323 * configure.in: Fix typo.
6324 * configure: Regenerated.
6325
6326 2003-01-31 David Carlton <carlton@math.stanford.edu>
6327
6328 * dwarf2read.c (dwarf2_locate_sections): Set
6329 dwarf_ranges_section.
6330
6331 2003-01-31 Andrew Cagney <ac131313@redhat.com>
6332
6333 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
6334 * utils.c: Update comments documenting legitimate uses of PTR.
6335
6336 * utils.c: Re-indent.
6337
6338 * config/djgpp/fnchange.lst: Delete nindy files.
6339 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
6340 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
6341 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
6342 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
6343 * nindy-share/README, nindy-share/Onindy.c: Delete files.
6344 * nindy-tdep.c, nindy-share/Makefile: Delete files.
6345 * Makefile.in (init.c): Remove nindy references.
6346 (saber_gdb): Delete rule.
6347 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
6348 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
6349 and a68v-nat.c.
6350 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
6351 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
6352 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
6353 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
6354 nindy-share/stop.h.
6355 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
6356 * saber.suppress: Delete file.
6357
6358 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
6359
6360 * dbxread.c (stabs_data): New static variable.
6361 (fill_symbuf): Support an in-memory buffer for stabs data.
6362 (stabs_seek): New function.
6363 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
6364 (read_ofile_symtab): Use stabs_seek.
6365 (elfstab_build_psymtabs): Take an asection* instead of
6366 an offset and size. Relocate the stabs data if necessary.
6367 Save the section* for dbx_psymtab_to_symtab.
6368 * dwarf2read.c: Add section variables for each debug section.
6369 (dwarf2_locate_sections): Fill them in.
6370 (dwarf2_read_section): Take an asection* argument.
6371 Relocate the section contents if necessary.
6372 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
6373 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
6374 it to dwarf2_read_section.
6375 (dwarf2_build_frame_info): Update callers.
6376 * elfread.c (elf_symfile_read): Update call to
6377 elfstab_build_psymtabs.
6378 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
6379 (DBX_STAB_SECTION): New macro.
6380 * stabsread.h (elfstab_build_psymtabs): Update prototype.
6381 * symfile.c (symfile_dummy_outputs): New function.
6382 (symfile_relocate_debug_section): New function.
6383 * symfile.h (symfile_relocate_debug_section): Add prototype.
6384
6385 2003-01-31 Richard Henderson <rth@redhat.com>
6386
6387 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
6388 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
6389 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
6390 * alpha-tdep.c (alpha_register_name): Add "unique".
6391 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
6392 (ALPHA_UNIQUE_REGNUM): New.
6393 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
6394
6395 2003-01-31 Andrew Cagney <ac131313@redhat.com>
6396
6397 * README: Remove reference to Ericsson 1800 monitor.
6398 * Makefile.in (remote-es.o): Delete rule.
6399 (ALLDEPFILES): Delete remote-es.c.
6400 * remote-es.c: Delete file.
6401 * config/m68k/es1800.mt: Delete file.
6402 * config/djgpp/fnchange.lst: Update.
6403 * configure.tgt: Delete m68*-ericsson-* target.
6404
6405 2003-01-31 Adam Fedor <fedor@gnu.org>
6406
6407 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
6408 Remove duplicate/shadowing variable of same name.
6409
6410 2003-01-30 Jim Blandy <jimb@redhat.com>
6411
6412 * symfile.c (find_separate_debug_file): Assert that the objfile's
6413 directory name we compute ends with a slash, and then assume that
6414 that's so everywhere we use it.
6415
6416 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
6417
6418 * valops.c (value_assign): Flush frame cache after stores to memory
6419 also.
6420
6421 2003-01-30 Andrew Cagney <ac131313@redhat.com>
6422
6423 * Makefile.in (mon960-rom.o): Delete rule.
6424 * mon960-rom.c: Delete file.
6425
6426 2003-01-30 Andrew Cagney <ac131313@redhat.com>
6427
6428 * d10v-tdep.c: Include "frame-unwind.h".
6429 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
6430 list.
6431 (next_addr, uses_frame): Delete.
6432 (struct d10v_unwind_cache): Define.
6433 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
6434 Use info instead of next_addr and uses_frame globals.
6435 (d10v_frame_init_saved_regs): Delete function.
6436 (d10v_init_extra_frame_info): Delete function.
6437 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
6438 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
6439 init_frame_pc or frame_saved_pc.
6440 (d10v_pop_frame): Delete function.
6441 (do_d10v_pop_frame): Delete function.
6442 (d10v_frame_chain): Delete function.
6443 (d10v_frame_chain_valid): Delete function.
6444 (d10v_frame_pc_unwind): New function.
6445 (d10v_frame_id_unwind): New function.
6446 (saved_regs_unwinder): New function.
6447 (d10v_frame_register_unwind): New function.
6448 (d10v_frame_pop): New function.
6449 (d10v_frame_unwind): New variable.
6450 (d10v_frame_p): New function.
6451 (d10v_frame_saved_pc): Delete function.
6452 * Makefile.in (d10v-tdep.o): Update dependencies.
6453
6454 2003-01-30 J. Brobecker <brobecker@gnat.com>
6455
6456 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
6457 causing some regressions due to a change in the default value
6458 for this macro.
6459
6460 2003-01-29 Richard Henderson <rth@redhat.com>
6461 Elena Zannoni <ezannoni@redhat.com>
6462 Daniel Jacobowitz <drow@mvista.com>
6463
6464 Fix PR gdb/961.
6465 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
6466 variables.
6467 (RANGES_SECTION): New.
6468 (dwarf_ranges_buffer): New variable.
6469 (struct comp_unit_head): Add member "die".
6470 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
6471 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
6472 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
6473 (dwarf2_locate_sections): Likewise.
6474 (dwarf2_build_psymtabs): Read .debug_ranges.
6475 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
6476 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
6477 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
6478 Look for DW_AT_ranges and return the bounding box.
6479
6480 2003-01-29 Brian Ford <ford@vss.fsi.com>
6481
6482 * win32-nat.c (cygwin_pid): Removed as unused.
6483 (child_attach): Try fall back to Cygwin pid.
6484
6485 2003-01-29 Jim Blandy <jimb@redhat.com>
6486
6487 * objfiles.h (struct objfile): Doc fix.
6488
6489 2003-01-29 Andrew Cagney <ac131313@redhat.com>
6490
6491 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
6492 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
6493 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
6494 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
6495 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
6496 (FRAME_SAVED_PC): Change to a function with predicate.
6497 * gdbarch.h, gdbarch.c: Re-generate.
6498
6499 2003-01-28 Andrew Cagney <ac131313@redhat.com>
6500
6501 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
6502
6503 * complaints.c (complain): Delete function.
6504 * complaints.h (struct deprecated_complaint): Delete definition.
6505 (complain): Delete declaration.
6506
6507 2003-01-28 Kevin Buettner <kevinb@redhat.com>
6508
6509 * mips-tdep.c (mips_init_extra_frame_info): Return early for
6510 dummy frames.
6511
6512 2003-01-27 Andrew Cagney <ac131313@redhat.com>
6513
6514 * sentinel-frame.h, sentinel-frame.c: New files.
6515 * Makefile.in (frame.o): Update dependencies.
6516 (SFILES): Add sentinel-frame.c.
6517 (sentinel_frame_h): Define.
6518 (COMMON_OBS): Add sentinel-frame.o.
6519 (sentinel-frame.o): Specify dependencies.
6520 * frame.c: Include "sentinel-frame.h".
6521 (frame_register_unwind): Rewrite assuming that there is always a a
6522 ->next frame.
6523 (frame_register, generic_unwind_get_saved_register): Ditto.
6524 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
6525 (create_sentinel_frame, unwind_to_current_frame): New functions.
6526 (get_current_frame): Rewrite using create_sentinel_frame and
6527 unwind_to_current_frame. When possible, always create a frame.
6528 (create_new_frame): Set next to the sentinel frame.
6529 (get_next_frame): Rewrite. Don't go below the level 0 frame.
6530 (deprecated_update_frame_pc_hack): Update the next frame's PC and
6531 ID cache when necessary.
6532 (frame_saved_regs_id_unwind): Use frame_relative_level.
6533 (deprecated_generic_get_saved_register): Use frame_relative_level,
6534 get_frame_saved_regs, get_frame_pc, get_frame_base and
6535 get_next_frame.
6536 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
6537 frame_register.
6538
6539 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
6540
6541 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
6542
6543 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
6544
6545 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
6546 (maintenance_set_profile_cmd): Use error () instead of warning ().
6547
6548 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
6549
6550 * configure.in: Check that -pg works if using --enable-profiling.
6551 Check for monstartup and _mcleanup regardless of --enable-profiling.
6552 * maint.c: Check for monstartup and _mcleanup before using them.
6553 * config.in: Regenerated.
6554 * configure: Regenerated.
6555
6556 2003-01-24 Nick Clifton <nickc@redhat.com>
6557
6558 * Add sh2e support:
6559
6560 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
6561
6562 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
6563 (sh2e_show_regs): New.
6564 (sh_gdbarch_init): Handle bfd_mach_sh2e.
6565 * config/sh/tm-sh.h: Added sh2e to comments.
6566
6567 2003-01-23 Jim Blandy <jimb@redhat.com>
6568
6569 * symfile.c (syms_from_objfile): Don't print the "(no debugging
6570 symbols found)" message here; we haven't checked for a separate
6571 debug info file yet, so we don't know yet.
6572 (symbol_file_add_with_addrs_or_offsets): Print it here, after
6573 we've looked everywhere. Also, there's no need to print a special
6574 message when we're loading the separate debug info file: the one
6575 symbol_file_add prints is fine.
6576
6577 2003-01-23 Alexander Larsson <alexl@redhat.com>
6578 Jim Blandy <jimb@redhat.com>
6579
6580 Add support for executables whose debug info has been separated
6581 out into a separate file, leaving only a link behind.
6582 * objfiles.h (struct objfile): New fields: separate_debug_objfile
6583 and separate_debug_objfile_backlink.
6584 (put_objfile_before): New declaration.
6585 * symfile.c: #include "filenames.h".
6586 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
6587 debug info in a separate file, read that, too. Save the addrs
6588 argument, so we can use it again to read the separated debug info;
6589 syms_from_objfile modifies the table we pass it.
6590 (reread_symbols): After re-reading an objfile, call
6591 reread_separate_symbols to refresh its separate debug info
6592 objfile, if it has one.
6593 (reread_separate_symbols, find_separate_debug_file,
6594 get_debug_link_info, separate_debug_file_exists): New functions.
6595 (debug_file_directory): New global var.
6596 (_initialize_symfile): Initialize debug_file_directory, and
6597 provide the new `set debug-file-directory' command to let the user
6598 change it.
6599 * objfiles.c (free_objfile): If this objfile has its debug info in
6600 a separate objfile, free that one too. If this is itself a
6601 separate debug info objfile, clear our parent's backlink.
6602 (put_objfile_before): New function.
6603 * utils.c (gnu_debuglink_crc32): New function.
6604 * defs.h (gnu_debuglink_crc32): New declaration.
6605 * Makefile.in (symfile.o): Note dependency on "filenames.h".
6606 * configure.in: Handle --with-separate-debug-dir config option.
6607 * acinclude.m4 (AC_DEFINE_DIR): New macro.
6608 * acconfig.h (DEBUGDIR): New macro.
6609 * configure, aclocal.m4, config.in: Regenerated.
6610
6611 2003-01-22 Jim Blandy <jimb@redhat.com>
6612
6613 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
6614 like the old symbol_file_add, but taking new arguments: you can
6615 now pass in either a `struct section_addr_info' list to say where
6616 each section is loaded, or a `struct section_offsets' table. Pass
6617 these new arguments through to syms_from_objfile as appropriate.
6618 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
6619 with the appropriate quiescent values for the new arguments.
6620
6621 * symfile.c: #include "gdb_assert.h".
6622 (syms_from_objfile): Add the ability to pass in a section offset
6623 table directly, as an alternative to the section_addr_info table.
6624 Document arguments better.
6625 (symbol_file_add): Pass extra arguments to syms_from_objfile.
6626 * symfile.h (syms_from_objfile): Update declaration.
6627 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
6628 syms_from_objfile.
6629 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
6630
6631 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
6632
6633 Original patch by Tom Tromey <tromey@cygnus.com> and
6634 Jason Molenda <jmolenda@apple.com>.
6635 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
6636 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
6637 * NEWS: Mention profiling.
6638 * configure.in (--enable-gdbtk): Fix typo.
6639 (--enable-profiling): New. Set PROFILE_CFLAGS.
6640 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
6641 Fill in function.
6642 (profiling_state): New variable.
6643 (mcleanup_wrapper): New function.
6644 (_initialize_maint): Remove NOTYET, fix call to
6645 add_setshow_boolean_cmd for "maint set profile".
6646 * configure: Regenerated.
6647
6648 2003-01-21 Martin M. Hunt <hunt@redhat.com>
6649
6650 * Makefile.in (install-gdbtk): Install PNG images too.
6651
6652 2003-01-21 Andrew Cagney <ac131313@redhat.com>
6653
6654 * exec.c (text_start): Delete global variable.
6655 (exec_file_attach): Make text_start local to the function.
6656 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
6657 * valops.c (hand_function_call): Delete code that handles
6658 BEFORE_TEXT_END and AFTER_TEXT_END.
6659 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
6660 of CALL_DUMMY_LOCATION.
6661 * gdbarch.c: Regenerate.
6662 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
6663 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
6664 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
6665 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
6666 (text_end): Delete extern declaration.
6667
6668 2003-01-21 Andrew Cagney <ac131313@redhat.com>
6669
6670 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
6671 * blockframe.c (backtrace_below_main): Move to "frame.c".
6672 (frame_chain_valid): Delete check for backtrace_below_main.
6673 (_initialize_blockframe): Delete initialization, move ``set
6674 backtrace-below-main'' command to "frame.c".
6675 (do_flush_frames_sfunc): Delete function.
6676 * frame.c: Include "command.h" and "gdbcmd.h".
6677 (frame_type_from_pc): New function.
6678 (create_new_frame): Use frame_type_from_pc.
6679 (legacy_get_prev_frame): New function.
6680 (get_prev_frame): Rewrite. When an old style frame, call
6681 legacy_get_prev_frame. Otherwize, unwind the PC first.
6682 (_initialize_frame): Add ``set backtrace-below-main'' command.
6683 * Makefile.in (frame.o): Update dependencies.
6684
6685 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6686
6687 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
6688 DEPRECATED_REGISTERS_INFO.
6689
6690 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6691
6692 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
6693 Maintainers'. Update `Various Maintainers'.
6694
6695 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6696
6697 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
6698 * gdbarch.sh (POP_FRAME): Change to function with predicate.
6699 Suppress actual parameters when `-'.
6700 * gdbarch.h, gdbarch.c: Regenerate.
6701
6702 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6703
6704 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
6705 code handling dummy frames.
6706
6707 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6708
6709 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
6710 (struct frame_unwind): Add field pop.
6711 * frame.h (frame_pop): Declare.
6712 * frame.c (frame_saved_regs_pop): New function.
6713 (trad_frame_unwinder): Add frame_saved_regs_pop.
6714 (frame_pop): New function.
6715 * dummy-frame.c (dummy_frame_pop): New function.
6716 (discard_innermost_dummy): New function.
6717 (generic_pop_dummy_frame): Use discard_innermost_dummy.
6718 (dummy_frame_unwind): Add dummy_frame_pop.
6719 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
6720 * valops.c (hand_function_call): Ditto.
6721 * stack.c (return_command): Ditto.
6722
6723 2003-01-18 Andrew Cagney <ac131313@redhat.com>
6724
6725 * cris-tdep.c: Fix function declaration indentation.
6726 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
6727 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
6728 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
6729 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
6730 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
6731 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
6732
6733 2003-01-18 Michael Chastain <mec@shout.net>
6734
6735 * README (Unpacking and Installation -- quick overview):
6736 Warn against ".../gdb-5.3/gdb/configure".
6737
6738 2003-01-18 Andrew Cagney <ac131313@redhat.com>
6739
6740 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
6741 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
6742 (struct frame_unwind): Declare opaque.
6743 (dummy_frame_p): Declare function.
6744 * dummy-frame.c (dummy_frame_id_unwind): Make static.
6745 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
6746 * dummy-frame.c: Include "frame-unwind.h".
6747 (dummy_frame_p): New function.
6748 (dummy_frame_unwind): New variable.
6749 * frame.c: Include "frame-unwind.h".
6750 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
6751 to use the new unwind field.
6752 (set_unwind_by_pc): Delete function.
6753 (create_new_frame, get_prev_frame): Set unwind field using
6754 frame_unwind_find_by_pc.
6755 (trad_frame_unwind, trad_frame_unwinder): New variables.
6756 * frame.h (trad_frame_unwind): Declare variable.
6757 (frame_id_unwind_ftype): Delete declaration.
6758 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
6759 (struct frame_unwind): Declare opaque.
6760 (struct frame_info): Replace the fields id_unwind, pc_unwind and
6761 register_unwind with a single unwind pointer.
6762 * frame-unwind.h, frame-unwind.c: New files.
6763 * Makefile.in (SFILES): Add frame-unwind.c.
6764 (frame_unwind_h): Define.
6765 (COMMON_OBS): Add frame-unwind.o.
6766 (frame-unwind.o): Specify dependencies.
6767 (frame.o, dummy-frame.o): Update dependencies.
6768
6769 2003-01-18 Andrew Cagney <ac131313@redhat.com>
6770
6771 * ada-valprint.c: Eliminate PTR.
6772 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
6773 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
6774 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
6775 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
6776 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
6777 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
6778 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
6779
6780 2003-01-17 Andrew Cagney <ac131313@redhat.com>
6781
6782 * main.c (captured_main): Don't use PTR.
6783 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
6784 * gdbtypes.c (lookup_primitive_typename): Ditto.
6785 (lookup_struct_elt_type): Ditto.
6786 * f-valprint.c (info_common_command): Ditto.
6787 (list_all_visible_commons): Ditto.
6788 * jv-typeprint.c (java_type_print_base): Ditto.
6789
6790 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
6791 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
6792 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
6793 i386-interix-nat.c and i386-interix-tdep.c. Rename
6794 m68klinux-nat.c and m68klinux-tdep.c. Rename
6795 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
6796 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
6797 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
6798 * main.c (captured_main): Use xfree, not free.
6799
6800 2003-01-16 Andrew Cagney <ac131313@redhat.com>
6801
6802 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
6803 ID back using a parameter.
6804 * frame.c (frame_id_unwind): Update call.
6805 (frame_saved_regs_id_unwind): Update.
6806 * dummy-frame.c (dummy_frame_id_unwind): Update function.
6807 * dummy-frame.h (struct frame_id): Add opaque declaration.
6808 (dummy_frame_id_unwind): Update declaration.
6809
6810 2003-01-15 Andrew Cagney <ac131313@redhat.com>
6811
6812 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
6813
6814 2003-01-15 Stephen P. Smith <ischis2@cox.net>
6815
6816 * MAINTAINERS (Stephen P. Smith): Updated email address.
6817
6818 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
6819
6820 Fix PR gdb/898
6821 * breakpoint.c (until_break_command): Add new argument. Use it to
6822 decide whether to stop only at the current frame or not.
6823 * breakpoint.h (until_break_command): Update prototype.
6824 * infcmd.c (until_command): Add new argument to until_break_command
6825 call.
6826 (advance_command): New function.
6827 (_initialize_infcmd): Update help string for 'until' command.
6828 Add new 'advance' command.
6829
6830 2003-01-14 David Carlton <carlton@math.stanford.edu>
6831
6832 * linespec.c (decode_line_1): Normalize comments.
6833 (set_flags): Ditto.
6834 (locate_first_half): Ditto.
6835 (decode_compound): Ditto.
6836 (symtab_from_filename): Ditto.
6837 (decode_all_digits): Ditto.
6838 (decode_dollar): Ditto.
6839 (find_methods): Ditto.
6840 (find_toplevel_char): Ditto.
6841
6842 2003-01-13 Andrew Cagney <ac131313@redhat.com>
6843
6844 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
6845 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
6846 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
6847 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
6848 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
6849 * language.c, language.h, m32r-tdep.c: Update copyright.
6850 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
6851 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
6852 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
6853 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
6854 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
6855 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
6856
6857 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
6858
6859 * stabsread.h (process_later, resolve_cfront_continuation):
6860 Obsolete.
6861 Update copyright years.
6862 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
6863 Update copyright year.
6864 * dbxread.c(struct cont_elem): Obsolete.
6865 (process_later, process_now): Obsolete functions.
6866 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
6867 Update copyright year.
6868 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
6869 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
6870 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
6871 (parse_partial_symbols): Obsolete cfront support.
6872 * stabsread.c
6873 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
6874 macros.
6875 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
6876 read_cfront_baseclasses, read_cfront_member_functions,
6877 resolve_cfront_continuation,read_cfront_static_fields,
6878 copy_cfront_struct_fields): Obsolete functions.
6879 (define_symbol, read_one_struct_field): Obsolete cfront support.
6880 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
6881 Update Copyright year.
6882
6883 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
6884
6885 * stack.c (print_frame_info, print_stack_frame_base_stub,
6886 print_stack_frame_base, show_and_print_stack_frame_stub,
6887 show_and_print_stack_frame, print_only_stack_frame_stub,
6888 print_only_stack_frame): Delete functions.
6889 (print_stack_frame_stub): Call print_frame_info instead of
6890 print_frame_info_base.
6891 (print_frame_info_base): Rename to print_frame_info.
6892 (backtrace_command_1): Call print_frame_info, instead of
6893 print_frame_info_base.
6894 (current_frame_command): Call print_stack_frame, instead of
6895 print_only_stack_frame.
6896 (frame_command): Call print_stack_frame, instead of
6897 show_and_print_stack_frame.
6898 (up_command): Ditto.
6899 (down_command): Ditto.
6900 * frame.h (print_only_stack_frame): Delete prototype.
6901 * infrun.c (normal_stop): Call print_stack_frame, instead of
6902 show_and_print_stack_frame.
6903 * thread.c (info_threads_command): Call print_stack_frame, instead
6904 of print_only_stack_frame.
6905
6906 2003-01-13 Andrew Cagney <ac131313@redhat.com>
6907
6908 * README (Graphical interface to GDB): Update URL. Point at
6909 gdb/links/.
6910
6911 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
6912 version match.
6913
6914 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6915
6916 * symtab.c (find_pc_sect_line): Don't consider end-of-function
6917 lines.
6918
6919 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6920
6921 * thread-db.c (attach_thread): Prototype.
6922 (struct private_thread_info): Remove lwpid. Add thread handle (th),
6923 thread information (ti), and valid flags (th_valid, ti_valid).
6924 (attach_thread): Move target_pid_to_str call to after the thread
6925 is added to GDB's list. Initialize the cache.
6926 (thread_get_info_callback, thread_db_map_id2thr)
6927 (thread_db_get_info): New functions.
6928 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
6929 (thread_db_store_registers, thread_db_thread_alive)
6930 (thread_db_get_thread_local_address): Use them.
6931 (thread_db_pid_to_str): Likewise. Return "Missing" instead
6932 of calling error() for threads in unknown state.
6933
6934 (clear_lwpid_callback): New function.
6935 (thread_db_resume): Use it to clear the cache.
6936
6937 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6938
6939 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
6940 (resume_callback): Remove dead code.
6941
6942 2003-01-13 Andrew Cagney <ac131313@redhat.com>
6943
6944 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
6945 predicate.
6946 * gdbarch.h, gdbarch.c: Regenerate.
6947 * stack.c (frame_info): Only initialize the saved registers when
6948 FRAME_INIT_SAVED_REGS_P.
6949 * frame.c (frame_saved_regs_register_unwind): Assert
6950 FRAME_INIT_SAVED_REGS_P.
6951 (deprecated_generic_get_saved_register): Ditto.
6952
6953 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6954
6955 * source.c (openp): Squelch warning about "filename".
6956
6957 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6958
6959 * source.c (openp): If the file does not exist don't necessarily
6960 search the path.
6961
6962 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6963
6964 Fix PR gdb/872.
6965 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
6966 (integer_types_same_name_p): New function.
6967 (rank_one_type): Use it.
6968 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
6969
6970 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6971
6972 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
6973 variables.
6974 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
6975 * configure.in: Add --with-sysroot.
6976 * configure: Regenerated.
6977 * main.c (gdb_sysroot): New variable.
6978 (captured_main): Initialize gdb_sysroot.
6979 * defs.h (gdb_sysroot): New extern declaration.
6980 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
6981
6982 2003-01-12 Michael Chastain <mec@shout.net>
6983
6984 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
6985
6986 2003-01-12 Michael Chastain <mec@shout.net>
6987
6988 * top.c (print_gdb_version): Bump copyright year to 2003.
6989
6990 2003-01-12 David Carlton <carlton@bactrian.org>
6991
6992 * linespec.c (symtab_from_filename): Rename variable 's' to
6993 'file_symtab'.
6994
6995 2003-01-12 Andrew Cagney <ac131313@redhat.com>
6996
6997 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
6998 dummy frame.
6999 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
7000
7001 2003-01-12 Andrew Cagney <ac131313@redhat.com>
7002
7003 * d10v-tdep.c: Include "gdb_assert.h".
7004 (d10v_store_return_value): Rewrite to match current interface.
7005 (d10v_extract_struct_value_address): Ditto.
7006 (d10v_extract_return_value): Ditto.
7007 (d10v_gdbarch_init): Set store_restore_value,
7008 extract_struct_value_address and extract_return_value.
7009
7010 2003-01-12 J. Brobecker <brobecker@gnat.com>
7011
7012 * hpread.c (set_namestring): New procedure replacing the
7013 SET_NAMESTRING macro.
7014 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
7015 by calls to set_namestring.
7016
7017 2003-01-11 J. Brobecker <brobecker@gnat.com>
7018
7019 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
7020 a compilation warning.
7021 (hpread_process_one_debug_symbol): Likewise.
7022
7023 2003-01-10 David Carlton <carlton@math.stanford.edu>
7024
7025 * linespec.c (decode_line_1): Rename variable 's' to
7026 'file_symtab'.
7027 (decode_all_digits): Rename argument 's' to 'file_symtab'.
7028 (decode_dollar): Ditto.
7029 (decode_variable): Ditto.
7030 (symbol_found): Ditto.
7031
7032 2003-01-09 Michael Chastain <mec@shout.net>
7033
7034 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
7035
7036 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
7037
7038 * win32-nat.c (set_process_privilege): New function.
7039 (child_attach): Call set_process_privilege() to enable the
7040 SE_DEBUG_NAME user privilege if available in process token.
7041
7042 2003-01-10 J. Brobecker <brobecker@gnat.com>
7043
7044 * hpread.c (hpread_process_one_debug_symbol): Fix a small
7045 compilation error in the previous revision.
7046
7047 2003-01-09 David Carlton <carlton@math.stanford.edu>
7048
7049 * linespec.c: Update copyright.
7050
7051 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
7052
7053 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
7054 than inferior_ptid.
7055 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
7056
7057 2003-01-09 Andrew Cagney <ac131313@redhat.com>
7058
7059 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
7060 Update comments.
7061 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
7062 (frame_saved_regs_zalloc): Update.
7063 (frame_saved_regs_register_unwind): Update.
7064 (create_new_frame): Update.
7065 (get_prev_frame): Update.
7066 (frame_extra_info_zalloc): Update.
7067 (deprecated_get_frame_saved_regs): Update.
7068 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
7069 * cris-tdep.c: Update comment.
7070
7071 * somsolib.h: Fix function indentation.
7072 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
7073 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
7074 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
7075 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
7076 * somsolib.c, inftarg.c: Remove assignment in if conditional.
7077
7078 * infrun.c (follow_fork): Use ISO C definition.
7079 * expprint.c (print_subexp): Use xfree instead of free.
7080 * charset.c: Include "gdb_string.h" instead of <string.h>.
7081 (register_iconv_charsets): Use ISO C definition.
7082 (host_charset, target_charset): Ditto.
7083 * Makefile.in (charset.o): Update dependencies.
7084 (mi-cmd-env.o): Update dependencies.
7085
7086 2003-01-08 Andrew Cagney <cagney@redhat.com>
7087
7088 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
7089 get_frame_base.
7090
7091 2003-01-08 Andrew Cagney <ac131313@redhat.com>
7092
7093 * gdb_mbuild.sh: Add --keep option. When specified, keep the
7094 build directories. Save edited gdb output in Mbuild.log. If a
7095 build fails, remove any final GDB executable.
7096
7097 2003-01-08 Andrew Cagney <ac131313@redhat.com>
7098
7099 * gdb_mbuild.sh: Edit the output of `maint print architecture'
7100 replacing hex constants with function names and stripping leading
7101 file name directory prefixes.
7102
7103 2003-01-08 Andrew Cagney <cagney@redhat.com>
7104
7105 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
7106 get_frame_base.
7107
7108 2003-01-08 David Carlton <carlton@math.stanford.edu>
7109
7110 * linespec.c (decode_line_1): Move code into decode_variable.
7111 (decode_variable): New function.
7112
7113 2003-01-08 Andrew Cagney <ac131313@redhat.com>
7114
7115 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
7116
7117 2003-01-08 Andrew Cagney <cagney@redhat.com>
7118
7119 * cris-tdep.c (cris_frame_init_saved_regs): Use
7120 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
7121 saved_regs buffer.
7122 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
7123 (sh64_nofp_frame_init_saved_regs): Ditto.
7124 (sh_fp_frame_init_saved_regs): Ditto.
7125 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
7126 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
7127 * mcore-tdep.c (analyze_dummy_frame): Ditto.
7128 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
7129
7130 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
7131
7132 * minsyms.c (lookup_minimal_symbol): Update comment.
7133 (lookup_minimal_symbol_text): Update comment. Use the hash table.
7134 (lookup_minimal_symbol_solib_trampoline): Likewise.
7135
7136 2003-01-08 Andrew Cagney <cagney@redhat.com>
7137
7138 * d10v-tdep.c (d10v_init_extra_frame_info): Use
7139 frame_relative_level.
7140
7141 * alpha-tdep.c: Use get_frame_extra_info.
7142 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7143 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
7144 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
7145 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
7146
7147 * alpha-tdep.c: Use get_next_frame.
7148 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7149 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
7150 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
7151 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
7152 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
7153 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
7154 * xstormy16-tdep.c: Ditto.
7155
7156 2003-01-07 Andrew Cagney <cagney@redhat.com>
7157
7158 * alpha-tdep.c: Use get_frame_base.
7159 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7160 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
7161 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
7162 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
7163 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
7164 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
7165 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
7166 * config/sparc/tm-sparc.h: Ditto.
7167
7168 2003-01-07 Andrew Cagney <cagney@redhat.com>
7169
7170 * frame.c (deprecated_get_frame_context): New function.
7171 (deprecated_set_frame_context): New function.
7172 * frame.h (deprecated_get_frame_context): Declare.
7173 (deprecated_set_frame_context): Declare.
7174 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
7175 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
7176
7177 2003-01-07 Andrew Cagney <cagney@redhat.com>
7178
7179 * frame.c (deprecated_set_frame_next_hack): New function.
7180 (deprecated_set_frame_prev_hack): New function.
7181 * frame.h (deprecated_set_frame_next_hack): Declare.
7182 (deprecated_set_frame_prev_hack): Declare.
7183 * mcore-tdep.c (analyze_dummy_frame): Use
7184 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
7185 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
7186
7187 2003-01-07 David Carlton <carlton@math.stanford.edu>
7188
7189 * linespec.c (decode_line_1): Move code into decode_dollar.
7190 (decode_dollar): New function.
7191
7192 2003-01-07 Andrew Cagney <cagney@redhat.com>
7193
7194 * arm-tdep.c (arm_init_extra_frame_info): Use
7195 deprecated_update_frame_base_hack.
7196 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
7197 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
7198 (fix_frame_pointer): Ditto.
7199 (mn10300_analyze_prologue): Ditto.
7200
7201 2003-01-07 Andrew Cagney <cagney@redhat.com>
7202
7203 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
7204 extra_info using frame_extra_info_zalloc.
7205 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7206 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
7207 (sh64_init_extra_frame_info): Ditto.
7208 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
7209 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
7210 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
7211 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
7212 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
7213 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
7214 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
7215 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
7216 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
7217 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
7218 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7219 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
7220
7221 * mn10300-tdep.c (analyze_dummy_frame): Use
7222 deprecated_set_frame_extra_info_hack.
7223 * mcore-tdep.c (analyze_dummy_frame): Ditto.
7224
7225 2003-01-07 J. Brobecker <brobecker@gnat.com>
7226
7227 * mdebugread.c (parse_symbol): Skip stProc entries which storage
7228 class is not scText. These do not define "real" procedures.
7229 (parse_partial_symbols): Likewise.
7230
7231 2003-01-06 Michael Snyder <msnyder@redhat.com>
7232
7233 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
7234
7235 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7236
7237 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
7238 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
7239 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
7240 deprecated_frame_xmalloc_with_cleanup.
7241 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
7242 deprecated_frame_xmalloc.
7243 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
7244 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
7245
7246 2003-01-06 Andrew Cagney <cagney@redhat.com>
7247
7248 * x86-64-linux-tdep.c: Include "osabi.h".
7249 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
7250
7251 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
7252
7253 2003-01-06 Andrew Cagney <cagney@redhat.com>
7254
7255 * MAINTAINERS (Target Instruction Set Architectures): Update
7256 arm-elf. Can be built with -Werror, has been multiarched.
7257
7258 * value.h (unpack_long): Make buffer parameter constant.
7259 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
7260 * scm-lang.h (scm_parse): Ditto.
7261 * defs.h (extract_typed_address, extract_address): Ditto.
7262 (extract_long_unsigned_integer): Ditto.
7263 * inferior.h (unsigned_pointer_to_address): Ditto.
7264 (signed_pointer_to_address): Ditto.
7265 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
7266 * gdbarch.h, gdbarch.c: Regenerate.
7267 * findvar.c (extract_long_unsigned_integer): Update.
7268 (extract_address): Update.
7269 (extract_typed_address): Update.
7270 (unsigned_pointer_to_address): Update.
7271 * values.c (unpack_long): Update.
7272 (unpack_double): Update.
7273 (unpack_pointer): Update.
7274 (unpack_field_as_long): Update.
7275 * d10v-tdep.c (d10v_pointer_to_address): Update.
7276 * avr-tdep.c (avr_pointer_to_address): Update.
7277 * scm-lang.c (scm_unpack): Update.
7278 * findvar.c (signed_pointer_to_address): Update.
7279
7280 2003-01-06 Michal Ludvig <mludvig@suse.cz>
7281
7282 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
7283 since it is in i386-tdep.c.
7284
7285 2003-01-06 J. Brobecker <brobecker@gnat.com>
7286
7287 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
7288 failure introduced in the previous change.
7289
7290 2003-01-05 Michael Chastain <mec@shout.net>
7291
7292 * README: Remove references to deleted remote-*.c files:
7293 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
7294 remote-nrom.c, remote-os9k.c, remote-udi.c.
7295
7296 2003-01-05 Mark Kettenis <kettenis@gnu.org>
7297
7298 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
7299 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
7300 i386_get_longjmp_target.
7301
7302 2003-01-05 Andrew Cagney <ac131313@redhat.com>
7303
7304 * arm-tdep.c (prologue_cache): Change to a pointer.
7305 (_initialize_arm_tdep): Allocate prologue_cache.
7306 (check_prologue_cache): Update.
7307 (save_prologue_cache): Update.
7308 (arm_gdbarch_init): Update.
7309
7310 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7311
7312 * stabsread.c (update_method_name_from_physname): Call complaint()
7313 instead of error.
7314
7315 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7316
7317 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
7318 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
7319 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
7320
7321 * blockframe.c: Include "gdbcmd.h" and "command.h".
7322 (backtrace_below_main): New variable.
7323 (file_frame_chain_valid, func_frame_chain_valid)
7324 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
7325 (generic_func_frame_chain_valid): Remove functions.
7326 (frame_chain_valid, do_flush_frames_sfunc): New functions.
7327 (_initialize_blockframe): New function.
7328 * Makefile.in (blockframe.o): Update dependencies.
7329 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
7330 comment. Call frame_chain_valid ().
7331 * frame.h: Remove old prototypes. Add prototype for
7332 frame_chain_valid and update comments to match.
7333 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
7334 Remove old comment.
7335 * gdbarch.h: Regenerated.
7336 * gdbarch.c: Regenerated.
7337
7338 * alpha-tdep.c (alpha_gdbarch_init): Don't call
7339 set_gdbarch_frame_chain_valid.
7340 * avr-tdep.c (avr_gdbarch_init): Likewise.
7341 * cris-tdep.c (cris_gdbarch_init): Likewise.
7342 * frv-tdep.c (frv_gdbarch_init): Likewise.
7343 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
7344 * i386-tdep.c (i386_svr4_init_abi): Likewise.
7345 (i386_nw_init_abi): Likewise.
7346 (i386_gdbarch_init): Likewise.
7347 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
7348 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
7349 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
7350 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
7351 * mips-tdep.c (mips_gdbarch_init): Likewise.
7352 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
7353 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
7354 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
7355 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
7356 * s390-tdep.c (s390_gdbarch_init): Likewise.
7357 * sh-tdep.c (sh_gdbarch_init): Likewise.
7358 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
7359 * v850-tdep.c (v850_gdbarch_init): Likewise.
7360 * vax-tdep.c (vax_gdbarch_init): Likewise.
7361 * x86-64-tdep.c (x86_64_init_abi): Likewise.
7362
7363 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
7364 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
7365 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
7366 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
7367 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
7368 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
7369 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
7370 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
7371
7372 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7373
7374 * Makefile.in (acconfig_h): Remove incorrect macro.
7375 (config_h): Define.
7376 (osabi.o): Update dependencies.
7377 * configure.tgt: Set gdb_osabi based on target triplet.
7378 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
7379 * configure: Regenerated.
7380 * config.in: Regenerated.
7381 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
7382 (GDB_OSABI_DEFAULT): Define if not already defined.
7383 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
7384 (set_osabi_string): New variables.
7385 (gdbarch_register_osabi): Add new OS ABI to
7386 gdb_osabi_available_names.
7387 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
7388 (set_osabi, show_osabi): New functions.
7389 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
7390
7391 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7392
7393 * arch-utils.c (gdbarch_info_init): Set osabi to
7394 GDB_OSABI_UNINITIALIZED.
7395 * gdbarch.sh: Add osabi to struct gdbarch and to struct
7396 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
7397 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
7398 * gdbarch.c: Regenerated.
7399 * gdbarch.h: Regenerated.
7400 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
7401 there's no BFD.
7402 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
7403 * osabi.h (enum gdb_osabi): Move to defs.h.
7404 (gdbarch_init_osabi): Update prototype.
7405 * defs.h (enum gdb_osabi): Moved here.
7406 * Makefile.in: Update dependencies.
7407
7408 * alpha-tdep.h: Don't include "osabi.h".
7409 (struct gdbarch_tdep): Remove osabi member.
7410 * alpha-tdep.c: Include "osabi.h".
7411 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7412 iterate over arches. Update call to gdbarch_init_osabi.
7413 (alpha_dump_tdep): Don't dump osabi.
7414 * alpha-linux-tdep.c: Include "osabi.h".
7415 * alpha-osf1-tdep.c: Include "osabi.h".
7416 * alphafbsd-tdep.c: Include "osabi.h".
7417 * alphanbsd-tdep.c: Include "osabi.h".
7418
7419 * arm-tdep.h: Don't include "osabi.h".
7420 (struct gdbarch_tdep): Remove osabi member.
7421 * arm-tdep.c: Include "osabi.h".
7422 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7423 iterate over arches. Update call to gdbarch_init_osabi.
7424 (arm_dump_tdep): Don't dump osabi.
7425 * arm-linux-tdep.c: Include "osabi.h".
7426 * armnbsd-tdep.c: Include "osabi.h".
7427
7428 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
7429 Update call to gdbarch_init_osabi.
7430
7431 * i386-tdep.h: Don't include "osabi.h".
7432 (struct gdbarch_tdep): Remove osabi member.
7433 * i386-tdep.c: Include "osabi.h".
7434 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7435 iterate over arches. Update call to gdbarch_init_osabi.
7436 (i386_dump_tdep): Don't dump osabi.
7437 * i386-linux-tdep.c: Include "osabi.h".
7438 * i386-sol2-tdep.c: Include "osabi.h".
7439 * i386bsd-tdep.c: Include "osabi.h".
7440 * i386gnu-tdep.c: Include "osabi.h".
7441 * i386ly-tdep.c: Include "osabi.h".
7442 * i386nbsd-tdep.c: Include "osabi.h".
7443 * i386obsd-tdep.c: Include "osabi.h".
7444
7445 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
7446 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7447 check osabi when iterating over arches. Update call to
7448 gdbarch_init_osabi.
7449 (mips_dump_tdep): Don't dump osabi.
7450
7451 * ns32k-tdep.h: Don't include "osabi.h".
7452 (struct gdbarch_tdep): Remove.
7453 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
7454 gdbarch_lookup_osabi. Don't iterate over arches. Don't
7455 allocate tdep. Update call to gdbarch_init_osabi.
7456 (ns32k_dump_tdep): Remove.
7457 (_initialize_ns32k_tdep): Update call to gdbarch_register.
7458 * ns32knbsd-tdep.c: Include "osabi.h".
7459
7460 * ppc-tdep.h: Don't include "osabi.h".
7461 (struct gdbarch_tdep): Remove osabi member.
7462 * rs6000-tdep.c: Include "osabi.h".
7463 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
7464 osabi when iterating over arches. Update call to
7465 gdbarch_init_osabi.
7466 (rs6000_dump_tdep): Don't dump osabi.
7467 * ppc-linux-tdep.c: Include "osabi.h".
7468 * ppcnbsd-tdep.c: Include "osabi.h".
7469
7470 * sh-tdep.h: Don't include "osabi.h".
7471 (struct gdbarch_tdep): Remove osabi member.
7472 * sh-tdep.c: Include "osabi.h".
7473 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7474 iterate over arches. Update call to gdbarch_init_osabi.
7475 (sh_dump_tdep): Don't dump osabi.
7476 * shnbsd-tdep.c: Include "osabi.h".
7477
7478 * sparc-tdep.c: Include "osabi.h".
7479 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7480 iterate over arches. Update call to gdbarch_init_osabi.
7481 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
7482 tdep structure.
7483
7484 * vax-tdep.h: Don't include "osabi.h".
7485 (struct gdbarch_tdep): Remove.
7486 * vax-tdep.c: Include "osabi.h".
7487 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7488 iterate over arches. Don't allocate tdep. Update call
7489 to gdbarch_init_osabi.
7490 (vax_dump_tdep): Remove.
7491 (_initialize_vax_tdep): Update call to gdbarch_register.
7492
7493 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7494
7495 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
7496 entirely.
7497 (breakpoint_re_set_one): Don't fetch the value for a disabled
7498 watchpoint.
7499
7500 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7501
7502 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
7503 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
7504 (COERCE_FLOAT_TO_DOUBLE): Remove.
7505 * gdbarch.c: Regenerate.
7506 * gdbarch.h: Regenerate.
7507 * Makefile.in: Remove value_h from gdbarch_h.
7508 * valops.c (coerce_float_to_double): New variable.
7509 (default_coerce_float_to_double): Remove.
7510 (standard_coerce_float_to_double): Remove.
7511 (value_arg_coerce): Use coerce_float_to_double.
7512 (_initialize_valops): Add "set coerce-float-to-double".
7513 * value.h (default_coerce_float_to_double): Remove prototype.
7514 (standard_coerce_float_to_double): Remove prototype.
7515
7516 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
7517 prototyped.
7518 * mdebugread.c (parse_symbol): Likewise.
7519 * stabsread.c (define_symbol): Mark all functions as prototyped.
7520
7521 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
7522 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
7523 set_gdbarch_coerce_float_to_double.
7524 * arm-tdep.c (arm_gdbarch_init): Likewise.
7525 * frv-tdep.c (frv_gdbarch_init): Likewise.
7526 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
7527 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
7528 * mips-tdep.c (mips_gdbarch_init): Likewise.
7529 (mips_coerce_float_to_double): Remove.
7530 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
7531 (rs6000_coerce_float_to_double): Remove.
7532 * s390-tdep.c (s390_gdbarch_init): Likewise.
7533 * sh-tdep.c (sh_gdbarch_init): Likewise.
7534 (sh_coerce_float_to_double): Remove.
7535 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
7536 (sparc_coerce_float_to_double): Remove.
7537 * v850-tdep.c (v850_gdbarch_init): Likewise.
7538 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
7539 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7540 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
7541 (hppa_coerce_float_to_double): Remove prototype.
7542 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7543
7544 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7545
7546 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
7547
7548 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7549
7550 Suggested by Stewart Brown <sb24@avaya.com>:
7551 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
7552 in recursive calls. Handle TYPE_CODE_TYPEDEF.
7553 (c_type_print_varspec_suffix): Likewise.
7554
7555 2003-01-04 Mark Kettenis <kettenis@gnu.org>
7556
7557 * configure.in: Don't set and AC_SUBST SUBDIRS.
7558 * configure: Regenerated.
7559
7560 * configure.in: Remove code dealing with shared libraries.
7561 * Makefile.in: Remove HLDFLAGS and HLDENV.
7562 * configure: Regenerated.
7563
7564 2003-01-04 Andrew Cagney <ac131313@redhat.com>
7565
7566 * frame.c (deprecated_frame_xmalloc): New function.
7567 (deprecated_set_frame_saved_regs_hack): New function.
7568 (deprecated_set_frame_extra_info_hack): New function.
7569 * frame.h (deprecated_frame_xmalloc): Declare.
7570 (deprecated_set_frame_saved_regs_hack): Declare.
7571 (deprecated_set_frame_extra_info_hack): Declare.
7572
7573 2003-01-04 Mark Kettenis <kettenis@gnu.org>
7574
7575 * configure.in: Move code that provides the --enable-gdbtk option
7576 right after the code that handles the --enable-tui option, and
7577 polish it somewhat.
7578 * configure: Regenerated.
7579
7580 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
7581 AC_CHECK_FUNCS and remove the old check for pread64.
7582 * acinclude.m4 (AC_GNU_SOURCE): New macro.
7583 * acconfig.h (_GNU_SOURCE): Add.
7584 (HAVE_PREAD64): Remove.
7585 * configure, aclocal.m4, config.in: Regenerated.
7586
7587 2003-01-03 Andrew Cagney <ac131313@redhat.com>
7588
7589 * alpha-tdep.c: Use get_frame_saved_regs.
7590 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7591 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
7592 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
7593 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
7594 * vax-tdep.c, xstormy16-tdep.c: Ditto.
7595
7596 2003-01-03 Mark Kettenis <kettenis@gnu.org>
7597
7598 * configure.in: Remove all use of the SUBDIRS variable; add
7599 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
7600 code providing the --enable-multi-ice option, and move it right in
7601 front of the code that checks whether gdbserver is supported.
7602 Polish that too.
7603 * configure: Regenerated.
7604 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
7605 @SUBDIRS@.
7606
7607 2003-01-03 Andrew Cagney <cagney@redhat.com>
7608
7609 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
7610 * avr-tdep.c, cris-tdep.c: Ditto.
7611 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
7612 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
7613
7614 2003-01-03 Mark Kettenis <kettenis@gnu.org>
7615
7616 * configure.in: Remove --enable-netrom option.
7617 * configure: Regenerated.
7618
7619 2003-01-03 Mark Kettenis <kettenis@gnu.org>
7620
7621 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
7622 declaration for `struct re_pattern_buffer' instead.
7623 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
7624
7625 2003-01-03 J. Brobecker <brobecker@gnat.com>
7626
7627 * mdebugread.c (parse_symbol): Count until the stEnd matching
7628 the structure name.
7629
7630 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7631
7632 * configure.in: Remove --with-cpu option.
7633 subscripts. Remove evil changequotes here.
7634 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
7635 * config.in, configure: Regenerated.
7636
7637 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
7638 * configure.in: Cleanup section that sources GDB and BFD configure
7639 subscripts. Remove evil changequotes here.
7640 * config.in, configure: Regenerated.
7641
7642 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7643
7644 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
7645 frame accessor methods.
7646 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7647 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
7648 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
7649 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
7650 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
7651 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
7652 * z8k-tdep.c: Ditto.
7653
7654 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7655
7656 * configure.in: Remove UI_OUT configuration code.
7657 * ada-lang.c: Update assuming UI_OUT is always true.
7658 * Makefile.in (UIOUT_CFLAGS): Remove.
7659 * configure: Regenerated.
7660 * TODO: Remove blurb about elimination of -DUI_OUT.
7661
7662 * configure.in: Move code that provides the --enable-gdbcli,
7663 --enable-gdbmi options right before the code that handles the
7664 --enable-tui option. Polish a bit.
7665 * configure: Regenerated.
7666
7667 * configure.in: Rewrite check for GNU regex and the
7668 --without-included regex option, and move it into the "Checks for
7669 library functions" section. This makes us use the system regex
7670 again by default on systems with version 2 of the GNU C library.
7671 This was apparently broken.
7672 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
7673 * acconfig.h (USE_INCLUDED_REGEX): Remove.
7674 * config.in, configure: Regenerated.
7675
7676 * configure.in: Move code that provides the --enable-tui option
7677 before the "Checks for libraries" section. Polish the code
7678 somewhat and set need_curses to yes if we build the TUI. Rewrite
7679 code that looks for a library providing termcap functionality to
7680 match more closely what's done in the Readline library, and move
7681 it into to the "Checks for libraries" section.
7682 * configure: Regenerated.
7683 * Makefile.in (TERMCAP): Remove variable.
7684 * config/i386/go32.mh (TERMCAP): Remove variable.
7685
7686 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7687
7688 * MAINTAINERS: Mention gdb_mbuild.sh.
7689 * gdb_mbuild.sh: Rewrite.
7690
7691 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7692
7693 * configure.in: Fix typo in last change.
7694 * config.in, configure: Regenerated.
7695
7696 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7697
7698 * valarith.c (value_binop): Delete obsolete code and comments.
7699 * configure.host: Ditto.
7700 * buildsym.h (make_blockvector): Ditto.
7701 * buildsym.c (make_blockvector): Ditto.
7702 * defs.h (enum language): Ditto.
7703 (chill_demangle): Ditto.
7704 * elfread.c (elf_symtab_read): Ditto.
7705 * dwarfread.c (CHILL_PRODUCER): Ditto.
7706 (set_cu_language): Ditto.
7707 (handle_producer): Ditto.
7708 * expprint.c (print_subexp): Ditto.
7709 * gdbtypes.c (chill_varying_type): Ditto.
7710 * gdbtypes.h (builtin_type_chill_bool): Ditto.
7711 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
7712 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
7713 (chill_varying_type): Ditto.
7714 * language.h (_LANG_chill): Ditto.
7715 * language.c (binop_result_type, integral_type): Ditto.
7716 (character_type, string_type, structured_type): Ditto.
7717 (lang_bool_type, binop_type_check): Ditto.
7718 * stabsread.h (os9k_stabs): Ditto.
7719 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
7720 (define_symbol, read_type, read_struct_fields): Ditto.
7721 (read_array_type, read_enum_type, read_huge_number): Ditto.
7722 (read_range_type, start_stabs): Ditto.
7723 * symfile.c (init_filename_language_table): Ditto.
7724 (add_psymbol_with_dem_name_to_list): Ditto.
7725 * symtab.c (symbol_init_language_specific): Ditto.
7726 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
7727 * symtab.h (struct general_symbol_info): Ditto.
7728 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
7729 * typeprint.c (typedef_print): Ditto.
7730 * utils.c (fprintf_symbol_filtered): Ditto.
7731 * valops.c (value_cast, search_struct_field, value_slice): Delete
7732 obsolete code.
7733 (varying_to_slice): Delete function.
7734 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
7735 (varying_to_slice): Delete declaration.
7736 * MAINTAINERS: Update.
7737
7738 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7739
7740 * configure.in: Reorganize "Checks for library functions section"
7741 a bit. Remove check for `btowc' and `isascii' functions.
7742 * configure: Regenerated.
7743
7744 * acconfig.h (_MSE_INT_H): Remove.
7745 * configure.in: Create "Checks for header files" section, and move
7746 appropriate tests there. Don't check for objlist.h, wchar.h,
7747 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
7748 misdetection fix. Also add "Checks for types", "Checks for
7749 compiler characteristics" and "Checks for library functions"
7750 sections.
7751 * config.in, configure: Regenerated.
7752
7753 * configure.in: Create "Checks for programs" section, and move
7754 appropriate tests there.
7755
7756 2003-01-01 Mark Kettenis <kettenis@gnu.org>
7757
7758 * configure.in: Create "Checks for libraries" section, and move
7759 appropriate tests there. Cleanup check for wctype in libw. Use
7760 AC_SEARCH_LIBS to see whether we need libsocket.
7761 * configure: Regenerated.
7762
7763 For older changes see ChangeLog-2002
7764 \f
7765 Local Variables:
7766 mode: change-log
7767 left-margin: 8
7768 fill-column: 74
7769 version-control: never
7770 End:
This page took 0.243044 seconds and 4 git commands to generate.