2003-10-17 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-10-17 Andrew Cagney <cagney@redhat.com>
2
3 * target.h (struct target_ops): Add "to_read_partial" and
4 "to_write_partial", delete "to_query".
5 (target_read_partial, target_write_partial): Declare.
6 (target_read, target_write): Declare.
7 (target_query): Delete macro.
8 * target.c (target_read_partial): New function.
9 (target_write_partial, target_read, target_write): New function.
10 (update_current_target): Delete inheritance of "to_query". Add
11 comments about "to_read_partial" and "to_write_partial".
12 (debug_to_partial_read, debug_to_partial_write): New functions.
13 (debug_to_query): Delete function.
14 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
15 instead of "to_query".
16 * remote.c (remote_read_partial): Replace "remote_query".
17 (init_remote_ops): Set "to_read_partial" instead of "to_query".
18 (init_remote_async_ops): Ditto.
19 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
20 "target_read_partial" instead of "target_query".
21 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
22 Use "target_read_partial" instead of "target_query".
23
24 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
25
26 * frame.h (struct frame_id): Add new field: special_addr.
27 (frame_id_build_special): New prototype.
28 * frame.c (frame_id_build_special): New function.
29 (frame_id_build): Change to call frame_id_build_special().
30 (frame_id_eq): Change to also test special_addr field.
31 (frame_id_inner): Update comment.
32
33 2003-10-17 Andrew Cagney <cagney@redhat.com>
34
35 * target.c (update_current_target): Perform the target cleanup.
36 Put the target stack beneath the squashed "current_target".
37 (add_target): Delete disabled call to "cleanup_target".
38 (cleanup_target): Delete function.
39 (push_target, unpush_target): Do not call "cleanup_target".
40
41 2003-10-17 Andrew Cagney <cagney@redhat.com>
42
43 * target.c (target_stack): Change to a static target_ops.
44 (update_current_target): Walk the "struct target_ops" stack.
45 (pop_target, do_xfer_memory, target_info): Ditto.
46 (find_target_beneath): Ditto.
47 (push_target): Rewrite to use the "struct target_ops" stack.
48 (unpush_target): Ditto.
49 * target.h (struct target_stack_item): Delete definition.
50 (target_stack): Delete declaration.
51 (struct target_ops): Add field "beneath".
52
53 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
54
55 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
56 declaration.
57 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
58 (h8300_examine_prologue): Use h8300_normal_mode flag
59 (h8300_gdbarch_init): Set architecture info for normal mode
60
61 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
62
63 * remote.c (remote_protocol_vcont): New variable.
64 (set_remote_protocol_vcont_packet_cmd): New function.
65 (show_remote_protocol_vcont_packet_cmd): New function.
66 (init_all_packet_configs): Handle remote_protocol_vcont.
67 (remote_vcont_probe): New function.
68 (remote_vcont_resume): New function.
69 (remote_resume): Use it.
70 (remote_async_resume): Call remote_resume.
71 (_initialize_remote): Add verbose-resume packet commands.
72
73 2003-10-16 Andrew Cagney <cagney@redhat.com>
74
75 * infrun.c (handle_inferior_event): Add comment about
76 "frame_id_inner" being too weak.
77
78 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
79
80 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
81 second parameter, which is always null. Remove
82 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
83 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
84 accordingly.
85 * somsolib.c (som_solib_create_inferior_hook,
86 som_solib_desire_dynamic_linker_symbols): Update callers.
87 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
88
89 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
90
91 * remote-m32r-sdi.c : New file, interface to m32r on-chip
92 debug interface, SDI (Scalable Debug Interface).
93 * NEWS: Mention m32r SDI protocol was supported.
94 * Makefile.in (remote-m32r-sdi.o): Add build rule.
95 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
96
97 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
98
99 * ia64-linux-tdep.c: Include gdbcore.h.
100 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
101 (ia64_linux_sigcontext_register_addr): Find the address of the
102 sigcontext area stored in the sigframe instead of using
103 a magic offset constant.
104
105 2003-10-15 Andrew Cagney <cagney@redhat.com>
106
107 * remote.c (remote_search): Delete function.
108 * target.h (target_search): Delete disabled macro.
109 (struct target_ops): Delete disabled field "to_search".
110
111 2003-10-14 Kevin Buettner <kevinb@redhat.com>
112
113 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
114 instead of deprecated_inside_entry_file().
115
116 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
117
118 * sh-tdep.c: Fix copy/paste hangover in comment.
119 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
120 mode.
121 (sh3e_sh4_extract_return_value): Ditto.
122
123 2003-10-13 Richard Henderson <rth@redhat.com>
124
125 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
126 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
127 match c_val_print a bit closer.
128
129 2003-10-13 Kevin Buettner <kevinb@redhat.com>
130
131 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
132 (frv_gdbarch_adjust_breakpoint_address): New function.
133 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
134 method.
135
136 2003-10-13 Kevin Buettner <kevinb@redhat.com>
137
138 * breakpoint.h (struct breakpoint): Add new member
139 ``requested_address''.
140 * breakpoint.c (breakpoint_adjustment_warning)
141 (adjust_breakpoint_address): New static functions.
142 (print_it_typical): Issue warning if breakpoint's address is different
143 from its requested address.
144 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
145 (breakpoint_re_set_one): Set breakpoint's
146 ``requested_address'' field. Set ``address'' field to the
147 result of calling adjust_breakpoint_address() on the requested
148 address.
149
150 2003-10-13 Kevin Buettner <kevinb@redhat.com>
151
152 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
153 * gdbarch.h, gdbarch.c: Regenerate.
154
155 2003-10-11 Mark Kettenis <kettenis@gnu.org>
156
157 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
158 TDEP->sc_num_regs.
159
160 * i386fbsd-tdep.c: New file.
161 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
162 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
163 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
164 i386bsd-tdep.c.
165 (_initialize_i386fbsd_tdep): New function.
166 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
167 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
168 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
169 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
170 TDEP->sc_num_regs.
171 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
172 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
173 to initialize TDEP->sc_num_regs.
174 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
175 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
176 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
177 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
178 FreeBSD ELF OS/ABI's here.
179 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
180 (i386fbsd-tdep.o): New target.
181 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
182 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
183
184 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
185 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
186 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
187 in initialization of TDEP->sc_num_regs.
188
189 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
190 (x86_64_init_abi): Initialize regset_from_core_section if
191 appropriate.
192
193 * i386-tdep.c (i386_regset_from_core_section): New function.
194 (i386_gdbarch_init): Initialize regset_from_core_section if
195 appropriate.
196 * i386-tdep.h (i386_regset_from_core_section): New declaration.
197
198 * i386-tdep.h (struct regset): Declare opaque.
199
200 * gdbarch.sh (regset_from_core_section): New method.
201 (struct regset): Declare opaque.
202 * gdbarch.c, gdbarch.h: Regenerated.
203
204 2003-10-11 Alan Modra <amodra@bigpond.net.au>
205
206 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
207 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
208 Correct test for pc within section.
209
210 2003-10-11 Mark Kettenis <kettenis@gnu.org>
211
212 * gdbarch.sh: Remove trailing whitepsace from comments.
213
214 2003-10-08 Roland McGrath <roland@redhat.com>
215
216 * gcore.c (make_mem_sec): Function removed, folded into ...
217 (gcore_create_callback): ... here. To omit a section, clear its
218 SEC_LOAD bit rather than zeroing its size.
219 Omit read-only sections only if they correspond to a known disk file.
220 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
221
222 2003-10-10 Michael Snyder <msnyder@redhat.com>
223
224 * d10v-tdep.c: Fix typo in comment.
225
226 2003-10-10 Andrew Cagney <cagney@redhat.com>
227
228 * rs6000-tdep.c (e500_store_return_value): Delete function.
229 (e500_extract_return_value): Delete function.
230 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
231 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
232 "ppc_sysv_abi_restore_return_value" where applicable.
233 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
234 (ppc_sysv_abi_extract_return_value): Declare.
235 (ppc_sysv_abi_broken_store_return_value): Declare.
236 (ppc_sysv_abi_broken_extract_return_value): Declare.
237 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
238 * ppc-sysv-tdep.c (return_value_convention): Move definition to
239 start of file.
240 (do_ppc_sysv_return_value): New function.
241 (ppc_sysv_abi_extract_return_value): New function.
242 (ppc_sysv_abi_store_return_value): New function.
243 (ppc_sysv_abi_broken_extract_return_value): New function.
244 (ppc_sysv_abi_broken_store_return_value): New function.
245 (ppc_sysv_abi_use_struct_convention): Call
246 do_ppc_sysv_return_value.
247
248 2003-10-10 J. Brobecker <brobecker@gnat.com>
249
250 * blockframe.c (inside_main_func): No longer use symbol_lookup()
251 to lookup the main function symbol.
252
253 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
254
255 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
256 types correctly.
257 (sh_push_dummy_call_fpu): Fix argument passing rules.
258 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
259 float types.
260 (sh3e_sh4_store_return_value): Ditto.
261
262 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
263
264 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
265 comment.
266
267 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
268
269 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
270 more readable code. Accomodate passing of bitfields.
271
272 2003-10-10 Andrew Cagney <cagney@redhat.com>
273
274 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
275 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
276 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
277 * ppc-sysv-tdep.c: Include "gdb_assert.h".
278 (ppc64_sysv_abi_push_dummy_call): New function.
279 (ppc64_sysv_abi_broken_push_dummy_call): New function.
280 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
281 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
282
283 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
284
285 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
286 * README: Ditto.
287 * d10v-tdep.c: Ditto.
288 * h8300-tdep.c: Ditto.
289 * remote-e7000.c: Ditto.
290 * remote-hms.c: Ditto.
291 * ser-e7kpc.c: Ditto.
292 * sh-stub.c: Ditto.
293 * sh-tdep.c: Ditto.
294 * sh-tdep.h: Ditto.
295 * sh3-rom.c: Ditto.
296 * sh64-tdep.c: Ditto.
297 * top.c: Ditto.
298 * wince.c: Ditto.
299 * config/d10v/d10v.mt: Ditto.
300 * config/sh/embed.mt: Ditto.
301 * config/sh/linux.mt: Ditto.
302 * config/sh/tm-linux.h: Ditto.
303 * config/sh/tm-sh.h: Ditto.
304 * config/sh/wince.mt: Ditto.
305
306 2003-10-09 Andrew Cagney <cagney@redhat.com>
307
308 * ppc-tdep.h (struct type): Declare opaque.
309 * x86-64-tdep.h (struct regcache): Declare opaque.
310 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
311 coding style.
312
313 2003-10-09 Andrew Cagney <cagney@redhat.com>
314
315 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
316 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
317 (SOFTWARE_SINGLE_STEP_P): Ditto.
318 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
319 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
320 (SOFTWARE_SINGLE_STEP_P): Ditto.
321 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
322 software_single_step to rs6000_software_single_step.
323
324 2003-10-09 Andrew Cagney <cagney@redhat.com>
325
326 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
327
328 2003-10-09 Michael Snyder <msnyder@redhat.com>
329
330 * frame.h: Fix typo in comment.
331 * dummy-frame.c: Fix typo in comment.
332 * d10v-tdep.c: Random whitespace/comment tweaks.
333
334 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
335
336 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
337 (sh_push_dummy_code): Delete function, it's only used for dummy calls
338 on stack.
339
340 Based on input by Stephen Clarke (stephen.clarke@superh.com):
341 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
342 in detail.
343
344 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
345
346 * remote-mips.c (mips_initialize): Remove unneeded call to
347 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
348
349 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
350
351 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
352 a memory pointer.
353
354 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
355
356 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
357 for any lwp we resume.
358 (running_callback): Add lwps that have pending status events
359 against them to be considered running.
360
361 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
362
363 * m32r-tdep.c : Include "dis-asm.h".
364 * Makefile.in (m32r-tdep.o): Update dependencies.
365
366 2003-10-06 J. Brobecker <brobecker@gnat.com>
367
368 * completer.h (get_gdb_completer_word_break_characters): Delete.
369 * completer.c: include language.h.
370 (gdb_completer_word_break_characters): Delete.
371 (get_gdb_completer_word_break_characters): Delete.
372 (location_completer): Use the word break characters of the current
373 language.
374 (complete_line): Likewise.
375 (line_completion_function): Likewise.
376 (skip_quoted_chars): Likewise.
377 * Makefile.in (completer.o): Add dependency on language.h.
378 * top.c (init_main): Set the readline word break characters
379 to GDB's default word break characters.
380
381 2003-10-06 J. Brobecker <brobecker@gnat.com>
382
383 * language.h (language_defn): new field, la_word_break_characters.
384 * language.c (unknown_language_defn): Set new field to
385 default_word_break_characters.
386 (auto_language_defn): Likewise.
387 (local_language_defn): Likewise.
388 * ada-lang.c (ada_language_defn): Likewise.
389 * c-lang.c (c_language_defn): Likewise.
390 (cplus_language_defn): Likewise.
391 (asm_language_defn): Likewise.
392 (minimal_language_defn): Likewise.
393 * f-lang.c (f_language_defn): Likewise.
394 * jv-lang.c (java_language_defn): Likewise.
395 * m2-lang.c (m2_language_defn): Likewise.
396 * objc-lang.c (objc_language_defn): Likewise.
397 * p-lang.c (pascal_language_defn): Likewise.
398 * scm-lang.c (scm_language_defn): Likewise.
399
400 2003-10-06 Andrew Cagney <cagney@redhat.com>
401
402 * ppc-sysv-tdep.c: Re-indent.
403
404 2003-10-06 J. Brobecker <brobecker@gnat.com>
405
406 * language.h (default_word_break_characters): Add prototype.
407 * language.c (default_word_break_characters): New function.
408
409 2003-10-06 Andreas Schwab <schwab@suse.de>
410
411 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
412 with %eax.
413
414 2003-10-06 Andrew Cagney <cagney@redhat.com>
415
416 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
417 "h8500-tdep.c".
418 (z8k-tdep.o): Delete custom build rule.
419
420 2003-10-06 Andrew Cagney <cagney@redhat.com>
421
422 * Makefile.in: Update all dependencies.
423
424 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
425 No longer list PA as as obsolete candidate. List m32r as
426 broken instead of obsolete.
427
428 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
429 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
430 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
431 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
432 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
433 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
434 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
435 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
436 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
437 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
438 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
439 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
440 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
441 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
442 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
443 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
444 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
445 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
446 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
447 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
448 * config/z8k/z8k.mt: Ditto.
449
450 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
451 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
452 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
453 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
454 sparclite were removed.
455 * configure.host, configure.tgt: Remove corresponding tuples.
456
457 * breakpoint.c, breakpoint.h: Remove obsolete code.
458 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
459 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
460 * stabsread.h, xcoffread.c: Ditto.
461
462 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
463 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
464 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
465 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
466
467 2003-10-06 David Lecomber <dsl@sources.redhat.com>
468
469 * f-valprint.c: Reformatting
470
471 2003-10-06 Mark Kettenis <kettenis@gnu.org>
472
473 * x86-64-tdep.c: Remove duplicate comment.
474
475 * x86-64-tdep.c (x86_64_store_return_value): Don't use
476 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
477 names for return values. This fixes a bug since we looked at %rbx
478 instead of %rdx.
479
480 2003-10-05 Mark Kettenis <kettenis@gnu.org>
481
482 * x86-64-tdep.c: Include "regset.h".
483
484 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
485 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
486 sizeof_fpregset.
487 * i386-tdep.c: Include "regset.h".
488 (i386_supply_gregset): New function.
489 (i386_supply_fpregset): New function.
490 (i386_gdbarch_init): Initialze register set-related members of
491 TDEP.
492 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
493 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
494
495 2003-10-03 Andrew Cagney <cagney@redhat.com>
496
497 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
498 set extract_return_value, store_return_value and
499 use_struct_convention to ppc64_sysv_abi_extract_return_value,
500 ppc64_sysv_abi_store_return_value and
501 ppc64_sysv_abi_use_struct_convention.
502 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
503 (ppc64_sysv_abi_store_return_value): Declare.
504 (ppc64_sysv_abi_use_struct_convention): Declare.
505 * ppc-sysv-tdep.c (enum return_value_convention): Define.
506 (ppc64_sysv_abi_extract_return_value): New function.
507 (ppc64_sysv_abi_store_return_value): New function.
508 (ppc64_sysv_abi_use_struct_convention): New function.
509 (ppc64_sysv_abi_return_value): New function.
510
511 2003-10-03 Andrew Cagney <cagney@redhat.com>
512
513 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
514 convert a descriptor to a function when it's in the ".opd"
515 section.
516
517 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
518
519 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
520 reg_size to keep GCC silent.
521
522 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
523
524 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
525 base for DW_EH_PE_textrel encodings.
526 (read_encoded_value): Add a DW_EH_PE_textrel case.
527 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
528 section.
529
530 2003-10-03 Mark Kettenis <kettenis@gnu.org>
531
532 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
533
534 2003-10-02 Andrew Cagney <cagney@redhat.com>
535
536 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
537 REGISTER_RAW_SIZE.
538 * gdbarch.h, gdbarch.c: Re-generate.
539 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
540 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
541 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
542 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
543 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
544 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
545 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
546 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
547 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
548 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
549 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
550 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
551 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
552 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
553 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
554 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
555
556 2003-10-02 Jim Blandy <jimb@redhat.com>
557
558 * dwarf2read.c (struct die_info): Doc fix.
559
560 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
561
562 * sh-tdep.c: Running thru gdb_indent.sh.
563
564 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
565
566 * sh-tdep.c (sh_justify_value_in_reg): New function.
567 (sh_stack_allocsize): Ditto.
568 (flt_argreg_array): New array used for floating point argument
569 passing.
570 (sh_init_flt_argreg): New function.
571 (sh_next_flt_argreg): Ditto.
572 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
573 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
574 Fix argument passing strategy.
575 (sh_push_dummy_call_nofpu): Ditto.
576
577 2003-10-01 Andrew Cagney <cagney@redhat.com>
578
579 * value.h (register_value_being_returned): Declare. Replace
580 "value_being_returned".
581 * infcall.c (call_function_by_hand): Use
582 register_value_being_returned.
583 * infcmd.c (print_return_value): Call
584 "register_value_being_returned", handle struct return locally.
585 * values.c (register_value_being_returned): New function. Replace
586 "value_being_returned".
587
588 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
589
590 * linux-proc.c (linux_do_registers): New function.
591 (linux_make_note_section): Use linux_do_registers in case of
592 single threaded inferior programs.
593
594 2003-10-01 Andrew Cagney <cagney@redhat.com>
595
596 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
597 use STRUCT_ADDR. When not using "struct return convention", pass
598 "0" to "value_being_returned". Add FIXMEs.
599 * infcmd.c (print_return_value): Pass an explicit 0/1 to
600 value_being_returned. Add comments.
601 * values.c (value_being_returned): Add fixme.
602 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
603 (hppa_value_returned_from_stack): Add FIXME.
604
605 2003-09-30 David Carlton <carlton@kealia.com>
606
607 * dwarf2read.c (struct die_info): Add 'parent' field; replace
608 'has_children' and 'next' by 'child' and 'sibling'.
609 (read_comp_unit): Rework algorithm, breaking body into
610 read_die_and_children and read_die_and_siblings.
611 (read_die_and_children, read_die_and_siblings): New.
612 (read_full_die): Add 'has_children' argument; set it instead of
613 the die's 'has_children' field. Minor formatting cleanup.
614 (free_die_list): Use die->child and die->sibling instead of
615 die->next.
616 (dump_die_list): Ditto.
617 (sibling_die): Use die->sibling.
618 (psymtab_to_symtab_1): Use die's 'child' field in place of its
619 'has_children' and 'next' fields.
620 (process_die, read_file_scope, read_func_scope)
621 (read_lexical_block_scope, read_structure_scope)
622 (read_enumeration, read_array_type, read_common_block)
623 (read_namespace, read_subroutine_type, dump_die): Ditto.
624
625 2003-09-30 Andrew Cagney <cagney@redhat.com>
626
627 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
628 to 224, not 220.
629
630 2003-09-30 Andrew Cagney <cagney@redhat.com>
631
632 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
633 REGISTER_VIRTUAL_SIZE.
634 * gdbarch.h, gdbarch.c: Regenerate.
635 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
636 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
637 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
638
639 2003-09-29 Andrew Cagney <cagney@redhat.com>
640
641 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
642 DEPRECATED_REGISTER_VIRTUAL_TYPE.
643 * gdbarch.h, gdbarch.c: Regenerate.
644 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
645 * sh64-tdep.c, sparc-tdep.c: Update.
646
647 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
648 * remote-vxmips.c (vx_read_register): Ditto.
649 * remote-vx68.c (vx_read_register): Ditto.
650 * gnu-nat.c (inf_validate_procs): Ditto.
651
652 2003-09-29 J. Brobecker <brobecker@gnat.com>
653
654 * infcall.c (call_function_by_hand): Fix build failure
655 introduced in the previous change to this file.
656
657 2003-09-29 Andrew Cagney <cagney@redhat.com>
658
659 * NEWS: Mention Objective-C.
660
661 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
662
663 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
664 test if the register has been saved on the stack.
665 (arm_scan_prologue_cache): When analysing the instruction
666 "str lr, [sp, #-4]", save the address where lr has been stored.
667
668 2003-09-28 Andrew Cagney <cagney@redhat.com>
669
670 * frame.c (frame_read_unsigned_register): Delete function.
671 * frame.h (frame_read_unsigned_register): Delete declaration.
672 * sparc-tdep.c (sparc_init_extra_frame_info): Use
673 get_frame_register_unsigned.
674 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
675 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
676 * d10v-tdep.c (d10v_print_registers_info): Ditto.
677
678 * frame.h (frame_read_register): Delete declaration.
679 * frame.c (frame_read_register): Delete function.
680 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
681 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
682 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
683 * mips-tdep.c (mips_register_to_value): Ditto.
684 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
685 * d10v-tdep.c (d10v_print_registers_info): Ditto.
686
687 * frame.c (frame_read_signed_register): Delete function.
688 (frame_read_unsigned_register): Update comments.
689 * frame.h (frame_read_signed_register): Delete declaration.
690 * h8300-tdep.c (h8300_print_register): Use
691 get_frame_register_signed.
692 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
693
694 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
695 Rename VALUE_RETURNED_FROM_STACK.
696 * infcmd.c (print_return_value): Update.
697 * infcall.c (call_function_by_hand): Update.
698
699 2003-09-28 Mark Kettenis <kettenis@gnu.org>
700
701 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
702 regcache argument and reverse the order of the other two
703 arguments. Remove local regcache variable. Determine
704 architecture from REGCACHE. Update comments.
705 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
706 reverse the order of the other two arguments. Remove local
707 regcache variable. Determine architecture from REGCACHE. Update
708 comments.
709 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
710 prototypes. Update comments.
711 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
712 comment.
713 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
714 Update.
715 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
716 * i386-interix-nat.c (supply_fpregset): Update.
717 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
718 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
719 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
720 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
721 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
722 Update.
723 * i386obsd-tdep.c (fetch_core_registers): Update.
724 * i386v4-nat.c (supply_fpregset): Update.
725 * x86-64-linux-nat.c (supply_fpregset): Update.
726 * x86-64-linux-tdep.c (fetch_core_registers): Update.
727
728 2003-09-27 Mark Kettenis <kettenis@gnu.org>
729
730 * i386-tdep.h: Put opaque declarations in alphabetical
731 order. Remove spurious whitespace.
732 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
733 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
734 * i386-tdep.c (MM0_REGNUM): Remove define.
735 (i386_mmx_regnum_p): Add gdbarch argument.
736 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
737 Rewrite using new macro definitions for FPU/SSE registers.
738 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
739 definitions from i387-tdep.h.
740 (i386_register_name): Update.
741 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
742 new macro definitions for FPU/SSE registers.
743 (i386_extract_return_value): Determine whether floating-point
744 registers are present by examining REGCACHE's architecture.
745 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
746 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
747 FPU/SSE registers.
748 (i386_register_type): Update.
749 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
750 definitions for FPU registers. Use REGCACHE's architecture to
751 determine the appropriate register numbers.
752 (i386_pseudo_register_read, i386_pseudo_register_write,
753 i386_register_reggroup_p): Update.
754 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
755 TDEP->mm0_regnum.
756 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
757 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
758 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
759 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
760 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
761 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
762 *' to `void *'.
763 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
764 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
765 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
766 definitions for FPU/SSE registers.
767 (FXSAVE_MXCSR_ADDR): New define.
768 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
769 TDEP->mm0_regnum.
770 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
771 (I387_ST0_REGNUM): Define.
772
773 * regcache.h (get_regcache_arch): New prototype.
774 * regcache.c (get_regcache_arch): New function.
775
776 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
777 whitespace.
778
779 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
780 Initialize using ARRAY_SIZE.
781
782 2003-09-27 Andrew Cagney <cagney@redhat.com>
783
784 * arch-utils.c (deprecated_init_frame_pc_default): Rename
785 "init_frame_pc_default".
786 * arch-utils.h (deprecated_init_frame_pc_default): Update.
787 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
788 * vax-tdep.c (vax_gdbarch_init): Update.
789 * v850-tdep.c (v850_gdbarch_init): Update.
790 * sh64-tdep.c (sh64_gdbarch_init): Update.
791 * s390-tdep.c (s390_gdbarch_init): Update.
792 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
793 * mcore-tdep.c (mcore_gdbarch_init): Update.
794 * h8300-tdep.c (h8300_gdbarch_init): Update.
795 * cris-tdep.c (cris_gdbarch_init): Update.
796 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
797
798 2003-09-26 Mark Kettenis <kettenis@gnu.org>
799
800 * regset.h: New file.
801 * Makefile.in (regset_h): Add.
802
803 2003-09-25 Andrew Cagney <cagney@redhat.com>
804
805 * frame.h (deprecated_frame_saved_regs): Rename
806 get_frame_saved_regs.
807 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
808 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
809 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
810 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
811 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
812
813 2003-09-25 Andrew Cagney <cagney@redhat.com>
814
815 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
816 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
817 and Java.
818 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
819 arm*-*-* do not use the new frame code.
820
821 2003-09-25 David Carlton <carlton@kealia.com>
822
823 * c-exp.y: Remove 'register' declarations.
824 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
825
826 2003-09-25 David Carlton <carlton@kealia.com>
827
828 * c-exp.y: Include cp-support.h. Add qualified_type.
829 (yylex): Delete nested type hack; add comments.
830 * cp-namespace.c (cp_lookup_nested_type): New function.
831 * cp-support.h: Declare cp_lookup_nested_type.
832 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
833 instead of value_struct_elt_for_reference.
834 * valops.c: Include cp-support.h.
835 (value_aggregate_elt): New function.
836 (value_namespace_elt): Ditto.
837 (value_struct_elt_for_reference): Make static.
838 * value.h: Delete declaration of value_struct_elt_for_reference;
839 add declaration for value_aggregate_elt.
840 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
841 (valops.o): Ditto.
842
843 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
844
845 * stack.c: Include "reggroups.h".
846 (frame_info): Only display registers in all_reggroup.
847 * Makefile.in (stack.o): Update dependencies.
848
849 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
850
851 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
852 "add ip, sp #n" in the prologue.
853 (arm_scan_prologue): Ditto.
854
855 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
856
857 * MAINTAINERS (write after approval): Add myself.
858
859 2003-09-25 Andreas Schwab <schwab@suse.de>
860
861 * m68k-tdep.c: Include "dwarf2-frame.h".
862 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
863 * Makefile.in (m68k-tdep.o): Update dependencies.
864
865 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
866
867 * sh-tdep.c (struct frame_extra_info): Remove.
868 (struct sh_frame_cache): New structure.
869 (GET_SOURCE_REG): New macro extracting source register of an opcode.
870 (GET_TARGET_REG): Ditto but target register.
871 (GET_PUSHED_REG): Remove.
872 (IS_MOV_ARG_TO_REG): New macro.
873 (IS_MOV_ARG_TO_IND_R14): New macro.
874 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
875 (IS_MOVW_PCREL_TO_REG): New macro.
876 (IS_MOVL_PCREL_TO_REG): New macro.
877 (IS_SUB_REG_FROM_SP): New macro.
878 (IS_ARG_MOV): Remove.
879 (IS_MOV_TO_R14): Remove.
880 (IS_RESTORE_FP): New macro.
881 (IS_RTS): New macro.
882 (IS_LDS): New macro.
883 (IS_MOV_FP_SP): New macro.
884 (IS_ADD_REG_TO_FP): New macro.
885 (IS_ADD_IMM_FP): New macro.
886 (sh_skip_prologue_hard_way): Remove.
887 (sh_saved_pc_after_call): Remove.
888 (sh_frame_chain): Remove.
889 (sh_find_callers_reg): Remove.
890 (sh_nofp_frame_init_saved_regs): Remove.
891 (sh_fp_frame_init_saved_regs): Remove.
892 (sh_init_extra_frame_info): Remove.
893 (sh_analyze_prologue): New function.
894 (sh_skip_prologue): Remove deprecated code. Rely on new function
895 sh_analyze_prologue when after_prologue fails.
896 (sh_frame_saved_pc): Remove.
897 (sh_alloc_frame_cache): New function.
898 (sh_frame_cache): Ditto.
899 (sh_frame_prev_register): Ditto.
900 (sh_frame_this_id): Ditto.
901 (sh_frame_unwind): New structure defining the heuristic frame
902 sniffer interface.
903 (sh_frame_sniffer): New function.
904 (sh_unwind_sp): Ditto.
905 (sh_unwind_pc): Ditto.
906 (sh_unwind_dummy_id): Ditto.
907 (sh_frame_base_address): Ditto.
908 (sh_frame_base): New structure defining new frame base code.
909 (sh_in_function_epilogue_p): New function.
910 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
911 code and to call all new code instead. Initialize dwarf2 and
912 heuristic frame sniffer.
913
914 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
915
916 * parser-defs.h (struct exp_descriptor): New definition, containing
917 language-specific info for printing, prefixifying, dumping, and
918 evaluating expressions.
919 (exp_descriptor_standard): Declare new variable.
920 (print_subexp): Make global and declare here (from expprint.c).
921 (dump_subexp): Ditto.
922 (dump_subexp_body_standard): Declare.
923 (operator_length_standard): Declare.
924 (op_name_standard): Declare.
925 (print_subexp): Declare.
926 (print_subexp_standard): Declare.
927
928 * language.h (struct language_defn): Add la_exp_desc field to hold
929 pointer to table for language-specific operators.
930 Remove evaluate_exp field, which is now in struct exp_descriptor.
931
932 * parse.c (operator_length): Move most code to new
933 operator_length_standard function. Use language-specific information.
934 (operator_length_standard): New function taking most code from
935 operator_length.
936 (exp_descriptor_standard): New constant.
937
938 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
939 and OP_EXTENDED_LAST.
940
941 * expprint.c (print_subexp): Use language-specific print_subexp.
942 Make global; remove static declaration.
943 Move most code to print_subexp_standard.
944 (print_subexp_standard): New function, containing code formerly in
945 print_subexp.
946 (op_name): Add expression to argument signature.
947 Use langauge-specific op_name.
948 Move most code to op_name_standard.
949 (op_name_standard): New function, containing code formerly in op_name.
950 (dump_subexp): Use new version of op_name function.
951 Use language-specific dump_subexp_body, and move most existing code to
952 dump_subexp_body_standard.
953 (dump_raw_expression): Use new op_name interface.
954 (dump_subexp_body): Move most code to dump_subexp_body_standard.
955 (dump_subexp_body_standard): New function, containing code formerly
956 in dump_subexp_body.
957
958 * language.c (unknown_language): Add default la_exp_desc field and
959 remove evaluate_exp field.
960 (auto_language): Ditto.
961 (local_language): Ditto.
962 * f-lang.c (f_language_defn): Ditto.
963 * c-lang.c (c_language_defn): Ditto.
964 (cplus_language_defn): Ditto.
965 (asm_language_defn): Ditto.
966 (minimal_language_defn): Ditto.
967 * p-lang.c (pascal_language_defn): Ditto.
968 * m2-lang.c (m2_language_defn): Ditto.
969 * objc-lang.c (objc_language_defn): Ditto.
970
971 * jv-lang.c (exp_descriptor_java): New variable, containing
972 Java-specific expression evaluator.
973 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
974 field.
975 * scm-lang.c (exp_descriptor_scm): New variable, containing
976 Scheme-specific expression evaluator.
977 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
978 field.
979 * objc-lang.c (print_object_command): Take evaluate_exp from the
980 la_exp_desc field.
981
982 * Makefile.in (eval.o): Add dependency on parser-defs.h.
983
984 * eval.c: Include parser-defs.h for the full declaration of
985 la_exp_desc's type.
986 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
987
988 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
989
990 * parser-defs.h (operator_length): Declare.
991
992 * parse.c (length_of_subexp): Use operator_length to get operator
993 lengths and arities for operators.
994 Move most code to new operator_length function.
995 (operator_length): New function absorbing most code from
996 length_of_subexp.
997 (prefixify_subexp): Remove large case and use operator_length instead.
998 (parse_exp_1): Use renamings:
999 dump_prefix_expression => dump_raw_expression and
1000 dump_postfix_expression => dump_prefix_expression.
1001
1002 * expression.h (dump_prefix_expression): Rename to ...
1003 (dump_raw_expression): New name.
1004 (dump_postfix_expression): Rename to ...
1005 (dump_prefix_expression): New name.
1006
1007 * expprint.c (dump_subexp): Make global. Add comment.
1008 Move most existing code to dump_subexp_body.
1009 (dump_subexp_body): New function.
1010 (dump_prefix_expression): Rename to dump_raw_expression.
1011 Remove attempt to print the expression via print_expression: it can't
1012 work before the expression is prefixified.
1013 (dump_raw_expression): Renamed from dump_prefix_expression.
1014 (dump_postfix_expression): Rename to dump_prefix_expression, since
1015 that's what it does.
1016 Remove 'note' parameter, since this routine must be used on
1017 prefixified expression.
1018 (dump_prefix_expression): Renamed from dump_postfix_expression.
1019
1020 2003-09-22 Jim Blandy <jimb@redhat.com>
1021
1022 * dwarf2read.c (read_array_type): When building the type for an
1023 array of unspecified length, make sure to choose the upper bound
1024 so that the array's total length comes out to be zero --- that's
1025 how we represent such arrays.
1026
1027 2003-09-22 Michael Chastain <mec@shout.net>
1028
1029 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1030
1031 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1032
1033 * top.c (quit_force): Fix indirect call to quit_target so
1034 a struct qt_args pointer is passed.
1035
1036 2003-09-22 Andrew Cagney <cagney@redhat.com>
1037
1038 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1039 * arch-utils.c (init_frame_pc_noop): Delete function.
1040 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1041 "init_frame_pc".
1042 * mips-tdep.c (mips_gdbarch_init): Ditto.
1043 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1044 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1045 declaration.
1046 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1047 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1048 declaration.
1049 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1050
1051 2003-09-22 Anthony Green <green@redhat.com>
1052
1053 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1054 declaration.
1055
1056 2003-09-20 Andrew Cagney <cagney@redhat.com>
1057
1058 * breakpoint.c: Eliminate ARGSUSED.
1059 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1060 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1061 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1062 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1063 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1064 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1065 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1066 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1067 * wince.c, remote-vx.c: Ditto.
1068
1069 * cli/cli-script.c: Remove "register" attributes.
1070 * config/pa/tm-hppa.h: Ditto.
1071 * cli/cli-decode.c: Ditto.
1072 * cli/cli-cmds.c: Ditto.
1073
1074 2003-09-19 Andrew Cagney <cagney@redhat.com>
1075
1076 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1077 DEPRECATED_NPC_REGNUM.
1078 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1079
1080 2003-09-19 Christopher Faylor <cgf@redhat.com>
1081
1082 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1083
1084 2003-09-19 Jim Blandy <jimb@redhat.com>
1085
1086 * macrotab.c (macro_include): Use the correct comparison to find
1087 the appropriate place for this inclusion in the list.
1088
1089 2003-09-19 Andrew Cagney <cagney@redhat.com>
1090
1091 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1092 (DEPRECATED_HPUX_TEXT_END): Define.
1093 (deprecated_hpux_text_end): Declare.
1094 (struct target_ops): Declare opaque.
1095 * hppah-nat.c (text_end): Make static.
1096 (deprecated_hpux_text_end): New function.
1097 * exec.c (text_end): Delete global variable.
1098 (NEED_TEXT_START_END): Do not define.
1099 (exec_file_attach): Replace code computing "text_end" code with
1100 call to DEPRECATED_HPUX_TEXT_END.
1101
1102 2003-09-19 Andrew Cagney <cagney@redhat.com>
1103
1104 * utils.c (align_up, align_down): New functions.
1105 * defs.h (align_up, align_down): Declare.
1106 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1107 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1108 and "align_down".
1109 (round_up, round_down): Delete functions.
1110 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1111 "align_down".
1112 (ROUND_DOWN, ROUND_UP): Delete macros.
1113 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1114 * h8300-tdep.c: Replace "round_up" and "round_down" with
1115 "align_up" and "align_down".
1116 (round_up, round_down): Delete macros.
1117 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1118 "align_down".
1119 (ROUND_UP, ROUND_DOWN): Delete macros.
1120
1121 2003-09-18 J. Brobecker <brobecker@gnat.com>
1122
1123 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1124 hard-coded constant. Use the proper machine name instead.
1125
1126 2003-09-17 Andrew Cagney <cagney@redhat.com>
1127
1128 * sparc-tdep.c (legacy_register_name): Delete function.
1129 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1130 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1131 * infcmd.c (gdb_register_name): Delete variable.
1132 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1133 REGISTER_NAME and "tm.h".
1134 * gdbarch.h, gdbarch.c: Regenerate.
1135 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1136 REGISTER_NAMES in comments.
1137 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1138 * m68klinux-nat.c (regmap): Ditto.
1139
1140 2003-09-17 Jim Blandy <jimb@redhat.com>
1141
1142 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1143
1144 2003-09-17 Andrew Cagney <cagney@redhat.com>
1145
1146 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1147 (ppcnbsd_init_abi): Set "use_struct_convention" to
1148 "ppcnbsd_use_struct_convention".
1149
1150 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1151
1152 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1153 * gdbarch.h, gdbarch.c: Regenerate.
1154 (stabs_argument_has_addr): New architecture method.
1155 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1156 * arch-utils.c: Include "buildsym.h".
1157 (default_stabs_argument_has_addr): New function.
1158 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1159 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1160
1161 2003-09-17 Andrew Cagney <cagney@redhat.com>
1162
1163 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1164 * gdbarch.h, gdbarch.c: Regenerate.
1165 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1166 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1167 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1168 * sparcnbsd-tdep.c: Update.
1169
1170 2003-09-17 Andrew Cagney <cagney@redhat.com>
1171
1172 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1173 * gdbarch.h, gdbarch.c: Regenerate.
1174 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1175 * d10v-tdep.c, frame.c: Update.
1176 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1177 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1178 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1179 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1180 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1181 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1182 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1183 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1184 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1185 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1186 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1187 * config/pa/nm-hppah.h: Update.
1188
1189 2003-09-16 Andrew Cagney <cagney@redhat.com>
1190
1191 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1192 "use_struct_convention" to "ppc_linux_use_struct_convention".
1193 (ppc_linux_use_struct_convention): New function.
1194 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1195 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1196 "rs6000_use_struct_convention".
1197 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1198 declaration.
1199 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1200 Delete function.
1201
1202 2003-09-16 Andrew Cagney <cagney@redhat.com>
1203
1204 * buildsym.c: Remove more occurances of "register".
1205 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1206 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1207 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1208 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1209 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1210 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1211 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1212 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1213
1214 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1215
1216 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1217 numbers to enumeration values.
1218 * sh-tdep.c: Accomodate above change.
1219 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1220 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1221 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1222 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1223 (IS_FPUSH): Rename from IS_FMOV.
1224 (sh_extract_struct_value_address): Remove useless comment.
1225 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1226 instead of own local values.
1227 (sh_dump_tdep): Remove.
1228 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1229 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1230
1231 2003-09-15 Andrew Cagney <cagney@redhat.com>
1232
1233 * doublest.c (convert_floatformat_to_doublest): No longer need to
1234 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1235
1236 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1237
1238 * values.c (unpack_double): Call floatformat_is_valid.
1239
1240 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1241
1242 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1243 ps_strings into a long.
1244
1245 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1246 _initialize_am64fbsd_nat.
1247
1248 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1249
1250 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1251 associated with DW_AT_ranges attribute is out of bounds.
1252
1253 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1254
1255 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1256
1257 2003-09-14 Michael Chastain <mec@shout.net>
1258
1259 * config/m68k/nm-apollo68v.h: Delete.
1260 * config/m68k/xm-apollo68v.h: Delete.
1261
1262 2003-09-14 Andrew Cagney <cagney@redhat.com>
1263
1264 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1265 * dcache.c: Update copyrights and descriptions.
1266 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1267
1268 2003-09-14 Andrew Cagney <cagney@redhat.com>
1269
1270 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1271 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1272
1273 2003-09-14 Andrew Cagney <cagney@redhat.com>
1274
1275 * alpha-nat.c: Remove some occurances of "register".
1276 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1277 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1278 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1279 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1280 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1281 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1282 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1283 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1284 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1285 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1286 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1287 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1288 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1289 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1290 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1291 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1292 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1293 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1294 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1295 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1296 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1297 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1298
1299 2003-09-13 Andrew Cagney <cagney@redhat.com>
1300
1301 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1302 * ppc-tdep.h (struct regcache): Declare opaque.
1303 * objfiles.h (struct objfile_data): Declare opaque.
1304 * cp-support.h (struct objfile): Declare opaque.
1305 * linux-nat.h (target_waitstatus): Declare opaque.
1306
1307 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1308
1309 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1310 (stabs_argument_has_addr): New architecture method.
1311 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1312 * arch-utils.c: Include "buildsym.h".
1313 (default_stabs_argument_has_addr): New function.
1314 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1315 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1316
1317 * cris-tdep.c (cris_gdbarch_init): Set
1318 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1319 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1320 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1321 * mips-tdep.c (mips_gdbarch_init): Likewise.
1322 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1323 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1324
1325 2003-09-13 Andrew Cagney <cagney@redhat.com>
1326
1327 * values.c (using_struct_return): Delete "function" and "funcaddr"
1328 parameters.
1329 * value.h (using_struct_return): Update declaration.
1330 * infcmd.c (finish_command_continuation): Update.
1331 (finish_command): Update.
1332 * infcall.c (call_function_by_hand): Update.
1333 * eval.c (evaluate_subexp_standard): Update.
1334
1335 2003-09-13 Christopher Faylor <cgf@redhat.com>
1336
1337 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1338 SSE registers since gdb will not operate correctly without this.
1339 Restore include file ordering munged in previous change.
1340 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1341
1342 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1343
1344 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1345 REG_STRUCT_HAS_ADDR.
1346 * gdbarch.c, gdbarch.h: Updated.
1347 * infcall.c (call_function_by_hand): Update.
1348 * stabsread.c (define_symbol): Updated.
1349
1350 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1351
1352 2003-09-12 Christopher Faylor <cgf@redhat.com>
1353
1354 * win32-nat.c: Reorganize so that defines used by target headers are
1355 actually defined by the system headers.
1356 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1357 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1358
1359 2003-09-12 Jim Blandy <jimb@redhat.com>
1360
1361 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1362 the file has no .data, .bss, or .rodata sections. Instead wait
1363 until we see a variable alleged to live in one of those sections.
1364
1365 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1366 .bss section, presume that any variables we find live in the
1367 .rodata section.
1368
1369 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1370 offsets for global and static variables.
1371
1372 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1373 symbol types are, by definition, in the .data section, so it is
1374 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1375 If there is no .data section, there should be no N_DATA or N_DATA
1376 | N_EXT symbols.
1377
1378 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1379
1380 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1381 (amd64fbsd_sigcontext_addr): Rewrite.
1382 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1383 with correct values.
1384 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1385 (amd64fbsd_init_abi): Fix typo.
1386
1387 2003-09-12 Andrew Cagney <cagney@redhat.com>
1388
1389 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1390 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1391
1392 2003-09-12 Andrew Cagney <cagney@redhat.com>
1393
1394 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1395 "entry_file_highpc". Update comments.
1396 * defs.h (deprecated_inside_entry_file): Rename
1397 "inside_entry_file".
1398 * blockframe.c (deprecated_inside_entry_file): Rename
1399 "inside_entry_file".
1400 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1401 * vax-tdep.c (vax_frame_chain): Update.
1402 * sh64-tdep.c (sh64_frame_chain): Update.
1403 * sh-tdep.c (sh_frame_chain): Update.
1404 * rs6000-tdep.c (rs6000_frame_chain): Update.
1405 * ns32k-tdep.c (ns32k_frame_chain): Update.
1406 * mips-tdep.c (mips_frame_chain): Update.
1407 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1408 * m32r-tdep.c (m32r_frame_this_id): Update.
1409 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1410 * frv-tdep.c (frv_frame_this_id): Update.
1411 * d10v-tdep.c (d10v_frame_this_id): Update.
1412 * cris-tdep.c (cris_frame_chain): Update.
1413 * blockframe.c (legacy_frame_chain_valid): Update.
1414 * avr-tdep.c (avr_frame_this_id): Update.
1415 * arm-tdep.c (arm_prologue_this_id): Update.
1416 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1417 * objfiles.c (objfile_relocate): Update.
1418 * mipsread.c (mipscoff_symfile_read): Update.
1419 (mipscoff_symfile_read): Update.
1420 * mdebugread.c (parse_partial_symbols): Update.
1421 * dwarfread.c (read_file_scope): Update.
1422 * dwarf2read.c (read_file_scope): Update.
1423 * dbxread.c (read_dbx_symtab): Update.
1424 (read_dbx_symtab): Update.
1425 * coffread.c (complete_symtab): Update.
1426
1427 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1428
1429 * top.c (quit_target): New static helper function.
1430 (quit_force): Moved code to quit_target(). Call quit_target()
1431 via catch_errors() to catch errors during quit.
1432
1433 2003-09-11 David Carlton <carlton@kealia.com>
1434
1435 * buildsym.c (finish_block): Use allocate_block to allocate the
1436 block.
1437 * mdebugread.c (new_block): Add FIXME.
1438
1439 2003-09-11 David Carlton <carlton@kealia.com>
1440
1441 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1442 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1443 (recursive_dump_type): Ditto.
1444 * printcmd.c (print_formatted): Ditto.
1445 * typeprint.c (print_type_scalar): Ditto.
1446 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1447 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1448 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1449 maint_cplus_cmd_list.
1450 * cp-support.c: Make maint_cplus_cmd_list extern.
1451 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1452 command.h.
1453 (lookup_symbol_file): Look in possible namespace blocks when
1454 appropriate.
1455 (initialize_namespace_symtab): New.
1456 (get_possible_namespace_block, free_namespace_block)
1457 (check_possible_namespace_symbols)
1458 (check_possible_namespace_symbols_loop)
1459 (check_one_possible_namespace_symbol)
1460 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1461 (_initialize_cp_namespace): Ditto.
1462 * block.h: Declare allocate_block.
1463 * block.c (allocate_block): New.
1464 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1465 allocate_block.
1466 * symfile.h: Update declaration of add_psymbol_to_list.
1467 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1468 question.
1469 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1470 scan_partial_symbols_call.
1471 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1472 helper functions.
1473 (add_partial_symbol): If necessary, scan mangled names for names
1474 of namespaces.
1475 (add_partial_namespace): Add NAMESPACE argument; generate partial
1476 symbols associated to namespaces.
1477 (add_partial_enumeration): Add NAMESPACE argument.
1478 (new_symbol): Allow namespace syms.
1479 (read_namespace): Generate namespace syms.
1480 * objfiles.h: Add opaque declaration of struct symtab.
1481 (struct objfile): Add cp_namespace_symtab member.
1482 * objfiles.c (allocate_objfile): Set
1483 objfile->cp_namespace_symtab.
1484 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1485 dictionary_h, command_h.
1486
1487 2003-09-11 Andrew Cagney <cagney@redhat.com>
1488
1489 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1490 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1491 near the function's end.
1492 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1493 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1494 regcache_raw_write_signed to set SP_REGNUM.
1495
1496 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1497
1498 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1499 orig_addrs is set up properly.
1500
1501 2003-09-11 Andrew Cagney <cagney@redhat.com>
1502
1503 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1504 * gdbarch.h, gdbarch.c: Re-generate.
1505 * infcall.c (call_function_by_hand): Update.
1506 * hppa-tdep.c (hppa_push_arguments): Update.
1507 * ada-lang.c (place_on_stack): Update.
1508 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1509 * sparc-tdep.c (sparc_gdbarch_init): Update.
1510 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1511 * hppa-tdep.c (hppa_gdbarch_init): Update.
1512 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1513 stack_align.
1514
1515 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1516
1517 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1518 register do need a frame.
1519
1520 2003-09-11 Andrew Cagney <cagney@redhat.com>
1521
1522 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1523 buildable since GDB 5.0.
1524 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1525 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1526 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1527 * irix4-nat.c: Delete file.
1528 * config/mips/irix4.mh: Delete file.
1529 * config/mips/irix3.mh: Delete file.
1530 * config/mips/irix3.mt: Delete file.
1531 * config/mips/tm-irix3.h: Delete file.
1532 * config/mips/nm-irix3.h: Delete file.
1533 * config/mips/xm-irix3.h: Delete file.
1534 * config/mips/nm-irix4.h: Delete file.
1535 * config/mips/xm-irix4.h: Delete file.
1536 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1537
1538 2003-09-10 J. Brobecker <brobecker@gnat.com>
1539
1540 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1541 * Makefile.in (hppa-tdep.o): Update dependencies.
1542
1543 2003-09-10 James E Wilson <wilson@specifixinc.com>
1544
1545 * MAINTAINERS: Change my e-mail address. Move to paper trail
1546 section.
1547
1548 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1549
1550 * MAINTAINERS (frv): New ISA entry.
1551
1552 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1553
1554 * frv-tdep.c (dis-asm.h): Include.
1555 * Makefile.in (frv-tdep.o): Update dependencies.
1556
1557 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1558
1559 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1560 Fix typo for high range of floating registers.
1561
1562 2003-09-09 David Carlton <carlton@kealia.com>
1563
1564 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1565 highpc initialization here out of scan_partial_symbols.
1566 (scan_partial_symbols): Restructure into a recursive version,
1567 calling add_partial_namespace and add_partial_enumeration when
1568 appropriate.
1569 (add_partial_namespace): New.
1570 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1571
1572 2003-09-09 Andrew Cagney <cagney@redhat.com>
1573
1574 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1575 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1576 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1577 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1578
1579 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1580 (rs6000_push_dummy_call): Set the "TOC" register.
1581
1582 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1583 methods "max_register_raw_size", "max_register_virtual_size" or
1584 "register_virtual_size".
1585
1586 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1587
1588 * MAINTAINERS: Update my e-mail address.
1589
1590 2003-09-09 Andrew Cagney <cagney@redhat.com>
1591
1592 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1593 (rs6000_push_dummy_call): Store the struct return address.
1594 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1595
1596 2003-09-09 Andrew Cagney <cagney@redhat.com>
1597
1598 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1599 "ppc_sysv_abi_push_arguments".
1600 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1601 "ppc_sysv_abi_push_arguments".
1602 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1603 instead of "push_arguments".
1604 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1605
1606 2003-09-09 Andrew Cagney <cagney@redhat.com>
1607
1608 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1609 instead of CALL_DUMMY_ADDRESS.
1610
1611 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1612
1613 * p-lang.c: Eliminate "register".
1614 * c-lang.c: Ditto.
1615 * expprint.c: Ditto.
1616 * f-lang.c: Ditto.
1617 * jv-lang.c: Ditto.
1618 * language.c: Ditto.
1619 * m2-lang.c: Ditto.
1620 * parse.c: Ditto.
1621 * scm-lang.c: Ditto.
1622 * objc-lang.c: Ditto.
1623
1624 2003-09-09 Nick Clifton <nickc@redhat.com>
1625
1626 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1627
1628 2003-09-04 Andrew Cagney <cagney@redhat.com>
1629
1630 * avr-tdep.c: Include "dis-asm.h".
1631 * cris-tdep.c: Include "dis-asm.h".
1632 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1633 instead of corresponding typedef.
1634 * h8300-tdep.c: Include "dis-asm.h".
1635 * ia64-tdep.c: Include "dis-asm.h".
1636 * i386-tdep.c: Include "dis-asm.h".
1637 (i386_print_insn): Use "struct disassemble_info" instead of
1638 corresponding typedef.
1639 * m68k-tdep.c: Include "dis-asm.h".
1640 * mcore-tdep.c: Include "dis-asm.h".
1641 * mips-tdep.c: Include "dis-asm.h".
1642 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1643 instead of corresponding typedef.
1644 * ns32k-tdep.c: Include "dis-asm.h".
1645 * s390-tdep.c: Include "dis-asm.h".
1646 * sparc-tdep.c: Include "dis-asm.h".
1647 * vax-tdep.c: Include "dis-asm.h".
1648 * v850-tdep.c: Include "dis-asm.h".
1649 * mn10300-tdep.c: Include "dis-asm.h".
1650 * rs6000-tdep.c: Include "dis-asm.h".
1651 * xstormy16-tdep.c: Include "dis-asm.h".
1652 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1653 print_insn_xstormy16.
1654 * Makefile.in (v850-tdep.o): Update dependencies.
1655 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1656 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1657 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1658 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1659 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1660 (gdbarch_h): Remove $(dis_asm_h).
1661 * disasm.c: Include "dis-asm.h".
1662 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1663 corresponding typedef.
1664 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1665 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1666 * gdbarch.sh: Do not include "dis-asm.h".
1667 (struct disassemble_info): Declare opaque.
1668 (TARGET_PRINT_INSN): Update declaration.
1669 * gdbarch.h, gdbarch.c: Re-generate.
1670
1671 2003-09-08 Andrew Cagney <cagney@redhat.com>
1672
1673 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1674 CALL_DUMMY_ADDRESS, change to a predicate.
1675 * gdbarch.h, gdbarch.c: Re-generate.
1676 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1677 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1678 * infcall.c (call_function_by_hand): Ditto.
1679 * sparc-tdep.c (sparc_push_return_address): Ditto.
1680 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1681 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1682 CALL_DUMMY_ADDRESS with entry_point_address.
1683 * v850-tdep.c (v850_push_return_address): Ditto.
1684 * s390-tdep.c (s390_push_return_address): Ditto.
1685 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1686 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1687 * mcore-tdep.c (mcore_push_return_address): Ditto.
1688 * cris-tdep.c (cris_push_return_address): Ditto.
1689 * arm-tdep.c (arm_push_return_address): Ditto.
1690
1691 2003-09-08 Andrew Cagney <cagney@redhat.com>
1692
1693 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1694 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1695 and REG_UNMODIFIED to REG_SAME_VALUE.
1696 (execute_cfa_program): Update.
1697 (dwarf2_frame_cache): Update. Initialize table to
1698 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1699 location.
1700 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1701
1702 2003-09-08 Andrew Cagney <cagney@redhat.com>
1703
1704 * gnu-nat.c: Remove "inline" function attribute.
1705 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1706
1707 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1708
1709 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1710 target.
1711
1712 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1713
1714 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1715 (frame_extra_info): Rename this struct to frv_unwind_cache.
1716 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1717 Add fields ``prev_sp'' and ``base''.
1718 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1719 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1720 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1721 Delete.
1722 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1723 Revise all callers. Fill in the unwind cache argument and make
1724 other adjustments to account for new frame mechanisms.
1725 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1726 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1727 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1728 (frv_frame_unwind, frv_frame_base): New structs.
1729 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1730 additional arguments expected by this method and adjust function
1731 body accordingly.
1732 (frv_gdbarch_init): Remove calls to the following functions:
1733 set_gdbarch_deprecated_init_frame_pc(),
1734 set_gdbarch_deprecated_saved_pc_after_call(),
1735 set_gdbarch_deprecated_frame_chain(),
1736 set_gdbarch_deprecated_frame_saved_pc(),
1737 set_gdbarch_deprecated_frame_init_saved_regs(),
1738 set_gdbarch_deprecated_push_arguments(),
1739 set_gdbarch_deprecated_push_return_address(),
1740 set_gdbarch_deprecated_pop_frame(),
1741 set_gdbarch_deprecated_call_dummy_words(),
1742 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1743 set_gdbarch_deprecated_init_extra_frame_info(),
1744 set_gdbarch_deprecated_dummy_write_sp(), and
1745 set_gdbarch_deprecated_pc_in_call_dummy().
1746 Add calls to the following functions:
1747 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1748 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1749 frame_base_set_default().
1750 * Makefile.in (frv-tdep.o): Update dependencies.
1751
1752 2003-09-09 Mark Kettenis <kettenis@gnu.org>
1753
1754 * dwarf2-frame.c (read_encoded_value): Add support for
1755 DW_EH_PE_aligned encoding.
1756
1757 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1758
1759 * infrun.c (normal_stop): Don't print a message if the inferior
1760 has exited.
1761
1762 2003-09-08 Jim Blandy <jimb@redhat.com>
1763
1764 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1765 * dbxread.c: #include "gdb_assert.h".
1766 (read_dbx_symtab): If the objfile has no .data section, use the
1767 section index for the .bss section instead.
1768
1769 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1770
1771 * frame.c (deprecated_safe_get_selected_frame): New function.
1772 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1773 * findvar.c (read_var_value): Call it.
1774
1775 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
1776
1777 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1778 (sh64-tdep.o): Add dependencies.
1779 * configure.tgt: Add FIXME to sh-*-linux*.
1780 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1781 (sh_gdbarch_init): Always set correct sh_show_regs function
1782 pointer. Call sh64_gdbarch_init() if machine type is sh5.
1783 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1784 * sh64-tdep.c: New file, containing all sh64 related code from
1785 sh-tdep.c.
1786 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1787 * config/sh/linux.mt (TDEPFILES): Ditto.
1788 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1789 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1790 * config/sh/wince.mt (TDEPFILES): Ditto.
1791
1792 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1793
1794 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1795 (stop_wait_callback): Handle !lp->signalled also.
1796 (lin_lwp_has_pending, flush_callback): New functions.
1797 (lin_lwp_wait): Call flush_callback.
1798 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1799 (linux_proc_pending_signals): New function.
1800 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1801
1802 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1803
1804 From Nick Kelsey <nickk@ubicom.com>:
1805 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1806 when the stop PC is at the beginning of a function also.
1807
1808 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
1809
1810 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1811 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1812
1813 2003-09-06 Mark Kettenis <kettenis@gnu.org>
1814
1815 * sol-thread.c: Include "gdb_string.h".
1816
1817 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1818
1819 * gcore.c: Reorder include files in alphabetical order. Include
1820 "gdb_assert.h". Various coding style fixes.
1821 (derive_stack_segment, derive_heap_segment): Replace check for
1822 non-null BOTTOM and TOP with gdb_assert.
1823 (derive_heap_segment): Replace check for successful creation of
1824 ZERO with gdb_assert.
1825 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1826
1827 2003-09-04 Andrew Cagney <cagney@redhat.com>
1828
1829 * thread-db.c (verbose_dlsym): New function.
1830 (thread_db_load): Use verbose_dlsym
1831 (thread_db_new_objfile): Print that libthread_db was loaded, and
1832 that thread debugging was enabled.
1833
1834 2003-09-04 Andrew Cagney <cagney@redhat.com>
1835
1836 * configure.tgt: Add "mips64*-*-*" target. Delete
1837 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1838 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1839 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1840 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1841 mips*-sony-*, and mips64*-*-elf* targets.
1842 * config/mips/embedl.mt: Delete file.
1843 * config/mips/embedl64.mt: Delete file.
1844 * config/mips/mips.mt: Delete file.
1845 * config/mips/mips64.mt: Delete file.
1846 * config/mips/tm-embed.h: Delete file.
1847 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1848 * config/mips/embed64.mt: Delete out-of-date comment.
1849
1850 2003-09-04 Andrew Cagney <cagney@redhat.com>
1851
1852 * hppa-tdep.c (hppa_gdbarch_init): Set
1853 "have_nonsteppable_watchpoint".
1854 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1855 * mips-tdep.c (mips_dump_tdep): Do not print
1856 HAVE_NONSTEPPABLE_WATCHPOINT.
1857 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1858 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1859 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1860 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1861
1862 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1863
1864 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1865 unused code. Add comment.
1866
1867 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1868
1869 * breakpoint.c (watchpoint_check): Check for pc being in an
1870 epilogue if watchpoint frame couldn't be found.
1871
1872 2003-09-04 Andrew Cagney <cagney@redhat.com>
1873
1874 * Makefile.in: Re-generate all dependencies.
1875
1876 2003-09-03 Andrew Cagney <cagney@redhat.com>
1877
1878 * arch-utils.h (legacy_print_insn): Delete declaration.
1879 * arch-utils.c (legacy_print_insn): Delete function.
1880 * disasm.c (deprecated_tm_print_insn_info): Delete.
1881 (_initialize_disasm): Delete function, contained code initializing
1882 deprecated_tm_print_insn_info.
1883 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1884 (deprecated_tm_print_insn_info): Delete.
1885 (TARGET_PRINT_INSN): Do not provide a default.
1886 * gdbarch.h, gdbarch.c: Re-generate.
1887
1888 2003-09-03 Andrew Cagney <cagney@redhat.com>
1889
1890 * disasm.c (fprintf_disasm): New function.
1891 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1892 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1893 reverts 2003-08-14 change.
1894 (_initialize_disasm): Call "init_disassemble_info", instead of
1895 INIT_DISASSEMBLE_INFO_NO_ARCH.
1896
1897 2003-09-03 Michael Snyder <msnyder@redhat.com>
1898
1899 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1900
1901 2003-09-03 Andrew Cagney <cagney@redhat.com>
1902
1903 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1904 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1905 * symfile.c (syms_from_objfile): Update.
1906 (reread_symbols): `Update
1907 * exec.c (exec_file_attach): Update.
1908 (exec_file_attach): Update.
1909 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1910 2003-08-29 change.
1911 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1912
1913 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1914
1915 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1916 trad-frame.h.
1917 (arm_get_cache): Delete macro.
1918 (struct arm_prologue_cache): Update comments. Make saved_regs into
1919 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1920 to prev_sp.
1921 (thumb_scan_prologue): Update for cache changes. Don't call
1922 DEPRECATED_PC_IN_CALL_DUMMY.
1923 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1924 argument and use it in desperation search for our prologue. Do not
1925 search past the specified PC.
1926 (arm_make_prologue_cache): Simplify.
1927
1928 (arm_prologue_this_id, arm_prologue_prev_register)
1929 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1930 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1931 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1932 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1933 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1934
1935 (arm_frame_chain_valid, arm_find_callers_reg)
1936 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1937 (arm_pop_frame): Delete obsolete methods.
1938 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1939
1940 (arm_gdbarch_init): Update for new frame methods. Register prologue
1941 and sigtramp unwinders. Set the default frame base method.
1942
1943 * Makefile.in (arm-tdep.o): Update dependencies.
1944 * varobj.c (find_frame_addr_in_frame_chain): Call
1945 get_frame_base_address.
1946 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1947
1948 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1949
1950 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1951 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1952 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1953 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1954 Take NEXT_FRAME and CACHE arguments. Call
1955 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1956 Set unwound_pc in CACHE instead of modifying the frame argument.
1957 Don't bother checking the frame type when looking for sigtramp
1958 frames.
1959 (arm_make_prologue_cache, arm_frame_chain)
1960 (arm_init_extra_frame_info): New functions.
1961
1962 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1963
1964 * arm-tdep.c (arm_get_cache): Define.
1965 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1966 unwound_sp, unwound_pc, and saved_regs.
1967 (thumb_scan_prologue): Take a cache instead of the frame.
1968 (arm_scan_prologue): Likewise.
1969 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1970 instead of a temporary frame.
1971 (arm_init_extra_frame_info): Allocate and use a cache.
1972 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1973
1974 2003-09-03 Andrew Cagney <cagney@redhat.com>
1975
1976 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1977 * config/mips/wince.mt (TM_CLIBS): Ditto.
1978 * config/sh/wince.mt (TM_CLIBS): Ditto.
1979 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1980 * config/sparc/sp64.mt (CC): Delete.
1981
1982 2003-09-03 Andrew Cagney <cagney@redhat.com>
1983
1984 * defs.h: Do not include "arch-utils.h".
1985 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1986 GDB_MULTI_ARCH_PURE.
1987 * configure.in (GDB_MULTI_ARCH): Do not define.
1988 * configure, config.in: Regenerate.
1989 * configure.tgt: Do not set variable "gdb_multi_arch".
1990 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1991 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1992 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1993 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1994 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1995 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1996 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1997 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1998 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1999 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2000 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2001 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2002 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2003 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2004 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2005 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2006 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2007 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2008
2009 2003-08-30 Michael Chastain <mec@shout.net>
2010
2011 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2012 * config/m68k/nm-hp300hpux.h: Delete.
2013 * config/m68k/tm-hp300hpux.h: Delete.
2014 * config/m68k/xm-hp300hpux.h: Delete.
2015 * config/m68k/xm-hp300bsd.h: Delete.
2016 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2017 tm-hp300hpux.h, xm-hp300hpux.h.
2018 * somsolib.c: Remove comment about hp300 shared libraries.
2019
2020 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2021
2022 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2023 Only define PTRACE_GET_THREAD_AREA is not already defined.
2024 Various style fixes in code and comments and some additional
2025 spelling fixes in comments. Move after functions dealing with
2026 debug registers.
2027 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2028 Fix coding-style.
2029
2030 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2031 frame_unwind_register_unsigned instead of
2032 frame_unwind_unsigned_register.
2033
2034 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2035
2036 * configure.in: Search for gethostbyname in libnsl.
2037 * configure: Regenerated.
2038
2039 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2040
2041 * configure.in: Remove redundant AC_MSG_RESULT in check for
2042 uintptr_t in stdint.h.
2043 * configure: Regenerated.
2044
2045 * amd64-nat.h (struct regcache): Add opaque declaration.
2046
2047 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2048 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2049 Change "register array" to "register cache" in comments.
2050 (x86_64_linux_gregset64_reg_offset): New variable.
2051 (GETREGS_SUPPLIES): Remove macro.
2052 (supply_gregset): Call amd64_supply_native_gregset instead of
2053 x86_64_linux_supply_gregset.
2054 (fill_gregset): Rename `regno' to `regnum'. Call
2055 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2056 (store_regs): Rename `regno' to `regnum'.
2057 (store_fpregs): Rename `regno' to `regnum'.
2058 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2059 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2060 Reorganize function a bit.
2061 (store_inferior_registers): Rename `regno' to `regnum'. Use
2062 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2063 Reorganize function a bit.
2064 (_initialize_x86_64_linux_nat): New function.
2065 * config/i386/x86-64linux.mh.
2066
2067 2003-08-29 Andrew Cagney <cagney@redhat.com>
2068
2069 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2070 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2071 (target_remove_watchpoint): Delete macro.
2072 (target_insert_watchpoint): Delete macro.
2073 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2074 (remote_mips_stopped_by_watchpoint): Delete declaration.
2075 (remote_mips_remove_watchpoint): Delete declaration.
2076 (remote_mips_set_watchpoint): Delete declaration.
2077 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2078 * remote-mips.c (_initialize_remote_mips): Set
2079 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2080 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2081 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2082 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2083 (mips_stopped_by_watchpoint): Rename
2084 remote_mips_stopped_by_watchpoint.
2085 (mips_can_hardware_watchpoint): Rename
2086 remote_mips_can_use_hardware_watchpoint, update function
2087 signature.
2088
2089 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2090
2091 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2092 USER_DS. We haven't given them a register number yet.
2093
2094 * amd64-nat.h: New file.
2095 * amd64-nat.c: New file.
2096 * amd64fbsd-nat.c: Include "amd64-nat.h".
2097 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2098 (amd64fbsd32_r_reg_offset): New variable.
2099 (supply_gregset): Simply call amd64_supply_native_gregset.
2100 (fill_gregset): Rename `regno' to `regnum'. Simply call
2101 amd64_collect_native_gregset.
2102 (fill_fpregset): Rename `regno' to `regnum'.
2103 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2104 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2105 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2106 `fpregset_t'. Call amd64_supply_native_gregset instead of
2107 supply_gregset. Call x86_64_supply_fxsave instead of
2108 supply_fpregset.
2109 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2110 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2111 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2112 `fpregset_t'. Call amd64_collect_native_gregset instead of
2113 fill_gregset. Call x86_64_collect_fxsave instead of
2114 fill_fpregset.
2115 (_initialize_am64fbsd_nat): Initialize
2116 amd64_native_gregset32_reg_offset and
2117 amd64_native_gregset64_reg_offset.
2118 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2119
2120 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2121 null pointer. Fix typo in comment.
2122
2123 * regcache.c (supply_register): Reimplement to call
2124 regcache_raw_supply.
2125 (regcache_collect): Reimplement by calling regcache_raw_collect.
2126
2127 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2128
2129 * regcache.c (register_buffer): Consitify first argument.
2130 (regcache_raw_supply, regcache_raw_collect): New
2131 functions.
2132
2133 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2134
2135 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2136 by Nathan J. Williams.
2137
2138 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2139
2140 * lin-lwp.c (wait_lwp): New function, copied from
2141 stop_wait_callback. Clean up.
2142 (stop_wait_callback): Use wait_lwp.
2143
2144 2003-08-28 Andrew Cagney <cagney@redhat.com>
2145
2146 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2147 flavour and disassembler options.
2148 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2149 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2150 deprecated_tm_print_insn_info.
2151
2152 2003-08-27 Andrew Cagney <cagney@redhat.com>
2153
2154 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2155 Use target_read_memory.
2156 (s390_get_frame_info): Update. Do not reference
2157 deprecated_tm_print_insn_info.
2158 (s390_check_function_end, s390_is_sigreturn): Ditto.
2159
2160 2003-08-27 Andrew Cagney <cagney@redhat.com>
2161
2162 * Makefile.in (cris-tdep.o): Update dependencies.
2163 * cris-tdep.c: Include "gdb_assert.h".
2164 (cris_gdbarch_init): Set print_insn.
2165 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2166 (cris_delayed_get_disassembler): Simplify, directly call the
2167 disassembler returned by cris_get_disassembler.
2168 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2169 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2170 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2171 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2172 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2173 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2174 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2175 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2176 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2177 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2178 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2179 (gdb_print_insn_sparc): Delete function.
2180 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2181 deprecated_tm_print_insn_info.
2182 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2183 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2184 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2185 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2186 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2187 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2188 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2189 (s390_gdbarch_init): Set print_insn.
2190
2191 2003-08-27 Andrew Cagney <cagney@redhat.com>
2192
2193 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2194 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2195 * infcall.c (call_function_by_hand): Convert the entry point
2196 address into a code address.
2197
2198 2003-08-27 Andrew Cagney <cagney@redhat.com>
2199
2200 * dsrec.c: Include "gdb_string.h".
2201 * Makefile.in (dsrec.o): Update dependencies.
2202
2203 2003-08-27 Michael Chastain <mec@shout.net>
2204
2205 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2206
2207 2003-08-27 Andrew Cagney <cagney@redhat.com>
2208
2209 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2210 (alpha_osf1_init_abi): Do not set call_dummy_address.
2211
2212 2003-08-27 David Carlton <carlton@kealia.com>
2213
2214 From Randolph Chung <tausq@debian.org>:
2215 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2216 compiles with -Wformat-nonliteral -Werror.
2217
2218 2003-08-26 Jim Blandy <jimb@redhat.com>
2219
2220 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2221 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2222 bfd_lookup_symbol, since we only want symbols in code sections.
2223 (look_for_base): Pass zero as the SECT_FLAGS argument to
2224 bfd_lookup_symbol, since we're not concerned about which section
2225 the symbol is in.
2226
2227 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2228
2229 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2230 we are frameless or the return address register is already known.
2231
2232 2003-08-26 Andrew Cagney <cagney@redhat.com>
2233
2234 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2235 in size. Add comments.
2236
2237 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2238
2239 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2240 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2241
2242 2003-08-26 Jason Merrill <jason@redhat.com>
2243
2244 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2245 case out of #ifdef MIPS block.
2246
2247 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2248
2249 PR java/1322
2250 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2251 available before calling SECT_OFF_TEXT.
2252 * PROBLEMS: Remove description of java/1322.
2253
2254 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2255
2256 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2257 bof, and nat0-nat127 as pseudo-registers.
2258 (ia64_frame_cache): New struct used to cache frame info.
2259 (ia64_register_reggroup_p): New routine used to override default
2260 register grouping so registers without names are still saved and
2261 restored.
2262 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2263 pseudo values.
2264 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2265 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2266 (ia64_alloc_frame_cache): New routine to create a new
2267 ia64_frame_cache.
2268 (examine_prologue): Change prototype to add next_frame pointer.
2269 Assume frameless until otherwise proven. Verify that the cfm for
2270 current frame matches the cfm that should occur for the prologues
2271 alloc insn and if equal, mark as not frameless. At end of routine,
2272 if not frameless, calculate registers for the previous frame and store
2273 in the cache, if a cache is provided.
2274 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2275 and pass 0 for next_frame.
2276 (ia64_store_return_value): Change to use convert_typed_floating()
2277 instead of calling ia64_convert_to_raw().
2278 (ia64_extract_return_value): Change to use convert_typed_floating()
2279 instead of calling ia64_convert_to_virtual().
2280 (ia64_frame_cache): New routine to support new frame model.
2281 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2282 (ia64_frame_sniffer): Ditto.
2283 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2284 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2285 (ia64_sigtramp_frame_prev_register): Ditto.
2286 (ia64_sigtramp_frame_sniffer): Ditto.
2287 (ia64_frame_base_address): Ditto.
2288 (ia64_extract_struct_value_address): Change to issue error message.
2289 (ia64_frame_align): New routine to align sp.
2290 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2291 (ia64_push_arguments): Removed. Logic moved to
2292 ia64_push_dummy_call().
2293 (ia64_push_return_address): Ditto.
2294 (ia64_unwind_dummy_id): New function.
2295 (ia64_unwind_pc): Ditto.
2296 (ia64_convert_register_p): Ditto.
2297 (ia64_register_to_value): Ditto.
2298 (ia64_value_to_register): Ditto.
2299 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2300 (ia64_register_byte, ia64_register_raw_size): Ditto.
2301 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2302 (ia64_saved_pc_after_call): Ditto.
2303 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2304 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2305 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2306 (ia64_register_convert_to_raw): Ditto.
2307 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2308 (ia64_init_extra_frame_info): Ditto.
2309 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2310 (ia64_gdbarch_init): Remove registering of deprecated functions that
2311 are no longer used. Add registration of new gdbarch functions.
2312 Remove registering deprecated_write_sp. Replace
2313 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2314 Delete set_gdbarch_deprecated_register_convertible(),
2315 set_gdbarch_deprecated_register_convert_to_virtual(), and
2316 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2317 set_gdbarch_deprecated_register_size(),
2318 set_gdbarch_deprecated_register_bytes(),
2319 set_gdbarch_pcregnum(),
2320 set_gdbarch_deprecated_register_byte(),
2321 set_gdbarch_deprecated_register_raw_size(),
2322 set_gdbarch_deprecated_max_register_raw_size(),
2323 set_gdbarch_deprecated_register_virtual_size(),
2324 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2325 Replace set_gdbarch_deprecated_extract_return_value() with
2326 set_gdbarch_extract_return_value(). Remove calls to:
2327 set_gdbarch_deprecated_saved_pc_after_call();
2328 set_gdbarch_deprecated_frame_chain(),
2329 set_gdbarch_deprecated_frame_saved_pc(),
2330 set_gdbarch_deprecated_frame_init_saved_regs(),
2331 set_gdbarch_deprecated_get_saved_register(),
2332 set_gdbarch_deprecated_call_dummy_words(),
2333 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2334 set_gdbarch_deprecated_init_extra_frame_info(),
2335 set_gdbarch_deprecated_frame_args_address(),
2336 set_gdbarch_deprecated_frame_locals_address(),
2337 and set_gdbarch_deprecated_dummy_write_sp().
2338 Add set_gdbarch_convert_register_p(),
2339 set_gdbarch_register_to_value(),
2340 set_gdbarch_value_to_register(),
2341 set_gdbarch_push_dummy_call(),
2342 set_gdbarch_frame_align(),
2343 set_gdbarch_unwind_dummy_id(),
2344 set_gdbarch_unwind_pc(),
2345 frame_unwind_append_sniffer(),
2346 frame_unwind_append_sniffer(),
2347 and frame_base_set_default().
2348
2349 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2350
2351 * configure.tgt: Document need for special "mipsisa64" handling.
2352 (mipsisa64*-*-linux64): Handle as target linux64.
2353 (mipsisa64*-*-*): Handle as target embed64.
2354
2355 2003-08-18 Michael Chastain <mec@shout.net>
2356
2357 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2358 objfile bug.
2359
2360 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2361
2362 * i387-tdep.h: Update copyright date.
2363 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2364
2365 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2366 CFLAGS games to reflect reality.
2367
2368 2003-08-24 Andrew Cagney <cagney@redhat.com>
2369
2370 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2371 GDB_MULTI_ARCH is always non-zero.
2372 * osabi.c (_initialize_gdb_osabi): Ditto.
2373 (gdbarch_init_osabi): Ditto.
2374 * sparc-tdep.c: Ditto for #if code.
2375
2376 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2377
2378 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2379 Update comments.
2380 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2381 comments.
2382 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2383 x86_64_supply_fxsave.
2384 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2385 x86_64_supply_fxsave.
2386 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2387 x86_64_supply_fxsave.
2388
2389 2003-08-23 Andreas Jaeger <aj@suse.de>
2390
2391 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2392 i387_supply_fxsave.
2393
2394 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2395
2396 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2397 i387_supply_register.
2398 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2399 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2400 i387_supply_fsave.
2401 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2402 i387_supply_fxsave.
2403 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2404 i387_supply_fsave.
2405 * i386bsd-nat.c (supply_fpregset): Adjust call to
2406 i387_supply_fsave.
2407 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2408 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2409 supply_fpregset.
2410 (store_inferior_registers): Remove extraneous whitespace. Call
2411 i387_fill_fsave instead of fill_fpregset.
2412 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2413 (supply_fpregset): Likewise.
2414 * i386v4-nat.c (supply_fpregset): Adjust call to
2415 i387_supply_fsave.
2416 * i386-interix-nat.c (supply_fpregset): Adjust call to
2417 i387_supply_fsave.
2418 * i386-linux-nat.c (supply_fpregset): Adjust call to
2419 i387_supply_fsave.
2420 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2421 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2422 i387supply_fsave and i387_supply_fxsave.
2423 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2424 Incorporate code from `i387_supply_register.
2425 (i387_supply_register): Remove.
2426 (i387_supply_fxsave): Add `regnum' argument.
2427 Update comments.
2428 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2429 prototype.
2430 (i387_supply_register): remove prototype.
2431 Update comments.
2432
2433 2003-08-22 Michael Chastain <mec@shout.net>
2434
2435 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2436 Add lines for files in gdb/testsuite/gdb.cp/* that are
2437 still not 8.3 unique.
2438
2439 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2440
2441 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2442 TYPE_VPTR_FIELDNO is valid.
2443
2444 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2445
2446 * utils.c (set_width_command): Remove prototypes.
2447 (set_screen_size): New prototype.
2448 (init_page_info): Simplify by fetching the screen size from
2449 Readline. Call set_screen_size.
2450 (set_screen_size): New function.
2451 (set_width): Add missing whitespace in comment.
2452 (set_width_command): Call set_screen_size.
2453 (set_height_command): New function.
2454 (initialize_utils): Fix formatting. Make "set height" command
2455 call set_height_command. Remove redundant code that turns off
2456 pagination if output isn't a terminal. Remove redundant call to
2457 set_width_command.
2458
2459 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2460
2461 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2462 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2463 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2464 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2465 `case' keyword.
2466 (sparc64_register_info): Give the reister with number
2467 SPARC64_STATE_REGNUM a name.
2468 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2469 %asi and %ccr.
2470 (sparc64_push_dummy_call): Take BIAS into account when checking
2471 stcak alignment.
2472 (sparc_software_single_step): Remove assertions that check whether
2473 NPC and NNPC were zero.
2474 (sparc_supply_rwindow): Make public. Merge functionality with
2475 sparc64_supply_rwindow.
2476 (sparc_fill_rwindow): Make public. Merge functionality with
2477 sparc64_fill_rwindow.
2478 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2479 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2480 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2481 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2482 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2483
2484 * reggroups.c: Add whitespace after declarations of local
2485 variables in functions.
2486
2487 2003-08-21 Michael Chastain <mec@shout.net>
2488
2489 * gdbtypes.h: Change array bound type from an int to enum.
2490
2491 2003-08-21 Andrew Cagney <cagney@redhat.com>
2492
2493 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2494 * config/sparc/tm-sparc.h: Ditto.
2495 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2496 unconditionally.
2497 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2498
2499 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2500
2501 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2502 (register_objfile_data, set_objfile_data, objfile_data): New
2503 prototypes.
2504 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2505 prototypes.
2506 (allocate_objfile): Call objfile_alloc_data.
2507 (free_objfile): Call objfile_free_data.
2508 (struct objfile_data): New.
2509 (struct objfile_data_registration): New.
2510 (struct objfile_data_registry): New.
2511 (objfile_data_registry): New variable.
2512 (register_objfile_data): New function.
2513 (objfile_alloc_data, objfile_free_data): New functions.
2514 (set_objfile_data, objfile_data): New functions.
2515 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2516 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2517 (_initialize_dwarf2_frame): New function and prototype.
2518
2519 2003-08-21 Andrew Cagney <cagney@redhat.com>
2520
2521 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2522 a specific architecture.
2523 * arch-utils.h (set_architecture_from_arch_mach): Delete
2524 declaration.
2525 (target_architecture_hook): Delete declaration.
2526 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2527 (default_float_format): Assume GDB_MULTI_ARCH.
2528 (default_double_format): Assume GDB_MULTI_ARCH.
2529 (set_endian_from_file): Delete function.
2530 (arch_ok): Delete function.
2531 (set_arch): Delete function.
2532 (set_architecture_from_arch_mach): Delete function.
2533 (set_architecture_from_file): Delete function.
2534 (set_architecture): Assume GDB_MULTI_ARCH.
2535 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2536
2537 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2538
2539 Rewrite FreeBSD/sparc64 native configuration.
2540 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2541 * sparc64fbsd-nat.c: New file.
2542 * sparc64fbsd-tdep.c: New file.
2543 * sparc64-tdep.c sparc64-tdep.h: New files.
2544 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2545 sparc64fbsd-tdep.o): New dependencies.
2546 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2547 and sparc64fbsd-tdep.c.
2548 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2549 * config/sparc/fbsd.mh: Remove copyright notice.
2550 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2551 sparcbsd-nat.o.
2552 * config/sparc/fbsd.mt: Remove copyright notice.
2553 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2554 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2555 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2556 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2557 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2558 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2559 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2560 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2561 "sparc/tm-sp64.h".
2562 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2563 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2564
2565 2003-08-21 Michael Chastain <mec@shout.net>
2566
2567 * symtab.h: Add doco on the space critical structures and
2568 some measurements of space usage.
2569
2570 2003-08-21 Michael Snyder <msnyder@redhat.com>
2571
2572 * tracepoint.c (trace_dump_command): Trace break address
2573 is subject to DECR_PC_AFTER_BREAK.
2574 (set_traceframe_context): Make "trace_line" an int.
2575 Fixes suggested by Mark Newman <mark.newman@lmco.com>
2576
2577 2003-08-20 Michael Snyder <msnyder@redhat.com>
2578
2579 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
2580 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2581 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
2582 argument passing.
2583 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
2584 functions, replace sh_push_dummy_call.
2585 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2586
2587 2003-08-20 Michael Chastain <mec@shout.net>
2588
2589 * gdbtypes.h (struct main_type): Rearrange to save space.
2590
2591 2003-08-20 Michael Snyder <msnyder@redhat.com>
2592
2593 * trad-frame.c: Comment typo fix.
2594
2595 2003-08-20 Michael Snyder <msnyder@redhat.com>
2596 Kevin Buettner <kevinb@redhat.com>
2597
2598 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2599 (frv_frame_init_saved_regs): Add declaration.
2600 (frame_extra_info): Add new field ``saved_regs''.
2601 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2602 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2603 Update frame related code.
2604 (frv_extract_struct_value_address): Adjust formatting.
2605 * Makefile.in (frv-tdep.o): Update dependencies.
2606 * config/frv/tm-frv.h (target_insert_watchpoint)
2607 (target_remove_watchpoint, target_insert_hw_breakpoint)
2608 (target_remove_hw_breakpoint): Delete these macros.
2609 (remote_insert_watchpoint, remote_remove_watchpoint)
2610 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2611 these declarations.
2612
2613 2003-08-20 Michael Chastain <mec@shout.net>
2614
2615 * defs.h (ENUM_BITFIELD): New macro.
2616 * symtab.h (ENUM_BITFIELD): Use it.
2617 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2618
2619 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2620
2621 * MAINTAINERS (write after approval): Add myself.
2622
2623 2003-08-18 Andrew Cagney <cagney@redhat.com>
2624
2625 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2626 * gdbarch.h, gdbarch.c: Re-generate.
2627 * infcall.c (call_function_by_hand): Adjust the SP by
2628 frame_red_zone_size before allocating any stack space.
2629 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2630 * x86-64-tdep.c (x86_64_frame_align): New function.
2631 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2632
2633 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2634 Remove code adjusting SP so that it skips over the Red Zone.
2635
2636 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2637
2638 * NEWS (New native configurations): Mention FreeBSD/amd64.
2639
2640 2003-08-18 Andrew Cagney <cagney@redhat.com>
2641
2642 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2643 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2644 "m68k_frame_p".
2645 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2646
2647 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2648
2649 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2650
2651 2003-08-18 Michal Ludvig <mludvig@suse.cz>
2652
2653 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2654 Define.
2655 * i386-linux-nat.c: Include "linux-nat.h".
2656 (child_post_startup_inferior): New function.
2657
2658 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2659
2660 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2661 at the start of a frameless function. This probably fixes PR
2662 backtrace/1338.
2663
2664 2003-08-17 Michael Chastain <mec@shout.net>
2665
2666 * symfile.c (find_sym_fns): Remove special case for apollo target.
2667
2668 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2669
2670 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2671 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2672 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2673 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2674 (linux_supports_tracevforkdone): New function.
2675 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2676 TRACEVFORKDONE.
2677 (child_follow_fork): Handle vfork.
2678 (linux_handle_extended_wait): Likewise. Also handle exec.
2679 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2680 * NEWS: Mention fork tracing.
2681
2682 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2683
2684 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2685
2686 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2687
2688 * Makefile.in (i386-linux-nat.o): Update dependencies.
2689 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2690 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2691 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2692 * i386-linux-nat.c: Include "linux-nat.h".
2693 (child_post_startup_inferior): New function.
2694 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2695 * infptrace.c (kill_inferior): Wrap in #ifdef.
2696 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2697 attaching to each LWP.
2698 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2699 (init_lin_lwp_ops): Fill in some more operations.
2700 * linux-nat.h (linux_enable_event_reporting)
2701 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2702 prototypes.
2703 * linux-nat.c (linux_enable_event_reporting): New function.
2704 (child_post_attach, linux_child_post_startup_inferior)
2705 (child_post_startup_inferior, child_follow_fork)
2706 (linux_handle_extended_wait, kill_inferior): New functions.
2707
2708 2003-08-16 Andrew Cagney <cagney@redhat.com>
2709
2710 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2711 * gdbarch.h, gdbarch.c: Re-generate.
2712
2713 2003-08-16 Mark Kettenis <kettenis@gnu.org>
2714
2715 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2716
2717 2003-08-16 Andrew Cagney <cagney@redhat.com>
2718
2719 * NEWS: Mention that "set prompt-escape-char" was deleted.
2720 * top.c (get_prompt_1): Delete function.
2721 (gdb_prompt_escape):
2722 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2723 prompt-escape-char" command.
2724 (MAX_PROMPT_SIZE): Delete macro.
2725 (get_prompt): Simplify, do not call get_prompt_1.
2726
2727 2003-08-16 Andrew Cagney <cagney@redhat.com>
2728
2729 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2730 -Werror. -Wformat-nonliteral problems.
2731
2732 2003-08-15 J. Brobecker <brobecker@gnat.com>
2733
2734 Further multiarching work mostly for hppa64-*-hpux11:
2735 * hppa-tdep.h: New file.
2736 * hppa-tdep.c: #include hppa-tdep.c.
2737 (hppa32_num_regs): Renamed from hppa_num_regs.
2738 (hppa64_num_regs): New constant.
2739 (hppa64_call_dummy_breakpoint_offset): New constant.
2740 (hppa32_call_dummy_length): New constant.
2741 (hppa64_call_dummy_length): New constant.
2742 (hppa32_stack_align): Make name 32bit explicit.
2743 (hppa32_register_virtual_type): Likewise.
2744 (hppa32_extract_return_value): Likewise.
2745 (hppa32_use_struct_convention): Likewise.
2746 (hppa32_store_return_value): Likewise.
2747 (hppa64_register_virtual_type): New function.
2748 (hppa64_extract_return_value): New function.
2749 (hppa64_use_struct_convention): New function.
2750 (hppa64_store_return_value): New function.
2751 (hppa_frame_locals_address): Remove declaration, function does
2752 not exist anymore.
2753 (hppa_register_byte): Add support for PA64 ABI.
2754 (hppa_gdbarch_init): Add support for PA64 ABI.
2755 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2756 Make name 32bit explicit.
2757 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2758 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2759 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2760 (hppa64_hpux_frame_base_before_sigtramp): New function.
2761 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2762 * config/pa/tm-hppa64.h: Remove macros that are no longer
2763 necessary now that the gdbarch vector is properly setup.
2764 Transform some macros into function calls. Some minor cleanup.
2765 * config/pa/tm-hppah.h: Update function calls in macros
2766 following the function renaming in hppa-hpux-tdep.c.
2767 * Makefile.in (hppa_tdep_h): New variable.
2768 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2769
2770 2003-08-14 Michael Snyder <msnyder@redhat.com>
2771
2772 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2773
2774 2003-08-13 J. Brobecker <brobecker@gnat.com>
2775
2776 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2777 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2778 routine.
2779
2780 2003-08-13 Michael Snyder <msnyder@redhat.com>
2781
2782 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2783 (frv_saved_pc_after_call): Use deprecated ftype.
2784 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2785 (frv_remote_translate_xfer_address): Remove.
2786 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2787
2788 2003-08-13 J. Brobecker <brobecker@gnat.com>
2789
2790 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2791 initialization after the common gdbarch initialization, not before.
2792
2793 2003-08-13 J. Brobecker <brobecker@gnat.com>
2794
2795 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2796 (ADDR_BITS_REMOVE): Remove, redundant.
2797
2798 2003-08-13 J. Brobecker <brobecker@gnat.com>
2799
2800 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2801 gdbarch method to clear the 2 low bits of text addresses.
2802
2803 2003-08-12 Andrew Cagney <cagney@redhat.com>
2804
2805 * Makefile.in (dsrec.o): Update dependencies.
2806 * dsrec.c: Include "gdb_assert.h".
2807 (make_srec): Use snprintf instead of sprintf, use a literal format
2808 string.
2809
2810 2003-08-12 Andrew Cagney <cagney@redhat.com>
2811
2812 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2813 FRAME_OBSTACK_ZALLOC.
2814
2815 2003-08-12 Kevin Buettner <kevinb@redhat.com>
2816
2817 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2818 SSE registers.
2819
2820 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2821
2822 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2823 amd64fbsd_sc_reg_offset): Add extern declarations.
2824 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2825 declarations.
2826
2827 2003-08-11 Ben Elliston <bje@wasabisystems.com>
2828
2829 * MAINTAINERS (write after approval): Update my mail address.
2830
2831 2003-08-10 Andrew Cagney <cagney@redhat.com>
2832
2833 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2834
2835 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2836
2837 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2838 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2839 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2840 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2841 i386bsd_sc_reg_offset): Add extern declarations.
2842 * i386obsd-nat.c: Include "i386-tdep.h"
2843 (_initialize_i386obsd_nat): Remove extern declarations.
2844 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2845 declarations.
2846 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2847 declarations.
2848
2849 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2850 instead of frame_read_register.
2851 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2852 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2853 SP_REGNUM.
2854 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2855 instead of frame_unwind_unsigned_register. Use
2856 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2857 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2858 instead of read_register. Use builtin_type_void_data_ptr instead
2859 of builtin_type_void_func_ptr when extracting the address of the
2860 jmp_buf.
2861 (i386_extract_return_value, i386_store_return_value,
2862 i386_pseudo_register_read, i386_pseudo_register_write): Use
2863 register_size instead REGISTER_RAW_SIZE.
2864
2865 2003-08-10 Andrew Cagney <cagney@redhat.com>
2866
2867 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2868 sprintf. Make "name" constant.
2869
2870 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2871
2872 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2873 instead of frame_read_register.
2874 (i387_print_float_info): Use get_frame_register and
2875 get_frame_register_unsigned instead of frame_register_read.
2876
2877 * i386fbsd-nat.c: Include "i386-tdep.h".
2878 (child_resume): Make `eflags' an ULONGEST. Use
2879 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2880 instead of register_read and register_write.
2881
2882 * i386bsd-nat.c (fetch_inferior_registers,
2883 store_inferior_registers): Don't use && at the end of a line.
2884 (_initialize_i386bsd_nat): Fix typo.
2885
2886 * frame.c (_initialize_frame): Add missing backslash.
2887
2888 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2889 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2890 and supply_register instead of manipulating the register buffer
2891 directly.
2892
2893 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2894 * config/i386/nm-i386sol2.h
2895 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2896
2897 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2898 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2899 instructions that GCC likes to mingle into the prologue. Fixes
2900 gdb/1253 and gdb/1255.
2901
2902 2003-08-09 Andrew Cagney <cagney@redhat.com>
2903
2904 Fix GDB PR cli/926.
2905 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2906 * command.h (add_setshow_uinteger_cmd): Declare.
2907 * frame.c (set_backtrace_cmd): New function.
2908 (show_backtrace_cmd): New function.
2909 * frame.c (_initialize_frame): Replace "set/show
2910 backtrace-below-main" with "set/show backtrace past-main". Add
2911 command "set/show backtrace limit".
2912 (backtrace_past_main): Rename "backtrace_below_main".
2913 (backtrace_limit): New variable.
2914 (get_prev_frame): Update. Check the backtrace_limit.
2915
2916 2003-08-09 Andrew Cagney <cagney@redhat.com>
2917
2918 * defs.h (xstrprintf): Declare.
2919 * utils.c (xstrprintf): New function.
2920 * breakpoint.c (insert_breakpoints): Replace sprintf and
2921 non-literal format strings, with xstrprintf and cleanups.
2922 (delete_breakpoint,breakpoint_re_set): Ditto.
2923 (commands_command, insert_breakpoints): Ditto.
2924 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2925 (break_at_finish_command_1): Ditto.
2926
2927 2003-08-09 Andrew Cagney <cagney@redhat.com>
2928
2929 * MAINTAINERS (language support): List Adam Fedor as Objective C
2930 maintainer.
2931
2932 2003-08-08 J. Brobecker <brobecker@gnat.com>
2933
2934 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2935 are now multiarched.
2936
2937 2003-08-08 J. Brobecker <brobecker@gnat.com>
2938
2939 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2940 longer necessary now that hppa64 is partially multiarch'ed.
2941
2942 2003-08-08 Andrew Cagney <cagney@redhat.com>
2943
2944 * interps.c (interp_set): Check for a NULL "old_interp".
2945
2946 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2947
2948 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2949 (install-only): Support DESTDIR.
2950 (uninstall): Likewise.
2951 (install-gdbtk): Likewise.
2952
2953 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
2954
2955 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2956 contains something meaningful at all times.
2957
2958 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
2959
2960 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
2961
2962 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2963
2964 * MAINTAINERS (write after approval): Added self.
2965
2966 2003-08-07 Andrew Cagney <cagney@redhat.com>
2967
2968 * inferior.h (AT_SYMBOL): Define.
2969 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2970 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2971 * mips-tdep.c (mips_call_dummy_address): Delete function.
2972 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2973 set call_dummy_address.
2974
2975 2003-08-07 Andrew Cagney <cagney@redhat.com>
2976
2977 * language.c (op_error): Delete function.
2978 (binop_type_check): Delete function.
2979 * language.h (type_op_error, range_op_error): Delete macros.
2980 (op_error): Delete declaration.
2981
2982 2003-08-07 Andrew Cagney <cagney@redhat.com>
2983
2984 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2985
2986 2003-08-07 Michal Ludvig <mludvig@suse.cz>
2987
2988 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
2989 (x86_64_push_arguments): Skip the red zone.
2990
2991 2003-08-05 Andrew Cagney <cagney@redhat.com>
2992
2993 * reggroups.c (reggroup_next): Check for the final entry.
2994
2995 2003-08-04 Andrew Cagney <cagney@redhat.com>
2996
2997 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2998 * cli/cli-script.c (define_command): Call query directly, instead
2999 of passing it a buffer.
3000 * ocd.c (ocd_error): Pass error a constant format string.
3001 * remote-mips.c (mips_error): Use fputs_filtered.
3002
3003 * solib-svr4.c (_initialize_svr4_solib): Update
3004 register_gdbarch_data call.
3005 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3006
3007 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3008 (register_gdbarch_data): Delete "free" parameter. Update
3009 comments.
3010 * gdbarch.h, gdbarch.c: Re-generate.
3011 * reggroups.c (_initialize_reggroup): Update.
3012 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3013 * frame-base.c (_initialize_frame_base): Update.
3014 * frame-unwind.c (_initialize_frame_unwind): Update.
3015 * user-regs.c (_initialize_user_regs): Update.
3016 * remote.c (_initialize_remote): Update.
3017 * regcache.c (_initialize_regcache): Update.
3018
3019 * regcache.c (xfree_regcache_descr): Delete function.
3020 (_initialize_regcache): Update call to register_gdbarch_data.
3021 (init_regcache_descr, init_legacy_regcache_descr): Use
3022 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3023
3024 * remote.c (free_remote_state): Delete function.
3025 (_initialize_remote): Update register_gdbarch_data.
3026 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3027 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3028
3029 2003-08-04 Andrew Cagney <cagney@redhat.com>
3030
3031 * reggroups.c (struct reggroup_el): Define.
3032 (struct reggroups): Delete field "nr_group". Replace array
3033 "group" with a "first" to "last" linked list.
3034 (reggroups_init): Update. Allocate using gdbarch's obstack.
3035 (reggroups_free): Delete function.
3036 (add_group): Update. Add "el" parameter.
3037 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3038 (default_groups): Update.
3039 (reggroup_next): Replace reggroups.
3040 (reggroups_dump): Update.
3041 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3042 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3043 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3044
3045 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3046
3047 * Makefile.in (tui-interp.o): Update dependencies.
3048
3049 2003-08-04 David Carlton <carlton@kealia.com>
3050
3051 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3052 to internal_error call.
3053 * source.c (forward_search_command): Add "%s" format argument.
3054 (reverse_search_command): Ditto.
3055 * top.c (quit_confirm): Ditto.
3056 * cli/cli-setshow.c (do_setshow_command): Ditto.
3057 * cp-valprint.c (cp_print_class_method): Replace
3058 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3059 (cp_print_class_member): Ditto.
3060 * event-top.c (command_line_handler): Ditto.
3061 * linux-proc.c (linux_info_proc_cmd): Ditto.
3062 * p-typeprint.c (pascal_type_print_base): Ditto.
3063 * p-valprint.c (pascal_object_print_class_method): Ditto.
3064 (pascal_object_print_class_member): Ditto.
3065 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3066 * remote.c (remote_cisco_section_offsets): Ditto.
3067 * top.c (command_line_input): Ditto.
3068 * utils.c (vwarning,error_stream,quit): Ditto.
3069 * valprint.c (print_floating,print_binary_chars)
3070 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3071
3072 2003-08-04 Andrew Cagney <cagney@redhat.com>
3073
3074 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3075
3076 2003-08-02 Andrew Cagney <cagney@redhat.com>
3077
3078 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3079 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3080 amd64fbsd-nat.c.
3081
3082 2003-08-02 Andrew Cagney <cagney@redhat.com>
3083
3084 * Makefile.in: Update all dependencies and definitions.
3085
3086 2003-08-02 Adam Fedor <fedor@gnu.org>
3087
3088 * linespec.c (is_objc_method_format): New function
3089 (decode_line_1, locate_first_half): Use it.
3090 Fixes PR objc/1298
3091
3092 2003-08-01 Andrew Cagney <cagney@redhat.com>
3093
3094 * NEWS: Mention that m32r is multi-arch.
3095 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3096 * configure.tgt: Recognize m32r-*-*.
3097 * config/m32r/tm-m32r.h: Delete file.
3098 * config/m32r/m32r.mt: New file.
3099 * m32r-rom.c (m32r_upload_command): Use hostent only when
3100 gethostname succeeds, in order to avoid a compilation
3101 warning.
3102 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3103 compiler warning.
3104
3105 2003-08-01 Michael Snyder <msnyder@redhat.com>
3106
3107 * sh-tdep.c (sh_frame_align): New gdbarch method.
3108 (sh_gdbarch_init): Set up frame_align method.
3109
3110 2003-07-31 Michael Snyder <msnyder@redhat.com>
3111
3112 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3113 which is already covered by the new frames infrastructure.
3114
3115 2003-07-31 Andrew Cagney <cagney@redhat.com>
3116
3117 * user-regs.c (struct user_reg): Add "next" link.
3118 (struct user_regs): Replace "user" with "first" and "last" links.
3119 (append_user_reg): Add pre-allocated "reg" parameter.
3120 (builtin_user_regs): Provide initial value for "last".
3121 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3122 (user_regs_init): Allocate memory from the gdbarch obstack.
3123 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3124 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3125 linked list.
3126 (usernum_to_user_reg): New function.
3127 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3128 (value_of_user_reg): Use usernum_to_user_reg.
3129 (user_regs_free): Delete function.
3130 (_initialize_user_regs): Update register_gdbarch_data call.
3131
3132 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3133
3134 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3135
3136 2003-07-30 Michael Snyder <msnyder@redhat.com>
3137
3138 * value.h (value_being_returned): Add a struct_addr argument.
3139 * infcall.c (call_function_by_hand): Pass struct_addr to
3140 value_being_returned.
3141 * infcmd.c (print_return_value): Pass zero as struct_addr.
3142 * values.c (value_being_returned): If struct_addr is passed,
3143 use it instead of trying to recover it from the inferior.
3144
3145 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3146
3147 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3148 the prologue analyzer won't need to attempt to extract the pc
3149 value from the woefully incomplete dummy frame.
3150 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3151 possible. Disable code which modifies the frame.
3152
3153 2003-07-28 Andrew Cagney <cagney@redhat.com>
3154
3155 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3156 to level 2.
3157 (annotate_breakpoints_table, annotate_record): Ditto.
3158 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3159 (annotate_field_name_end, annotate_field_value): Ditto.
3160 (annotate_field_end, annotate_frame_source_begin): Ditto.
3161 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3162 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3163 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3164 (annotate_frame_address_end, annotate_frame_address): Ditto.
3165 (annotate_frame_args, annotate_frame_end): Ditto.
3166 (annotate_frame_where, annotate_arg_begin): Ditto.
3167 (annotate_arg_name_end, annotate_arg_value): Ditto.
3168 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3169 (annotate_function_call, annotate_signal_name): Ditto.
3170 (annotate_signal_string, annotate_signal_name_end): Ditto.
3171 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3172 (annotate_value_begin, annotate_value_history_value): Ditto.
3173 (annotate_value_history_end, annotate_value_end): Ditto.
3174 (annotate_display_begin, annotate_display_number_end): Ditto.
3175 (annotate_display_format, annotate_display_expression): Ditto.
3176 (annotate_display_expression_end, annotate_display_value): Ditto.
3177 (annotate_display_end, annotate_array_section_begin): Ditto.
3178 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3179 (annotate_elt, annotate_array_section_end): Ditto.
3180
3181 2003-07-28 Andrew Cagney <cagney@redhat.com>
3182
3183 * regcache.c (struct regcache_descr): Update comments on
3184 nr_raw_registers.
3185 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3186 sizeof_raw_register_valid_p.
3187 (init_regcache_descr): Set nr_raw_registers and
3188 sizeof_raw_register_valid_p before calling
3189 init_legacy_regcache_descr.
3190
3191 2003-07-28 Andrew Cagney <cagney@redhat.com>
3192
3193 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3194 MOD NUM_REGS.
3195
3196 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3197
3198 * thread.c (info_threads_command): Use get_selected_frame ().
3199 Check that there is at least one non-sentinel frame.
3200
3201 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3202
3203 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3204 (m68hc11_pop_frame): Remove.
3205 (m68hc11_frame_saved_pc): Remove.
3206 (m68hc11_frame_chain): Remove.
3207 (m68hc11_frame_init_saved_regs): Remove.
3208 (m68hc11_init_extra_frame_info): Remove.
3209 (m68hc11_store_struct_return): Remove.
3210 (m68hc11_saved_pc_after_call): Remove.
3211
3212 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3213
3214 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3215 frame unwind information.
3216 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3217 and adapted for frame unwinding.
3218 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3219 (m68hc11_unwind_pc): New function.
3220 (m68hc11_frame_unwind_cache): New function to analyze frames.
3221 (m68hc11_frame_this_id): New function to create new frame struct.
3222 (m68hc11_frame_prev_register): New function to unwind a register from
3223 the frame.
3224 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3225 (m68hc11_frame_p): New function for the above.
3226 (m68hc11_frame_base_address): New function to return fp of frame.
3227 (m68hc11_frame_args_address): Update for frame.
3228 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3229 (m68hc11_unwind_sp): New function.
3230 (m68hc11_unwind_dummy_id): New function.
3231 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3232 calls.
3233
3234 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3235
3236 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3237 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3238 when we are beyond the current pc.
3239
3240 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3241
3242 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3243 from m68hc11_push_arguments.
3244 (m68hc11_push_arguments): Remove.
3245 (m68hc11_push_return_address): Remove.
3246 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3247 handlers; remove deprecated_extra_stack_alignment_needed.
3248
3249 2003-07-27 Andrew Cagney <cagney@redhat.com>
3250
3251 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3252 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3253 REAL_PC and not the pointer.
3254 * hppa-hpux-tdep.c: Include frame.h
3255
3256 2003-07-27 Andrew Cagney <cagney@redhat.com>
3257
3258 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3259 GDB_MULTI_ACH_PARTIAL.
3260
3261 2003-07-27 Andrew Cagney <cagney@redhat.com>
3262
3263 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3264 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3265 operator at start and not end of line.
3266 (decode_prologue): Ditto.
3267 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3268 frame_unwind_register_unsigned instead of
3269 frame_unwind_unsigned_register.
3270 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3271 read_register.
3272 (m32r_push_dummy_call): Use register_size instead of
3273 REGISTER_RAW_SIZE.
3274 (m32r_frame_sniffer): Replace m32r_frame_p.
3275 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3276 * m32r-rom.c (report_transfer_performance): Delete extern
3277 declaration.
3278 (m32r_load, m32r_upload_command): Use print_transfer_performance
3279 instead of report_transfer_performance.
3280 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3281 / add_show_from_set.
3282
3283 2003-07-26 Andrew Cagney <cagney@redhat.com>
3284
3285 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3286 store_return_value and extract_struct_value_address.
3287
3288 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3289
3290 PR c++/1267
3291 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3292 NULL, default to the section containing PC.
3293
3294 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3295
3296 * NEWS: Mention "regs" deprecated for m68hc11 too.
3297
3298 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3299 (m68hc11_print_register): New function to print out one register.
3300 (m68hc11_print_registers_info): New function to print registers.
3301 (show_regs): Deprecate and use the above.
3302 (m68hc11_gdbarch_init): Install the print_registers_info.
3303
3304 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3305
3306 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3307 that we have a SIGTRAP before returning non-zero.
3308
3309 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3310 Elena Zannoni <ezannoni@redhat.com>
3311
3312 * linespec.c (decode_line_2): Avoid crash if
3313 find_function_start_sal() returns empty record.
3314
3315 2003-07-23 Andreas Schwab <schwab@suse.de>
3316
3317 * ia64-tdep.c (ia64_print_insn): New function.
3318 (ia64_gdbarch_init): Set print_insn to it.
3319 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3320 deprecated_tm_print_insn_info.
3321
3322 2003-07-22 Michael Snyder <msnyder@redhat.com>
3323
3324 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3325 handle 8-bit returns (long long).
3326 (h8300h_extract_return_value): Ditto.
3327 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3328
3329 2003-07-22 Andrew Cagney <cagney@redhat.com>
3330
3331 * gdbarch.c Include "gdb_obstack.h".
3332 (struct gdbarch): Add an "obstack".
3333 (alloc_gdbarch_data): Allocate the gdbarch data using
3334 GDBARCH_OBSTACK_CALLOC.
3335 (free_gdbarch_data): Delete function.
3336 (gdbarch_obstack_zalloc): New function.
3337 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3338 Assert that the architecture is not initialized.
3339 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3340 vector from the obstack.
3341 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3342 architecture obstack.
3343 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3344 (set_gdbarch_data): Assert that the data is not initialized.
3345 (struct gdbarch_data): Delete member "free".
3346 (register_gdbarch_data): Do not initialize "free".
3347 * gdbarch.h, gdbarch.c: Re-generate.
3348
3349 2003-07-22 Andrew Cagney <cagney@redhat.com>
3350
3351 * configure.in (build_warnings): Add -Wformat-nonliteral.
3352 * configure: Re-generate.
3353
3354 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3355
3356 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3357
3358 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3359
3360 * findvar.c (read_var_value): Remove case for thread local storage
3361 variables. It is now entirely handled by the dwarf2 location
3362 expression code.
3363 * printcmd.c (address_info): Ditto.
3364 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3365 enumeration value.
3366 (struct symbol): Remove objfile field, which was used by
3367 LOC_THREAD_LOCAL_STATIC only.
3368 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3369 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3370 usage of objfile pointer.
3371 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3372 thread local variables.
3373 Add include of objfiles.h.
3374 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3375 storage variables.
3376 * Makefile.in (dwarf2loc.o): Update dependencies.
3377
3378 2003-07-22 Andrew Cagney <cagney@redhat.com>
3379
3380 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3381 get_frame_base.
3382 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3383 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3384 (struct value): Add opaque declaration.
3385 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3386
3387 2003-07-21 Andrew Cagney <cagney@redhat.com>
3388
3389 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3390 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3391
3392 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3393
3394 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3395 regcache_cooked_read_unsigned instead of read_register.
3396 (m68hc11_saved_pc_after_call): Likewise.
3397 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3398 instead of write_register.
3399 (m68hc11_register_type): New function.
3400 (m68hc11_register_virtual_type): Remove.
3401 (m68hc11_store_return_value): Convert to use the regcache.
3402 (m68hc11_extract_struct_value_address): Likewise.
3403 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3404 m68hc11_register_type; undeprecate store_return_value and
3405 extract_struct_value_address.
3406
3407 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3408
3409 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3410 and translate to use regcache.
3411 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3412
3413 2003-07-18 Andrew Cagney <cagney@redhat.com>
3414
3415 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3416 * gdbarch.h, gdbarch.c: Re-generate.
3417 * i386-tdep.c (i386_gdbarch_init): Do not set
3418 DWARF2_BUILD_FRAME_INFO.
3419 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3420 unconditionally.
3421 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3422 DWARF2_BUILD_FRAME_INFO.
3423
3424 2003-07-18 Andrew Cagney <cagney@redhat.com>
3425
3426 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3427 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3428
3429 2003-07-18 Andrew Cagney <cagney@redhat.com>
3430
3431 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3432 frame_unwind_address_in_block, instead of frame_pc_unwind.
3433 (dwarf2_frame_cache): Ditto.
3434
3435 2003-07-18 Andrew Cagney <cagney@redhat.com>
3436
3437 * user-regs.h (struct gdbarch): Declare opaque.
3438 * ui-out.h (struct ui_file): Declare opaque.
3439 * dwarf2-frame.h (struct frame_info): Declare opaque.
3440
3441 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3442
3443 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3444 #include "...".
3445 (procfs_meminfo): Change strerror to safe_strerror.
3446 (procfs_can_run): Remove K&R badness.
3447
3448 2003-07-17 Michael Snyder <msnyder@redhat.com>
3449
3450 * remote-sim.c: Comment typo fix.
3451
3452 2003-07-17 Andrew Cagney <cagney@redhat.com>
3453
3454 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3455 configure.
3456 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3457 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3458 GDB_MULTI_ARCH_PARTIAL.
3459
3460 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3461
3462 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3463 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3464 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3465
3466 2003-07-16 Theodore A. Roth <troth@openavr.org>
3467
3468 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3469 found.
3470 (avr_frame_unwind_cache): Don't unwind FP for main.
3471 Update a comment.
3472 Save the computed prev_sp.
3473 (avr_saved_regs_unwinder): Remove function.
3474 (avr_frame_prev_register): Use PC unwind logic from
3475 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3476
3477 2003-07-16 Andrew Cagney <cagney@redhat.com>
3478
3479 * frame-base.h (frame_base_p_ftype): Delete definition.
3480 (frame_base_append_predicate): Delete declaration.
3481 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3482 (frame_unwind_append_predicate): Delete declaration.
3483 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3484 (append_predicate): Delete parameter "p".
3485 (frame_unwind_append_predicate): Delete function.
3486 (frame_unwind_append_sniffer): Update call to append_predicate.
3487 (frame_unwind_free): Delete function.
3488 (_initialize_frame_unwind): Pass NULL as "free" to
3489 register_gdbarch_data.
3490 (frame_unwind_init): Append the dummy_frame_sniffer.
3491 (frame_unwind_find_by_frame): Simplify.
3492 * frame-base.c (struct frame_base_table): Delete field "p".
3493 (append_predicate): Delete parameter "p".
3494 (frame_base_append_predicate): Delete function.
3495 (frame_base_append_sniffer): Update call to append_predicate.
3496 (frame_base_free): Delete function.
3497 (frame_base_find_by_frame): Simplify.
3498 (_initialize_frame_base): Pass NULL as "free" to
3499 register_gdbarch_data.
3500 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3501 (x86_64_sigtramp_frame_sniffer): Replace
3502 "x86_64_sigtramp_frame_p".
3503 (x86_64_init_abi): Set the frame unwind sniffers.
3504 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3505 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3506 (m68k_gdbarch_init): Set the frame unwind sniffers.
3507 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3508 "i386_sigtramp_frame_p".
3509 (i386_frame_sniffer): Replace "i386_frame_p".
3510 (i386_gdbarch_init): Set the frame unwind sniffers.
3511 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3512 (avr_gdbarch_init): Set the frame unwind sniffers.
3513 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3514 "alpha_sigtramp_frame_p"
3515 (alpha_heuristic_frame_sniffer): Replace
3516 "alpha_heuristic_frame_p".
3517 (alpha_gdbarch_init): Set the frame unwind sniffers.
3518 (alpha_dwarf2_init_abi): Ditto.
3519 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3520 "alpha_debug_frame_p".
3521 (alpha_mdebug_frame_base_sniffer): Replace
3522 "alpha_mdebug_frame_base_p".
3523 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3524 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3525 (d10v_gdbarch_init): Set the frame unwind sniffer.
3526 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3527 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3528 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3529 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3530 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3531 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3532
3533 2003-07-16 Michael Snyder <msnyder@redhat.com>
3534
3535 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3536 should go thru sh_dsp_register_sim_regno, else the dsp regs
3537 will not get the right values.
3538
3539 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3540
3541 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3542 deprecated_store_floating by call to store_typed_floating.
3543 (sh_sh4_register_convert_to_raw): Substitute call to
3544 deprecated_extract_floating by call to extract_typed_floating.
3545
3546 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3547
3548 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3549
3550 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3551
3552 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3553 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3554 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3555 as possible.
3556 (do_pseudo_register): Remove.
3557 (sh_push_dummy_code): New function.
3558 (sh64_store_struct_return): Rename from sh_store_struct_return.
3559 Only called for sh64 now.
3560 (sh_extract_struct_value_address): Regcache'ify.
3561 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3562 and accomodate new tasks.
3563 (sh64_push_return_address): Rename from sh_push_return_address.
3564 Only called for sh64 now.
3565 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3566 Regcache'ify.
3567 (sh3e_sh4_extract_return_value): Regcache'ify.
3568 (sh_default_store_return_value): Ditto.
3569 (sh3e_sh4_store_return_value): Ditto.
3570 (sh_default_register_byte): Remove.
3571 (sh_sh4_register_byte): Remove.
3572 (sh_default_register_raw_size): Remove.
3573 (sh_sh4_register_raw_size): Remove.
3574 (sh_register_virtual_size): Remove.
3575 (sh_sh3e_register_virtual_type): Remove.
3576 (sh_sh3e_register_type): New function.
3577 (sh_sh4_register_virtual_type): Remove.
3578 (sh_sh4_register_type): New function.
3579 (sh_default_register_virtual_type): Remove.
3580 (sh_default_register_type): New function.
3581 (do_fv_register_info): Add parameters to accomodate call from
3582 sh_print_registers_info.
3583 (do_dr_register_info): Ditto.
3584 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3585 Add parameters to accomodate call from sh_print_registers_info.
3586 (sh_do_fp_register): Ditto.
3587 (sh64_do_pseudo_register): Call do_dr_register_info,
3588 do_fv_register_info and sh_do_fp_register with default parameters.
3589 (sh_do_register): Add parameters to accomodate call from
3590 sh_print_registers_info.
3591 (sh_print_register): Ditto.
3592 (sh_print_registers_info): Rename from sh_do_registers_info.
3593 Add parameters to be used as gdbarch_print_registers_info
3594 implementation. Accomodate removed do_pseudo_register function
3595 pointer.
3596 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3597 function pointer. Call sh_print_register with default parameters.
3598 (sh64_do_registers_info): Call sh_print_registers_info instead of
3599 sh_do_registers_info.
3600 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3601 detection of deprecated vs. non-deprecated functionality.
3602 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3603 function pointer assignments by direct function calls.
3604
3605 2003-07-15 Andrew Cagney <cagney@redhat.com>
3606
3607 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3608 (frame_register_unwind, create_new_frame): Ditto.
3609 (legacy_get_prev_frame, get_frame_type): Ditto.
3610 (get_frame_base_address): Use frame_base_find_by_frame.
3611 (get_frame_locals_address): Use frame_base_find_by_frame.
3612 (get_frame_args_address): Use frame_base_find_by_frame.
3613 * frame-base.h (frame_base_sniffer_ftype): Declare.
3614 (frame_base_append_sniffer): Declare.
3615 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3616 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3617 (frame_base_append_sniffer): New function.
3618 (frame_base_append_predicate): Add a NULL sniffer.
3619 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3620 (struct frame_base_table): Add "sniffer".
3621 (frame_base_free): Free the "sniffer" table.
3622 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3623 (frame_unwind_append_sniffer): Declare.
3624 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3625 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3626 (struct frame_unwind_table): Add "sniffer", delete "middle".
3627 (append_predicate): Add "sniffer" parameter, append the sniffer.
3628 (frame_unwind_init): Update append_predicate call.
3629 (frame_unwind_append_sniffer): New function.
3630 (frame_unwind_append_predicate): Update append_predicate call.
3631 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3632
3633 2003-07-15 Andrew Cagney <cagney@redhat.com>
3634
3635 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3636 before code inhibiting repeated unwind attempts. Add to
3637 commentary on that test's problems.
3638 * blockframe.c (inside_main_func): Look for "main" in the minimal
3639 symbol table.
3640 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3641 identical.
3642
3643 2003-07-15 Andrew Cagney <cagney@redhat.com>
3644
3645 * complaints.c (struct explanation): Define.
3646 (struct complaints): Change type of "explanation" to "struct
3647 explanation".
3648 (symfile_explanations): Convert to a "struct explanation" table.
3649 (vcomplaint): Update.
3650
3651 2003-07-15 Michal Ludvig <mludvig@suse.cz>
3652
3653 * x86-64-linux-nat.c (regmap): Removed.
3654 (supply_gregset, fill_gregset): Call
3655 x86_64_linux_(fill,supply)_gregset functions.
3656 * x86-64-linux-tdep.c (USER_*): New defines.
3657 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3658 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3659 New functions.
3660 (fetch_core_registers): Ditto.
3661 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3662 * x86-64-linux-tdep.h: New file.
3663 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3664 and core-regset.o.
3665 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3666
3667 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3668
3669 * x86-64-tdep.c (x86_64_store_return_value): Use
3670 regcache_cooked_write_part instead of regcache_cooked_write.
3671
3672 * configure.host: Add x86_64-*-freebsd*.
3673 * configure.tgt: Add x86_64-*-freebsd*.
3674 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3675 * amd64fbsd-nat.c: New file.
3676 * amd64fbsd-tdep.c: New file.
3677 * config/i386/nm-fbsd64.h: New file.
3678 * config/i386/fbsd64.mh: New file.
3679 * config/i386/fbsd64.mt: New file.
3680
3681 2003-07-11 Mark Kettenis <kettenis@gnu.org>
3682
3683 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3684 `sc_regs_offset' and `sc_fpregs_offset'.
3685 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3686 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3687 (alpha_sigtramp_register_address): Rewrite to use new members of
3688 `struct gdbarch_tdep'.
3689 (alpha_gdbarch_init): Initialize new members of struct
3690 gdbarch_tdep'.
3691 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3692 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3693 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3694 (alphafbsd_pc_in_sigtramp): Implement.
3695 (alphafbsd_sigtramp_offset): New function.
3696 (alphafbsd_sigcontext_addr): New function.
3697 (alphafbsd_init_abi): Initialize signal trampoline related members
3698 of `struct gdbarch_tdep'.
3699 (_initialize_alphafbsd_tdep): Add prototype.
3700
3701 2003-07-11 Theodore A. Roth <troth@openavr.org>
3702
3703 * Makefile.in (install-only): Quote sed expression when generating
3704 transformed_name.
3705
3706 2003-07-11 Richard Henderson <rth@redhat.com>
3707
3708 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3709 * dwarf2-frame.c: Include complaints.h.
3710 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3711 variable initialization; return NULL on error.
3712 (decode_frame_entry): New.
3713
3714 2003-07-11 Andrew Cagney <cagney@redhat.com>
3715
3716 * frame.h (frame_address_in_block): Delete declaration.
3717 * blockframe.c (frame_address_in_block): Delete function.
3718 (get_frame_block): Use get_frame_address_in_block.
3719 (block_innermost_frame): Ditto.
3720 * stack.c (print_frame, backtrace_command_1): Ditto.
3721
3722 * frame.h (get_frame_address_in_block): Declare.
3723 (frame_unwind_address_in_block): Declare.
3724 * frame.c (frame_unwind_address_in_block): New function.
3725 (get_frame_address_in_block): New function.
3726
3727 2003-07-10 Andrew Cagney <cagney@redhat.com>
3728
3729 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3730 pre-default. Note: re-generate has no effect.
3731
3732 2003-07-10 Andrew Cagney <cagney@redhat.com>
3733
3734 * gdbarch.sh: When a variable, but not a function, compare against
3735 0. Fix problem in previous patch.
3736 * gdbarch.c: Re-generate.
3737
3738 2003-07-10 Andrew Cagney <cagney@redhat.com>
3739
3740 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3741 functions against NULL, not 0.
3742 * gdbarch.c: Re-generate.
3743
3744 2003-07-10 Fred Fish <fnf@ninemoons.com>
3745
3746 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3747 null string instead of a null pointer.
3748 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3749
3750 2003-07-09 Michael Snyder <msnyder@redhat.com>
3751
3752 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3753
3754 2003-07-09 Mark Kettenis <kettenis@gnu.org>
3755
3756 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3757 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3758 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3759 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3760 * x86-64-tdep.c: ... from here.
3761
3762 2003-07-09 Andreas Schwab <schwab@suse.de>
3763
3764 * m68k-tdep.h (enum struct_return): Define.
3765 (struct gdbarch_tdep): Add struct_return.
3766 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3767 bytes are padded to the right, not to the left. Pass struct value
3768 address in register %a1, not on stack.
3769 (m68k_use_struct_convention): New function.
3770 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3771 struct_return in tdep to pcc_struct_return.
3772 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3773 reg_struct_return.
3774
3775 2003-07-09 Joel Brobecker <brobecker@gnat.com>
3776
3777 * somread.c (som_symfile_offsets): Fix compilation error.
3778
3779 2003-07-09 Andrew Cagney <cagney@redhat.com>
3780
3781 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3782 Add comments about the checks.
3783
3784 2003-07-08 Andrew Cagney <cagney@redhat.com>
3785
3786 * Makefile.in: Make dependency section headers consistent.
3787 (config_h): Move to $BUILD headers section.
3788 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3789 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3790 (ada-exp.tab.c): Move to YACC/LEX section.
3791 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3792 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3793
3794 2003-07-08 Kris Warkentin <kewarken@qnx.com>
3795
3796 * nto-procfs.c: Cleaned up a bunch of ARI hits.
3797 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3798 of strerror with safe_strerror, use ISO C function definitions,
3799 and replace instances of sprintf with snprintf.
3800
3801 2003-07-07 Andrew Cagney <cagney@redhat.com>
3802
3803 * frame.c (get_prev_frame): Enable check for identical frames.
3804 Update comments. Update error messages.
3805
3806 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3807
3808 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3809
3810 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3811
3812 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3813 sort_symtab_syms, no longer necessary.
3814
3815 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3816
3817 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3818
3819 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3820
3821 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3822 (mips_register_byte): Likewise.
3823
3824 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3825
3826 * Makefile.in (sparc_tdep_h): New.
3827 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3828 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3829 * sparc-linux-nat.c: Include "sparc-tdep.h".
3830 * sparc-nat.c: Likewise.
3831 * sparc-tdep.c: Likewise.
3832 * sparc64nbsd-nat.c: Likewise.
3833 * sparcnbsd-nat.c: Likewise.
3834 * sparcnbsd-tdep.c: Likewise.
3835 * sparc-tdep.h: New file.
3836 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3837 and sparc_npc_regnum.
3838
3839 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3840
3841 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3842 (mips_linux_cannot_store_register): List supported instead of
3843 unsupported registers.
3844
3845 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3846
3847 * disasm.c (dump_insns): Separate instructions from addresses.
3848
3849 2003-07-07 Andreas Schwab <schwab@suse.de>
3850
3851 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3852 dependencies.
3853 * m68k-tdep.c (NUM_FREGS): Delete.
3854 (SIG_PC_FP_OFFSET): Delete.
3855 (TARGET_M68K): Delete.
3856 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3857 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3858 P_MOVEL_SP, P_MOVEML_SP): Define.
3859 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3860 P_TRAP): Delete.
3861 (m68k_register_raw_size): Delete.
3862 (m68k_register_virtual_size): Delete.
3863 (m68k_register_type): Renamed from m68k_register_virtual_type and
3864 add gdbarch argument.
3865 (m68k_store_struct_return): Delete.
3866 (m68k_deprecated_extract_return_value): Delete.
3867 (m68k_deprecated_extract_struct_value_address): Delete.
3868 (m68k_frame_chain): Delete.
3869 (m68k_frame_saved_pc): Delete.
3870 (m68k_fix_call_dummy): Delete.
3871 (m68k_push_dummy_frame): Delete.
3872 (m68k_pop_frame): Delete.
3873 (m68k_extract_return_value): New function.
3874 (m68k_store_return_value): Rewrite using regcache.
3875 (m68k_extract_struct_value_address): Rewrite using regcache.
3876 (m68k_push_dummy_call): New function.
3877 (struct m68k_frame_cache): Define.
3878 (m68k_alloc_frame_cache): New function.
3879 (m68k_analyze_frame_setup): New function.
3880 (m68k_analyze_register_saves): New function.
3881 (m68k_analyze_prologue): New function.
3882 (m68k_skip_prologue): Rewrite using above functions.
3883 (m68k_unwind_pc): New function.
3884 (m68k_frame_cache): New function.
3885 (m68k_frame_this_id): New function.
3886 (m68k_frame_prev_register): New function.
3887 (m68k_frame_unwind): New variable.
3888 (m68k_frame_p): New function.
3889 (m68k_sigtramp_frame_cache): New function.
3890 (m68k_sigtramp_frame_this_id): New function.
3891 (m68k_sigtramp_frame_prev_register): New function.
3892 (m68k_sigtramp_frame_unwind): New variable.
3893 (m68k_sigtramp_frame_p): New function.
3894 (m68k_frame_base_address): New function.
3895 (m68k_frame_base): New function.
3896 (m68k_unwind_dummy_id): New function.
3897 (fill_gregset): Use regcache_collect.
3898 (fill_fpregset): Likewise.
3899 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3900 defined.
3901 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3902 deprecated_init_frame_pc, deprecated_store_struct_return,
3903 deprecated_extract_return_value, deprecated_store_return_value,
3904 deprecated_frame_chain, deprecated_frame_saved_pc,
3905 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3906 deprecated_register_virtual_size,
3907 deprecated_max_register_raw_size,
3908 deprecated_max_register_virtual_size,
3909 deprecated_register_virtual_type, deprecated_register_size,
3910 deprecated_register_byte, deprecated_register_bytes,
3911 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3912 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3913 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3914 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3915 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3916 deprecated_push_dummy_frame, deprecated_pop_frame,
3917 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3918 only if SYSCALL_TRAP is defined. Set extract_return_value,
3919 store_return_value, extract_struct_value_address, register_type,
3920 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3921 predicates.
3922 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3923 M68K_MAX_REGISTER_SIZE): Define.
3924 (struct m68k_sigtramp_info): Define.
3925 (struct gdbarch_tdep): Add get_sigtramp_info.
3926 * m68klinux-nat.c (fetch_register): Use register_size instead of
3927 REGISTER_RAW_SIZE. Don't put assignment in if.
3928 (store_register): Likewise.
3929 (fetch_inferior_registers): Likewise.
3930 (store_inferior_registers): Likewise.
3931 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3932 (m68k_linux_frame_saved_pc): Delete.
3933 (m68k_linux_sigcontext_reg_offset,
3934 m68k_linux_ucontext_reg_offset): Define.
3935 (m68k_linux_get_sigtramp_info): New function.
3936 (m68k_linux_extract_return_value): Rewrite using regcache.
3937 (m68k_linux_store_return_value): Likewise.
3938 (m68k_linux_extract_struct_value_address): Likewise.
3939 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3940 Don't set deprecated_frame_saved_pc,
3941 deprecated_extract_return_value, deprecated_store_return_value,
3942 deprecated_extract_struct_value_address. Set
3943 extract_return_value, store_return_value,
3944 extract_struct_value_address.
3945
3946 2003-07-07 Andrew Cagney <cagney@redhat.com>
3947
3948 * expprint.c: Include "user-regs.h" instead of "frame.h".
3949 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3950 frame_map_regnum_to_name.
3951 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3952 (frame_map_name_to_regnum): Simplify, call
3953 user_reg_map_name_to_regnum.
3954 (frame_map_regnum_to_name): Simplify, call
3955 user_reg_map_regnum_to_name.
3956 (frame_register_unwind): Update.
3957 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3958 (_initialize_frame_reg): Call user_reg_add_builtin.
3959 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3960 (value_of_register): Use value_of_user_reg.
3961 * eval.c (evaluate_subexp_standard): Update.
3962 * parse.c (write_dollar_variable): Update.
3963 * d10v-tdep.c (d10v_print_registers_info): Update.
3964 * infcmd.c (registers_info): Update.
3965 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3966 (builtin_regs_h): Delete macro.
3967 (user_regs_h): Define.
3968 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3969 (builtin-regs.o): Delete target.
3970 (user-regs.o): Specify dependencies.
3971 (expprint.o): Update dependencies.
3972 (findvar.o): Update dependencies.
3973 (frame.o): Update dependencies.
3974 (std-regs.o): Update dependencies.
3975
3976 2003-07-06 Christopher Faylor <cgf@redhat.com>
3977
3978 * win32-nat.c (solib_symbols_add): Use one variable for all section
3979 address stuff. Pass variable rather than address of variable to
3980 safe_symbol_file_add.
3981
3982 2003-07-06 Andreas Schwab <schwab@suse.de>
3983
3984 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3985
3986 2003-07-04 Joel Brobecker <brobecker@gnat.com>
3987
3988 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3989
3990 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3991
3992 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3993
3994 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3995
3996 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3997 * config/i386/nto.mh: New file.
3998 * config/i386/nm-nto.h: New file.
3999 * configure.host: Add i[3456]86-*-nto*.
4000
4001 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4002
4003 * remote-vx.c (vx_add_symbols): Fix compilation error.
4004
4005 2003-07-03 Andrew Cagney <cagney@redhat.com>
4006
4007 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4008 * gdbarch.h, gdbarch.c: Re-generate.
4009 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4010 (legacy_register_name): Declare.
4011 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4012 (REGISTER_NAME): Define.
4013 * sparc-tdep.c (legacy_register_name): New function.
4014 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4015 (REGISTER_NAME): Define.
4016 (hppa64_register_name): Declare.
4017 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4018 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4019 (hppa64_register_name): New function.
4020 (hppa_register_name): New function.
4021 * arch-utils.c (legacy_register_name): Delete.
4022 * arch-utils.h (legacy_register_name): Delete.
4023
4024 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4025
4026 * cli/cli-interp.c (cli_interpreter_resume): Update the
4027 cli_uiout's stream to gdb_stdout.
4028
4029 2003-07-03 Andrew Cagney <cagney@redhat.com>
4030
4031 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4032 predicate.
4033 * gdbarch.h, gdbarch.c: Re-generate.
4034 * regcache.c (init_regcache_descr): Use legacy code when either
4035 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4036
4037 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4038
4039 * NEWS: Move "set logging" entry into GDB 6.0 section.
4040
4041 2003-07-02 Jim Blandy <jimb@redhat.com>
4042
4043 * s390-tdep.c (struct frame_extra_info): new member:
4044 'stack_bought_valid'.
4045 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4046 initialize fextra_info->stack_bought.
4047 (s390_frameless_function_invocation): Don't trust the value of
4048 fextra_info_ptr->stack_bought unless
4049 fextra_info->stack_bought_valid is set.
4050
4051 New S390 prologue analyzer.
4052 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4053 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4054 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4055 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4056 compute_x_addr, s390_on_stack, s390_store,
4057 s390_get_signal_frame_info): New functions.
4058 (S390_NUM_SPILL_SLOTS): New macro.
4059 (s390_get_frame_info): Rewritten.
4060 (is_arg_reg): Deleted.
4061
4062 Break out the decoding of S/390 instructions into separate
4063 functions, to make it more legible, and easier to check
4064 against the spec.
4065 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4066 is_rx, is_rxe): New functions.
4067 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4068 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4069 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4070 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4071 enums for opcode values. (Is this an improvement?)
4072
4073 2003-07-02 Andrew Cagney <cagney@redhat.com>
4074
4075 * i386-tdep.c: Revert change committed as part of trad-frame code
4076 below.
4077
4078 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4079
4080 * breakpoint.c (insert_catchpoint): Make static.
4081
4082 2003-07-02 Andreas Schwab <schwab@suse.de>
4083
4084 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4085 former ia64_push_arguments and ia64_push_return_address, and use
4086 regcache functions instead of read/write_register.
4087 (ia64_gdbarch_init): Set push_dummy_call instead of
4088 deprecated_push_arguments and deprecated_push_return_address.
4089
4090 2003-07-01 Andreas Jaeger <aj@suse.de>
4091
4092 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4093 before the call.
4094 Set %rax only to number of SSE registers used.
4095
4096 2003-07-01 Andrew Cagney <cagney@redhat.com>
4097
4098 * trad-frame.h: Update comments, a -1 .addr is reserved.
4099 (trad_frame_value_p, trad_frame_addr_p): Declare.
4100 (trad_frame_reg_p): Declare.
4101 (trad_frame_set_value): Rename trad_frame_register_value.
4102 (trad_frame_set_unknown): Declare.
4103 * trad-frame.c (trad_frame_realreg_p): New function.
4104 (trad_frame_addr_p, trad_frame_value_p): New function.
4105 (trad_frame_set_unknown): New function.
4106 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4107 (trad_frame_prev_register): Use trad_frame_realreg_p,
4108 trad_frame_addr_p and trad_frame_value_p.
4109 (trad_frame_set_value): Rename trad_frame_register_value.
4110 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4111 and trad_frame_set_value.
4112
4113 2003-06-30 Jim Blandy <jimb@redhat.com>
4114
4115 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4116 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4117 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4118 for 16 registers, and then 32 more bytes.
4119 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4120 New macros.
4121 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4122 Move up in the file, since it's now used by is_simple_arg.
4123 (is_simple_arg): Don't assume registers are four bytes long.
4124 Exclude all double arguments. Extended floats are not simple
4125 args.
4126 (is_power_of_two): New function.
4127 (pass_by_copy_ref): Call is_power_of_two, and check that the
4128 length fits in a register, rather than listing all the acceptable
4129 sizes. Extended floats are not passed by reference.
4130 (s390_push_arguments): Don't assume registers are four bytes long.
4131 Reserve an argument register to point to the buffer for structures
4132 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4133 S390_STACK_FRAME_OVERHEAD.
4134
4135 2003-06-30 Andreas Schwab <schwab@suse.de>
4136
4137 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4138 format error message.
4139
4140 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4141
4142 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4143
4144 2003-06-30 David Carlton <carlton@kealia.com>
4145
4146 Band-aid for PR c++/1245.
4147 * Makefile.in (cp-support.o): Depend on complaints_h.
4148 * cp-support.c: Include complaints.h. Add declaration for
4149 find_last_component.
4150 (cp_find_first_component): Separate code into
4151 cp_find_first_component_aux.
4152 (cp_find_first_component_aux): Call demangled_name_complaint.
4153 (demangled_name_complaint): New.
4154
4155 2003-06-30 Andrew Cagney <cagney@redhat.com>
4156
4157 * remote.c (remote_write_bytes): Explicitly compute and then use
4158 the payload size. Update comments to reflect. Fixes problem of
4159 GDB not sending small packets as found by Fred Fish.
4160
4161 2003-06-30 Andrew Cagney <cagney@redhat.com>
4162
4163 * remote.c (remote_async_wait): Fix -Wformat problem.
4164
4165 2003-06-29 Andrew Cagney <cagney@redhat.com>
4166
4167 * remote.c (remote_wait): Call error, and not warning, when the
4168 packet is corrupt.
4169 (remote_async_wait): Ditto.
4170
4171 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4172
4173 * sparc-tdep.c (sparc_y_regnum): Make external again.
4174
4175 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4176
4177 * cli/cli-logging.c (pop_output_files): Add void to function
4178 definition.
4179
4180 2003-06-29 Andrew Cagney <cagney@redhat.com>
4181
4182 * frame.c (frame_register_unwind): Use unsigned char when dumping
4183 the buffer contents.
4184
4185 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4186
4187 * cli/cli-logging.c: New file.
4188 * cli-out.c (struct ui_out_data): Add original_stream.
4189 (cli_redirect): New function.
4190 (cli_ui_out_impl): Add cli_redirect.
4191 (cli_out_new): Initialize original_stream.
4192 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4193 (uo_redirect, ui_out_redirect): New.
4194 * ui-out.h (struct ui_out_impl): Add redirect member.
4195 (redirect_ftype): New.
4196 (ui_out_redirect): Add prototype.
4197 * Makefile.in: Add rules for cli-logging.c.
4198 * NEWS: Mention "set logging".
4199
4200 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4201
4202 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4203
4204 2003-06-27 Andrew Cagney <cagney@redhat.com>
4205
4206 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4207 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4208 * avr-tdep.c (avr_call_dummy_address): Delete function.
4209 (avr_gdbarch_init): Do not set call_dummy_address.
4210
4211 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4212
4213 * symfile.c (syms_from_objfile): Move variables to inner block.
4214 Move the checks for the non-mainline case a bit earlier to avoid
4215 doing some useless computations.
4216
4217 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4218
4219 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4220
4221 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4222
4223 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4224 sections.
4225
4226 2003-06-26 Michael Chastain <mec@shout.net>
4227
4228 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4229 gdb/testsuite/gdb.c++/pr-1210.exp.
4230
4231 2003-06-26 Andrew Cagney <cagney@redhat.com>
4232
4233 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4234 altivec_expression.h and altivec_registers.h.
4235
4236 2003-06-26 Andrew Cagney <cagney@redhat.com>
4237
4238 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4239 info->mach when MIPS16. Patch suggested by Fred Fish.
4240
4241 2003-06-26 Andrew Cagney <cagney@redhat.com>
4242
4243 * utils.c (internal_vproblem): Print the problem to a reason
4244 buffer and then pass to query. Make the msg variable more local.
4245
4246 2003-06-26 Andrew Cagney <cagney@redhat.com>
4247
4248 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4249 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4250 * gdbarch.h, gdbarch.c: Re-generate.
4251 * frame-base.c (default_frame_args_address): Update. Use
4252 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4253 not available.
4254 (default_frame_locals_address): Ditto for
4255 DEPRECATED_FRAME_LOCALS_ADDRESS.
4256 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4257 (vax_frame_num_args): Update.
4258 (vax_gdbarch_init): Update.
4259 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4260 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4261 * mcore-tdep.c (mcore_gdbarch_init): Update.
4262 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4263 * ia64-tdep.c (ia64_gdbarch_init): Update.
4264 * symtab.h (address_class): Update comments.
4265 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4266 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4267 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4268 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4269 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4270 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4271 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4272 * alpha-mdebug-tdep.c: Update.
4273 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4274
4275 2003-06-26 Andreas Jaeger <aj@suse.de>
4276
4277 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4278 of SSE registers so that varargs functions work. Rework handling
4279 of passing arguments on the stack.
4280 (x86_64_store_return_value): Return double and float values in SSE
4281 register.
4282
4283 2003-06-24 Michael Chastain <mec@shout.net>
4284
4285 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4286 the "constructor breakpoints ignored" bug.
4287
4288 2003-06-25 David Carlton <carlton@kealia.com>
4289
4290 * MAINTAINERS: Update e-mail address.
4291
4292 2003-06-24 Jim Blandy <jimb@redhat.com>
4293
4294 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4295
4296 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4297 function.
4298 (ppc_linux_init_abi): Register it as the
4299 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4300
4301 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4302 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4303 method.
4304
4305 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4306 (ppc64_standard_linkage_target): Use it.
4307
4308 2003-06-23 Andrew Cagney <cagney@redhat.com>
4309
4310 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4311 for 0 "int0" and 4 "int32" sized registers.
4312 * gdbtypes.c (builtin_type_int0): Define.
4313 (build_gdbtypes): Initialize builtin_type_int0.
4314 * gdbtypes.h (builtin_type_int0): Declare.
4315
4316 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4317
4318 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4319 as characters are unsigned.
4320
4321 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4322
4323 PR gdb/1179
4324 * dwarfread.c (struct_type): Skip static fields without crashing.
4325
4326 2003-06-22 Andrew Cagney <cagney@redhat.com>
4327
4328 GDB 6.0 branch created.
4329 * README: Update.
4330 * PROBLEMS: Update. Empty.
4331 * NEWS: Update.
4332
4333 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4334
4335 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4336 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4337
4338 2003-06-22 Andrew Cagney <cagney@redhat.com>
4339
4340 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4341 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4342 Velikov.
4343
4344 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4345
4346 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4347 compilers.
4348
4349 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4350
4351 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4352 argument of val_print.
4353 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4354 to the address argument of baseclass_offset or target_read_memory.
4355 Do add it to the argument of cp_print_value_fields.
4356
4357 2003-06-21 Andrew Cagney <cagney@redhat.com>
4358
4359 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4360 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4361 instead of 0..NUM_REGS.
4362 (mips_register_reggroup_p): New function.
4363 (mips_pseudo_register_write): New function.
4364 (mips_pseudo_register_read): New function.
4365 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4366 based on the register's type.
4367 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4368 cooked.
4369 (mips_get_saved_register): Simplify. Assert that REGNO is a
4370 pseudo / cooked.
4371 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4372 (mips_register_type): Replace mips_register_virtual_type. Map
4373 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4374 when available.
4375 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4376 that the register is cooked / virtual.
4377 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4378 Only get the extra info when needed.
4379 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4380 (mips32_heuristic_proc_desc): Fetch the cooked register.
4381 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4382 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4383 (mips_print_register): Use gdbarch_register_type, instead of
4384 REGISTER_VIRTUAL_TYPE.
4385 (print_gp_register_row): Use gdbarch_register_type, instead of
4386 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4387 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4388 Print the pseudo / cooked registers.
4389 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4390 Print the pseudo / cooked registers.
4391 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4392 REG_NUM is pseudo / cooked.
4393 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4394 (mips_n32n64_xfer_return_value): Ditto.
4395 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4396 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4397 (mips_register_sim_regno): New function.
4398 (mips_gdbarch_init): Set deprecated_register_byte,
4399 register_group_p, pseudo_register_write, pseudo_register_read,
4400 register_sim_regno, and num_pseudo_regs. Set register_type,
4401 instead of register_virtual_type.
4402 * Makefile.in (mips-tdep.o): Update dependencies.
4403 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4404 REGISTER_VIRTUAL_TYPE.
4405 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4406 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4407 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4408 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4409 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4410
4411 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4412
4413 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4414 * cli/cli-cmds.c: Include "gdb_vfork.h".
4415 (shell_escape): Use vfork.
4416
4417 2003-06-21 Andrew Cagney <cagney@redhat.com>
4418
4419 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4420 32 bit floating-point register saves.
4421
4422 * frame.h (deprecated_unwind_get_saved_register): Delete.
4423 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4424 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4425 and deprecated_get_next_frame_hack instead of
4426 deprecated_unwind_get_saved_register.
4427
4428 * mips-tdep.c (mips_dump_tdep): Do not print
4429 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4430
4431 * frame.c (get_frame_register): New function.
4432 (frame_unwind_register_signed): New function.
4433 (get_frame_register_signed): New function.
4434 (frame_unwind_register_unsigned): New function.
4435 (get_frame_register_unsigned): New function.
4436 * frame.h: Add comments on naming schema.
4437 (get_frame_register, frame_unwind_register_signed): Declare.
4438 (get_frame_register_signed, get_frame_register_signed): Declare.
4439 (frame_unwind_register_unsigned): Declare.
4440 (get_frame_register_unsigned): Declare.
4441
4442 2003-06-20 Theodore A. Roth <troth@openavr.org>
4443
4444 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4445
4446 2003-06-20 Theodore A. Roth <troth@openavr.org>
4447
4448 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4449 (avr_read_sp): Ditto.
4450
4451 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4452
4453 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4454 * config/arm/nm-linux.h: Likewise.
4455 * config/arm/tm-linux.h: Likewise.
4456 * config/ia64/nm-linux.h: Likewise.
4457 * config/ia64/tm-ia64.h: Likewise.
4458 * config/s390/tm-linux.h: Likewise.
4459 * config/s390/tm-s390.h: Likewise.
4460 * s390-nat.c: Likewise.
4461 * s390-tdep.c: Likewise.
4462
4463 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4464 * config/ia64/linux.mt: Likewise.
4465 * config/m68k/linux.mh: Likewise.
4466 * config/mips/linux.mt: Likewise.
4467 * config/powerpc/linux.mh: Likewise.
4468 * config/sh/linux.mt: Likewise.
4469
4470 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4471
4472 * solib.c (solib_open): Change tests for whether to search
4473 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4474 comments.
4475
4476 2003-06-19 Theodore A. Roth <troth@openavr.org>
4477
4478 * avr-tdep.c (avr_frame_address): Delete function.
4479 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4480 set_gdbarch_frame_args_address.
4481
4482 2003-06-19 Andrew Cagney <cagney@redhat.com>
4483
4484 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4485 (REGISTER_CONVERT_FROM_TYPE): Delete.
4486 (mips_register_convert_to_type): Delete declaration.
4487 (mips_register_convert_from_type): Delete declaration.
4488 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4489 kernel/.
4490
4491 2003-06-19 Michael Snyder <msnyder@redhat.com>
4492
4493 * linux-nat.h: New file.
4494 * linux-nat.c: Include linux-nat.h.
4495 * lin-lwp.c: Include linux-nat.h.
4496 Move struct lwp_info def to linux-nat.h.
4497 * linux-proc.c: Include linux-nat.h.
4498 (linux_make_note_section): Iterate over lwps instead of threads.
4499 (linux_do_thread_registers): Use lwp instead of merged pid.
4500 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4501 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4502 Add dependency on linux_nat_h.
4503
4504 2003-06-19 Theodore A. Roth <troth@openavr.org>
4505
4506 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4507
4508 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4509
4510 * varobj.c (get_type, get_target_type): Use check_typedef.
4511
4512 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4513
4514 * breakpoint.c (insert_catchpoint): Call internal_error.
4515
4516 2003-06-19 Theodore A. Roth <troth@openavr.org>
4517
4518 * avr-tdep.c (avr_push_dummy_code): Delete function.
4519 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4520
4521 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4522
4523 * arch-utils.c (default_prepare_to_proceed): Remove.
4524 (generic_prepare_to_proceed): Remove.
4525 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4526 (generic_prepare_to_proceed): Remove prototype.
4527 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4528 * gdbarch.c: Regenerate.
4529 * gdbarch.h: Regenerate.
4530 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4531 * hppah-nat.c (hppa_switched_threads): Remove.
4532 * infrun.c (prepare_to_proceed): New static function, copied from
4533 generic_prepare_to_proceed. Remove select_it argument.
4534 (proceed): Call prepare_to_proceed.
4535 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4536 variables.
4537 (ptrace_wait): Don't set the removed variables.
4538 (hppa_switched_threads): Remove.
4539 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4540 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4541 (lin_lwp_prepare_to_proceed): Remove prototype.
4542 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4543 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4544
4545 2003-06-18 Theodore A. Roth <troth@openavr.org>
4546
4547 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4548 trad-frame.h.
4549 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4550 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4551 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4552 (AVR_PROLOGUE_*): Enumerate prologue types.
4553 (struct frame_extra_info): Remove.
4554 (struct avr_unwind_cache): Define.
4555 (avr_write_sp): Delete function.
4556 (avr_read_fp): Ditto.
4557 (avr_init_extra_frame_info): Ditto.
4558 (avr_pop_frame): Ditto.
4559 (avr_frame_saved_pc): Ditto.
4560 (avr_saved_pc_after_call): Ditto.
4561 (avr_push_return_address): Ditto.
4562 (avr_frame_chain): Ditto.
4563 (avr_store_struct_return): Ditto.
4564 (avr_push_arguments): Ditto.
4565 (avr_scan_prologue): Update comments. Changed to set up the info for
4566 cache unwinding. Now returns end of prologue PC.
4567 (avr_skip_prologue): Better handling of functions lacking a prologue
4568 by using avr_scan_prologue.
4569 (avr_scan_arg_moves): New function.
4570 (avr_saved_regs_unwinder): Ditto.
4571 (avr_frame_unwind_cache): Ditto.
4572 (avr_unwind_pc): Ditto.
4573 (avr_frame_this_id): Ditto.
4574 (avr_frame_prev_register): Ditto.
4575 (avr_frame_p): Ditto.
4576 (avr_frame_base_address ): Ditto.
4577 (avr_unwind_dummy_id): Ditto.
4578 (avr_push_dummy_code): Ditto.
4579 (push_stack_item): Ditto.
4580 (pop_stack_item): Ditto.
4581 (avr_push_dummy_call): Ditto.
4582 (struct stack_item): Define.
4583 (avr_frame_unwind): Declare structure.
4584 (avr_frame_base): Ditto.
4585 (avr_gdbarch_init): Remove calls to
4586 set_gdbarch_deprecated_init_frame_pc,
4587 set_gdbarch_deprecated_target_read_fp,
4588 set_gdbarch_deprecated_dummy_write_sp,
4589 set_gdbarch_deprecated_fp_regnum,
4590 set_gdbarch_deprecated_push_arguments,
4591 set_gdbarch_deprecated_push_return_address,
4592 set_gdbarch_deprecated_pop_frame,
4593 set_gdbarch_deprecated_store_struct_return,
4594 set_gdbarch_deprecated_frame_init_saved_regs,
4595 set_gdbarch_deprecated_init_extra_frame_info,
4596 set_gdbarch_deprecated_frame_chain,
4597 set_gdbarch_deprecated_frame_saved_pc,
4598 set_gdbarch_deprecated_saved_pc_after_call.
4599 Add calls to set_gdbarch_push_dummy_call,
4600 set_gdbarch_push_dummy_code,
4601 frame_unwind_append_predicate,
4602 frame_base_set_default,
4603 set_gdbarch_unwind_dummy_id,
4604 set_gdbarch_unwind_pc.
4605 Wrap a long line.
4606
4607 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
4608
4609 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4610 registers for H8/300S.
4611 (h8300_print_registers_info): Ditto.
4612 (h8300_gdbarch_init): Accommodate register count for H8/300S.
4613
4614 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
4615
4616 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4617 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4618 (lin_lwp_wait): Likewise. Update comments.
4619 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4620 (pull_pid_from_list, linux_record_stopped_pid): New.
4621
4622 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4623
4624 * ada-lang.c (scan_discrim_bound): Name first argument.
4625 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4626 declared by ALL_BLOCK_SYMBOLS.
4627
4628 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4629
4630 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4631 ("regcache.h"): Include it.
4632 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4633
4634 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4635
4636 * NEWS: Mention gdbserver detach change and "disconnect" command.
4637 * infcmd.c (disconnect_command): New function.
4638 (_initialize_infcmd): Add ``disconnect'' command.
4639 * remote.c (remote_async_detach): Delete.
4640 (remote_detach): Merge remote_async_detach.
4641 (remote_disconnect): New.
4642 (init_remote_ops): Set to_disconnect.
4643 (init_remote_cisco_ops): Likewise.
4644 (init_remote_async_ops): Likewise. Use remote_detach.
4645 * target.c (cleanup_target): Default to_disconnect.
4646 (update_current_target): Inherit to_disconnect.
4647 (target_disconnect, debug_to_disconnect): New functions.
4648 (setup_target_debug): Set to_disconnect.
4649 * target.h (struct target_ops): Add to_disconnect.
4650 (target_disconnect): Add prototype.
4651
4652 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4653
4654 * breakpoint.c (insert_catchpoint): New function.
4655 (insert_breakpoints): Use catch_exceptions to call
4656 insert_catchpoint. Disable catchpoints if they fail to insert.
4657
4658 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4659
4660 * symfile.c (reread_symbols): Clear sym_private.
4661
4662 2003-06-17 Andrew Cagney <cagney@redhat.com>
4663
4664 * trad-frame.h (struct frame_info): Add opaque declaration.
4665 * remote-fileio.h (struct cmd_list_element): Add opaque
4666 declaration.
4667 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4668 comments.
4669
4670 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4671
4672 * remote.c (remote_prepare_to_store): Replace call to
4673 deprecated_read_register_bytes with multiple regcache_raw_read
4674 calls.
4675
4676 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4677
4678 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4679 (nto_find_and_open_solib): Likewise.
4680 (nto_init_solib_absolute_prefix): Likewise.
4681 (_initialize_nto_tdep): Fix indentation.
4682
4683 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4684
4685 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4686
4687 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4688
4689 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4690
4691 2003-06-17 Jim Blandy <jimb@redhat.com>
4692
4693 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4694
4695 2003-06-16 Theodore A. Roth <troth@openavr.org>
4696
4697 * avr-tdep.c (avr_extract_return_value): New function.
4698 (avr_gdbarch_init): Set extract_return_value method.
4699
4700 2003-06-16 Andrew Cagney <cagney@redhat.com>
4701
4702 * frame.h (deprecated_get_next_frame_hack): Declare.
4703 * frame.c (legacy_saved_regs_prev_register): Only require
4704 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4705 there are always saved regs.
4706 (deprecated_generic_get_saved_register): Do not require
4707 DEPRECATED_FRAME_INIT_SAVED_REGS.
4708 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4709 use frame ID unwind instead.
4710 (deprecated_get_next_frame_hack): New function.
4711
4712 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4713
4714 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4715 (h8300_push_dummy_call): ...this function. Some minor optimization.
4716 (h8300_push_return_address): Remove.
4717 (h8300_gdbarch_init): Remove calls to
4718 set_gdbarch_deprecated_dummy_write_sp,
4719 set_gdbarch_deprecated_push_arguments and
4720 set_gdbarch_deprecated_push_return_address.
4721 Add call to set_gdbarch_push_dummy_call.
4722
4723 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4724
4725 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4726 (E_PSEUDO_EXR_REGNUM): Ditto.
4727 (h8300_is_argument_spill): Check for instructions moving argument
4728 registers into safe registers.
4729 (h8300_skip_prologue): Check for stm instruction to push registers
4730 used for register variables onto stack.
4731 (gdb_print_insn_h8300): Remove.
4732 (h8300_examine_prologue): Add a comment.
4733 (h8300_register_name): Take pseudo registers into account.
4734 (h8300s_register_name): Ditto.
4735 (h8300sx_register_name): Ditto.
4736 (h8300_print_register): Ditto.
4737 (h8300_print_registers_info): Define "nice" printing order.
4738 (h8300_saved_pc_after_call): Take pseudo registers into account.
4739 (h8300_register_type): Ditto. Return type used for remote connection
4740 when requesting real CCR or EXR register, return actual type when
4741 requesting pseudo CCR or EXR.
4742 (h8300_pseudo_register_read): New function.
4743 (h8300_pseudo_register_write): Ditto.
4744 (h8300_dbg_reg_to_regnum): Ditto.
4745 (h8300s_dbg_reg_to_regnum): Ditto.
4746 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4747 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4748 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4749 set_gdbarch_print_insn architecture dependent.
4750 Call set_gdbarch_pseudo_register_read and
4751 set_gdbarch_pseudo_register_write.
4752 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4753
4754 2003-06-16 Andrew Cagney <cagney@redhat.com>
4755
4756 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4757 * gdbarch.h, gdbarch.c: Re-generate.
4758 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4759 * s390-tdep.c (s390_gdbarch_init): Update.
4760 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4761 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4762 * mips-tdep.c (mips_gdbarch_init): Update.
4763 * mcore-tdep.c (mcore_gdbarch_init): Update.
4764 * cris-tdep.c (cris_gdbarch_init): Update.
4765 * infcall.c (call_function_by_hand): Update.
4766 * ia64-tdep.c (ia64_push_arguments): Update comment.
4767 * frame.c (legacy_get_prev_frame): Do not assume
4768 SAVE_DUMMY_FRAME_TOS_P.
4769 * dummy-frame.c (find_dummy_frame): Update comment.
4770
4771 2003-06-16 Andrew Cagney <cagney@redhat.com>
4772
4773 * regcache.c (do_cooked_read): Do not use register_valid_p.
4774
4775 2003-06-15 Theodore A. Roth <troth@openavr.org>
4776
4777 * avr-tdep.c (avr_register_type): Remove a blank line.
4778 (avr_scan_prologue): Correct some comments.
4779
4780 2003-06-15 Theodore A. Roth <troth@openavr.org>
4781
4782 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4783 prologue types.
4784 Properly scan prologues generated by gcc with the -mcall-prologues
4785 option.
4786 Add code to scan -mcall-prologues for mega devices.
4787
4788 2003-06-15 Theodore A. Roth <troth@openavr.org>
4789
4790 * avr-tdep.c (avr_register_byte): Delete function.
4791 (avr_register_raw_size): Delete function.
4792 (avr_register_virtual_size): Delete function.
4793 (avr_register_virtual_type): Delete function.
4794 (avr_register_type): New function.
4795 (avr_address_to_pointer): Remove unused code.
4796 (avr_read_fp): Need to read FP as two separate bytes due to change to
4797 avr_register_type() usage.
4798 (avr_gdbarch_init): Don't set deprecated_register_size.
4799 Don't set deprecated_register_bytes.
4800 Don't set deprecated_register_byte.
4801 Don't set deprecated_register_raw_size.
4802 Don't set deprecated_max_register_raw_size.
4803 Don't set deprecated_register_virtual_size.
4804 Don't set deprecated_max_register_virtual_size.
4805 Don't set deprecated_register_virtual_type.
4806 Set register_type method.
4807
4808 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
4809
4810 * Makefile.in (linux-nat.o): Add rule.
4811 * linux-nat.c: New file.
4812 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4813 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4814 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4815 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4816 * config/arm/linux.mh (NATDEPFILES): Likewise.
4817 * config/i386/linux.mh (NATDEPFILES): Likewise.
4818 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4819 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4820 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4821 * config/mips/linux.mh (NATDEPFILES): Likewise.
4822 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4823 * config/s390/s390.mh (NATDEPFILES): Likewise.
4824 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4825
4826 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4827
4828 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4829 replace out-of-date comment.
4830
4831 2003-06-15 Andrew Cagney <cagney@redhat.com>
4832
4833 * rdi-share/host.h (Fail): Change to a varargs function.
4834 * remote-rdi.c (Fail): Update.
4835
4836 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4837
4838 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4839 (i386_convert_register_p, i386_register_to_value,
4840 i386_register_from_value): Handle types longer than 8 bytes.
4841
4842 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4843
4844 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4845 Move floating-point code to new function in i387-tdep.c.
4846 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4847 New functions containing code moved here from i386-tdep.c.
4848 * i387-tdep.h: Add opaque declaration for `struct type'.
4849 (i387_register_to_value, i387_value_to_register): New prototypes.
4850 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4851 (x86_64_init_abi): Set convert_register_p, register_to_value and
4852 value_to_register here.
4853
4854 2003-06-14 Andrew Cagney <cagney@redhat.com>
4855
4856 * mips-tdep.c (mips_register_to_value): Make static.
4857 (mips_value_to_register): Make static.
4858 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4859 * ia64-tdep.c (ia64_register_raw_size): Make static.
4860 (ia64_register_virtual_size): Make static.
4861 (ia64_register_byte): Make static.
4862 * i387-tdep.c: Include "i387-tdep.h".
4863 (print_387_control_word): Delete function.
4864 (print_387_status_word): Delete function.
4865 (print_387_status_bits): Delete function.
4866 (print_387_control_bits): Delete function.
4867 * Makefile.in (i387-tdep.o): Update dependencies.
4868 * rdi-share/host.h (Fail): Declare.
4869 * remote-rdi.c (Fail): Update to match declaration.
4870
4871 2003-06-14 Andrew Cagney <cagney@redhat.com>
4872
4873 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4874 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4875 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4876 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4877 * README: Delete reference to remote-array.
4878 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4879 (remote-array.o): Delete target.
4880 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4881 * remote-array.c: Delete file.
4882
4883 2003-06-14 Andrew Cagney <cagney@redhat.com>
4884 Mark Kettenis <kettenis@gnu.org>
4885
4886 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4887 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4888 parameter with "frame".
4889 * gdbarch.h, gdbarch.c: Re-generate.
4890 * frame.h (put_frame_register): Declare.
4891 * frame.c (put_frame_register): New function.
4892 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4893 (legacy_register_to_value): Rewrite, use "frame" to get the
4894 register value.
4895 (legacy_value_to_register): Rewrite, use "frame" to find the
4896 register's location before storing.
4897 * arch-utils.h (legacy_convert_register_p): Update.
4898 (legacy_register_to_value, legacy_value_to_register): Update.
4899 * findvar.c (value_from_register): Rewrite, eliminate use of
4900 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4901 "frame" to REGISTER_TO_VALUE.
4902 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4903 lval_reg_frame_relative + lval_register branch of the switch. Do
4904 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4905 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4906 I386_EDI_REGNUM): New defines.
4907 (i386_next_regnum, i386_convert_register_p,
4908 i386_register_to_value, i386_value_to_register): New functions.
4909 (i386_register_convertible, i386_register_convert_to_virtual,
4910 i386_convert_to_raw): Remove functions.
4911 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4912 value_to_register instead of register_convertible,
4913 register_convert_to_virtual and register_convert_to_raw.
4914 * mips-tdep.c (mips_convert_register_p): New function.
4915 (mips_value_to_register): Replace mips_register_convert_from_type.
4916 (mips_register_to_value): Replace mips_register_convert_to_type.
4917 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4918 register_to_value.
4919 * alpha-tdep.c (alpha_convert_register_p): Update.
4920 (alpha_value_to_register): Update, store the register.
4921 (alpha_register_to_value): Update, fetch the register.
4922
4923 2003-06-14 Theodore A. Roth <troth@openavr.org>
4924
4925 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4926 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4927 Don't set deprecated_call_dummy_words.
4928 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4929 Don't set remote_translate_xfer_address.
4930 (avr_io_reg_read_command): Remove commented out debug printf.
4931 Wrap a long line.
4932
4933 2003-06-14 Theodore A. Roth <troth@openavr.org>
4934
4935 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4936 causes gdb to seg fault.
4937
4938 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
4939
4940 * sparc-nat.c (fetch_inferior_registers): Correct
4941 a reference to "registers".
4942
4943 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4944
4945 * Makefile.in (exc_request_U_h): Define
4946 (exc_request_S_h): Likewise.
4947 (msg_reply_S_h): Likewise.
4948 (msg_U_h): Likewise.
4949 (notify_S_h): Likewise.
4950 (process_reply_S_h): Likewise.
4951 (gnu-nat.o): Depend on gdb_obstack_h
4952 * gnu-nat.c: Include "gdb_obstack.h".
4953
4954 2003-06-13 Andrew Cagney <cagney@redhat.com>
4955
4956 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4957 * gdbarch.h, gdbarch.c: Re-generate.
4958
4959 2003-06-13 Andrew Cagney <cagney@redhat.com>
4960
4961 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4962 when deprecated REGISTER macros can be deleted.
4963 * gdbarch.h, gdbarch.c: Re-generate.
4964
4965 2003-06-13 Jim Blandy <jimb@redhat.com>
4966
4967 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4968 Linux entry point symbols for _dl_debug_state, too.
4969
4970 2003-06-13 Andrew Cagney <cagney@redhat.com>
4971
4972 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4973 available, do not use the FP register, and always save the TOS.
4974 * dummy-frame.c (dummy_frame_this_id): Do not assert
4975 SAVE_DUMMY_FRAME_TOS.
4976 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4977 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4978 (i386_push_dummy_call): Add 8 to the returned SP.
4979 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4980 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4981 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4982 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4983 (x86_64_push_dummy_call): Return "sp + 16".
4984 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4985 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4986 save_dummy_frame_tos.
4987
4988 2003-06-13 Jim Blandy <jimb@redhat.com>
4989
4990 * frv-tdep.c (frv_use_struct_convention): Delete static
4991 declaration for function deleted in my change of 2003-06-12.
4992
4993 2003-06-13 Theodore A. Roth <troth@openavr.org>
4994
4995 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4996 (avr_pointer_to_address): Shift code addrs left 1 bit.
4997 (avr_convert_from_func_ptr_addr): Delete function since operation is
4998 better handled by avr_address_to_pointer and avr_pointer_to_address.
4999 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5000
5001 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5002
5003 From Kelley Cook <kelleycook@wideopenwest.com>:
5004 * configure.host: Accept i[34567]86 variants.
5005 * configure.tgt: Likewise.
5006 * nlm/configure.in: Likewise.
5007 * nlm/configure: Regenerated.
5008
5009 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5010
5011 * arm-tdep.c (solib-svr4.h): Dont' include it.
5012 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5013 * arm-linux-tdep.c: ... here. Make static.
5014 (arm_linux_init_abi): Register it.
5015 (solib-svr4.h): Include it.
5016 * Makefile.in: Update dependencies.
5017 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5018 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5019
5020 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5021
5022 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5023 indicate registers used for return values.
5024 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5025 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5026 members.
5027 (h8300_init_extra_frame_info): Ditto.
5028 (h8300_frame_locals_address): Removed.
5029 (h8300_frame_args_address): Removed.
5030 (h8300_extract_return_value): Use new regcache structure. Only care
5031 for 16 bit CPUs.
5032 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5033 (h8300_store_return_value): Use new regcache structure. Only care
5034 for 16 bit CPUs.
5035 (h8300h_store_return_value): Same function for 32 bit CPUs.
5036 (h8300_store_struct_return): Removed.
5037 (h8300_extract_struct_value_address): Use new regcache structure.
5038 (h8300h_extract_struct_value_address): Removed.
5039 (h8300_push_dummy_code): New function.
5040 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5041 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5042 set_gdbarch_store_return_value architecture dependent.
5043 Call set_gdbarch_push_dummy_code and
5044 set_gdbarch_extract_struct_value_address.
5045 Remove calls to set_gdbarch_frame_args_address,
5046 set_gdbarch_frame_locals_address,
5047 set_gdbarch_deprecated_store_struct_return,
5048 set_gdbarch_deprecated_extract_return_value,
5049 set_gdbarch_deprecated_extract_struct_value_address,
5050 set_gdbarch_deprecated_call_dummy_words and
5051 set_gdbarch_deprecated_sizeof_call_dummy_words.
5052
5053 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5054
5055 * h8300-tdep.c (h8300_register_byte): Remove.
5056 (h8300h_register_byte): Remove.
5057 (h8300_register_virtual_type): Remove. Substitute by...
5058 (h8300_register_type): New function.
5059 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5060 (h8300h_extract_struct_value_address): Ditto.
5061 (h8300_gdbarch_init): Drop calls to
5062 set_gdbarch_deprecated_register_byte and
5063 set_gdbarch_deprecated_register_virtual_type.
5064 Add call to set_gdbarch_register_type.
5065
5066 2003-06-13 Andrew Cagney <cagney@redhat.com>
5067
5068 * gdbarch.sh: Update comments on registers.
5069 (deprecated_register_byte): Rename register_byte.
5070 (deprecated_register_raw_size): Rename register_raw_size.
5071 (deprecated_register_virtual_size): Rename register_virtual_size.
5072 (deprecated_register_virtual_type): Rename register_virtual_type.
5073 * gdbarch.h, gdbarch.c: Re-generate.
5074 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5075 * vax-tdep.c (vax_gdbarch_init): Update.
5076 * v850-tdep.c (v850_gdbarch_init): Update.
5077 * sparc-tdep.c (sparc_gdbarch_init): Update.
5078 * sh-tdep.c (sh_gdbarch_init): Update.
5079 * s390-tdep.c (s390_gdbarch_init): Update.
5080 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5081 * ns32k-tdep.c: Update.
5082 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5083 * mips-tdep.c (mips_gdbarch_init): Update.
5084 * mcore-tdep.c (mcore_gdbarch_init): Update.
5085 * m68k-tdep.c (m68k_gdbarch_init): Update.
5086 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5087 * ia64-tdep.c (ia64_gdbarch_init): Update.
5088 * hppa-tdep.c (hppa_gdbarch_init): Update.
5089 * h8300-tdep.c (h8300_gdbarch_init): Update.
5090 * frv-tdep.c (frv_gdbarch_init): Update.
5091 * cris-tdep.c (cris_gdbarch_init): Update.
5092 * avr-tdep.c (avr_gdbarch_init): Update.
5093 * alpha-tdep.c (alpha_gdbarch_init): Update.
5094 * arm-tdep.c (arm_gdbarch_init): Update.
5095
5096 2003-06-13 Andrew Cagney <cagney@redhat.com>
5097
5098 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5099 mips_o32_use_struct_convention with always_use_struct_convention.
5100
5101 2003-06-12 David Carlton <carlton@kealia.com>
5102
5103 * cp-namespace.c (cp_set_block_scope): Comment out
5104 processing_has_namespace_info branch.
5105
5106 2003-06-12 Jim Blandy <jimb@redhat.com>
5107
5108 Recognize and skip 64-bit PowerPC Linux linkage functions.
5109 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5110 insn_pattern, insns_match_pattern, d_field, ds_field): New
5111 functions, macros, and types for working with PPC instructions.
5112 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5113 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5114 ppc64_skip_trampoline_code): New functions, variables, and macros
5115 for recognizing and skipping linkage functions.
5116 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5117 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5118
5119 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5120 register offsets for both the 32- and 64-bit interfaces.
5121
5122 Actually finish the job started by my change of 2003-05-29.
5123 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5124 other #definition of this.
5125 (ppc_linux_skip_trampoline_code): Remove declaration.
5126 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5127 static.
5128 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5129 method for GDBARCH.
5130
5131 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5132 'long' on ppc64-*-linux*.
5133
5134 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5135 isn't #defined, assume the register doesn't exist: act as if
5136 tdep->ppc_mq_regnum were -1.
5137
5138 * configure.host, configure.tgt: Add entries for
5139 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5140 powerpc/linux.mt.
5141 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5142 New files.
5143
5144 * arch-utils.c (always_use_struct_convention): New function.
5145 * arch-utils.h (always_use_struct_convention): New prototype.
5146 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5147 (alpha_gdbarch_init): Register always_use_struct_convention,
5148 instead of alpha_use_struct_convention.
5149 * cris-tdep.c (cris_use_struct_convention): Delete.
5150 (cris_gdbarch_init): Register always_use_struct_convention,
5151 instead of cris_use_struct_convention.
5152 * frv-tdep.c (frv_use_struct_convention): Delete.
5153 (frv_gdbarch_init): Register always_use_struct_convention,
5154 instead of frv_use_struct_convention.
5155 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5156 (h8300_gdbarch_init): Register always_use_struct_convention,
5157 instead of h8300_use_struct_convention.
5158 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5159 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5160 instead of mips_o32_use_struct_convention.
5161
5162 2003-06-12 Andrew Cagney <cagney@redhat.com>
5163
5164 * wince.c: Include "mips-tdep.h".
5165 * mips-tdep.h (mips_next_pc): Declare.
5166 * mcore-tdep.c: Make more local functions static.
5167 * Makefile.in (wince.o): Update dependencies.
5168
5169 2003-06-12 David Carlton <carlton@kealia.com>
5170
5171 * symtab.c (lookup_symbol_aux_minsyms): Replace
5172 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5173 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5174 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5175 SYMBOL_NATURAL_NAME.
5176
5177 2003-06-12 Andreas Schwab <schwab@suse.de>
5178
5179 * Makefile.in (tuiDisassem.o): Update dependencies.
5180
5181 2003-06-12 David Carlton <carlton@bactrian.org>
5182
5183 * symtab.h: Delete declaration of make_symbol_overload_list.
5184 Add declaration of lookup_partial_symbol.
5185 * symtab.c (remove_params): Move to cp-support.c.
5186 (overload_list_add_symbol, make_symbol_overload_list)
5187 (sym_return_val_size, sym_return_val_index): Ditto.
5188 (lookup_partial_symbol): Make extern.
5189 * cp-support.h: Add declaration of make_symbol_overload_list.
5190 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5191 symtab.h, and block.h.
5192 (remove_params): Move here from symtab.c.
5193 (overload_list_add_symbol, make_symbol_overload_list)
5194 (sym_return_val_size, sym_return_val_index): Ditto.
5195 * valops.c: Include cp-support.h.
5196 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5197 frame_h, and block_h.
5198 (valops.o): Depend on cp_support_h.
5199
5200 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5201
5202 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5203 substitute by NUM_REGS throughout.
5204 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5205 (h8300s_register_name): New function for H8S registers.
5206 (h8300sx_register_name): Ditto for H8SX registers.
5207 (h8300_print_register): Revise register printing, avoid depending
5208 on 32 bit long.
5209 (h8300_register_byte): Only care for H8/300 registers.
5210 (h8300h_register_byte): New function for any other architecture.
5211 (h8300_register_raw_size): Remove.
5212 (h8300_register_virtual_type): Revise to return actually useful
5213 type.
5214 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5215 (h8300h_extract_struct_value_address): New function for any other
5216 architecture.
5217 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5218 set_gdbarch_register_name, set_gdbarch_register_byte,
5219 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5220 Remove calls to set_gdbarch_deprecated_register_size,
5221 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5222 set_gdbarch_deprecated_max_register_raw_size,
5223 set_gdbarch_register_virtual_size and
5224 set_gdbarch_deprecated_max_register_virtual_size entirely.
5225 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5226 set_gdbarch_long_double_bit.
5227
5228 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5229
5230 * doublest.c (convert_doublest_to_floatformat): When dealing
5231 with the implied integer bit, only alter mant_bits if we are
5232 processing a full 32 bits of mantissa.
5233
5234 2003-06-11 David Carlton <carlton@bactrian.org>
5235
5236 * dictionary.h: New.
5237 * dictionary.c: New.
5238 * block.h: Add opaque declaration for struct dictionary.
5239 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5240 'sym' members.
5241 (BLOCK_DICT): New macro.
5242 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5243 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5244 BLOCK_SHOULD_SORT.
5245 (ALL_BLOCK_SYMBOLS): Update definition.
5246 * Makefile.in (SFILES): Add dictionary.c.
5247 (dictionary_h): New.
5248 (COMMON_OBS): Add dictionary.o.
5249 (dictionary.o): New.
5250 (ada-lang.o): Depend on dictionary_h.
5251 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5252 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5253 (mi-cmd-stack.o): Ditto.
5254 (gdbtk-cmds.o): Update dependencies.
5255 (gdbtk-stack.o): Ditto.
5256 * ada-lang.c: Include dictionary.h.
5257 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5258 (fill_in_ada_prototype, debug_print_block): Ditto.
5259 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5260 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5261 'is_sorted'.
5262 * mdebugread.c: Include dictionary.h.
5263 (struct parse_stack): Delete 'maxsyms' member.
5264 (parse_symbol): Update calls to new_block. Delete calls to
5265 shrink_block. Use dictionary methods.
5266 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5267 Update calls to new_symtab. Don't maintain maxsyms data.
5268 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5269 (add_symbol): Just call dict_add_symbol.
5270 (new_symtab): Delete 'maxsyms' argument.
5271 (new_symtab): Update calls to new_block.
5272 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5273 (shrink_block): Delete function.
5274 (fixup_sigtramp): Update call to new_block. Add symbol via
5275 dict_add_symbol.
5276 * jv-lang.c: Include dictionary.h.
5277 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5278 appropriately. Set class_symtab->free_func. Make sure the
5279 blockvector is big enough to hold two blocks.
5280 (add_class_symtab_symbol): Use dictionary methods.
5281 (free_class_block): New function.
5282 (type_from_class): Replace explicit iteration by
5283 ALL_BLOCK_SYMBOLS.
5284 * symtab.h (struct symtab): Replace 'free_ptr' method by
5285 'free_func'.
5286 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5287 sort_symtab_syms.
5288 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5289 sort_symtab_syms.
5290 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5291 Include dictionary.h.
5292 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5293 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5294 sort_symtab_syms.
5295 * objfiles.c: Include dictionary.h.
5296 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5297 * buildsym.c: Include dictionary.h.
5298 (finish_block): Use dictionary methods.
5299 (end_symtab): Set free_func to NULL, not free_ptr.
5300 * tracepoint.c: Include dictionary.h.
5301 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5302 (scope_info): Ditto.
5303 * stack.c: Include dictionary.h.
5304 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5305 (print_block_frame_labels, print_frame_arg_vars)
5306 (print_frame_args): Ditto.
5307 * symmisc.c (free_symtab_block): Use dictionary methods.
5308 (dump_symtab): Ditto.
5309 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5310 Include dictionary.h.
5311 * symfile.h: Delete declarations of sort_block_syms,
5312 sort_symtab_syms.
5313 * symfile.c (sort_block_syms): Delete.
5314 (sort_symtab_syms): Delete.
5315 * symtab.c: Include dictionary.h.
5316 (lookup_block_symbol): Use dictionary iterators.
5317 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5318 (search_symbols, make_symbol_completion_list): Ditto.
5319 (make_symbol_overload_list): Ditto.
5320 * valops.c (value_of_local): Use dict_empty.
5321 Include dictionary.h.
5322
5323 2003-06-11 J. Brobecker <brobecker@gnat.com>
5324
5325 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5326
5327 2003-06-11 David Carlton <carlton@bactrian.org>
5328
5329 * block.h (BLOCK_SHOULD_SORT): Delete.
5330 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5331 blocks.
5332 * ada-lang.c (ada_add_block_symbols): Ditto.
5333 * symfile.c (sort_block_syms): Delete.
5334 (sort_symtab_syms): Ditto.
5335 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5336 declarations.
5337 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5338 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5339 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5340 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5341 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5342 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5343 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5344
5345 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5346
5347 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5348 bits to 128.
5349
5350 2003-06-11 Andrew Cagney <cagney@redhat.com>
5351
5352 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5353 REGISTER_CONVERTIBLE.
5354 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5355 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5356 * gdbarch.h, gdbarch.c: Re-generate.
5357 * arch-utils.h (deprecated_register_convertible_not): Rename
5358 generic_register_convertible_not.
5359 * arch-utils.c (deprecated_register_convertible_not): Rename
5360 generic_register_convertible.
5361 (legacy_convert_register_p, legacy_register_to_value): Update.
5362 * sh-tdep.c (sh64_push_arguments): Update.
5363 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5364 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5365 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5366 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5367 * arch-utils.c (legacy_value_to_register): Update.
5368 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5369 (rs6000_register_convert_to_raw): Make parameter "from" const.
5370 * mips-tdep.c (mips_gdbarch_init): Update.
5371 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5372 * infcmd.c (default_print_registers_info): Update.
5373 * ia64-tdep.c (ia64_gdbarch_init): Update.
5374 (ia64_register_convert_to_raw): Make parameter "from" const.
5375 * i386-tdep.c (i386_gdbarch_init): Update.
5376 (i386_register_convert_to_raw): Update.
5377
5378 2003-06-11 Andrew Cagney <cagney@redhat.com>
5379
5380 * remote-fileio.c: Include "remote-fileio.h".
5381 * Makefile.in (remote-fileio.o): Update dependencies.
5382 (remote_fileio_h): Fix typo.
5383
5384 2003-06-11 Andrew Cagney <cagney@redhat.com>
5385
5386 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5387 (xstormy16_save_dummy_frame_tos): Make static.
5388 (_initialize_xstormy16_tdep): Add declaration.
5389 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5390 * v850-tdep.c: Make local functions static.
5391 (_initialize_v850_tdep): Add declaration.
5392 * sparc-tdep.c: Make local functions static.
5393 (_initialize_sparc_tdep): Add declaration.
5394 * sh-tdep.c: Make local functions static.
5395 (_initialize_sh_tdep): Add declaration.
5396 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5397 * s390-tdep.c: Make local functions static.
5398 (_initialize_s390_tdep): Add declaration.
5399 * dbxread.c (find_stab_function_addr): Make static.
5400 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5401 * ocd.c (_initialize_remote_ocd): Add declaration.
5402 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5403 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5404 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5405 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5406 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5407 * remote-array.c (_initialize_array): Add declaration.
5408 (_initialize_remote_monitors): Add declaration.
5409 * remote-mips.c: Make local functions static.
5410 (_initialize_remote_mips): Add declaration.
5411 * mcore-tdep.c: Make all local functions static.
5412 (_initialize_mcore_tdep): Add declaration.
5413 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5414 * abug-rom.c (_initialize_abug_rom): Add declaration.
5415 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5416 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5417 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5418 * remote-est.c (_initialize_est): Add declaration.
5419 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5420 (m68hc11_call_dummy_address): Make static.
5421 * ia64-tdep.c: Make local functions static.
5422 (_initialize_ia64_tdep): Add declaration.
5423 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5424 * monitor.c (monitor_wait_filter): Make static.
5425 (_initialize_remote_monitors): Add declaration.
5426 * remote-hms.c (_initialize_remote_hms): Add declaration.
5427 * remote-e7000.c (fetch_regs_from_dump): Make static.
5428 (expect_n): Make static.
5429 (_initialize_remote_e7000): Add declaration.
5430 * ser-e7kpc.c: Always include "defs.h".
5431 (_initialize_ser_e7000pc): Add declaration.
5432 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5433 * cris-tdep.c: Make all but one function static.
5434 (_initialize_cris_tdep): Add declaration.
5435 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5436 * solib.c (update_solib_list): Make static.
5437 (_initialize_solib): Add declaration.
5438 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5439 (_initialize_avr_tdep): Add declaration.
5440 * remote-rdi.c (voiddummy): Make static.
5441 (_initialize_remote_rdi): Add declaration.
5442 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5443 * remote-rdp.c (send_rdp): Make static.
5444 (_initialize_remote_rdp): Add declaration.
5445 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5446
5447 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5448
5449 * remote-fileio.c: Make ari happy.
5450
5451 2003-06-10 J. Brobecker <brobecker@gnat.com>
5452
5453 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5454 fetching the trailing bytes of the buffer we are about to write.
5455
5456 2003-06-10 Andrew Cagney <cagney@redhat.com>
5457
5458 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5459 * Makefile.in (remote-fileio.o): Update dependencies.
5460 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5461 include <setjmp.h>, or <sys/types.h> conditional on USG.
5462 (remote_fio_jmp_buf): Delete global variable.
5463
5464 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5465 Martin M. Hunt <hunt@redhat.com>
5466
5467 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5468 (SFILES): Add remote-fileio.c.
5469 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5470 dependencies for building remote.o.
5471 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5472 * remote-fileio.h: New header file defining remote File-I/O interface.
5473 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5474 static storage class.
5475 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5476 'F' packet.
5477 (_initialize_remote): Call initialize_remote_fileio().
5478 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5479 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5480 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5481 (captured_main): Initialize new ui_files.
5482 * ui-file.c: Add read and fgets input functions.
5483 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5484 (null_file_read): New function.
5485 (ui_file_read): New function.
5486 (set_ui_file_read): New function.
5487 (stdio_file_read): New function.
5488 * ui-file.h: New type ui_file_read_ftype.
5489 (set_ui_file_read): Declare.
5490 (ui_file_read): Declare.
5491
5492 2003-06-09 Andrew Cagney <cagney@redhat.com>
5493
5494 * frame.h (deprecated_unwind_get_saved_register): Rename
5495 generic_unwind_get_saved_register, update comments.
5496 * mips-tdep.c (mips_get_saved_register): Update.
5497 * frame.c (deprecated_unwind_get_saved_register): Update.
5498
5499 2003-06-09 Andrew Cagney <cagney@redhat.com>
5500
5501 * vax-tdep.c (vax_frame_locals_address): Delete function.
5502 (vax_gdbarch_init): Do not set frame_locals_address.
5503 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5504 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5505 * s390-tdep.c (s390_frame_args_address): Delete function.
5506 (s390_gdbarch_init): Do not set frame_args_address or
5507 frame_locals_address.
5508 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5509 (ns32k_gdbarch_init): Do not set frame_locals_address.
5510 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5511 (hppa_frame_locals_address): Delete function.
5512 (hppa_gdbarch_init): Do not set frame_args_address, or
5513 frame_locals_address.
5514 * arm-tdep.c (arm_frame_args_address): Delete.
5515 (arm_frame_locals_address): Delete.
5516 (arm_gdbarch_init): Do not set frame_args_address, or
5517 frame_locals_address.
5518
5519 2003-06-09 Andrew Cagney <cagney@redhat.com>
5520
5521 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5522 * gdbarch.h, gdbarch.c: Re-generate.
5523 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5524 * arch-utils.c (frame_num_args_unknown): Delete function.
5525 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5526 (frame_info): Use FRAME_NUM_ARGS_P.
5527 * arm-tdep.c (arm_frame_num_args): Delete function.
5528 (arm_gdbarch_init): Do not set frame_num_args.
5529 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5530 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5531 (hppa_gdbarch_init): Do not set frame_num_args.
5532 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5533 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5534 frame_num_args to default frame_num_args_unknown.
5535 * v850-tdep.c (v850_gdbarch_init): Ditto.
5536 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5537 * sh-tdep.c (sh_gdbarch_init): Ditto.
5538 * s390-tdep.c (s390_gdbarch_init): Ditto.
5539 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5540 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5541 * mips-tdep.c (mips_gdbarch_init): Ditto.
5542 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5543 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5544 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5545 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5546 * i386-tdep.c (i386_gdbarch_init): Ditto.
5547 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5548 * frv-tdep.c (frv_gdbarch_init): Ditto.
5549 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5550 * cris-tdep.c (cris_gdbarch_init): Ditto.
5551 * avr-tdep.c (avr_gdbarch_init): Ditto.
5552 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5553
5554 2003-06-09 Andrew Cagney <cagney@redhat.com>
5555
5556 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5557 (print_frame_args): Moved to "stack.c".
5558 * stack.c: Include "gdb_assert.h".
5559 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5560 (print_frame_args): Moved from "printcmd.c".
5561 * frame.h (print_frame_args): Delete declaration.
5562 * Makefile.in (stack.o): Update dependencies.
5563
5564 2003-06-08 Andrew Cagney <cagney@redhat.com>
5565
5566 * frame.c (get_prev_frame): Remove reference to
5567 frame_args_address_correct in comments.
5568 * frame-base.c (default_frame_args_address): Delete code
5569 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5570 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5571 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5572 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5573 (vax_frame_args_address_correct): Delete declaration.
5574
5575 2003-06-08 Andrew Cagney <cagney@redhat.com>
5576
5577 * gdbarch.sh (UNWIND_SP): Add.
5578 * gdbarch.h, gdbarch.c: Re-generate.
5579 * frame.c (frame_sp_unwind): New function.
5580 (get_frame_sp): New function.
5581 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5582 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5583 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5584 value.
5585 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5586 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5587
5588 2003-06-08 Andrew Cagney <cagney@redhat.com>
5589
5590 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5591 REMOTE_BREAKPOINT.
5592 * remote.c: Update.
5593 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5594 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5595 * config/m68k/tm-sun3.h: Update.
5596 * config/m68k/tm-m68klynx.h: Update.
5597 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5598
5599 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5600 trad_frame". Update comments.
5601 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5602 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5603 (trad_frame_register_value, trad_frame_prev_register): Update.
5604
5605 2003-06-08 Andrew Cagney <cagney@redhat.com>
5606
5607 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5608 from GCC's acinclude.m4.
5609 * configure.in: Check for getopt's delcaration.
5610 * aclocal.m4, config.in, configure: Re-generate.
5611 * main.c (error_init): Delete declaration.
5612 * defs.h (error_init): Declare.
5613 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5614 (rs6000_convert_from_func_ptr_addr): Make static.
5615 (_initialize_rs6000_tdep): Add declaration.
5616 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5617 (show_commands, set_verbose, show_history): Delete declaration.
5618 * top.h (set_verbose): Add declaration.
5619 (show_history, set_history, show_commands): Add declaration.
5620 (do_restore_instream_cleanup): Add declaration.
5621 * objc-lang.c (specialcmp): Make static.
5622 (print_object_command): Make static.
5623 (find_objc_msgsend): Make static.
5624 (find_objc_msgcall_submethod_helper): Make static.
5625 (find_objc_msgcall_submethod): Make static.
5626 (_initialize_objc_language): Add declaration.
5627 (find_implementation_from_class): Make static.
5628 (find_implementation): Make static.
5629 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5630 * objc-lang.h (lookup_struct_typedef): Add declaration.
5631 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5632 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5633 (do_restore_user_call_depth): Make static.
5634 (do_restore_instream_cleanup): Delete declaration.
5635 (dont_repeat): Delete declaration.
5636 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5637 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5638 * reggroups.c (_initialize_reggroup): Add declaration.
5639 * cp-support.c (_initialize_cp_support): Add declaration.
5640 * cp-abi.c (_initialize_cp_abi): Add declaration.
5641 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5642 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5643 (_initialize_gnu_v3_abi): Add declaration.
5644 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5645 (_initialize_gnu_v2_abi): Add declaration.
5646 * frame-base.c (_initialize_frame_base): Add declaration.
5647 * doublest.c (floatformat_from_length): Make static.
5648 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5649 * frame.c (create_sentinel_frame): Make static.
5650 (_initialize_frame): Add declaration.
5651 * top.c (do_catch_errors): Make static.
5652 (gdb_rl_operate_and_get_next_completion): Make static.
5653 * typeprint.c: Include "typeprint.h".
5654 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5655 (sentinel_frame_this_id): Make static.
5656 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5657 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5658 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5659 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5660 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5661 * maint.c (maintenance_print_architecture): Make static.
5662 * signals/signals.c (_initialize_signals): Add declaration.
5663 * std-regs.c (_initialize_frame_reg): Add declaration.
5664 * jv-exp.y (push_variable): ISO C definition.
5665 (push_qualified_expression_name): Ditto.
5666 * memattr.c (_initialize_mem): Add declaration.
5667 * remote.c (remote_check_watch_resources): Make static.
5668 (remote_stopped_by_watchpoint): Make static.
5669 (remote_stopped_data_address): Make static.
5670 * d10v-tdep.c (nr_dmap_regs): Make static.
5671 (a0_regnum): Make static.
5672 (d10v_frame_unwind_cache): Make static.
5673 (d10v_frame_p): Make static.
5674 * osabi.c (show_osabi): Make static.
5675 (_initialize_gdb_osabi): Add extern declaration.
5676 * gdbtypes.c (make_qualified_type): Make static.
5677 (safe_parse_type): Make static.
5678 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5679 * macrotab.c (macro_bcache_free): Make static.
5680 * interps.c (interp_set_quiet): Make static.
5681 (interpreter_exec_cmd): Make static.
5682 * stack.h (select_frame_command): New file.
5683 * stack.c: Include "stack.h".
5684 (select_frame_command_wrapper): Delete function.
5685 (select_frame_command): Make global.
5686 * infcall.c: Include "infcall.h".
5687 * linespec.c: Include "linespec.h".
5688 * symfile.c (sections_overlap): Make static.
5689 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5690 * charset.c (_initialize_charset): Add missing prototype.
5691 * regcache.c (init_legacy_regcache_descr): Make static.
5692 (do_regcache_xfree): Make static.
5693 (regcache_xfer_part): Make static.
5694 (_initialize_regcache): Add missing prototype.
5695 * breakpoint.c (parse_breakpoint_sals): Make static.
5696 (breakpoint_sals_to_pc): Make static.
5697 * interps.h (clear_interpreter_hooks): ISO C declaration.
5698 * Makefile.in (stack_h): Define.
5699 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5700 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5701
5702 2003-06-08 Andrew Cagney <cagney@redhat.com>
5703
5704 * Makefile.in (d10v-tdep.o): Update dependencies.
5705 (SFILES): Add trad-frame.c.
5706 (trad_frame_h): Define.
5707 (COMMON_OBS): Add trad-frame.o.
5708 (trad-frame.o): Specify dependencies.
5709 * d10v-tdep.c: Include "trad-frame.h".
5710 (saved_regs_unwinder): Delete function.
5711 (d10v_frame_prev_register): Use trad_frame_prev_register.
5712 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5713 trad_frame", delete "regs" and "prev_sp".
5714 (prologue_find_regs): Use trad-frame.
5715 * trad-frame.h, trad-frame.c: New files.
5716
5717 2003-06-08 Mark Kettenis <kettenis@gnu.org>
5718
5719 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5720
5721 2003-06-07 Adam Fedor <fedor@gnu.org>
5722
5723 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5724 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5725 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5726 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
5727 resolve_msgsend_super, resolve_msgsend_super_stret):
5728 Use it.
5729
5730 2003-06-07 Andrew Cagney <cagney@redhat.com>
5731
5732 * symfile.h: Re-indent, clean up comments.
5733
5734 2003-06-07 Andrew Cagney <cagney@redhat.com>
5735
5736 * inferior.h (deprecated_write_sp): Replace
5737 generic_target_write_sp.
5738 * regcache.c (deprecated_write_sp): Replace
5739 generic_target_write_sp.
5740 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5741 * vax-tdep.c (vax_gdbarch_init): Update.
5742 * v850-tdep.c (v850_gdbarch_init): Update.
5743 * sparc-tdep.c (sparc_gdbarch_init): Update.
5744 * sh-tdep.c (sh_gdbarch_init): Update.
5745 * s390-tdep.c (s390_gdbarch_init): Update.
5746 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5747 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5748 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5749 * mcore-tdep.c (mcore_gdbarch_init): Update.
5750 * m68k-tdep.c (m68k_gdbarch_init): Update.
5751 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5752 * ia64-tdep.c (ia64_gdbarch_init): Update.
5753 * h8300-tdep.c (h8300_gdbarch_init): Update.
5754 * frv-tdep.c (frv_gdbarch_init): Update.
5755 * cris-tdep.c (cris_gdbarch_init): Update.
5756 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5757
5758 2003-06-07 Andrew Cagney <cagney@redhat.com>
5759
5760 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5761 Assert that PC_REGNUM is valid.
5762 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5763
5764 2003-06-07 Andrew Cagney <cagney@redhat.com>
5765
5766 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5767 * gdbarch.h, gdbarch.c: Regenerate.
5768 * mn10300-tdep.c: Include "gdb_assert.h".
5769 (mn10300_read_fp): New function.
5770 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5771 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5772 * ia64-tdep.c: Include "gdb_assert.h".
5773 (ia64_read_fp): New function.
5774 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5775 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5776 * regcache.c (generic_target_read_sp): Delete function.
5777 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5778 * inferior.h (generic_target_read_sp): Delete declaration.
5779 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5780 generic_target_read_sp.
5781 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5782 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5783 * sh-tdep.c (sh_gdbarch_init): Ditto.
5784 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5785 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5786
5787 2003-06-07 Andrew Cagney <cagney@redhat.com>
5788
5789 * gdbarch.sh: Comment each field of startup_gdbarch.
5790 * gdbarch.h, gdbarch.c: Re-generate.
5791
5792 2003-06-07 Andrew Cagney <cagney@redhat.com>
5793
5794 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5795 * gdbarch.h, gdbarch.c: Re-generate.
5796 * regcache.c: Update comments on read_pc et.al.
5797 (generic_target_read_pc): Delete function.
5798 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5799 * inferior.h (generic_target_read_pc): Delete declaration.
5800 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5801 generic_target_read_pc.
5802 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5803 * sh-tdep.c (sh_gdbarch_init): Ditto.
5804 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5805 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5806
5807 2003-06-07 Andrew Cagney <cagney@redhat.com>
5808
5809 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5810 "index" with "special_local_sect". Use strcmp instead of STREQ.
5811 Append period to coments.
5812
5813 2003-06-06 Mark Mitchell <mark@codesourcery.com>
5814
5815 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5816 (elfstab_offset_sections): Likewise.
5817 * gdb-stabs.h (stab_section_info): Likewise.
5818 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5819 * objfiles.c (objfile_relocate): Likewise.
5820 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5821 * remote.c (get_offsets): Likewise.
5822 (remote_cisco_objfile_relocate): Likewise.
5823 * somread.c (som_symfile_offsets): Likewise.
5824 * symfile.c (alloc_section_addr_info): New function.
5825 (build_section_addr_info_from_section_tab): Use it.
5826 (free_section_addr_info): Adjust.
5827 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5828 (syms_from_objfile): Allocate local_addr dynamically.
5829 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5830 dynamically.
5831 (add_symbol_file_command): Allocate sect_opts dynamically.
5832 (reread_symbols): Avoid use of SECT_OFF_MAX.
5833 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5834 (alloc_section_addr_info): Declare it.
5835 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5836 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5837 dynamically.
5838 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
5839
5840 2003-06-06 Andrew Cagney <cagney@redhat.com>
5841
5842 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5843 (d10v_frame_unwind_cache): Do not set "return_pc".
5844
5845 2003-06-06 Michael Snyder <msnyder@redhat.com>
5846
5847 * h8300-tdep.c: Make tidy (long lines).
5848
5849 2003-06-06 Michal Ludvig <mludvig@suse.cz>
5850
5851 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
5852 to regcache_collect().
5853
5854 2003-06-05 J. Brobecker <brobecker@gnat.com>
5855
5856 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5857 pc_in_sigtramp multiarch method.
5858 (hppa_hpux_som_init_abi): Use it.
5859 (hppa_hpux_elf_init_abi): Likewise.
5860 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5861 macro has been multiarched.
5862 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5863 macro here, as hppa64 isn't multiarched yet.
5864
5865 2003-06-05 Andrew Cagney <cagney@redhat.com>
5866
5867 * Makefile.in (value_h): Add $(frame_h).
5868 * value.h: Include "frame.h".
5869 (struct value): Replace "frame_addr" with "frame_id".
5870 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5871 * values.c (allocate_value): Use VALUE_FRAME_ID.
5872 (value_copy): Use VALUE_FRAME_ID.
5873 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5874 * valops.c (value_assign): Update. Use frame_find_by_id.
5875
5876 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5877
5878 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5879 in each pass.
5880
5881 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5882
5883 * thread-db.c (check_event): For create/death event breakpoints,
5884 loop through all messages to ensure that we read the message
5885 corresponding to the breakpoint we are at.
5886
5887 2003-06-04 Michael Snyder <msnyder@redhat.com>
5888
5889 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5890
5891 2003-06-04 Mark Kettenis <kettenis@gnu.org>
5892
5893 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5894 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5895 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5896 when handling .eh_frame sections.
5897
5898 2003-06-04 J. Brobecker <brobecker@gnat.com>
5899
5900 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5901 prepare_to_proceed procedure instead of the hppa-specific one.
5902 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5903
5904 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
5905
5906 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5907 * config.in: Regenerated.
5908 * configure.in: Add test for syscall function and check for
5909 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5910 * configure: Regenerated.
5911 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5912 <sys/syscall.h>.
5913 (kill_lwp): New function that uses tkill syscall or
5914 uses kill, depending on whether threading model is nptl or not.
5915 All callers of kill() changed to use kill_lwp().
5916 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5917 see if all threads have already exited in the nptl model.
5918 (stop_and_resume_callback): New callback function used by the
5919 lin_lwp_wait thread exit handling code.
5920 (stop_wait_callback): Check for threads already having exited and
5921 delete such threads fromt the lwp list when discovered.
5922 (stop_callback): Don't assert retcode of kill call.
5923
5924 Roland McGrath <roland@redhat.com>
5925 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5926 nptl libthread_db.
5927
5928 2003-06-03 Richard Henderson <rth@redhat.com>
5929
5930 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5931 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5932 (alpha_sigtramp_frame_prev_register): Likewise.
5933 (alpha_heuristic_frame_prev_register): Likewise.
5934 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5935
5936 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
5937 alpha-specific register id names.
5938 (alpha_mdebug_frame_unwind_cache): Likewise.
5939 (alpha_mdebug_frame_prev_register): Likewise.
5940
5941 2003-06-03 Richard Henderson <rth@redhat.com>
5942
5943 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5944 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5945 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5946 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5947 unwind routines.
5948 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5949 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5950 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5951
5952 * alpha-linux-tdep.c: Remove unnecessary includes.
5953 * Makefile.in (alpha-linux-tdep.o): Update.
5954
5955 2003-06-03 Richard Henderson <rth@redhat.com>
5956
5957 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5958 (alphabsd_fill_fpreg): Likewise.
5959
5960 2003-06-03 J. Brobecker <brobecker@gnat.com>
5961
5962 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5963 references to struct frame_info fields by calls to the equivalent
5964 accessors. Necessary now that frame_info is opaque.
5965
5966 2003-06-03 J. Brobecker <brobecker@gnat.com>
5967
5968 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5969 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5970 structure, field no longer exists.
5971
5972 2003-06-03 J. Brobecker <brobecker@gnat.com>
5973
5974 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5975 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5976
5977 2003-06-03 J. Brobecker <brobecker@gnat.com>
5978
5979 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5980 references to struct frame_info fields by calls to the equivalent
5981 accessors. Necessary now that frame_info is opaque.
5982
5983 2003-06-03 J. Brobecker <brobecker@gnat.com>
5984
5985 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5986 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5987 structure, field no longer exists.
5988
5989 2003-06-03 Theodore A. Roth <troth@openavr.org>
5990
5991 * remote.c (init_remote_state): Compute sizeof_g_packet by
5992 accumulation of the size of all registers instead of blindly using
5993 DEPRECATED_REGISTER_BYTES.
5994
5995 2003-06-03 Michael Snyder <msnyder@redhat.com>
5996
5997 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5998 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5999 for h8300sx.
6000
6001 2003-06-03 J. Brobecker <brobecker@gnat.com>
6002
6003 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6004 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6005
6006 2003-06-03 Andrew Cagney <cagney@redhat.com>
6007
6008 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6009 (sparc_convert_to_raw): Delete function.
6010 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6011 register_convert_to_virtual.
6012
6013 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6014
6015 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6016 layer if not dealing with a statically-linked threaded program.
6017
6018 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6019
6020 * solib.c (solib_open): Update comment to reflect actual search order.
6021
6022 2003-06-03 Andrew Cagney <cagney@redhat.com>
6023
6024 * frame.c (get_frame_memory_signed): New function.
6025 (get_frame_memory, get_frame_memory_unsigned): New function.
6026 (get_frame_arch): New function.
6027 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6028 (get_frame_memory, get_frame_unsigned_memory): Declare.
6029 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6030 get_frame_memory_unsigned and get_frame_arch.
6031 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6032
6033 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6034
6035 * MAINTAINERS (write after approval): Add myself.
6036
6037 2003-06-03 Jim Blandy <jimb@redhat.com>
6038
6039 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6040 elements of gregset_t are 64 bits each, but access registers
6041 are still 32 bits, so they're packed two per gregset_t
6042 element. Unpack/pack them properly.
6043
6044 2003-06-02 David Carlton <carlton@bactrian.org>
6045
6046 * linespec.c (find_methods): Break out code into
6047 add_matching_methods and add_constructors.
6048 (add_matching_methods): New.
6049 (add_constructors): Ditto.
6050
6051 2003-06-02 Andrew Cagney <cagney@redhat.com>
6052
6053 * sparc-tdep.c (sparc_print_registers): Delete call to
6054 REGISTER_CONVERTIBLE.
6055 (sparc_gdbarch_init): Do not set register_convertible.
6056 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6057 * frv-tdep.c (frv_gdbarch_init): Ditto.
6058 * cris-tdep.c (cris_gdbarch_init): Ditto.
6059
6060 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6061
6062 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6063 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6064 (syms_from_objfile): Ditto.
6065
6066 2003-06-03 Andreas Schwab <schwab@suse.de>
6067
6068 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6069 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6070
6071 2003-06-02 Richard Henderson <rth@redhat.com>
6072
6073 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6074 a member of all_reggroup.
6075
6076 2003-06-02 Richard Henderson <rth@redhat.com>
6077
6078 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6079 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6080 (alpha_lds, alpha_sts): New.
6081 (alpha_convert_register_p): Change from _register_convertible.
6082 (alpha_register_to_value): Change from _convert_to_virtual;
6083 restructure and fail for type sizes other than 4 or 8.
6084 (alpha_value_to_register): Similarly.
6085 (alpha_extract_return_value): Use alpha_sts.
6086 (alpha_store_return_value): Use alpha_lds.
6087 (alpha_gdbarch_init): Update hooks.
6088
6089 2003-06-02 Richard Henderson <rth@redhat.com>
6090
6091 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6092 regnum identifiers.
6093 (alpha_sigtramp_register_address): Likewise.
6094
6095 2003-06-02 Richard Henderson <rth@redhat.com>
6096
6097 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6098 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6099 * alpha-tdep.h: Declare them.
6100
6101 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6102 Remove zerobuf. Don't error on UNIQUE.
6103 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6104 (ALPHA_REGSET_UNIQUE): Provide default.
6105 (supply_gregset): Use alpha_supply_int_regs.
6106 (fill_gregset): Use alpha_fill_int_regs.
6107 (supply_fpregset): Use alpha_supply_fp_regs.
6108 (fill_fpregset): Use alpha_fill_fp_regs.
6109 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6110 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6111 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6112 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6113 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6114 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6115
6116 2003-06-02 Richard Henderson <rth@redhat.com>
6117
6118 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6119
6120 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6121 (alpha_store_return_value): Likewise.
6122
6123 2003-06-02 David Carlton <carlton@math.stanford.edu>
6124
6125 * block.c (contained_in): Add 'const' to arguments.
6126 (block_function): Ditto.
6127 * block.h: Update declarations for block_function and
6128 contained_in.
6129
6130 2003-06-02 David Carlton <carlton@math.stanford.edu>
6131
6132 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6133 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6134 * p-valprint.c (pascal_val_print): Ditto.
6135 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6136
6137 2003-06-02 Richard Henderson <rth@redhat.com>
6138
6139 * alpha-tdep.c (alpha_push_dummy_call): Use
6140 builtin_type_ieee_double_little instead of builtin_type_double.
6141
6142 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6143 sign-extension of 32-bit values.
6144 (alpha_store_return_value): Similarly.
6145
6146 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6147 (alpha_extract_return_value): Likewise.
6148 (alpha_store_return_value): Likewise.
6149
6150 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6151 (alpha_store_return_value): Error on IEEE Quad floats.
6152
6153 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6154 (alpha_extract_struct_value_address): Likewise.
6155 (alpha_store_return_value): Likewise.
6156 (alpha_store_struct_return): Remove.
6157 (alpha_gdbarch_init): Update hook registration to match.
6158
6159 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6160 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6161 macros where appropriate.
6162 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6163 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6164
6165 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6166 for SP, GP; void_func_ptr for PC; non-language-specific types
6167 for all others.
6168 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6169
6170 2003-06-02 Richard Henderson <rth@redhat.com>
6171
6172 * top.h (lim_at_start): Declare.
6173 * main.c (captured_main): Set it.
6174 * top.c (lim_at_start): Define.
6175 (command_loop): Use it instead of &environ.
6176 * event-top.c (command_handler): Likewise.
6177
6178 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6179
6180 * mipsnbsd-tdep.c: Update copyright years.
6181 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6182
6183 2003-06-01 Richard Henderson <rth@redhat.com>
6184
6185 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6186 (alpha-linux-tdep.o): Update dependencies.
6187 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6188 * alpha-mdebug-tdep.c: Remove unneeded includes.
6189
6190 2003-06-01 Richard Henderson <rth@redhat.com>
6191
6192 * alpha-tdep.c (alpha_register_reggroup_p): New.
6193 (alpha_gdbarch_init): Register it.
6194
6195 2003-06-02 Andrew Cagney <cagney@redhat.com>
6196
6197 * dwarfread.c: Eliminate "register"
6198 (decode_die_type): Eliminate assignment within "if".
6199 (struct_type, decode_array_element_type): Ditto.
6200 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6201 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6202 (decode_modified_type, completedieinfo): Ditto.
6203 * block.c: Eliminate "register".
6204 (blockvector_for_pc_sect): Eliminate assignment within "if".
6205 * cp-support.h (struct symbol): Opaque declaration.
6206 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6207
6208 2003-06-01 Richard Henderson <rth@redhat.com>
6209
6210 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6211 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6212
6213 2003-06-01 Adam Fedor <fedor@gnu.org>
6214
6215 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6216 * gdbarch.[ch]: Regenerate.
6217 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6218 (hppa_gdbarch_init): Set it in the gdbarch vector.
6219 * i386-tdep.c (i386_fetch_pointer_argument): New
6220 (i386_gdbarch_init): Set it into gdbarch.
6221 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6222 (rs6000_gdbarch_init): Set it in gdbarch.
6223 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6224 (sparc_gdbarch_init): Set it in gdbarch.
6225
6226 2003-06-01 Andrew Cagney <cagney@redhat.com>
6227
6228 * defs.h (extract_address): Delete declaration.
6229 * findvar.c (extract_address): Delete function.
6230 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6231 extract_address with the inline equivalent,
6232 extract_unsigned_integer.
6233 (xstormy16_extract_struct_value_address): Ditto.
6234 (xstormy16_pointer_to_address): Ditto.
6235 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6236 * v850-tdep.c (v850_push_arguments): Ditto.
6237 (v850_extract_return_value): Ditto.
6238 (v850_extract_struct_value_address): Ditto.
6239 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6240 (sparcnbsd_get_longjmp_target_64): Ditto.
6241 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6242 (get_longjmp_target): Ditto.
6243 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6244 (sh64_extract_struct_value_address): Ditto.
6245 (sh_push_arguments): Ditto.
6246 (sh64_push_arguments): Ditto.
6247 * remote-vxsparc.c (vx_read_register): Ditto.
6248 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6249 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6250 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6251 * mipsv4-nat.c (get_longjmp_target): Ditto.
6252 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6253 * mips-nat.c (get_longjmp_target): Ditto.
6254 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6255 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6256 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6257 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6258 * irix5-nat.c (get_longjmp_target): Ditto.
6259 * irix4-nat.c (get_longjmp_target): Ditto.
6260 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6261 (ia64_push_arguments): Ditto.
6262 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6263 * h8300-tdep.c (h8300_push_arguments): Ditto.
6264 (h8300_store_return_value): Ditto.
6265 (h8300_extract_struct_value_address): Ditto.
6266 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6267 (frv_push_arguments): Ditto.
6268 * avr-tdep.c (avr_pointer_to_address): Ditto.
6269 (avr_push_arguments): Ditto.
6270 * arm-tdep.c (arm_push_dummy_call): Ditto.
6271 (arm_get_longjmp_target): Ditto.
6272 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6273 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6274 (alpha_get_longjmp_target): Ditto.
6275
6276 * solib-irix.c (extract_mips_address): Inline extract_address,
6277 replacing it with extract_signed_integer.
6278 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6279 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6280 (first_link_map_member, open_symbol_file_object): Ditto.
6281 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6282 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6283 (LM_NEXT, LM_NAME): Ditto.
6284
6285 2003-06-01 Richard Henderson <rth@redhat.com>
6286
6287 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6288 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6289 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6290 (alpha_cannot_store_register): Likewise.
6291 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6292 * alpha-nat.c (supply_gregset): Likewise.
6293 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6294
6295 2003-06-01 Andrew Cagney <cagney@redhat.com>
6296
6297 * infcall.c (call_function_by_hand): Update comment on
6298 DEPRECATED_DUMMY_WRITE_SP.
6299
6300 * mips-tdep.c (mips_gdbarch_init): Do not set
6301 deprecated_dummy_write_sp.
6302 (mips_eabi_push_dummy_call): Set the SP register.
6303 (mips_o64_push_dummy_call): Set the SP register.
6304 (mips_o32_push_dummy_call): Set the SP register.
6305 (mips_n32n64_push_dummy_call): Set the SP register.
6306
6307 2003-06-01 Richard Henderson <rth@redhat.com>
6308
6309 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6310 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6311 (supply_gregset): Likewise.
6312 * alpha-tdep.c (alpha_store_return_value): Likewise.
6313 (alpha_get_longjmp_target): Likewise.
6314 (alpha_register_name): Constify array.
6315 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6316 deprecated_register_size, deprecated_register_bytes,
6317 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6318 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6319 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6320
6321 2003-06-01 Richard Henderson <rth@redhat.com>
6322
6323 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6324 from arg_reg_buffer to regcache to avoid double conversion.
6325
6326 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6327
6328 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6329 SP_REGNUM.
6330 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6331 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6332
6333 2003-06-01 Richard Henderson <rth@redhat.com>
6334
6335 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6336 (decode_frame_entry): Set it. Skip FDE augmentation.
6337
6338 2003-06-01 Richard Henderson <rth@redhat.com>
6339
6340 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6341 not overlapping PC_REGNUM.
6342
6343 2003-06-01 Richard Henderson <rth@redhat.com>
6344
6345 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6346 alpha_push_arguments. Don't dump argument register data to
6347 the target stack. Fix float and 128-bit long double semantics.
6348 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6349 (alpha_fix_call_dummy): Remove.
6350 (alpha_call_dummy_words): Remove.
6351 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6352
6353 2003-06-01 Richard Henderson <rth@redhat.com>
6354
6355 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6356
6357 2003-06-01 Andrew Cagney <cagney@redhat.com>
6358
6359 * mips-tdep.c (is_mips16_addr): New function.
6360 (make_mips16_addr, unmake_mips16_addr): New functions.
6361 (pc_is_mips16, mips_fetch_instruction): Use.
6362 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6363 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6364 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6365 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6366 TARGET_MIPS.
6367 * config/mips/tm-mips.h: Update copyright.
6368 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6369 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6370 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6371 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6372 (TM_PRINT_INSN_MACH): Delete.
6373 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6374
6375 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6376 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6377 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6378 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6379 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6380 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6381 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6382 mips*-*-riscos* and mips*-*-sysv* onto mips.
6383 * config/mips/mips64.mt: New file.
6384 * config/mips/mips.mt: New file.
6385 * config/mips/littlemips.mt: Delete file.
6386 * config/mips/decstation.mt: Delete file.
6387 * config/mips/vr4300el.mt: Delete file.
6388 * config/mips/vr5000el.mt: Delete file.
6389 * config/mips/vr5000.mt: Delete file.
6390 * config/mips/vr4100.mt: Delete file.
6391 * config/mips/vr4xxxel.mt: Delete file.
6392 * config/mips/vr4300.mt: Delete file.
6393 * config/mips/vr4xxx.mt: Delete file.
6394 * config/mips/bigmips.mt: Delete file.
6395 * config/mips/bigmips64.mt: Delete file.
6396 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6397 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6398 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6399 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6400 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6401 "tm-bigmips.h".
6402 * config/mips/tm-irix3.h: Ditto.
6403 * config/mips/tm-mipsv4.h: Ditto.
6404 * config/mips/tm-embed.h: Ditto.
6405 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6406 "tm-bigmips64.h".
6407 * config/mips/tm-vr5000el.h: Delete file.
6408 * config/mips/tm-tx39l.h: Delete file.
6409 * config/mips/tm-vr4300el.h: Delete file.
6410 * config/mips/tm-vr4xxxel.h: Delete file.
6411 * config/mips/tm-vr4300.h: Delete file.
6412 * config/mips/tm-vr4100.h: Delete file.
6413 * config/mips/tm-vr4xxx.h: Delete file.
6414 * config/mips/tm-vr5000.h: Delete file.
6415 * config/mips/tm-embedl64.h: Delete file.
6416 * config/mips/tm-embedl.h: Delete file.
6417 * config/mips/tm-embed64.h: Delete file.
6418 * config/mips/tm-bigmips64.h: Delete file.
6419 * config/mips/tm-bigmips.h: Delete file.
6420
6421 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6422
6423 Fix gdb/1216.
6424 * shnbsd-nat.c: Include "sh-tdep.h".
6425
6426 From Richard Henderson <rth@redhat.com>:
6427 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6428
6429 2003-05-31 Andrew Cagney <cagney@redhat.com>
6430
6431 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6432 forward declaration.
6433 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6434 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6435 (mips_find_saved_regs): Use set_reg_offset.
6436 (mips_frame_init_saved_regs): Delete function.
6437 (mips_pop_frame): Call mips_find_saved_regs instead of
6438 DEPRECATED_FRAME_INIT_SAVED_REGS.
6439
6440 2003-05-31 Andrew Cagney <cagney@redhat.com>
6441
6442 * mips-tdep.c (mips_gdbarch_init): Do not set
6443 deprecated_max_register_raw_size, register_virtual_size, and
6444 deprecated_max_register_virtual_size.
6445
6446 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6447
6448 * i386-tdep.c: Include "dwarf2-frame.h".
6449 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6450 * Makefile.in (i386-tdep.o): Update dependencies.
6451
6452 * dwarf2-frame.c, dwarf2-frame.h: New files.
6453 * Makefile.in (SFILES): Add dwarf2-frame.c.
6454 (dwarf2_frame_h): Define.
6455 (COMMON_OBS): Add dwarf2-frame.o.
6456 (dwarf2-frame.o): Add dependencies.
6457
6458 2003-05-31 Andreas Jaeger <aj@suse.de>
6459
6460 * x86-64-linux-nat.c: Fix comment.
6461
6462 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6463
6464 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6465 function signature.
6466
6467 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6468 have a sigcontext_addr handler.
6469 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6470 sigcontext_addr handler.
6471
6472 2003-05-31 Andrew Cagney <cagney@redhat.com>
6473
6474 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6475 (print_fp_register_row): Replace do_fp_register_row.
6476 (mips_print_fp_register): Add "file" and "frame" parameters.
6477 (mips_print_register): Add "file" and "frame" parameters.
6478 (mips_print_registers_info): Replace mips_do_registers_info.
6479 (mips_gdbarch_init): Set print_registers_info instead of
6480 deprecated_do_registers_info.
6481 (mips_read_fp_register_single): Add "frame" parameter.
6482 (mips_read_fp_register_double): Add "frame" parameter.
6483
6484 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6485
6486 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6487 Fixes a bug where GDB would print the wrong register names for
6488 targets without SSE.
6489
6490 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6491 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6492 registers.
6493
6494 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6495 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6496 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6497 TDEP->sc_sp_offset.
6498
6499 From Michal Ludvig <mludvig@suse.cz>:
6500 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6501 and `sc_num_regs'.
6502 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6503 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6504 I386_ST0_REGNUM): Move here from...
6505 * i386-tdep.c: ... here.
6506 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6507 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6508 registers if possible.
6509 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6510 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6511 Remove variables.
6512 (i386bsd_sc_reg_offset): New variable.
6513 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6514 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6515 TDEP->sc_sp_offset.
6516 (i386fbsd_sc_reg_offset): New variable.
6517 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6518 TDEP->sc_num_regs.
6519 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6520 variables.
6521 (i386fbsd4_sc_reg_offset): New variable.
6522 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6523 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6524 TDEP->sc_sp_offset.
6525 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6526 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6527 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6528 Remove variables.
6529 (i386nbsd_sc_reg_offset): New variable.
6530 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6531 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6532 TDEP->sc_sp_offset.
6533 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6534 Remove variables.
6535 (i386obsd_sc_reg_offset): New variable.
6536 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6537 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6538 TDEP->sc_sp_offset.
6539 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6540 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6541 for frame pointer offset in `struct sigcontext'.
6542
6543 2003-05-31 Andrew Cagney <cagney@redhat.com>
6544
6545 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6546 architecture methods call_dummy_words, sizeof_call_dummy_words,
6547 push_return_address, store_struct_return, and fix_call_dummy. Set
6548 push_dummy_call instead of deprecated_push_arguments.
6549 (mips_store_struct_return): Delete function.
6550 (mips_fix_call_dummy): Delete function.
6551 (mips_push_return_address): Delete function.
6552 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6553 RA_REGNUM and T9_REGNUM.
6554 (mips_n32n64_push_dummy_call): Ditto for
6555 mips_n32n64_push_arguments.
6556 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6557 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6558
6559 2003-05-31 Andrew Cagney <cagney@redhat.com>
6560
6561 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6562 "dummy_addr" to "bp_addr".
6563 * infcall.c (call_function_by_hand): Pass "funaddr" to
6564 gdbarch_push_dummy_call.
6565 * gdbarch.h, gdbarch.c: Re-generate.
6566 * i386-tdep.c (i386_push_dummy_call): Update.
6567 * arm-tdep.c (arm_push_dummy_call): Update.
6568 * d10v-tdep.c (d10v_push_dummy_call): Update.
6569
6570 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6571
6572 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6573 variable declarations.
6574 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6575 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6576 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6577 x86_64_init_frame_pc, x86_64_init_frame_pc,
6578 x86_64_function_has_prologue): Remove prototypes.
6579 (X86_64_NUM_GREGS): New define.
6580 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6581 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6582 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6583 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6584 XMM1_REGNUM): Remove defines.
6585 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6586 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6587 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6588 X86_64_XMM1_REGNUM): New defines.
6589 (struct x86_64_register_info): Renamed from `struct
6590 register_info'. Remove `size' member.
6591 (x86_64_register_info_table): Remove variable.
6592 (x86_64_register_info): New variable.
6593 (X86_64_NUM_REGS): New define.
6594 (X86_64_NUM_GREGS): Remove define.
6595 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6596 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6597 Remove variables.
6598 (x86_54_dwarf2_reg_to_regnum): Remove function.
6599 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6600 (x86_64_dwarf_reg_to_regnum): New function.
6601 (x86_64_register_name): Rewrite.
6602 (x86_64_register_raw_size): Remove function.
6603 (x86_64_register_byte_table): Remove variable.
6604 (x86_64_register_byte): Remove function.
6605 (x86_64_register_virtual_type): Remove function.
6606 (x86_64_register_type): New function.
6607 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6608 x86_64_register_convert_to_raw): Remove functions.
6609 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6610 (x86_64_use_struct_convention): Make static. Adjust for renamed
6611 defines.
6612 (x86_64_frame_init_saved_regs): Remove function.
6613 (x86_64_push_arguments): Make static. Change to accept a regcache
6614 as argument.
6615 (x86_64_store_return_value, x86_64_extract_return_value): Make
6616 static. Rewrite based on i386 counterparts.
6617 (x86_64_push_dummy_call): New function.
6618 (X86_64_NUM_SAVED_REGS): New define.
6619 (x86_64_register_number): Remove function.
6620 (x86_64_store_struct_return): Remove function.
6621 (x86_64_frameless_function_invocation,
6622 x86_64_function_has_prologue): Remove functions.
6623 (PROLOG_BUFSIZE): Remove define.
6624 (struct x86_64_frame_cache): New structure.
6625 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6626 x86_64_frame_cache, x86_64_frame_this_id,
6627 x86_64_frame_prev_register, x86_64_frame_p,
6628 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6629 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6630 functions.
6631 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6632 variables.
6633 (x86_64_skip_prologue): Rewrite in terms of
6634 x86_64_analyze_prologue.
6635 (x86_64_frame_base_address): New function.
6636 (x86_64_frame_base): New variable.
6637 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6638 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6639 set deprecated_fp_regnum, deprecated_register_size,
6640 deprecated_register_bytes, register_raw_size, register_byte,
6641 register_virtual_type, register_convertiable,
6642 register_convert_to_virtual, convert_to_raw,
6643 deprecated_get_saved_register, deprecated_target_read_fp,
6644 deprecated_push_arguments, deprecated_push_return_address,
6645 deprecated_pop_frame, deprecated_store_struct_return,
6646 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6647 frameless_function_invocation, deprecated_frame_saved_pc,
6648 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6649 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6650 deprecated_init_frame_pc and virtual_frame_pointer. Call
6651 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6652 and x86_64_frame_p. Call frame_base_set_default to register
6653 x86_64_frame_base.
6654 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6655 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6656 (_initialize_x86_64_tdep): Remove function.
6657 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6658 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6659 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6660 define.
6661 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6662 (x86_64_linux_sigcontext_addr): Rewrite.
6663 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6664 x86_64_linux_frame_saved_pc): Remove functions.
6665 (x86_64_linux_pc_in_sigtramp): Renamed from
6666 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6667 trampoline.
6668 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6669 Remove_functions.
6670 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6671 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6672 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6673 (x86_64_regmap): Rename to regmap.
6674 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6675 x86_64_num_gregs.
6676 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6677 x86_64_regmap.
6678 (x86_64_fxsave_offset): Remove function.
6679 (supply_fpregset): Simply call x86_64_supply_fxsave.
6680 (fill_fpregset): Simply call x86_64_fill_fxsave.
6681 (fetch_inferior_registers, store_inferior_registers): Avoid
6682 asignment in if-statement.
6683 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6684 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6685 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6686 (fetch_core_registers): Remove function.
6687 (linux_elf_core_fns): Remove.
6688 (offsetoff): Don't define.
6689 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6690 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6691 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6692 add core-regset.o.
6693 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6694 protection against multiple includes instead of NM_X86_64_h. Add
6695 various comments. Include "config/nm-linux.h". Don't include
6696 <signal.h>.
6697 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6698 GET_THREAD_SIGNALS): Remove defines.
6699 (x86_64_register_u_addr, kernel_u_size,
6700 lin_thread_get_thread_signals): Remove prototypes.
6701 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6702 [HAVE_LINK_H]: Don't include "solib.h".
6703 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6704 * config/i386/tm-x86-64linux.h: Fix comments.
6705 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6706 x86-64-tdep.o): Update dependencies.
6707
6708 2003-05-30 Andrew Cagney <cagney@redhat.com>
6709
6710 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6711 Change parameter type to a "struct regcache *".
6712
6713 * gdbarch.sh: Regardless of the multi-arch level, always define
6714 the macro when not already defined.
6715 * gdbarch.h, gdbarch.c: Re-generate.
6716
6717 2003-05-30 Richard Henderson <rth@redhat.com>
6718
6719 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6720 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6721 (alpha_mdebug_frame_this_id): Likewise.
6722 (alpha_mdebug_frame_prev_register): Likewise.
6723 (alpha_mdebug_frame_base_address): Likewise.
6724 (alpha_mdebug_frame_locals_address): Likewise.
6725 (alpha_mdebug_frame_args_address): Likewise.
6726 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6727 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6728 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6729 loop increment.
6730 (alpha_heuristic_frame_this_id): Make static.
6731 (alpha_heuristic_frame_prev_register): Likewise.
6732 (alpha_heuristic_frame_base_address): Likewise.
6733 * alpha-tdep.h: Update.
6734
6735 2003-05-30 Mark Kettenis <kettenis@gnu.org>
6736
6737 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6738 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6739 defenitions.
6740 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6741 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6742 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6743 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6744 I386_ST0_REGNUM): New defines.
6745 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6746 codestream_get): Remove define.
6747 (codestream_next_addr, condestream_addr, condestream_buf,
6748 codestream_off, codestream_cnt): Remove variables.
6749 (codestream_fill, codestream_seek, codestream_read): Remove
6750 functions.
6751 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6752 functionality.
6753 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6754 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6755 i386_frame_saved_pc, i386_saved_pc_after_call,
6756 i386_frame_num_args, i386_frame_init_saved_regs,
6757 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6758 i386_push_arguments): Remove functions.
6759 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6760 functionality. Use i386_analyze_prologue instead of
6761 i386_get_frame_setup.
6762 (I386_NUM_SAVED_REGS): New define.
6763 (struct i386_frame_cache): New structure.
6764 (i386_alloc_frame_cache, i386_analyze_struct_return,
6765 i386_skip_probe, i386_analyze_frame_setup,
6766 i386_analyze_register_saves, i386_analyze_prologue,
6767 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6768 i386_frame_prev_register, i386_sigtramp_frame_cache,
6769 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6770 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6771 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6772 New functions.
6773 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6774 New variables.
6775 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6776 I386_EAX_REGNUM and I386_EDX_REGNUM.
6777 (i386_extract_return_value, i386_store_return_value): Use
6778 I386_ST0_REGNUM where appropriate.
6779 (i386_extract_struct_value_address): Rewrite to use extract_address.
6780 (i386_svr4_pc_in_sigtramp): Add comment.
6781 (i386_svr4_sigcontext_addr): Rewrite.
6782 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6783 TDEP->sc_sp_offset.
6784 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6785 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6786 of new defines. Set push_dummy_call, don't set
6787 deprecated_push_arguments, deprecated_push_return_address,
6788 deprecated_pop_frame. Don't set parm_boundary. Don't set
6789 deprecated_frame_chain, deprecated_frame_saved_pc,
6790 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6791 save_dummy_frame_tos, unwind_pc. Call
6792 frame_unwind_append_predicate and frame_base_set_default. Don't
6793 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6794 Don't set frameless_function_invocation. Don't set
6795 deprecated_register_bytes, deprecated_register_size,
6796 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6797 * i386-linux-tdep.c: Fix formatting in some comments.
6798 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6799 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6800 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6801 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6802 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6803 redundant parentheses.
6804 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6805 (i386_linux_sigcontext_addr): Use it. Rewrite.
6806 (find_minsym_and_objfile): Change name of second argument.
6807 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6808 changed. Use frame_pc_unwind instead of
6809 DEPRECATED_SAVED_PC_AFTER_CALL.
6810 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6811 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6812 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6813 unwinder.
6814 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6815 "dummy-frame.h".
6816 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6817 (_initialize_i386_cygwin_tdep): New prototype.
6818 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6819 deprecated_frame_chain_valid.
6820 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6821 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6822 Rely on the SVR4 defaults.
6823 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6824 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6825
6826 2003-05-30 Andrew Cagney <cagney@redhat.com>
6827
6828 * infcall.c (call_function_by_hand): Always call
6829 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6830
6831 2003-05-30 Richard Henderson <rth@redhat.com>
6832
6833 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6834 increment.
6835
6836 2003-05-29 Jim Blandy <jimb@redhat.com>
6837
6838 Use gdbarch methods for solib stuff on PowerPC Linux.
6839 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6840 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6841 show through.
6842 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6843 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6844 giving the same effect as the #definitions above.
6845
6846 2003-05-29 Adam Fedor <fedor@gnu.org>
6847
6848 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6849 (find_implementation_from_class): Replace it with the standard
6850 case i.e. do nothing.
6851
6852 2003-05-29 Richard Henderson <rth@redhat.com>
6853
6854 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6855 (alpha_linux_sigtramp_offset): Use it. Make static.
6856 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6857 update for new frame model.
6858 * alpha-mdebug-tdep.c: New file.
6859 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6860 (alpha_osf1_init_abi): Install it.
6861 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6862 (linked_proc_desc_table): Remove.
6863 (alpha_frame_past_sigtramp_frame): Remove.
6864 (alpha_dynamic_sigtramp_offset): Remove.
6865 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6866 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6867 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6868 (push_sigtramp_desc): Remove.
6869 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6870 (alpha_cannot_store_register): Likewise.
6871 (alpha_sigcontext_addr): Remove.
6872 (alpha_find_saved_regs): Remove.
6873 (alpha_frame_init_saved_regs): Remove.
6874 (alpha_init_frame_pc_first): Remove.
6875 (read_next_frame_reg): Remove.
6876 (alpha_frame_saved_pc): Remove.
6877 (alpha_saved_pc_after_call): Remove.
6878 (temp_proc_desc, temp_saved_regs): Remove.
6879 (alpha_about_to_return): Remove.
6880 (cached_proc_desc): Remove.
6881 (alpha_frame_chain): Remove.
6882 (alpha_print_extra_frame_info): Remove.
6883 (alpha_init_extra_frame_info): Remove.
6884 (alpha_frame_locals_address): Remove.
6885 (alpha_frame_args_address): Remove.
6886 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6887 (alpha_push_dummy_frame): Remove.
6888 (alpha_pop_frame): Remove.
6889 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6890 (alpha_read_insn): New.
6891 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6892 for different insn encodings.
6893 (alpha_in_lenient_prologue): Remove.
6894 (struct alpha_sigtramp_unwind_cache): New.
6895 (alpha_sigtramp_frame_unwind_cache): New.
6896 (alpha_sigtramp_register_address): New.
6897 (alpha_sigtramp_frame_this_id): New.
6898 (alpha_sigtramp_frame_prev_register): New.
6899 (alpha_sigtramp_frame_unwind): New.
6900 (alpha_sigtramp_frame_p): New.
6901 (struct alpha_heuristic_unwind_cache): New.
6902 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6903 don't count nop insns that occur between functions.
6904 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6905 heuristic_proc_desc, but without the mdebug wrapping.
6906 (alpha_heuristic_frame_this_id): New.
6907 (alpha_heuristic_frame_prev_register): New.
6908 (alpha_heuristic_frame_unwind): New.
6909 (alpha_heuristic_frame_p): New.
6910 (alpha_heuristic_frame_base_address): New.
6911 (alpha_heuristic_frame_base): New.
6912 (alpha_unwind_dummy_id): New.
6913 (alpha_unwind_pc): New.
6914 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6915 frame related deprecated initializations; install replacements.
6916 (alpha_dump_tdep): Remove.
6917 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6918 (alpha_read_insn, alpha_after_prologue,
6919 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6920 alpha_heuristic_frame_prev_register,
6921 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6922 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6923 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6924 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6925
6926 2003-05-29 Andrew Cagney <cagney@redhat.com>
6927
6928 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6929 dependant on the availability of ASSERT_FUNCTION.
6930 (ASSERT_FUNCTION): Do not define when there is no function name.
6931
6932 2003-05-29 Kevin Buettner <kevinb@redhat.com>
6933
6934 From Jimi X <jimix@watson.ibm.com>:
6935 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6936
6937 2003-05-28 Jim Blandy <jimb@redhat.com>
6938
6939 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6940 argument to ptrace to int; the system headers should give it the
6941 right type, and pointers don't fit in ints on powerpc64-*-*.
6942
6943 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6944
6945 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6946 DW_TAG_catch_block.
6947
6948 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6949
6950 * stabsread.c (dbx_lookup_type): Make static.
6951 (read_type): Ditto.
6952 (add_undefined_type): Ditto.
6953 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6954 not export.
6955
6956 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6957
6958 * hpread.c (hpread_has_name): Make static.
6959 (hpread_psymtab_to_symtab): Ditto.
6960 (file_exists): Ditto.
6961 (hpread_call_pxdb): Ditto.
6962 (hpread_pxdb_needed): Ditto.
6963 (hpread_quick_traverse): Ditto.
6964 (hpread_get_header): Ditto.
6965 (hpread_get_lntt): Ditto.
6966 (hpread_get_slt): Ditto.
6967 (class_of): Ditto.
6968
6969 2003-05-25 Andreas Schwab <schwab@suse.de>
6970
6971 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6972 stack_align and deprecated_extra_stack_alignment_needed.
6973 (m68k_stack_align): Delete.
6974
6975 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6976 (m68k_register_virtual_size): Likewise.
6977 (altos_skip_prologue): Remove obsolete function.
6978 (isi_frame_num_args): Likewise.
6979 (news_frame_num_args): Likewise.
6980 (m68k_fix_call_dummy): Make static.
6981 (m68k_push_dummy_frame): Likewise.
6982 (m68k_pop_frame): Likewise.
6983 (m68k_skip_prologue): Likewise.
6984 (m68k_frame_init_saved_regs): Likewise.
6985 (m68k_saved_pc_after_call): Likewise.
6986 (m68k_get_longjmp_target): Make multi-arch.
6987 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6988 structure. Register m68k_get_longjmp_target if enabled.
6989 * m68k-tdep.h (struct gdbarch_tdep): Define.
6990 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6991
6992 * Makefile.in (config.status): Also depend on configure.tgt
6993 and configure.host.
6994 (m68klinux-tdep.o): Update dependencies.
6995 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6996 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6997 (M68K_LINUX_JB_PC): Define.
6998 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6999 and take additional parameter.
7000 (m68k_linux_sigtramp_saved_pc): Update.
7001 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7002 m68k_linux_pc_in_sigtramp, in_plt_section,
7003 find_solib_trampoline_target.
7004 * config/m68k/tm-linux.h: Don't include any tm headers.
7005 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7006 (JB_ELEMENT_SIZE): Likewise.
7007 (JB_PC): Likewise.
7008 (GET_LONGJMP_TARGET): Likewise.
7009 (IN_SIGTRAMP): Likewise.
7010 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7011
7012 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7013
7014 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7015 (sparc32_push_arguments): Re-implement by calling
7016 sparc32_do_push_arguments.
7017
7018 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7019
7020 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7021 SPARC_O1_REGNUM): New defines.
7022 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7023 (sparc32_store_return_value): New function.
7024 (sparc_extract_struct_value_address): Rewrite to operate on a
7025 regcache.
7026 (sparc_gdbarch_init): Don't set
7027 deprecated_extract_struct_value_address. Set
7028 extract_struct_value_address instead. Don't set
7029 deprecated_extract_return_value and deprecated_store_return_value
7030 for 32-bit targets. Set extract_return_value and
7031 store_return_value instead.
7032 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7033 DEPRECTAED_EXTRACT_RETURN_VALUE,
7034 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7035 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7036 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7037 (sparc_store_return_value): Remove prototype.
7038 (sparc32_store_return_value): New prototype.
7039 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7040 Adjust prototypes.
7041
7042 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7043
7044 * sparcnbsd-tdep.c: Include "gdb_string.h".
7045
7046 2003-05-23 Andrew Cagney <cagney@redhat.com>
7047
7048 * p-valprint.c (pascal_val_print): Replace extract_address with
7049 the inline equivalent extract_unsigned_integer.
7050 * jv-valprint.c (java_value_print): Ditto.
7051 * ada-valprint.c (ada_val_print_1): Ditto.
7052 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7053
7054 2003-05-23 Theodore A. Roth <troth@openavr.org>
7055
7056 * blockframe.c (frameless_look_for_prologue): Remove unused
7057 after_prologue variable.
7058
7059 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7060
7061 * blockframe.c (get_pc_function_start): Rewrite to avoid
7062 asignments in if-statements.
7063
7064 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7065
7066 Committed by Elena Zannoni <ezannoni@redhat.com>.
7067 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7068 files, don't relocate absolute symbols (and do use mst_abs).
7069
7070 2003-05-23 Andrew Cagney <cagney@redhat.com>
7071
7072 * objc-lang.c: Include "gdb_assert.h".
7073 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7074 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7075 (gdb_check, gdb_check_fatal): Delete functions.
7076 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7077 gdb_assert.
7078 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7079 * Makefile.in (objc-lang.o): Update dependencies.
7080
7081 2003-05-22 Ian Lance Taylor <ian@airs.com>
7082
7083 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7084 with fprintf_filtered, not fprintf_unfiltered.
7085
7086 2003-05-22 Andrew Cagney <cagney@redhat.com>
7087
7088 * stack.c (frame_info): Inline extract_address, replacing it with
7089 extract_unsigned_integer.
7090 * findvar.c (unsigned_pointer_to_address): Ditto.
7091 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7092 * dwarf2expr.c (dwarf2_read_address): Ditto.
7093 * frame.c (frame_pc_unwind): Update comment.
7094 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7095
7096 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7097
7098 * infptrace.c (detach): Call print_sys_errmsg rather than
7099 perror_with_name to issue warning message when errno is non-zero
7100 after calling ptrace detach.
7101
7102 2003-05-21 J. Brobecker <brobecker@gnat.com>
7103
7104 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7105 macro definitions from here...
7106 * hppa-tdep.c: ...to there.
7107
7108 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7109
7110 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7111 register_ptrace_addr(). Fix all callers.
7112
7113 2003-05-21 Andreas Schwab <schwab@suse.de>
7114
7115 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7116 dependencies.
7117 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7118 end.
7119 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7120 (_initialize_m68k_linux_tdep): New function.
7121 (m68k_linux_frame_saved_pc): Make static.
7122 (m68k_linux_extract_return_value): Likewise.
7123 (m68k_linux_store_return_value): Likewise.
7124 (m68k_linux_extract_struct_value_address): Likewise.
7125 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7126 Remove.
7127 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7128 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7129 (DEPRECATED_FRAME_SAVED_PC): Remove.
7130
7131 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7132
7133 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7134 regset numbering rather than our own.
7135
7136 2003-05-19 David Carlton <carlton@bactrian.org>
7137
7138 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7139
7140 2003-05-19 David Carlton <carlton@bactrian.org>
7141
7142 Partial fix for PR c++/827.
7143 * cp-support.h: Include symtab.h.
7144 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7145 * cp-namespace.c: Update contributors.
7146 (cp_lookup_symbol_nonlocal): New.
7147 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7148 (lookup_symbol_file): Ditto.
7149 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7150 * block.h: Declare block_scope, block_using, block_global_block.
7151 * block.c (block_scope): New.
7152 (block_using, block_global_block): Ditto.
7153 * Makefile.in (cp_support_h): Depend on symtab_h.
7154 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7155
7156 2003-05-19 David Carlton <carlton@bactrian.org>
7157
7158 * language.h (struct language_defn): Add 'la_value_of_this'
7159 and 'la_lookup_symbol_nonlocal' members.
7160 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7161 lookup_symbol_static, lookup_symbol_global,
7162 lookup_symbol_aux_block.
7163 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7164 if we should search fields of this and how to do static/global
7165 lookup.
7166 (lookup_symbol_aux_block): Make extern.
7167 (basic_lookup_symbol_nonlocal): New.
7168 (lookup_symbol_static, lookup_symbol_global): Ditto.
7169 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7170 'la_lookup_symbol_nonlocal' members.
7171 * c-lang.c (c_language_defn, cplus_language_defn)
7172 (asm_language_defn, minimal_language_defn): Ditto.
7173 * jv-lang.c (java_language_defn): Ditto.
7174 * language.c (unknown_language_defn, auto_language_defn)
7175 (local_language_defn): Ditto.
7176 * m2-lang.c (m2_language_defn): Ditto.
7177 * objc-lang.c (objc_language_defn): Ditto.
7178 * scm-lang.c (scm_language_defn): Ditto.
7179 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7180 * p-lang.c (pascal_language_defn): Ditto for both.
7181 * Makefile.in (f-lang.o): Depend on value_h.
7182 (p-lang.o): Ditto.
7183
7184 2003-05-19 David Carlton <carlton@bactrian.org>
7185
7186 * block.h: Declare block_static_block.
7187 * block.c (block_static_block): New.
7188 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7189 lookup_symbol_aux_local, calling block_static_block instead.
7190 (lookup_symbol_aux_local): Delete 'static_block' argument.
7191
7192 2003-05-19 David Carlton <carlton@bactrian.org>
7193
7194 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7195
7196 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7197
7198 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7199 register numbers mapping.
7200
7201 2003-05-18 Adam Fedor <fedor@gnu.org>
7202
7203 * symtab.c (completion_list_objc_symbol): New function.
7204 (make_symbol_completion_list): Use it to add ObjC symbols
7205 when looking though the list.
7206 (language_search_unquoted_string): New function.
7207 (make_file_symbol_completion_list): Use it.
7208
7209 2003-05-18 Andreas Schwab <schwab@suse.de>
7210
7211 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7212 dependencies.
7213 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7214 as m68k_linux_extract_return_value.
7215 (DEPRECATED_STORE_RETURN_VALUE): Define as
7216 m68k_linux_store_return_value.
7217 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7218 m68k_linux_extract_struct_value_address.
7219 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7220 get_next_frame, get_frame_base, get_frame_pc.
7221 (m68k_linux_frame_saved_pc): Use get_frame_base.
7222 (m68k_linux_extract_return_value): New function.
7223 (m68k_linux_store_return_value): New function.
7224 (m68k_linux_extract_struct_value_address): New function.
7225 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7226
7227 * c-exp.y (typebase): Remove duplicate occurence of
7228 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7229 of lookup_signed_typename.
7230
7231 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7232
7233 * dwarf2loc.c (find_location_expression): Change type of second
7234 argument to `size_t *'.
7235 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7236 for size variable.
7237
7238 2003-05-18 David Carlton <carlton@bactrian.org>
7239
7240 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7241 'linkage_name'. Add comment.
7242 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7243 'linkage_name'.
7244 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7245 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7246 (lookup_block_symbol): Ditto.
7247
7248 2003-05-16 Andrew Cagney <cagney@redhat.com>
7249
7250 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7251 * gdbarch.h, gdbarch.c: Re-generate.
7252 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7253 * TODO (REGISTER_BYTES): Delete reference.
7254 * alpha-tdep.c (alpha_gdbarch_init): Update.
7255 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7256 * x86-64-tdep.c (x86_64_init_abi): Update.
7257 * vax-tdep.c (vax_gdbarch_init): Update.
7258 * v850-tdep.c (v850_gdbarch_init): Update.
7259 * sparc-tdep.c (sparc_gdbarch_init): Update.
7260 * sh-tdep.c (sh_gdbarch_init): Update.
7261 * s390-tdep.c (s390_gdbarch_init): Update.
7262 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7263 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7264 (ns32k_gdbarch_init_32382): Update.
7265 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7266 * mcore-tdep.c (mcore_gdbarch_init): Update.
7267 * m68k-tdep.c (m68k_gdbarch_init): Update.
7268 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7269 * ia64-tdep.c (ia64_gdbarch_init): Update.
7270 * i386-tdep.c (i386_gdbarch_init): Update.
7271 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7272 * hppa-tdep.c (hppa_gdbarch_init): Update.
7273 * h8300-tdep.c (h8300_gdbarch_init): Update.
7274 * frv-tdep.c (frv_gdbarch_init): Update.
7275 * cris-tdep.c (cris_gdbarch_init): Update.
7276 * avr-tdep.c (avr_gdbarch_init): Update.
7277 * arm-tdep.c (arm_gdbarch_init): Update.
7278 * sparc-tdep.c (sparc_pop_frame): Update.
7279 * rs6000-tdep.c (rs6000_pop_frame): Update.
7280 * remote.c (init_remote_state): Update.
7281 (remote_prepare_to_store): Update.
7282 * remote-vx.c (vx_prepare_to_store): Update.
7283 * remote-sds.c (sds_fetch_registers): Update.
7284 (sds_prepare_to_store): Update.
7285 * remote-array.c: Update.
7286 * regcache.c (init_legacy_regcache_descr): Update.
7287 (init_regcache_descr): Update.
7288 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7289 (mips_o64_extract_return_value): Update.
7290 * irix5-nat.c (fetch_core_registers): Update.
7291 * irix4-nat.c (fetch_core_registers): Update.
7292 * i386-tdep.h: Update.
7293 * hppa-tdep.c (pa_do_registers_info): Update.
7294 (pa_do_strcat_registers_info): Update.
7295 * cris-tdep.c (cris_register_bytes_ok): Update.
7296 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7297 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7298 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7299 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7300 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7301 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7302 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7303 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7304 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7305 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7306 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7307 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7308 (REGISTER_BYTES_OK): Update.
7309 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7310 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7311
7312 2003-05-16 Ian Lance Taylor <ian@airs.com>
7313
7314 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7315 (vax_print_insn, print_insn_arg): Remove static functions.
7316 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7317 print_insn_vax from opcodes library.
7318 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7319
7320 2003-05-15 Andrew Cagney <cagney@redhat.com>
7321
7322 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7323 * target.h (memory_breakpoint_from_pc): Delete declaration.
7324 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7325 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7326 * monitor.c (monitor_insert_breakpoint): Use
7327 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7328 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7329 * gdbarch.h, gdbarch.c: Re-generate.
7330 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7331 (sparc_gdbarch_init): Set breakpoint_from_pc to
7332 sparc_breakpoint_from_pc.
7333 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7334 (BREAKPOINT_FROM_PC): Define.
7335 (sparc_breakpoint_from_pc): Declare.
7336 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7337 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7338 (BREAKPOINT_FROM_PC): Define.
7339 (BREAKPOINT): Delete macro.
7340 * target.h: Update comment.
7341 * s390-tdep.c (s390_gdbarch_init): Update comments.
7342 * remote.c: Update comments.
7343 * remote-mips.c: Update comments.
7344 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7345 * mem-break.c: Update comment.
7346 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7347 (ia64_memory_insert_breakpoint): Update.
7348 * config/sparc/tm-sparc.h: Update comment.
7349 * config/pa/tm-hppa64.h: Update comment.
7350 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7351 (rs6000_breakpoint_from_pc): Update.
7352 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7353 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7354 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7355 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7356 (mips_breakpoint_from_pc): Update.
7357 (mips_dump_tdep): Update.
7358
7359 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7360 * minsyms.c (lookup_minimal_symbol): Inline
7361 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7362
7363 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7364 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7365 * p-lang.c (pascal_printstr): Ditto.
7366 * objc-lang.c (objc_printstr): Ditto.
7367 * m2-lang.c (m2_printstr): Ditto.
7368 * jv-valprint.c (java_print_value_fields): Ditto.
7369 * f-lang.c (f_printstr): Ditto.
7370 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7371 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7372 for repeat_count_threshold.
7373 * Makefile.in (cp-valprint.o): Update dependencies.
7374
7375 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7376
7377 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7378 (examine_prologue): Support looking through leaf functions, knowing
7379 they start with mov r2,r12. Support skipping over indirect stores
7380 of the input registers. Upon hitting a non-nop branch instruction
7381 or predicated instruction, bail out by setting lim_pc to the current
7382 pc value in the loop. At the end, if the lim_pc value is still
7383 beyond our calculated value and we have trust_limit set,
7384 use the lim_pc value.
7385
7386 2003-05-15 Andrew Cagney <cagney@redhat.com>
7387
7388 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7389 generic_find_dummy_frame.
7390 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7391 (deprecated_generic_find_dummy_frame): Update.
7392 (deprecated_read_register_dummy): Update.
7393 * frame.c (deprecated_generic_get_saved_register): Update.
7394
7395 2003-05-15 Theodore A. Roth <troth@openavr.org>
7396
7397 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7398 (avr_gdbarch_init): Set breakpoint_from_pc method.
7399
7400 2003-05-15 Andrew Cagney <cagney@redhat.com>
7401
7402 * regcache.c (build_regcache): Set deprecated_register_valid
7403 directly.
7404 (deprecated_grub_regcache_for_register_valid): Delete function.
7405 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7406 declaration.
7407
7408 2003-05-15 David Carlton <carlton@bactrian.org>
7409
7410 Committed by Elena Zannoni <ezannoni@redhat.com>
7411 * symtab.c (lookup_symbol_aux): Delete calls to
7412 lookup_symbol_aux_minsyms.
7413 (lookup_symbol_aux_minsyms): Comment out function and
7414 prototype. Delete lookup by mangled name.
7415
7416 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7417
7418 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7419 correctly indicate an empty stack and ``stack_allocated'' to the
7420 indicate the number of elements initially allocated.
7421 (dwarf_expr_grow_stack): Simplify method for computing new
7422 stack size. Don't loop infinitely if ``stack_len'' is zero.
7423 (execute_stack_op): Move ``ctx->in_reg'' initialization
7424 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7425 be used in conjuction with DW_OP_piece. Revise error message
7426 accordingly.
7427
7428 2003-05-14 Theodore A. Roth <troth@openavr.org>
7429
7430 * MAINTAINERS: Update my email address.
7431 * avr-tdep.c: Ditto.
7432
7433 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7434
7435 * symtab.h (enum domain_enum): Rename from namespace_enum.
7436 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7437 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7438 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7439 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7440 TYPES_NAMESPACE, METHODS_NAMESPACE.
7441 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7442 (struct symbol, struct partial_symbol): Rename field
7443 'namespace_enum namespace' to 'domain_enum domain'.
7444 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7445 Delete old define kludge for namespace.
7446
7447 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7448 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7449 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7450 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7451 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7452 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7453 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7454 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7455 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7456 occurrences of the above.
7457
7458 2003-05-14 Ian Lance Taylor <ian@airs.com>
7459
7460 * Makefile.in (install-only): Use $(SHELL) when running
7461 mkinstalldirs.
7462
7463 2003-05-13 Ian Lance Taylor <ian@airs.com>
7464
7465 * MAINTAINERS (write after approval): Add myself.
7466
7467 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7468 second and third arguments.
7469 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7470 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7471
7472 2003-05-13 Andrew Cagney <cagney@redhat.com>
7473
7474 * defs.h (store_address): Delete declaration.
7475 findvar.c (store_address): Delete function.
7476 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7477 store_unsigned_integer.
7478 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7479 * v850-tdep.c (v850_push_arguments): Ditto.
7480 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7481 * sh-tdep.c (sh64_get_saved_register): Ditto.
7482 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7483 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7484 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7485 (mips_get_saved_register): Ditto.
7486 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7487 (find_func_descr, ia64_push_arguments): Ditto.
7488 * i386-tdep.c (i386_push_arguments): Ditto.
7489 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7490 * frv-tdep.c (frv_push_arguments): Ditto.
7491 * frame.c (legacy_saved_regs_prev_register): Ditto.
7492 (deprecated_generic_get_saved_register): Ditto.
7493 * findvar.c (unsigned_address_to_pointer): Ditto.
7494 * dwarf2read.c (dwarf2_const_value): Ditto.
7495 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7496 * alpha-tdep.c (alpha_push_arguments): Ditto.
7497
7498 2003-05-12 J. Brobecker <brobecker@gnat.com>
7499
7500 * NEWS: Mention that the hppa-hpux port has been partially
7501 multiarched (32bit ABIT only, so far).
7502
7503 2003-05-11 Andrew Cagney <cagney@redhat.com>
7504
7505 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7506 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7507 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7508 sim/testsuite/sim/arm/misaligned2.ms, and
7509 sim/testsuite/sim/arm/misaligned3.ms.
7510 * disasm.h (struct ui_file): Add opaque struct declaration.
7511 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7512 * frame.h (struct ui_file): Ditto.
7513
7514 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7515
7516 * value.h: Pretty print.
7517
7518 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7519
7520 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7521
7522 2003-05-08 Andrew Cagney <cagney@redhat.com>
7523
7524 * regcache.h (max_register_size): Delete declaration.
7525 * regcache.c (max_register_size): Delete function.
7526 (struct regcache_descr): Delete field "max_register_size".
7527 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7528 registers fit in MAX_REGISTER_SIZE.
7529 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7530 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7531 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7532 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7533 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7534 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7535 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7536 * dve3900-rom.c, hppa-tdep.c: Ditto.
7537
7538 2003-05-08 David Carlton <carlton@math.stanford.edu>
7539
7540 * valops.c (push_word): Fix typo.
7541
7542 2003-05-08 Andrew Cagney <cagney@redhat.com>
7543
7544 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7545 * gdbarch.h: Re-generate.
7546 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7547 (legacy_max_register_raw_size): Delete declaration.
7548 * regcache.c (legacy_max_register_raw_size): Delete function.
7549 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7550 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7551 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7552 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7553 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7554 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7555 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7556 * findvar.c, dwarf2cfi.c: Ditto.
7557
7558 2003-05-08 Andrew Cagney <cagney@redhat.com>
7559
7560 * mips-tdep.c (read_signed_register): New function, moved to here
7561 from "regcache.c".
7562 (read_signed_register_pid): Ditto.
7563 * regcache.c (read_signed_register_pid): Delete function, moved to
7564 "mips-tdep.c".
7565 (read_signed_register): Ditto.
7566 * regcache.h (read_signed_register): Delete declaration.
7567 (read_signed_register_pid): Delete declaration.
7568
7569 2003-05-08 Andrew Cagney <cagney@redhat.com>
7570
7571 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7572 * gdbarch.h: Re-generate.
7573 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7574 (legacy_max_register_virtual_size): Delete declaration.
7575 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7576 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7577 * tracepoint.c (memrange_sortmerge): Ditto.
7578 * sparc-tdep.c (sparc_print_registers): Ditto.
7579 * regcache.c (legacy_max_register_virtual_size): Delete function.
7580
7581 2002-05-08 J. Brobecker <brobecker@gnat.com>
7582
7583 * fork-child.c (escape_bang_in_quoted_argument): New function.
7584 (fork_inferior): Escape '!' characters in quoted arguments
7585 only when needed.
7586
7587 2003-05-08 J. Brobecker <brobecker@gnat.com>
7588
7589 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7590 the language of the CU is not currently supported by GDB.
7591
7592 2003-05-08 J. Brobecker <brobecker@gnat.com>
7593
7594 * defs.h (language): Add language_minimal enum value.
7595 * c-lang.c (minimal_language_defn): New language definition.
7596 (_initialize_c_language): Add the new minimal language to the list
7597 of languages known to GDB.
7598
7599 2003-05-08 Kevin Buettner <kevinb@redhat.com>
7600
7601 * frame.c (get_frame_type): Don't attempt to lazily initialize
7602 frame's unwinder for legacy frames.
7603
7604 2003-05-07 Andrew Cagney <cagney@redhat.com>
7605
7606 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7607 and "regcache" parameters.
7608 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7609
7610 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7611
7612 * dwarf2read.c (dwarf_decode_lines): Only use output of
7613 check_cu_functions() when calling record_line(). Do not update
7614 the current address.
7615
7616 2003-05-07 Andrew Cagney <cagney@redhat.com>
7617
7618 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7619 code.
7620
7621 2003-05-07 Jim Blandy <jimb@redhat.com>
7622
7623 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7624 'maint info symtabs' and 'maint info psymtabs'.
7625 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7626 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7627 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7628 Declarations updated.
7629 * maint.c (maintenance_list_command): Delete.
7630 (_initialize_maint_cmds): Update calls to add_cmd.
7631 * gdbcmd.h (maintenancelistlist): Delete declaration.
7632 * cli/cli-cmds.c (maintenancelistlist): Delete.
7633 (init_cmd_lists): Don't initialize it.
7634 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7635
7636 2003-05-07 Andrew Cagney <cagney@redhat.com>
7637
7638 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7639 "regcache".
7640 (d10v_print_registers_info): Update.
7641 (d10v_dmap_register, d10v_imap_register): Delete functions.
7642 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7643 and "imap_register".
7644 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7645 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7646 * arch-utils.c (generic_remote_translate_xfer_address): Add
7647 "regcache" and "gdbarch" parameters.
7648 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7649 parameter. Change class to multi-arch.
7650 * gdbarch.h, gdbarch.c: Re-generate.
7651 * remote.c (remote_xfer_memory): Use
7652 gdbarch_remote_translate_xfer_address.
7653
7654 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7655
7656 * infrun.c (prev_pc): Move declaration ahead of proceed().
7657 (proceed): Refresh prev_pc value before resuming.
7658 (stop_stepping): Remove code to refresh prev_pc.
7659
7660 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7661
7662 * nto-tdep.c: Removed stray comment.
7663
7664 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7665
7666 * i386-nto-tdep.c: Fix old K&R function definitions.
7667 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7668 Also change add_show_from_set() call to add_setshow_cmd().
7669 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7670
7671 2003-05-05 Andrew Cagney <cagney@redhat.com>
7672
7673 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7674 (fprint_dummy_frames): New function.
7675 (maintenance_print_dummy_frames): New function.
7676 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7677 * frame.c (fprint_frame_id): Make global.
7678 * frame.h (fprint_frame_id): Declare.
7679 * Makefile.in (dummy-frame.o): Update dependencies.
7680
7681 2003-05-05 Andrew Cagney <cagney@redhat.com>
7682
7683 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7684 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7685 SIZEOF_CALL_DUMMY_WORDS.
7686 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7687 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7688 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7689 CALL_DUMMY_BREAKPOINT_OFFSET.
7690 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7691 CALL_DUMMY_START_OFFSET.
7692 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7693 * gdbarch.h, gdbarch.c: Re-generate.
7694 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7695 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7696 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7697 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7698 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7699 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7700 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7701 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7702 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7703 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7704 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7705 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7706 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7707 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7708 * config/sparc/tm-sparc.h: Update.
7709
7710 2003-05-05 Kris Warkentin <kewarken@qnx.com>
7711
7712 * configure.tgt: Add i[3456]86-*-nto*.
7713 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7714 * nto-tdep.c: New file. Neutrino target support routines.
7715 * nto-tdep.h: New file. Neutrino target header.
7716 * config/tm-qnxnto.h: New file.
7717 * config/i386/i386nto.mt: New file.
7718 * config/i386/tm-i386nto.h: New file.
7719
7720 2003-05-04 Andrew Cagney <cagney@redhat.com>
7721
7722 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7723 (load_infrun_state): Ditto.
7724 (struct thread_info): Drop "prev_func_name" field.
7725 * thread.c (load_infrun_state): Update.
7726 (save_infrun_state): Update.
7727 * infrun.c (prev_func_name): Delete variable.
7728 (init_wait_for_inferior): Do not clear prev_func_name.
7729 (stop_stepping, keep_going, context_switch): Do not swap
7730 prev_func_name.
7731 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7732 instead of PC_IN_SIGTRAMP.
7733
7734 2003-05-04 Andrew Cagney <cagney@redhat.com>
7735
7736 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7737 REGISTER_BYTE with register_offset_hack.
7738 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7739 that REGISTER_BYTE is consistent with the regcache.
7740 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7741 * gdbarch.h, gdbarch.c: Regenerate.
7742
7743 2003-05-04 Mark Kettenis <kettenis@gnu.org>
7744
7745 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7746 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7747
7748 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7749
7750 2003-05-03 J. Brobecker <brobecker@gnat.com>
7751
7752 From Thierry Schneider <tpschneider1@yahoo.com>
7753 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7754 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7755 (mi-cmd-symbol.o): Add rule.
7756
7757 2003-05-03 Andrew Cagney <cagney@redhat.com>
7758
7759 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7760 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7761 * gdbarch.h, gdbarch.c: Re-generate.
7762 * d10v-tdep.c (d10v_push_dummy_code): New function.
7763 (d10v_gdbarch_init): Set push_dummy_code.
7764 * infcall.c (legacy_push_dummy_code): New function.
7765 (generic_push_dummy_code): New function.
7766 (push_dummy_code): New function.
7767 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7768 instead of dummy_addr, to push_dummy_call. Move call to
7769 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7770 switch.
7771 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7772
7773 2003-05-03 Andrew Cagney <cagney@redhat.com>
7774
7775 * disasm.h (print_insn): Declare.
7776 * disasm.c (init_gdb_disassemble_info): New function.
7777 (gdb_disassembly): Call init_gdb_disassemble_info.
7778 (gdb_print_insn): New function.
7779 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7780 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7781 * mcore-tdep.c: Include "disasm.h"
7782 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7783 * d10v-tdep.c: Include "disasm.h".
7784 (display_trace): Call gdb_print_insn, instead of print_insn.
7785 (print_insn): Delete function.
7786 * printcmd.c: Include "disasm.h".
7787 (print_insn): Delete function.
7788 (print_formatted): Call gdb_print_insn, instead of print_insn.
7789 * Makefile.in (printcmd.o): Update dependencies.
7790 (mcore-tdep.o, d10v-tdep.o): Ditto.
7791
7792 2003-05-02 Andrew Cagney <cagney@redhat.com>
7793
7794 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7795 PC_REGNUM, re-indent.
7796 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7797 PC_REGNUM isn't set.
7798
7799 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7800 * gdbarch.h, gdbarch.c: Re-generate.
7801 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7802 register_virtual_size, pc_regnum, or register_bytes.
7803 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7804 (d10v_register_type): Use D10V_PC_REGNUM.
7805 (d10v_print_registers_info, d10v_read_pc): Ditto.
7806 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7807 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7808
7809 2003-05-02 David Carlton <carlton@bactrian.org>
7810
7811 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7812 the name with mstrsave.
7813
7814 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7815
7816 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7817 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7818 (host_charset_name, target_charset_name): New vars for use by
7819 set/show commands.
7820 (host_charset_enum, target_charset_enum): New enums for set/show
7821 commands.
7822 (set_charset_sfunc, set_host_charset_sfunc,
7823 set_target_charset_sfunc): New functions.
7824 (set_host_charset, set_target_charset): Make static.
7825 (list_charsets, set_host_charset_command,
7826 set_target_charset_command): Delete functions.
7827 (show_charset_command): Rewrite as....
7828 (show_charset): Hook this up with the set/show command mechanism.
7829 (_initialize_charset): Change names of charsets to match the
7830 set/show enums. Use host_charset_name and target_charset_name.
7831 Use set/show mechanism for charset, host-charset, target-charset
7832 commands. Do not make 'show host-charset' and 'show
7833 target-charset' be aliases of 'show charset'.
7834
7835 * charset.h (set_host_charset, set_target_charset): Don't export,
7836 they are not used outside the file.
7837
7838 2003-05-01 Andrew Cagney <cagney@redhat.com>
7839
7840 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7841 (gdb_disassembly): Make "di" non static, always initialize and
7842 cleanup. Always use dis_asm_read_memory.
7843 (gdb_dis_asm_read_memory): Delete function.
7844
7845 2003-05-01 Andrew Cagney <cagney@redhat.com>
7846
7847 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7848 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7849
7850 2003-04-30 Andrew Cagney <cagney@redhat.com>
7851
7852 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7853 "tm_print_insn_info".
7854 (TARGET_PRINT_INSN_INFO): Delete macro.
7855 (dis_asm_read_memory): Delete function declaration.
7856 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7857 (tm_print_insn_info): Delete variable definition.
7858 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7859 * gdbarch.h, gdbarch.c: Re-generate.
7860 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7861 "deprecated_tm_print_insn_info".
7862 * mcore-tdep.c (mcore_dump_insn): Ditto.
7863 * mips-tdep.c (mips_gdbarch_init): Ditto.
7864 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7865 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7866 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7867 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7868 instead of TARGET_PRINT_INSN_INFO, add comment.
7869 * s390-tdep.c (s390_get_frame_info): Instead of
7870 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7871 (s390_check_function_end, s390_is_sigreturn): Ditto.
7872 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7873 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7874 * disasm.c: Include "gdbcore.h".
7875 (_initialize_disasm): New function, initialize
7876 "deprecated_tm_print_insn_info".
7877 (deprecated_tm_print_insn_info): New variable.
7878 (dis_asm_read_memory): Moved from "corefile.c", made static.
7879 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7880 * Makefile.in (disasm.o): Update dependencies.
7881
7882 2003-04-30 Andrew Cagney <cagney@redhat.com>
7883
7884 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7885
7886 2003-04-29 Adam Fedor <fedor@gnu.org>
7887
7888 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7889 * infcall.c (find_function_addr): Make non-static.
7890 * infcall.h (find_function_addr): Declare.
7891 * Makefile.in (eval.o): Update dependencies.
7892
7893 2003-04-28 Adam Fedor <fedor@gnu.org>
7894
7895 * symtab.c (symbol_find_demangled_name): Check for and demangle
7896 ObjC symbols.
7897 (symbol_init_demangled_name): Init for language_objc as well.
7898
7899 2003-04-28 Andrew Cagney <cagney@redhat.com>
7900
7901 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7902 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7903 * gdbarch.h, gdbarch.c: Re-generate.
7904 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7905 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7906 * inferior.h (deprecated_read_fp): Rename read_fp.
7907 (generic_target_read_fp): Delete declaration.
7908 * regcache.c (generic_target_read_fp): Delete function.
7909 (deprecated_read_fp): Replace read_fp, use
7910 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7911 * d10v-tdep.c (d10v_read_fp): Delete function.
7912 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7913
7914 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7915 deprecated_target_read_fp to generic_target_read_fp.
7916 * sh-tdep.c (sh_gdbarch_init): Ditto.
7917 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7918 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7919 * frv-tdep.c (frv_gdbarch_init): Ditto.
7920
7921 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7922 deprecated_fp_regnum.
7923 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7924 * vax-tdep.c (vax_gdbarch_init): Ditto.
7925 * v850-tdep.c (v850_gdbarch_init): Ditto.
7926 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7927 * sh-tdep.c (sh_gdbarch_init): Ditto.
7928 * s390-tdep.c (s390_gdbarch_init): Ditto.
7929 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7930 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7931 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7932 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7933 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7934 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7935 * i386-tdep.c (i386_gdbarch_init): Ditto.
7936 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7937 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7938 * frv-tdep.c (frv_gdbarch_init): Ditto.
7939 * cris-tdep.c (cris_gdbarch_init): Ditto.
7940 * avr-tdep.c (avr_gdbarch_init): Ditto.
7941 * arm-tdep.c (arm_gdbarch_init): Ditto.
7942 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7943
7944 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7945 * v850-tdep.c (v850_gdbarch_init): Ditto.
7946 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7947 * sh-tdep.c (sh_gdbarch_init): Ditto.
7948 * s390-tdep.c (s390_gdbarch_init): Ditto.
7949 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7950 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7951 * mips-tdep.c (mips_gdbarch_init): Ditto.
7952 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7953 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7954 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7955 * frv-tdep.c (frv_gdbarch_init): Ditto.
7956 * avr-tdep.c (avr_gdbarch_init): Ditto.
7957 * arm-tdep.c (arm_gdbarch_init): Ditto.
7958
7959 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7960 DEPRECATED_FP_REGNUM.
7961 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7962 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7963 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7964 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7965 (sparc32_register_virtual_type): Ditto.
7966 * sh-tdep.c (sh64_frame_chain): Ditto.
7967 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7968 (sh_nofp_frame_init_saved_regs): Ditto.
7969 (sh64_nofp_frame_init_saved_regs): Ditto.
7970 (sh_fp_frame_init_saved_regs): Ditto.
7971 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7972 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7973 * procfs.c (procfs_fetch_registers): Ditto.
7974 (procfs_store_registers): Ditto.
7975 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7976 (store_inferior_registers, fetch_core_registers): Ditto.
7977 (fetch_kcore_registers, clear_regs): Ditto.
7978 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7979 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7980 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7981 * nlm/i386.c (do_status): Ditto.
7982 * mipsv4-nat.c (supply_gregset): Ditto.
7983 * mips-tdep.c: Ditto for comments.
7984 * mips-nat.c (fetch_inferior_registers): Ditto.
7985 (store_inferior_registers, fetch_core_registers): Ditto.
7986 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7987 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7988 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7989 (i386_do_pop_frame, i386_register_type): Ditto.
7990 * hppa-tdep.c (hppa_frame_chain): Ditto.
7991 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7992 (hppa_pop_frame, hppa_read_fp): Ditto.
7993 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7994 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7995 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7996 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7997 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7998 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7999 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8000 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8001 * blockframe.c: Ditto for comments.
8002 * arch-utils.h: Ditto for comments.
8003 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8004 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8005 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8006 * alpha-tdep.h: Ditto for comments.
8007 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8008 (alpha_cannot_store_register): Ditto.
8009 (alpha_push_dummy_frame): Ditto.
8010 * alpha-nat.c (supply_gregset): Ditto.
8011
8012 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8013 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8014 * config/sparc/tm-sparc.h: Update comment.
8015
8016 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8017 deprecated_read_fp instead of TARGET_READ_FP.
8018 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8019 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8020 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8021 deprecated_read_fp instead of read_fp.
8022 * s390-tdep.c (s390_push_arguments): Ditto.
8023 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8024 * frame.h: Ditto in comments.
8025 * frame.c (legacy_get_prev_frame): Ditto.
8026 * dummy-frame.c (dummy_frame_this_id): Ditto.
8027 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8028
8029 2003-04-28 Andrew Cagney <cagney@redhat.com>
8030
8031 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8032 * gdbarch.h, gdbarch.c: Re-generate.
8033 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8034 * vax-tdep.c (_initialize_vax_tdep): Update.
8035 * v850-tdep.c (_initialize_v850_tdep): Update.
8036 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8037 * s390-tdep.c (_initialize_s390_tdep): Update.
8038 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8039 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8040 * mips-tdep.c (_initialize_mips_tdep): Update.
8041 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8042 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8043 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8044 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8045 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8046 * frv-tdep.c (_initialize_frv_tdep): Update.
8047 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8048 (_initialize_cris_tdep): Update.
8049 * arch-utils.c (legacy_print_insn): Update.
8050 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8051
8052 2003-04-26 Adam Fedor <fedor@gnu.org>
8053
8054 * linespec.c (decode_objc): New function to decode ObjC calls
8055 (decode_line_1): Check for ObjC calls (using decode_objc)
8056 * Makefile (linespec.o): Update dependencies.
8057
8058 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8059
8060 * breakpoint.h (struct breakpoint_ops): New.
8061 (struct breakpoint): Add ops member.
8062
8063 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8064 (mention): Use new breakpoint ops member.
8065 (set_raw_breakpoint): Initialize ops field to NULL.
8066 (print_exception_catchpoint, print_one_exception_catchpoint)
8067 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8068 (gnu_v3_exception_catchpoint_ops): New.
8069 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8070
8071 2003-04-25 Adam Fedor <fedor@gnu.org>
8072
8073 * Makefile.in (COMMON_OBS): Add objc-lang.o
8074
8075 2003-04-25 Andrew Cagney <cagney@redhat.com>
8076
8077 * d10v-tdep.c (print_insn): Delete function.
8078 (display_trace): Use TARGET_PRINT_INSN.
8079 (_initialize_d10v_tdep): Do not set tm_print_insn.
8080 (d10v_gdbarch_init): Set print_insn.
8081
8082 2003-04-25 Andrew Cagney <cagney@redhat.com>
8083
8084 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8085 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8086 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8087 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8088 (nr_dmap_regs, a0_regnum): ... new functions.
8089 (d10v_print_registers_info): Use a0_regnum, use register_size.
8090 (d10v_register_byte): Delete function.
8091 (d10v_register_raw_size): Delete function.
8092 (d10v_register_type): Use a0_regnum.
8093 (d10v_print_registers_info): Use a0_regnum.
8094 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8095 (d10v_gdbarch_init): Do not set register_byte or
8096 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8097 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8098 extract_address.
8099 (trace_command): Use XCALLOC.
8100 (print_insn): Delete reference to tm_print_insn.
8101 (saved_regs_unwinder): Use store_unsigned_integer instead of
8102 store_address.
8103 * frame.h (FRAME_OBSTACK_CALLOC): Define
8104
8105 2003-04-25 David Carlton <carlton@bactrian.org>
8106
8107 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8108
8109 2003-04-24 Adam Fedor <fedor@gnu.org>
8110
8111 * objc-lang.c: Include "valprint.h"
8112 * Makefile.in (objc-lang.o): Update dependencies.
8113
8114 2003-04-24 Adam Fedor <fedor@gnu.org>
8115
8116 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8117 architecture dependant compilation and mark as unimplemented
8118 (until they get put in the gdbarch vector).
8119
8120 2003-04-23 David Carlton <carlton@bactrian.org>
8121
8122 * cp-support.c (cp_find_first_component): Accept 'operator' in
8123 more locations.
8124
8125 2003-04-23 Andrew Cagney <cagney@redhat.com>
8126
8127 * infcall.c (call_function_by_hand): Eliminate redundant
8128 indentation. Move "saved_async" and "old_cleanups" to where they
8129 are needed.
8130
8131 2003-04-23 Andrew Cagney <cagney@redhat.com>
8132
8133 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8134 and "buffer". Move the "name" code to where it is needed.
8135
8136 2003-04-23 Andrew Cagney <cagney@redhat.com>
8137
8138 * infcall.c (call_function_by_hand): Move variables "start_sp",
8139 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8140 code to ON_STACK switch branch.
8141
8142 2003-04-23 Andrew Cagney <cagney@redhat.com>
8143
8144 * infcall.c (call_function_by_hand): Make declaration of "i",
8145 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8146 lint.
8147
8148 2003-04-23 Andrew Cagney <cagney@redhat.com>
8149
8150 * infcall.c (call_function_by_hand): Delete variable
8151 "n_method_args". Localize "param_type"'s declaration to the loop
8152 that it is used. Reinstate code assigning to said variable -
8153 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8154 Rationalize code using "param_type".
8155
8156 2003-04-22 Andrew Cagney <cagney@redhat.com>
8157
8158 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8159 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8160 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8161 to DEPRECATED_PUSH_RETURN_ADDRESS.
8162
8163 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8164
8165 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8166 on the DWARF2 register number prior to fetching a register.
8167
8168 2003-04-22 J. Brobecker <brobecker@gnat.com>
8169
8170 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8171 Update all the tests using SOFT_FLOAT considering the fact that
8172 this macro was always set to 0.
8173 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8174 considering the fact that this macro was always set to 0.
8175 * hppa-tdep.h (hppa_store_return_value): Likewise.
8176 (hppa_extract_return_value): Likewise.
8177
8178 2003-04-22 J. Brobecker <brobecker@gnat.com>
8179
8180 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8181 the hppa-pro target only.
8182
8183 2003-04-21 J. Brobecker <brobecker@gnat.com>
8184
8185 Ongoing multi-arch conversion effort for HP/UX:
8186 * config/pa/tm-hppa.h: Move all macro that are no longer
8187 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8188 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8189
8190 2003-04-21 J. Brobecker <brobecker@gnat.com>
8191
8192 * config/pa/tm-hppa.h: Obsolete a section that was only used
8193 for hppa-pro.
8194
8195 2003-04-21 J. Brobecker <brobecker@gnat.com>
8196
8197 Ongoing multi-arch conversion for HP/UX.
8198 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8199 if already defined (allows hppa64 to stay non-multiarched for now).
8200 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8201
8202 2003-04-21 Andrew Cagney <cagney@redhat.com>
8203
8204 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8205
8206 2003-04-21 Andrew Cagney <cagney@redhat.com>
8207
8208 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8209 "i386_num_mmx_regs".
8210
8211 2003-04-21 Andrew Cagney <cagney@redhat.com>
8212
8213 * infcall.c: New file.
8214 * infcall.h: New file.
8215 * valarith.c: Include "infcall.h".
8216 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8217 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8218 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8219 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8220 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8221 (SFILES): Add "infcall.c"
8222 (COMMON_OBS): Add "infcall.o".
8223 (infcall.o): Specify dependencies.
8224 * value.h (call_function_by_hand): Delete declaration.
8225 * inferior.h (run_stack_dummy): Delete declaration.
8226 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8227 (run_stack_dummy): Move to "infcall.c", merged into
8228 call_function_by_hand.
8229 * valops.c (call_function_by_hand): Moved to "infcall.c".
8230 (find_function_addr, value_arg_coerce): Ditto.
8231 (unwindonsignal_p, coerce_float_to_double): Ditto.
8232 (_initialize_valops): Move "set/show coerce-float-to-double", and
8233 "set/show unwindonsignal" commands to "infcall.c".
8234 * v850-tdep.c, target.h: Update comments.
8235 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8236 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8237 (sh64_init_extra_frame_info): Update comments.
8238 * mn10300-tdep.c: Update comments.
8239 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8240 * config/sparc/tm-sparc.h: Update comments.
8241 * breakpoint.h: Update comments.
8242 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8243 * arm-tdep.c: Update comment.
8244
8245 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8246
8247 * i386-tdep.c (i386_num_register_names): New variable.
8248 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8249 (MM0_REGNUM): Remove redundant parentheses in define.
8250 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8251 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8252 i386_mxcsr_regnum_p): Remove redundant parentheses.
8253 (i386_register_name): Use i386_num_register_names.
8254
8255 * i386-tdep.c (i386_extract_return_value,
8256 i386_store_return_value): Correct check for availability of
8257 floating-point registers.
8258
8259 * i386-tdep.c (i386_frame_num_args): Remove function.
8260 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8261
8262 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8263 mmx_regnum_to_fp_regnum. Adjust all callers.
8264
8265 * i386-tdep.c (i386_get_longjmp_target): Use
8266 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8267 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8268 extract_address.
8269
8270 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8271
8272 * core-regset.c: Update comments to reflect reality. Re-order
8273 includes.
8274 (fetch_core_registers): Use switch instead of if. Remove
8275 redundant prototype.
8276
8277 2003-04-18 Jim Blandy <jimb@redhat.com>
8278
8279 * s390-tdep.c (s390_frame_align): New function.
8280 (s390_gdbarch_init): Register it with the gdbarch object.
8281
8282 2003-04-17 Richard Henderson <rth@redhat.com>
8283
8284 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8285
8286 2003-04-17 Michael Snyder <msnyder@redhat.com>
8287 Karen Bennet <bennet@redhat.com>
8288
8289 Committed by Elena Zannoni <ezannoni@redhat.com>
8290 * gdb_gcore.sh: New script to create a core dump of a process.
8291
8292 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8293
8294 * values.c (value_being_returned): Don't fetch the return
8295 value if the return type is void.
8296
8297 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8298
8299 * thread-db.c: Reindented.
8300
8301 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8302
8303 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8304 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8305 as types.
8306
8307
8308
8309
8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
8323
8324
8325
8326
8327
8328
8329
8330
8331 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8332
8333 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8334 the size of ``long double'' to 16, instead of 8.
8335
8336 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8337
8338 * i386-linux-nat.c: Add some whitespace to make things more
8339 readable.
8340 (fetch_register, store_register, fetch_inferior_registers,
8341 store_inferior_registers): Get rid of assignment in if-statement.
8342 (store_register): Fix typo in error message.
8343
8344 2003-04-16 Andrew Cagney <cagney@redhat.com>
8345
8346 * utils.c (xmmalloc): Always allocate something, matches
8347 libiberty/xmalloc's semantics.
8348 (xmrealloc, xmcalloc): Ditto.
8349
8350 2003-04-16 Andrew Cagney <cagney@redhat.com>
8351
8352 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8353 update comments.
8354 (get_frame_type): Initialize unwind and type when needed.
8355 (get_frame_id, frame_register_unwind): Ditto.
8356
8357 2003-04-16 Andrew Cagney <cagney@redhat.com>
8358
8359 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8360 obsolete.
8361 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8362 * sparcl-stub.c: Obsolete file.
8363 * config/sparc/tm-sparclet.h: Obsolete file.
8364 * sparclet-stub.c: Obsolete file.
8365 * sparclet-rom.c: Obsolete file.
8366 * sparcl-tdep.c: Obsolete file.
8367 * config/sparc/tm-sparclite.h: Obsolete file.
8368 * config/sparc/sparclite.mt: Obsolete file.
8369 * config/sparc/sparclet.mt: Obsolete file.
8370 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8371 sparc86x-*-* obsolete.
8372
8373 2003-04-15 David Carlton <carlton@math.stanford.edu>
8374
8375 * Makefile.in (SFILES): Add cp-namespace.c.
8376 (COMMON_OBS): Add cp-namespace.o.
8377 (block.o): Depend on gdb_obstack_h and cp_support_h.
8378 (buildsym.o): Depend on cp_support_h.
8379 (cp-namespace.o): New.
8380 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8381 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8382 (dwarf2read.o): Depend on cp_support_h.
8383 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8384 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8385 processing_current_namespace.
8386 (read_namespace): Update processing_current_namespace; check for
8387 anonymous namespaces.
8388 (dwarf2_name): New function.
8389 (dwarf2_extension): Ditto.
8390 * cp-support.h: Update copyright, contributors.
8391 Add inclusion guards.
8392 Add opaque declaration for structs obstack, block, symbol.
8393 (struct using_direct): New struct.
8394 Add declarations for cp_find_first_component,
8395 cp_entire_prefix_len, processing_has_namespace_info,
8396 processing_current_namespace, cp_is_anonymous,
8397 cp_add_using_directive, cp_initialize_namespace,
8398 cp_finalize_namespace, cp_set_block_scope,
8399 cp_scan_for_anonymous_namespaces.
8400 * cp-namespace.c: New file.
8401 * cp-support.c: Update copyright.
8402 Include ctype.h, gdb_assert.h, gdbcmd.h.
8403 New variable maint_cplus_cmd_list.
8404 (cp_find_first_component): New function.
8405 (cp_entire_prefix_len, maint_cplus_command)
8406 (first_component_command, _initialize_cp_support): Ditto.
8407 * buildsym.c: Include cp-support.h.
8408 New variable using_list.
8409 (add_symbol_to_list): Check for anonymous namespaces.
8410 (finish_block): Set block's scope.
8411 (start_symtab): Initialize C++ namespace support.
8412 (end_symtab): Finalize C++ namespace support.
8413 * block.h: Add opaque declarations for structs
8414 block_namespace_info, using_direct, and obstack.
8415 Add declarations for block_set_scope and block_set_using.
8416 (struct block): Add 'language_specific' member.
8417 (BLOCK_NAMESPACE): New macro.
8418 * block.c: Include gdb_obstack.h and cp-support.h.
8419 (struct block_namespace_info): New struct.
8420 (block_set_scope): New function.
8421 (block_set_using, block_initialize_namespace): Ditto.
8422
8423 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8424
8425 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8426 (locate_base): Return early if there aren't any link map offsets.
8427 (svr4_solib_create_inferior_hook): Warn if shared library support
8428 is unavailable.
8429
8430 2003-04-14 David Carlton <carlton@math.stanford.edu>
8431
8432 * symtab.c (symbol_set_names): Add prefix when storing Java names
8433 in hash table. Fix for PR java/1039.
8434
8435 2003-04-14 David Carlton <carlton@math.stanford.edu>
8436
8437 * symtab.c (symbol_set_names): Rename 'name' arg to
8438 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8439 * symtab.h: Change 'name' argument in declaration of
8440 symbol_set_names to 'linkage_name'.
8441 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8442
8443 2003-04-14 Andrew Cagney <cagney@redhat.com>
8444
8445 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8446 return the fully sign-extended register value.
8447 (get_frame_pointer): Ditto.
8448 (mips_pop_frame): Initialize "proc_desc" after checking for a
8449 dummy frame.
8450
8451 2003-04-14 Andrew Cagney <cagney@redhat.com>
8452
8453 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8454 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8455 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8456 (mips_push_register): Delete function.
8457 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8458 PUSH_FP_REGNUM.
8459
8460 2003-04-14 Jim Blandy <jimb@redhat.com>
8461
8462 * symmisc.c: #include "gdb_regex.h".
8463 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8464 functions.
8465 * maint.c (maintenance_list_command): New function.
8466 (_initialize_maint_cmds): Register the above as commands.
8467 * symtab.h (maintenance_list_symtabs,
8468 maintenance_list_psymtabs): New declarations.
8469 * cli/cli-cmds.c (maintenancelistlist): New variable.
8470 (init_cmd_lists): Initialize it.
8471 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8472 * gdbcmd.h (maintenancelistlist): New declaration.
8473 * Makefile.in (symmisc.o): Update dependencies.
8474
8475 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8476
8477 * s390-nat.c: Include asm/types.h for addr_t.
8478
8479 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8480
8481 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8482 actually incoming type.
8483
8484 2003-04-13 Andrew Cagney <cagney@redhat.com>
8485
8486 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8487 get_next_frame and get_frame_saved_regs.
8488
8489 2003-04-13 Andrew Cagney <cagney@redhat.com>
8490
8491 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8492 of gdbarch_num_regs.
8493
8494 2003-04-13 Andrew Cagney <cagney@redhat.com>
8495
8496 * frame.h: Mention what replaced what in "struct frame_info".
8497 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8498 deprecated_update_frame_base_hack and
8499 deprecated_update_frame_pc_hack.
8500 * hppa-tdep.c: Ditto.
8501
8502 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8503
8504 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8505 to read_reg and update its comment. Remove regnum member.
8506 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8507 Don't call read_reg when setting in_reg. Call read_reg to get
8508 the frame base if it's in a register. Return the register number
8509 on the stack instead of in the context. Remove extra arguments
8510 to read_reg.
8511 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8512 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8513 the register number on the expression stack.
8514 (needs_frame_read_reg): Remove extra arguments.
8515
8516 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8517
8518 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8519 made non-static.
8520 (execute_stack_op): All callers updated.
8521 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8522 * dwarf2loc.c (find_location_expression): New function.
8523 (dwarf_expr_frame_base): Call it.
8524 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8525 (dwarf2_tracepoint_var_ref): New function, broken out from
8526 locexpr_tracepoint_var_ref.
8527 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8528 Make static.
8529 (loclist_read_variable, loclist_read_needs_frame): New functions.
8530 (loclist_describe_location, loclist_tracepoint_var_ref): New
8531 functions.
8532 (dwarf2_loclist_funcs): New struct location_funcs.
8533 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8534 (struct dwarf2_locexpr_baton): Add comments.
8535 (dwarf2_loclist_funcs): New extern.
8536 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8537 base_address and base_known.
8538 (dwarf_loc_buffer): New variable.
8539 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8540 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8541 (dwarf2_has_info): Initialize dwarf_loc_offset.
8542 (dwarf2_build_psymtabs): Read in .debug_loc.
8543 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8544 DWARF_LOC_SIZE.
8545 (psymtab_to_symtab_1): Likewise. Move base address calculation
8546 here, from...
8547 (dwarf2_get_pc_bounds): ... here. Use the base address from
8548 cu_header.
8549 (dwarf2_symbol_mark_computed): Handle location lists.
8550
8551 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8552
8553 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8554 if the linkage name demangled successfully.
8555
8556 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8557
8558 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8559 disassmbly_flavour): Removed.
8560
8561 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8562
8563 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8564
8565 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8566
8567 2003-04-12 Andrew Cagney <cagney@redhat.com>
8568
8569 * frame.h (struct frame_info): Move definition from here ...
8570 * frame.c (struct frame_info): ... to here.
8571
8572 2003-04-12 Andrew Cagney <cagney@redhat.com>
8573
8574 * gdbthread.h (save_infrun_state): Delete parameter
8575 "prev_func_start".
8576 (struct thread_info): Delete field "prev_func_start".
8577 (load_infrun_state): Ditto.
8578 * thread.c (load_infrun_state, save_infrun_state): Update.
8579 * infrun.c (prev_func_start): Delete variable.
8580 (context_switch, init_wait_for_inferior): Update.
8581 (stop_stepping, keep_going): Update.
8582
8583 2003-04-12 Andrew Cagney <cagney@redhat.com>
8584
8585 * gdbarch.sh: Add missing opaque declarations.
8586 * gdbarch.h: Regnerate.
8587 * symtab.h: Add missing opaque declarations.
8588 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8589 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8590 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8591 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8592 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8593 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8594 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8595 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8596 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8597 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8598 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8599 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8600 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8601
8602 2003-04-11 Andrew Cagney <cagney@redhat.com>
8603
8604 * frame.c (get_frame_id): Return this frame's "id".
8605 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8606 function start.
8607 (legacy_saved_regs_this_id): Replace function body with
8608 internal-error.
8609 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8610 FRAME_OBSTACK_ZALLOC.
8611 (create_new_frame): Mark the frame ID as valid.
8612
8613 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
8614
8615 * Makefile.in (libbfd_h): Added missing setting.
8616 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8617 according to the selected ABI.
8618
8619 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8620
8621 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8622
8623 2003-04-11 Andrew Cagney <cagney@redhat.com>
8624
8625 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8626 SAVED_PC_AFTER_CALL.
8627 * gdbarch.h, gdbarch.c: Regenerate.
8628 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8629 * x86-64-tdep.c (x86_64_init_abi): Update.
8630 * vax-tdep.c (vax_gdbarch_init): Update.
8631 * v850-tdep.c (v850_gdbarch_init): Update.
8632 * sparc-tdep.c (sparc_gdbarch_init): Update.
8633 * sh-tdep.c (sh_gdbarch_init): Update.
8634 * s390-tdep.c (s390_gdbarch_init): Update.
8635 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8636 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8637 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8638 * mips-tdep.c (mips_gdbarch_init): Update.
8639 * mcore-tdep.c (mcore_gdbarch_init): Update.
8640 * m68k-tdep.c (m68k_gdbarch_init): Update.
8641 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8642 * ia64-tdep.c (ia64_gdbarch_init): Update.
8643 (ia64_saved_pc_after_call): Update declaration.
8644 * i386ly-tdep.c (i386lynx_init_abi): Update.
8645 * i386-tdep.c (i386_gdbarch_init): Update.
8646 * hppa-tdep.c (hppa_gdbarch_init): Update.
8647 * h8300-tdep.c (h8300_gdbarch_init): Update.
8648 * frv-tdep.c (frv_gdbarch_init): Update.
8649 * cris-tdep.c (cris_gdbarch_init): Update.
8650 * avr-tdep.c (avr_gdbarch_init): Update.
8651 * arm-tdep.c (arm_gdbarch_init): Update.
8652 * alpha-tdep.c (alpha_gdbarch_init): Update.
8653 * ns32knbsd-nat.c (frame_num_args): Update.
8654 * ns32k-tdep.c (umax_frame_num_args): Update.
8655 * mips-tdep.c (mips_init_frame_pc_first): Update.
8656 * infrun.c (step_over_function): Update.
8657 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8658 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8659 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8660 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8661 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8662 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8663 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8664 * arch-utils.c (init_frame_pc_default): Update.
8665 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8666 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8667 declaration.
8668
8669 2003-04-11 Andrew Cagney <cagney@redhat.com>
8670
8671 * i387-tdep.c: Update copyright.
8672 (i387_to_double): Delete function.
8673 (double_to_i387): Delete function.
8674
8675 2003-04-10 Andrew Cagney <cagney@redhat.com>
8676
8677 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8678 frame's function's address. Simplify.
8679 (d10v_frame_unwind_cache): Check that the frame's function is
8680 non-zero.
8681
8682 2003-04-10 Jim Blandy <jimb@redhat.com>
8683
8684 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8685 call to set_gdbarch_deprecated_push_arguments.
8686
8687 2003-04-10 Andrew Cagney <cagney@redhat.com>
8688
8689 * frame.c (fprint_frame_id): New function.
8690 (fprint_frame_type, fprint_frame): New function.
8691 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8692 (create_sentinel_frame, get_frame_id): Ditto.
8693 (frame_id_p, frame_id_eq): Ditto.
8694 (frame_id_inner, create_new_frame): Ditto.
8695 (legacy_get_prev_frame, get_prev_frame): Ditto.
8696 (deprecated_update_frame_pc_hack): Ditto.
8697 (frame_register_unwind): Ditto.
8698 (deprecated_update_frame_base_hack): Ditto.
8699
8700 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8701
8702 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8703 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8704 frame_chain function.
8705 * Makefile.in: Add dependencies due to above change.
8706
8707 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8708
8709 * blockframe.c (legacy_frame_chain_valid): Move call to
8710 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8711 inside_entry_file.
8712
8713 2003-04-09 Andrew Cagney <cagney@redhat.com>
8714
8715 * frame.h (struct frame_id): Replace "pc" and "base" with
8716 "stack_addr" and "code_addr". Update comments.
8717 (frame_id_build): Update parameter names and comment.
8718 (struct frame_info): Replace "id_p" and "id" with "this_id".
8719 * dummy-frame.c (dummy_frame_this_id): Update.
8720 * breakpoint.c (print_one_breakpoint): Update.
8721 * frame.c (get_frame_id): Update.
8722 (get_frame_base, frame_id_build): Update.
8723 (create_sentinel_frame, legacy_get_prev_frame): Update.
8724 (deprecated_update_frame_base_hack): Update.
8725 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8726 (frame_id_inner): Ditto.
8727
8728 2003-04-09 Andrew Cagney <cagney@redhat.com>
8729
8730 * defs.h (gdb_print_host_address): Make "addr" parameter a
8731 pointer constant.
8732 * utils.c (gdb_print_host_address): Update.
8733
8734 2003-04-09 Kevin Buettner <kevinb@redhat.com>
8735
8736 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8737 register number for R0 is 0.
8738
8739 2003-04-09 J. Brobecker <brobecker@gnat.com>
8740
8741 * frame.h (struct gdbarch): Add opaque structure definition
8742 to avoid a compilation warning on LynxOS 4.0.
8743
8744 2003-04-09 Andrew Cagney <cagney@redhat.com>
8745
8746 * frame.h (struct frame_info): Delete field "pc". Replace
8747 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8748 structure.
8749 * frame.c (frame_pc_unwind): Update.
8750 (create_sentinel_frame): Do not set "pc".
8751 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8752 (get_frame_pc): Call frame_pc_unwind.
8753 (deprecated_update_frame_pc_hack): Update.
8754 (create_new_frame): Use "pc" not "->pc".
8755
8756 2003-04-09 Andrew Cagney <cagney@redhat.com>
8757
8758 * frame.c (get_frame_id): Eliminate code updating "frame".
8759 (legacy_get_prev_frame): Ditto.
8760 (get_frame_base): Return id.base directly.
8761 (deprecated_update_frame_base_hack): Update "id.base".
8762 * frame.h (struct frame_info): Delete field "frame".
8763
8764 2003-04-09 Andrew Cagney <cagney@redhat.com>
8765
8766 * NEWS: Mention that the "Sequent family" is obsolete.
8767 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8768 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8769 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8770 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8771 * config/i386/tm-ptx4.h: Obsolete file.
8772 * config/i386/tm-ptx.h: Obsolete file.
8773 * symm-tdep.c: Obsolete file.
8774 * config/i386/symmetry.mt: Obsolete file.
8775 * config/i386/tm-symmetry.h: Obsolete file.
8776 * symm-nat.c: Obsolete file.
8777 * config/i386/nm-symmetry.h: Obsolete file.
8778 * config/i386/xm-symmetry.h: Obsolete file.
8779 * config/i386/symmetry.mh: Obsolete file.
8780 * config/i386/nm-ptx4.h: Obsolete file.
8781 * config/i386/ptx4.mh: Obsolete file.
8782 * config/i386/ptx.mt: Obsolete file.
8783 * config/i386/ptx.mh: Obsolete file.
8784 * config/i386/xm-ptx4.h: Obsolete file.
8785 * config/i386/xm-ptx.h: Obsolete file.
8786
8787 2003-04-09 Andrew Cagney <cagney@redhat.com>
8788
8789 Obsolete mips*-*-mach3*.
8790 * NEWS: Mention that mips*-*-mach3* is obsolete.
8791 * m3-nat.c: Obsolete file.
8792 * config/nm-m3.h: Obsolete file.
8793 * config/mips/tm-mipsm3.h: Obsolete file.
8794 * config/mips/mipsm3.mt: Obsolete file.
8795 * config/mips/mipsm3.mh: Obsolete file.
8796 * config/mips/xm-mipsm3.h: Obsolete file.
8797 * mipsm3-nat.c: Obsolete file.
8798 * configure.host: Obsolete mips-dec-mach3*.
8799 * configure.tgt: Obsolete mips*-*-mach3*.
8800
8801 2003-04-09 Andrew Cagney <cagney@redhat.com>
8802
8803 * doublest.h: Update copyright.
8804 (deprecated_store_floating, deprecated_extract_floating): Rename
8805 store_floating and extract_floating. Update comments.
8806 * doublest.c: Update copyright.
8807 (extract_floating_by_length): Replace extract_floating.
8808 (store_floating_by_length): Replace store_floating.
8809 (deprecated_extract_floating): New function.
8810 (deprecated_store_floating): New function.
8811 (extract_typed_floating): Call extract_floating_by_length.
8812 (store_typed_floating): Call store_floating_by_length.
8813 * x86-64-tdep.c (x86_64_store_return_value): Update.
8814 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8815 (sh64_extract_return_value): Update.
8816 (sh_sh4_register_convert_to_virtual): Update.
8817 (sh_sh64_register_convert_to_virtual): Update.
8818 (sh_sh4_register_convert_to_raw): Update.
8819 (sh_sh64_register_convert_to_raw): Update.
8820 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8821 (rs6000_register_convert_to_raw): Update.
8822 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8823 (ia64_register_convert_to_raw): Update.
8824 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8825 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8826 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8827 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8828 (alpha_register_convert_to_raw): Update.
8829
8830 2003-04-08 Andrew Cagney <cagney@redhat.com>
8831
8832 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8833 * gdbarch.h, gdbarch.c: Re-generate.
8834 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8835 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8836 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8837 conditionally, use frame_pc_unwind as an alternative. Add
8838 comments.
8839 * arch-utils.c (init_frame_pc_default): Only call
8840 SAVED_PC_AFTER_CALL when available.
8841
8842 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8843
8844 * infrun.c (stop_soon): Rename from stop_soon_quietly.
8845 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8846 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8847 (start_remote): Ditto.
8848 (handle_inferior_event): Ditto.
8849 (save_inferior_status): Ditto.
8850 (restore_inferior_status): Ditto.
8851 * infcmd.c (attach_command): Ditto.
8852 * fork-child.c (startup_inferior): Ditto.
8853 * inferior.h (stop_soon): Rename from stop_soon_quietly.
8854 * alpha-tdep.c (heuristic_proc_start): Ditto.
8855 * mips-tdep.c (heuristic_proc_start): Ditto.
8856 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8857 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8858 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8859 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8860 * remote-vx.c (vx_create_inferior): Ditto.
8861
8862 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8863
8864 * infrun.c (stop_soon_quietly): Make it an enum, to better
8865 override the default behavior of handle_inferior_event.
8866 (clear_proceed_status): Update uses of stop_soon_quietly to
8867 reflect that it is now an enum.
8868 (start_remote): Ditto.
8869 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8870 is set to handle the new GNU/Linux kernel behavior for
8871 attach/sigstop. Update uses of stop_soon_quietly.
8872 * inferior.h (enum stop_kind): New enum.
8873 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8874 Reset normal handle_inferior_event behavior, afterwards.
8875 * fork-child.c (startup_inferior): Update.
8876 * alpha-tdep.c (heuristic_proc_start): Update.
8877 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8878 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8879 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8880 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8881 * remote-vx.c (vx_create_inferior): Update.
8882 * mips-tdep.c (heuristic_proc_start): Update.
8883
8884 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
8885
8886 * disasm.c (dump_insns): Move variables inside loop, or they will
8887 be freed more than once, causing wild memory corruptions.
8888 (gdb_disassembly): Look for the substring "-thread",
8889 instead of "-threads" in the target name, to make sure to find
8890 the 'multi-thread' target. Also, make sure we do the right thing
8891 with the "core" target.
8892
8893 2003-04-07 Kevin Buettner <kevinb@redhat.com>
8894
8895 * mips-tdep.c (mips_print_fp_register): New function, created from
8896 do_fp_register_row(). Registers are now (also) printed as hex.
8897 Only one register is printed per row.
8898 (mips_print_register, do_fp_register_row): Print floating point
8899 registers with mips_print_fp_register().
8900
8901 2003-04-06 Andrew Cagney <cagney@redhat.com>
8902
8903 * valprint.h (inspect_it): Add extern declaration.
8904 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8905 (selectors_info, classes_info): Ditto.
8906 (find_objc_msgcall): Fix indentation.
8907 (objc_printstr): Delete extern declarations.
8908
8909 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8910
8911 2003-04-06 Andrew Cagney <cagney@redhat.com>
8912
8913 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8914 Update comment.
8915 * frame.c (legacy_saved_regs_this_id): Update.
8916 (legacy_get_prev_frame): Update.
8917 * xstormy16-tdep.c: Update comment.
8918 * sparc-tdep.c (sparc_frame_chain): Update comment.
8919 * blockframe.c (legacy_frame_chain_valid): Update.
8920
8921 2003-04-06 Andrew Cagney <cagney@redhat.com>
8922
8923 * valprint.c (val_print_type_code_int): Delete #ifdef
8924 PRINT_TYPELESS_INTEGER code.
8925
8926 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8927 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8928 multi-arch definition.
8929 * gdbarch.h: Re-generate.
8930
8931 2003-04-05 Andrew Cagney <cagney@redhat.com>
8932
8933 Eliminate FRAME_FIND_SAVED_REGS.
8934 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8935 Change FSR parameter to a pointer.
8936 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8937 Assume FSR parameter is a pointer.
8938 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8939 Make fsr a pointer.
8940 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8941 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8942 saved_regs a pointer.
8943 (hppa_frame_saved_pc): Ditto.
8944 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8945 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8946 pointer.
8947 (restore_pc_queue): Make fsr a pointer.
8948 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8949 (hppa_frame_chain): Make saved_regs a pointer, call
8950 hppa_frame_init_saved_regs.
8951 * sparc-tdep.c: Include "gdb_assert.h".
8952 (sparc_frame_find_saved_regs): Replace internal_error with
8953 gdb_assert.
8954 * remote-vxsparc.c (vx_read_register): Delete reference to
8955 FRAME_FIND_SAVED_REGS.
8956 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8957 * gdbarch.h: Regenerate.
8958 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8959 (deprecated_get_frame_saved_regs): Delete declaration.
8960 (struct frame_saved_regs): Delete definition.
8961 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8962 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8963 (hppa_frame_find_saved_regs): Delete declaration.
8964 (FRAME_FIND_SAVED_REGS): Delete macro.
8965 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8966 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8967 FRAME_FIND_SAVED_REGS in comment.
8968
8969 2003-04-05 Andrew Cagney <cagney@redhat.com>
8970
8971 * frame.c (frame_func_unwind, get_frame_func): New functions.
8972 * frame.h (get_frame_func, frame_func_unwind): Declare.
8973 (struct frame_info): Add field "prev_func" for caching the
8974 previous frame's function address.
8975 * arm-tdep.c (arm_frameless_function_invocation): Combine
8976 get_pc_function_start and get_frame_pc into get_frame_func.
8977 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8978 (sh64_nofp_frame_init_saved_regs): Ditto.
8979 * s390-tdep.c (s390_function_start): Ditto.
8980 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8981 (rs6000_frameless_function_invocation): Ditto.
8982 (rs6000_frame_saved_pc): Ditto.
8983 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8984 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8985 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8986 (i386_frame_init_saved_regs): Ditto.
8987 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8988 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8989 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8990 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8991 * blockframe.c (frameless_look_for_prologue): Ditto.
8992
8993 2003-04-05 Andrew Cagney <cagney@redhat.com>
8994
8995 * frame.c (legacy_get_prev_frame): Link prev to next at the
8996 function start. Update comments.
8997
8998 2003-04-05 Andrew Cagney <cagney@redhat.com>
8999
9000 * frame.c (get_frame_id): Update comment.
9001 (legacy_get_prev_frame): Update comment.
9002 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9003 * gdbarch.h: Regenerate.
9004 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9005 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9006
9007 2003-04-05 Andrew Cagney <cagney@redhat.com>
9008
9009 * stack.c (print_frame_info): Use get_frame_pc.
9010
9011 2003-04-04 Andrew Cagney <cagney@redhat.com>
9012
9013 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9014 the frame's type from the unwinder.
9015 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9016 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9017 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9018 (get_frame_base_address): Use get_frame_type.
9019 (get_frame_locals_address, get_frame_args_address): Ditto.
9020 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9021 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9022 (struct frame_info): Add comment explaining why the frame contains
9023 a "type" field.
9024 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9025 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9026 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9027 NORMAL_FRAME.
9028 * frame-unwind.h: Include "frame.h".
9029 (struct frame_unwind): Add "type" field.
9030 * Makefile.in (frame_unwind_h): Add $(frame_h).
9031
9032 2003-04-04 Andrew Cagney <cagney@redhat.com>
9033
9034 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9035 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9036 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9037 get_frame_base.
9038 (d10v_unwind_dummy_id): Use frame_id_build.
9039 * frame.c (find_frame_sal): Use get_frame_pc.
9040 (create_new_frame): Use deprecated_update_frame_pc_hack and
9041 deprecated_update_frame_base_hack.
9042 (create_sentinel_frame): Add comment about ->pc going away.
9043 (get_prev_frame): Add comment about ->pc going away.
9044 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9045 frame_id_build, deprecated_update_frame_pc_hack and
9046 deprecated_update_frame_base_hack.
9047 (select_frame): Use get_frame_pc.
9048 (legacy_saved_regs_this_id): Use frame_id_build.
9049
9050 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9051
9052 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9053 signed integer case.
9054 (classify_argument): Handle enumerations and references.
9055
9056 2003-04-04 Andrew Cagney <cagney@redhat.com>
9057
9058 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9059 ID to NULL.
9060
9061 2003-04-01 Adam Fedor <fedor@gnu.org>
9062
9063 * gdb/objc-lang.c (selectors_info): Replace calls to
9064 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9065 SYMBOL_NATURAL_NAME.
9066 (classes_info, find_methods): Likewise.
9067
9068 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9069
9070 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9071 ``mach'' to the value determined by bfd_default_set_arch_mach().
9072
9073 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9074
9075 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9076 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9077 (mi-cmd-file.o): Update dependencies.
9078
9079 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9080
9081 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9082 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9083
9084 2003-04-01 Adam Fedor <fedor@gnu.org>
9085
9086 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9087 * language.h (struct language_defn): Add la_demangle.
9088 (language_demangle): Declare.
9089 * language.c (language_demangle): New function.
9090 (unk_lang_demangle): Likewise.
9091 (unknown_language_defn, auto_language_defn, local_language_defn):
9092 Add ukn_lang_demangle.
9093 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9094 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9095 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9096 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9097 * jv-lang.c (java_demangle): New function
9098 (java_language_defn): Use it for la_demangle element.
9099 * objc-lang.c (objc_demangle): Add options argument
9100 (objc_language_defn): Use objc_demangle for la_demangle element.
9101 * maint.c (maintenance_demangle): Replace switch with
9102 call to language_demangle.
9103 * utils.c (fprintf_symbol_filtered): Likewise.
9104
9105 2003-04-01 Andrew Cagney <cagney@redhat.com>
9106
9107 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9108 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9109 PRINT_TYPELESS_INTEGER.
9110 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9111 PUSH_RETURN_ADDRESS.
9112
9113 2003-04-01 Andrew Cagney <cagney@redhat.com>
9114
9115 * Makefile.in (d10v-tdep.o): Update dependencies.
9116 * d10v-tdep.c: Include "frame-base.h".
9117 (d10v_frame_unwind): Make constant.
9118 (d10v_frame_base_address): New function.
9119 (d10v_frame_base): New variable.
9120 (d10v_gdbarch_init): Set frame_base default.
9121 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9122 comment for base.
9123 (d10v_frame_unwind_cache): Set and use "prev_sp".
9124 (d10v_frame_this_id): Use the previous frame's inner most stack
9125 address and this frame's func address for the frame ID. Use
9126 frame_id_build. Don't analyze beyond the current instruction.
9127
9128 2003-04-01 Andrew Cagney <cagney@redhat.com>
9129
9130 * frame.h (get_frame_locals_address, get_frame_args_address):
9131 Refer to the base address, instead of the address of the first
9132 local or parameter.
9133
9134 2003-04-01 Andrew Cagney <cagney@redhat.com>
9135
9136 Add frame debug info addresses:
9137 * frame-base.c: New file.
9138 * frame-base.h: New file.
9139 * frame.h (struct frame_base): Add opaque declaration.
9140 (get_frame_base): Update comment.
9141 (get_frame_base_address): Declare.
9142 (get_frame_locals_address): Declare.
9143 (get_frame_args_address): Declare.
9144 (struct frame_info): Add "base" and "base_cache". Update
9145 comments on the unwinder.
9146 * frame.c: Include "frame-base.h".
9147 (get_frame_locals_address): New function.
9148 (get_frame_base_address): New function.
9149 (get_frame_args_address): New function.
9150 * findvar.c (read_var_value): Use get_frame_locals_address and
9151 get_frame_args_address.
9152 * stack.c (frame_info): Use get_frame_locals_address and
9153 get_frame_args_address.
9154 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9155 moved to "frame-base.c".
9156 * printcmd.c (print_frame_nameless_args): Ditto.
9157 * symtab.h (address_class): Update comments.
9158 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9159 get_frame_base_address.
9160 * dwarf2expr.c (execute_stack_op): Ditto.
9161 * Makefile.in (frame_base_h): Define.
9162 (frame.o): Update dependencies.
9163 (frame-base.o): Add dependencies.
9164 (SFILES): Add frame-base.c.
9165 (COMMON_OBS): Add frame-base.o.
9166
9167 2003-04-01 Andrew Cagney <cagney@redhat.com>
9168
9169 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9170 CALL_DUMMY_LENGTH): Ditto.
9171 * gdbarch.c: Re-generate.
9172 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9173 (CALL_DUMMY_LENGTH): Delete macro.
9174 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9175 * arm-tdep.c (arm_gdbarch_init): Ditto.
9176 * avr-tdep.c (avr_gdbarch_init): Ditto.
9177 * cris-tdep.c (cris_gdbarch_init): Ditto.
9178 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9179 * frv-tdep.c (frv_gdbarch_init): Ditto.
9180 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9181 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9182 * i386-tdep.c (i386_gdbarch_init): Ditto.
9183 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9184 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9185 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9186 * mips-tdep.c (mips_gdbarch_init): Ditto.
9187 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9188 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9189 * s390-tdep.c (s390_gdbarch_init): Ditto.
9190 * sh-tdep.c (sh_gdbarch_init): Ditto.
9191 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9192 * v850-tdep.c (v850_gdbarch_init): Ditto.
9193 * vax-tdep.c (vax_gdbarch_init): Ditto.
9194 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9195
9196 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9197
9198 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9199
9200 2003-04-01 Andrew Cagney <cagney@redhat.com>
9201
9202 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9203 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9204 * gdbarch.h, gdbarch.c: Re-generate.
9205 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9206 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9207 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9208 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9209 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9210 * infcmd.c (run_stack_dummy): Simplify assuming
9211 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9212 * infrun.c (handle_inferior_event): Ditto.
9213 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9214 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9215 * arm-tdep.c (arm_gdbarch_init): Ditto.
9216 * avr-tdep.c (avr_gdbarch_init): Ditto.
9217 * cris-tdep.c (cris_gdbarch_init): Ditto.
9218 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9219 * frv-tdep.c (frv_gdbarch_init): Ditto.
9220 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9221 * i386-tdep.c (i386_gdbarch_init): Ditto.
9222 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9223 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9224 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9225 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9226 * mips-tdep.c (mips_gdbarch_init): Ditto.
9227 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9228 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9229 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9230 * s390-tdep.c (s390_gdbarch_init): Ditto.
9231 * sh-tdep.c (sh_gdbarch_init): Ditto.
9232 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9233 * v850-tdep.c (v850_gdbarch_init): Ditto.
9234 * vax-tdep.c (vax_gdbarch_init): Ditto.
9235 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9236
9237 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9238
9239 * symfile.c (symfile_relocate_debug_section): Update call to
9240 bfd_simple_get_relocated_section_contents.
9241
9242 2003-03-31 Andrew Cagney <cagney@redhat.com>
9243
9244 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9245 * gdbarch.h, gdbarch.c: Regenerate.
9246 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9247 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9248 available.
9249 * frame.h (generic_fix_call_dummy): Delete declaration.
9250 * dummy-frame.h: Update comment.
9251 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9252 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9253 fix_call_dummy.
9254 * sh-tdep.c (sh_gdbarch_init): Ditto.
9255 * s390-tdep.c (s390_gdbarch_init): Ditto.
9256 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9257 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9258 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9259 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9260 * i386-tdep.c (i386_gdbarch_init): Ditto.
9261 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9262 * frv-tdep.c (frv_gdbarch_init): Ditto.
9263 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9264 * cris-tdep.c (cris_gdbarch_init): Ditto.
9265 * avr-tdep.c (avr_gdbarch_init): Ditto.
9266 * arm-tdep.c (arm_gdbarch_init): Ditto.
9267
9268 2003-03-31 J. Brobecker <brobecker@gnat.com>
9269
9270 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9271 (INIT_FRAME_AP): Likewise.
9272 (EXTRA_FRAME_INFO): Likewise.
9273
9274 2003-03-31 Andrew Cagney <cagney@redhat.com>
9275
9276 * gdbarch.sh: Include "symfile.h".
9277 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9278 * gdbarch.h, gdbarch.c: Re-generate.
9279 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9280 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9281 call_dummy_address, the default is at entry_point_address.
9282 * v850-tdep.c (v850_gdbarch_init): Ditto.
9283 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9284 * sh-tdep.c (sh_gdbarch_init): Ditto.
9285 * s390-tdep.c (s390_gdbarch_init): Ditto.
9286 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9287 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9288 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9289 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9290 * i386-tdep.c (i386_gdbarch_init): Ditto.
9291 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9292 * frv-tdep.c (frv_gdbarch_init): Ditto.
9293 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9294 * cris-tdep.c (cris_gdbarch_init): Ditto.
9295 * arm-tdep.c (arm_gdbarch_init): Ditto.
9296
9297 2003-03-31 Andrew Cagney <cagney@redhat.com>
9298
9299 * gdbarch.sh (CALL_DUMMY_P): Delete.
9300 * gdbarch.h, gdbarch.c: Re-generate.
9301 * inferior.h (CALL_DUMMY_P): Delete macro.
9302 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9303 * vax-tdep.c (vax_gdbarch_init): Update.
9304 * v850-tdep.c (v850_gdbarch_init): Update.
9305 * sparc-tdep.c (sparc_gdbarch_init): Update.
9306 * sh-tdep.c (sh_gdbarch_init): Update.
9307 * s390-tdep.c (s390_gdbarch_init): Update.
9308 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9309 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9310 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9311 * mips-tdep.c (mips_gdbarch_init): Update.
9312 * mcore-tdep.c (mcore_gdbarch_init): Update.
9313 * m68k-tdep.c (m68k_gdbarch_init): Update.
9314 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9315 * ia64-tdep.c (ia64_gdbarch_init): Update.
9316 * i386-tdep.c (i386_gdbarch_init): Update.
9317 * h8300-tdep.c (h8300_gdbarch_init): Update.
9318 * frv-tdep.c (frv_gdbarch_init): Update.
9319 * d10v-tdep.c (d10v_gdbarch_init): Update.
9320 * cris-tdep.c (cris_gdbarch_init): Update.
9321 * breakpoint.c (deprecated_frame_in_dummy): Update.
9322 * avr-tdep.c (avr_gdbarch_init): Update.
9323 * alpha-tdep.c (alpha_gdbarch_init): Update.
9324 * arm-tdep.c (arm_gdbarch_init): Update.
9325 * dummy-frame.c (dummy_frame_this_id): Update comments.
9326 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9327 * frame.c (legacy_get_prev_frame): Ditto.
9328 * valops.c (call_function_by_hand): Delete function.
9329 (hand_function_call): Rename to call_function_by_hand
9330
9331 2003-03-30 Andrew Cagney <cagney@redhat.com>
9332
9333 2002-11-10 Klee Dienes <kdienes@apple.com>
9334 * value.h (struct value): Update comment.
9335
9336 2003-03-30 Andrew Cagney <cagney@redhat.com>
9337
9338 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9339 D10V_FP_REGNUM.
9340 (d10v_gdbarch_init): Do not set fp_regnum.
9341
9342 * frame.c (get_frame_base): Force ID initialization.
9343 (get_prev_frame): Move computation of the frame ID from here ...
9344 (get_frame_id): ... to here.
9345 (legacy_get_prev_frame): Mark the frame ID as valid.
9346 * frame.h (struct frame_info): Add field "id_p".
9347
9348 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9349
9350 * i386-tdep.c (i386_store_struct_return): Removed.
9351 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9352
9353 2003-03-30 Andrew Cagney <cagney@redhat.com>
9354
9355 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9356 * gdbarch.h, gdbarch.c: Regenerate.
9357 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9358 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9359 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9360 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9361 * i386-tdep.c (i386_gdbarch_init): Ditto.
9362 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9363 * cris-tdep.c (cris_gdbarch_init): Ditto.
9364 * vax-tdep.c (vax_gdbarch_init): Ditto.
9365 * s390-tdep.c (s390_gdbarch_init): Ditto.
9366 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9367 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9368 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9369 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9370 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9371 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9372 * sparc-tdep.c (sparc_gdbarch_init): Update.
9373 * sh-tdep.c (sh_gdbarch_init): Update.
9374 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9375 * mips-tdep.c (mips_gdbarch_init): Update.
9376 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9377 * ia64-tdep.c (ia64_gdbarch_init): Update.
9378 * frv-tdep.c (frv_gdbarch_init): Update.
9379 * avr-tdep.c (avr_gdbarch_init): Update.
9380 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9381 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9382 instead of when push_dummy_call is not available.
9383
9384 2003-03-30 Andrew Cagney <cagney@redhat.com>
9385
9386 * infttrace.c: Include "gdbthread.h".
9387 (parent_attach_all): Fix function signature.
9388 (call_ptrace): Update call.
9389 * Makefile.in (infttrace.o): Update dependencies.
9390
9391 2003-03-30 Andrew Cagney <cagney@redhat.com>
9392
9393 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9394 PUSH_RETURN_ADDRESS.
9395 * gdbarch.h, gdbarch.c: Regenerate.
9396 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9397 * x86-64-tdep.c (x86_64_init_abi): Update.
9398 * v850-tdep.c (v850_gdbarch_init): Update.
9399 * sparc-tdep.c (sparc_gdbarch_init): Update.
9400 * sh-tdep.c (sh_gdbarch_init): Update.
9401 * s390-tdep.c (s390_gdbarch_init): Update.
9402 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9403 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9404 * mips-tdep.c (mips_gdbarch_init): Update.
9405 * mcore-tdep.c (mcore_gdbarch_init): Update.
9406 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9407 * ia64-tdep.c (ia64_gdbarch_init): Update.
9408 * i386-tdep.c (i386_gdbarch_init): Update.
9409 * h8300-tdep.c (h8300_gdbarch_init): Update.
9410 * frv-tdep.c (frv_gdbarch_init): Update.
9411 * cris-tdep.c (cris_gdbarch_init): Update.
9412 * avr-tdep.c (avr_gdbarch_init): Update.
9413 * arm-tdep.c (arm_gdbarch_init): Update.
9414 * valops.c (hand_function_call): Update.
9415
9416 2003-03-29 Andrew Cagney <cagney@redhat.com>
9417
9418 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9419 sizeof_call_dummy_words.
9420 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9421 define.
9422 * gdbarch.h: Regenerate.
9423
9424 2003-03-29 Andrew Cagney <cagney@redhat.com>
9425
9426 * infttrace.h: New file.
9427 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9428 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9429 (hpread_read_doc_function_type): Detect an initialized type1.
9430 (hpread_quick_traverse): Initialize mod_name_string.
9431 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9432 (som_solib_get_solib_by_pc): Declare.
9433 (so_lib_thread_start_addr): Declare.
9434 (no_shared_libraries): Declare.
9435 * somread.c (init_import_symbols): Make static. Add forward
9436 declaration.
9437 * config/pa/nm-hppah.h: Include "infttrace.h" for
9438 parent_attach_all.
9439 (hppa_insert_hw_watchpoint): Declare.
9440 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9441 * hppah-nat.c: Include "gdb_string.h".
9442 (parent_attach_all): Delete extern declaration, moved to
9443 "infttrace.h".
9444 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9445 int.
9446 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9447 * Makefile.in (infttrace_h): Define.
9448 (hpread.o): Update dependencies.
9449 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9450 * hppa-hpux-tdep.c: Include "gdb_string.h".
9451 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9452 * infrun.c (handle_inferior_event): Always initialize
9453 stepped_after_stopped_by_watchpoint. Add default and remove
9454 fallthrough in switch statement.
9455 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9456 parameter to int.
9457 (hppa_remove_hw_watchpoint): Ditto.
9458
9459 2003-03-29 Andrew Cagney <cagney@redhat.com>
9460
9461 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9462 offset.
9463
9464 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9465
9466 * arm-tdep.c (arm_push_arguments): Delete.
9467 (struct stack_item): New type.
9468 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9469 (arm_store_struct_return): Delte.
9470 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9471 arm_push_arguments or arm_store_struct_return.
9472
9473 2003-03-28 Andrew Cagney <cagney@redhat.com>
9474
9475 * Makefile.in (d10v-tdep.o): Update dependencies.
9476 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9477 * d10v-tdep.c: Include "remote.h".
9478 (target_resume_hook): Delete extern declaration.
9479 (target_wait_loop_hook): Ditto.
9480 (tdisassemble_command): Eliminate assignment in "if" conditional.
9481 (d10v_ts2_register_sim_regno): Eliminate call to
9482 legacy_register_sim_regno.
9483 (d10v_ts3_register_sim_regno): Ditto.
9484
9485 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9486
9487 * thread.c: Reindented.
9488 * lin-lwp.c: Ditto.
9489 * linux-proc.c: Ditto.
9490
9491 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9492
9493 * MAINTAINERS (write after approval): Add myself.
9494
9495 2003-03-27 Theodore A. Roth <troth@openavr.org>
9496
9497 * objc-exp.y: Add missing semi-colons.
9498
9499 2003-03-27 Andrew Cagney <cagney@redhat.com>
9500
9501 * regcache.c (write_sp): Delete function and references.
9502 * inferior.h (write_sp): Delete declaration.
9503 * valops.c (hand_function_call): Replace write_sp with
9504 TARGET_WRITE_SP.
9505 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9506 (sparc_pop_frame): Ditto.
9507
9508 2003-03-27 Andrew Cagney <cagney@redhat.com>
9509
9510 * NEWS: Mention removal of support for hppa*-*-bsd* and
9511 hppa*-*-osf* natives, and hppa*-*-pro* target.
9512 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9513 * config/pa/xm-pa.h: Obsolete file.
9514 * config/pa/xm-hppab.h: Obsolete file.
9515 * config/pa/nm-hppab.h: Obsolete file.
9516 * config/pa/tm-hppab.h: Obsolete file.
9517 * config/pa/tm-hppao.h: Obsolete file.
9518 * config/pa/nm-hppao.h: Obsolete file.
9519 * config/pa/tm-pro.h: Obsolete file.
9520 * config/pa/hppaosf.mt: Obsolete file.
9521 * config/pa/hppaosf.mh: Obsolete file.
9522 * config/pa/hppapro.mt: Obsolete file.
9523 * config/pa/hppabsd.mt: Obsolete file.
9524 * config/pa/hppabsd.mh: Obsolete file.
9525 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9526 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9527 hppa*-*-osf*.
9528
9529 2003-03-27 Andrew Cagney <cagney@redhat.com>
9530
9531 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9532 push_arguments. Don't set push_return_address or write_sp.
9533 (d10v_push_dummy_call): Replace d10v_push_arguments.
9534 (d10v_push_return_address, d10v_write_sp): Delete function,
9535 handled by push_dummy_call.
9536
9537 2003-03-26 Andrew Cagney <cagney@redhat.com>
9538
9539 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9540 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9541 regcache and dummy_addr parameters.
9542 * gdbarch.h, gdbarch.c: Re-generate.
9543 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9544 available; assume it will handle stack alignment and return
9545 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9546 legacy_push_arguments.
9547 (legacy_push_arguments): Rename default_push_arguments.
9548 * value.h (legacy_push_arguments): Rename default_push_arguments.
9549 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9550 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9551 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9552 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9553 * config/i386/tm-symmetry.h: Update.
9554 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9555 * x86-64-tdep.c (x86_64_init_abi): Update.
9556 * v850-tdep.c (v850_gdbarch_init): Update.
9557 * sparc-tdep.c (sparc_gdbarch_init): Update.
9558 * sh-tdep.c (sh_gdbarch_init): Update.
9559 * s390-tdep.c (s390_gdbarch_init): Update.
9560 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9561 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9562 * mips-tdep.c (mips_gdbarch_init): Update.
9563 * mcore-tdep.c (mcore_gdbarch_init): Update.
9564 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9565 * ia64-tdep.c (ia64_gdbarch_init): Update.
9566 * i386-tdep.c (i386_gdbarch_init): Update.
9567 * hppa-tdep.c (hppa_gdbarch_init): Update.
9568 * h8300-tdep.c (h8300_gdbarch_init): Update.
9569 * frv-tdep.c (frv_gdbarch_init): Update.
9570 * d10v-tdep.c (d10v_gdbarch_init): Update.
9571 * cris-tdep.c (cris_gdbarch_init): Update.
9572 * avr-tdep.c (avr_gdbarch_init): Update.
9573 * arm-tdep.c (arm_gdbarch_init): Update.
9574 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9575 * alpha-tdep.c (alpha_gdbarch_init): Update.
9576
9577 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9578
9579 * signals/signals.c (do_target_signal_to_host): Correct realtime
9580 signal range test.
9581
9582 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9583
9584 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9585 (struct sal_chain, map_catch_names): Remove.
9586 (catch_exception_command_1): Don't call
9587 handle_gnu_4_16_catch_command.
9588
9589 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9590
9591 From Mark Dettinger <dettinge@de.ibm.com>:
9592 * dwarf2cfi.c (read_2u): Increment pointer by two.
9593
9594 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9595
9596 * signals/signals.c: Fix typos in last change.
9597
9598 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9599
9600 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9601 not already defined. Use __SIGRTMIN if available.
9602 (target_signal_from_host): Remove SIGRTMIN block.
9603 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9604 the signal is within the realtime range.
9605
9606 2003-03-25 Adam Fedor <fedor@gnu.org>
9607
9608 * Makefile.in (infrun.o): Add $(language_h)
9609 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9610 for language specific trampolines.
9611 * language.h (struct language_defn): Add skip_trampoline.
9612 (skip_language_trampoline): Declare.
9613 * language.c (unk_lang_trampoline, skip_language_trampoline):
9614 New functions.
9615 (unknown_language_defn, auto_language_defn, local_language_defn):
9616 Add ukn_lang_trampoline.
9617 * ada-lang.c (ada_language_defn): Add NULL for language
9618 specific skip_trampoline.
9619 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9620 scm-lang.c: Likewise.
9621 * objc-lang.c (objc_skip_trampoline): New function.
9622 (objc_language_defn): Add objc_skip_trampoline.
9623
9624 2003-03-25 Andrew Cagney <cagney@redhat.com>
9625
9626 * frame.c (get_prev_frame): Delay validating a frame's ID -
9627 non-NULL, didn't go backwards - until an attempt to unwind it to
9628 the previous frame.
9629
9630 2003-03-25 Andrew Cagney <cagney@redhat.com>
9631
9632 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9633 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9634 * gdbarch.h, gdbarch.c: Re-generate.
9635 * config/sparc/tm-sparc.h
9636 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9637 * sparc-tdep.c (sparc_gdbarch_init): Set
9638 deprecated_extra_stack_alignment_needed.
9639 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9640 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9641 extra_stack_alignment_needed.
9642 * v850-tdep.c (v850_gdbarch_init): Ditto.
9643 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9644 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9645 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9646 * cris-tdep.c (cris_gdbarch_init): Ditto.
9647 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9648 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9649
9650 2003-03-25 Andrew Cagney <cagney@redhat.com>
9651
9652 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9653 STORE_STRUCT_RETURN.
9654 * gdbarch.h, gdbarch.c: Regenerate.
9655 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9656 (d10v_push_arguments): Set the struct return register.
9657 (d10v_gdbarch_init): Update.
9658 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9659 * x86-64-tdep.c (x86_64_init_abi): Update.
9660 * vax-tdep.c (vax_gdbarch_init): Update.
9661 * v850-tdep.c (v850_gdbarch_init): Update.
9662 * sparc-tdep.c (sparc_gdbarch_init): Update.
9663 * sh-tdep.c (sh_gdbarch_init): Update.
9664 * s390-tdep.c (s390_gdbarch_init): Update.
9665 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9666 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9667 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9668 * mips-tdep.c (mips_gdbarch_init): Update.
9669 * mcore-tdep.c (mcore_gdbarch_init): Update.
9670 * m68k-tdep.c (m68k_gdbarch_init): Update.
9671 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9672 * ia64-tdep.c (ia64_gdbarch_init): Update.
9673 * i386-tdep.c (i386_gdbarch_init): Update.
9674 * hppa-tdep.c (hppa_gdbarch_init): Update.
9675 * h8300-tdep.c (h8300_gdbarch_init): Update.
9676 * frv-tdep.c (frv_gdbarch_init): Update.
9677 * cris-tdep.c (cris_gdbarch_init): Update.
9678 * avr-tdep.c (avr_gdbarch_init): Update.
9679 * arm-tdep.c (arm_gdbarch_init): Update.
9680 * alpha-tdep.c (alpha_gdbarch_init): Update.
9681
9682 2003-03-25 Andrew Cagney <cagney@redhat.com>
9683
9684 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9685 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9686 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9687 * gdbarch.h, gdbarch.c: Regenerate.
9688 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9689 call_dummy_stack_adjust_p.
9690 * vax-tdep.c (vax_gdbarch_init): Ditto.
9691 * v850-tdep.c (v850_gdbarch_init): Ditto.
9692 * sh-tdep.c (sh_gdbarch_init): Ditto.
9693 * s390-tdep.c (s390_gdbarch_init): Ditto.
9694 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9695 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9696 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9697 * mips-tdep.c (mips_gdbarch_init): Ditto.
9698 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9699 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9700 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9701 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9702 * i386-tdep.c (i386_gdbarch_init): Ditto.
9703 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9704 * frv-tdep.c (frv_gdbarch_init): Ditto.
9705 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9706 * cris-tdep.c (cris_gdbarch_init): Ditto.
9707 * avr-tdep.c (avr_gdbarch_init): Ditto.
9708 * arm-tdep.c (arm_gdbarch_init): Ditto.
9709 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9710 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9711 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9712 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9713 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9714 call_dummy_stack_adjust_p.
9715 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9716 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9717 * sparc-tdep.c (sparc32_push_arguments): Update.
9718 * valops.c (hand_function_call): Update.
9719
9720 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
9721
9722 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9723 set_gdbarch_char_signed.
9724
9725 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9726
9727 PR cli/548
9728 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9729
9730 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9731
9732 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9733 (_initialize_arm_tdep): Don't set tm_print_insn.
9734
9735 2003-03-24 Adam Fedor <fedor@gnu.org>
9736
9737 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9738 * objc-lang.h: Add multiple inclusion protection.
9739 (start_msglist, add_msglist, end_msglist): Additional declarations.
9740
9741 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
9742
9743 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9744 value was renamed to ARM_FLOAT_SOFT_FPA.
9745
9746 2003-03-23 Andrew Cagney <cagney@redhat.com>
9747
9748 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9749 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9750 * gdbarch.h, gdbarch.c: Regenerate.
9751 * valops.c (hand_function_call): Update.
9752 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9753 * frame.c (legacy_saved_regs_this_id): Update.
9754 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9755 * dummy-frame.h: Update.
9756 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9757 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9758 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9759 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9760 * config/m68k/tm-sun3.h: Update.
9761 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9762 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9763 * x86-64-tdep.c (x86_64_init_abi): Update.
9764 * vax-tdep.c (vax_gdbarch_init): Update.
9765 * v850-tdep.c (v850_gdbarch_init): Update.
9766 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9767 * sh-tdep.c (sh_gdbarch_init): Update.
9768 * s390-tdep.c (s390_gdbarch_init): Update.
9769 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9770 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9771 (frame_get_saved_regs): Update.
9772 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9773 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9774 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9775 * mips-tdep.c (mips_gdbarch_init): Update.
9776 * mcore-tdep.c (mcore_gdbarch_init): Update.
9777 * m68k-tdep.c (m68k_gdbarch_init): Update.
9778 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9779 * ia64-tdep.c (ia64_gdbarch_init): Update.
9780 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9781 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9782 (i386_interix_back_one_frame): Update.
9783 * hppa-tdep.c (hppa_gdbarch_init): Update.
9784 (hppa_init_extra_frame_info): Update.
9785 * h8300-tdep.c (h8300_gdbarch_init): Update.
9786 * frv-tdep.c (frv_gdbarch_init): Update.
9787 * cris-tdep.c (cris_gdbarch_init): Update.
9788 * avr-tdep.c (avr_gdbarch_init): Update.
9789 * arm-tdep.c (arm_gdbarch_init): Update.
9790 * alpha-tdep.c (alpha_gdbarch_init): Update.
9791
9792 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9793
9794 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9795 (arm_get_fp_model): Declare.
9796 * arm-tdep.c (fp_model_strings): New string array.
9797 (arm_fp_model, current_fp_model): New variables.
9798 (arm_get_fp_model): New function.
9799 (arm_set_fp): New function.
9800 (set_fp_model_sfunc): New function.
9801 (show_fp_model): New function.
9802 (_initialize_arm_tdep): Add new command to set/show the FPU.
9803 (arm_extract_return_value): Use arm_get_fp_model.
9804 (arm_store_return_value): Likewise.
9805 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9806 to initialize the floating-point data types.
9807 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9808 model is FPA.
9809
9810 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9811
9812 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9813 the current setting of each value.
9814 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
9815 new_set and new_show. Use add_setshow_cmd_full and
9816 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9817 commands and add new version as subcommands of "set/show arm".
9818
9819 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9820
9821 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9822 (set_arm_command, show_arm_command): New functions.
9823 (_initialize_arm_tdep): Add them.
9824 (num_disassembly_options): Renamed from num_flavor_options.
9825 (valid_disassembly_styles): Renamed from valid_flavors.
9826 (disassembly_style): Renamed from disassembly_flavor.
9827 (set_disassembly_style_sfunc): Renamed from
9828 set_disassembly_flavor_sfunc.
9829 (set_disassembly_style): Renamed from set_disassembly_flavor.
9830 (arm_othernames): Updated.
9831 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9832 command. Add "set/show arm disassembly" commands. Deprecate
9833 "othernames" command.
9834
9835 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9836
9837 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9838 (arm-tdep.o): Depend on elf_arm_h.
9839
9840 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9841
9842 * Makefile.in (coff_internal_h): Define.
9843 (arm-tdep.o): Update dependencies.
9844
9845 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9846
9847 * arm-tdep.c (prologue_cache): Delete.
9848 (check_prologue_cache, save_prologue_cache): Delete.
9849 (arm_scan_prologue): Don't check or update the prologue_cache.
9850 (arm_gdb_arch_init): Don't initialize it.
9851 (_initialize_arm_tdep): Likewise.
9852
9853 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9854
9855 * MAINTAINERS (tui): Maintainer of tui code.
9856
9857 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
9858
9859 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9860 (i386-cygwin-tdep.o): Add dependencies.
9861 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9862 * i386-cygwin-tdep.c: New file.
9863 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9864 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9865
9866 2003-03-20 Andrew Cagney <cagney@redhat.com>
9867
9868 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9869 (handle_inferior_event): Remove code calling
9870 DYNAMIC_TRAMPOLINE_NEXTPC.
9871
9872 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9873 already has a full path.
9874
9875 * main.c (gdb_main): Return 1.
9876 (captured_main): Call error to report an invalid interpreter.
9877
9878 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9879 * alpha-osf1-tdep.c: Include "gdb_string.h".
9880
9881 2003-03-19 J. Brobecker <brobecker@gnat.com>
9882
9883 Continuing work to convert the hppa targets to multiarch partial.
9884
9885 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9886 method, now that hppa_push_dummy_frame has a conformant prototype.
9887 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9888 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9889 for the switch to multiarch partial.
9890
9891 2003-03-19 Kevin Buettner <kevinb@redhat.com>
9892
9893 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9894 when iss is issNull.
9895
9896 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9897
9898 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9899 NUM_REGS bounds check.
9900
9901 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9902
9903 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9904 * mips-tdep.c (gdb_assert.h): Include.
9905 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9906 (mips_register_name): Handle integer registers explicitly. Add
9907 bounds checking.
9908 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9909 (mips_lsi33k_reg_names): Don't list integer registers; they're
9910 handled by mips_register_name() now.
9911 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9912 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9913 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9914 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9915 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9916
9917 2003-03-18 Andrew Cagney <cagney@redhat.com>
9918
9919 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9920 a void pointer.
9921 * gdbtypes.h (print_scalar_formatted): Update declaration.
9922 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9923
9924 2003-03-18 J. Brobecker <brobecker@gnat.com>
9925
9926 * infrun.c (observer.h): Add #include.
9927 (normal_stop): Add call to observer_notify_normal_stop.
9928 * Makefile.in (infrun.o): Add dependency on observer.h.
9929
9930 2003-03-18 J. Brobecker <brobecker@gnat.com>
9931
9932 Continuing work to convert the hppa targets to multiarch partial.
9933 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9934 parameter. Reformat comment.
9935 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9936 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9937 to match new profile.
9938
9939 2003-03-18 J. Brobecker <brobecker@gnat.com>
9940
9941 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9942 appear to be working in any case.
9943
9944 2003-03-18 J. Brobecker <brobecker@gnat.com>
9945
9946 * observer.c (observer_test_first_observer): New static variable.
9947 (observer_test_second_observer): Likewise.
9948 (observer_test_third_observer): Likewise.
9949 (observer_test_first_notification_function): New static function.
9950 (observer_test_second_notification_function): Likewise.
9951 (observer_test_third_notification_function): Likewise.
9952
9953 2003-03-17 J. Brobecker <brobecker@gnat.com>
9954
9955 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9956 * somsolib.c (gdb_assert.h): Likewise.
9957 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9958 (somsolib.o): Likewise.
9959
9960 2003-03-17 Andrew Cagney <cagney@redhat.com>
9961
9962 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9963 BFD. Simplify setting of di.endian.
9964
9965 2003-03-17 Andrew Cagney <cagney@redhat.com>
9966
9967 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9968 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9969
9970 From Elena Zannoni <ezannoni@redhat.com>
9971 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9972 vector and floating-point parameters.
9973 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9974 convention.
9975 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9976
9977 2003-03-17 Fernando Nasser <fnasser@redhat.com>
9978
9979 * MAINTAINERS: Remove my name from several maintainership roles.
9980
9981 2003-03-17 Andrew Cagney <cagney@redhat.com>
9982
9983 Fix frame off-by-one bug.
9984 * frame-unwind.h (frame_this_id_ftype): Replace
9985 frame_unwind_id_ftype.
9986 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9987 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9988 with "prev_register".
9989 * frame-unwind.c (frame_unwind_find_by_pc): Return
9990 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9991 comment.
9992 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9993 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9994 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9995 (dummy_frame_unwind): Update.
9996 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9997 sentinel_frame_register_unwind.
9998 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9999 (sentinel_frame_unwinder): Update.
10000 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10001 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10002 * frame.c (create_sentinel_frame): Update. Initialize
10003 "prologue_cache" instead of "unwind_cache".
10004 (frame_register_unwind): Call this frame's prev_register with the
10005 next frame and this frame's prologue cache.
10006 (get_prev_frame): Simplify. Always call prev frame's this_id with
10007 this frame and prev frame's prologue cache. Document that this
10008 call is shifted one to the left when compared to the
10009 frame_register_unwind call.
10010 (legacy_saved_regs_prev_register): Replace
10011 frame_saved_regs_register_unwind.
10012 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10013 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10014 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10015 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10016 (d10v_frame_unwind): Update.
10017 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10018 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10019 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10020 "saved_regs" with "this_saved_regs".
10021
10022 2003-03-16 Andrew Cagney <cagney@redhat.com>
10023
10024 * frame.c (frame_pop): Don't call target_store_registers. Fix
10025 problem reported by Mark Kettenis.
10026
10027 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10028
10029 * i386-tdep.c (i386_register_type): Renamed from
10030 i386_register_virtual_type. Adjust function signature.
10031 (i386_gdbarch_init): Set register_type instead of
10032 deprecated_max_register_raw_size,
10033 deprecated_max_register_virtual_size and register_virtual_type.
10034
10035 2003-03-14 Andrew Cagney <cagney@redhat.com>
10036
10037 * frame.c (get_prev_frame): When a legacy frame, always call
10038 legacy_get_prev_frame. Simplify unwind code using assumption that
10039 the unwinder is new.
10040 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10041 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10042 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10043
10044 2003-03-14 Andrew Cagney <cagney@redhat.com>
10045
10046 * frame.c (get_saved_register): Delete function.
10047 * frame.h (get_saved_register): Delete declaration.
10048 * xstormy16-tdep.c: Update comment.
10049 * regcache.h: Update comments.
10050 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10051 get_saved_register and extract_address, use
10052 frame_read_unsigned_register.
10053 (sparc_frame_saved_pc): Ditto.
10054 (sparc_get_saved_register): Instead of get_saved_register, use
10055 frame_register.
10056 (sparc_pop_frame): Ditto.
10057 * findvar.c: Update comments.
10058 (value_of_register): Call frame_register instead of
10059 get_saved_register.
10060 (value_from_register): Ditto.
10061 * config/sparc/tm-sparc.h: Update comment.
10062 * breakpoint.c: Update comment.
10063
10064 2003-03-14 Andrew Cagney <cagney@redhat.com>
10065
10066 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10067 GET_SAVED_REGISTER.
10068 * gdbarch.h, gdbarch.c: Re-generate.
10069 * frame.h: Update comments.
10070 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10071 * x86-64-tdep.c (x86_64_init_abi): Update.
10072 * sparc-tdep.c (sparc_gdbarch_init): Update.
10073 * sh-tdep.c (sh_gdbarch_init): Update.
10074 * mips-tdep.c (mips_gdbarch_init): Update.
10075 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10076 * cris-tdep.c (cris_gdbarch_init): Update.
10077 * ia64-tdep.c (ia64_gdbarch_init): Update.
10078 * frame.c (frame_register): Update.
10079 (get_saved_register): Update.
10080 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10081
10082 2003-03-13 Andrew Cagney <cagney@redhat.com>
10083
10084 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10085 * gdbarch.h, gdbarch.c: Regenerate.
10086 * valops.c (hand_function_call): Update comment.
10087 * stack.c (return_command): Update comment.
10088 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10089 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10090 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10091 * x86-64-tdep.c (x86_64_init_abi): Update.
10092 * vax-tdep.c (vax_gdbarch_init): Update.
10093 * v850-tdep.c (v850_gdbarch_init): Update.
10094 * sparc-tdep.c (sparc_gdbarch_init): Update.
10095 * sh-tdep.c (sh_gdbarch_init): Update.
10096 * s390-tdep.c (s390_gdbarch_init): Update.
10097 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10098 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10099 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10100 * mips-tdep.c (mips_gdbarch_init): Update.
10101 * mcore-tdep.c (mcore_gdbarch_init): Update.
10102 * m68k-tdep.c (m68k_gdbarch_init): Update.
10103 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10104 * ia64-tdep.c (ia64_gdbarch_init): Update.
10105 * i386-tdep.c (i386_gdbarch_init): Update.
10106 * hppa-tdep.c (hppa_gdbarch_init): Update.
10107 * h8300-tdep.c (h8300_gdbarch_init): Update.
10108 * frv-tdep.c (frv_gdbarch_init): Update.
10109 * cris-tdep.c (cris_gdbarch_init): Update.
10110 * avr-tdep.c (avr_gdbarch_init): Update.
10111 * arm-tdep.c (arm_gdbarch_init): Update.
10112 * alpha-tdep.c (alpha_gdbarch_init): Update.
10113
10114 2003-03-13 Andrew Cagney <cagney@redhat.com>
10115
10116 * frame.c (legacy_frame_p): New function.
10117 (get_prev_frame): Use legacy_frame_p.
10118 * frame.h (legacy_frame_p): Declare.
10119
10120 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10121
10122 * MAINTAINERS (write after approval): Alphabetically
10123 listing corrected.
10124
10125 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10126
10127 * MAINTAINERS (write after approval): Add myself.
10128
10129 2003-03-12 Andrew Cagney <cagney@redhat.com>
10130
10131 * frame.c (get_prev_frame): Rename the frame parameter to
10132 "this_frame".
10133 (get_next_frame, legacy_get_prev_frame): Ditto.
10134
10135 2003-03-12 Andrew Cagney <cagney@redhat.com>
10136
10137 * frame.c (get_current_frame): Check target_has_registers before
10138 checking target_has_stack.
10139 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10140 instead of deprecated_selected_frame.
10141 * findvar.c (value_of_register): Pass "frame", not
10142 deprecated_selected_frame, to value_of_builtin_reg.
10143
10144 2003-03-12 Andrew Cagney <cagney@redhat.com>
10145
10146 * regcache.c (regcache_cooked_write_signed): New function.
10147 (regcache_cooked_write_unsigned): New function.
10148 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10149 (regcache_cooked_read_signed): Fix regnum in range assertion.
10150 * regcache.h (regcache_cooked_write_signed): Declare.
10151 (regcache_cooked_write_unsigned): Declare.
10152
10153 2003-03-12 Andrew Cagney <cagney@redhat.com>
10154
10155 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10156 * gdbarch.h, gdbarch.c: Re-generate.
10157 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10158 * x86-64-tdep.h: Update.
10159 * x86-64-tdep.c (x86_64_init_abi): Update.
10160 * v850-tdep.c (v850_gdbarch_init): Update.
10161 * sparc-tdep.c (sparc_gdbarch_init): Update.
10162 * sh-tdep.c (sh_gdbarch_init): Update.
10163 * s390-tdep.c (s390_gdbarch_init): Update.
10164 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10165 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10166 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10167 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10168 * mips-tdep.c (mips_gdbarch_init): Update.
10169 * mcore-tdep.c (mcore_gdbarch_init): Update.
10170 * m68k-tdep.c (m68k_gdbarch_init): Update.
10171 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10172 * ia64-tdep.c (ia64_gdbarch_init): Update.
10173 * i386-tdep.c (i386_gdbarch_init): Update.
10174 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10175 * hppa-tdep.c (hppa_gdbarch_init): Update.
10176 * h8300-tdep.c (h8300_gdbarch_init): Update.
10177 * frv-tdep.c (frv_gdbarch_init): Update.
10178 * cris-tdep.c (cris_gdbarch_init): Update.
10179 * avr-tdep.c (avr_gdbarch_init): Update.
10180 * arm-tdep.c (arm_gdbarch_init): Update.
10181 * alpha-tdep.c (alpha_gdbarch_init): Update.
10182 * sh-tdep.c (sh_init_extra_frame_info): Update.
10183 (sh64_init_extra_frame_info): Update.
10184 * ns32knbsd-nat.c (frame_num_args): Update.
10185 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10186 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10187 (xstormy16_frame_chain_valid): Update.
10188 * vax-tdep.c (vax_saved_pc_after_call): Update.
10189 * v850-tdep.c (v850_frame_chain): Update.
10190 (v850_pop_frame): Update.
10191 (v850_init_extra_frame_info): Update.
10192 * sparc-tdep.c (setup_arbitrary_frame): Update.
10193 * ns32k-tdep.c (umax_frame_num_args): Update.
10194 * s390-tdep.c (s390_pop_frame_regular): Update.
10195 * mn10300-tdep.c (mn10300_frame_chain): Update.
10196 (mn10300_pop_frame_regular): Update.
10197 (mn10300_init_extra_frame_info): Update.
10198 * mips-tdep.c (mips_init_frame_pc_first): Update.
10199 (mips_frame_chain): Update.
10200 (mips_pop_frame): Update.
10201 * mcore-tdep.c (mcore_frame_chain): Update.
10202 (mcore_pop_frame): Update.
10203 (mcore_init_extra_frame_info): Update.
10204 * arch-utils.c (init_frame_pc_default): Update.
10205 * m68k-tdep.c (isi_frame_num_args): Update.
10206 (delta68_frame_num_args): Update.
10207 (news_frame_num_args): Update.
10208 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10209 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10210 (alpha_frame_chain): Update.
10211 (alpha_pop_frame): Update.
10212 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10213 (hppa_init_extra_frame_info): Update.
10214 (hppa_frame_chain): Update.
10215 (hppa_frame_chain_valid): Update.
10216 * cris-tdep.c (cris_init_extra_frame_info): Update.
10217 * avr-tdep.c (avr_init_extra_frame_info): Update.
10218 * arm-tdep.c (arm_frame_chain_valid): Update.
10219 (arm_init_extra_frame_info): Update.
10220 (arm_pop_frame): Update.
10221 * frame.c (frame_pc_unwind): Update.
10222 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10223 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10224 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10225 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10226 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10227 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10228
10229 2003-03-12 Andrew Cagney <cagney@redhat.com>
10230
10231 Eliminate the need for POP_FRAME.
10232 * frame.c (do_frame_unwind_register): New function.
10233 (frame_pop): When no POP_FRAME, pop the frame using register
10234 unwind and a scratch regcache.
10235 (frame_saved_regs_pop): Delete function.
10236 (trad_frame_unwinder): Update.
10237 * d10v-tdep.c (d10v_frame_pop): Delete function.
10238 (d10v_frame_unwind): Update.
10239 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10240 (sentinel_frame_unwinder): Update.
10241 * dummy-frame.c (dummy_frame_pop): Delete function.
10242 (dummy_frame_unwind): Update.
10243 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10244 (struct frame_unwind): Update.
10245
10246 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10247
10248 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10249 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10250 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10251 Do range checks on register number obtained from debugging info.
10252 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10253 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10254 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10255 mapping function.
10256 (do_fp_register_row): Fix typo which caused double type to be
10257 used when attempting to unpack a float.
10258
10259 2003-03-11 J. Brobecker <brobecker@gnat.com>
10260
10261 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10262
10263 2003-03-11 Andrew Cagney <cagney@redhat.com>
10264
10265 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10266 frame. Problem found by Corinna Vinschen.
10267
10268 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10269
10270 * doublest.c (floatformat_from_length): Accept also
10271 the real size of 'long double' type.
10272
10273 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10274
10275 From Klee Dienes <kdienes@apple.com>:
10276 * breakpoint.c (bpstat_copy): Copy the command lines as well
10277 as the old value, to match what is freed in bpstat_clear.
10278
10279 2003-03-10 David Carlton <carlton@math.stanford.edu>
10280
10281 * minsyms.c (add_minsym_to_hash_table): Replace
10282 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10283 (compare_minimal_symbols, compact_minimal_symbols)
10284 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10285 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10286 of DEPRECATED_SYMBOL_MATCHES_NAME.
10287 (lookup_minimal_symbol_solib_trampoline): Ditto.
10288
10289 2003-03-10 Andrew Cagney <cagney@redhat.com>
10290
10291 * regcache.h (regcache_cooked_read_ftype): Define.
10292 (regcache_save, regcache_restore): Add a cooked_read parameter.
10293 * regcache.c (regcache_save, regcache_restore): Update.
10294 (do_cooked_read): New function.
10295 (regcache_cpy): Pass do_cooked_read to regcache_save and
10296 regcache_restore.
10297
10298 2003-03-10 Andrew Cagney <cagney@redhat.com>
10299
10300 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10301 * gdbarch.h, gdbarch.c: Re-generate.
10302 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10303 * x86-64-tdep.h: Update.
10304 * x86-64-tdep.c (x86_64_init_abi): Update.
10305 * v850-tdep.c (v850_gdbarch_init): Update.
10306 * sparc-tdep.c (sparc_gdbarch_init): Update.
10307 * sh-tdep.c (sh_gdbarch_init): Update.
10308 * s390-tdep.c (s390_gdbarch_init): Update.
10309 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10310 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10311 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10312 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10313 * mips-tdep.c (mips_gdbarch_init): Update.
10314 * mcore-tdep.c (mcore_gdbarch_init): Update.
10315 * m68k-tdep.c (m68k_gdbarch_init): Update.
10316 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10317 * ia64-tdep.c (ia64_gdbarch_init): Update.
10318 * i386-tdep.c (i386_gdbarch_init): Update.
10319 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10320 * hppa-tdep.c (hppa_gdbarch_init): Update.
10321 * h8300-tdep.c (h8300_gdbarch_init): Update.
10322 * frv-tdep.c (frv_gdbarch_init): Update.
10323 * cris-tdep.c (cris_gdbarch_init): Update.
10324 * avr-tdep.c (avr_gdbarch_init): Update.
10325 * arm-tdep.c (arm_gdbarch_init): Update.
10326 * alpha-tdep.c (alpha_gdbarch_init): Update.
10327 * sh-tdep.c (sh_init_extra_frame_info): Update.
10328 (sh64_init_extra_frame_info): Update.
10329 * ns32knbsd-nat.c (frame_num_args): Update.
10330 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10331 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10332 (xstormy16_frame_chain_valid): Update.
10333 * vax-tdep.c (vax_saved_pc_after_call): Update.
10334 * v850-tdep.c (v850_frame_chain): Update.
10335 (v850_pop_frame): Update.
10336 (v850_init_extra_frame_info): Update.
10337 * sparc-tdep.c (setup_arbitrary_frame): Update.
10338 * ns32k-tdep.c (umax_frame_num_args): Update.
10339 * s390-tdep.c (s390_pop_frame_regular): Update.
10340 * mn10300-tdep.c (mn10300_frame_chain): Update.
10341 (mn10300_pop_frame_regular): Update.
10342 (mn10300_init_extra_frame_info): Update.
10343 * mips-tdep.c (mips_init_frame_pc_first): Update.
10344 (mips_frame_chain): Update.
10345 (mips_pop_frame): Update.
10346 * mcore-tdep.c (mcore_frame_chain): Update.
10347 (mcore_pop_frame): Update.
10348 (mcore_init_extra_frame_info): Update.
10349 * arch-utils.c (init_frame_pc_default): Update.
10350 * m68k-tdep.c (isi_frame_num_args): Update.
10351 (delta68_frame_num_args): Update.
10352 (news_frame_num_args): Update.
10353 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10354 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10355 (alpha_frame_chain): Update.
10356 (alpha_pop_frame): Update.
10357 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10358 (hppa_init_extra_frame_info): Update.
10359 (hppa_frame_chain): Update.
10360 (hppa_frame_chain_valid): Update.
10361 * cris-tdep.c (cris_init_extra_frame_info): Update.
10362 * avr-tdep.c (avr_init_extra_frame_info): Update.
10363 * arm-tdep.c (arm_frame_chain_valid): Update.
10364 (arm_init_extra_frame_info): Update.
10365 (arm_pop_frame): Update.
10366 * frame.c (frame_pc_unwind): Update.
10367 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10368 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10369 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10370 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10371 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10372 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10373
10374 2003-03-10 Andrew Cagney <cagney@redhat.com>
10375
10376 * gdbarch.sh (gdbarch_unwind_pc): New method.
10377 * gdbarch.h, gdbarch.c: Regenerate.
10378 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10379 but use read_pc and FRAME_SAVED_PC as fall backs.
10380 (frame_saved_regs_pc_unwind): Delete function.
10381 (trad_frame_unwinder): Update.
10382 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10383 (struct frame_unwind): Update.
10384 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10385 (dummy_frame_unwind): Update.
10386 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10387 (sentinel_frame_unwinder): Update.
10388 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10389 (d10v_frame_unwind): Update.
10390 (d10v_unwind_pc): New function.
10391 (d10v_gdbarch_init): Set unwind_pc.
10392
10393 2003-03-10 Andrew Cagney <cagney@redhat.com>
10394
10395 * gdbarch.h: Re-generate.
10396
10397 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10398 PC.
10399 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10400 the PC register.
10401
10402 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10403
10404 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10405
10406 2003-03-08 Andrew Cagney <cagney@redhat.com>
10407
10408 * cli-out.c: Update copyright.
10409 (cli_out_data): Define typedef. Use instead of ui_out_data.
10410
10411 2003-03-08 Andrew Cagney <cagney@redhat.com>
10412
10413 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10414 the result.
10415
10416 2003-03-07 Andrew Cagney <cagney@redhat.com>
10417
10418 * gdbarch.sh: Don't generate two macro definitions when an
10419 undefined macro taking no arguments.
10420 * gdbarch.h: Regenerate.
10421
10422 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10423
10424 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10425 (x86_64_unwind_dummy_id): New functions.
10426 (x86_64_init_abi): Register these two new functions.
10427
10428 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10429
10430 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10431 (x86_64_skip_prologue): Move prologue detection to
10432 separate function.
10433 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10434
10435 2003-03-05 Andrew Cagney <cagney@redhat.com>
10436
10437 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10438 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10439 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10440 to use unwind_dummy_id when a dummy frame.
10441 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10442 predicate.
10443 * gdbarch.h, gdbarch.c: Regneerate.
10444
10445 2003-03-05 Andrew Cagney <cagney@redhat.com>
10446
10447 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10448 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10449 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10450 values.
10451
10452 2003-03-05 Andrew Cagney <cagney@redhat.com>
10453
10454 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10455 (struct d10v_unwind_cache): Delete field "frameless". Replace
10456 "next_addr" with "sp_offset". Add "r11_offset".
10457 (d10v_frame_unwind_cache): Update.
10458 (prologue_find_regs): Update. When "mv r11, sp", save the
10459 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10460 RN was saved in r11_offset.
10461
10462 2003-03-05 Andrew Cagney <cagney@redhat.com>
10463
10464 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10465 cached PC value in the next frame.
10466
10467 2003-03-05 Andrew Cagney <cagney@redhat.com>
10468
10469 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10470 "id_unwind_cache" with "id".
10471 (frame_id_unwind): Delete declaration.
10472 * frame.c (frame_id_unwind): Delete function.
10473 (get_prev_frame): Call the frame id unwind method directly. Store
10474 the returned next frame's ID value in NEXT_FRAME. Note that there
10475 is a problem with the wrong unwind ID being called with the wrong
10476 unwind cache.
10477
10478 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10479
10480 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10481
10482 2003-03-05 James Ingham <jingham@apple.com>
10483 Daniel Jacobowitz <drow@mvista.com>
10484
10485 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10486 (auto_cp_abi): New variable.
10487 (current_cp_abi, num_cp_abis): Make static.
10488 (CP_ABI_MAX): Define.
10489 (cp_abis): Turn into an array.
10490 (value_virtual_fn_field): Fix formatting.
10491 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10492 takes a pointer.
10493 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10494 (list_cp_abis, _initialize_cp_abi): New functions.
10495 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10496 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10497 switch_to_cp_abi. Update prototype for register_cp_abi.
10498 * Makefile.in (cp-abi.o): Update dependencies.
10499 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10500 instead of switch_to_cp_abi.
10501 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10502 register_cp_abi.
10503 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10504 register_cp_abi.
10505 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10506
10507 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10508
10509 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10510 * dwarf2loc.c: Include "regcache.h".
10511 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10512 register_size.
10513 * Makefile.in (dwarf2loc.o): Update dependencies.
10514
10515 2003-03-04 Theodore A. Roth <troth@openavr.org>
10516
10517 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10518 number of io registers reported by remote target is not a multiple of
10519 step.
10520
10521 2003-03-04 David Carlton <carlton@math.stanford.edu>
10522
10523 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10524 (lookup_symbol_aux_psymtabs): Update call to
10525 lookup_partial_symbol.
10526 (lookup_transparent_type, find_main_psymtab)
10527 (make_symbol_overload_list): Ditto.
10528
10529 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10530
10531 * MAINTAINERS (Write after approval): Update my email address.
10532
10533 2003-03-03 Andrew Cagney <cagney@redhat.com>
10534
10535 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10536 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10537 predicate. Replace MAX_REGISTER_RAW_SIZE.
10538 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10539 MAX_REGISTER_VIRTUAL_SIZE.
10540 * regcache.c (legacy_max_register_raw_size): New function.
10541 (legacy_max_register_virtual_size): New function.
10542 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10543 (MAX_REGISTER_RAW_SIZE): Define.
10544 (legacy_max_register_raw_size): Declare.
10545 (legacy_max_register_virtual_size): Declare.
10546 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10547 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10548 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10549 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10550 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10551 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10552 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10553 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10554 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10555 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10556 * vax-tdep.c (vax_gdbarch_init): Update.
10557 * v850-tdep.c (v850_gdbarch_init): Update.
10558 * sparc-tdep.c (sparc_gdbarch_init): Update.
10559 * sh-tdep.c (sh_gdbarch_init): Update.
10560 * s390-tdep.c (s390_gdbarch_init): Update.
10561 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10562 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10563 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10564 * mips-tdep.c (mips_gdbarch_init): Update.
10565 * mcore-tdep.c (mcore_gdbarch_init): Update.
10566 * m68k-tdep.c (m68k_gdbarch_init): Update.
10567 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10568 * ia64-tdep.c (ia64_gdbarch_init): Update.
10569 * i386-tdep.c (i386_gdbarch_init): Update.
10570 * hppa-tdep.c (hppa_gdbarch_init): Update.
10571 * h8300-tdep.c (h8300_gdbarch_init): Update.
10572 * frv-tdep.c (frv_gdbarch_init): Update.
10573 * cris-tdep.c (cris_gdbarch_init): Update.
10574 * avr-tdep.c (avr_gdbarch_init): Update.
10575 * arm-tdep.c (arm_gdbarch_init): Update.
10576 * alpha-tdep.c (alpha_gdbarch_init): Update.
10577 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10578 max_register_raw_size or max_register_virtual_size.
10579
10580 2003-03-03 David Carlton <carlton@math.stanford.edu>
10581
10582 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10583 SYMBOL_MATCHES_NAME, add comment.
10584 (SYMBOL_MATCHES_NATURAL_NAME): New.
10585 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10586 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10587 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10588 * symtab.c (lookup_partial_symbol): Use
10589 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10590 unhelpful comment.
10591 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10592 SYMBOL_MATCHES_NAME.
10593 Fix for PR c++/33.
10594
10595 2003-03-03 David Carlton <carlton@math.stanford.edu>
10596
10597 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10598 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10599 by regexp matching against SYMBOL_NATURAL_NAME.
10600
10601 2003-03-03 David Carlton <carlton@math.stanford.edu>
10602
10603 * linespec.c (find_method): Extract code into collect_methods.
10604 (collect_methods): New.
10605
10606 2003-03-02 Mark Kettenis <kettenis@gnu.org>
10607
10608 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10609 get_frame_base.
10610
10611 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10612 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10613
10614 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10615
10616 * arch-utils.c (generic_register_byte): Fix to use the loop index
10617 and not regnum when summing the size of all registers up to regnum.
10618
10619 2003-03-01 Andrew Cagney <cagney@redhat.com>
10620
10621 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10622 FRAME_INIT_SAVED_REGS.
10623 * gdbarch.h, gdbarch.c: Regenerate.
10624 * stack.c (frame_info): Update.
10625 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10626 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10627 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10628 * ns32k-tdep.c (ns32k_pop_frame): Update.
10629 * mips-tdep.c (mips_pop_frame): Update.
10630 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10631 * ia64-tdep.c (ia64_frame_chain): Update.
10632 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10633 (ia64_frameless_function_invocation): Update.
10634 (ia64_init_extra_frame_info): Update.
10635 (ia64_pop_frame_regular): Update.
10636 * frame.h (struct frame_info): Update comment.
10637 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10638 * frame.c (frame_saved_regs_register_unwind): Update.
10639 (frame_saved_regs_register_unwind): Update.
10640 (deprecated_generic_get_saved_register): Update.
10641 * cris-tdep.c: Update comment.
10642 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10643 Rename macro.
10644 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10645 * x86-64-tdep.c (x86_64_init_abi): Update.
10646 * vax-tdep.c (vax_gdbarch_init): Update.
10647 * v850-tdep.c (v850_gdbarch_init): Update.
10648 * sparc-tdep.c (sparc_gdbarch_init): Update.
10649 * sh-tdep.c (sh_gdbarch_init): Update.
10650 * s390-tdep.c (s390_gdbarch_init): Update.
10651 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10652 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10653 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10654 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10655 * mips-tdep.c (mips_gdbarch_init): Update.
10656 * mcore-tdep.c (mcore_gdbarch_init): Update.
10657 * m68k-tdep.c (m68k_gdbarch_init): Update.
10658 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10659 * ia64-tdep.c (ia64_gdbarch_init): Update.
10660 * i386-tdep.c (i386_gdbarch_init): Update.
10661 * frv-tdep.c (frv_gdbarch_init): Update.
10662 * avr-tdep.c (avr_gdbarch_init): Update.
10663 * arm-tdep.c (arm_gdbarch_init): Update.
10664 * alpha-tdep.c (alpha_gdbarch_init): Update.
10665
10666 2003-03-01 Andrew Cagney <cagney@redhat.com>
10667
10668 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10669 option enum and switch. When no windows, set the interpreter to
10670 INTERP_CONSOLE.
10671
10672 2003-03-01 Andrew Cagney <cagney@redhat.com>
10673
10674 * main.c (captured_main): Replace magic option characters with an
10675 enum.
10676
10677 2003-03-01 Andrew Cagney <cagney@redhat.com>
10678
10679 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10680 INIT_EXTRA_FRAME_INFO.
10681 * gdbarch.h, gdbarch.c: Regenerate.
10682 * arm-tdep.c: Update comments.
10683 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10684 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10685 * frame.h, avr-tdep.c: Ditto.
10686 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10687 (create_new_frame, legacy_get_prev_frame): Ditto.
10688 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10689 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10690 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10691 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10692 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10693 * v850-tdep.c (v850_gdbarch_init): Ditto.
10694 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10695 * sh-tdep.c (sh_gdbarch_init): Ditto.
10696 * s390-tdep.c (s390_gdbarch_init): Ditto.
10697 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10698 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10699 * mips-tdep.c (mips_gdbarch_init): Ditto.
10700 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10701 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10702 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10703 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10704 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10705 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10706 * frv-tdep.c (frv_gdbarch_init): Ditto.
10707 * cris-tdep.c (cris_gdbarch_init): Ditto.
10708 * avr-tdep.c (avr_gdbarch_init): Ditto.
10709 * arm-tdep.c (arm_gdbarch_init): Ditto.
10710 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10711 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10712
10713 2003-03-01 Andrew Cagney <cagney@redhat.com>
10714
10715 * gdbarch.sh (register_type): New function with predicate.
10716 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10717 * gdbarch.h, gdbarch.c: Re-generate.
10718 * arch-utils.c (generic_register_byte): Use generic_register_size.
10719 (generic_register_size): When available, use
10720 gdbarch_register_type.
10721 * regcache.c (init_regcache_descr): When available, initialize the
10722 register type array using gdbarch_register_type. If the
10723 architecture supplies gdbarch_register_type, do not use the legacy
10724 regcache layout.
10725 * d10v-tdep.c (d10v_register_type): Replace
10726 d10v_register_virtual_type.
10727 (d10v_gdbarch_init): Set register_type instead of
10728 register_virtual_type.
10729
10730 2003-03-01 Andrew Cagney <cagney@redhat.com>
10731
10732 * Makefile.in (ax-gdb.o): Update dependencies.
10733 * ax-gdb.c: Include "regcache.h".
10734 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10735 * findvar.c (value_of_register): Ditto.
10736 * infcmd.c (default_print_registers_info): Ditto.
10737
10738 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10739
10740 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10741 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10742
10743 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10744
10745 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10746 of STREQ.
10747
10748 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
10749
10750 * Makefile.in (dwarf2loc.o): Update dependencies.
10751 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10752 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10753 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10754 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10755 (locexpr_tracepoint_var_ref): New function.
10756 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10757
10758 2003-02-28 Andrew Cagney <cagney@redhat.com>
10759
10760 * regcache.c (register_size): New function.
10761 * regcache.h (register_size): Declare
10762 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10763 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10764
10765 2003-02-28 David Carlton <carlton@math.stanford.edu>
10766
10767 * linespec.c (decode_compound): Extract code into find_method.
10768 (find_method): New.
10769
10770 2003-02-28 J. Brobecker <brobecker@gnat.com>
10771
10772 * Makefile.in: Add rules to build and link in observer.o.
10773
10774 2003-02-27 J. Brobecker <brobecker@gnat.com>
10775
10776 * observer.c: Minor comments edits.
10777
10778 2003-02-27 J. Brobecker <brobecker@gnat.com>
10779
10780 * observer.h, observer.c: New file.
10781
10782 2003-02-27 Andrew Cagney <cagney@redhat.com>
10783
10784 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10785
10786 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10787
10788 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10789 (M6812_OP_STS_EXT): Likewise.
10790 (m6811_prologue): Use the above to recognize prologue.
10791 (m6812_prologue): Likewise.
10792
10793 2003-02-27 David Carlton <carlton@math.stanford.edu>
10794
10795 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10796 SYMBOL_PRINT_NAME.
10797 (compare_psymbols): Ditto.
10798 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10799
10800 2003-02-27 Michael Snyder <msnyder@redhat.com>
10801
10802 * f-lang.c (build_fortran_types): New function.
10803 (_initialize_f_language): Gdbarch-register built-in fortran types.
10804 * doublest.c (extract_floating): Fix warning text.
10805
10806 2003-02-27 Andrew Cagney <cagney@redhat.com>
10807
10808 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10809 predicate. Replaces PUSH_DUMMY_FRAME.
10810 * gdbarch.h, gdbarch.c: Regnerate.
10811 * valops.c (hand_function_call): Update. Call
10812 generic_push_dummy_frame directly.
10813 * vax-tdep.c (vax_gdbarch_init): Update.
10814 * sparc-tdep.c (sparc_gdbarch_init): Update.
10815 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10816 * m68k-tdep.c (m68k_gdbarch_init): Update.
10817 * hppa-tdep.c (hppa_gdbarch_init): Update.
10818 * alpha-tdep.c (alpha_gdbarch_init): Update.
10819 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10820 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10821 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10822 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10823 push_dummy_frame to generic_push_dummy_frame.
10824 * v850-tdep.c (v850_gdbarch_init): Ditto.
10825 * sh-tdep.c (sh_gdbarch_init): Ditto.
10826 * s390-tdep.c (s390_gdbarch_init): Ditto.
10827 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10828 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10829 * mips-tdep.c (mips_gdbarch_init): Ditto.
10830 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10831 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10832 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10833 * i386-tdep.c (i386_gdbarch_init): Ditto.
10834 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10835 * frv-tdep.c (frv_gdbarch_init): Ditto.
10836 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10837 * cris-tdep.c (cris_gdbarch_init): Ditto.
10838 * avr-tdep.c (avr_gdbarch_init): Ditto.
10839 * arm-tdep.c (arm_gdbarch_init): Ditto.
10840
10841 2003-02-26 Kevin Buettner <kevinb@redhat.com>
10842
10843 * mips-tdep.c (show_mips_abi): New function.
10844 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10845 command ``show mips abi''.
10846
10847 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
10848
10849 From Elena Zannoni <ezannoni@redhat.com>
10850 * dbxread.c (process_one_symbol): Only record line 0 if one or
10851 more sline entries have been seen for the function.
10852
10853 2003-02-26 Michael Chastain <mec@shout.net>
10854
10855 * configure: Regenerate with autoconf 000227.
10856
10857 2003-02-26 Michael Chastain <mec@shout.net>
10858
10859 Close PR build/660.
10860 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10861 for old libc5/glibc.
10862 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10863
10864 2003-02-26 Kris Warkentin <kewarken@qnx.com>
10865
10866 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10867 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10868
10869 2003-02-26 Michael Chastain <mec@shout.net>
10870
10871 * configure.in: New variable HAVE_UINTPTR_T.
10872 * configure, config.in: Regenerated.
10873
10874 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
10875
10876 Fix PR build/1097.
10877 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10878
10879 2003-02-25 Andrew Cagney <cagney@redhat.com>
10880
10881 * frame.c (get_prev_frame): Add comment on check for
10882 inside_entry_func. Only check for inside_entry_file when not a
10883 dummy and not a sentinel. Check that the new frame is not inner
10884 to the old frame.
10885
10886 2003-02-25 Andrew Cagney <cagney@redhat.com>
10887
10888 * frame.c (frame_debug): New variable.
10889 (_initialize_frame): Add "set/show debug frame" command.
10890 (get_prev_frame): When frame_debug, print reason why unwind
10891 failed.
10892
10893 2003-02-25 Michael Chastain <mec@shout.net>
10894
10895 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10896 to avoid uintptr_t definition problems.
10897
10898 2003-02-25 David Carlton <carlton@math.stanford.edu>
10899
10900 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10901 (SYMBOL_LINKAGE_NAME): Ditto.
10902 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10903 SYMBOL_LINKAGE_NAME.
10904 (struct general_symbol_info): Expand comment.
10905 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10906 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10907 (SYMBOL_MATCHES_REGEXP): Ditto.
10908 * symtab.c (symbol_natural_name): New function.
10909 * objfiles.h: Replace all uses of SYMBOL_NAME by
10910 DEPRECATED_SYMBOL_NAME.
10911 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10912 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10913 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10914 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10915 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10916 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10917 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10918 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10919 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10920 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10921 * ada-exp.y: Ditto.
10922 * ada-exp.y: Update copyright.
10923 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10924 * cp-valprint.c: Ditto.
10925
10926 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10927
10928 * infptrace.c (detach): Do not flag error if ptrace detach fails
10929 and errno is set to ESRCH.
10930
10931 2003-02-24 Andrew Cagney <cagney@redhat.com>
10932
10933 * infptrace.c (udot_info): Change type of udot_off to long. Use
10934 paddr when printing udot_off's value.
10935
10936 2003-02-24 David Carlton <carlton@math.stanford.edu>
10937
10938 * symtab.c (make_symbol_overload_list): Only read in partial
10939 symtabs containing a matching partial symbol.
10940
10941 2003-02-24 David Carlton <carlton@math.stanford.edu>
10942
10943 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10944 do the comparison, not strcmp.
10945 * symfile.c (compare_psymbols): Ditto.
10946 * defs.h: Declare strcmp_iw_ordered.
10947 * utils.c (strcmp_iw_ordered): New function.
10948
10949 2003-02-24 Jim Blandy <jimb@redhat.com>
10950
10951 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10952 support, shared libs): Remove my name from here, to better reflect
10953 reality.
10954
10955 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10956
10957 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10958 (target_ops): Add to_have_continuable_watchpoint.
10959 * target.c (update_current_target): Add INHERIT line for
10960 to_have_continuable_watchpoint.
10961 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10962 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10963 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10964 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10965
10966 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
10967
10968 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10969 maintainership.
10970
10971 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10972
10973 * solib.c (solib_open): Call target defined search function after
10974 failing with solib-search-path.
10975 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10976 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
10977
10978 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10979
10980 * MAINTAINERS: Add myself to Write After section.
10981
10982 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10983
10984 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10985
10986 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10987
10988 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10989 (m68hc11_add_reggroups): New function.
10990 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10991 (m68hc11_gdbarch_init): Install the reggroups.
10992 (_initialize_m68hc11_tdep): Initialize them.
10993
10994 2003-02-21 James E Wilson <wilson@tuliptree.org>
10995
10996 * MAINTAINERS: Update my email address.
10997
10998 2003-02-21 David Carlton <carlton@math.stanford.edu>
10999
11000 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11001
11002 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11003
11004 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11005 * symtab.h: Add opaque declarations of struct axs_value and
11006 struct agent_expr.
11007 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11008 (struct location_funcs): New type.
11009 (struct symbol): Add "loc" to aux_value.
11010 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11011 * dwarf2read.c: Include "dwarf2expr.h".
11012 (dwarf2_symbol_mark_computed): New function.
11013 (read_func_scope): Use it.
11014 (var_decode_location): New function.
11015 (new_symbol): Use it.
11016 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11017
11018 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11019 (dwarf2expr_h, dwarf2loc_h): New variables.
11020 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11021 (dwarf2expr.o, dwarf2loc.o): New rules.
11022 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11023 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11024 LOC_COMPUTED_ARG.
11025 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11026 * m2-exp.y (yylex): Likewise.
11027 * printcmd.c (address_info, print_frame_args): Likewise.
11028 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11029 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11030 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11031 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11032 * symtab.c (lookup_block_symbol): Likewise.
11033
11034 2003-02-20 Adam Fedor <fedor@gnu.org>
11035
11036 * symtab.h: Remove objc_specific struct
11037 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11038 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11039 Have language_objc use cplus_specific struct.
11040
11041 2003-02-20 Tom Tromey <tromey@redhat.com>
11042
11043 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11044 TYPE_NAME, when printing a String value. PR java/1075.
11045
11046 2003-02-20 Adam Fedor <fedor@gnu.org>
11047
11048 * objc-lang.h (find_methods): Remove declaration.
11049 * objc-lang.c (find_methods): Make static.
11050
11051 2003-02-20 Christopher Faylor <cgf@redhat.com>
11052
11053 * win32-nat.c (get_image_name): Check return value from
11054 ReadProcessMemory.
11055 (child_xfer_memory): Ditto.
11056
11057 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11058
11059 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11060 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11061 '${exec_prefix}' (in addition to the expansion thereof) as
11062 relocatable.
11063 * configure: Rebuilt.
11064
11065 2003-02-20 David Carlton <carlton@math.stanford.edu>
11066
11067 * symtab.c (search_symbols): Revert the search_symbols part of my
11068 2002-12-23 patch. Add comment.
11069
11070 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11071
11072 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11073 * dbxread.c (elfstab_build_psymtabs): Don't call
11074 install_minimal_symbols.
11075 (stabsect_build_psymtabs): Likewise.
11076 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11077 earlier.
11078 * somread.c (som_symfile_read): Call install_minimal_symbols
11079 and do_cleanups earlier.
11080 * nlmread.c (nlm_symfile_read): Likewise.
11081 * mdebugread.c (elfmdebug_build_psymtabs): Call
11082 install_minimal_symbols and make appropriate cleanups.
11083
11084 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11085
11086 * solib.c (reload_shared_libraries): New function.
11087 (_initialize_solib): Add callbacks for ``set solib-search-path''
11088 and ``set solib-absolute-prefix''.
11089
11090 2003-02-20 David Carlton <carlton@math.stanford.edu>
11091
11092 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11093 expand comment.
11094 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11095 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11096 * ada-typeprint.c (ada_typedef_print): Ditto.
11097 * ax-gdb.c (gen_var_ref): Ditto.
11098 * breakpoint.c (print_one_breakpoint): Ditto.
11099 * buildsym.c (finish_block): Ditto.
11100 * c-valprint.c (c_val_print): Ditto.
11101 * expprint.c (print_subexp): Ditto.
11102 * findvar.c (locate_var_value): Ditto.
11103 * infcmd.c (jump_command): Ditto.
11104 * linespec.c (decode_line_2, decode_compound): Ditto.
11105 * maint.c (maintenance_translate_address): Ditto.
11106 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11107 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11108 Ditto.
11109 * p-valprint.c (pascal_val_print): Ditto.
11110 * stabsread.c (define_symbol): Ditto.
11111 * stack.c (print_frame, frame_info, print_block_frame_locals)
11112 (print_frame_arg_vars, return_command): Ditto.
11113 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11114 * symmisc.c (print_symbol): Ditto.
11115 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11116 (compare_search_syms, print_symbol_info, print_msymbol_info)
11117 (rbreak_command): Ditto.
11118 * tracepoint.c (tracepoints_info): Ditto.
11119 * typeprint.c (typedef_print): Ditto.
11120 * valops.c (value_of_variable, hand_function_call): Ditto.
11121 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11122 * ada-typeprint.c: Update Copyright.
11123 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11124 * tracepoint.c, cli/cli-cmds.c: Ditto.
11125
11126 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11127
11128 * frame.c (generic_unwind_get_saved_register): Make non-static.
11129 * frame.h (generic_unwind_get_saved_register): Declare.
11130 * mips-tdep.c (read_next_frame_reg): Fetch register from
11131 current regcache when frame is NULL.
11132 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11133 that must be NULL.
11134 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11135 instead of frame_register_unwind().
11136
11137 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11138
11139 * remote-sim.c (gdbsim_insert_breakpoint)
11140 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11141 code.
11142
11143 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11144
11145 * remote.c (_initialize_remote): Add commands "set/show remote
11146 hardware-watchpoint-limit" and "set/show remote
11147 hardware-breakpoint-limit".
11148 (remote_hw_watchpoint_limit): Initialize to -1.
11149 (remote_hw_breakpoint_limit): Ditto.
11150 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11151
11152 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11153
11154 * coff-pe-read.c: New file - support reading of minimal symbols from a
11155 portable executable using the export table.
11156 * coff-pe-read.h: New file.
11157 * coffread.c: Include coff-pe-read.h.
11158 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11159 debugging symbols found.
11160 * Makefile.in (SFILES): Add coff-pe-read.o.
11161 (coff_pe_read_h): Define.
11162 (COMMON_OBS): Add coff-pe-read.o.
11163 (coffread.o): Add coff_pe_read_h dependency.
11164 (coff-pe-read.o): New target.
11165
11166 2003-02-19 David Carlton <carlton@math.stanford.edu>
11167
11168 * Makefile.in (SFILES): Add block.c.
11169 (block_h): New.
11170 (COMMON_OBS): Add block.o.
11171 (block.o): New.
11172 (x86-64-tdep.o): Add $(block_h).
11173 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11174 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11175 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11176 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11177 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11178 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11179 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11180 * value.h: Add opaque declaration for struct block.
11181 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11182 * ada-lang.h: Ditto.
11183 * x86-64-tdep.c: #include "block.h"
11184 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11185 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11186 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11187 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11188 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11189 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11190 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11191 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11192 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11193 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11194 * symtab.c (block_function): Ditto.
11195 (contained_in): Ditto.
11196 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11197 block.h. Add opaque declaration for struct block.
11198 * symtab.h: Move block_function and contained_in declarations to
11199 block.h. Add opaque declarations for struct block, struct
11200 blockvector.
11201 (struct block): Move to block.h.
11202 (struct blockvector): Ditto.
11203 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11204 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11205 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11206 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11207 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11208 Ditto.
11209 * block.c: New file.
11210 * block.h: New file.
11211
11212 2003-02-19 Theodore A. Roth <troth@openavr.org>
11213
11214 * avr-tdep.c (avr_extract_return_value): Remove function.
11215 (avr_store_return_value): Remove function.
11216 (avr_extract_struct_value_address): Remove function.
11217 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11218
11219 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11220
11221 * rs6000-tdep.c: Include "gdb_assert.h".
11222 (registers_e500): Add "acc" and "spefscr".
11223 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11224 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11225 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11226 really is "r0".
11227 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11228
11229 2003-02-18 Keith Seitz <keiths@redhat.com>
11230
11231 * Makefile.in: Add gdbtk-interps.c.
11232
11233 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11234
11235 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11236 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11237
11238 2003-02-18 Andrew Cagney <cagney@redhat.com>
11239
11240 * symtab.h (struct objfile): Add opaque declaration.
11241
11242 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11243
11244 From Jim Ingham <jingham@apple.com>:
11245 * dbxread.c (process_one_symbol): Use last_function_start rather
11246 than function_start_offset to find the real beginning of the
11247 current function. The latter is just the text section offset on
11248 some systems, the former is always the real function start.
11249
11250 2003-02-17 Andrew Cagney <cagney@redhat.com>
11251
11252 * configure.in: Revert ${target} != ${host}.
11253
11254 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11255
11256 * configure.in (Makefile): Use the test ${target} != ${host},
11257 instead of the absence of the "nm.h" file, to determine of the
11258 configuration non-native.
11259 * configure: Regenerate.
11260
11261 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11262
11263 From Brian Ford <ford@vss.fsi.com>
11264
11265 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11266 conditionalize tui_active test.
11267 (lookup_cmd_1): Ditto.
11268
11269 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11270
11271 * configure.in: Add check for _etext.
11272 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11273 available.
11274 * config.in, configure: regenerated.
11275
11276 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11277
11278 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11279
11280 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11281
11282 * main.c (tui_version): Delete variable.
11283 (captured_main): When --tui, set interpreter_p to "tui" instead of
11284 enabling tui_version.
11285 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11286 tui_version.
11287 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11288 * cli/cli-cmds.c (disassemble_command): Ditto.
11289 * defs.h (tui_version): Delete declaration.
11290 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11291 (tui-interp.o): Add rules.
11292 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11293
11294 2003-02-14 Christopher Faylor <cgf@redhat.com>
11295
11296 * win32-nat.c (register_loaded_dll): Correctly set address range for
11297 just-loaded dll.
11298
11299 2003-02-12 Jason Molenda (jmolenda@apple.com)
11300
11301 * symmisc.c (print_objfile_statistics): Include information about
11302 the number of psymtabs and symtabs in each object file.
11303
11304 2003-02-13 Keith R Seitz <keiths@redhat.com>
11305
11306 * main.h (struct captured_main_args): Add interpreter_p.
11307 * main.c (captured_main): Initialize interpreter_p from context.
11308 * gdb.c (main): Set interpreter_p argument.
11309 * Makefile.in (gdb.o): Add dependency for interps.h.
11310
11311 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11312
11313 * event-top.c (cli_command_loop): Delete declaration.
11314 (_initialize_event_loop): Delete function setting event_loop_hook.
11315 * event-top.h (cli_command_loop): Declare. Update copyright.
11316 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11317 * interps.c (current_interp_command_loop): When event_loop_p, call
11318 cli_command_loop.
11319
11320 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11321
11322 * interps.h (interp_command_loop_ftype): Change return type to
11323 void.
11324
11325 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11326
11327 * x86-64-tdep.c (x86_64_extract_return_value)
11328 (x86_64_store_return_value): Use regcache instead of regbuf.
11329 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11330 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11331
11332 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11333
11334 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11335 * aclocal.m4: Regenerate.
11336 * configure: Regenerate.
11337
11338 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11339 TCL_LD_SEARCH_FLAGS.
11340
11341 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11342
11343 * dwarf2cfi.c: Reindented.
11344
11345 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11346
11347 * interps.c (clear_interpreter_hooks): Convert function definition
11348 to ISO C.
11349
11350 2003-02-07 David Carlton <carlton@math.stanford.edu>
11351
11352 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11353
11354 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11355
11356 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11357 (struct type): ...to here.
11358 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11359 field.
11360 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11361 (replace_type): Set length on all type variants for a given type.
11362
11363 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11364
11365 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11366 <sys/stat.h>.
11367 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11368
11369 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11370
11371 * Makefile.in (symm-nat.o): Update dependencies.
11372 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11373 (lynx-nat.o, ia64-linux-nat.): Ditto.
11374 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11375 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11376 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11377
11378 * Makefile.in (inflow_h): Define.
11379 (procfs.o, inflow.o, procfs.o): Update dependencies.
11380 * inftarg.c (child_stop): Delete extern declaration of
11381 inferior_process_group. Include "inflow.h".
11382 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11383 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11384 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11385 (our_process_group, inferior_process_group): Extern declarations.
11386
11387 * procfs.c: Include "gdb_assert.h".
11388
11389 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11390 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11391 * jv-typeprint.c (java_type_print_base): Ditto.
11392 * typeprint.c (typedef_print): Eliminate STREQ.
11393 * cli/cli-script.c (define_command, define_command): Ditto.
11394 * main.c (captured_main): Ditto.
11395 * values.c (lookup_internalvar): Ditto.
11396 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11397 within `if' conditional.
11398 * linespec.c (decode_line_2): Ditto.
11399 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11400 (bfd_openw_with_cleanup): Ditto.
11401
11402 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11403
11404 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11405 legacy_extract_return_value and store_return_value to
11406 legacy_return_value.
11407
11408 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11409
11410 * win32-nat.c (get_relocated_section_addrs): New function. Find
11411 section load addresses for symbol handling in relocated DLLs.
11412 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11413
11414 2003-02-05 Fred Fish <fnf@intrinsity.com>
11415
11416 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11417 '=' and '!='.
11418 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11419 with '&' and '=='.
11420 (angel_RDI_info): Ditto.
11421 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11422 with '&' and '!='.
11423 (threads_continue_all_with_signals): Ditto.
11424
11425 2003-02-05 Jim Ingham <jingham@apple.com>
11426 Keith Seitz <keiths@redhat.com>
11427 Elena Zannoni <ezannoni@redhat.com>
11428 Andrew Cagney <ac131313@redhat.com>
11429
11430 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11431 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11432 (SUBDIR_MI_OBS): Add "mi-interp.o".
11433 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11434 (SFILES): Add "interps.c".
11435 (COMMON_OBS): Add "interps.o".
11436 (interps_h, mi_main_h): Define.
11437 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11438 (mi-main.o, main.o, event-top.o): Update dependencies.
11439 * cli/cli-interp.c: New file.
11440 * interps.h, interps.c: New files.
11441 * top.c: (gdb_init): Don't install the default interpreter, handed
11442 by captured_main.
11443 * main.c: Include "interps.h".
11444 (interpreter_p): Note that it should malloc'ed.
11445 (captured_command_loop): Call current_interp_command_loop.
11446 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11447 xfree and xstrdup when updating interpreter_p. Install the
11448 default interpreter. Add hack to stop mi1's copyright notice
11449 being encoded.
11450 * event-top.h (gdb_setup_readline): Declare.
11451 (gdb_disable_readline): Declare.
11452 * event-top.c: Include "interps.h".
11453 (display_gdb_prompt): Call current_interp_display_prompt_p.
11454 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11455 gdb_stdlog, and gdb_stdtarg.
11456 (_initialize_event_loop): Don't call gdb_setup_readline.
11457 * cli-out.c (cli_out_set_stream): New function.
11458 * cli-out.h (cli_out_set_stream): Declare.
11459
11460 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11461
11462 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11463 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11464 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11465 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11466 config/i386/i386v42mp.mt: Removed.
11467
11468 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11469
11470 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11471 GDB_OSABI_SOLARIS.
11472
11473 2003-02-05 Michael Chastain <mec@shout.net>
11474
11475 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11476 2.12.1 and earlier versions.
11477
11478 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11479
11480 Remove orphaned hosts, targets and files.
11481 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11482 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11483 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11484 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11485 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11486 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11487 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11488 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11489 * config/sparc/tm-sp64sim.h: Delete.
11490 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11491 hosts.
11492 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11493 mips*-dec-mach3* targets.
11494
11495 2003-02-04 Michael Chastain <mec@shout.net>
11496
11497 * NEWS: Fix typo: sepcifying -> specifying.
11498
11499 2003-02-04 Michael Chastain <mec@shout.net>
11500
11501 * dwarfread.c: Add documentation on the state of dwarf-1,
11502 looking towards obsoletion.
11503
11504 2003-02-03 Michael Chastain <mec@shout.net>
11505
11506 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11507 gdb/testsuite/gdb.c++/pr-1023.exp.
11508
11509 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11510
11511 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11512 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11513
11514 * utils.c (init_page_info): Delete reference to MPW in comments.
11515 * main.c (captured_main): Delete #ifdef MPW.
11516
11517 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11518
11519 * NEWS: Note that the m32r-*-elf* is obsolete.
11520 * monitor.c (monitor_expect): Obsolete reference to m32r.
11521 * configure.tgt: Mark m32r-*-elf* as obsolete.
11522 * MAINTAINERS: Mark m32k as obsolete.
11523 * m32r-rom.c: Obsolete file.
11524 * config/m32r/m32r.mt: Obsolete file.
11525 * config/m32r/tm-m32r.h: Obsolete file.
11526 * m32r-stub.c: Obsolete file.
11527 * m32r-tdep.c: Obsolete file.
11528
11529 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11530
11531 * NEWS: Mention that the z8k-zilog-none is obsolete.
11532 * MAINTAINERS: Mark z8k as obsolete.
11533 * configure.tgt: Obsolete the z8k-*-coff* target.
11534 * config/z8k/z8k.mt: Obsolete file.
11535 * config/z8k/tm-z8k.h: Obsolete file.
11536 * z8k-tdep.c: Obsolete file.
11537
11538 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11539
11540 * NEWS: Mention that the mn10200-elf is obsolete.
11541 * configure.tgt: Obsolete mn10200-*-* target.
11542 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11543 mention that the mn10200 is obsolete.
11544 * breakpoint.h: Ditto.
11545 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11546 * config/mn10200/mn10200.mt: Obsolete file.
11547 * config/mn10200/tm-mn10200.h: Obsolete file.
11548 * mn10200-tdep.c: Obsolete file.
11549
11550 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11551
11552 * MAINTAINERS: Mark h8500 as obsolete.
11553 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11554 * findvar.c (value_from_register): Ditto.
11555 * h8500-tdep.c: Mark file as obsolete.
11556 * config/h8500/h8500.mt: Ditto.
11557 * config/h8500/tm-h8500.h: Ditto.
11558 * NEWS: Mention that h8500 is obsolete.
11559
11560 2003-02-04 David Carlton <carlton@math.stanford.edu>
11561
11562 * objfiles.c (allocate_objfile): Always set name. Add comment at
11563 start of function.
11564 * jv-lang.c (get_dynamics_objfile): Add comment.
11565
11566 2003-02-04 David Carlton <carlton@math.stanford.edu>
11567
11568 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11569 * printcmd.c (build_address_symbolic): Replace uses of
11570 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11571 SYMBOL_NAME, and asm_demangle.
11572 Update copyright.
11573
11574 2003-02-04 David Carlton <carlton@math.stanford.edu>
11575
11576 * linespec.c (decode_compound): Extract code into
11577 lookup_prefix_sym.
11578 (lookup_prefix_sym): New function.
11579
11580 2003-02-04 David Carlton <carlton@math.stanford.edu>
11581
11582 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11583 FLOAT_COERCION_BADNESS.
11584 * gdbtypes.c (rank_one_type): Replace all uses of
11585 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11586
11587 2003-02-04 Jim Blandy <jimb@redhat.com>
11588
11589 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11590 section, let dwarf_macinfo_section point to it, not
11591 dwarf_loc_section.
11592
11593 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11594
11595 Pointed out by Anton Blanchard <anton@samba.org>.
11596 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11597 (ppc_linux_at_sigtramp_return_path): Use it.
11598
11599 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11600
11601 * defs.h (streq): Add prototype.
11602 * utils.c (streq): New function.
11603
11604 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11605 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11606 * mdebugread.c (new_symbol): Likewise.
11607 * stabsread.c (define_symbol): Likewise.
11608 * coffread.c (process_coff_symbol): Likewise.
11609 * dwarfread.c (new_symbol): Likewise.
11610
11611 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11612 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11613 here.
11614 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11615 SYMBOL_INIT_DEMANGLED_NAME.
11616 * objfiles.c: Include "hashtab.h".
11617 (allocate_objfile): Call htab_set_functions_ex for the
11618 demangled_names_hash.
11619 (free_objfile): Call htab_delete for the demangled_names_hash.
11620 * objfiles.h (struct htab): Add declaration.
11621 (struct objfile): Add demangled_names_hash.
11622 * symfile.c: Include "hashtab.h".
11623 (reread_symbols): Call htab_delete for the demangled_names_hash.
11624 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11625 SYMBOL_NAME in the bcache.
11626 * symtab.c: Include "hashtab.h". Update comments.
11627 (create_demangled_names_hash, symbol_set_names): New functions.
11628 (symbol_find_demangled_name): New function, broken out from
11629 symbol_init_demangled_names.
11630 (symbol_init_demangled_names): Use it.
11631 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11632 (SYMBOL_SET_NAMES): New macro.
11633 (symbol_set_names): Add prototype.
11634
11635 2003-02-03 Jim Blandy <jimb@redhat.com>
11636
11637 Use a single, consistent representation for an empty minimal
11638 symbol table in an objfile.
11639 * objfiles.c (terminate_minimal_symbol_table): New function.
11640 (allocate_objfile): Call it.
11641 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11642 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
11643 non-NULL.
11644 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11645 objfile has minimal symbols, compare minimal_symbol_count to zero,
11646 instead of comparing msymbols with NULL.
11647 * objfiles.c (have_minimal_symbols): Same.
11648 * solib-sunos.c (solib_add_common_symbols): Call
11649 terminate_minimal_symbol_table.
11650 * symfile.c (reread_symbols): Same.
11651
11652 2003-02-03 Kevin Buettner <kevinb@redhat.com>
11653
11654 * s390-tdep.c (s390_address_class_type_flags)
11655 (s390_address_class_type_flags_to_name)
11656 (s390_address_class_name_to_type_flags): New functions.
11657 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11658 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11659
11660 2003-02-03 Michael Snyder <msnyder@redhat.com>
11661
11662 * arm-tdep.c: Fix spell-o in comment.
11663
11664 2003-02-03 Michal Ludvig <mludvig@suse.cz>
11665
11666 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11667 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
11668 error messages to contain BFD filename.
11669
11670 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
11671
11672 Fix PR gdb/742 gdb/743 gdb/877
11673 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11674 (do_mixed_source_and_assembly): Use
11675 make_cleanup_ui_out_tuple_begin_end and
11676 make_cleanup_ui_out_tuple_begin_end.
11677 (do_mixed_source_and_assembly): Ditto.
11678 * thread.c (do_captured_list_thread_ids): Ditto.
11679 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11680 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11681 ui_out_tuple_end): Delete prototypes.
11682 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11683 ui_out_list_end, ui_out_tuple_end): Delete.
11684
11685 From Kevin Buettner <kevinb@redhat.com>:
11686 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
11687 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11688 (do_cleanup_table_end): New functions.
11689 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11690 Use cleanups to invoke_ui_out_tuple_end().
11691 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
11692 * cli/cli-setshow.c (cmd_show_list): Use
11693 make_cleanup_ui_out_tuple_begin_end.
11694
11695 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11696
11697 * frame.c (frame_unwind_register): New function.
11698 (frame_unwind_unsigned_register): Use.
11699 (frame_unwind_signed_register): Use.
11700 (frame_read_register): New function.
11701 * frame.h (frame_unwind_register): Declare.
11702 (frame_read_register): Declare.
11703
11704 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11705 and frame_unwind_register instead of read_memory, write_register
11706 and deprecated_write_register_bytes.
11707
11708 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11709
11710 * frame.h: Note that namelen can be negative.
11711 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11712 NAME's length.
11713
11714 * NEWS: Mention that the d10v's `regs' command is deprecated.
11715 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11716 (d10v_print_registers_info): New function.
11717 (show_regs): Call d10v_print_registers_info.
11718 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11719
11720 2003-02-02 Mark Kettenis <kettenis@gnu.org>
11721
11722 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11723 lost in the previous patch.
11724
11725 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11726
11727 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
11728 * stack.c (print_frame_info_base): Output complete FRAME tuple
11729 for synthesized frames.
11730
11731 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11732
11733 * mips-nat.c (zerobuf): Delete.
11734 (fetch_inferior_registers): Alloc local zerobuf.
11735 (fetch_core_registers): Alloc local zerobuf.
11736 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11737 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11738 * thread-db.c (thread_db_store_registers): Ditto.
11739 * sh-tdep.c (sh_do_register): Ditto.
11740 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11741 * remote-sim.c (gdbsim_store_register): Ditto.
11742 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11743 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11744 * monitor.c (monitor_supply_register): Ditto.
11745 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11746 * mips-nat.c (fetch_inferior_registers): Ditto.
11747 * m68klinux-nat.c (fetch_register): Ditto.
11748 * lynx-nat.c (fetch_inferior_registers): Ditto.
11749 (fetch_inferior_registers): Ditto.
11750 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11751 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11752 (hpux_thread_store_registers): Ditto.
11753 * hppah-nat.c (fetch_register): Ditto.
11754 * hppab-nat.c (fetch_register): Ditto.
11755 * hppa-tdep.c (pa_register_look_aside): Ditto.
11756 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11757 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11758
11759 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11760
11761 * gdbarch.sh: Explictly specify all method levels. When a
11762 variable with an empty level, provide a non-multi-arch default.
11763 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11764 * gdbarch.h: Re-generate.
11765 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11766 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11767
11768 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11769
11770 * defs.h (host_pointer_to_address): Delete declaration.
11771 (address_to_host_pointer): Delete declaration.
11772 * utils.c (host_pointer_to_address): Delete function.
11773 (address_to_host_pointer): Delete function.
11774 * procfs.c (procfs_address_to_host_pointer): New function.
11775 * procfs.c (proc_set_watchpoint): Use.
11776 (procfs_can_use_hw_breakpoint): Update comments.
11777 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11778 (som_solib_add): Use.
11779 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11780 * hppa-tdep.c (unwind_command): Use.
11781
11782 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11783
11784 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11785 strlen d_name.
11786
11787 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11788 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11789 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11790 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11791 (define_symbol): Update.
11792 * symfile.c (generic_load): Remove references to nindy.
11793 * symtab.c: Remove references to nindy.
11794
11795 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11796
11797 * infcmd.c (print_float_info): Delete code conditional on
11798 FLOAT_INFO.
11799 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11800 * config/m68k/nm-apollo68b.h: Ditto.
11801 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11802 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11803 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11804
11805 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11806
11807 * config/i386/tm-i386os9k.h: Removed.
11808
11809 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11810 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11811 they're identical to i[3456]86-*-sysv* now.
11812 * config/i386/i386v32.mh: Removed.
11813 * config/i386/xm-i386v32.h: Removed.
11814 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11815
11816 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11817
11818 * config/i386/i386dgux.mh: Removed.
11819 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11820
11821 * configure.in: Fix typo.
11822 * configure: Regenerated.
11823
11824 2003-01-31 David Carlton <carlton@math.stanford.edu>
11825
11826 * dwarf2read.c (dwarf2_locate_sections): Set
11827 dwarf_ranges_section.
11828
11829 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11830
11831 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11832 * utils.c: Update comments documenting legitimate uses of PTR.
11833
11834 * utils.c: Re-indent.
11835
11836 * config/djgpp/fnchange.lst: Delete nindy files.
11837 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11838 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11839 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11840 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11841 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11842 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11843 * Makefile.in (init.c): Remove nindy references.
11844 (saber_gdb): Delete rule.
11845 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11846 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11847 and a68v-nat.c.
11848 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11849 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11850 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11851 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11852 nindy-share/stop.h.
11853 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11854 * saber.suppress: Delete file.
11855
11856 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
11857
11858 * dbxread.c (stabs_data): New static variable.
11859 (fill_symbuf): Support an in-memory buffer for stabs data.
11860 (stabs_seek): New function.
11861 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11862 (read_ofile_symtab): Use stabs_seek.
11863 (elfstab_build_psymtabs): Take an asection* instead of
11864 an offset and size. Relocate the stabs data if necessary.
11865 Save the section* for dbx_psymtab_to_symtab.
11866 * dwarf2read.c: Add section variables for each debug section.
11867 (dwarf2_locate_sections): Fill them in.
11868 (dwarf2_read_section): Take an asection* argument.
11869 Relocate the section contents if necessary.
11870 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11871 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11872 it to dwarf2_read_section.
11873 (dwarf2_build_frame_info): Update callers.
11874 * elfread.c (elf_symfile_read): Update call to
11875 elfstab_build_psymtabs.
11876 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11877 (DBX_STAB_SECTION): New macro.
11878 * stabsread.h (elfstab_build_psymtabs): Update prototype.
11879 * symfile.c (symfile_dummy_outputs): New function.
11880 (symfile_relocate_debug_section): New function.
11881 * symfile.h (symfile_relocate_debug_section): Add prototype.
11882
11883 2003-01-31 Richard Henderson <rth@redhat.com>
11884
11885 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11886 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11887 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11888 * alpha-tdep.c (alpha_register_name): Add "unique".
11889 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11890 (ALPHA_UNIQUE_REGNUM): New.
11891 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11892
11893 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11894
11895 * README: Remove reference to Ericsson 1800 monitor.
11896 * Makefile.in (remote-es.o): Delete rule.
11897 (ALLDEPFILES): Delete remote-es.c.
11898 * remote-es.c: Delete file.
11899 * config/m68k/es1800.mt: Delete file.
11900 * config/djgpp/fnchange.lst: Update.
11901 * configure.tgt: Delete m68*-ericsson-* target.
11902
11903 2003-01-31 Adam Fedor <fedor@gnu.org>
11904
11905 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11906 Remove duplicate/shadowing variable of same name.
11907
11908 2003-01-30 Jim Blandy <jimb@redhat.com>
11909
11910 * symfile.c (find_separate_debug_file): Assert that the objfile's
11911 directory name we compute ends with a slash, and then assume that
11912 that's so everywhere we use it.
11913
11914 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
11915
11916 * valops.c (value_assign): Flush frame cache after stores to memory
11917 also.
11918
11919 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11920
11921 * Makefile.in (mon960-rom.o): Delete rule.
11922 * mon960-rom.c: Delete file.
11923
11924 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11925
11926 * d10v-tdep.c: Include "frame-unwind.h".
11927 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11928 list.
11929 (next_addr, uses_frame): Delete.
11930 (struct d10v_unwind_cache): Define.
11931 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11932 Use info instead of next_addr and uses_frame globals.
11933 (d10v_frame_init_saved_regs): Delete function.
11934 (d10v_init_extra_frame_info): Delete function.
11935 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11936 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11937 init_frame_pc or frame_saved_pc.
11938 (d10v_pop_frame): Delete function.
11939 (do_d10v_pop_frame): Delete function.
11940 (d10v_frame_chain): Delete function.
11941 (d10v_frame_chain_valid): Delete function.
11942 (d10v_frame_pc_unwind): New function.
11943 (d10v_frame_id_unwind): New function.
11944 (saved_regs_unwinder): New function.
11945 (d10v_frame_register_unwind): New function.
11946 (d10v_frame_pop): New function.
11947 (d10v_frame_unwind): New variable.
11948 (d10v_frame_p): New function.
11949 (d10v_frame_saved_pc): Delete function.
11950 * Makefile.in (d10v-tdep.o): Update dependencies.
11951
11952 2003-01-30 J. Brobecker <brobecker@gnat.com>
11953
11954 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11955 causing some regressions due to a change in the default value
11956 for this macro.
11957
11958 2003-01-29 Richard Henderson <rth@redhat.com>
11959 Elena Zannoni <ezannoni@redhat.com>
11960 Daniel Jacobowitz <drow@mvista.com>
11961
11962 Fix PR gdb/961.
11963 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
11964 variables.
11965 (RANGES_SECTION): New.
11966 (dwarf_ranges_buffer): New variable.
11967 (struct comp_unit_head): Add member "die".
11968 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11969 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11970 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11971 (dwarf2_locate_sections): Likewise.
11972 (dwarf2_build_psymtabs): Read .debug_ranges.
11973 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11974 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11975 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11976 Look for DW_AT_ranges and return the bounding box.
11977
11978 2003-01-29 Brian Ford <ford@vss.fsi.com>
11979
11980 * win32-nat.c (cygwin_pid): Removed as unused.
11981 (child_attach): Try fall back to Cygwin pid.
11982
11983 2003-01-29 Jim Blandy <jimb@redhat.com>
11984
11985 * objfiles.h (struct objfile): Doc fix.
11986
11987 2003-01-29 Andrew Cagney <ac131313@redhat.com>
11988
11989 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11990 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11991 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11992 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11993 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11994 (FRAME_SAVED_PC): Change to a function with predicate.
11995 * gdbarch.h, gdbarch.c: Re-generate.
11996
11997 2003-01-28 Andrew Cagney <ac131313@redhat.com>
11998
11999 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12000
12001 * complaints.c (complain): Delete function.
12002 * complaints.h (struct deprecated_complaint): Delete definition.
12003 (complain): Delete declaration.
12004
12005 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12006
12007 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12008 dummy frames.
12009
12010 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12011
12012 * sentinel-frame.h, sentinel-frame.c: New files.
12013 * Makefile.in (frame.o): Update dependencies.
12014 (SFILES): Add sentinel-frame.c.
12015 (sentinel_frame_h): Define.
12016 (COMMON_OBS): Add sentinel-frame.o.
12017 (sentinel-frame.o): Specify dependencies.
12018 * frame.c: Include "sentinel-frame.h".
12019 (frame_register_unwind): Rewrite assuming that there is always a a
12020 ->next frame.
12021 (frame_register, generic_unwind_get_saved_register): Ditto.
12022 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12023 (create_sentinel_frame, unwind_to_current_frame): New functions.
12024 (get_current_frame): Rewrite using create_sentinel_frame and
12025 unwind_to_current_frame. When possible, always create a frame.
12026 (create_new_frame): Set next to the sentinel frame.
12027 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12028 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12029 ID cache when necessary.
12030 (frame_saved_regs_id_unwind): Use frame_relative_level.
12031 (deprecated_generic_get_saved_register): Use frame_relative_level,
12032 get_frame_saved_regs, get_frame_pc, get_frame_base and
12033 get_next_frame.
12034 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12035 frame_register.
12036
12037 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12038
12039 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12040
12041 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12042
12043 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12044 (maintenance_set_profile_cmd): Use error () instead of warning ().
12045
12046 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12047
12048 * configure.in: Check that -pg works if using --enable-profiling.
12049 Check for monstartup and _mcleanup regardless of --enable-profiling.
12050 * maint.c: Check for monstartup and _mcleanup before using them.
12051 * config.in: Regenerated.
12052 * configure: Regenerated.
12053
12054 2003-01-24 Nick Clifton <nickc@redhat.com>
12055
12056 * Add sh2e support:
12057
12058 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12059
12060 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12061 (sh2e_show_regs): New.
12062 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12063 * config/sh/tm-sh.h: Added sh2e to comments.
12064
12065 2003-01-23 Jim Blandy <jimb@redhat.com>
12066
12067 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12068 symbols found)" message here; we haven't checked for a separate
12069 debug info file yet, so we don't know yet.
12070 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12071 we've looked everywhere. Also, there's no need to print a special
12072 message when we're loading the separate debug info file: the one
12073 symbol_file_add prints is fine.
12074
12075 2003-01-23 Alexander Larsson <alexl@redhat.com>
12076 Jim Blandy <jimb@redhat.com>
12077
12078 Add support for executables whose debug info has been separated
12079 out into a separate file, leaving only a link behind.
12080 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12081 and separate_debug_objfile_backlink.
12082 (put_objfile_before): New declaration.
12083 * symfile.c: #include "filenames.h".
12084 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12085 debug info in a separate file, read that, too. Save the addrs
12086 argument, so we can use it again to read the separated debug info;
12087 syms_from_objfile modifies the table we pass it.
12088 (reread_symbols): After re-reading an objfile, call
12089 reread_separate_symbols to refresh its separate debug info
12090 objfile, if it has one.
12091 (reread_separate_symbols, find_separate_debug_file,
12092 get_debug_link_info, separate_debug_file_exists): New functions.
12093 (debug_file_directory): New global var.
12094 (_initialize_symfile): Initialize debug_file_directory, and
12095 provide the new `set debug-file-directory' command to let the user
12096 change it.
12097 * objfiles.c (free_objfile): If this objfile has its debug info in
12098 a separate objfile, free that one too. If this is itself a
12099 separate debug info objfile, clear our parent's backlink.
12100 (put_objfile_before): New function.
12101 * utils.c (gnu_debuglink_crc32): New function.
12102 * defs.h (gnu_debuglink_crc32): New declaration.
12103 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12104 * configure.in: Handle --with-separate-debug-dir config option.
12105 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12106 * acconfig.h (DEBUGDIR): New macro.
12107 * configure, aclocal.m4, config.in: Regenerated.
12108
12109 2003-01-22 Jim Blandy <jimb@redhat.com>
12110
12111 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12112 like the old symbol_file_add, but taking new arguments: you can
12113 now pass in either a `struct section_addr_info' list to say where
12114 each section is loaded, or a `struct section_offsets' table. Pass
12115 these new arguments through to syms_from_objfile as appropriate.
12116 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12117 with the appropriate quiescent values for the new arguments.
12118
12119 * symfile.c: #include "gdb_assert.h".
12120 (syms_from_objfile): Add the ability to pass in a section offset
12121 table directly, as an alternative to the section_addr_info table.
12122 Document arguments better.
12123 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12124 * symfile.h (syms_from_objfile): Update declaration.
12125 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12126 syms_from_objfile.
12127 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12128
12129 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12130
12131 Original patch by Tom Tromey <tromey@cygnus.com> and
12132 Jason Molenda <jmolenda@apple.com>.
12133 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12134 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12135 * NEWS: Mention profiling.
12136 * configure.in (--enable-gdbtk): Fix typo.
12137 (--enable-profiling): New. Set PROFILE_CFLAGS.
12138 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12139 Fill in function.
12140 (profiling_state): New variable.
12141 (mcleanup_wrapper): New function.
12142 (_initialize_maint): Remove NOTYET, fix call to
12143 add_setshow_boolean_cmd for "maint set profile".
12144 * configure: Regenerated.
12145
12146 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12147
12148 * Makefile.in (install-gdbtk): Install PNG images too.
12149
12150 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12151
12152 * exec.c (text_start): Delete global variable.
12153 (exec_file_attach): Make text_start local to the function.
12154 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12155 * valops.c (hand_function_call): Delete code that handles
12156 BEFORE_TEXT_END and AFTER_TEXT_END.
12157 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12158 of CALL_DUMMY_LOCATION.
12159 * gdbarch.c: Regenerate.
12160 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12161 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12162 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12163 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12164 (text_end): Delete extern declaration.
12165
12166 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12167
12168 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12169 * blockframe.c (backtrace_below_main): Move to "frame.c".
12170 (frame_chain_valid): Delete check for backtrace_below_main.
12171 (_initialize_blockframe): Delete initialization, move ``set
12172 backtrace-below-main'' command to "frame.c".
12173 (do_flush_frames_sfunc): Delete function.
12174 * frame.c: Include "command.h" and "gdbcmd.h".
12175 (frame_type_from_pc): New function.
12176 (create_new_frame): Use frame_type_from_pc.
12177 (legacy_get_prev_frame): New function.
12178 (get_prev_frame): Rewrite. When an old style frame, call
12179 legacy_get_prev_frame. Otherwize, unwind the PC first.
12180 (_initialize_frame): Add ``set backtrace-below-main'' command.
12181 * Makefile.in (frame.o): Update dependencies.
12182
12183 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12184
12185 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12186 DEPRECATED_REGISTERS_INFO.
12187
12188 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12189
12190 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12191 Maintainers'. Update `Various Maintainers'.
12192
12193 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12194
12195 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12196 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12197 Suppress actual parameters when `-'.
12198 * gdbarch.h, gdbarch.c: Regenerate.
12199
12200 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12201
12202 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12203 code handling dummy frames.
12204
12205 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12206
12207 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12208 (struct frame_unwind): Add field pop.
12209 * frame.h (frame_pop): Declare.
12210 * frame.c (frame_saved_regs_pop): New function.
12211 (trad_frame_unwinder): Add frame_saved_regs_pop.
12212 (frame_pop): New function.
12213 * dummy-frame.c (dummy_frame_pop): New function.
12214 (discard_innermost_dummy): New function.
12215 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12216 (dummy_frame_unwind): Add dummy_frame_pop.
12217 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12218 * valops.c (hand_function_call): Ditto.
12219 * stack.c (return_command): Ditto.
12220
12221 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12222
12223 * cris-tdep.c: Fix function declaration indentation.
12224 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12225 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12226 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12227 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12228 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12229 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12230
12231 2003-01-18 Michael Chastain <mec@shout.net>
12232
12233 * README (Unpacking and Installation -- quick overview):
12234 Warn against ".../gdb-5.3/gdb/configure".
12235
12236 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12237
12238 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12239 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12240 (struct frame_unwind): Declare opaque.
12241 (dummy_frame_p): Declare function.
12242 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12243 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12244 * dummy-frame.c: Include "frame-unwind.h".
12245 (dummy_frame_p): New function.
12246 (dummy_frame_unwind): New variable.
12247 * frame.c: Include "frame-unwind.h".
12248 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12249 to use the new unwind field.
12250 (set_unwind_by_pc): Delete function.
12251 (create_new_frame, get_prev_frame): Set unwind field using
12252 frame_unwind_find_by_pc.
12253 (trad_frame_unwind, trad_frame_unwinder): New variables.
12254 * frame.h (trad_frame_unwind): Declare variable.
12255 (frame_id_unwind_ftype): Delete declaration.
12256 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12257 (struct frame_unwind): Declare opaque.
12258 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12259 register_unwind with a single unwind pointer.
12260 * frame-unwind.h, frame-unwind.c: New files.
12261 * Makefile.in (SFILES): Add frame-unwind.c.
12262 (frame_unwind_h): Define.
12263 (COMMON_OBS): Add frame-unwind.o.
12264 (frame-unwind.o): Specify dependencies.
12265 (frame.o, dummy-frame.o): Update dependencies.
12266
12267 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12268
12269 * ada-valprint.c: Eliminate PTR.
12270 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12271 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12272 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12273 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12274 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12275 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12276 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12277
12278 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12279
12280 * main.c (captured_main): Don't use PTR.
12281 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12282 * gdbtypes.c (lookup_primitive_typename): Ditto.
12283 (lookup_struct_elt_type): Ditto.
12284 * f-valprint.c (info_common_command): Ditto.
12285 (list_all_visible_commons): Ditto.
12286 * jv-typeprint.c (java_type_print_base): Ditto.
12287
12288 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12289 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12290 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12291 i386-interix-nat.c and i386-interix-tdep.c. Rename
12292 m68klinux-nat.c and m68klinux-tdep.c. Rename
12293 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12294 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12295 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12296 * main.c (captured_main): Use xfree, not free.
12297
12298 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12299
12300 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12301 ID back using a parameter.
12302 * frame.c (frame_id_unwind): Update call.
12303 (frame_saved_regs_id_unwind): Update.
12304 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12305 * dummy-frame.h (struct frame_id): Add opaque declaration.
12306 (dummy_frame_id_unwind): Update declaration.
12307
12308 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12309
12310 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12311
12312 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12313
12314 * MAINTAINERS (Stephen P. Smith): Updated email address.
12315
12316 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12317
12318 Fix PR gdb/898
12319 * breakpoint.c (until_break_command): Add new argument. Use it to
12320 decide whether to stop only at the current frame or not.
12321 * breakpoint.h (until_break_command): Update prototype.
12322 * infcmd.c (until_command): Add new argument to until_break_command
12323 call.
12324 (advance_command): New function.
12325 (_initialize_infcmd): Update help string for 'until' command.
12326 Add new 'advance' command.
12327
12328 2003-01-14 David Carlton <carlton@math.stanford.edu>
12329
12330 * linespec.c (decode_line_1): Normalize comments.
12331 (set_flags): Ditto.
12332 (locate_first_half): Ditto.
12333 (decode_compound): Ditto.
12334 (symtab_from_filename): Ditto.
12335 (decode_all_digits): Ditto.
12336 (decode_dollar): Ditto.
12337 (find_methods): Ditto.
12338 (find_toplevel_char): Ditto.
12339
12340 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12341
12342 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12343 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12344 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12345 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12346 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12347 * language.c, language.h, m32r-tdep.c: Update copyright.
12348 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12349 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12350 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12351 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12352 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12353 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12354
12355 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12356
12357 * stabsread.h (process_later, resolve_cfront_continuation):
12358 Obsolete.
12359 Update copyright years.
12360 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12361 Update copyright year.
12362 * dbxread.c(struct cont_elem): Obsolete.
12363 (process_later, process_now): Obsolete functions.
12364 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12365 Update copyright year.
12366 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12367 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12368 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12369 (parse_partial_symbols): Obsolete cfront support.
12370 * stabsread.c
12371 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12372 macros.
12373 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12374 read_cfront_baseclasses, read_cfront_member_functions,
12375 resolve_cfront_continuation,read_cfront_static_fields,
12376 copy_cfront_struct_fields): Obsolete functions.
12377 (define_symbol, read_one_struct_field): Obsolete cfront support.
12378 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12379 Update Copyright year.
12380
12381 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12382
12383 * stack.c (print_frame_info, print_stack_frame_base_stub,
12384 print_stack_frame_base, show_and_print_stack_frame_stub,
12385 show_and_print_stack_frame, print_only_stack_frame_stub,
12386 print_only_stack_frame): Delete functions.
12387 (print_stack_frame_stub): Call print_frame_info instead of
12388 print_frame_info_base.
12389 (print_frame_info_base): Rename to print_frame_info.
12390 (backtrace_command_1): Call print_frame_info, instead of
12391 print_frame_info_base.
12392 (current_frame_command): Call print_stack_frame, instead of
12393 print_only_stack_frame.
12394 (frame_command): Call print_stack_frame, instead of
12395 show_and_print_stack_frame.
12396 (up_command): Ditto.
12397 (down_command): Ditto.
12398 * frame.h (print_only_stack_frame): Delete prototype.
12399 * infrun.c (normal_stop): Call print_stack_frame, instead of
12400 show_and_print_stack_frame.
12401 * thread.c (info_threads_command): Call print_stack_frame, instead
12402 of print_only_stack_frame.
12403
12404 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12405
12406 * README (Graphical interface to GDB): Update URL. Point at
12407 gdb/links/.
12408
12409 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12410 version match.
12411
12412 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12413
12414 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12415 lines.
12416
12417 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12418
12419 * thread-db.c (attach_thread): Prototype.
12420 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12421 thread information (ti), and valid flags (th_valid, ti_valid).
12422 (attach_thread): Move target_pid_to_str call to after the thread
12423 is added to GDB's list. Initialize the cache.
12424 (thread_get_info_callback, thread_db_map_id2thr)
12425 (thread_db_get_info): New functions.
12426 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12427 (thread_db_store_registers, thread_db_thread_alive)
12428 (thread_db_get_thread_local_address): Use them.
12429 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12430 of calling error() for threads in unknown state.
12431
12432 (clear_lwpid_callback): New function.
12433 (thread_db_resume): Use it to clear the cache.
12434
12435 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12436
12437 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12438 (resume_callback): Remove dead code.
12439
12440 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12441
12442 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12443 predicate.
12444 * gdbarch.h, gdbarch.c: Regenerate.
12445 * stack.c (frame_info): Only initialize the saved registers when
12446 FRAME_INIT_SAVED_REGS_P.
12447 * frame.c (frame_saved_regs_register_unwind): Assert
12448 FRAME_INIT_SAVED_REGS_P.
12449 (deprecated_generic_get_saved_register): Ditto.
12450
12451 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12452
12453 * source.c (openp): Squelch warning about "filename".
12454
12455 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12456
12457 * source.c (openp): If the file does not exist don't necessarily
12458 search the path.
12459
12460 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12461
12462 Fix PR gdb/872.
12463 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12464 (integer_types_same_name_p): New function.
12465 (rank_one_type): Use it.
12466 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12467
12468 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12469
12470 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12471 variables.
12472 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12473 * configure.in: Add --with-sysroot.
12474 * configure: Regenerated.
12475 * main.c (gdb_sysroot): New variable.
12476 (captured_main): Initialize gdb_sysroot.
12477 * defs.h (gdb_sysroot): New extern declaration.
12478 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12479
12480 2003-01-12 Michael Chastain <mec@shout.net>
12481
12482 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12483
12484 2003-01-12 Michael Chastain <mec@shout.net>
12485
12486 * top.c (print_gdb_version): Bump copyright year to 2003.
12487
12488 2003-01-12 David Carlton <carlton@bactrian.org>
12489
12490 * linespec.c (symtab_from_filename): Rename variable 's' to
12491 'file_symtab'.
12492
12493 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12494
12495 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12496 dummy frame.
12497 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12498
12499 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12500
12501 * d10v-tdep.c: Include "gdb_assert.h".
12502 (d10v_store_return_value): Rewrite to match current interface.
12503 (d10v_extract_struct_value_address): Ditto.
12504 (d10v_extract_return_value): Ditto.
12505 (d10v_gdbarch_init): Set store_restore_value,
12506 extract_struct_value_address and extract_return_value.
12507
12508 2003-01-12 J. Brobecker <brobecker@gnat.com>
12509
12510 * hpread.c (set_namestring): New procedure replacing the
12511 SET_NAMESTRING macro.
12512 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12513 by calls to set_namestring.
12514
12515 2003-01-11 J. Brobecker <brobecker@gnat.com>
12516
12517 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12518 a compilation warning.
12519 (hpread_process_one_debug_symbol): Likewise.
12520
12521 2003-01-10 David Carlton <carlton@math.stanford.edu>
12522
12523 * linespec.c (decode_line_1): Rename variable 's' to
12524 'file_symtab'.
12525 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12526 (decode_dollar): Ditto.
12527 (decode_variable): Ditto.
12528 (symbol_found): Ditto.
12529
12530 2003-01-09 Michael Chastain <mec@shout.net>
12531
12532 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12533
12534 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12535
12536 * win32-nat.c (set_process_privilege): New function.
12537 (child_attach): Call set_process_privilege() to enable the
12538 SE_DEBUG_NAME user privilege if available in process token.
12539
12540 2003-01-10 J. Brobecker <brobecker@gnat.com>
12541
12542 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12543 compilation error in the previous revision.
12544
12545 2003-01-09 David Carlton <carlton@math.stanford.edu>
12546
12547 * linespec.c: Update copyright.
12548
12549 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12550
12551 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12552 than inferior_ptid.
12553 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12554
12555 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12556
12557 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12558 Update comments.
12559 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12560 (frame_saved_regs_zalloc): Update.
12561 (frame_saved_regs_register_unwind): Update.
12562 (create_new_frame): Update.
12563 (get_prev_frame): Update.
12564 (frame_extra_info_zalloc): Update.
12565 (deprecated_get_frame_saved_regs): Update.
12566 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12567 * cris-tdep.c: Update comment.
12568
12569 * somsolib.h: Fix function indentation.
12570 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12571 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12572 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12573 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12574 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12575
12576 * infrun.c (follow_fork): Use ISO C definition.
12577 * expprint.c (print_subexp): Use xfree instead of free.
12578 * charset.c: Include "gdb_string.h" instead of <string.h>.
12579 (register_iconv_charsets): Use ISO C definition.
12580 (host_charset, target_charset): Ditto.
12581 * Makefile.in (charset.o): Update dependencies.
12582 (mi-cmd-env.o): Update dependencies.
12583
12584 2003-01-08 Andrew Cagney <cagney@redhat.com>
12585
12586 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12587 get_frame_base.
12588
12589 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12590
12591 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12592 build directories. Save edited gdb output in Mbuild.log. If a
12593 build fails, remove any final GDB executable.
12594
12595 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12596
12597 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12598 replacing hex constants with function names and stripping leading
12599 file name directory prefixes.
12600
12601 2003-01-08 Andrew Cagney <cagney@redhat.com>
12602
12603 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12604 get_frame_base.
12605
12606 2003-01-08 David Carlton <carlton@math.stanford.edu>
12607
12608 * linespec.c (decode_line_1): Move code into decode_variable.
12609 (decode_variable): New function.
12610
12611 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12612
12613 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12614
12615 2003-01-08 Andrew Cagney <cagney@redhat.com>
12616
12617 * cris-tdep.c (cris_frame_init_saved_regs): Use
12618 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12619 saved_regs buffer.
12620 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12621 (sh64_nofp_frame_init_saved_regs): Ditto.
12622 (sh_fp_frame_init_saved_regs): Ditto.
12623 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12624 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12625 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12626 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12627
12628 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
12629
12630 * minsyms.c (lookup_minimal_symbol): Update comment.
12631 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12632 (lookup_minimal_symbol_solib_trampoline): Likewise.
12633
12634 2003-01-08 Andrew Cagney <cagney@redhat.com>
12635
12636 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12637 frame_relative_level.
12638
12639 * alpha-tdep.c: Use get_frame_extra_info.
12640 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12641 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12642 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12643 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12644
12645 * alpha-tdep.c: Use get_next_frame.
12646 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12647 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12648 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12649 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12650 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12651 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12652 * xstormy16-tdep.c: Ditto.
12653
12654 2003-01-07 Andrew Cagney <cagney@redhat.com>
12655
12656 * alpha-tdep.c: Use get_frame_base.
12657 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12658 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12659 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12660 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12661 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12662 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12663 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12664 * config/sparc/tm-sparc.h: Ditto.
12665
12666 2003-01-07 Andrew Cagney <cagney@redhat.com>
12667
12668 * frame.c (deprecated_get_frame_context): New function.
12669 (deprecated_set_frame_context): New function.
12670 * frame.h (deprecated_get_frame_context): Declare.
12671 (deprecated_set_frame_context): Declare.
12672 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12673 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
12674
12675 2003-01-07 Andrew Cagney <cagney@redhat.com>
12676
12677 * frame.c (deprecated_set_frame_next_hack): New function.
12678 (deprecated_set_frame_prev_hack): New function.
12679 * frame.h (deprecated_set_frame_next_hack): Declare.
12680 (deprecated_set_frame_prev_hack): Declare.
12681 * mcore-tdep.c (analyze_dummy_frame): Use
12682 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12683 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12684
12685 2003-01-07 David Carlton <carlton@math.stanford.edu>
12686
12687 * linespec.c (decode_line_1): Move code into decode_dollar.
12688 (decode_dollar): New function.
12689
12690 2003-01-07 Andrew Cagney <cagney@redhat.com>
12691
12692 * arm-tdep.c (arm_init_extra_frame_info): Use
12693 deprecated_update_frame_base_hack.
12694 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12695 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12696 (fix_frame_pointer): Ditto.
12697 (mn10300_analyze_prologue): Ditto.
12698
12699 2003-01-07 Andrew Cagney <cagney@redhat.com>
12700
12701 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12702 extra_info using frame_extra_info_zalloc.
12703 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12704 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12705 (sh64_init_extra_frame_info): Ditto.
12706 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12707 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12708 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12709 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12710 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12711 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12712 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12713 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12714 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12715 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12716 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12717 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12718
12719 * mn10300-tdep.c (analyze_dummy_frame): Use
12720 deprecated_set_frame_extra_info_hack.
12721 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12722
12723 2003-01-07 J. Brobecker <brobecker@gnat.com>
12724
12725 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12726 class is not scText. These do not define "real" procedures.
12727 (parse_partial_symbols): Likewise.
12728
12729 2003-01-06 Michael Snyder <msnyder@redhat.com>
12730
12731 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12732
12733 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12734
12735 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12736 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12737 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12738 deprecated_frame_xmalloc_with_cleanup.
12739 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12740 deprecated_frame_xmalloc.
12741 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12742 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12743
12744 2003-01-06 Andrew Cagney <cagney@redhat.com>
12745
12746 * x86-64-linux-tdep.c: Include "osabi.h".
12747 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12748
12749 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12750
12751 2003-01-06 Andrew Cagney <cagney@redhat.com>
12752
12753 * MAINTAINERS (Target Instruction Set Architectures): Update
12754 arm-elf. Can be built with -Werror, has been multiarched.
12755
12756 * value.h (unpack_long): Make buffer parameter constant.
12757 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12758 * scm-lang.h (scm_parse): Ditto.
12759 * defs.h (extract_typed_address, extract_address): Ditto.
12760 (extract_long_unsigned_integer): Ditto.
12761 * inferior.h (unsigned_pointer_to_address): Ditto.
12762 (signed_pointer_to_address): Ditto.
12763 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12764 * gdbarch.h, gdbarch.c: Regenerate.
12765 * findvar.c (extract_long_unsigned_integer): Update.
12766 (extract_address): Update.
12767 (extract_typed_address): Update.
12768 (unsigned_pointer_to_address): Update.
12769 * values.c (unpack_long): Update.
12770 (unpack_double): Update.
12771 (unpack_pointer): Update.
12772 (unpack_field_as_long): Update.
12773 * d10v-tdep.c (d10v_pointer_to_address): Update.
12774 * avr-tdep.c (avr_pointer_to_address): Update.
12775 * scm-lang.c (scm_unpack): Update.
12776 * findvar.c (signed_pointer_to_address): Update.
12777
12778 2003-01-06 Michal Ludvig <mludvig@suse.cz>
12779
12780 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
12781 since it is in i386-tdep.c.
12782
12783 2003-01-06 J. Brobecker <brobecker@gnat.com>
12784
12785 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12786 failure introduced in the previous change.
12787
12788 2003-01-05 Michael Chastain <mec@shout.net>
12789
12790 * README: Remove references to deleted remote-*.c files:
12791 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12792 remote-nrom.c, remote-os9k.c, remote-udi.c.
12793
12794 2003-01-05 Mark Kettenis <kettenis@gnu.org>
12795
12796 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12797 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12798 i386_get_longjmp_target.
12799
12800 2003-01-05 Andrew Cagney <ac131313@redhat.com>
12801
12802 * arm-tdep.c (prologue_cache): Change to a pointer.
12803 (_initialize_arm_tdep): Allocate prologue_cache.
12804 (check_prologue_cache): Update.
12805 (save_prologue_cache): Update.
12806 (arm_gdbarch_init): Update.
12807
12808 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12809
12810 * stabsread.c (update_method_name_from_physname): Call complaint()
12811 instead of error.
12812
12813 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12814
12815 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12816 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12817 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12818
12819 * blockframe.c: Include "gdbcmd.h" and "command.h".
12820 (backtrace_below_main): New variable.
12821 (file_frame_chain_valid, func_frame_chain_valid)
12822 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12823 (generic_func_frame_chain_valid): Remove functions.
12824 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12825 (_initialize_blockframe): New function.
12826 * Makefile.in (blockframe.o): Update dependencies.
12827 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12828 comment. Call frame_chain_valid ().
12829 * frame.h: Remove old prototypes. Add prototype for
12830 frame_chain_valid and update comments to match.
12831 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12832 Remove old comment.
12833 * gdbarch.h: Regenerated.
12834 * gdbarch.c: Regenerated.
12835
12836 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12837 set_gdbarch_frame_chain_valid.
12838 * avr-tdep.c (avr_gdbarch_init): Likewise.
12839 * cris-tdep.c (cris_gdbarch_init): Likewise.
12840 * frv-tdep.c (frv_gdbarch_init): Likewise.
12841 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12842 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12843 (i386_nw_init_abi): Likewise.
12844 (i386_gdbarch_init): Likewise.
12845 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12846 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12847 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12848 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12849 * mips-tdep.c (mips_gdbarch_init): Likewise.
12850 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12851 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12852 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12853 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12854 * s390-tdep.c (s390_gdbarch_init): Likewise.
12855 * sh-tdep.c (sh_gdbarch_init): Likewise.
12856 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12857 * v850-tdep.c (v850_gdbarch_init): Likewise.
12858 * vax-tdep.c (vax_gdbarch_init): Likewise.
12859 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12860
12861 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12862 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12863 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12864 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12865 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12866 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12867 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12868 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12869
12870 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12871
12872 * Makefile.in (acconfig_h): Remove incorrect macro.
12873 (config_h): Define.
12874 (osabi.o): Update dependencies.
12875 * configure.tgt: Set gdb_osabi based on target triplet.
12876 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12877 * configure: Regenerated.
12878 * config.in: Regenerated.
12879 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12880 (GDB_OSABI_DEFAULT): Define if not already defined.
12881 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12882 (set_osabi_string): New variables.
12883 (gdbarch_register_osabi): Add new OS ABI to
12884 gdb_osabi_available_names.
12885 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12886 (set_osabi, show_osabi): New functions.
12887 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12888
12889 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12890
12891 * arch-utils.c (gdbarch_info_init): Set osabi to
12892 GDB_OSABI_UNINITIALIZED.
12893 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12894 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12895 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12896 * gdbarch.c: Regenerated.
12897 * gdbarch.h: Regenerated.
12898 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12899 there's no BFD.
12900 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12901 * osabi.h (enum gdb_osabi): Move to defs.h.
12902 (gdbarch_init_osabi): Update prototype.
12903 * defs.h (enum gdb_osabi): Moved here.
12904 * Makefile.in: Update dependencies.
12905
12906 * alpha-tdep.h: Don't include "osabi.h".
12907 (struct gdbarch_tdep): Remove osabi member.
12908 * alpha-tdep.c: Include "osabi.h".
12909 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12910 iterate over arches. Update call to gdbarch_init_osabi.
12911 (alpha_dump_tdep): Don't dump osabi.
12912 * alpha-linux-tdep.c: Include "osabi.h".
12913 * alpha-osf1-tdep.c: Include "osabi.h".
12914 * alphafbsd-tdep.c: Include "osabi.h".
12915 * alphanbsd-tdep.c: Include "osabi.h".
12916
12917 * arm-tdep.h: Don't include "osabi.h".
12918 (struct gdbarch_tdep): Remove osabi member.
12919 * arm-tdep.c: Include "osabi.h".
12920 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12921 iterate over arches. Update call to gdbarch_init_osabi.
12922 (arm_dump_tdep): Don't dump osabi.
12923 * arm-linux-tdep.c: Include "osabi.h".
12924 * armnbsd-tdep.c: Include "osabi.h".
12925
12926 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12927 Update call to gdbarch_init_osabi.
12928
12929 * i386-tdep.h: Don't include "osabi.h".
12930 (struct gdbarch_tdep): Remove osabi member.
12931 * i386-tdep.c: Include "osabi.h".
12932 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12933 iterate over arches. Update call to gdbarch_init_osabi.
12934 (i386_dump_tdep): Don't dump osabi.
12935 * i386-linux-tdep.c: Include "osabi.h".
12936 * i386-sol2-tdep.c: Include "osabi.h".
12937 * i386bsd-tdep.c: Include "osabi.h".
12938 * i386gnu-tdep.c: Include "osabi.h".
12939 * i386ly-tdep.c: Include "osabi.h".
12940 * i386nbsd-tdep.c: Include "osabi.h".
12941 * i386obsd-tdep.c: Include "osabi.h".
12942
12943 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12944 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12945 check osabi when iterating over arches. Update call to
12946 gdbarch_init_osabi.
12947 (mips_dump_tdep): Don't dump osabi.
12948
12949 * ns32k-tdep.h: Don't include "osabi.h".
12950 (struct gdbarch_tdep): Remove.
12951 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12952 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12953 allocate tdep. Update call to gdbarch_init_osabi.
12954 (ns32k_dump_tdep): Remove.
12955 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12956 * ns32knbsd-tdep.c: Include "osabi.h".
12957
12958 * ppc-tdep.h: Don't include "osabi.h".
12959 (struct gdbarch_tdep): Remove osabi member.
12960 * rs6000-tdep.c: Include "osabi.h".
12961 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12962 osabi when iterating over arches. Update call to
12963 gdbarch_init_osabi.
12964 (rs6000_dump_tdep): Don't dump osabi.
12965 * ppc-linux-tdep.c: Include "osabi.h".
12966 * ppcnbsd-tdep.c: Include "osabi.h".
12967
12968 * sh-tdep.h: Don't include "osabi.h".
12969 (struct gdbarch_tdep): Remove osabi member.
12970 * sh-tdep.c: Include "osabi.h".
12971 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12972 iterate over arches. Update call to gdbarch_init_osabi.
12973 (sh_dump_tdep): Don't dump osabi.
12974 * shnbsd-tdep.c: Include "osabi.h".
12975
12976 * sparc-tdep.c: Include "osabi.h".
12977 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12978 iterate over arches. Update call to gdbarch_init_osabi.
12979 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12980 tdep structure.
12981
12982 * vax-tdep.h: Don't include "osabi.h".
12983 (struct gdbarch_tdep): Remove.
12984 * vax-tdep.c: Include "osabi.h".
12985 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12986 iterate over arches. Don't allocate tdep. Update call
12987 to gdbarch_init_osabi.
12988 (vax_dump_tdep): Remove.
12989 (_initialize_vax_tdep): Update call to gdbarch_register.
12990
12991 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12992
12993 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12994 entirely.
12995 (breakpoint_re_set_one): Don't fetch the value for a disabled
12996 watchpoint.
12997
12998 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12999
13000 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13001 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13002 (COERCE_FLOAT_TO_DOUBLE): Remove.
13003 * gdbarch.c: Regenerate.
13004 * gdbarch.h: Regenerate.
13005 * Makefile.in: Remove value_h from gdbarch_h.
13006 * valops.c (coerce_float_to_double): New variable.
13007 (default_coerce_float_to_double): Remove.
13008 (standard_coerce_float_to_double): Remove.
13009 (value_arg_coerce): Use coerce_float_to_double.
13010 (_initialize_valops): Add "set coerce-float-to-double".
13011 * value.h (default_coerce_float_to_double): Remove prototype.
13012 (standard_coerce_float_to_double): Remove prototype.
13013
13014 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13015 prototyped.
13016 * mdebugread.c (parse_symbol): Likewise.
13017 * stabsread.c (define_symbol): Mark all functions as prototyped.
13018
13019 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13020 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13021 set_gdbarch_coerce_float_to_double.
13022 * arm-tdep.c (arm_gdbarch_init): Likewise.
13023 * frv-tdep.c (frv_gdbarch_init): Likewise.
13024 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13025 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13026 * mips-tdep.c (mips_gdbarch_init): Likewise.
13027 (mips_coerce_float_to_double): Remove.
13028 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13029 (rs6000_coerce_float_to_double): Remove.
13030 * s390-tdep.c (s390_gdbarch_init): Likewise.
13031 * sh-tdep.c (sh_gdbarch_init): Likewise.
13032 (sh_coerce_float_to_double): Remove.
13033 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13034 (sparc_coerce_float_to_double): Remove.
13035 * v850-tdep.c (v850_gdbarch_init): Likewise.
13036 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13037 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13038 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13039 (hppa_coerce_float_to_double): Remove prototype.
13040 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13041
13042 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13043
13044 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13045
13046 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13047
13048 Suggested by Stewart Brown <sb24@avaya.com>:
13049 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13050 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13051 (c_type_print_varspec_suffix): Likewise.
13052
13053 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13054
13055 * configure.in: Don't set and AC_SUBST SUBDIRS.
13056 * configure: Regenerated.
13057
13058 * configure.in: Remove code dealing with shared libraries.
13059 * Makefile.in: Remove HLDFLAGS and HLDENV.
13060 * configure: Regenerated.
13061
13062 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13063
13064 * frame.c (deprecated_frame_xmalloc): New function.
13065 (deprecated_set_frame_saved_regs_hack): New function.
13066 (deprecated_set_frame_extra_info_hack): New function.
13067 * frame.h (deprecated_frame_xmalloc): Declare.
13068 (deprecated_set_frame_saved_regs_hack): Declare.
13069 (deprecated_set_frame_extra_info_hack): Declare.
13070
13071 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13072
13073 * configure.in: Move code that provides the --enable-gdbtk option
13074 right after the code that handles the --enable-tui option, and
13075 polish it somewhat.
13076 * configure: Regenerated.
13077
13078 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13079 AC_CHECK_FUNCS and remove the old check for pread64.
13080 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13081 * acconfig.h (_GNU_SOURCE): Add.
13082 (HAVE_PREAD64): Remove.
13083 * configure, aclocal.m4, config.in: Regenerated.
13084
13085 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13086
13087 * alpha-tdep.c: Use get_frame_saved_regs.
13088 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13089 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13090 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13091 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13092 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13093
13094 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13095
13096 * configure.in: Remove all use of the SUBDIRS variable; add
13097 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13098 code providing the --enable-multi-ice option, and move it right in
13099 front of the code that checks whether gdbserver is supported.
13100 Polish that too.
13101 * configure: Regenerated.
13102 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13103 @SUBDIRS@.
13104
13105 2003-01-03 Andrew Cagney <cagney@redhat.com>
13106
13107 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13108 * avr-tdep.c, cris-tdep.c: Ditto.
13109 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13110 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13111
13112 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13113
13114 * configure.in: Remove --enable-netrom option.
13115 * configure: Regenerated.
13116
13117 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13118
13119 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13120 declaration for `struct re_pattern_buffer' instead.
13121 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13122
13123 2003-01-03 J. Brobecker <brobecker@gnat.com>
13124
13125 * mdebugread.c (parse_symbol): Count until the stEnd matching
13126 the structure name.
13127
13128 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13129
13130 * configure.in: Remove --with-cpu option.
13131 subscripts. Remove evil changequotes here.
13132 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13133 * config.in, configure: Regenerated.
13134
13135 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13136 * configure.in: Cleanup section that sources GDB and BFD configure
13137 subscripts. Remove evil changequotes here.
13138 * config.in, configure: Regenerated.
13139
13140 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13141
13142 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13143 frame accessor methods.
13144 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13145 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13146 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13147 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13148 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13149 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13150 * z8k-tdep.c: Ditto.
13151
13152 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13153
13154 * configure.in: Remove UI_OUT configuration code.
13155 * ada-lang.c: Update assuming UI_OUT is always true.
13156 * Makefile.in (UIOUT_CFLAGS): Remove.
13157 * configure: Regenerated.
13158 * TODO: Remove blurb about elimination of -DUI_OUT.
13159
13160 * configure.in: Move code that provides the --enable-gdbcli,
13161 --enable-gdbmi options right before the code that handles the
13162 --enable-tui option. Polish a bit.
13163 * configure: Regenerated.
13164
13165 * configure.in: Rewrite check for GNU regex and the
13166 --without-included regex option, and move it into the "Checks for
13167 library functions" section. This makes us use the system regex
13168 again by default on systems with version 2 of the GNU C library.
13169 This was apparently broken.
13170 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13171 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13172 * config.in, configure: Regenerated.
13173
13174 * configure.in: Move code that provides the --enable-tui option
13175 before the "Checks for libraries" section. Polish the code
13176 somewhat and set need_curses to yes if we build the TUI. Rewrite
13177 code that looks for a library providing termcap functionality to
13178 match more closely what's done in the Readline library, and move
13179 it into to the "Checks for libraries" section.
13180 * configure: Regenerated.
13181 * Makefile.in (TERMCAP): Remove variable.
13182 * config/i386/go32.mh (TERMCAP): Remove variable.
13183
13184 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13185
13186 * MAINTAINERS: Mention gdb_mbuild.sh.
13187 * gdb_mbuild.sh: Rewrite.
13188
13189 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13190
13191 * configure.in: Fix typo in last change.
13192 * config.in, configure: Regenerated.
13193
13194 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13195
13196 * valarith.c (value_binop): Delete obsolete code and comments.
13197 * configure.host: Ditto.
13198 * buildsym.h (make_blockvector): Ditto.
13199 * buildsym.c (make_blockvector): Ditto.
13200 * defs.h (enum language): Ditto.
13201 (chill_demangle): Ditto.
13202 * elfread.c (elf_symtab_read): Ditto.
13203 * dwarfread.c (CHILL_PRODUCER): Ditto.
13204 (set_cu_language): Ditto.
13205 (handle_producer): Ditto.
13206 * expprint.c (print_subexp): Ditto.
13207 * gdbtypes.c (chill_varying_type): Ditto.
13208 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13209 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13210 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13211 (chill_varying_type): Ditto.
13212 * language.h (_LANG_chill): Ditto.
13213 * language.c (binop_result_type, integral_type): Ditto.
13214 (character_type, string_type, structured_type): Ditto.
13215 (lang_bool_type, binop_type_check): Ditto.
13216 * stabsread.h (os9k_stabs): Ditto.
13217 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13218 (define_symbol, read_type, read_struct_fields): Ditto.
13219 (read_array_type, read_enum_type, read_huge_number): Ditto.
13220 (read_range_type, start_stabs): Ditto.
13221 * symfile.c (init_filename_language_table): Ditto.
13222 (add_psymbol_with_dem_name_to_list): Ditto.
13223 * symtab.c (symbol_init_language_specific): Ditto.
13224 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13225 * symtab.h (struct general_symbol_info): Ditto.
13226 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13227 * typeprint.c (typedef_print): Ditto.
13228 * utils.c (fprintf_symbol_filtered): Ditto.
13229 * valops.c (value_cast, search_struct_field, value_slice): Delete
13230 obsolete code.
13231 (varying_to_slice): Delete function.
13232 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13233 (varying_to_slice): Delete declaration.
13234 * MAINTAINERS: Update.
13235
13236 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13237
13238 * configure.in: Reorganize "Checks for library functions section"
13239 a bit. Remove check for `btowc' and `isascii' functions.
13240 * configure: Regenerated.
13241
13242 * acconfig.h (_MSE_INT_H): Remove.
13243 * configure.in: Create "Checks for header files" section, and move
13244 appropriate tests there. Don't check for objlist.h, wchar.h,
13245 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13246 misdetection fix. Also add "Checks for types", "Checks for
13247 compiler characteristics" and "Checks for library functions"
13248 sections.
13249 * config.in, configure: Regenerated.
13250
13251 * configure.in: Create "Checks for programs" section, and move
13252 appropriate tests there.
13253
13254 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13255
13256 * configure.in: Create "Checks for libraries" section, and move
13257 appropriate tests there. Cleanup check for wctype in libw. Use
13258 AC_SEARCH_LIBS to see whether we need libsocket.
13259 * configure: Regenerated.
13260
13261 For older changes see ChangeLog-2002
13262 \f
13263 Local Variables:
13264 mode: change-log
13265 left-margin: 8
13266 fill-column: 74
13267 version-control: never
13268 End:
This page took 0.318193 seconds and 4 git commands to generate.