2004-08-02 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-08-02 Andrew Cagney <cagney@gnu.org>
2
3 * cris-tdep.c (cris_register_type): Replace
4 cris_register_virtual_type.
5 (cris_gdbarch_init): Update, set register_type.
6
7 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
8 * gdbarch.h, gdbarch.c: Re-generate.
9 * arm-tdep.c (arm_frameless_function_invocation): Delete.
10 (arm_gdbarch_init) Do not set frameless function invocation.
11 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
12 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
13 * frv-tdep.c (frv_frameless_function_invocation): Delete.
14 (frv_gdbarch_init): Do not set frameless function invocation.
15 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
16 * sh-tdep.c (sh_gdbarch_init): Ditto.
17 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
18 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
19 * avr-tdep.c (avr_gdbarch_init): Ditto.
20
21 * blockframe.c (legacy_frame_chain_valid): Delete function.
22
23 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
24 and pc. Update comments.
25 (pc_in_dummy_frame): Delete function.
26 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
27 use the "id".
28 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
29 call_hi, top and pc, use the id.
30 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
31
32 * dummy-frame.c: Include "gdb_string.h".
33 (generic_save_call_dummy_addr, generic_push_dummy_frame)
34 (generic_save_dummy_frame_tos): Delete.
35 (dummy_frame_push): New function, replaces above.
36 * dummy-frame.h: Update copyright.
37 (dummy_frame_push): Declare.
38 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
39 (generic_save_call_dummy_addr): Delete declarations.
40 * infcall.c: Include "dummy-frame.h".
41 (call_function_by_hand): Add locals caller_regcache,
42 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
43 with call to frame_save_as_regcache plus cleanup. Delete calls to
44 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
45 Move clear_proceed_status to just before the resume, add call to
46 dummy_frame_push (discard cleanup).
47 * Makefile.in (infcall.o): Add $(dummy_frame_h).
48 (dummy-frame.o): Add $(gdb_string_h).
49
50 2004-08-01 Andrew Cagney <cagney@gnu.org>
51
52 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
53 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
54 * dummy-frame.c (find_dummy_frame): Delete.
55 (struct dummy_frame_cache, dummy_frame_sniffer)
56 (dummy_frame_prev_register, dummy_frame_this_id)
57 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
58 frame unwinder using a dummy_frame_cache.
59
60 2004-08-01 Andrew Cagney <cagney@gnu.org>
61
62 * frame.h (frame_save_as_regcache): Declare.
63 * frame.c (frame_save_as_regcache): New function.
64 (do_frame_read_register): Replace do_frame_unwind_register.
65 (frame_pop): Use frame_save_as_regcache.
66 * dummy-frame.c (generic_push_dummy_frame): Use
67 frame_save_as_regcache.
68
69 2004-08-01 Joel Brobecker <brobecker@gnat.com>
70
71 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
72 file as included until we record the first line in the linetable.
73
74 2004-08-01 Andrew Cagney <cagney@gnu.org>
75
76 * frame.h (deprecated_pop_dummy_frame)
77 (deprecated_read_register_dummy)
78 (deprecated_generic_find_dummy_frame): Delete.
79 * dummy-frame.c (deprecated_generic_find_dummy_frame)
80 (deprecated_read_register_dummy)
81 (deprecated_find_dummy_frame_regcache)
82 (discard_innermost_dummy)
83 (deprecated_pop_dummy_frame): Delete.
84 (dummy_frame_this_id): Simplify.
85 (struct dummy_frame): Delete "fp" and "sp".
86 (find_dummy_frame): Simplify.
87 (generic_push_dummy_frame): Do not set "fp" or "sp".
88 (fprint_dummy_frames): Do not print "fp" and "sp"
89
90 2004-08-01 Mark Kettenis <kettenis@gnu.org>
91
92 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
93 (struct i386_insn): New structure.
94 (i386_match_insn): New function.
95 (i386_frame_setup_skip_insns): New variable.
96 (i386_analyze_frame_setup): Change to use i386_match_insn and the
97 array i386_frame_setup_insns of instructions that should be
98 skipped inside the frame setup sequence.
99
100 2004-08-01 Andrew Cagney <cagney@gnu.org>
101
102 * frame.h (deprecated_frame_xmalloc_with_cleanup)
103 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
104 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
105 * stack.c (frame_info): Delete references to
106 DEPRECATED_FRAME_INIT_SAVED_REGS and
107 deprecated_get_frame_saved_regs.
108 * frame.c (struct frame_info): Delete saved_regs and extra_info.
109 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
110 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
111 (frame_unwind_register_signed)
112 (frame_unwind_register_unsigned)
113 (frame_unwind_unsigned_register): Use register_size.
114 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
115 (deprecated_frame_xmalloc_with_cleanup)
116 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
117 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
118
119 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
120 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
121 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
122 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
123
124 * infcall.c (call_function_by_hand): Do not use
125 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
126 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
127 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
128 DEPRECATED_STACK_ALIGN.
129
130 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
131
132 Committed by Andrew Cagney.
133 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
134
135 2004-08-01 Andrew Cagney <cagney@gnu.org>
136
137 * mips-tdep.c (mips16_frame_cache)
138 (mips16_frame_this_id, mips16_frame_prev_register)
139 (mips16_frame_unwind, mips16_frame_sniffer)
140 (mips16_frame_base_address, mips16_frame_base)
141 (mips16_frame_base_sniffer, mips32_frame_cache)
142 (mips32_frame_this_id, mips32_frame_prev_register)
143 (mips32_frame_unwind, mips32_frame_sniffer)
144 (mips32_frame_base_address, mips32_frame_base)
145 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
146 separate heuristic mips16 and mips32 unwinders.
147 (mips_stub_frame_cache, mips_stub_frame_this_id)
148 (mips_stub_frame_prev_register)
149 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
150 (mips_stub_frame_base_address, mips_stub_frame_base)
151 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
152 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
153 match true mdebug frames.
154 (non_heuristic_proc_desc): Add forward declaration.
155
156 2004-08-01 Andrew Cagney <cagney@gnu.org>
157
158 * config/mips/tm-irix6.h: Delete file.
159 * config/mips/tm-irix5.h: Delete file.
160 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
161 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
162
163 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
164 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
165 * config/nm-gnu.h (NO_CORE_OPS): Delete.
166 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
167 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
168 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
169 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
170 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
171 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
172 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
173 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
174 (TARGET_SIGNAL_RAW_VALUES): Delete.
175 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
176 Delete.
177 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
178 (TARGET_HW_WATCH_LIMIT): Delete.
179 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
180 * minimon.h: Delete file.
181
182 * trad-frame.c (trad_frame_get_this_base)
183 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
184 functions.
185 * trad-frame.h (trad_frame_set_this_base)
186 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
187
188 2004-07-31 Andrew Cagney <cagney@gnu.org>
189
190 * trad-frame.c (trad_frame_get_prev_register): Rename
191 trad_frame_get_prev_register.
192 * vax-tdep.c (vax_frame_prev_register): Update.
193 * trad-frame.h: Update.
194 * trad-frame.c (trad_frame_get_register): Update.
195 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
196 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
197 Update.
198 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
199 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
200 Update.
201 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
202 Update.
203 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
204 Update.
205 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
206 Update.
207 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
208 Update.
209 * s390-tdep.c (s390_frame_prev_register)
210 (s390_stub_frame_prev_register)
211 (s390_sigtramp_frame_prev_register): Update.
212 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
213 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
214 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
215 * m88k-tdep.c (m88k_frame_prev_register)
216 * m68hc11-tdep.c (m68hc11_frame_prev_register)
217 * m32r-tdep.c (m32r_frame_prev_register): Update.
218 * hppa-tdep.c (hppa_frame_prev_register_helper)
219 * frv-tdep.c (frv_frame_prev_register): Update.
220 * d10v-tdep.c (d10v_frame_prev_register): Update.
221 * cris-tdep.c (cris_frame_prev_register): Update.
222 * avr-tdep.c (avr_frame_prev_register): Update.
223 * arm-tdep.c (arm_prologue_prev_register)
224 (arm_sigtramp_prev_register): Update.
225
226 2004-07-31 Andrew Cagney <cagney@gnu.org>
227
228 * frame.h (legacy_saved_regs_unwind)
229 (legacy_frame_chain_valid, legacy_frame_p)
230 (enum frame_type): Delete UNKNOWN_FRAME.
231 * dummy-frame.c (dummy_frame_this_id): Simplify.
232 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
233 * frame.c (struct frame_info): Delete the field "type".
234 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
235 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
236 (legacy_saved_regs_unwind, legacy_frame_p)
237 (frame_type_from_pc): Delete.
238 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
239 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
240
241 2004-07-31 Mark Kettenis <kettenis@gnu.org>
242
243 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
244 indentation.
245
246 * mips-nat.c: Remove file.
247 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
248 (mips-nat.o): Remove dependency.
249
250 * infptrace.c: Update copyright year.
251 (fetch_register): Pass NULL in regcache_raw_supply call instead of
252 explicitly setting the buffer to all zeroes.
253
254 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
255 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
256
257 2004-07-30 Andrew Cagney <cagney@gnu.org>
258
259 * GDB 6.2 released from gdb_6_2-branch.
260
261 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
262
263 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
264
265 * exec.c (exec_file_attach):
266 * nto-tdep.c (nto_find_and_open_solib):
267 * pa64solib.c (pa64_solib_sizeof_symbol_table):
268 * solib.c (solib_open):
269 * somsolib.c (som_solib_sizeof_symbol_table):
270 * source.c (is_regular_file, openp, open_source_file):
271 * symfile.c (symfile_bfd_open):
272 * wince.c (upload_to_device): Differentiate between the search for
273 binary and source files.
274
275 2004-07-30 Andrew Cagney <cagney@gnu.org>
276
277 * complaints.c (_initialize_complaints): Pass NULL to
278 add_setshow_zinteger_cmd for help_doc.
279 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
280
281 2004-07-30 Andrew Cagney <cagney@gnu.org>
282
283 Fix PR i18n/761.
284 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
285 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
286 $(PACKAGE).pot and update-po.
287 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
288 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
289 (update-po): New rules.
290 (localedir): Define using autoconf.
291 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
292 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
293 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
294 * configure.in: Generate CATALOGS and LINGUAS from contents of
295 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
296 * configure: Re-generate.
297 * po/gdbtext: New file
298
299 2004-07-30 Jerome Guitton <guitton@gnat.com>
300
301 * MAINTAINERS: Reorder Write After Approval list in alphabetical
302 order.
303
304 2004-07-30 David Lecomber <dsl@sources.redhat.com>
305
306 * dwarf2read.c (read_file_scope): Set producer if attribute
307 present.
308 (struct dwarf2_cu): Added new member producer.
309
310 2004-07-30 Jerome Guitton <guitton@gnat.com>
311
312 * inflow.c (kill_command): release file handles in BFD.
313 * exec.c (exec_file_attach): Ditto.
314 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
315
316 2004-07-29 Andrew Cagney <cagney@gnu.org>
317
318 * PROBLEMS (mips-irix): Note that it is broken.
319
320 2004-07-29 Andrew Cagney <cagney@gnu.org>
321
322 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
323 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
324
325 * config/xm-nbsd.h: Delete file.
326 * config/arm/xm-nbsd.h: Delete file.
327 * config/i386/xm-nbsd.h: Delete file.
328 * config/ns32k/xm-nbsd.h: Delete file.
329 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
330 * config/i386/nbsdelf.mh (XM_FILE): Delete.
331 * config/i386/nbsdaout.mh (XM_FILE): Delete.
332 * config/arm/nbsdelf.mh (XM_FILE): Delete.
333 * config/arm/nbsdaout.mh (XM_FILE): Delete.
334
335 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
336 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
337 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
338 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
339 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
340 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
341
342 * config/powerpc/xm-linux.h: Delete empty file.
343 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
344 * config/powerpc/linux.mh (XM_FILE): Delete.
345 * config/m68k/xm-linux.h: Delete empty file.
346 * config/m68k/linux.mh (XM_FILE): Delete.
347 * config/ia64/xm-linux.h: Delete empty file.
348 * config/ia64/linux.mh (XM_FILE): Delete.
349 * config/arm/xm-linux.h: Delete empty file.
350 * config/arm/linux.mh (XM_FILE): Delete.
351
352 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
353 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
354 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
355 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
356 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
357 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
358 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
359 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
360
361 * config/m68k/xm-m68k.h: Delete file.
362 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
363 copyright.
364 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
365 * config/pa/xm-linux.h: Delete empty file.
366 * config/pa/linux.mh (XM_FILE): Delete.
367 * config/i386/xm-i386.h: Delete empty file.
368 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
369 "i386/xm-i386.h".
370 * config/i386/obsdaout.mh (XM_FILE): Delete.
371 * config/i386/obsd64.mh (XM_FILE): Delete.
372 * config/i386/fbsd64.mh (XM_FILE): Delete.
373 * config/i386/nto.mh (XM_FILE): Delete.
374 * config/i386/obsd.mh (XM_FILE): Delete.
375 * config/i386/linux64.mh (XM_FILE): Delete.
376 * config/i386/linux.mh (XM_FILE): Delete.
377 * config/i386/i386sol2.mh (XM_FILE): Delete.
378 * config/i386/i386gnu.mh (XM_FILE): Delete.
379 * config/i386/fbsd.mh (XM_FILE): Delete.
380 * config/i386/nbsd64.mh (XM_FILE): Delete.
381
382 2004-07-29 Andrew Cagney <cagney@gnu.org>
383
384 * config/pa/xm-linux.h: Do not include "floatformat.h".
385 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
386 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
387 * config/i386/xm-i386.h: Do not include "floatformat.h".
388 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
389 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
390 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
391 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
392 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
393 GDB_HOST_LONG_DOUBLE_FORMAT instead.
394 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
395 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
396 * configure, config.in: Regenerate.
397 * configure.host (gdb_host_float_format, gdb_host_double_format)
398 (gdb_host_long_double_format): Set according to the host.
399
400 2004-07-29 Andrew Cagney <cagney@gnu.org>
401
402 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
403
404 2004-07-28 Andrew Cagney <cagney@gnu.org>
405
406 * PROBLEMS: Mention threads/1650.
407 * NEWS: Mention the NPTL fix.
408
409 2004-07-28 Andrew Cagney <cagney@gnu.org>
410
411 * cli/cli-decode.c (add_setshow_cmd): Delete function.
412 (add_setshow_cmd_full): Make static.
413 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
414 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
415 * cli/cli-decode.c (add_setshow_filename_cmd)
416 (add_setshow_string_cmd): New functions.
417 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
418 * mips-tdep.c (_initialize_mips_tdep): Update.
419 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
420 * cli/cli-logging.c (_initialize_cli_logging): Update.
421 * complaints.c (_initialize_complaints): Update.
422 * remote.c (_initialize_remote): Update.
423
424 2004-07-28 Andrew Cagney <cagney@gnu.org>
425
426 * cli/cli-decode.c (add_setshow_zinteger_cmd)
427 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
428 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
429 print parameters. Make string parameters constant.
430 * command.h: Update. Update copyright.
431 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
432 * observer.c (_initialize_observer): Ditto.
433 * frame.c (_initialize_frame): Ditto.
434 * complaints.c (_initialize_complaints): Ditto.
435 * maint.c (_initialize_maint_cmds): Ditto.
436 * target.c (initialize_targets): Ditto.
437 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
438 * infcall.c (_initialize_infcall): Ditto.
439 * arm-tdep.c (_initialize_arm_tdep): Ditto.
440 * m32r-rom.c (_initialize_m32r_rom): Ditto.
441 * remote-rdi.c (_initialize_remote_rdi): Ditto.
442 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
443 * mips-tdep.c (_initialize_mips_tdep): Ditto.
444
445 2004-07-28 Andrew Cagney <cagney@gnu.org>
446
447 * gdbtypes.c (lookup_primitive_typename): Delete function.
448 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
449 * ada-lex.l: Use language_lookup_primitive_type_by_name.
450 * gdbtypes.c (lookup_typename): Ditto.
451 * f-exp.y (yylex): Ditto.
452 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
453
454 * scm-lang.c (c_builtin_types): Delete extern declaration.
455 (scm_language_defn): Replace
456 string_char_type and primitive_type_vector with
457 la_language_arch_info.
458 * jv-lang.c (java_language_defn): Replace
459 string_char_type and primitive_type_vector with
460 la_language_arch_info.
461 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
462 c_builtin_types in comment.
463 * c-lang.h (struct language_arch_info): Declare opaque.
464 (c_language_arch_info): Declare.
465 (c_builtin_types): Delete declaration.
466 * c-lang.c (c_language_arch_info): Set string_char_type to
467 builtin_char, not builtin_true_char. Make global.
468 (c_builtin_types): Delete array.
469 (asm_language_defn, minimal_language_defn): Replace
470 string_char_type and primitive_type_vector with
471 la_language_arch_info.
472
473 2004-07-28 Andrew Cagney <cagney@gnu.org>
474
475 * gdbtypes.h (struct builtin_type): Rename true_char to
476 builtin_true_char.
477 * gdbtypes.c (gdbtypes_post_init): Update.
478 * c-lang.c (arch_info): New function.
479 (enum c_primitive_types): New enum.
480 (c_language_defn): Instead of string_char_type and
481 primitive_type_vector set la_language_arch_info.
482
483 2004-07-28 Andrew Cagney <cagney@gnu.org>
484
485 * language.h (struct language_arch_info): Fix typo
486 s/primative/primitive/.
487 * gdbtypes.c (lookup_primitive_typename): Ditto.
488 * language.c (language_lookup_primitive_type_by_name)
489 (unknown_language_arch_info): Ditto.
490
491 2004-07-27 Andrew Cagney <cagney@gnu.org>
492
493 * defs.h (enum language): Add nr_languages.
494 * language.h (struct language_arch_info): Define.
495 (struct language_defn): Add la_language_arch_info.
496 (language_lookup_primative_type_by_name): Declare.
497 (language_string_char_type): Declare.
498 * language.c (_initialize_language, language_gdbarch_post_init)
499 (struct language_gdbarch, language_gdbarch_data): Implement
500 per-architecture language information.
501 (unknown_language_arch_info, language_string_char_type)
502 (language_lookup_primative_type_by_name): New functions.
503 (unknown_language_defn, auto_language_defn)
504 (local_language_defn): Set la_language_arch_info to
505 unknown_language_arch_info.
506 (unknown_builtin_types): Delete.
507 * gdbtypes.c (lookup_primitive_typename): Use
508 language_lookup_primative_type_by_name.
509 (create_string_type): Use language_string_char_type.
510 * values.c (value_from_string): Use language_string_char_type.
511 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
512 * p-lang.c (pascal_language_defn): Ditto.
513 * m2-lang.c (m2_language_defn): Ditto.
514 * jv-lang.c (java_language_defn): Ditto.
515 * objc-lang.c (objc_language_defn): Ditto.
516 * f-lang.c (f_language_defn): Ditto.
517 * c-lang.c (c_language_defn, cplus_language_defn)
518 (asm_language_defn, minimal_language_defn): Ditto.
519
520 2004-07-27 Andrew Cagney <cagney@gnu.org>
521
522 * gdbtypes.h (struct builtin_type): Declare.
523 (builtin_type): Declare.
524 * d10v-tdep.c (d10v_register_type): Use builtin_type.
525 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
526 (gdbtypes_post_init): New function.
527 (builtin_type): New function.
528
529 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
530
531 * remote-m32r-sdi.c: Fix breakpoint bug.
532 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
533 recv_char_data, recv_long_data): New functions to replace communication
534 sequences.
535
536 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
537
538 Document PR threads/1650.
539 * PROBLEMS (Threads): Document problem with many threads
540
541 2004-07-26 Andrew Cagney <cagney@gnu.org>
542
543 * gdb-mi.el: Move from here ...
544 * mi/gdb-mi.el: ... to here.
545
546 2004-07-26 Andrew Cagney <cagney@gnu.org>
547
548 Problem reported by Ashley Pittman <ashley@quadrics.com>.
549 * main.c (captured_main): When in batch mode always detach.
550
551 2004-07-26 Andrew Cagney <cagney@gnu.org>
552
553 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
554 and h8300 as broken.
555 * NEWS: END-OF-LIFE frame compatibility module.
556 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
557 specific comments.
558
559 2004-07-26 Andrew Cagney <cagney@gnu.org>
560
561 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
562 * xcoffsolib.c (_initialize_xcoffsolib): Update.
563 * wince.c (_initialize_wince): Update.
564 * win32-nat.c (_initialize_win32_nat): Update.
565 * varobj.c (_initialize_varobj): Update.
566 * valops.c (_initialize_valops): Update.
567 * utils.c (initialize_utils, initialize_utils): Update.
568 * tui/tui-win.c (_initialize_tui_win): Update.
569 * top.c (init_main): Update.
570 * symfile.c (_initialize_symfile): Update.
571 * source.c (_initialize_source): Update.
572 * somsolib.c (_initialize_som_solib): Update.
573 * solib.c (_initialize_solib): Update.
574 * solib-frv.c (_initialize_frv_solib): Update.
575 * serial.c (_initialize_serial): Update.
576 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
577 * remote.c (_initialize_remote, _initialize_remote): Update.
578 * remote-vx.c (_initialize_vx): Update.
579 * remote-utils.c (_initialize_sr_support): Update.
580 * remote-sds.c (_initialize_remote_sds): Update.
581 * remote-mips.c (_initialize_remote_mips): Update.
582 * remote-e7000.c (_initialize_remote_e7000): Update.
583 * proc-api.c (_initialize_proc_api): Update.
584 * printcmd.c: Update.
585 * parse.c (_initialize_parse): Update.
586 * pa64solib.c (_initialize_pa64_solib): Update.
587 * p-valprint.c (_initialize_pascal_valprint): Update.
588 * monitor.c (_initialize_remote_monitors): Update.
589 * mips-tdep.c (_initialize_mips_tdep): Update.
590 * mcore-tdep.c (_initialize_mcore_tdep): Update.
591 * maint.c (_initialize_maint_cmds): Update.
592 * lin-lwp.c (_initialize_lin_lwp): Update.
593 * language.c (_initialize_language): Update.
594 * kod.c (_initialize_kod): Update.
595 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
596 * i386-tdep.c (_initialize_i386_tdep): Update.
597 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
598 * gdbarch.sh: Update.
599 * gdbarch.c: Re-generate.
600 * gdb-events.sh: Update.
601 * gdb-events.c: Re-generate.
602 * frame.c (_initialize_frame): Update.
603 * exec.c: Update.
604 * demangle.c (_initialize_demangler): Update.
605 * dcache.c (_initialize_dcache): Update.
606 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
607 * cp-valprint.c (_initialize_cp_valprint): Update.
608 * corefile.c (_initialize_core): Update.
609 * command.h: Update.
610 * cli/cli-decode.h: Update.
611 * cli/cli-cmds.c (init_cli_cmds): Update.
612 * charset.c (_initialize_charset): Update.
613 * breakpoint.c (_initialize_breakpoint): Update.
614 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
615 * alpha-tdep.c (_initialize_alpha_tdep): Update.
616 * aix-thread.c (_initialize_aix_thread): Update.
617
618 2004-07-24 Mark Kettenis <kettenis@gnu.org>
619
620 Partial fix for PR backtrace/1718.
621 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
622 that GCC migrates into the prolugue. Don't handle any
623 instructions that clobber %ebx.
624
625 2004-07-23 Andrew Cagney <cagney@gnu.org>
626
627 Use regcache_raw_collect instead of regcache_collect.
628 * regcache.h (regcache_collect): Delete declaration.
629 * regcache.c (regcache_colect): Delete function.
630 * win32-nat.c (do_child_store_inferior_registers): Update.
631 * sol-thread.c (sol_thread_store_registers): Update.
632 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
633 * rs6000-nat.c (store_register): Update.
634 * remote.c (store_register_using_P, remote_store_registers): Update.
635 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
636 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
637 (fill_vrregset, store_spe_registers, fill_gregset)
638 (fill_gregset): Update.
639 * nto-procfs.c (procfs_store_registers): Update.
640 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
641 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
642 * m68klinux-nat.c (store_register, fill_gregset): Update.
643 * m68k-tdep.c (fill_gregset): Update.
644 * infptrace.c (store_register): Update.
645 * i386-nto-tdep.c (i386nto_regset_fill): Update.
646 * i386-linux-nat.c (store_register, fill_gregset): Update.
647 * hppa-linux-nat.c (fill_gregset): Update.
648 * go32-nat.c (store_register): Update.
649 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
650 (store_fp_regs): Update.
651 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
652 (store_nwfpe_extended, store_fpregister, store_fpregs)
653 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
654 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
655 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
656 (store_regs_user_thread, store_regs_kernel_thread): Update.
657
658 2004-07-24 Mark Kettenis <kettenis@gnu.org>
659
660 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
661 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
662 encoding.
663 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
664 member of `struct comp_unit'.
665
666 2004-07-23 Andrew Cagney <cagney@gnu.org>
667
668 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
669 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
670
671 2004-07-23 Martin Hunt <hunt@redhat.com>
672 Kevin Buettner <kevinb@redhat.com>
673
674 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
675 alignment was being added to the offset instead of multiplied.
676
677 2004-07-23 Mark Kettenis <kettenis@gnu.org>
678
679 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
680 changed signal trampoline in OpenBSD 3.5-current.
681
682 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
683 <machine/pcb.h> and "bsd-kvm.h".
684 (sparc64nbsd_supply_pcb): New function.
685 (_initialize_sparc64nbsd_nat): Renamed from
686 _initialize_sparcnbsd_nat. Enable libkvm interface.
687 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
688 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
689 (LOADLIBES): New variable.
690
691 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
692
693 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
694
695 2004-07-21 Andrew Cagney <cagney@gnu.org>
696
697 Use regcache_raw_supply instead of supply_register.
698 * regcache.h (supply_register): Delete declaration.
699 * regcache.c (supply_register): Delete function.
700 * wince.c (do_child_fetch_inferior_registers): Update.
701 * win32-nat.c (do_child_fetch_inferior_registers)
702 (fetch_elf_core_registers): Update.
703 * v850ice.c (v850ice_fetch_registers): Update.
704 * thread-db.c (thread_db_store_registers): Update.
705 * sol-thread.c (sol_thread_store_registers): Update.
706 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
707 * rs6000-nat.c (fetch_register): Update.
708 * rom68k-rom.c (rom68k_supply_one_register): Update.
709 * remote.c (remote_wait, remote_async_wait): Update.
710 * remote-st.c (get_hex_regs): Update.
711 * remote-sim.c (gdbsim_fetch_register): Update.
712 * remote-sds.c (sds_fetch_registers): Update.
713 * remote-rdp.c (remote_rdp_fetch_register): Update.
714 * remote-rdi.c (arm_rdi_fetch_registers): Update.
715 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
716 * remote-m32r-sdi.c (m32r_fetch_register): Update.
717 * remote-hms.c (init_hms_cmds): Update.
718 * remote-est.c (init_est_cmds): Update.
719 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
720 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
721 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
722 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
723 (fetch_register, supply_vrregset, supply_vrregset)
724 (fetch_spe_registers): Update.
725 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
726 * monitor.c (monitor_supply_register): Update.
727 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
728 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
729 (mipsnbsd_supply_fpreg): Update.
730 * mips-nat.c (fetch_inferior_registers)
731 (fetch_core_registers): Update.
732 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
733 (supply_fpregset, mips64_supply_gregset)
734 (mips64_supply_fpregset): Update.
735 * m68klinux-nat.c (fetch_register, supply_gregset)
736 (supply_fpregset): Update.
737 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
738 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
739 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
740 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
741 * infptrace.c (fetch_register): Update.
742 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
743 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
744 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
745 (gnu_fetch_registers, gnu_store_registers): Update.
746 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
747 * i386-linux-nat.c (fetch_register, supply_gregset)
748 (dummy_sse_values): Update.
749 * hpux-thread.c (hpux_thread_fetch_registers): Update.
750 * hppah-nat.c (fetch_register): Update.
751 * hppa-linux-nat.c (fetch_register, supply_gregset)
752 (supply_fpregset): Update.
753 * go32-nat.c (fetch_register): Update.
754 * dve3900-rom.c (fetch_bitmapped_register)
755 (_initialize_r3900_rom): Update.
756 * cris-tdep.c (supply_gregset): Update.
757 * abug-rom.c (init_abug_cmds): Update.
758 * core-aout.c (fetch_core_registers): Update.
759 * armnbsd-nat.c (supply_gregset, supply_fparegset)
760 (fetch_register, fetch_fp_register): Update.
761 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
762 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
763 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
764 * alphanbsd-tdep.c (fetch_core_registers): Update.
765 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
766 * alpha-nat.c (fetch_osf_core_registers)
767 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
768 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
769 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
770
771 2004-07-21 Andrew Cagney <cagney@gnu.org>
772
773 * PROBLEMS: Mention breakpoints/1702.
774 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
775 that is known to work.
776
777 2004-07-21 Andrew Cagney <cagney@gnu.org>
778
779 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
780 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
781 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
782 (handle_inferior_event): Wrap call to deprecated
783 IGNORE_HELPER_CALL in #ifdef.
784 * config/mips/tm-nbsd.h: Update.
785
786 2004-07-20 Jim Blandy <jimb@redhat.com>
787
788 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
789 bfd_mach_ppc has no segment registers.
790
791 Include PowerPC SPR numbers for special-purpose registers.
792 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
793 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
794 new member in initializer.
795 (S, S4, SN4, S64): New macros for defining special-purpose
796 registers.
797 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
798 registers_403, registers_403GC, registers_505, registers_860,
799 registers_601, registers_602, registers_603, registers_604,
800 registers_750, registers_e500): Use them.
801
802 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
803 replace references with expression used to initialize variable.
804
805 2004-07-20 Andrew Cagney <cagney@gnu.org>
806
807 * breakpoint.c (deprecated_read_memory_nobpt): Rename
808 read_memory_nobpt.
809 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
810 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
811 (s390_sigtramp_frame_sniffer): Update.
812 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
813 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
814 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
815 (mips32_fetch_instruction): Update.
816 * mcore-tdep.c (get_insn): Update.
817 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
818 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
819 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
820 * i386-linux-tdep.c (i386_linux_sigtramp_start)
821 (i386_linux_rt_sigtramp_start): Update.
822 * i386-linux-nat.c (child_resume): Update.
823 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
824 * hppa-linux-tdep.c (insns_match_pattern): Update.
825 * gdbcore.h: Update.
826 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
827 * frame.c (safe_frame_unwind_memory): Update.
828 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
829 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
830 * alpha-tdep.c (alpha_read_insn): Update.
831
832 2004-07-20 Andrew Cagney <cagney@gnu.org>
833
834 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
835 containing both bytes and mask. Add "frame_type".
836 * tramp-frame.c (tramp_frame_start): Update.
837 (tramp_frame_prepend_unwinder): Update.
838 * mips-linux-tdep.c (mips_linux_o32_sigframe)
839 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
840 (mips_linux_n64_rt_sigframe): Update. Make "static const".
841 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
842
843 2004-07-19 Eli Zaretskii <eliz@gnu.org>
844
845 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
846 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
847 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
848 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
849
850 2004-07-17 Andrew Cagney <cagney@gnu.org>
851
852 * NEWS, PROBLEMS: Update for 6.2.
853
854 * README: Update to 6.2.
855
856 * utils.c (xvasprintf): Call xstrvprintf.
857
858 * parse.c: Update copyright.
859 (null_post_parser): Eliminate ARGSUSED.
860
861 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
862 * tui/tui-win.c (tui_get_cmd_list): Ditto.
863 * symfile-mem.c (_initialize_symfile_mem): Ditto.
864
865 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
866 * ppc-linux-nat.c: Use "Linux kernel".
867 * hppa-linux-tdep.c: Use GNU/Linux.
868 * hppa-linux-nat.c: Use GNU/Linux.
869 * dwarfread.c: Add [sic] to use of Linux.
870
871 * hppa-linux-nat.c: Do not include <string.h>.
872 (supply_fpregset): Remove "register" attribute.
873
874 * solib-frv.c (fetch_loadmap): Use xfree, not free.
875
876 2004-07-17 Mark Kettenis <kettenis@gnu.org>
877
878 * configure.in: Define _MSE_INT_H on Solaris 9 too.
879 * configure, config.in: Regenerated.
880
881 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
882 "bsd-kvm.h".
883 (vaxbsd_supply_pcb): New function.
884 (_initialize_vaxbsd_nat): New prototype and function.
885 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
886 solib-sunos.o.
887 (LOADLIBES): New variable.
888 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
889 (LOADLIBES): New variable.
890 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
891 (LOADLIBES): New variable.
892 * Makefile.in (vaxbsd-nat.o): Update dependencies.
893
894 2004-07-16 Andrew Cagney <cagney@gnu.org>
895
896 * defs.h (event_loop_p): Replace variable declaration with macro,
897 always 1.
898 * main.c (captured_main): Delete options "-async" and "-noasync".
899 (event_loop_p): Delete variable.
900 * NEWS: Mention that "-async" and "-noasync" were removed.
901
902 2004-07-16 Andrew Cagney <cagney@gnu.org>
903
904 * remote-m32r-sdi.c: Re-indent.
905
906 2004-07-16 Jim Blandy <jimb@redhat.com>
907
908 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
909 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
910 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
911 missing MPC823 SPRs.
912 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
913 incorrect. (This was corrected in GDB's register name tables on
914 2004-07-14.)
915
916 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
917 should be "esasrr" ("ESA Save and Restore Register").
918
919 2004-07-16 Andrew Cagney <cagney@gnu.org>
920
921 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
922 calls, no longer applicable. Update comments and rename parameter
923 "step_frame" to "return_frame".
924
925 2004-07-16 Andrew Cagney <cagney@gnu.org>
926
927 * frame.c (fprint_field): New function.
928 (fprint_frame_id): Use fprint_field.
929
930 2004-07-15 Joel Brobecker <brobecker@gnat.com>
931
932 * ada-lang.c (ada_language_defn): Remove commented out code.
933
934 2004-07-15 Jim Blandy <jimb@redhat.com>
935
936 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
937 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
938
939 2004-07-14 Jim Blandy <jimb@redhat.com>
940
941 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
942
943 * ppc-tdep.h (ppc_num_vrs): New enum constant.
944
945 * ppc-tdep.h (ppc_num_srs): New enum constant.
946
947 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
948 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
949 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
950 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
951 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
952 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
953 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
954 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
955 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
956 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
957 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
958 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
959 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
960 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
961 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
962 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
963 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
964 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
965 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
966 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
967 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
968 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
969 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
970 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
971 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
972 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
973 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
974 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
975 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
976 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
977 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
978 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
979 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
980 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
981 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
982 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
983 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
984 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
985 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
986 special-purpose register numbers.
987
988 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
989 manual mentions 'md_twb', but many mention 'm_twb', and at that
990 point in the register list.)
991
992 2004-07-14 Andrew Cagney <cagney@gnu.org>
993
994 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
995 instead of "internal-error".
996
997 2004-07-10 Joel Brobecker <brobecker@gnat.com>
998
999 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
1000 that was inserted inside a comment.
1001
1002 2004-07-10 Randolph Chung <tausq@debian.org>
1003
1004 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
1005 function.
1006 (hppa_hpux_push_dummy_code): New function.
1007 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
1008 Set find_global_pointer method.
1009
1010 2004-07-10 Mark Kettenis <kettenis@gnu.org>
1011
1012 * NEWS: Mention BSD libkvm interface.
1013
1014 2004-07-10 Michael Snyder <msnyder@redhat.com>
1015
1016 * symfile.c (generic_load): Comment typo.
1017 * stack.c (get_selected_block): Ditto.
1018 * regcache.c (regcache_cooked_read): Ditto.
1019 * monitor.c (monitor_debug): Ditto.
1020 * mips-tdep.c (mips_read_pc): Ditto.
1021 * i386-linux-nat.c (ps_get_thread_area): Ditto.
1022 * gdb_mbuild.sh: Ditto.
1023 * gdbarch.sh: Ditto.
1024 * gdbarch.h: Ditto.
1025
1026 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
1027
1028 * ada-tasks.c: Remove file.
1029
1030 Remove ARI problems:
1031
1032 * ada-exp.y (write_var_from_sym): Reformat to put operator at
1033 beginning of line.
1034
1035 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
1036 Add comment.
1037 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
1038 (MIN_OF_SIZE): Rename min_of_size. Add comment.
1039 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
1040 (UMIN_OF_SIZE): Remove.
1041 (max_of_type): New function to replace orphan macro in gdbtypes.h
1042 (min_of_type): Ditto.
1043 (discrete_type_high_bound): Use max_of_type.
1044 (discrete_type_low_bound): Use min_of_type.
1045 (possible_user_operator_p): Move operator to beginning of line.
1046 (ada_is_variant_part): Ditto.
1047 (ensure_lval): Rewrite to avoid deprecated operations.
1048 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
1049 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
1050 (ada_enum_name): Remove assignments in 'if' statements.
1051 (build_ada_types): Add gdbarch parameter.
1052 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
1053 with gdbarch_data_register_post_init.
1054 Use add_setshow_uinteger_cmd rather than add_set_cmd and
1055 add_show_from_set.
1056
1057 * ada-valprint.c (inspect_it): Remove declaration.
1058 (repeat_count_threshold): Remove declaration.
1059 (ada_print_floating): Remove assignments in 'if' statements.
1060 (print_str): Move operator to beginning of line.
1061
1062 2004-07-08 Jim Blandy <jimb@redhat.com>
1063
1064 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
1065
1066 2004-07-08 Bob Rossi <bob@brasko.net>
1067
1068 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
1069
1070 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
1071
1072 * language.h (struct_language_defn): Add new function pointer:
1073 la_class_name_from_physname. Also add new prototype for
1074 language_class_name_from_physname.
1075 * language.c (language_class_name_from_physname): New function.
1076 (unk_lang_class_name): Ditto.
1077 (unknown_language_defn, auto_language_defn): Change
1078 to add unk_lang_class_name function pointer for
1079 la_class_name_from_physname.
1080 (local_language_defn): Ditto.
1081 * dwarf2read.c (guess_structure_name): Change to call
1082 language_class_name_from_physname.
1083 (determine_class_name): Ditto.
1084 * cp-support.c (class_name_from_physname): Renamed.
1085 (cp_class_name_from_physname): New name of function.
1086 * cp-support.h: Ditto.
1087 * c-lang.c (c_language_defn): Change to add NULL
1088 for class_name_from_physname function pointer.
1089 (cplus_language_defn): Change to add cp_class_name_from_physname.
1090 * jv-lang.c (java_class_name_physname): New function.
1091 (java_find_last_component): New static routine.
1092 (java_language_defn): Add java_class_name_from_physname pointer.
1093 * ada-lang.c (ada_language_defn): Change to add NULL
1094 for class_name_from_physname function pointer.
1095 * f-lang.c (f_language_defn): Ditto.
1096 * m2-lang.c (m2_language_defn): Ditto.
1097 * objc-lang.c (objc_language_defn): Ditto.
1098 * p-lang.c (pascal_language_defn): Ditto.
1099 * scm-lang.c (scm_language_defn): Ditto.
1100
1101 2004-07-06 Andrew Cagney <cagney@gnu.org>
1102
1103 Patch from Bart Robinson.
1104 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
1105 (O_LARGEFILE): Define to 0, if not defined.
1106
1107 2004-07-03 Mark Kettenis <kettenis@gnu.org>
1108
1109 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
1110 <machine/pcb.h> and "bsd-kvm.h".
1111 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
1112 (m68kbsd_supply_pcb): New function.
1113 (_initialize_m68kbsd_nat): New prototype and function.
1114 * Makefile.in (m68kbsd-nat.o): Update dependencies.
1115 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1116 (LOADLIBES): New variable.
1117 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1118 (LOADLIBES): New variable.
1119
1120 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
1121
1122 2004-07-03 Mark Kettenis <kettenis@gnu.org>
1123
1124 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
1125 <sys/proc.h>.
1126 (bsd_kvm_cmdlist): New variable.
1127 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
1128 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
1129 command and "kvm proc" command.
1130 * Makefile.in (bsd-kvm.o): Update dependencies.
1131
1132 2004-07-02 Mark Kettenis <kettenis@gnu.org>
1133
1134 * osabi.c: Update copyright year.
1135 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
1136 notes if EI_OSABI is set to ELFOSABI_HPUX.
1137
1138 2004-07-01 Michael Snyder <msnyder@redhat.com>
1139
1140 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
1141 that seems to have gotten whacked out of line.
1142
1143 2004-07-01 Mark Kettenis <kettenis@gnu.org>
1144
1145 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
1146 code.
1147
1148 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1149
1150 * ada-lang.c (decode_packed_array): Minor change to comment.
1151 (ada_value_slice_ptr): New function.
1152 (ada_value_slice): New function.
1153 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
1154 test. Don't know why it is there.
1155 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
1156 to avoid dereferencing huge arrays from which one is slicing.
1157 (empty_array): Correct to return an array rather than
1158 a subrange value.
1159 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
1160 on empty arrays (let'em use 'FIRST instead).
1161
1162 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1163
1164 Address complaints from gdb_ari.sh:
1165
1166 * ada-exp.y: Include gdb_string.h rather than string.h.
1167 (convert_char_literal): Reformat declaration.
1168 * ada-lang.h: Include opaque struct declaration for struct frame_info.
1169 * ada-lex.l: Change use of free to xfree (the macro would do so
1170 anyway, but this is harmless).
1171 Include gdb_string.h rather than string.h.
1172 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
1173
1174 * ada-lang.c (parse): Remove K&Rism in parameter list.
1175 (is_name_suffix): Correct Linux => GNU/Linux in comment.
1176
1177 2004-06-30 Mark Kettenis <kettenis@gnu.org>
1178
1179 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
1180 dead code.
1181
1182 2004-06-30 Mark Kettenis <kettenis@gnu.org>
1183
1184 * alphabsd-nat.c: Update copyright year.
1185 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
1186
1187 2004-06-29 Joel Brobecker <brobecker@gnat.com>
1188
1189 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
1190 (i386_cygwin_in_solib_call_trampoline): New function.
1191 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
1192 and skip_trampoline_code gdbarch methods.
1193
1194 2004-06-29 Jim Blandy <jimb@redhat.com>
1195
1196 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
1197 name actually used in the dependency lists.
1198
1199 2004-06-29 Randolph Chung <tausq@debian.org>
1200
1201 * NEWS (New native configurations): Mention GNU/Linux/hppa.
1202
1203 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1204
1205 * win32-nat.c (child_pid_to_exec_file): New function.
1206 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
1207 functionality.
1208
1209 2004-06-28 Andrew Cagney <cagney@gnu.org>
1210
1211 * defs.h (xstrvprintf): Declare.
1212 * utils.c (xstrvprintf): New function.
1213 (internal_vproblem, xstrprintf, xasprintf)
1214 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
1215 * serial.c (serial_printf): Ditto.
1216 * complaints.c (vcomplaint): Ditto.
1217
1218 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1219
1220 * infcmd.c (attach_command): Move call to target_terminal_inferior
1221 behind loading symbol table.
1222
1223 2004-06-28 Andrew Cagney <cagney@gnu.org>
1224
1225 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
1226 change - add back extern deprecated_ui_loop_hook declaration.
1227
1228 2004-06-28 Andrew Cagney <cagney@gnu.org>
1229
1230 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
1231 xstrprintf.
1232 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
1233 (c_value_of_variable): Ditto.
1234 * utils.c (internal_vproblem): Ditto.
1235 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
1236 * remote.c (add_packet_config_cmd): Ditto.
1237 * remote-rdp.c (rdp_set_command_line): Ditto.
1238 * regcache.c (regcache_dump): Ditto.
1239 * frv-tdep.c (new_variant, new_variant): Ditto.
1240 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
1241 (fbsd_find_memory_regions): Ditto.
1242 * breakpoint.c (create_thread_event_breakpoint)
1243 (create_breakpoints): Ditto.
1244 * aix-thread.c (aix_thread_pid_to_str): Ditto.
1245 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
1246
1247 2004-06-28 Joel Brobecker <brobecker@gnat.com>
1248
1249 * ada-lang.c: Re-indent file, with some massaging to help indent
1250 a bit when the result is otherwise really too ugly.
1251
1252 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
1253
1254 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
1255 code_addr_p and special_addr_p to 'unsigned int'.
1256
1257 2004-06-27 Mark Kettenis <kettenis@gnu.org>
1258
1259 * i386v4-nat.c: Update copyright year and tweak comment.
1260 (regmap): Remove trailing comma.
1261 (supply_gregset): Rename local variable i to regnum. Call
1262 regcache_raw_supply instead of supply_register.
1263 (fill_gregset): Rename argument regno to regnum. Call
1264 regcache_raw_collect instead of regcache_collect.
1265
1266 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
1267
1268 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
1269 and special_addr_p.
1270 (frame_id_build, frame_id_build_special): Update comments.
1271 (frame_id_build_wild): New prototype.
1272 * frame.c (frame_id_build, frame_id_build_special): Fill in new
1273 struct frame_id fields.
1274 (frame_id_build_wild): New function.
1275 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
1276
1277 2004-06-27 Mark Kettenis <kettenis@gnu.org>
1278
1279 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
1280 hppabsd-tdep.c.
1281
1282 2004-06-27 Joel Brobecker <brobecker@gnat.com>
1283
1284 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
1285
1286 2004-06-27 Joel Brobecker <brobecker@gnat.com>
1287
1288 * ada-lang.c: Re-indent file.
1289
1290 2004-06-27 Joel Brobecker <brobecker@gnat.com>
1291
1292 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
1293 (no_symtab_msg): Likewise.
1294
1295 2004-06-27 Andreas Schwab <schwab@suse.de>
1296
1297 * source.c: Fix whitespace.
1298
1299 2004-06-27 Mark Kettenis <kettenis@gnu.org>
1300
1301 * configure.in: Include <sys/param.h> for td_pcb test.
1302 * configure: Regenerated.
1303
1304 * i386nbsd-nat.c: New file.
1305 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
1306 i386obsd-nat.c and i386obsd-tdep.c.
1307 (i386nbsd-nat.o): New dependency.
1308 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
1309 bsd-kvm.o.
1310 (LOADLIBES): New variable.
1311 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
1312 bsd-kvm.o.
1313 (LOADLIBES): New variable.
1314
1315 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
1316 (LOADLIBES): New variable.
1317
1318 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
1319 fetching from BSD_KVM_PADDR. Correctly lookup address for
1320 "_thread0".
1321
1322 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
1323 "bsd-kvm.h".
1324 (amd64fbsd_supply_pcb): New funcion.
1325 (_initialize_amd64fbsd_nat): Enable libkvm interface.
1326
1327 2004-06-27 <david@streamline-computing.com>
1328
1329 Partial fix for PR cli/1056.
1330 * valarith.c: Check for zero in division and remainder
1331 evaluation.
1332
1333 2004-06-27 Mark Kettenis <kettenis@gnu.org>
1334
1335 * i387-tdep.c: Remove excessive whitespace.
1336
1337 2004-06-26 Andrew Cagney <cagney@gnu.org>
1338
1339 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
1340 * gdb-events.h, gdb-events.c: Re-generate.
1341 * tui/tui-hooks.c (tui_install_hooks): Update.
1342 (tui_remove_hooks): Update.
1343 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
1344
1345 2004-06-26 Mark Kettenis <kettenis@gnu.org>
1346
1347 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
1348 (gregset_t, fpregset_t): Remove typedefs.
1349 (REG_OFFSET): Rename argument.
1350 (amd64bsd_r_reg_offset): Rename from reg_offset.
1351 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
1352 Remove functions.
1353 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
1354 of reg_offset.
1355 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
1356
1357 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
1358
1359 * vax-tdep.c: Tweak comment.
1360
1361 Add OpenBSD/hppa support.
1362 * NEWS (New native configurations): Mention OpenBSD/hppa.
1363 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
1364 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
1365 files.
1366 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
1367 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
1368 * configure.host: Add hppa*-*-openbsd*.
1369 * configure.tgt: Add hppa*-*-openbsd*.
1370
1371 2004-06-25 Andrew Cagney <cagney@gnu.org>
1372
1373 * defs.h (deprecated_ui_loop_hook): Deprecated.
1374 * wince.c (child_wait): Update.
1375 * win32-nat.c (child_wait): Update.
1376 * v850ice.c (v850ice_wait): Update.
1377 * top.c (deprecated_ui_loop_hook): Update.
1378 * serial.h: Update.
1379 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
1380 (do_unix_readchar): Update.
1381 * ser-tcp.c (net_open): Update.
1382 * remote-sim.c (gdb_os_poll_quit): Update.
1383 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
1384
1385 2004-06-24 Andrew Cagney <cagney@gnu.org>
1386
1387 * defs.h (deprecated_pre_add_symbol_hook)
1388 (deprecated_post_add_symbol_hook): Deprecated.
1389 * symfile.c (symbol_file_add_with_addrs_or_offsets)
1390 (symbol_file_add_with_addrs_or_offsets): Update references.
1391
1392 2004-06-24 Andrew Cagney <cagney@gnu.org>
1393
1394 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
1395 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
1396 * wince.c (ui_loop_hook): Delete extern declaration.
1397 * win32-nat.c (ui_loop_hook): Delete extern declaration..
1398 * v850ice.c (ui_loop_hook): Delete extern declaration..
1399 * ser-unix.c (ui_loop_hook): Delete extern declaration..
1400 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
1401 * remote-sim.c (ui_loop_hook): Delete extern declaration..
1402 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
1403 ui_loop_hook declaration.
1404
1405 2004-06-24 Andrew Cagney <cagney@gnu.org>
1406
1407 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
1408 entry_func_highpc fields.
1409 * objfiles.c (init_entry_point_info): Do not clear
1410 entry_func_lowpc and entry_func_highpc.
1411 (objfile_relocate): Do not relocate entry_func_lowpc and
1412 entry_func_highpc.
1413 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
1414 entry_func_highpc.
1415 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
1416 entry_func_highpc.
1417 * blockframe.c (legacy_frame_chain_valid): Replace tests against
1418 entry_func_lowpc and entry_func_highpc with call to
1419 inside_entry_func.
1420
1421 2004-06-24 Mark Kettenis <kettenis@gnu.org>
1422
1423 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
1424 quad-precision floating point arguments in registers.
1425
1426 2004-06-24 Mark Kettenis <kettenis@gnu.org>
1427
1428 From Michael Mueller <m.mueller99@kay-mueller.de>:
1429 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
1430 account.
1431
1432 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
1433
1434 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
1435 to -1.
1436 * breakpoint.c (bpstat_stop_status): Move check for ignoring
1437 untriggered watchpoints to a separate if clause. Update function
1438 comment regarding STOPPED_BY_WATCHPOINT argument.
1439
1440 2004-06-22 Jim Blandy <jimb@redhat.com>
1441
1442 * gdbarch.sh: Doc fix.
1443
1444 2004-06-21 Martin Hunt <hunt@redhat.com>
1445 Kevin Buettner <kevinb@redhat.com>
1446
1447 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
1448 * mips-tdep.h (MIPS_SP_REGNUM): Define.
1449 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
1450 to set_gdbarch_sp_regnum(). Use cooked register number.
1451 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
1452
1453 2004-06-21 Andrew Cagney <cagney@gnu.org>
1454
1455 * gdbarch.sh: When the macro field is empty, do not generate a
1456 macro definition. When the macro field is "=", generate the macro
1457 name from the upper-case function name.
1458 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
1459 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
1460 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
1461 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
1462 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
1463 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
1464 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
1465 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
1466 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
1467 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
1468 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
1469 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
1470 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
1471 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
1472 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
1473 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
1474 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
1475 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
1476 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
1477 (DEPRECATED_USE_STRUCT_CONVENTION)
1478 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
1479 (DEPRECATED_FRAME_INIT_SAVED_REGS)
1480 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
1481 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
1482 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
1483 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
1484 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
1485 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
1486 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
1487 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
1488 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
1489 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
1490 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
1491 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
1492 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
1493 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
1494 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
1495 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
1496
1497 2004-06-21 Andrew Cagney <cagney@gnu.org>
1498
1499 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
1500 macro name, and the function rather than macro value. Only wrap
1501 macro print statements in #ifdef. Move format logic to where it
1502 is needed.
1503 * gdbarch.c: Re-generate.
1504
1505 * gdbarch.sh (read): Delete "print_p" and "description", add
1506 "garbage_at_eol". Check for non-empty garbage at end-of-line.
1507 Delete references to print_p.
1508 (TARGET_ARCHITECTURE): Delete print predicate.
1509 * gdbarch.c: Re-generate.
1510
1511 * gdbarch.sh: Check that multi-arch methods do not provide a
1512 macro.
1513 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
1514 (print_registers_info, print_float_info, print_vector_info)
1515 (adjust_breakpoint_address, remote_translate_xfer_address)
1516 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
1517 (address_class_type_flags_to_name, unwind_sp): Remove the macro
1518 name from the multi-arch definition.
1519
1520 2004-06-20 Andrew Cagney <cagney@gnu.org>
1521
1522 * gdbarch.sh: Sort by the function, instead of macro name.
1523 * gdbarch.c: Re-generate.
1524
1525 2004-06-20 Andrew Cagney <cagney@gnu.org>
1526
1527 * gdbarch.sh: Use the function, instead of macro name in
1528 errors and the log file.
1529 (return_value): Remove stray ":" in spec.
1530
1531 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
1532 * gdbarch.h, gdbarch.c: Re-generate.
1533 * Makefile.in (arch-utils.o): Update dependencies.
1534 * values.c (using_struct_return): Move code calling
1535 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
1536 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
1537 to legacy_return_value, simplify.
1538 * infcmd.c (print_return_value): Move code calling
1539 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
1540 to legacy_return_value, simplify.
1541 * infcall.c (call_function_by_hand): Move code calling
1542 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
1543 * arch-utils.c: Update copyright. Include "gdbcore.h".
1544 (legacy_return_value): New function.
1545 * arch-utils.h: Update copyright.
1546 (legacy_return_value): Declare.
1547
1548 2004-06-20 Andrew Cagney <cagney@gnu.org>
1549
1550 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
1551 * gdbarch.h, gdbarch.c: Re-generate.
1552 * values.c (using_struct_return): Update call.
1553 * mcore-tdep.c: Update comment.
1554 * infcall.c (call_function_by_hand): Update comment.
1555 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1556 * arch-utils.h (always_use_struct_convention): Update.
1557 * v850-tdep.c (v850_gdbarch_init): Update.
1558 * sh64-tdep.c (sh64_gdbarch_init): Update.
1559 * sh-tdep.c (sh_gdbarch_init): Update.
1560 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1561 * mips-tdep.c (mips_gdbarch_init): Update.
1562 * mcore-tdep.c (mcore_gdbarch_init): Update.
1563 * m32r-tdep.c (m32r_gdbarch_init): Update.
1564 * ia64-tdep.c (ia64_gdbarch_init): Update.
1565 * h8300-tdep.c (h8300_gdbarch_init): Update.
1566 * frv-tdep.c (frv_gdbarch_init): Update.
1567 * cris-tdep.c (cris_gdbarch_init): Update.
1568 * arm-tdep.c (arm_gdbarch_init): Update.
1569 * alpha-tdep.c (alpha_gdbarch_init): Update.
1570
1571 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
1572
1573 * PROBLEMS: Add more specific information, and a work-around,
1574 for PR gdb/1458.
1575
1576 2004-06-18 Andrew Cagney <cagney@gnu.org>
1577
1578 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
1579 * gdbarch.h, gdbarch.c: Re-generate.
1580 * ada-lang.c (ada_finish_decode_line_1): Update.
1581 * infrun.c (handle_inferior_event): Update.
1582 * infcall.c (find_function_addr): Update.
1583 * linespec.c (minsym_found): Update.
1584 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
1585 Update.
1586 * blockframe.c (legacy_frameless_look_for_prologue): Update.
1587 * cli/cli-cmds.c (disassemble_command): Update.
1588 * vax-tdep.c (vax_gdbarch_init): Update.
1589
1590 2004-06-18 Mark Kettenis <kettenis@gnu.org>
1591
1592 * i386-tdep.c (i386_collect_fpregset): Fix comment.
1593
1594 2004-06-17 Andrew Cagney <cagney@gnu.org>
1595
1596 GDB 6.1.1 released from the GDB 6.1 branch.
1597 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
1598 * PROBLEMS: Ditto.
1599
1600 2004-06-16 Daniel Jacobowitz <dan@debian.org>
1601
1602 PR gdb/1658
1603 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
1604 operation as a uleb128. Found by Michael Coulter.
1605
1606 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
1607
1608 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
1609 make it non-static.
1610 * ada-lang.h (task_control_block): declaration moved from ada-task.c
1611 to ada-lang.h; this is needed to be able to implement the kill command
1612 in multi-task mode.
1613 (task_ptid): Ditto.
1614 (task_entry): Ditto.
1615 (task_list): Ditto.
1616 (ada_build_task_list): Ditto.
1617
1618 * ada-lang.c: Conditionalize routines and data structures related
1619 to breakpoints, exceptions, completion, and symbol caching on
1620 GNAT_GDB, since these are not yet used in the submitted public sources.
1621 (ada_main_name): Editorial: Move definition out of exception-related
1622 code.
1623
1624 2004-06-15 Andrew Cagney <cagney@gnu.org>
1625
1626 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
1627 deprecated_pc_in_call_dummy.
1628
1629 2004-06-15 Alan Modra <amodra@bigpond.net.au>
1630
1631 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
1632 bfd_get_section_size_before_reloc or _raw_size.
1633 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1634 * dwarf2read.c (dwarf2_locate_sections): Likewise.
1635 (dwarf2_read_section): Likewise.
1636 * elfread.c (elf_locate_sections): Likewise.
1637 * gcore.c (derive_heap_segment): Likewise.
1638 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
1639 * remote-e7000.c (e7000_load): Likewise.
1640 * remote-m32r-sdi.c (m32r_load): Likewise.
1641 * remote-mips.c (mips_load_srec): Likewise.
1642 (pmon_load_fast): Likewise.
1643 * remote.c (compare_sections_command): Likewise.
1644 * symfile.c (add_section_size_callback): Likewise.
1645 (load_section_callback): Likewise.
1646 (pc_in_unmapped_range): Likewise.
1647 (pc_in_mapped_range): Likewise.
1648 (sections_overlap): Likewise.
1649 (list_overlays_command): Likewise.
1650 (simple_overlay_update_1): Likewise.
1651 (simple_overlay_update): Likewise.
1652 * tracepoint.c (remote_set_transparent_ranges): Likewise.
1653 * win32-nat.c (core_section_load_dll_symbols): Likewise.
1654
1655 2004-06-14 Randolph Chung <tausq@debian.org>
1656
1657 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
1658 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
1659 static.
1660 (hppa_hpux_inferior_created): New function.
1661 (hppa_hpux_init_abi): Register observer.
1662 * symfile.c (hp_cxx_exception_support_initialized)
1663 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
1664 (symbol_file_add_main_1, symbol_file_clear): Likewise.
1665
1666 2004-06-14 Randolph Chung <tausq@debian.org>
1667
1668 * MAINTAINERS (Write After Approval): Alphabetize my entry
1669 correctly.
1670
1671 2004-06-14 Andrew Cagney <cagney@gnu.org>
1672
1673 * MAINTAINERS (testsuite): List Michael Chastain as the lead
1674 testsuite maintainer.
1675
1676 2004-06-13 Andrew Cagney <cagney@gnu.org>
1677
1678 * infcmd.c (print_return_value): Fix logic, allow
1679 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
1680
1681 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
1682 defining any macros.
1683 * gdbarch.h: Re-generate.
1684
1685 * gdbarch.sh: Delete "level" attribute. Only check for a macro
1686 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
1687 * gdbarch.h: Re-generate.
1688
1689 * values.c (generic_use_struct_convention): Don't check gcc_p.
1690
1691 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
1692 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
1693 * gdbarch.h, gdbarch.c: Regenerate.
1694 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
1695 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
1696 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1697 deprecated_max_register_raw_size and
1698 deprecated_max_register_virtual_size.
1699 * v850-tdep.c (v850_gdbarch_init): Ditto.
1700 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1701 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1702 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1703 * cris-tdep.c (cris_gdbarch_init): Ditto.
1704
1705 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
1706 * gdbarch.h, gdbarch.c: Re-generate.
1707 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
1708 (m68hc11_use_struct_convention): Delete function.
1709 (m68hc11_extract_struct_value_address): Delete function.
1710 (m68hc11_return_value): New function.
1711 (m68hc11_gdbarch_init): Instead of store_return_value,
1712 extract_return_value, return_value_on_stack,
1713 deprecated_extract_struct_value_address and use_struct_convention,
1714 set return_value.
1715 * values.c (using_struct_return): Do not call
1716 RETURN_VALUE_ON_STACK.
1717 * arch-utils.h (generic_return_value_on_stack_not): Delete
1718 declaration.
1719 * arch-utils.c (generic_return_value_on_stack_not): Delete
1720 function.
1721
1722 2004-06-12 Andrew Cagney <cagney@gnu.org>
1723
1724 * values.c (register_value_being_returned): Delete function.
1725 * infcmd.c (legacy_return_value): Delete function.
1726 * infcall.c (call_function_by_hand): Inline
1727 "register_value_being_returned", simplify.
1728 * values.c (using_struct_return): Update comment, refer to
1729 print_return_value instead of register_value_being_returned.
1730 * infcmd.c (print_return_value): Inline calls to
1731 register_value_being_returned and legacy_return_value. Simplify.
1732
1733 2004-06-11 Randolph Chung <tausq@debian.org>
1734
1735 * somread.c (som_symtab_read): Exclude gcc local symbols.
1736
1737 2004-06-11 Randolph Chung <tausq@debian.org>
1738
1739 * infrun.c (handle_inferior_event): Handle the case when a
1740 trampoline ends up in the runtime resolver, and if the trampoline
1741 has no name. Rearrange the code so that all the trampoline
1742 processing happens before other step-out-of-range handling.
1743
1744 2004-06-11 Martin Hunt <hunt@redhat.com>
1745
1746 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
1747 has no fpu.
1748
1749 2004-06-10 Andrew Cagney <cagney@gnu.org>
1750
1751 * blockframe.c (legacy_inside_entry_func): Delete.
1752 (legacy_frame_chain_valid): Inline call to
1753 legacy_inside_entry_func, simplify.
1754
1755 2004-06-10 Bob Rossi <bob@brasko.net>
1756
1757 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
1758 * dwarf2read.c (partial_die_info): Add dirname field.
1759 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
1760 (read_partial_die): Save away DW_AT_comp_dir.
1761 * defs.h (symtab_to_filename): Removed.
1762 * source.c (find_and_open_source): Added.
1763 (open_source_file): Just calls find_and_open_source.
1764 (symtab_to_filename): Removed.
1765 (symtab_to_fullname, psymtab_to_fullname): Added.
1766 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
1767 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
1768 symtab_to_filename.
1769 * symtab.h (partial_symtab): Add dirname field.
1770 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
1771 (mi_cmd_file_list_exec_source_file): Call new function
1772 symtab_to_fullname to find fullname.
1773 (mi_cmd_file_list_exec_source_files): Added.
1774 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
1775 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
1776
1777 2004-06-10 Andrew Cagney <cagney@gnu.org>
1778
1779 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
1780 to generic_use_struct_convention, the default value.
1781
1782 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
1783 of abort.
1784
1785 * ns32k-tdep.c (ns32k_push_arguments): New function.
1786 (ns32k_gdbarch_init): Set deprecated_push_arguments.
1787 * infcall.c (call_function_by_hand): Call error instead of
1788 legacy_push_arguments.
1789 * value.h (legacy_push_arguments): Delete declaration.
1790 * valops.c (legacy_push_arguments): Delete function.
1791 (value_push): Delete function.
1792
1793 2004-06-10 Brian Ford <ford@vss.fsi.com>
1794
1795 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
1796 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
1797 info.
1798 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
1799
1800 2004-06-10 Andrew Cagney <cagney@gnu.org>
1801
1802 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
1803 * gdbarch.h, gdbarch.c: Re-generate.
1804 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
1805 parameters.
1806 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
1807 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
1808 deprecated_pc_in_call_dummy instead of
1809 DEPRECATED_PC_IN_CALL_DUMMY.
1810 (arm_skip_prologue): Ditto.
1811 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
1812 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
1813 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
1814 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
1815 Ditto.
1816 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
1817 (sh64_init_extra_frame_info, sh64_get_saved_register)
1818 (sh64_pop_frame): Ditto.
1819 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
1820 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
1821 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
1822 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
1823 (h8300_pop_frame): Ditto.
1824 * blockframe.c (legacy_inside_entry_func)
1825 (legacy_frame_chain_valid): Ditto.
1826 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
1827 to deprecated_pc_in_call_dummy.
1828
1829 2004-06-09 Andrew Cagney <cagney@gnu.org>
1830
1831 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
1832 provide a default value.
1833 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
1834 * gdbarch.h, gdbarch.c: Re-generate.
1835 * arch-utils.c (generic_convert_register_p): Rename
1836 legacy_convert_register_p
1837 (legacy_register_to_value, legacy_value_to_register): Delete
1838 functions.
1839 * arch-utils.h (generic_convert_register_p): Rename
1840 legacy_convert_register_p.
1841 (legacy_register_to_value, legacy_value_to_register): Delete
1842 declarations.
1843
1844 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
1845 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
1846 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
1847 * gdbarch.h, gdbarch.c: Re-generate.
1848 * infcmd.c (default_print_registers_info): Simplify.
1849 * findvar.c (value_of_register): Simplify.
1850 * mi/mi-main.c (get_register): Simplify.
1851 * arch-utils.c (legacy_convert_register_p): Always return 0.
1852 (legacy_register_to_value, legacy_value_to_register): Always call
1853 internal_error.
1854
1855 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
1856 #ifdef CLEAR_INSN_CACHE code.
1857 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
1858 Delete #ifdef CLEAR_DEFERRED_STORES code.
1859
1860 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
1861
1862 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
1863 copyright.
1864 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
1865
1866 * config/mips/mipsv4.mh: Delete file.
1867
1868 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
1869 unreferenced macro.
1870 (hpread_adjust_stack_address): Delete declaration.
1871
1872 2004-06-08 Andrew Cagney <cagney@gnu.org>
1873
1874 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
1875 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
1876 PTRACE_ATTACH / PTRACE_DETACH available call error.
1877 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
1878 * infttrace.c (update_thread_state_after_attach, attach, detach):
1879 Remove #ifdef wrappers.
1880 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
1881 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
1882 * config/nm-bsd.h (ATTACH_DETACH): Delete.
1883 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
1884 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
1885 * config/nm-linux.h (ATTACH_DETACH): Delete.
1886 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
1887 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
1888 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
1889 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
1890 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
1891
1892 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
1893
1894 * configure.in: Set $configdir to the right OS specific value.
1895 Use value when setting $tcldir and $tkdir.
1896 * configure: Regenerate.
1897
1898 2004-06-06 Paul Brook <paul@codesourcery.com>
1899
1900 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
1901 records.
1902
1903 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
1904
1905 * ada-lang.c (lookup_symbol_in_language): New function to allow
1906 re-use of another language's symbol lookup code. (Placed here
1907 temporarily while Ada support is being integrated into the public
1908 tree).
1909 (restore_language): New auxiliary function for
1910 lookup_symbol_in_language.
1911 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
1912 temporarily while Ada support is being integrated into the public
1913 tree).
1914
1915 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
1916
1917 * Makefile.in (check//%): New.
1918
1919 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
1920 (mn10300_store_return_value): Rewrite.
1921 (mn10300_type_align): New.
1922 (mn10300_use_struct_convention): Rewrite.
1923 (mn10300_return_value): New, using all of the above.
1924 (mn10300_pop_frame_regular): Add saved_regs_size.
1925 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
1926
1927 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
1928 regs if PC is on movm.
1929
1930 2004-06-07 Jim Blandy <jimb@redhat.com>
1931
1932 Add native Linux support for the PowerPC E500.
1933 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
1934 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
1935 all architectures except the E500.
1936 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
1937 #definitions.
1938 (struct gdb_evrregset_t): New type.
1939 (have_ptrace_getsetevrregs): New variable.
1940 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
1941 fetch_spe_registers): New functions.
1942 (fetch_register): Call fetch_spe_register as appropriate.
1943 Assert that we're only passed raw register numbers.
1944 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
1945 Don't fetch gprs if they're pseudoregisters.
1946 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
1947 store_spe_registers): New functions.
1948 (store_register): Call store_spe_register as appropriate.
1949 Assert that we're only passed raw register numbers.
1950 (store_ppc_registers): Call store_spe_registers as appropriate.
1951 Don't store gprs if they're pseudoregisters.
1952
1953 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
1954
1955 * thread-db.c (thread_get_info_callback): Fill in the thread_info
1956 struct if one exists, even if we are dealing with a zombie thread.
1957
1958 2004-06-07 Andrew Cagney <cagney@gnu.org>
1959
1960 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
1961 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
1962 Rename PC_REQUIRES_RUN_BEFORE_USE.
1963 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
1964 #ifdef.
1965
1966 2004-06-07 Randolph Chung <tausq@debian.org>
1967
1968 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
1969 unwinding after sp has been saved to the stack but before the end
1970 of the prologue, and after the fp has been modified but before it has
1971 been saved to the stack.
1972 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
1973 Remove superfluous definitions.
1974 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
1975
1976 2004-06-07 Guy Martin <gmsoft@gentoo.org>
1977
1978 Committed by Randolph Chung.
1979 * hppa-linux-nat.c: Include the correct version of the header file
1980 depending on the kernel version.
1981
1982 2004-06-06 Randolph Chung <tausq@debian.org>
1983
1984 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
1985 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
1986
1987 2004-06-06 Randolph Chung <tausq@debian.org>
1988
1989 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
1990 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
1991 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
1992 * hppa-tdep.c (hppa_symbol_address): New function definition.
1993 * hppa-tdep.h (hppa_symbol_address): New function declaration.
1994
1995 2004-06-06 Randolph Chung <tausq@debian.org>
1996
1997 * hppa-tdep.h (struct value): Forward declaration.
1998 (gdbarch_tdep): Define tdep find_global_pointer method.
1999 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
2000 associated with the function we are trying to call, and write it
2001 to the gp register.
2002 (hppa32_convert_from_funct_ptr_addr): New function.
2003 (hppa_find_global_pointer): New function.
2004 (hppa_gdbarch_init): Set default find_global_pointer method; set
2005 convert_from_func_ptr_addr method.
2006 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
2007 (hppa_linux_init_abi): Set find_global_pointer method.
2008 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
2009
2010 2004-06-06 Randolph Chung <tausq@debian.org>
2011
2012 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
2013 to struct value *function.
2014 * gdbarch.c: Regenerate.
2015 * gdbarch.h: Likewise.
2016 * infcall.c (call_function_by_hand): Pass entire function value
2017 to push_dummy_call.
2018
2019 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
2020 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
2021 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
2022 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
2023 * arm-tdep.c (arm_push_dummy_call): Likewise.
2024 * avr-tdep.c (avr_push_dummy_call): Likewise.
2025 * cris-tdep.c (cris_push_dummy_call): Likewise.
2026 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
2027 * frv-tdep.c (frv_push_dummy_call): Likewise.
2028 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2029 * hppa-tdep.c (hppa32_push_dummy_call)
2030 (hppa64_push_dummy_call): Likewise.
2031 * i386-tdep.c (i386_push_dummy_call): Likewise.
2032 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
2033 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
2034 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2035 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
2036 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
2037 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
2038 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
2039 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
2040 (ppc64_sysv_abi_push_dummy_call): Likewise.
2041 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
2042 (ppc64_sysv_abi_push_dummy_call): Likewise.
2043 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
2044 * s390-tdep.c (s390_push_dummy_call): Likewise.
2045 * sh-tdep.c (sh_push_dummy_call_fpu)
2046 (sh_push_dummy_call_nofpu): Likewise.
2047 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
2048 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
2049 * vax-tdep.c (vax_push_dummy_call): Likewise.
2050
2051 2004-06-04 Jim Blandy <jimb@redhat.com>
2052
2053 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
2054 gdbarch argument to register_size.
2055
2056 * rs6000-tdep.c (rs6000_store_return_value): Use
2057 regcache_cooked_write_part instead of
2058 deprecated_write_register_bytes.
2059 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
2060 not gdbarch_deprecated_store_return_value.
2061
2062 * ppc-linux-nat.c (store_register, fetch_register): Remove
2063 incorrect assertions. Simplify and generalize handling of
2064 transfers whose sizes are not multiples of, or less than, sizeof
2065 (PTRACE_XFER_TYPE).
2066
2067 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
2068
2069 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
2070 as a new thread event.
2071 * thread-db.c (thread_get_info_callback): If the thread is a
2072 zombie, return TD_THR_ZOMBIE.
2073 (thread_from_lwp): If thread_get_info_callback returns
2074 TD_THR_ZOMBIE, check if the thread is still on the thread list
2075 and return a -1 ptid if not found.
2076 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
2077 change the status to TARGET_WAITKIND_SPURIOUS.
2078
2079 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
2080
2081 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
2082 double values in little endian mode.
2083
2084 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
2085
2086 Committed by Andrew Cagney.
2087 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
2088 after last enum constant to avoid error from IBM C
2089 compiler.
2090
2091 2004-06-02 Jim Blandy <jimb@redhat.com>
2092
2093 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
2094 to 'message', and make it local to the lone block that uses it.
2095
2096 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
2097
2098 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
2099
2100 * ada-exp.y: Update copyright notice.
2101 Include block.h.
2102
2103 Replace REGNAME, LAST, INTERNAL_VARIABLE with
2104 SPECIAL_VARIABLE and unify the treatment of these cases.
2105
2106 (write_attribute_call0): Remove.
2107 (write_attribute_call1): Remove.
2108 (write_attribute_calln): Remove.
2109 (save_qualifier): Add missing semicolon.
2110
2111 (simple_exp,exp): Decomment (i.e., reactivate) code that was
2112 temporarily disabled to allow compilation with FSF head version.
2113
2114 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
2115 use individual operators (OP_*) for all attributes.
2116 (exp syntax): Use write_int.
2117 Handle STRING literals with OP_STRING.
2118 (variable syntax): Add limit parameter to calls to
2119 write_object_renaming.
2120
2121 (temp_parse_space): New definition to hold entities that need
2122 only live until the next call to ada_parse.
2123 (string_to_operator): Rename fields of ada_opname_table entries.
2124
2125 (write_var_from_sym): Record block.
2126 (write_var_from_name): Minor reformatting.
2127 Make sure saved name is properly encoded in the case of multiple
2128 matches, and set its language to Ada.
2129 Update comment.
2130 Modify to indicate unresolved name as symbol in the UNRESOLVED
2131 namespace, allocated in temp_parse_space.
2132 (write_int): New function.
2133
2134 (write_object_renaming): Add max_depth parameter to limit
2135 chains of object renamings.
2136 Handle case where root of renaming expression is itself a renaming.
2137 Use temp_parse_space for temporary name buffer.
2138 Handle renamings to dereferenced pointers (___XEXA suffices).
2139
2140 (ada_parse, yyerror, string_to_operator,
2141 write_var_from_sym, write_var_from_name, write_attribute_call0,
2142 write_attribute_call1, write_attribute_calln,
2143 write_object_renaming): Protoize.
2144
2145 (_initialize_ada_exp): New function.
2146
2147 * ada-lang.c: Update copyright notice.
2148 General terminology change to conform to GNAT compiler usage:
2149 mangle => encode, demangle => decode
2150 Include gdb_obstack.h.
2151 Include gdb_regex.h
2152 Include frame.h
2153 Include hashtab.h
2154 Include completer.h
2155 Include gdb_stat.h
2156 Include block.h
2157 Include infcall.h
2158
2159 (ADA_RETAIN_DOTS): Make sure this is defined.
2160 (TRUNCATION_TOWARDS_ZERO): Define.
2161 (struct string_vector): Define.
2162 (unresolved_names): Remove definition.
2163 (xnew_string_vector): New function.
2164 (string_vector_append): New function.
2165 (extract_string): Make static.
2166 (ada_unqualified_name): New function.
2167 (add_angle_brackets): New function.
2168 (function_name_from_pc): New function.
2169 (place_on_stack): Rename to ensure_lval.
2170
2171 (ensure_lval): Renamed from place_on_stack.
2172 Make identity on lvals.
2173 Update comment.
2174 (is_nonfunction): New interface.
2175 Only symbols in LOC_CONST class can be enumerals.
2176 (fill_in_ada_prototype): Remove; now independent of language.
2177 (add_defn_to_vec): Add obstack and symtab arguments.
2178 Use obstack to hold collected definitions.
2179 (num_defns_collected): New function.
2180 (defns_collected): New function.
2181 (ada_resolve_subexp): Rename to resolve_subexp.
2182 (resolve_subexp): Renamed from ada_resolve_subexp.
2183 (ada_op_name): Return non-const result.
2184 (ada_decoded_op_name): Renamed from ada_op_name, now used for
2185 other purposes.
2186
2187 (to_fixed_array_type): Add declaration.
2188 (coerce_unspec_val_to_type): Remove offset parameter.
2189 (find_sal_from_funcs_and_line): New interface.
2190 (find_line_in_linetable): Ditto.
2191
2192 (all_sals_for_line): Rename to ada_sals_for_line and make
2193 global.
2194 Add new parameter. When set, do not ask the user to choose the
2195 instance, but use the first one found instead.
2196 Use given line number in returned sals.
2197 Fix comment.
2198 Skip the prologue if funfirstline is set.
2199 Correct for memory leak when 0 lines found.
2200
2201 (value_pos_atr): Use pos_atr.
2202 (pos_atr): New function.
2203 (standard_lookup): Add block parameter.
2204
2205 (makeTimeStart): Remove declaration and uses.
2206 (makeTimeStop): Remove declaration and uses.
2207
2208 (ada_completer_word_break_characters): Allow for VMS.
2209 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
2210 (raise_sym_name): New constant.
2211 (raise_unhandled_sym_name): New constant.
2212 (raise_assert_sym_name): New constant.
2213 (process_raise_exception_name): New constant.
2214 (longest_exception_template): New constant.
2215 (warning_limit): New variable to limit warnings during expression
2216 evaluation.
2217 (warnings_issued): New variable to keep track of warnings issued.
2218 (known_runtime_file_name_patterns): New constant.
2219 (known_auxiliary_function_name_patterns): New constant.
2220 (symbol_list_obstack): New variable.
2221
2222 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
2223 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
2224 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
2225 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
2226 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
2227 ada_variant_discrim_name, field_alignment, dynamic_template_type,
2228 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
2229 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
2230 and strcmp.
2231
2232 (ada_get_field_index): New function.
2233 (lim_warning): New function.
2234 (ada_translate_error_message): New function.
2235 (MAX_OF_SIZE): New function.
2236 (MIN_OF_SIZE): New function.
2237 (UMAX_OF_SIZE): New function.
2238 (UMIN_OF_SIZE): New function.
2239 (discrete_type_high_bound): New function.
2240 (discrete_type_low_bound): New function.
2241 (base_type): New function.
2242 (do_command): Remove.
2243
2244 (ada_update_initial_language): Use language_ada, not language_unknown.
2245 (ada_encode): Renamed from ada_mangle.
2246 Obey ADA_RETAIN_DOTS.
2247 (ada_decode): Renamed from ada_demangle.
2248 Update coding conventions.
2249 (decoded_names_store): New hash table.
2250 (ada_decode_symbol): New function.
2251 (ada_la_decode): New function.
2252
2253 (modify_general_field): Correct computations of offset and bit
2254 position.
2255 (desc_base_type): Handle ref types, too.
2256 (ada_is_direct_array_type): New function.
2257
2258 (ada_is_simple_array): Rename to ada_is_simple_array_type.
2259 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
2260 (ada_is_bogus_array_descriptor,ada_type_of_array,
2261 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
2262 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
2263 ada_is_array_descriptor_type.
2264
2265 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
2266 (ada_is_packed_array_type): Handle pointers or
2267 references to packed arrays as well.
2268 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
2269 (decode_packed_array_type): Search for the packed array type
2270 symbol in the currently selected block and associated
2271 superblocks too.
2272 Use lookup_symbol again.
2273
2274 (decode_packed_array): Handle pointers and references.
2275 Update call to coerce_unspec_val_to_type.
2276 (decode_packed_array_type,value_subscript_packed): Limit warnings.
2277 (ada_value_primitive_packed_val): Improve comment.
2278
2279 (ada_index_type): Substitute int type for "undefined".
2280 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
2281 ada_array_langth, ada_is_string_type): Use renamed
2282 ada_is_simple_array_type.
2283 (empty_array): New function.
2284
2285 (ada_resolve): Rename to resolve.
2286 (resolve): Make static.
2287 Call renamed resolve_subexp.
2288 Update comment.
2289 (ada_resolve_subexp): Rename to resolve_subexp.
2290 (resolve_subexp): Update comment.
2291 Decomment disabled code.
2292 Add LOC_COMPUTED* cases.
2293 Modify to use temporary struct symbols (marked as being in
2294 UNDEF_NAMESPACE) to indicate unresolved names, instead of
2295 OP_UNRESOLVED_VALUE.
2296 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
2297 Add OP_STRING case.
2298 Remove OP_ARRAY.
2299 Use SYMBOL_PRINT_NAME instead of ada_demangle.
2300 Use new ada_lookup_symbol_list interface.
2301 Use new ada_resolve_function interface.
2302 Remove OP_TYPE case.
2303
2304 (ada_args_match): Idiot proof against null actuals.
2305 Use intermediate variables to clarify.
2306 (ada_resolve_function): Update comment and interface.
2307 (mangled_ordered_before): Rename to encoded_ordered_before and
2308 update comment.
2309 (sort_choices): Update comment and interface.
2310 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
2311 (user_select_syms): New interface.
2312 Use new sort_choices interface.
2313 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
2314 (possible_user_operator_p): Idiot-proof against null values.
2315 (ada_simple_renamed_entity): Don't make cleanup; rely on
2316 caller to free result string.
2317 Remove const from return type.
2318 (make_array_descriptor): Rename uses of place_on_stack to
2319 ensure_lval.
2320 Make sure that arrays are on stack.
2321
2322 (HASH_SIZE): Define.
2323 (struct cache_entry): Define.
2324 (cache_space): Define.
2325 (cache): Define.
2326 (clear_ada_sym_cache): New function.
2327 (find_entry): New function.
2328 (lookup_cached_symbol): New function.
2329 (defn_vector_size): Define.
2330 (cache_symbol): New function.
2331 (defn_symbols): Remove.
2332
2333 (standard_lookup): Use lookup_symbol_in_language to get effect of
2334 C lookup.
2335 Cache results.
2336
2337 (symbol_completion_match): New function.
2338 (symbol_completion_add): New function.
2339 (ada_make_symbol_completion_list): New function.
2340
2341 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
2342 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
2343 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
2344 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
2345
2346 (ada_lookup_simple_minsym): New function.
2347 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
2348
2349 (add_symbols_from_enclosing_procs): New interface.
2350 Conditionalize more helpfully.
2351 Don't bother if program isn't running.
2352 Use new interface to get_frame_block.
2353 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
2354
2355 (remove_extra_symbols): New interface.
2356 (xget_renaming_scope): New function.
2357 (is_package_name): New function.
2358 (renaming_is_visible): New function.
2359 (remove_out_of_scope_renamings): New function.
2360
2361 (ada_lookup_symbol_list): New interface.
2362 Properly reinitialize the symbol list obstack.
2363 Don't call add_symbols_from_enclosing_procs if we start from a
2364 static or global block.
2365 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
2366 add_symbols_from_enclosing_procs.
2367 Add symtab data to cached entries.
2368 Handle symbols prefixed with
2369 "standard__" specially; strip prefix and don't look in local symbols.
2370 Do not include out of scope renaming symbols in list of
2371 symbols returned.
2372 Add const to block parameter.
2373 Move check for non-local, non-global symbols earlier.
2374 Remove timing stuff.
2375 (ada_lookup_symbol): New interface.
2376 Find symtab as well.
2377 (ada_lookup_symbol_nonlocal): New function.
2378
2379 (is_name_suffix): Enhance suffix detection to recognize
2380 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
2381 (is_dot_digits_suffix): New function.
2382 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
2383
2384 (ada_add_block_symbols): New interface. Use obstack to return results
2385 in a vector of struct ada_symbol_infos. Add symtab argument.
2386 Use new interface to add_defn_to_vec.
2387 Remove calls to fill_in_ada_prototype.
2388 Use BLOCK_BUCKETS, BLOCK_BUCKET.
2389
2390 (ada_finish_decode_line_1): Add const qualification to local to fix
2391 warning.
2392 Start looking in static block for functions to avoid attempts
2393 to search frame chain for up-level variables.
2394 Adapt to new ada_sals_for_line interface.
2395 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
2396 Handle quoting of the function name inside the spec string.
2397 Skip prologue when funfirstline is set and update the
2398 function documentation to that effect.
2399
2400 (debug_print_lines, debug_print_block, debug_print_blocks,
2401 debug_print_symtab): Remove.
2402
2403 (ada_main_name): New function.
2404 (ada_exception_breakpoint_type): New function.
2405 (is_known_support_routine): New function.
2406 (ada_find_printable_frame): Renamed from find_printable_frame and made
2407 global.
2408 Remove level parameter.
2409 Use new interface to select_frame.
2410
2411 (begin_command): Remove.
2412 (ada_adjust_exception_stop): New function.
2413 (ada_print_exception_stop): New function.
2414 (exception_name_from_cond): New function.
2415 (ada_report_exception_break): Replace disabled code with
2416 conditionalization on GNAT_GDB.
2417 Get the exception name from the condition string.
2418 Remove and move functionality into new functions
2419 ada_print_exception_breakpoint_task and
2420 ada_print_exception_breakpoint_nontask.
2421 (error_breakpoint_runtime_sym_not_found): New function.
2422 (is_runtime_sym_defined): New function.
2423 (ada_breakpoint_rewrite): Uncomment suppressed code.
2424 Use symbolic error-message and runtime-symbol names.
2425 Surround runtime symbol names in quotes.
2426 Allow non-specific breakpoints on exceptions and assertions before
2427 program starts.
2428
2429 (ada_is_tagged_type): Add parameter.
2430 (ada_is_tag_type): New function.
2431 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
2432 (ada_variant_discrim_type): Ditto.
2433 (value_tag_from_contents_and_address): New function.
2434 (type_from_tag): New function.
2435 (struct tag_args): New structure used to communicate with
2436 ada_tag_name_1.
2437 (ada_tag_name_1): New function.
2438 (ada_tag_name): New function.
2439
2440 (ada_scan_number): Update comment.
2441 (find_struct_field): New function.
2442 (ada_search_struct_field): Make static.
2443 (ada_value_struct_elt): New version that returns references when
2444 given pointers or references to structs.
2445 (ada_lookup_struct_elt_type): Add 'refok' parameter.
2446 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
2447 interface.
2448 (ada_value_ind): Use new ada_to_fixed_value interface.
2449 (ada_coerce_ref): Ditto.
2450 (field_offset): Remove.
2451
2452 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
2453 (ada_find_renaming_symbol): New function.
2454 (ada_prefer_type): Prefer named types over unnamed ones.
2455 (variant_field_index): New function.
2456 (contains_variant_part): Removed: subsumed by variant_field_index.
2457 (ada_template_to_fixed_record_type): New function, mostly from
2458 template_to_fixed_record_type.
2459 (template_to_fixed_record_type):
2460 Do not scan the type fields beyond the last one; prevents a
2461 potential SEGV.
2462 Handle case where variant field is listed BEFORE discriminant it
2463 depends on.
2464 Fix calculation of record length when bit length is
2465 not evenly divisible by char length.
2466 Move code to ada_template_to_fixed_record_type and call it.
2467
2468 (template_to_static_fixed_type): Revise comment.
2469 Modify to work on ordinary record types as well as templates,
2470 so as to handle fields that use ___XVE or ___XVU encodings.
2471 (to_record_with_fixed_variant_part): Fill out comment.
2472 Initialize C++ stuff in right type.
2473 Allow case where DVAL is null.
2474 Handle case where variant field is not last.
2475 Fix typo concerning record length.
2476 (to_fixed_record_type): Decomment disabled code.
2477 (to_fixed_record_type): Use variant_field_index instead of
2478 contains_variant_part.
2479 (to_fixed_variant_branch_type): Ditto.
2480 (to_fixed_array_type): Decomment disabled code.
2481 (ada_to_fixed_type): Convert tagged types to the specific type.
2482 Deactivate the size-check for array types in order to avoid
2483 some false size alarms.
2484 (to_static_fixed_type): Decomment disabled code.
2485 Modify to call template_to_static_fixed_type
2486 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
2487 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
2488 Remove valaddr argument, as it is never really used.
2489 (ada_to_fixed_value): Change interface to act on single struct value*
2490 operand.
2491 (adjust_pc_past_prologue): New function.
2492 (ada_attribute_name): Modify to take enum exp_opcode argument.
2493
2494 (ada_enum_name): Recognize new homonym-distinguishing convention.
2495 Adjust local variable's type to remove compiler warning.
2496 Fix a small problem in the part that unqualifies the enumeration name.
2497 (ada_value_binop): New function.
2498 (ada_value_equal): New function.
2499
2500 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
2501 Don't give error message when not doing normal evaluation
2502 and a tagged type doesn't seem to contain a structure member.
2503 Give error message for packed arrays.
2504 For indexing arrays, handle pointers to packed arrays correctly.
2505 Handle case of 'first and 'last attributes of bare integral type
2506 without encoded subtype info.
2507 Remove some unnecessary casts.
2508 Fix uninitialized value of type in computing 'first, 'last, or 'length
2509 of array object.
2510 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
2511 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
2512 calls.
2513 Attributes are now exp_opcode values.
2514 Correct treatment of 'modulus.
2515 Better error message for taking 'length of wrong kind of type;
2516 improve comment.
2517 Change EVAL_NORMAL to noside for consistency.
2518 Use ada_value_binop for DIV, MOD, REM.
2519 Make special case out of array of length 0, since an argument
2520 of 0 upsets some platforms' malloc.
2521 Use OP_STRING instead of OP_ARRAY.
2522 For slice, add check that we have an array type before extracting
2523 a slice out of it. Avoids a SEGV.
2524 When evaluating an array slice, if the array type is a reference to
2525 an aligner type, then replace the aligner type by the actual type.
2526 Decomment disabled code.
2527 Remove some dead code.
2528 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
2529 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
2530 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
2531 and UNOP_MBR to UNOP_IN_RANGE.
2532 If an array type has a parallel ___XVE type, then use it.
2533 Turn arrays into pointers for lvalue arrays.
2534 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
2535 bounds error and handle 0-length slices.
2536 Use lim_warning.
2537 When selecting fields, apply ada_to_fixed_value (because the fields
2538 might have ___XVU or ___XVE encodings even if not dynamic.)
2539 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
2540 (ada_is_system_address_type): New function.
2541
2542 (get_var_value): Use new interface to ada_lookup_symbol_list.
2543 (get_int_var_value): New interface.
2544 (to_fixed_range_type): Allow unknown bound, with warning.
2545 (ada_is_modular_type): Decomment disabled code.
2546 (ADA_OPERATORS): New definition.
2547 (ada_operator_length): New function.
2548 (ada_expr_op_name): New function.
2549 (ada_forward_operator_length): New function.
2550 (ada_dump_subexp_body): New function.
2551 (ada_print_subexp): New function.
2552 (ada_exp_descriptor): New constant.
2553 (ada_op_print_tab): Add 'size. Remove FIXMEs.
2554 (ada_language_defn): Add ada_exp_descriptor entry.
2555 Change ada_parse => parse.
2556 Add post-parser entry.
2557 Use ada-specific non-local symbol lookup.
2558 Don't use C-style arrays.
2559 String lower-bound is 1.
2560 Decomment disabled code.
2561 (parse): New function.
2562 New fields ada_translate_error_message, ada_lookup_symbol,
2563 ada_lookup_minimal_symbol.
2564
2565 * ada-lang.h: Update copyright dates.
2566 Replace the mangle/demangle terminology throughout by the
2567 more appropriate encode/decode one.
2568 Include breakpoint.h.
2569 Forward declare struct partial_symbol, struct block.
2570 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
2571 (EXTRACT_ADDRESS): Remove.
2572 (EXTRACT_INT): Remove.
2573 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
2574 (MAX_ENCLOSING_FRAME_LEVELS): Define.
2575 (MAX_RENAMING_CHAIN_LENGTH): Define.
2576 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
2577
2578 (enum task_states): Remove.
2579 ada_task_states: Remove.
2580 (fat_string): Remove.
2581 (struct entry_call): Remove.
2582 (struct task_fields): Remove.
2583 (struct task_entry): Remove.
2584
2585 (struct ada_symbol_info): Define.
2586 (enum ada_attribute): Remove.
2587 (enum ada_operator): Define.
2588
2589 (ada_get_field_index): Declare.
2590 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
2591 (ada_is_simple_array): Rename to ada_is_simple_array_type.
2592 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
2593 (ada_lookup_symbol_list): New interface.
2594 (ada_decode_symbol): Declare.
2595 (ada_decode): Declare.
2596 (ada_lookup_symbol): New interface.
2597 (ada_update_initial_language): Declare.
2598 (ada_lookup_simple_minsym): Declare.
2599 (user_select_syms): New interface.
2600 (ada_sals_for_line): Declare.
2601 (ada_is_tagged_type): New interface.
2602 (ada_tag_name): Declare.
2603 (ada_lookup_struct_elt_type): Remove declaration.
2604 (ada_search_struct_field): Remove declaration.
2605 (ada_attribute_name): New interface.
2606 (ada_is_system_address_type): Declare.
2607 (ada_to_fixed_value): Remove declaration.
2608 (ada_template_to_fixed_record_type_1): Declare.
2609 (get_int_var_value): New interface.
2610 (ada_find_any_symbol): Declare.
2611 (ada_find_renaming_symbol): Declare.
2612 (ada_mangle): Rename to ada_encode.
2613 (ada_simple_renamed_entity): Remove const.
2614 (ada_main_name): Declare.
2615 (get_current_task): Rename to ada_get_current_task.
2616 (get_entry_number): Remove declaration.
2617 (ada_report_exception_break): Remove declaration.
2618 (ada_print_exception_breakpoint_nontask): Declare.
2619 (ada_print_exception_breakpoint_task): Declare.
2620 (ada_find_printable_frame): Declare.
2621
2622 * ada-lex.l: Update copyright notices.
2623 Use xmalloc and xfree instead of malloc and free.
2624 Use new interface to name_lookup.
2625 Use new interface to
2626 ada_mangle=>ada_encode.
2627 Redo handling of '$...' variable to parallel current treatment
2628 in c-exp.y.
2629 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
2630 digit_to_int, strtoulst, processInt, processReal, processId,
2631 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
2632 yywrap): Protoize.
2633
2634 (processInt): Use cast to remove harmless warning.
2635 (processReal): Modify to get rid of compiler warning on scan formats.
2636
2637 (processId): Replace xmalloc with obstack_alloc for name and remove
2638 call to ada_name_string_cleanup.
2639 Remove obsolete disabled code.
2640 (name_lookup): Ditto.
2641 New interface.
2642 Use obsavestring on temp_parse_space instead of savestring
2643 on name, and remove call to ada_name_string_cleanup.
2644 Free string returned from ada_simple_renamed_entity.
2645 Use new interface to ada_lookup_symbol_list.
2646 Decomment disabled code.
2647 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
2648 not types.
2649 When a type name lookup succeeds as a result of
2650 lookup_primitive_typename, check for regular type entry that has not
2651 yet been read in.
2652 Limit length of chain of renamed symbols we are willing to follow.
2653 Do not break names beginning with "standard__" into segments.
2654 (block_lookup): Use new interface to ada_lookup_symbol_list.
2655
2656 * ada-typeprint.c: Update copyright notice.
2657 (demangled_type_name): Rename to decoded_type_name.
2658 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
2659 (print_range_bound): Correct handling of negative
2660 bounds that make the index type looked unsigned under STABS.
2661 (print_dynamic_range_bound): Use new interface to get_int_var_value.
2662 (print_range_type_named): Use the builtin int type if no type
2663 corresponding to the given type name could be found.
2664 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
2665 Add some bullet-proofing.
2666 (print_variant_clauses): Allow for variant branches with ___XVU
2667 encodings that are not dynamic fields.
2668 Use new interface to ada_is_tagged_type.
2669 (print_record_type): Allow for fields with ___XVE encodings that
2670 are not dynamic fields.
2671 Use new interface to ada_is_tagged_type.
2672 (ada_print_type): ada_is_array_descriptor =>
2673 ada_is_array_descriptor_type.
2674
2675 * ada-valprint.c: Update copyright notice.
2676 Include gdb_string.h
2677 Include infcall.h
2678 (ui_memcpy): New function.
2679 (ada_print_floating): New function.
2680 (ada_print_str): Order arguments correctly.
2681 Correct handling of empty arrays and arrays of 0-length items.
2682 ada_is_array_descriptor => ada_is_array_descriptor_type
2683 Print values of type System.Address in hexadecimal format.
2684 Use ada_print_floating to print floating-point numbers in Ada format.
2685 Print class tag values with type names.
2686 No longer print the address of reference values. Avoids
2687 a potential confusion.
2688 (ada_value_print): Stop printing the object type for reference
2689 values, but preserve that behavior for access types. Avoids
2690 a potential confusion.
2691 Simplify one conditional expression, as the first part is now
2692 necessarily true.
2693 ada_is_array_descriptor => ada_is_array_descriptor_type
2694 Add check for arrays for null records, and print them by hand.
2695
2696 2004-06-01 Jim Blandy <jimb@redhat.com>
2697
2698 * ppc-tdep.h: Delete unused 'regoff' member.
2699 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
2700
2701 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
2702
2703 Fix PR symtab/1661.
2704 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
2705 (hpread_read_struct_type): Likewise.
2706
2707 2004-06-01 Andrew Cagney <cagney@gnu.org>
2708
2709 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
2710 instead of xasprintf.
2711 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
2712 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
2713 (mi_cmd_data_list_register_names)
2714 (mi_cmd_data_list_changed_registers)
2715 (mi_cmd_data_list_register_values)
2716 (get_register, mi_cmd_data_write_register_values)
2717 (mi_cmd_data_write_register_values)
2718 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
2719 (mi_cmd_target_download, mi_cmd_target_select)
2720 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
2721 (mi_execute_cli_command, mi_execute_async_cli_command)
2722 (mi_execute_async_cli_command): Ditto.
2723 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
2724 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
2725
2726 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
2727 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
2728 error_last_message instead of mi_error_last_message.
2729 * mi/mi-main.c (mi_error_last_message): Delete function.
2730
2731 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
2732 "invalid number of columns" error. Delete redundant "out of
2733 memory" check.
2734
2735 2004-05-31 Mark Kettenis <kettenis@gnu.org>
2736
2737 * i386bsd-nat.c: Don't include <sys/procfs.h>.
2738 (gregset_t, fpregset_t): Remove typedefs.
2739 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
2740 (REG_OFFSET): Rename argument.
2741 (i386bsd_r_reg_offset): Rename from reg_offset.
2742 (REG_ADDR): Remove macro.
2743 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
2744 functions.
2745 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
2746 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
2747 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
2748 instead of supply_gregset.
2749 (store_inferior_registers): Use `struct reg' and `struct fpreg'
2750 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
2751 instead of fill_gregset.
2752 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
2753
2754 * i386bsd-nat.c: Don't include "gregset.h".
2755 (supply_gregset, fill_gregset): Make static.
2756 (supply_fpregset, fill_fpregset): Remove.
2757 * Makefile.in (i386bsd-nat.o): Update dependencies.
2758
2759 2004-05-30 Mark Kettenis <kettenis@gnu.org>
2760
2761 * fbsd-proc.c: Include "regcache.h", "regset.h" and
2762 "gdb_assert.h". Con't include "gregset.h".
2763 (fbsd_make_corefile_notes): Use regset-based core file support
2764 instead off fill_gregset and fill_fpregset.
2765 * Makefile.in (fbsd-proc.o): Update dependencies.
2766
2767 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
2768 instructions.
2769 (m88k_frame_prev_register): Simplify code a bit.
2770
2771 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
2772 (amd64_collect_fpregset): New function.
2773 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
2774
2775 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
2776
2777 * i386-tdep.c (i386_supply_gregset): Adjust comment.
2778 (i386_collect_gregset): New function.
2779 (i386_supply_fpregset): Adjust comment.
2780 (i386_collect_fpregset): New function.
2781 (i386_regset_from_core_section): Use i386_collect_gregset and
2782 i386_collect_fpregset.
2783
2784 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
2785 handle VALUEP being null.
2786
2787 * regset.h (collect_regset_ftype): Unconstify fourth argument.
2788
2789 2004-05-29 Mark Kettenis <kettenis@gnu.org>
2790
2791 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
2792
2793 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
2794 assembler in OpenBSD 3.5-current.
2795 (amd64obsd_sigcontext_addr): Likewise.
2796
2797 2004-05-28 Jim Blandy <jimb@redhat.com>
2798
2799 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
2800 register set, so our regcache isn't declared "legacy" and our E500
2801 pseudoregister read and write functions aren't ignored.
2802 (rs6000_register_byte, rs6000_register_raw_size,
2803 rs6000_register_virtual_type, rs6000_register_convertible,
2804 rs6000_register_convert_to_virtual,
2805 rs6000_register_convert_to_raw): Deleted.
2806 (rs6000_register_type, rs6000_convert_register_p,
2807 rs6000_register_to_value, rs6000_value_to_register): New
2808 functions.
2809 (rs6000_gdbarch_init): Don't register
2810 gdbarch_deprecated_register_size,
2811 gdbarch_deprecated_register_bytes,
2812 gdbarch_deprecated_register_byte,
2813 gdbarch_deprecated_register_raw_size,
2814 gdbarch_deprecated_register_virtual_type,
2815 gdbarch_deprecated_register_convertible,
2816 gdbarch_deprecated_register_convert_to_virtual, or
2817 gdbarch_deprecated_register_convert_to_raw methods. Instead,
2818 register gdbarch_register_type, gdbarch_convert_register_p,
2819 gdbarch_register_to_value, and gdbarch_value_to_register methods.
2820
2821 2004-05-26 Jim Blandy <jimb@redhat.com>
2822
2823 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
2824 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
2825 functions, updated to match the register numberings used in GCC.
2826 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
2827 rs6000_dwarf2_reg_to_regnum as register number conversions
2828 functions for STABS and Dwarf2.
2829
2830 2004-05-26 Randolph Chung <tausq@debian.org>
2831
2832 * infttrace.h (target_waitkind): Forward declare type instead of pulling
2833 in header file.
2834
2835 2004-05-25 Joel Brobecker <brobecker@gnat.com>
2836
2837 * NEWS: Document new "start" command.
2838
2839 2004-05-25 Randolph Chung <tausq@debian.org>
2840
2841 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
2842 hppa-linux.
2843
2844 2004-05-25 Randolph Chung <tausq@debian.org>
2845
2846 * hppa-hpux-tdep.c (offsetof): Define.
2847 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
2848 (hppa32_hpux_frame_base_before_sigtramp)
2849 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
2850 (hppa64_hpux_frame_saved_pc_in_sigtramp)
2851 (hppa64_hpux_frame_base_before_sigtramp)
2852 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
2853 functions.
2854 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
2855 (hppa_hpux_sigtramp_frame_unwind_cache)
2856 (hppa_hpux_sigtramp_frame_this_id)
2857 (hppa_hpux_sigtramp_frame_prev_register)
2858 (hppa_hpux_sigtramp_frame_unwind)
2859 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
2860 (hppa_hpux_init_abi): Register sigtramp unwinder.
2861 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
2862
2863 2004-05-25 Randolph Chung <tausq@debian.org>
2864
2865 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
2866 and multiple stack unwinds.
2867 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
2868
2869 2004-05-25 Andrew Cagney <cagney@gnu.org>
2870
2871 * symfile.h (symbol_file_add_from_memory): Delete declaration.
2872 * symfile-mem.h: Delete file.
2873 * symfile-mem.c: Do not include "symfile-mem.h".
2874 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
2875 "struct bfd_section". When an error do not bother returning NULL.
2876 (add_symbol_file_from_memory_command): Use "struct bfd" and
2877 "struct bfd_section".
2878 * Makefile.in (symfile_mem_h): Delete.
2879 (symfile-mem.o): Update dependencies.
2880
2881 2004-05-25 Nick Roberts <nickrob@gnu.org>
2882
2883 * gdb-mi.el: New file.
2884
2885 2004-05-25 Andrew Cagney <cagney@gnu.org>
2886
2887 * inftarg.c: Include "observer.h".
2888 (child_attach, child_create_inferior): Notify inferior_created.
2889 * corelow.c: Include "observer.h".
2890 (core_open): Notify inferior_created.
2891 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
2892
2893 2004-05-25 Andrew Cagney <cagney@gnu.org>
2894
2895 * target.h (struct target_ops): Add from_tty to
2896 to_create_inferior.
2897 (target_create_inferior, find_default_create_inferior): Update.
2898 * infcmd.c (run_command): Update.
2899 * wince.c (child_create_inferior): Update.
2900 * win32-nat.c (child_create_inferior): Update.
2901 * uw-thread.c (uw_thread_create_inferior): Update.
2902 * thread-db.c (thread_db_create_inferior): Update.
2903 * target.c (debug_to_create_inferior)
2904 (find_default_create_inferior): Update.
2905 (maybe_kill_then_create_inferior): Update.
2906 * sol-thread.c (sol_thread_create_inferior): Update.
2907 * remote.c (extended_remote_async_create_inferior)
2908 (extended_remote_create_inferior): Update.
2909 * remote-vx.c (vx_create_inferior): Update.
2910 * remote-st.c (st2000_create_inferior): Update.
2911 * remote-sim.c (gdbsim_create_inferior): Update.
2912 * remote-sds.c (sds_create_inferior): Update.
2913 * remote-rdp.c (remote_rdp_create_inferior): Update.
2914 * remote-rdi.c (arm_rdi_create_inferior): Update.
2915 * remote-m32r-sdi.c (m32r_create_inferior): Update.
2916 * remote-e7000.c (e7000_create_inferior): Update.
2917 * procfs.c (procfs_create_inferior): Update.
2918 * ocd.c (ocd_create_inferior): Update.
2919 * ocd.h (ocd_create_inferior): Update.
2920 * nto-procfs.c (procfs_create_inferior): Update.
2921 * monitor.c (monitor_create_inferior): Update.
2922 * lin-lwp.c (lin_lwp_create_inferior): Update.
2923 * inftarg.c (child_create_inferior): Update.
2924 * hpux-thread.c (hpux_thread_create_inferior): Update.
2925 * gnu-nat.c (gnu_create_inferior): Update.
2926
2927 2004-05-25 Andrew Cagney <cagney@gnu.com>
2928
2929 * MAINTAINERS: Update e-mail address.
2930
2931 2004-05-24 Randolph Chung <tausq@debian.org>
2932
2933 * thread.c (info_threads_command, thread_apply_all_command)
2934 (thread_apply_command, thread_command, do_captured_thread_select):
2935 Remove HPUXHPPA-specific code.
2936
2937 2004-05-24 Randolph Chung <tausq@debian.org>
2938
2939 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
2940 unused symbols.
2941 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
2942 references.
2943
2944 2004-05-24 Joel Brobecker <brobecker@gnat.com>
2945
2946 * infcmd.c (kill_if_already_running): New function, extracted
2947 from run_command().
2948 (run_command): Replace extracted code by call to
2949 kill_if_already_running().
2950 (start_command): New function.
2951 (_initialize_infcmd): Add "start" command.
2952
2953 2004-05-24 Mark Kettenis <kettenis@gnu.org>
2954
2955 Add OpenBSD/m88k support.
2956 * NEWS (New native configurations): Mention OpenBSD/m88k.
2957 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
2958 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
2959 * Makefile.in (m88k_tdep_h): New variable.
2960 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
2961 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
2962 * configure.host: Add m88*-*-openbsd*.
2963 * configure.tgt: Add m88*-*-openbsd*.
2964
2965 2004-05-24 Jim Blandy <jimb@redhat.com>
2966
2967 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
2968 to approve changes.
2969
2970 2004-05-24 Kevin Buettner <kevinb@redhat.com>
2971
2972 * symtab.c (fixup_section): Search section table when lookup by
2973 name fails.
2974
2975 2004-05-24 Randolph Chung <tausq@debian.org>
2976
2977 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
2978 be "small_struct".
2979
2980 2004-05-24 Mark Kettenis <kettenis@gnu.org>
2981
2982 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
2983 register number in regcache_raw_collect call.
2984 (m68kbsd_collect_fpregset): Likewise.
2985 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
2986
2987 * regset.h (struct regset): Add back `regset' member.
2988
2989 2004-05-23 Mark Kettenis <kettenis@gnu.org>
2990
2991 * configure.in: Check for td_pcb in `struct thread'.
2992 * configure, config.in: Regenerated.
2993
2994 * dpx2-nat.c: Remove file.
2995 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
2996 (dpx2-nat.o): Remove dependencies.
2997
2998 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
2999 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
3000 (amd64obsd_supply_pcb): New function.
3001 (_initialize_amd64obsd_nat): Enable libkvm interface.
3002 * Makefile.in (amd64obsd-nat.o): Update dependencies.
3003 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
3004 (LOADLIBES): New variable.
3005
3006 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
3007 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
3008 (sparc32nbsd_supply_pcb): New function.
3009 (_initialize_sparcnbsd_nat): Enable libkvm interface.
3010 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
3011 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3012 (LOADLIBES): New variable.
3013
3014 2004-05-22 Mark Kettenis <kettenis@gnu.org>
3015
3016 * bsd-kvm.c, bsd-kvm.h: New files.
3017 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3018 "bsd-kvm.h".
3019 (i386fbsd_supply_pcb): New function.
3020 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
3021 (i386fbsd-nat.o): Update dependencies.
3022 (bsd_kvm_h): New variable.
3023 (bsd-kvm.o): New dependency.
3024 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3025 (LOADLIBES): New variable.
3026
3027 * regset.c: Tweak comment.
3028 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
3029 macro.
3030 * regset.h: Update copyright year.
3031 (struct regset): Remove `descr' member, add `gdbarch' member.
3032 (regset_alloc): Adjust prototype and comment.
3033 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
3034 (i386_supply_fpregset): Likewise.
3035 (i386_regset_from_core_section): Update call to regset_alloc.
3036 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
3037 REGSET->arch.
3038 (i386obsd_aout_regset_from_core_section): Update call to
3039 regset_alloc.
3040 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
3041 REGSET->arch.
3042 (i386nbsd_aout_regset_from_core_section): Update call to
3043 regset_alloc.
3044 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
3045 REGSET->arch.
3046 (amd64_regset_from_core_section): Update call to regset_alloc.
3047 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
3048 REGSET->arch.
3049 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
3050 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
3051 &sparc32nbsd_gregset in sparc32_supply_gregset call.
3052 (sparc32nbsd_init_abi): Update call to regset_alloc.
3053 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
3054 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
3055 (sparc64obsd_init_abi): Update call to regset_alloc.
3056 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
3057 &sparc64nbsd_gregset in sparc64_supply_gregset call.
3058 (sparc64nbsd_init_abi): Update call to regset_alloc.
3059 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
3060 &sparc64fbsd_gregset in sparc64_supply_gregset call.
3061 (sparc64fbsd_init_abi): Update call to regset_alloc.
3062
3063 2004-05-22 Jim Blandy <jimb@redhat.com>
3064
3065 * ppc-tdep.h (spe_register_p): New declaration.
3066 (struct gdbarch_tdep): New members: ppc_acc_regnum and
3067 ppc_spefscr_regnum.
3068 * rs6000-tdep.c (spe_register_p): New function.
3069 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
3070 spefscr.
3071 (rs6000_gdbarch_init): Initialize the new members of the tdep
3072 structure.
3073
3074 2004-05-21 Jim Blandy <jimb@redhat.com>
3075
3076 * ppc-linux-nat.c (fetch_register): Move code back to be next
3077 to the comment that describes it. (Moved code, instead of
3078 comment, for symmetry with store_register.)
3079
3080 Allocate regset structures in the gdbarch's obstack, not using
3081 xmalloc.
3082 * regset.c (regset_alloc): Renamed from regset_xmalloc.
3083 Add 'arch' argument. Allocate the regset on arch's obstack, not
3084 using xmalloc.
3085 * regset.h (regset_alloc): Update declaration.
3086 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
3087 gdbarch argument.
3088 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
3089 * i386-tdep.c (i386_regset_from_core_section): Same.
3090 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
3091 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
3092 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
3093 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
3094 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
3095 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
3096
3097 2004-05-21 Joel Brobecker <brobecker@gnat.com>
3098
3099 * config/djgpp/fnchange.lst: Undo previous change, was useless.
3100
3101 2004-05-21 Jim Blandy <jimb@redhat.com>
3102
3103 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
3104 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
3105
3106 2004-05-20 Jim Blandy <jimb@redhat.com>
3107
3108 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
3109
3110 2004-05-20 Mark Kettenis <kettenis@gnu.org>
3111
3112 * regset.h: Make prototype const-correct.
3113 * regset.c (regset_xmalloc): Make const-correct.
3114
3115 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
3116
3117 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
3118 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
3119 (symbol_search_name): Declare.
3120
3121 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
3122 (iter_name_next_hashed): Ditto.
3123 (iter_name_next_linear): Ditto.
3124 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
3125
3126 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
3127 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
3128 (symbol_search_name): New function.
3129
3130 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
3131
3132 * minsyms.c (build_minimal_symbol_hash_tables): Change
3133 test for adding to demangled hash table to check for difference
3134 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
3135
3136 2004-05-19 Jim Blandy <jimb@redhat.com>
3137
3138 Use a constructor function to create regset structures.
3139 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
3140 (struct regset): Use supply_regset_ftype. Add new
3141 'collect_regset' member.
3142 (regset_xmalloc): New declaration.
3143 * regset.c: New file.
3144 * am64-tdep.c (amd64_regset_from_core_section): Use
3145 regset_xmalloc to construct regset structures.
3146 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
3147 * i386-tdep.c (i386_regset_from_core_section): Same.
3148 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
3149 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
3150 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
3151 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
3152 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
3153 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
3154 * Makefile.in (COMMON_OBS): Add regset.o.
3155 (regset.o): New rule.
3156
3157 2004-05-19 Joel Brobecker <brobecker@gnat.com>
3158
3159 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
3160 and pthread_cond_wait.c.
3161
3162 2004-05-18 Jim Blandy <jimb@redhat.com>
3163
3164 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
3165 before the mach-specific switch, and then let the individual cases
3166 override the defaults, rather than leaving them uninitialized
3167 until the switch and then setting them in each case.
3168
3169 2004-05-18 Randolph Chung <tausq@debian.org>
3170
3171 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
3172 millicode functions.
3173
3174 2004-05-18 Randolph Chung <tausq@debian.org>
3175
3176 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
3177 references to dld_flags_buffer consistent.
3178
3179 2004-05-18 Randolph Chung <tausq@debian.org>
3180
3181 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
3182 it for unwinding the stack.
3183
3184 2004-05-18 Randolph Chung <tausq@debian.org>
3185
3186 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
3187 Undefine these so we can overide them using gdbarch.
3188
3189 2004-05-18 Randolph Chung <tausq@debian.org>
3190
3191 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
3192 handling for 64-bit HPUX (elf).
3193
3194 2004-05-18 Daniel Jacobowitz <dan@debian.org>
3195
3196 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
3197 constants.
3198 * amd64-tdep.c (amd64_skip_prologue): Likewise.
3199 * ia64-tdep.c (examine_prologue): Likewise.
3200 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
3201 * v850-tdep.c (v850_fix_call_dummy): Likewise.
3202
3203 2004-05-18 Mark Kettenis <kettenis@gnu.org>
3204
3205 * vax-tdep.c (vax_return_value): Implement
3206 RETURN_VALUE_ABI_RETURNS_ADDRESS.
3207
3208 2004-05-17 Mark Kettenis <kettenis@gnu.org>
3209
3210 * vax-tdep.c (vax_return_value): Fix typo.
3211
3212 2004-05-17 Andrew Cagney <cagney@redhat.com>
3213
3214 * MAINTAINERS: Mark Salter was also responsible for
3215 testsuite/config/
3216
3217 * NEWS: Mention signal fixes.
3218
3219 2004-05-17 Randolph Chung <tausq@debian.org>
3220
3221 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
3222 check to see if we are unwinding an export stub. Export stubs clobber
3223 the %rp in the call path and stores the original rp in a stack slot.
3224
3225 2004-05-17 Jim Blandy <jimb@redhat.com>
3226
3227 * MAINTAINERS: Update address for J.T. Conklin.
3228
3229 2004-05-17 Randolph Chung <tausq@debian.org>
3230
3231 * hppa-tdep.c: Remove superfluous #include's.
3232 * Makefile.in (hppa-tdep.o): Update dependencies.
3233
3234 2004-05-17 Randolph Chung <tausq@debian.org>
3235
3236 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
3237 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
3238 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
3239 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
3240 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
3241 Remove static function declarations.
3242
3243 2004-05-17 Mark Kettenis <kettenis@gnu.org>
3244
3245 * alphabsd-nat.c: Update copyright year.
3246 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
3247
3248 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
3249 and M68K_A2_REGNUM.
3250
3251 * m68k-tdep.c (m68k_svr4_return_value): Implement
3252 RETURN_VALUE_ABI_RETURNS_ADDRESS.
3253
3254 2004-05-16 Mark Kettenis <kettenis@gnu.org>
3255
3256 * sol-thread.c Update copyright year. Fix various coding
3257 standards violations. Tweak a few comments.
3258 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
3259 Delete prototypes.
3260
3261 2004-05-15 Randolph Chung <tausq@debian.org>
3262
3263 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
3264 as pointer instead of array reference since HPUX compiler does
3265 not accept unsized array arguments.
3266 * somsolib.c (dld_flags_buffer): Use constant array size.
3267
3268 2004-05-15 Mark Kettenis <kettenis@gnu.org>
3269
3270 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
3271 offset with decimal offset.
3272 (amd64obsd_sigcontext_addr): Return correct address for entire
3273 signal trampoline.
3274
3275 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
3276 instead of get_frame_base.
3277
3278 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
3279 (fill_gregset): Use regcache_raw_collect.
3280
3281 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
3282 ppcobsd-tdep.c.
3283
3284 * config/sparc/tm-nbsd64.h: Remove file.
3285 * config/tm-sunos.h: Remove file.
3286
3287 2004-05-15 Joel Brobecker <brobecker@gnat.com>
3288
3289 * rs6000-tdep.c (store_param_on_stack_p): New function,
3290 an improved version of some code extracted from skip_prologue().
3291 (skip_prologue): Use store_param_on_stack_p() to detect
3292 instructions saving a parameter on the stack. Detect when r0
3293 is used to save a parameter.
3294 Do not mark "li rx, SIMM" instructions as part of the prologue,
3295 unless the following instruction is also part of the prologue.
3296
3297 2004-05-14 Andrew Cagney <cagney@redhat.com>
3298
3299 * infrun.c (handle_inferior_event): Simplify
3300 STEP_OVER_UNDEBUGGABLE.
3301
3302 * infrun.c (handle_step_into_function): Delete function.
3303 (handle_inferior_event): Inline calls to
3304 handle_step_into_function.
3305
3306 2004-05-14 Jerome Guitton <guitton@gnat.com>
3307
3308 * rs6000-nat.c: Fix a comment.
3309
3310 2004-05-12 David Anderson <davea@sgi.com>
3311
3312 Committed by Jim Blandy <jimb@redhat.com>:
3313 * regcache.c (struct regcache_descr): fix comment spelling.
3314
3315 2004-05-13 J. Brobecker <brobecker@gnat.com>
3316
3317 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
3318 Fixes a link link failure.
3319
3320 2004-05-13 J. Brobecker <brobecker@gnat.com>
3321
3322 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
3323 error that was causing the build to fail.
3324
3325 2004-05-13 J. Brobecker <brobecker@gnat.com>
3326
3327 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
3328 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
3329
3330 2004-05-13 Andrew Cagney <cagney@redhat.com>
3331
3332 * infrun.c (handle_inferior_event): Check for
3333 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
3334 calls. Update comments.
3335
3336 2004-05-13 Jim Blandy <jimb@redhat.com>
3337
3338 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
3339 (fetch_regs_user_thread, fetch_regs_kernel_thread)
3340 (store_regs_user_thread, store_regs_kernel_thread): Use
3341 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
3342 * ppc-linux-nat.c (fill_gregset): Same.
3343 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
3344 (ppc_linux_sigtramp_cache): Same.
3345 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
3346 (ppcnbsd_sigtramp_cache_init): Same.
3347 * rs6000-nat.c (fetch_core_registers): Same.
3348 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
3349 (rs6000_frame_cache): Same.
3350
3351 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
3352 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
3353 of assuming that the gprs are numbered starting with zero.
3354 * ppc-linux-nat.c (fill_gregset): Same.
3355 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
3356 * ppcnbsd-nat.c (getregs_supplies): Same.
3357 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
3358 * rs6000-nat.c (fetch_core_registers): Same.
3359 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
3360
3361 2004-05-07 Michael Snyder <msnyder@redhat.com>
3362
3363 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
3364 LOC_COMPUTED_ARG, and LOC_INDIRECT.
3365
3366 2004-05-13 Andrew Cagney <cagney@redhat.com>
3367
3368 * infrun.c (handle_inferior_event): Use frame_unwind_id.
3369
3370 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
3371
3372 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
3373 base_address for shared libraries.
3374
3375 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
3376
3377 * MAINTAINERS (write after approval): Add myself.
3378
3379 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
3380
3381 * breakpoint.c (bpstat_stop_status): Add new argument
3382 STOPPED_BY_WATCHPOINT. Use it instead of testing
3383 target_stopped_data_address agaist 0 to check whether
3384 or not we stopped due to a hardware watchpoint.
3385 * breakpoint.h (bpstat_stop_status): Adapt prototype.
3386 * infrun.c (handle_inferior_event): Call bpstat_stop_status
3387 with new argument.
3388
3389 2004-05-12 Jim Blandy <jimb@redhat.com>
3390
3391 * configure.in: When checking whether we should use the -bbigtoc
3392 option, don't forget to restore the original value of LDFLAGS.
3393 * configure: Regenerated.
3394
3395 2004-05-12 Andrew Cagney <cagney@redhat.com>
3396
3397 * thread.c (load_infrun_state): Delete step_sp.
3398 * infrun.c (context_switch): Ditto.
3399 * inferior.h (step_sp): Ditto.
3400 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
3401 * gdbthread.h (struct thread_info, save_infrun_state)
3402 (restore_infrun_state): Ditto.
3403
3404 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
3405
3406 * MAINTAINERS (write after approval): Add myself.
3407
3408 2004-05-12 Andrew Cagney <cagney@redhat.com>
3409
3410 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
3411 eliminate reference to step_sp.
3412 (struct execution_control_state, init_execution_control_state)
3413 (handle_inferior_event, keep_going): Delete update_step_sp and
3414 step_sp.
3415 * infcmd.c (step_sp): Note that variable is unused.
3416
3417 2004-05-11 Andrew Cagney <cagney@redhat.com>
3418
3419 * infrun.c (step_over_function): Delete function.
3420 (handle_step_into_function): Use insert_step_resume_breakpoint.
3421 (insert_step_resume_breakpoint): Fix assertion.
3422
3423 2004-05-11 Nick Roberts <nickrob@gnu.org>
3424
3425 * utils.c (defaulted_query): Just use the normal query input type
3426 when printing the annotations.
3427
3428 2004-05-11 Andrew Cagney <cagney@redhat.com>
3429
3430 * infrun.c (handle_inferior_event): Simplify code handling
3431 step-into or return-from a signal trampoline.
3432
3433 2004-05-11 Andrew Cagney <cagney@redhat.com>
3434
3435 * ppcnbsd-tdep.c: Include "gdb_assert.h".
3436 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
3437
3438 2004-05-10 Jim Blandy <jimb@redhat.com>
3439
3440 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
3441 with a call to internal_error.
3442
3443 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
3444 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
3445 processor variant lacks those registers.
3446 (ppc_floating_point_unit_p): Change description to make it clear
3447 that this returns info about the ISA, not the ABI.
3448 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
3449 return true or false by checking tdep->ppc_fp0_regnum and
3450 tdep->ppc_fpscr_regnum. The original code replicated the BFD
3451 arch/mach switching done in rs6000_gdbarch_init; it's better to
3452 keep that logic there, and just check the results here.
3453 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
3454 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
3455 floating-point registers.
3456 (ppc_supply_fpregset, ppc_collect_fpregset)
3457 (rs6000_push_dummy_call, rs6000_extract_return_value)
3458 (rs6000_store_return_value): Assert that we have floating-point
3459 registers.
3460 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
3461 (rs6000_frame_cache): Don't note the locations at which
3462 floating-point registers were saved if we have no fprs.
3463 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
3464 registers.
3465 (fetch_regs_user_thread, fetch_regs_kernel_thread)
3466 (store_regs_user_thread, store_regs_kernel_thread): Only call
3467 supply_fprs / fill_fprs if we actually have floating-point
3468 registers.
3469 (special_register_p): Check ppc_fpscr_regnum before matching
3470 against it.
3471 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
3472 supply / collect fpscr if we don't have it.
3473 * ppc-bdm.c: #include "gdb_assert.h".
3474 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
3475 have floating-point registers, since I can't test this code on
3476 FP-free systems to adapt it.
3477 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
3478 fpscr and floating point register numbers if they don't exist.
3479 (fetch_register): Assert that we have floating-point registers
3480 before we reach the code that handles them.
3481 (store_register): Same. And use tdep instead of calling
3482 gdbarch_tdep again.
3483 (fill_fpregset): Don't try to collect FP registers and fpscr if we
3484 don't have them.
3485 (ppc_linux_sigtramp_cache): Don't record the saved locations of
3486 fprs and fpscr if we don't have them.
3487 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
3488 don't have them.
3489 * ppcnbsd-nat.c: #include "gdb_assert.h".
3490 (getfpregs_supplies): Assert that we have floating-point registers.
3491 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
3492 * ppcobsd-tdep.c: #include "gdb_assert.h".
3493 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
3494 have floating-point registers.
3495 * rs6000-nat.c (regmap): Don't match against the fpscr and
3496 floating point register numbers if they don't exist.
3497 (fetch_inferior_registers, store_inferior_registers,
3498 fetch_core_registers): Only fetch / store / supply the
3499 floating-point registers and the fpscr if we have them.
3500 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
3501 (ppcobsd-tdep.o): Update dependencies.
3502
3503 2004-05-10 Andrew Cagney <cagney@redhat.com>
3504
3505 * infrun.c (through_sigtramp_breakpoint): Delete variable.
3506 (context_switch): Do not switch through_sigtramp_breakpoint.
3507 * gdbthread.h (save_infrun_state, load_infrun_state)
3508 (struct thread_info): Delete through_sigtramp_breakpoint parameter
3509 and structure member.
3510 * thread.c (load_infrun_state, save_infrun_state): Update.
3511
3512 2004-05-10 Mark Kettenis <kettenis@gnu.org>
3513
3514 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
3515
3516 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3517
3518 * acinclude.m4: Quote macro names being defined by AC_DEFUN
3519 throughout.
3520 * aclocal.m4: Regenerate.
3521
3522 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
3523
3524 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
3525
3526 2004-05-10 Andrew Cagney <cagney@redhat.com>
3527
3528 * infrun.c (check_sigtramp2): Delete function.
3529 (handle_inferior_event): When single stepping, and taking a
3530 signal, set a breakpoint at the signal return address. Delete
3531 redundant calls to check_sigtramp2.
3532 (insert_step_resume_breakpoint): New function.
3533 (through_sigtramp_breakpoint, handle_inferior_event)
3534 (follow_exec, wait_for_inferior, fetch_inferior_event)
3535 (currently_stepping, keep_going): Delete most uses of
3536 through_sigtramp_breakpoint, not that it should be deleted.
3537 (delete_breakpoint_current_contents): Delete function.
3538
3539 2004-05-10 Randolph Chung <tausq@debian.org>
3540
3541 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
3542 target.
3543 * config/pa/tm-linux.h: New file.
3544
3545 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
3546
3547 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
3548 of prefixes. Don't print the prefix twice in the CLI.
3549
3550 2004-05-10 Jim Blandy <jimb@redhat.com>
3551
3552 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
3553 collect all the gprs.
3554
3555 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
3556 loop collecting gprs.
3557
3558 2004-05-09 Andrew Cagney <cagney@redhat.com>
3559
3560 * remote-vx.c (net_step): Delete step-range code.
3561 * remote.c (remote_resume, init_all_packet_configs)
3562 (set_remote_protocol_E_packet_cmd)
3563 (show_remote_protocol_E_packet_cmd)
3564 (remote_protocol_E, show_remote_cmd, _initialize_remote)
3565 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
3566 (show_remote_protocol_e_packet_cmd): Ditto.
3567
3568 2004-05-09 Mark Kettenis <kettenis@gnu.org>
3569
3570 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
3571
3572 * hppa-tdep.h: Update copyright year.
3573 (struct trad_frame_saved_reg): Add opaque declaration.
3574
3575 * amd64-tdep.c (amd64_return_value): Implement
3576 RETURN_VALUE_ABI_RETURNS_ADDRESS.
3577
3578 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
3579 (m68k_value_to_register): New functions.
3580 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
3581 value_to_register.
3582
3583 * defs.h (enum return_value_convention): Add
3584 RETURN_VALUE_ABI_RETURNS_ADDRESS and
3585 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
3586 * infcmd.c (legacy_return_value): New function.
3587 (print_return_value): Rwerite to implement
3588 RETURN_VALUE_ABI_RETURNS_ADDRESS.
3589 * values.c (using_struct_return): Check for inequality to
3590 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
3591 RETURN_VALUE_STRUCT_CONVENTION.
3592 * i386-tdep.c (i386_return_value): Implement
3593 RETURN_VALUE_ABI_RETURNS_ADDRESS.
3594
3595 * vax-tdep.c: Tweak comments. Reorder include files. Don't
3596 include "symtab.h", "opcode/vax.h" and "inferior.h".
3597 (vax_skip_prologue): Replace calls to read_memory_integer by calls
3598 to read_memory_unsigned_integer.
3599 (vax_gdbarch_init): Reorder.
3600 (_initialize_vax_tdep): Spell out prototype.
3601 * Makefile.in (vax-tdep.o): Update dependencies.
3602
3603 2004-05-08 Andrew Cagney <cagney@redhat.com>
3604
3605 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
3606 * target.c (target_detach, target_disconnect): Ditto.
3607
3608 * infcall.c (call_function_by_hand): When no
3609 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
3610 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
3611 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
3612 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3613 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3614
3615 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
3616 * gdbarch.h, gdbarch.c: Re-generate.
3617 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
3618 deprecated_fix_call_dummy.
3619 * v850-tdep.c (v850_gdbarch_init): Ditto.
3620 * infcall.c (call_function_by_hand): Do not call
3621 DEPRECATED_FIX_CALL_DUMMY.
3622
3623 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
3624 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
3625 * gdbarch.h, gdbarch.c: Re-generate.
3626 * arm-linux-tdep.c (arm_linux_call_dummy_words)
3627 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
3628 deprecated_sizeof_call_dummy_words.
3629 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
3630 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3631 * v850-tdep.c (v850_gdbarch_init): Ditto.
3632 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3633 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
3634 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3635 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3636 * arch-utils.h (legacy_call_dummy_words)
3637 (legacy_sizeof_call_dummy_words): Delete declarations.
3638 * arch-utils.c (legacy_call_dummy_words)
3639 (legacy_sizeof_call_dummy_words): Delete variables.
3640
3641 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
3642 * gdbarch.h, gdbarch.c: Re-generate.
3643 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
3644 * infcall.c (call_function_by_hand): Eliminate call to
3645 DEPRECATED_PUSH_DUMMY_FRAME.
3646 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
3647 push_dummy_frame.
3648 (ns32k_push_dummy_frame): Delete function.
3649
3650 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
3651 deprecated_call_dummy_breakpoint_offset or
3652 deprecated_call_dummy_start_offset.
3653 * dummy-frame.c, arm-tdep.c: Update comments.
3654 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
3655 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
3656 * gdbarch.h, gdbarch.c: Re-generate.
3657
3658 * infcall.c (legacy_push_dummy_code): Delete function.
3659 (push_dummy_code): Delete call.
3660
3661 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
3662 * gdbarch.h, gdbarch.c: Re-generate.
3663 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
3664 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
3665 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
3666 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
3667
3668 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
3669 (struct frame_info): Delete opaque declaration.
3670 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
3671 * frame.c (get_frame_type): Delete call.
3672
3673 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
3674 pc_in_call_dummy.
3675 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
3676 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
3677
3678 2004-05-08 Mark Kettenis <kettenis@gnu.org>
3679
3680 * alphanbsd-tdep.c: Include "gdb_string.h".
3681 * armnbsd-tdep.c: Update copyright year.
3682 Include "gdb_string.h".
3683 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
3684 dependencies.
3685
3686 * delta68-nat.c: Remove file.
3687 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
3688 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
3689 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
3690 (delta68-nat.o): Remove dependency.
3691
3692 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
3693 function.
3694 (m68k_gdbarch_init): Don't set
3695 deprecated_frameless_function_invocation.
3696
3697 2004-05-07 Randolph Chung <tausq@debian.org>
3698
3699 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
3700 read_memory_nobpt for code reading when doing frame unwinding.
3701 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
3702
3703 2004-05-07 Randolph Chung <tausq@debian.org>
3704
3705 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
3706 instead of sp, handle sigaltstack case.
3707 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
3708 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
3709 signal handler and not that of the caller.
3710 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
3711 hppa_linux_sigtramp_find_sigcontext.
3712
3713 2004-05-07 Randolph Chung <tausq@debian.org>
3714
3715 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
3716 hppa-linux-nat.c.
3717 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
3718 * hppa-linux-nat.c (fetch_register, store_register): Define.
3719 (fetch_inferior_registers, store_inferior_registers): Define.
3720 (supply_gregset): Add comment and clean up some unneeded code.
3721 (fill_gregset): Add comment and fix so that it saves registers in
3722 the right place in the gregset.
3723 (fill_fpregset): Fix buffer overrun problem.
3724 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
3725
3726 2004-05-07 Randolph Chung <tausq@debian.org>
3727
3728 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
3729 do common handling of the pcoqt register.
3730 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
3731 to use helper function.
3732 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
3733 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
3734 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
3735 generic fallback unwinder when all else fails.
3736 (hppa_gdbarch_init): Add fallback sniffer.
3737 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
3738 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
3739 to use helper function.
3740
3741 2004-05-08 Joel Brobecker <brobecker@gnat.com>
3742
3743 * config/djgpp/fnchange.lst: Add translation rules for
3744 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
3745
3746 2004-05-08 Mark Kettenis <kettenis@gnu.org>
3747
3748 * frame.c (get_prev_frame_1): Work around GCC bug.
3749 * frame.h: Add comment about GCC bug.
3750
3751 2004-05-07 Andrew Cagney <cagney@redhat.com>
3752
3753 * observer.c: Include "commands.h" and "gdbcmd.h".
3754 (observer_debug, _initialize_observer): Add the
3755 command "set/show debug observer".
3756 * observer.sh: When observer debugging, log notify calls.
3757 * Makefile.in (observer.o): Update dependencies.
3758
3759 2004-05-07 Jason Molenda (jmolenda@apple.com)
3760
3761 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
3762
3763 2004-05-07 Jim Blandy <jimb@redhat.com>
3764
3765 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
3766 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
3767 to recognize gpr regnums, instead of assuming that
3768 tdep->ppc_fp0_regnum marks the end of the general-purpose
3769 registers.
3770
3771 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
3772 the given architecture has floating-point registers.
3773
3774 2004-05-07 Andrew Cagney <cagney@redhat.com>
3775
3776 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
3777 macro defined to 1.
3778 * gdbarch.h, gdbarch.c: Re-generate.
3779 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
3780 deprecated_use_generic_dummy_frames.
3781
3782 2004-05-07 Brian Ford <ford@vss.fsi.com>
3783
3784 * NEWS: Mention Cygwin DWARF 2 support.
3785
3786 2004-05-07 Andrew Cagney <cagney@redhat.com>
3787
3788 * objfiles.h (struct entry_info): Delete unused fields
3789 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
3790 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
3791 * mipsread.c (mipscoff_symfile_read): Update.
3792 * mdebugread.c (parse_partial_symbols): Update.
3793 * dwarfread.c (read_file_scope): Update.
3794 * dwarf2read.c (read_file_scope): Update.
3795 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
3796 * coffread.c (complete_symtab): Update.
3797
3798 2004-05-07 Mark Kettenis <kettenis@gnu.org>
3799
3800 * infcall.c (_initialize_infcall): Fix typo.
3801
3802 2004-05-07 Andrew Cagney <cagney@redhat.com>
3803
3804 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
3805 * command.h (add_setshow_zinteger_cmd): Declare.
3806
3807 2004-05-06 Randolph Chung <tausq@debian.org>
3808
3809 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
3810 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
3811 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
3812 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
3813 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
3814 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
3815 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
3816 definitions ...
3817 * hppa-tdep.h: ... to here, with HPPA_ prefix.
3818 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
3819 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
3820 (hppa64_hpux_frame_find_saved_regs_in_sig)
3821 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
3822 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
3823 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
3824 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
3825 (hppa_linux_sigtramp_frame_prev_register): Likewise.
3826 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
3827 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
3828 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
3829 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
3830 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
3831 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
3832 (hppa32_register_type, hppa_cannot_store_register)
3833 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
3834 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
3835 * hpread.c (hpread_process_one_debug_symbol): Likewise.
3836 * pa64solib.c (pa64_solib_have_load_event)
3837 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
3838 (pa64_solib_unloaded_library_pathname): Likewise.
3839 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
3840 (som_solib_library_pathname): Likewise.
3841
3842 2004-05-05 Jim Ingham <jingham@apple.com>
3843
3844 * breakpoint.c (create_breakpoints): Copy the ignore count and
3845 thread id over from the pended breakpoint to the actual
3846 breakpoint.
3847
3848 2004-05-05 Andrew Cagney <cagney@redhat.com>
3849
3850 * gdbarch.sh (PARM_BOUNDARY): Delete.
3851 gdbarch.h, gdbarch.c: Re-generate.
3852 * valops.c (PARM_BOUNDARY): Delete macro.
3853 (value_push): Delete PARM_BOUNDARY code.
3854 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
3855
3856 2004-05-04 Jim Blandy <jimb@redhat.com>
3857
3858 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
3859 Don't assume that the gprs, fprs, and UISA sprs are
3860 contiguous, start at register number zero, and end with fpscr.
3861 Instead, use the numbers from the tdep structure.
3862
3863 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
3864 should no longer be used in code specific to the RS6000 and its
3865 derivatives.
3866 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
3867 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
3868 tdep->ppc_fp0_regnum.
3869 (ppc_supply_fpregset, ppc_collect_fpregset)
3870 (rs6000_push_dummy_call, rs6000_extract_return_value)
3871 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
3872 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
3873 FP0_REGNUM.
3874 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
3875 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
3876 Same.
3877 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
3878 bdm_ppc_store_registers): Same.
3879 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
3880 (store_register, fill_fpregset): Same.
3881 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
3882 (ppc_linux_supply_fpregset): Same.
3883 * ppcnbsd-nat.c (getfpregs_supplies): Same.
3884 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
3885 Same.
3886 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
3887 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
3888 ppc64_sysv_abi_return_value): Same.
3889 * rs6000-nat.c (regmap, fetch_inferior_registers)
3890 (store_inferior_registers, fetch_core_registers): Same.
3891
3892 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3893
3894 * m68knbsd-nat.c: Remove file.
3895 * m68knbsd-tdep.c: Remove file.
3896 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
3897 dependencies.
3898 * configure.host: Add m68k-*-netbsdelf*.
3899 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
3900 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
3901 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
3902 (XM_FILE): Remove.
3903 * config/m68k/nbsdelf.mh: New file.
3904 * config/m68k/nbsd.mt: New file.
3905 * config/m68k/nbsdaout.mt: Remove file.
3906 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
3907 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
3908 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
3909 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
3910 (use_struct_convention): Remove prototype.
3911 (USE_STRUCT_CONVENTION): Remove define.
3912 * config/m68k/xm-nbsd.h: Remove file.
3913
3914 2004-05-04 Michael Snyder <msnyder@redhat.com>
3915
3916 * m68k-tdep.c (m68k_gdbarch_init): Default to using
3917 reg_struct_return method (as gcc usually does for cross targets).
3918
3919 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3920
3921 Committed by Andrew Cagney.
3922 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
3923 alignment padding when accessing ucontext struct members.
3924
3925 2004-05-04 Jim Blandy <jimb@redhat.com>
3926
3927 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
3928 'ppc_gplast_regnum' member.
3929 (ppc_num_gprs): New enum constant.
3930 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
3931 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
3932 * rs6000-nat.c (regmap, fetch_inferior_registers,
3933 store_inferior_registers): Same.
3934 * rs6000-tdep.c (e500_pseudo_register_read)
3935 (e500_pseudo_register_write): Same.
3936 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
3937
3938 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
3939 * ppc-tdep.h (ppc_num_fprs): New enum constant.
3940 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
3941 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
3942 FPLAST_REGNUM.
3943 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
3944 Same.
3945 * ppc-linux-nat.c (ppc_register_u_addr): Same.
3946 * rs6000-nat.c (regmap, fetch_inferior_registers)
3947 (store_inferior_registers): Same.
3948
3949 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
3950 with FPLAST_REGNUM.
3951
3952 2004-05-03 Joel Brobecker <brobecker@gnat.com>
3953
3954 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
3955 failure detected by recent versions of GCC.
3956 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
3957 to be consistent with the usage in dwarf2_create_include_psymtab.
3958
3959 2004-05-03 Michael Snyder <msnyder@redhat.com>
3960
3961 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
3962 (heuristic_proc_start): Whitespace cleanup.
3963
3964 2004-05-04 Mark Kettenis <kettenis@gnu.org>
3965
3966 * sun3-nat.c: Remove file.
3967 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
3968 dependencies.
3969 (ALLDEPFILES): Remove sun3-nat.c.
3970 (sun3-nat.o): Remove dependencies.
3971
3972 * i386-interix-nat.c, i386-interix-tdep.c,
3973 config/i386/nm-interix.h, config/i386/interix.mh,
3974 config/i386/interix.mt: Remove files.
3975 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
3976 dependencies.
3977
3978 2004-05-03 Mark Kettenis <kettenis@gnu.org>
3979
3980 * m68k-tdep.h (struct gdbarch_tdep): Add member
3981 struct_value_regnum.
3982 (m68k_svr4_init_abi): New prototype.
3983 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
3984 different calling conventions.
3985 (m68k_extract_return_value): Remove code dealing with single-field
3986 structs.
3987 (m68k_store_return_value): Remove code dealing with single-field
3988 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
3989 (m68k_extract_struct_value_address): Remove function.
3990 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
3991 (m68k_reg_struct_return_p, m68k_return_value)
3992 (m68k_svr4_return_value): New functions.
3993 (m68k_use_struct_convention): Remove function.
3994 (m68k_push_dummy_call): Use new struct_value_regnum member of
3995 `struct gdbarch_tdep' instead of hardcoded register number to
3996 store STRUCT_ADDR.
3997 (m68k_svr4_init_abi): New function.
3998 (m68k_gdbarch_init): Don't set extract_return_value,
3999 store_return_values, deprecated_extract_struct_value_address and
4000 use_struct_convention. Set return_value instead. Initialize new
4001 struct_value_regnum member of `struct gdbarch_tdep'.
4002 * m68klinux-tdep.c: Update copyright year.
4003 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
4004 (m68k_linux_extract_struct_value_address): Remove function.
4005 (m68k_linux_init_abi): Don't set extract_return_value,
4006 store_return_values, deprecated_extract_struct_value_address and
4007 use_struct_convention. Call m68k_svr4_init_abi but override the
4008 new struct_value_regnum member of `struct gdbarch_tdep'.
4009 * Makefile.in (m68k-tdep.o): Update dependencies.
4010
4011 2004-05-03 J. Brobecker <brobecker@gnat.com>
4012
4013 * dwarf2read.c (line_header): Add new included_p field in
4014 field file_names.
4015 (partial_die_info): New field has_stmt_list. New field line_offset.
4016 (dwarf2_create_include_psymtab): New function.
4017 (dwarf2_build_include_psymtabs): New function.
4018 (add_file_name): Add forward declaration. Initialize new field.
4019 (dwarf_decode_lines): Add new parameter. Enhance this procedure
4020 to be able to determine the list of files included by the
4021 given unit, and build their associated psymtabs.
4022 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
4023 files as well.
4024 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
4025 (read_file_scope): Update call to dwarf_decode_lines.
4026 (read_partial_die): Handle DW_AT_stmt_list attributes.
4027
4028 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
4029
4030 Unfix PR gdb/1626.
4031 * configure.in: Revert special case for osf5.*.
4032 * configure: Regenerate.
4033
4034 2004-05-02 Jim Blandy <jimb@redhat.com>
4035
4036 Move the symbol-file-from-memory functions into their own file.
4037 * symfile-mem.c, symfile-mem.h: New files.
4038 * symfile.c (symbol_file_add_from_bfd): New function.
4039 (symbol_file_add): Call symbol_file_add_from_bfd.
4040 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
4041 Moved to symfile-mem.c.
4042 (_initialize_symfile): Move definition of
4043 add-symbol-file-from-memory command to symfile-mem.c.
4044 * symfile.h (symbol_file_add_from_bfd): New declaration.
4045 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
4046 * config/powerpc/linux.mt (TDEPFILES): Same.
4047 * Makefile.in (SFILES): Add symfile-mem.c.
4048 (symfile_mem_h): New variable.
4049 (HFILES_NO_SRCDIR): Add symfile-mem.h.
4050 (symfile-mem.o): New rule.
4051
4052 2004-05-01 Andrew Cagney <cagney@redhat.com>
4053
4054 * breakpoint.c (insert_bp_location): Use get_frame_id, and
4055 frame_find_by_id instead of frame_relative_level.
4056 (do_enable_breakpoint): Ditto.
4057 * thread.c: Update copyright.
4058 (info_threads_command): Ditto, simplify.
4059
4060 * frame.c (deprecated_generic_get_saved_register): Delete
4061 function, moved to "xstormy16-tdep.c".
4062 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
4063 deprecated_generic_get_saved_register from "frame.c".
4064 (xstormy16_frame_saved_register): Call
4065 xstormy16_get_saved_register.
4066 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
4067 static.
4068 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
4069 * frame.h (deprecated_generic_get_saved_register): Delete.
4070
4071 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
4072
4073 * dwarfread.c: Update documentation on the state of dwarf-1.
4074
4075 2004-05-01 Andrew Cagney <cagney@redhat.com>
4076
4077 * stack.c (select_frame_command): Delete call to
4078 frame_relative_level.
4079 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
4080 Delete #if0 code.
4081 (frame_info): Do not print FRAMELESS.
4082 (print_block_frame_labels): Replace DEPRECATED_STREQ.
4083 (catch_info): Delete #if0 code.
4084
4085 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
4086 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
4087 of frame_relative_level.
4088 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
4089 to SENTINEL_FRAME.
4090 * frame.h (enum frame_type): Add SENTINEL_FRAME.
4091 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
4092 frame_relative_level.
4093
4094 * frame.h (deprecated_set_frame_type): Delete declaration.
4095 * frame.c (deprecated_set_frame_type): Delete function, update
4096 comments.
4097
4098 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
4099 * gdbarch.h, gdbarch.c: Re-generate.
4100 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
4101 (shnbsd_pc_in_sigtramp): Delete.
4102 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
4103 pc_in_sigtramp.
4104 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
4105 pc_in_sigtramp.
4106 * frame.h: Update comments.
4107 * ppc-linux-tdep.c: Update comments.
4108 * breakpoint.c (bpstat_what): Update comments.
4109
4110 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
4111 m68klinux-tdep.o's dependencies, were previously added to
4112 m68klinux-nat.o.
4113
4114 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
4115 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
4116 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
4117 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
4118 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
4119
4120 * Makefile.in (m68klinux-nat.o): Update dependencies.
4121 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
4122 (m68k_linux_sigtramp_frame_cache)
4123 (m68k_linux_sigtramp_frame_this_id)
4124 (m68k_linux_sigtramp_frame_prev_register)
4125 (m68k_linux_sigtramp_frame_unwind)
4126 (m68k_linux_sigtramp_frame_sniffer)
4127 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
4128 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
4129 names, use trad-frame.h.
4130 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
4131 (struct m68k_sigtramp_info): Delete.
4132 * m68k-tdep.c (m68k_sigtramp_frame_cache)
4133 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
4134 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
4135 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
4136 "m68klinux-tdep.c".
4137
4138 * infrun.c (check_sigtramp2): Delete check for
4139 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
4140
4141 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4142
4143 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
4144
4145 2004-05-01 Andrew Cagney <cagney@redhat.com>
4146
4147 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
4148 (frv_linux_sigtramp_frame_cache)
4149 (frv_linux_sigtramp_frame_this_id)
4150 (frv_linux_sigtramp_frame_prev_register)
4151 (frv_linux_sigtramp_frame_unwind)
4152 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
4153 include "linux" in function and variable names, directly call
4154 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
4155 the latest trad-frame code.
4156 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
4157 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
4158 * Makefile.in (frv-linux-tdep.o): Update dependencies.
4159 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
4160 * frv-tdep.c (frv_sigtramp_frame_cache)
4161 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
4162 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
4163 frv-linux-tdep.c.
4164 (frv_gdbarch_init): Do not append a sigtramp sniffer.
4165 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
4166 (frv_set_sigcontext_reg_addr): Delete function.
4167
4168 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
4169 (DEPRECATED_SIGTRAMP_END): Delete.
4170 * gdbarch.h, gdbarch.c: Re-generate.
4171 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
4172 * config/vax/tm-vaxbsd.h: Update copyright.
4173 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
4174 (DEPRECATED_IN_SIGTRAMP): Define.
4175 * config/m68k/tm-nbsd.h: Update copyright.
4176 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
4177 (DEPRECATED_IN_SIGTRAMP): Define.
4178
4179 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4180
4181 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
4182 encondings. Fixes PR gdb/1628.
4183
4184 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
4185 DW_CFA_restore state without a matching DW_CFA_remember_state
4186 instead of aborting. Fixes PR backtrace/1589.
4187
4188 2004-04-30 Joel Brobecker <brobecker@gnat.com>
4189
4190 * MAINTAINERS: Add self as AIX maintainer.
4191 Update my e-mail address in write-after-approval section.
4192
4193 2004-04-30 Andrew Cagney <cagney@redhat.com>
4194
4195 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
4196 (legacy_get_prev_frame): Ditto.
4197
4198 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
4199 (mips_gdbarch_init): Do not set pc_in_sigtramp.
4200 * mipsread.c (sigtramp_address): Delete extern variable.
4201 (mipscoff_new_init): Delete reference.
4202 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
4203 (fixup_sigtramp): Delete function.
4204 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
4205 (fixup_sigtramp): Delete declarations.
4206
4207 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
4208 deprecated_pc_in_sigtramp.
4209 (ppcnbsd_pc_in_sigtramp): Delete function.
4210
4211 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4212
4213 * config/m68k/nm-nbsd.h: Tweak comments.
4214 * config/m68k/nm-nbsdaout.h: Likewise.
4215
4216 2004-04-30 Andrew Cagney <cagney@redhat.com>
4217
4218 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
4219 legacy_pc_in_sigtramp.
4220 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
4221
4222 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4223
4224 Add OpenBSD/m68k support.
4225 * NEWS (New native configurations): Mention OpenBSD/m68k.
4226 * m68kbsd-tdep.c: New file.
4227 * m68kbsd-nat.c: New file.
4228 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
4229 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
4230 * configure.host: Add m68k-*-openbsd.
4231 * configure.tgt: Add m68k-*-openbsd.
4232 * config/m68k/tm-obsd.h: New file.
4233 * config/m68k/obsd.mt: New file.
4234 * config/m68k/obsd.mh: New file.
4235 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
4236 m68kbsd-tdep.c.
4237
4238 2004-04-30 Andrew Cagney <cagney@redhat.com>
4239
4240 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
4241 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
4242
4243 2004-04-30 Mark Kettenis <kettenis@gnu.org>
4244
4245 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
4246 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
4247
4248 2004-04-30 Brian Ford <ford@vss.fsi.com>
4249
4250 Revert 2004-04-16 change.
4251 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
4252 (i386_coff_init_abi): Remove.
4253 * i386-tdep.h (i386_coff_init_abi): Remove.
4254 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
4255
4256 2004-04-30 Andrew Cagney <cagney@redhat.com>
4257
4258 * blockframe.c (find_pc_partial_function): Delete use of
4259 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
4260 DEPRECATED_SIGTRAMP_END.
4261
4262 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
4263 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
4264 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
4265 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
4266 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
4267
4268 * defs.h (deprecated_inside_entry_file): Delete declaration.
4269 * blockframe.c (deprecated_inside_entry_file): Delete function.
4270 (legacy_frame_chain_valid): Delete call.
4271 * sh64-tdep.c (sh64_frame_chain): Delete call.
4272 * objfiles.h: Update comments.
4273 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
4274 call.
4275 * frame.c (get_prev_frame): Delete call, update comments.
4276
4277 2004-04-30 Brian Ford <ford@vss.fsi.com>
4278
4279 * MAINTAINERS (Write After Approval): Add myself.
4280
4281 2004-04-30 Andrew Cagney <cagney@redhat.com>
4282
4283 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
4284 * gdbarch.h, gdbarch.c: Re-generate.
4285 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
4286 code.
4287
4288 2004-04-30 Andrew Cagney <cagney@redhat.com>
4289
4290 * gdb-events.sh (selected_thread_changed)
4291 (selected_frame_level_changed, target_changed): Delete.
4292 * gdb-events.h, gdb-events.c: Re-generate.
4293 * valops.c (value_assign): Update.
4294 * stack.c (select_frame_command, up_silently_base)
4295 (down_silently_base): Update.
4296
4297 2004-04-29 Andrew Cagney <cagney@redhat.com>
4298
4299 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
4300 registers correctly.
4301 (print_gp_register_row, mips32_heuristic_proc_desc)
4302 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
4303 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
4304 references to mips_isa_regsize.
4305
4306 2004-04-29 Andrew Cagney <cagney@redhat.com>
4307
4308 * mips-tdep.c (struct gdbarch_tdep): Delete
4309 mips_fp_register_double.
4310 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
4311 mips_abi_regsize.
4312 (mips_gdbarch_init): Do not set mips_fp_register_double.
4313 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
4314
4315 2004-04-29 Joel Brobecker <brobecker@gnat.com>
4316
4317 Committed by Andrew Cagney.
4318 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
4319 function calls.
4320
4321 2004-04-29 Andrew Cagney <cagney@redhat.com>
4322
4323 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
4324 gdbarch, use mips_abi, update callers.
4325 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
4326 mips_abi_regsize, update callers.
4327 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
4328 mips_default_abi_regsize.
4329 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
4330 mips_default_abi_regsize.
4331
4332 2004-04-29 Andrew Cagney <cagney@redhat.com>
4333
4334 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
4335 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
4336 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
4337 mips_default_abi_regsize.
4338 (mips_isa_regsize): Rename mips_regisze.
4339 * mipsnbsd-tdep.c: Update.
4340 * mips-linux-tdep.c: Update.
4341 * irix5-nat.c: Update.
4342 * mips-tdep.h (mips_isa_regsize): Update.
4343
4344 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
4345 Delete all disabled code.
4346 * gdb-events.h, gdb-events.c: Re-generate.
4347
4348 2004-04-19 Jerome Guitton <guitton@gnat.com>
4349 Mark Kettenis <kettenis@gnu.org>
4350
4351 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
4352 the function begins with a branch instruction.
4353
4354 2004-04-29 Mark Kettenis <kettenis@gnu.org>
4355
4356 * i386-tdep.c: Fix spelling mistakes.
4357
4358 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4359 Andrew Cagney <cagney@redhat.com>
4360
4361 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
4362 <sys/proc.h>.
4363 * acconfig.h: Provide default _KMEMUSER value.
4364 * config.in, configure: Re-generate.
4365 * NEWS: Mention fix.
4366
4367 2004-04-24 Randolph Chung <tausq@debian.org>
4368
4369 * configure.host (hppa*-*-linux*): New target.
4370 * configure.tgt (hppa*-*-linux*): Likewise.
4371 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
4372 gdbarch_init_osabi() call earlier so that osabi-specific frame
4373 unwinders can be registered first.
4374 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
4375 hppa-linux-nat.c.
4376 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
4377 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
4378 * config/pa/linux.mh: New file.
4379 * config/pa/linux.mt: New file.
4380 * config/pa/nm-linux.h: New file.
4381 * config/pa/xm-linux.h: New file.
4382 * hppa-linux-nat.c: New file.
4383 * hppa-linux-tdep.c: New file.
4384
4385 2004-04-28 Randolph Chung <tausq@debian.org>
4386
4387 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
4388 return values.
4389 (hppa32_push_dummy_call): Fix small struct and floating point argument
4390 passing, and make sure the stack frame is properly aligned.
4391
4392 2004-04-28 Andrew Cagney <cagney@redhat.com>
4393
4394 * stack.c (print_stack_frame): Fix description.
4395
4396 * NEWS: Mention gdb/gdbserver/configure execute permission
4397 changed. PR server/519.
4398
4399 2004-04-28 Andrew Cagney <cagney@redhat.com>
4400
4401 * stack.c (print_stack_frame_stub): Delete declaration.
4402 (struct print_stack_frame_args, print_stack_frame)
4403 (print_frame_info, print_frame): Replace "source" with print what.
4404 Replace "print" with "print_level". Replace "args" with
4405 "print_args".
4406 * frame.h (show_and_print_stack_frame, print_stack_frame)
4407 (print_frame_info): Update declarations.
4408 * stack.c (select_and_print_frame, frame_command)
4409 (current_frame_command, up_command, down_command): Update calls -
4410 use get_selected_frame, pass "enum print_what" for source, do not
4411 call frame_relative_level.
4412 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
4413 * remote-rdp.c (remote_rdp_open): Ditto.
4414 * remote-mips.c (common_open): Ditto.
4415 * remote-e7000.c (e7000_start_remote): Ditto.
4416 * ocd.c (ocd_start_remote): Ditto.
4417 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
4418 * infrun.c (normal_stop): Ditto.
4419 * inflow.c (kill_command): Ditto.
4420 * infcmd.c (finish_command): Ditto.
4421 * corelow.c (core_open): Ditto.
4422 * tracepoint.c (finish_tfind_command): Ditto.
4423 * thread.c (info_threads_command, info_threads_command)
4424 (restore_current_thread, do_captured_thread_select): Ditto.
4425 * ada-tasks.c (task_command): Ditto.
4426
4427 2004-04-26 Orjan Friberg <orjanf@axis.com>
4428
4429 * frame.c: Include "observer.h".
4430 (frame_observer_target_changed): New function.
4431 (_initialize_frame): Attach target_changed observer.
4432 * regcache.c: Include "observer.h".
4433 (regcache_observer_target_changed): New function.
4434 (_initialize_regcache): Attach target_changed observer.
4435 * valops.c: Include "observer.h".
4436 (value_assign): Notify target_changed event when modifying register.
4437 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
4438
4439 2004-04-26 Orjan Friberg <orjanf@axis.com>
4440
4441 From Paul Koning <pkoning@equallogic.com>:
4442 * breakpoint.c (free_valchain): New function.
4443 (insert_bp_location, delete_breakpoint): Use free_valchain.
4444 (remove_breakpoint): Do not remove the valchain.
4445 (bpstat_stop_status): If not stopped by watchpoint, skip
4446 watchpoints when generating stop status list.
4447 * infrun.c (handle_inferior_event): Make
4448 stepped_after_stopped_by_watchpoint a global variable.
4449 * remote.c (remote_stopped_data_address): Return watch data
4450 address rather than zero if stepped_after_stopped_by_watchpoint is
4451 set.
4452
4453 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
4454
4455 Fix PR gdb/1626.
4456 * configure.in: Check for curses after termcap.
4457 On osf5.*, do not check for ncurses.
4458 * configure: Regenerate.
4459
4460 2004-04-25 Mark Kettenis <kettenis@gnu.org>
4461
4462 * ppcobsd-nat.c: Include "ppc-tdep.h".
4463 * Makefile.in (ppcobsd-nat.o): Update dependencies.
4464
4465 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
4466 Fixes PR tdep/1623 and PR tdep/1624.
4467
4468 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
4469
4470 * xmodem.h, xmodem.c: Remove files.
4471 * Makefile.in: Remove references to xmodem.h, xmodem.c.
4472
4473 2004-04-23 Randolph Chung <tausq@debian.org>
4474
4475 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
4476 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
4477 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
4478 for handling stackless frames.
4479 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
4480
4481 2004-04-23 Randolph Chung <tausq@debian.org>
4482
4483 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
4484 starts at a pc before the frame is created.
4485
4486 2004-04-23 Joel Brobecker <brobecker@gnat.com>
4487
4488 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
4489
4490 2004-04-23 Jerome Guitton <guitton@gnat.com>
4491
4492 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
4493 use convert_typed_floating to get the appropriate format.
4494
4495 2004-04-22 Randolph Chung <tausq@debian.org>
4496
4497 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
4498 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
4499 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
4500 (hppa_sign_extend): Add prototype.
4501 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
4502 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
4503 (sign_extend): Rename with hppa_ prefix and make non-static. Other
4504 hppa targets will also use these functions.
4505 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
4506 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
4507 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
4508 (hppa_gdbarch_init): Remove gdbarch setting of
4509 skip_trampoline_code, in_solib_call_trampoline and
4510 in_solib_return_trampoline.
4511 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4512 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
4513 hppa_in_solib_call_trampoline.
4514 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
4515 Moved from hppa-tdep.c.
4516 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
4517 in_solib_call_trampoline and in_solib_return_trampoline.
4518
4519 2004-04-22 Randolph Chung <tausq@debian.org>
4520
4521 * hppa-tdep.c (hppa_debug): New variable.
4522 (find_unwind_entry, hppa_frame_cache): Add debug output.
4523 (_initialize_hppa_tdep): Add command to set debug flag.
4524
4525 2004-04-22 Andrew Cagney <cagney@redhat.com>
4526
4527 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
4528 "trad-frame.h".
4529 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
4530 signal trampoline unwinder.
4531 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
4532
4533 2004-04-22 Mark Kettenis <kettenis@gnu.org>
4534
4535 Add OpenBSD/powerpc support.
4536 * NEWS (New native configurations): Mention OpenBSD/powerpc.
4537 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
4538 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
4539 (ppc_collect_fpregset): New prototypes.
4540 * ppcobsd-nat.c: New file.
4541 * ppcobsd-tdep.c: New file.
4542 * ppcobsd-tdep.h: New file.
4543 * rs6000-tdep.c: Include "regset.h".
4544 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
4545 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
4546 New functions.
4547 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
4548 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
4549 (rs6000-tdep.o): Update dependencies.
4550 * configure.host: Add powerpc-*-openbsd.
4551 * configure.tgt: Add powerpc-*-openbsd.
4552 * config/powerpc/obsd.mh: New file.
4553 * config/powerpc/nm-obsd.h: New file.
4554 * config/powerpc/obsd.mt: New file.
4555
4556 2004-04-22 Andrew Cagney <cagney@redhat.com>
4557
4558 * frame.h (show_frame_info): Delete declaration.
4559
4560 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
4561 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
4562 * m32r-tdep.c (m32r_frame_this_id): Ditto.
4563 * frv-tdep.c (frv_frame_this_id): Ditto.
4564 * avr-tdep.c (avr_frame_this_id): Ditto.
4565
4566 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
4567
4568 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
4569
4570 2004-04-22 Jim Blandy <jimb@redhat.com>
4571
4572 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
4573 register number zero.
4574
4575 2004-04-21 Michael Snyder <msnyder@redhat.com>
4576
4577 * mips-tdep.c (heuristic_proc_start):
4578 Warning() already prefixes "Warning: ".
4579
4580 2004-04-21 Andrew Cagney <cagney@redhat.com>
4581
4582 * annotate.h (deprecated_annotate_starting_hook)
4583 (deprecated_annotate_stopped_hook)
4584 (deprecated_annotate_exited_hook)
4585 (deprecated_annotate_signal_hook)
4586 (deprecated_annotate_signalled_hook): Deprecate.
4587 * tracepoint.h (deprecated_create_tracepoint_hook)
4588 (deprecated_delete_tracepoint_hook)
4589 (deprecated_modify_tracepoint_hook)
4590 (deprecated_trace_find_hook)
4591 (deprecated_trace_start_stop_hook): Deprecate.
4592 * target.h (deprecated_target_new_objfile_hook): Deprecate.
4593 * remote.h (deprecated_target_resume_hook)
4594 (deprecated_target_wait_loop_hook): Deprecate.
4595 * gdbcore.h (deprecated_exec_file_display_hook)
4596 (deprecated_file_changed_hook): Deprecate.
4597 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
4598 * defs.h (deprecated_modify_breakpoint_hook)
4599 (deprecated_command_loop_hook, deprecated_show_load_progress)
4600 (deprecated_print_frame_info_listing_hook)
4601 (deprecated_query_hook, deprecated_warning_hook)
4602 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
4603 (deprecated_delete_breakpoint_hook)
4604 (deprecated_interactive_hook, deprecated_registers_changed_hook)
4605 (deprecated_readline_begin_hook, deprecated_readline_hook)
4606 (deprecated_readline_end_hook, deprecated_register_changed_hook)
4607 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
4608 (deprecated_context_hook, deprecated_target_wait_hook)
4609 (deprecated_attach_hook, deprecated_detach_hook)
4610 (deprecated_call_command_hook, deprecated_set_hook)
4611 (deprecated_error_hook, deprecated_error_begin_hook)
4612 (deprecated_ui_load_progress_hook): Deprecate.
4613 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
4614 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
4615 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
4616 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
4617 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
4618 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
4619 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
4620 * annotate.c, aix-thread.c: Update.
4621
4622 2004-04-21 Andrew Cagney <cagney@redhat.com>
4623
4624 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
4625 * vaxnbsd-tdep.c: Include "gdb_string.h".
4626
4627 * symfile.c (symbol_file_add_from_memory): #if 0 function.
4628 (add_symbol_file_from_memory_command): #if 0 function body, call
4629 error instead.
4630
4631 2004-04-21 Andrew Cagney <cagney@redhat.com>
4632
4633 * gdbcore.h: Update copyright.
4634 (deprecated_add_core_fns): Rename add_core_fns.
4635 * win32-nat.c (_initialize_core_win32): Update.
4636 * sun3-nat.c (_initialize_core_sun3): Update.
4637 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
4638 * rs6000-nat.c (_initialize_core_rs6000): Update.
4639 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
4640 * nto-tdep.c (_initialize_nto_tdep): Update.
4641 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
4642 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
4643 * mips-nat.c (_initialize_core_mips): Update.
4644 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
4645 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
4646 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
4647 * lynx-nat.c (_initialize_core_lynx): Update.
4648 * irix5-nat.c (_initialize_core_irix5): Update.
4649 * i386-interix-nat.c (_initialize_core_interix): Update.
4650 * cris-tdep.c (_initialize_cris_tdep): Update.
4651 * corelow.c (deprecated_add_core_fns): Update.
4652 * core-regset.c (_initialize_core_regset): Update.
4653 * core-aout.c (_initialize_core_aout): Update.
4654 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
4655 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
4656 * alpha-nat.c (_initialize_core_alpha): Update.
4657
4658 2004-04-21 Jim Blandy <jimb@redhat.com>
4659
4660 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
4661
4662 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
4663
4664 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
4665 Delete.
4666 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
4667 (read_attribute_value): Update calls to dwarf_alloc_block.
4668 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
4669 dwarf2_tmp_obstack.
4670 (psymtab_to_symtab_1): Likewise. Clean up using
4671 free_stack_comp_unit.
4672 (add_to_cu_func_list): Use the comp_unit_obstack.
4673
4674 2004-04-19 Joel Brobecker <brobecker@gnat.com>
4675
4676 * dwarf2read.c (dwarf2_flag_true_p): New function.
4677 (die_is_declaration): Use the function above. Add some comments.
4678
4679 2004-04-19 Mark Kettenis <kettenis@gnu.org>
4680
4681 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
4682 architecture when registering sparcnbsd_core_osabi_sniffer.
4683 Adjust comment.
4684
4685 2004-04-18 Mark Kettenis <kettenis@gnu.org>
4686
4687 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
4688 return value.
4689
4690 Based on a patch from Brian Ford <ford@vss.fsi.com>:
4691 * i386-tdep.c: Correct register numbering scheme comments
4692 throughout.
4693 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
4694 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
4695 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
4696 (i386_gdb_arch_init): Likewise.
4697
4698 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
4699 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
4700 ppcnbsd-tdep.o.
4701
4702 * m68k-tdep.h: Tweak comments.
4703 * m68k-tdep.c: Tweak comment.
4704
4705 2004-04-17 Randolph Chung <tausq@debian.org>
4706
4707 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
4708 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
4709 (hppa_hpux_som_init_abi): Set is_elf to 0.
4710 (hppa_hpux_elf_init_abi): Set is_elf to 1.
4711 * hppa-tdep.c (low_text_segment_address): Remove global.
4712 (record_text_segment_lowaddr): Pass in low address as parameter. Use
4713 section offset to calculate segment address.
4714 (internalize_unwinds): Define low_text_segment_address as local and
4715 pass to record_text_segment_lowaddr for ELF targets.
4716 (hppa_gdbarch_init): Zero fill tdep structure.
4717 (hppa_dump_tdep): Print tdep structure.
4718 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
4719
4720 2004-04-17 Randolph Chung <tausq@debian.org>
4721
4722 * hppa-tdep.c (hppa_pseudo_register_read): Define.
4723 (hppa_gdbarch_init): Set pseudo_register_read.
4724 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
4725 * regcache.c (supply_register): Remove check for
4726 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
4727
4728 2004-04-17 Randolph Chung <tausq@debian.org>
4729
4730 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
4731 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
4732 (hpread_adjust_stack_address): Move to hpread.c.
4733 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
4734 obj_private_struct): Move from tm-hppa.h.
4735 * hpread.c (hppa-tdep.h): Include.
4736 (hpread_adjust_stack_address): Move from hppa-tdep.c.
4737 (hpread_read_function_type, hpread_read_doc_function_type)
4738 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
4739 directly.
4740 * pa64solib.c (hppa-tdep.h): Include.
4741 * somsolib.c (hppa-tdep.h): Include.
4742 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
4743 inferior_status): Remove unused forward declarations.
4744 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
4745 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
4746 obj_private_struct): Move to hppa-tdep.h.
4747 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
4748
4749 2004-04-17 Randolph Chung <tausq@debian.org>
4750
4751 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
4752 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
4753 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
4754 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
4755 Remove forward declaration and make static.
4756 (hppa_reg_struct_has_addr): Remove.
4757
4758 2004-04-16 Joel Brobecker <brobecker@gnat.com>
4759
4760 * observer.sh: Move comments in sed command to first column.
4761
4762 2004-04-16 Jason Molenda (jmolenda@apple.com)
4763
4764 * frame.c: Minor typeo corrections in comments.
4765
4766 2004-04-16 Joel Brobecker <brobecker@gnat.com>
4767
4768 * observer.c (observer_test_first_notification_function): Update
4769 function profile.
4770 (observer_test_second_notification_function): Likewise.
4771 (observer_test_third_notification_function): Likewise.
4772
4773 2004-04-16 Mark Kettenis <kettenis@gnu.org>
4774
4775 From Brian Ford <ford@vss.fsi.com>:
4776 * i386-tdep.c (i386_coff_init_abi): New function.
4777 * i386-tdep.h (i386_coff_init_abi): New prototype.
4778 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
4779 register number translation functions for DWARF and DWARF 2.
4780
4781 2004-04-16 Joel Brobecker <brobecker@gnat.com>
4782
4783 * dwarf2read.c: Back out my previous change, it was incorrect.
4784
4785 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
4786
4787 * dwarf2read.c: Include "hashtab.h".
4788 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
4789 has_namespace_info.
4790 (struct partial_die_info): Add comments. Use bitfields to reduce
4791 memory footprint. Add scope, scope_set, has_specification,
4792 spec_offset, die_parent, die_child, and die_sibling.
4793 (peek_die_abbrev): Add prototype.
4794 (partial_read_comp_unit_head): New function, broken out from
4795 dwarf2_build_psymtabs_hard.
4796 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
4797 Use partial_read_comp_unit_head. Initialize the CU and
4798 comp_unit_obstack. Update calls to read_partial_die and
4799 scan_partial_symbols. Use free_stack_comp_unit and
4800 load_partial_dies.
4801 (scan_partial_symbols): Change PDI to a pointer. Use the child and
4802 sibling pointers to walk partial DIEs. Call fixup_partial_die.
4803 Update calls to helper functions. Remove NAMESPACE argument.
4804 Update comments.
4805 (partial_die_parent_scope, partial_die_full_name): New functions.
4806 (add_partial_symbol): Remove namespace argument. Update call to
4807 pdi_needs_namespace. Use partial_die_full_name. Handle
4808 DW_TAG_namespace. Check has_namespace_info flag.
4809 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
4810 tag. Handle namespaces.
4811 (add_partial_namespace, add_partial_enumeration): Simplify.
4812 (guess_structure_name): New function, derived from
4813 add_partial_structure.
4814 (add_partial_structure): Remove.
4815 (determine_class_name): Update comment.
4816 (dwarf2_read_abbrevs): Set has_namespace_info flag.
4817 (is_type_tag_for_partial, load_partial_dies): New functions.
4818 (read_partial_die): Pass abbrev and abbrev_len as arguments.
4819 Record specifications instead of following them immediately.
4820 (find_partial_die_in_comp_unit, find_partial_die)
4821 (fixup_partial_die, free_stack_comp_unit)
4822 (hashtab_obstack_allocate, dummy_obstack_deallocate)
4823 (partial_die_hash, partial_die_eq): New functions.
4824 * Makefile.in (hashtab_h): Define.
4825 (dwarf2read.o): Update dependencies.
4826 (observer_inc, observer_h): Move to the correct section.
4827
4828 2004-04-15 Joel Brobecker <brobecker@gnat.com>
4829
4830 * dwarf2read.c (dwarf2_attribute_true_p): New function.
4831 (die_is_declaration): Use the function above. Add comment.
4832
4833 2004-04-15 Joel Brobecker <brobecker@gnat.com>
4834
4835 * dwarf2read.c (read_structure_scope): Identify stub types
4836 using die_is_declaration() only.
4837
4838 2004-04-15 Roland McGrath <roland@redhat.com>
4839
4840 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
4841 argument instead of NAME.
4842 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
4843 in call to symbol_file_add_with_addrs_or_offsets.
4844 (build_addr_info): New function, helper for ...
4845 (symbol_file_add_from_memory): New function.
4846 (add_symbol_file_from_memory_command): New function using that.
4847 (_initialize_symfile): Register it for add-symbol-file-from-memory.
4848 (pre_add_symbol_hook): Add const to argument type.
4849 * symfile.h (symbol_file_add_from_memory): Declare it.
4850
4851 2004-04-15 Mark Kettenis <kettenis@gnu.org>
4852
4853 * NEWS (New native configurations): Mention OpenBSD/vax.
4854 * configure.host: Add vax-*-openbsd*.
4855 * config/vax/obsd.mh: New file.
4856 * config/vax/nm-obsd.h: New file.
4857
4858 * vax-tdep.c: Include "regset.h".
4859 (vax_supply_gregset): New function.
4860 (vax_gregset): New variable.
4861 (vax_regset_from_core_section): New function.
4862 (vax_gdbarch_init): Set regset_from_core_section.
4863 * Makefile.in (vax-tdep.o): Update dependencies.
4864
4865 2004-04-15 Andrew Cagney <cagney@redhat.com>
4866
4867 * observer.c (normal_stop_subject, observer_notify_normal_stop)
4868 (observer_normal_stop_notification_stub)
4869 (observer_attach_normal_stop, observer_detach_normal_stop):
4870 Delete, replaced by #include "observer.inc".
4871 * infrun.c (normal_stop): Pass "stop_bpstat" to
4872 observer_notify_normal_stop.
4873 * Makefile.in (observer_inc): Define.
4874 (observer.o): Update dependencies.
4875 (observer.h, observer.inc): New rules.
4876 * observer.h: Delete file.
4877 * observer.sh: New file.
4878
4879 2004-04-15 Mark Kettenis <kettenis@gnu.org>
4880
4881 * vax-tdep.c (vax_frame_cache): Fix typo.
4882
4883 2004-04-14 Mark Kettenis <kettenis@gnu.org>
4884
4885 * NEWS (New native configurations): Mention NetBSD/vax.
4886 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
4887 * config/vax/nbsdelf.mh: New file.
4888 * config/vax/nbsdaout.mh: New file.
4889 * config/vax/nm-nbsd.h: New file.
4890 * config/vax/nm-nbsdaout.h: New file.
4891
4892 * vaxnbsd-tdep.c: New file.
4893 * Makefile.in (vaxnbsd-tdep.o): New dependency.
4894 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
4895 * config/vax/nbsd.mt: New file.
4896 * config/vax/tm-nbsd.h: New file.
4897
4898 * Makefile.in (vaxbsd-nat.o): New dependency.
4899
4900 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
4901 * vax-tdep.c (vax_store_arguments): Remove struct_return and
4902 struct_addr arguments. Don't push return value address.
4903 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
4904 arguments to vax_store_arguments. Store return value address in
4905 R1.
4906 (vax_store_struct_return, vax_extract_return_value)
4907 (vax_store_return_value): Remove functions.
4908 (vax_return_value): New function.
4909 (vax_gdbarch_init): Set return value. Don't set
4910 deprecated_store_struct_return, deprecated_extract_struct_return
4911 and deprecated_store_return_value.
4912
4913 2004-04-14 Andreas Schwab <schwab@suse.de>
4914
4915 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
4916 value buffer.
4917 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
4918
4919 2004-04-14 Mark Kettenis <kettenis@gnu.org>
4920
4921 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
4922 (vax_unwind_dummy_id): New functions.
4923 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
4924 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
4925 variables.
4926 (vax_fix_call_dummy): Remove function.
4927 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
4928 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
4929 call_dummy_location, deprecated_call_dummy_words,
4930 deprecated_sizeof_call_dummy_words,
4931 deprecated_call_dummy_breakpoint_offset,
4932 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
4933 and deprecated_dummy_write_sp.
4934
4935 2004-04-13 David Carlton <carlton@kealia.com>
4936
4937 * MAINTAINERS: Move myself to "paper trail" section.
4938
4939 2004-04-12 Mark Kettenis <kettenis@gnu.org>
4940
4941 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
4942 "trad-frame.h".
4943 (vax_frame_init_saved_regs): Remove function.
4944 (vax_sigtramp_saved_pc): Remove function.
4945 (vax_frame_saved_pc): Remove function.
4946 (vax_frame_args_address): Remove function.
4947 (vax_frame_num_args): Rewrite.
4948 (vax_frame_chain): Remove function.
4949 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
4950 VAX_FP_REGNUM.
4951 (vax_pop_frame): Likewise.
4952 (vax_saved_pc_after_call): Remove function.
4953 (struct vax_frame_cache): New structure.
4954 (vax_frame_cache): New function.
4955 (vax_frame_this_id): New function.
4956 (vax_frame_prev_register): New function.
4957 (vax_frame_unwind): New variable.
4958 (vax_frame_sniffer): New function.
4959 (vax_frame_base_address): New function.
4960 (vax_frame_args_address): New function.
4961 (vax_frame_base): New variable.
4962 (vax_unwind_pc): New function.
4963 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
4964 deprecated_fp_regnum, deprecated_saved_pc_after_call,
4965 deprecated_frame_chain, deprecated_frame_saved_pc,
4966 deprecated_frame_args_address and
4967 deprecated_frame_init_saved_regs.
4968 * Makefile.in (vax-tdep.o): Update dependencies.
4969
4970 * vaxbsd-nat.c: New file.
4971
4972 * vax-tdep.h: Update copyright year. Adjust comments.
4973 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
4974 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
4975 (vax_regnum): New enum. Replacing...
4976 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
4977 (VAX_PS_REGNUM): ... these removed macros.
4978 * vax-tdep.c (vax_register_name): Remove prototype.
4979 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
4980 (vax_register_byte, vax_register_raw_size,
4981 vax_register_virtual_size, vax_register_virtual_type): Remove
4982 functions.
4983 (vax_register_type): New function.
4984 (vax_breakpoint_from_pc): Reorganize.
4985 (vax_gdbarch_init): Set register_type. Don't set
4986 deprecated_register_size, deprecated_register_bytes,
4987 deprecated_register_byte, deprecated_register_raw_size,
4988 deprecated_max_register_raw_size,
4989 deprecated_register_virtual_size,
4990 deprecated_max_register_virtual_size and
4991 deprecated_register_virtual_type. Add comment on stack direction.
4992
4993 2004-04-11 Mark Kettenis <kettenis@gnu.org>
4994
4995 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
4996 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
4997 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
4998
4999 2004-04-10 Randolph Chung <tausq@debian.org>
5000
5001 * MAINTAINERS (write after approval): Add myself.
5002
5003 2004-04-07 Randolph Chung <tausq@debian.org>
5004
5005 * hppa-tdep.c (hppa_inner_than): Remove.
5006 (is_pa_2): Remove unused static variable.
5007 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
5008
5009 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
5010
5011 * language.h (language_defn): Add new la_post_parser field.
5012 * parser-defs.h (null_post_parser): New declaration (default for
5013 la_post_parser).
5014
5015 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
5016 insert call to that function.
5017 (parse_exp_in_context): New function, including code formerly in
5018 parse_exp_1. Calls language-dependent post-parser after
5019 prefixification.
5020 (parse_expression_in_context): New exported function.
5021 (null_post_parser): New definition.
5022 * expression.h (parse_expression_in_context): Add declaration.
5023
5024 * p-lang.c (pascal_language_defn): Add trivial post-parser.
5025 * c-lang.c (c_language_defn): Ditto.
5026 (cplus_language_defn): Ditto.
5027 (asm_language_defn): Ditto.
5028 (minimal_language_defn): Ditto.
5029 * f-lang.c (f_language_defn): Ditto.
5030 * jv-lang.c (java_language_defn): Ditto.
5031 * language.c (unknown_language_defn): Ditto.
5032 (auto_language_defn): Ditto.
5033 (local_language_defn): Ditto.
5034 * m2-lang.c (m2_language_defn): Ditto.
5035 * scm-lang.c (scm_language_defn): Ditto.
5036 * obj-lang.c (objc_language_defn): Ditto.
5037
5038 2004-04-10 Mark Kettenis <kettenis@gnu.org>
5039
5040 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
5041 (amd64nbsd_mcontext_addr): New function.
5042 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
5043 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
5044 with amd64nbsd_r_reg_offset, instead of building it on the fly.
5045
5046 * corelow.c (core_xfer_partial): Fix coding standards violation.
5047 Add support for TARGET_OBJECT_WCOOKIE.
5048
5049 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
5050 deprecated_pc_in_sigtramp.
5051 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
5052 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
5053 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
5054 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
5055 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
5056 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
5057 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
5058
5059 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
5060 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
5061 Fix typo.
5062
5063 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
5064 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
5065 (amd64_collect_fxsave): Likewise.
5066
5067 * i386-sol2-tdep.c: Include "gdb_string.h".
5068 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
5069 name.
5070 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
5071
5072 2004-04-10 Mark Kettenis <kettenis@gnu.org>
5073
5074 * i386-sol2-tdep.c: Include "solib-svr4.h".
5075 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5076 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
5077 * config/i386/tm-i386sol2.h: Include :solib.h".
5078 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
5079 solib-svr4.o and solib-legacy.o.
5080 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
5081 solib-svr4.o.
5082
5083 2004-04-09 Mark Kettenis <kettenis@gnu.org>
5084
5085 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
5086 whether a register is supplied by PTRACE_GETFPREGS.
5087 (store_inferior_registers): Likewise.
5088 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
5089 whether a register is supplied by PT_GETFPREGS.
5090 (store_inferior_registers): Likewise.
5091
5092 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
5093 * config/i386/linux64.mt (TDEPFILES): Likewise.
5094
5095 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
5096
5097 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
5098 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
5099 the program counter is in the range specified by `struct
5100 gdbarch_tdep'.
5101 * amd64-linux-tdep.c: Include "symtab.h".
5102 (amd64_linux_pc_in_sigtramp): Remove function.
5103 (amd64_linux_sigtramp_p): New function.
5104 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
5105 deprecated_pc_in_sigtramp.
5106 * amd64nbsd-tdep.c: Include "symtab.h".
5107 (amd64nbsd_sigtramp_p): New function.
5108 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
5109 deprecated_pc_in_sigtramp.
5110 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
5111 few comments.
5112 (amd64obsd_pc_in_sigtramp): Remove function.
5113 (amd64obsd_sigtramp_p): New function.
5114 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
5115 deprecated_pc_in_sigtramp.
5116 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
5117 (i386bsd_pc_ins_sigtramp): Remove prototype.
5118 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
5119 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
5120 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
5121 the program counter is in the range specified by `struct
5122 gdbarch_tdep'.
5123 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
5124 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
5125 (i386_go32_pc_in_sigtramp): Remove function.
5126 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
5127 Initialize TDEP->sigtramp_p.
5128 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
5129 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
5130 deprecated_pc_in_sigtramp.
5131 * i386-linux-tdep.c: Adjust comments.
5132 (i386_linux_pc_in_sigtramp): Remove function.
5133 (i386_linux_sigtramp_p): New function.
5134 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
5135 deprecated_pc_in_sigtramp.
5136 * i386-nto-tdep.c: Update copyright year.
5137 (i386nto_pc_in_sigtramp): Remove function.
5138 (i386nto_sigtramp_p): New function.
5139 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
5140 SP_REGNUM.
5141 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
5142 deprecated_pc_in_sigtramp.
5143 * i386-sol2-tdep.c: Update copyright year.
5144 (i386_sol2_pc_in_sigtramp): Remove function.
5145 (i386_sol2_sigtramp_p): New function.
5146 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
5147 deprecated_pc_in_sigtramp.
5148 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
5149 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
5150 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5151 deprecated_sigtramp_start and deprecated_sigtramp_end.
5152 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
5153 (i386nbsd_pc_in_sigtramp): Remove function.
5154 (i386nbsd_sigtramp_p): New function.
5155 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5156 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
5157 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
5158 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
5159 (i386obsd_pc_in_sigtramp): Remove function.
5160 (i386obsd_sigtramp_p): New function.
5161 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
5162 functions.
5163 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5164 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
5165 TDEP->sigtramp_p.
5166 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
5167 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
5168 dependencies.
5169
5170 * config/i386/i386aout.mt: Remove file.
5171
5172 * configure.tgt: Remove i[34567]86-*-go32*,
5173 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
5174 and i[34567]86-*-isc*. Set gdb_target to i386 for
5175 i[34567]86-*-netware* and i[34567]86-*-*.
5176 * config/i386/i386.mt: New file.
5177 * config/i386/embed.mt: Remove file.
5178 * config/i386/go32.mt: Remove file.
5179 * config/i386/i386nw.mt: Remove file.
5180 * config/i386/i386v.mt: Remove file.
5181 * config/i386/tm-go32.h: Remove file.
5182
5183 * tui/tui-hooks.c: Include "readline/readline.h" after
5184 "gdb_curses.h" instead of before.
5185 * tui/tui-io.c: Likewise.
5186
5187 * tui/tui.c: Fix typo in comment.
5188
5189 * sparc64-tdep.c (sparc_address_from_register): Remove function.
5190
5191 2004-04-08 Andrew Cagney <cagney@redhat.com>
5192
5193 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
5194 (deprecated_exception_support_initialized): Declare.
5195 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
5196 (initialize_hp_cxx_exception_support)
5197 (child_enable_exception_callback): Update.
5198 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
5199 (deprecated_exception_support_initialized): Rename
5200 deprecated_exception_catchpoints_are_fragile and
5201 deprecated_exception_support_initialized.
5202 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
5203
5204 * symtab.c (deprecated_hp_som_som_object_present): Rename
5205 hp_som_som_object_present.
5206 * symtab.h (deprecated_hp_som_som_object_present): Declare.
5207 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
5208 Update. Delete extern declaration.
5209 * valops.c (hp_som_som_object_present): Ditto.
5210 * parse.c (deprecated_hp_som_som_object_present)
5211 (parse_nested_classes_for_hpacc): Ditto.
5212 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
5213 * hppa-hpux-tdep.c (hp_som_som_object_present)
5214 (initialize_hp_cxx_exception_support): Ditto.
5215 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
5216 * cp-valprint.c (hp_som_som_object_present)
5217 (cp_print_class_method): Ditto.
5218 * c-typeprint.c (hp_som_som_object_present):
5219 (c_type_print_base): Ditto.
5220 * c-exp.y (hp_som_som_object_present): Ditto.
5221
5222 2004-04-08 Andrew Cagney <cagney@redhat.com>
5223
5224 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
5225 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
5226 (frame_unwind_find_by_frame): Re-implement the unwind code so
5227 that it can both prepend and append sniffers. Replace
5228 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
5229 * tramp-frame.c (tramp_frame_append): Use
5230 frame_unwind_prepend_unwinder.
5231 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
5232 frame_unwind_register_unwinder.
5233 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
5234 tramp_frame_append.
5235 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
5236 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
5237 (mips_linux_init_abi): Update.
5238
5239 2004-04-08 Kevin Buettner <kevinb@redhat.com>
5240
5241 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
5242 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
5243 file support.
5244
5245 2004-04-07 Kevin Buettner <kevinb@redhat.com>
5246
5247 * ia64-tdep.c (elf.h): Don't include.
5248 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
5249
5250 2004-04-07 Jason Molenda (jmolenda@apple.com)
5251
5252 * frame.h: Typeo corrections in comments.
5253
5254 2004-04-07 Jim Blandy <jimb@redhat.com>
5255
5256 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
5257 %esp and %ebp
5258
5259 2004-04-07 Mark Kettenis <kettenis@gnu.org>
5260
5261 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
5262 * config/sparc/linux64.mt (TDEPFILES): Likewise.
5263 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
5264 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
5265 and solib-legacy.o.
5266 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
5267 solib-svr4.o.
5268 * config/sparc/tm-sol2.h: Update copyright year. Include
5269 "solib.h".
5270
5271 * sparc-sol2-tdep.c: Update copyright year. Include
5272 "solib-svr4.h".
5273 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5274 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
5275 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5276 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
5277 dependencies.
5278
5279 2004-04-06 Andrew Cagney <cagney@redhat.com>
5280
5281 * infttrace.c: Include "infttrace.h".
5282 * infttrace.h: Include "target.h".
5283 * Makefile.in (infttrace_h): Update.
5284 (infttrace.o): Update.
5285
5286 2004-04-06 Andrew Cagney <cagney@redhat.com>
5287
5288 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
5289 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
5290 move extern declarations from here ...
5291 * infttrace.h: ... to here.
5292 * Makefile.in (hppah-nat.o): Update dependencies.
5293
5294 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
5295 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
5296 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
5297 (hppa_breakpoint_from_pc): Delete.
5298
5299 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
5300
5301 2004-04-05 Andrew Cagney <cagney@redhat.com>
5302
5303 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
5304 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
5305 <sys/file.h>.
5306
5307 2004-04-06 Randolph Chung <tausq@debian.org>
5308
5309 Committed by Andrew Cagney (mechanical change).
5310 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
5311 exception_catchpoints_are_fragile, find_stub_with_shl_get,
5312 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
5313 child_enable_exception_callback, current_ex_event,
5314 null_symtab_and_line, child_get_current_exception_event,
5315 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
5316 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
5317 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
5318 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
5319 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
5320 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
5321 Move hpux-specific definitions ...
5322 * hppa-hpux-tdep.c: ... to here.
5323
5324 2004-04-05 Andrew Cagney <cagney@redhat.com>
5325
5326 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
5327 skip_prologue_using_sal.
5328
5329 2004-04-05 Andrew Cagney <cagney@redhat.com>
5330
5331 * config/i386/tm-i386.h: Delete file.
5332 * config/i386/tm-vxworks.h: Update copyright, do not include
5333 "tm-i386.h".
5334 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
5335 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
5336 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
5337 * config/i386/ncr3000.mt (TM_FILE): Delete.
5338 * config/i386/interix.mt (TM_FILE): Delete.
5339 * config/i386/i386v.mt (TM_FILE): Delete.
5340 * config/i386/i386nw.mt (TM_FILE): Delete.
5341 * config/i386/i386gnu.mt (TM_FILE): Delete.
5342 * config/i386/i386aout.mt (TM_FILE): Delete.
5343 * config/i386/embed.mt (TM_FILE): Delete.
5344
5345 2004-04-05 Kevin Buettner <kevinb@redhat.com>
5346
5347 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
5348 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
5349 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
5350 (accg7_regnum): New constants.
5351 (last_spr_regnum, last_pseudo_regnum): Update.
5352 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
5353 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
5354 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
5355 for accg registers.
5356 (frv_register_sim_regno): Update spr_map[].
5357
5358 2004-04-04 Andrew Cagney <cagney@redhat.com>
5359
5360 * config/mips/xm-riscos.h: Delete.
5361 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
5362 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
5363 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
5364 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
5365 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
5366 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
5367 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
5368 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
5369 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
5370 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
5371 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
5372 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
5373 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
5374 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
5375 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
5376 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
5377 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
5378 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
5379 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
5380 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
5381 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
5382 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
5383 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
5384 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
5385 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
5386 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
5387
5388 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
5389 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
5390 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
5391 * configure.host: Remove m680[01]0-sun-sunos3*,
5392 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
5393 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
5394 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
5395 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
5396 mips-*-riscos*.
5397 * NEWS: Mention removed systems.
5398
5399 2004-04-04 Andrew Cagney <cagney@redhat.com>
5400
5401 GDB 6.1 release created from 6.1 branch.
5402
5403 2004-04-04 Andrew Cagney <cagney@redhat.com>
5404
5405 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
5406 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
5407 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
5408
5409 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
5410 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
5411 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
5412
5413 2004-04-03 Jim Blandy <jimb@redhat.com>
5414
5415 * MAINTAINERS: Chris Faylor has changed employers; add him to
5416 "paper trail" section, and update his E-mail address.
5417
5418 2004-04-03 Andrew Cagney <cagney@redhat.com>
5419
5420 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
5421 generic dummy frames.
5422 * dummy-frame.c: Update copyright.
5423 (dummy_frame_sniffer): Delete check for generic dummy frames.
5424
5425 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
5426 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
5427 (REG_PARM_STACK_SPACE): Delete.
5428 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
5429 Inline reference to REG_PARM_STACK_SPACE.
5430
5431 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
5432 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
5433 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5434 (FRAME_BASE_BEFORE_SIGTRAMP)
5435 (hppa32_hpux_frame_base_before_sigtramp)
5436 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
5437 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
5438 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
5439 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
5440 (FRAME_BASE_BEFORE_SIGTRAMP)
5441 (hppa64_hpux_frame_base_before_sigtramp)
5442 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
5443
5444 2004-04-03 Andrew Cagney <cagney@redhat.com>
5445
5446 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
5447
5448 2004-04-02 Andrew Cagney <cagney@redhat.com>
5449
5450 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
5451 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
5452 * dummy-frame.h: Delete out-of-date comments.
5453 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
5454 * gdbarch.h, gdbarch.c: Re-generate.
5455
5456 2004-04-02 Joel Brobecker <brobecker@gnat.com>
5457
5458 Committed by Andrew Cagney <cagney@redhat.com>.
5459 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
5460 into account an instruction saving a register if we have already
5461 seen an earlier instruction saving that same register.
5462
5463 2004-04-02 Andrew Cagney <cagney@redhat.com>
5464
5465 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
5466 * gdbarch.h, gdbarch.c: Re-generate.
5467 * frame.c (legacy_get_prev_frame): Delete references to
5468 DEPRECATED_INIT_FRAME_PC_FIRST.
5469
5470 * infrun.c (pc_in_sigtramp): Delete function.
5471 (check_sigtramp2): Inline call to pc_in_sigtramp, use
5472 get_frame_type.
5473
5474 2004-04-02 Andrew Cagney <cagney@redhat.com>
5475
5476 * infrun.c (handle_step_into_function): Delete code conditional on
5477 legacy_frame_p.
5478 (handle_inferior_event, step_over_function): Ditto.
5479
5480 2004-04-02 Andrew Cagney <cagney@redhat.com>
5481
5482 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
5483 "previous frame inner to this frame" test.
5484
5485 2004-04-02 Andrew Cagney <cagney@redhat.com>
5486
5487 * frame.c (safe_frame_unwind_memory): New function.
5488 * frame.h (safe_frame_unwind_memory): Declare. Update description
5489 of /safe_/ methods.
5490 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
5491 "next_frame". Use safe_frame_unwind_memory.
5492 (tramp_frame_sniffer): Update call to tramp_frame_start.
5493
5494 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
5495
5496 * dwarf2read.c (dwarf2_objfile_data_key): New.
5497 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
5498 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
5499 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
5500 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
5501 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
5502 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
5503 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
5504 Remove variables.
5505 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
5506 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
5507 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
5508 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
5509 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
5510 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
5511 Remove macros.
5512 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
5513 data.
5514 (dwarf2_locate_sections, dwarf2_build_psymtabs)
5515 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
5516 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
5517 (read_partial_die, read_full_die, read_indirect_string)
5518 (dwarf_decode_line_header, dwarf_decode_macros)
5519 (dwarf2_symbol_mark_computed): Remove use of removed macros.
5520 Update uses of removed variables.
5521 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
5522 of removed macros.
5523 (_initialize_dwarf2_read): New function.
5524 * symfile.h (dwarf2_has_info): Update prototype.
5525 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
5526 * elfread.c (elf_symfile_read): Likewise.
5527
5528 2004-04-01 Jim Blandy <jimb@redhat.com>
5529
5530 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
5531 function for register numbers on all the rs6000-derived targets.
5532 (rs6000_gdbarch_init): Don't register a separate
5533 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
5534 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
5535 variants.
5536
5537 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
5538 numbering.
5539
5540 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5541
5542 * valarith.c: Update copyright notice.
5543 (value_add): Handle range types.
5544 (value_sub): Ditto.
5545 (value_equal): Ditto.
5546 (value_less): Ditto.
5547 (value_neg): Ditto.
5548 (value_complement): Ditto.
5549 (value_binop): Simplify slightly by using is_integral_type and
5550 eliminiating unnecessary COERCE_ENUMs.
5551
5552 2004-03-31 Andrew Cagney <cagney@redhat.com>
5553
5554 * frame.h (frame_unwind_id): Declare.
5555 * frame.c (frame_unwind_id): New function.
5556 (get_prev_frame_1): New function.
5557 (frame_debug_got_null_frame): New function.
5558 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
5559 code proper to prev_frame, update description.
5560 * infrun.c (step_over_function): Use frame_unwind_id.
5561
5562 2004-04-31 J. Brobecker <brobecker@gnat.com>
5563
5564 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
5565 (hppa64_push_dummy_call): Likewise.
5566
5567 2004-03-30 Jim Blandy <jimb@redhat.com>
5568
5569 From Ulrich Weigand:
5570 * utils.c (query): Do not use a va_list variable multiple times.
5571
5572 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
5573
5574 * Makefile.in (linux_nat_h): Update dependencies.
5575 * configure.in: Check for <gnu/libc-version.h>.
5576 * configure: Regenerate.
5577 * config.in: Regenerate.
5578 * linux-nat.h: Include "target.h". Add waitstatus field to
5579 struct lwp_info.
5580 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
5581 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
5582 to.
5583 (lin_lwp_handle_extended): New function. Handle clone events.
5584 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
5585 thread exit events.
5586 (child_wait): Handle clone events.
5587 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
5588 * linux-nat.c (linux_enable_event_reporting): Turn on
5589 PTRACE_O_TRACECLONE.
5590 (linux_handle_extended_wait): Handle clone events.
5591 * thread-db.c: Include <gnu/libc-version.h>.
5592 (struct private_thread_info): Add dying flag.
5593 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
5594 higher.
5595 (attach_thread): Update comments. Handle dying threads.
5596 (detach_thread): Set the dying flag.
5597 (check_event): Always call attach_thread.
5598
5599 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
5600
5601 * mips-tdep.c (mips_pdr_data): New.
5602 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
5603 (_initialize_mips_tdep): Initialize mips_pdr_data.
5604
5605 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
5606
5607 * minsyms.c (install_minimal_symbols): Move dropping leading
5608 char from linkage name from here...
5609 (prim_record_minimal_symbol_and_info): ...to here. Simplify
5610 test for "__gnu_compiled*" symbols.
5611
5612 2004-03-28 Jim Blandy <jimb@redhat.com>
5613
5614 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
5615 registers to temp register r0 and byte stores as prologue
5616 instructions.
5617
5618 2004-03-28 Andrew Cagney <cagney@redhat.com>
5619
5620 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
5621 arm*-*-*.
5622
5623 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5624
5625 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
5626 and switch the layout to force a display of register window.
5627
5628 2004-02-26 J. Brobecker <brobecker@gnat.com>
5629
5630 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
5631 of the INTEGER class.
5632
5633 2004-03-26 Jim Blandy <jimb@redhat.com>
5634
5635 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
5636 bytes long on PPC GNU/Linux.
5637
5638 2004-03-26 David Carlton <carlton@kealia.com>
5639
5640 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
5641
5642 2004-03-25 Andrew Cagney <cagney@redhat.com>
5643
5644 * PROBLEMS: Add general section titles, remove references to
5645 specific releases.
5646
5647 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
5648
5649 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
5650 INT_REGISTER_SIZE.
5651 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
5652 FP_REGISTER_VIRTUAL_SIZE.
5653 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
5654 of DEPRECATED_REGISTER_RAW_SIZE.
5655 (arm_register_type): Add gdbarch argument.
5656 (arm_register_raw_size, arm_register_virtual_size): Delete.
5657 (arm_register_byte, arm_extract_return_value)
5658 (arm_store_return_value, arm_get_longjmp_target): Update references
5659 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
5660 (arm_gdbarch_init): Likewise. Don't set
5661 deprecated_register_raw_size, deprecated_register_virtual_size,
5662 deprecated_max_register_raw_size,
5663 deprecated_max_register_virtual_size, or
5664 deprecated_max_register_virtual_type. Do set register_type.
5665 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
5666 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
5667 (FP_REGISTER_VIRTUAL_SIZE): Delete.
5668 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
5669 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
5670 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
5671 INT_REGISTER_SIZE.
5672 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
5673 (remote_rdp_store_register): Likewise.
5674
5675 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
5676
5677 * Makefile.in (mips-linux-tdep.o): Update dependencies.
5678 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
5679 to after osabi initialization.
5680 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
5681 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
5682 functions.
5683 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
5684 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
5685 variables.
5686 (mips_linux_init_abi): Append signal trampoline unwinders.
5687
5688 2004-03-24 Andrew Cagney <cagney@redhat.com>
5689
5690 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
5691 * tramp-frame.c: Include "gdb_assert.h".
5692 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
5693 correct sizeof.
5694 (tramp_frame_append): Validate the tramp frame's instructions.
5695 * Makefile.in (tramp-frame.o): Update dependencies.
5696
5697 2004-03-23 Andrew Cagney <cagney@redhat.com>
5698
5699 * trad-frame.h (trad_frame_set_reg_addr): Declare.
5700
5701 2004-03-23 Andrew Cagney <cagney@redhat.com>
5702
5703 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
5704 Nasser as past testsuite/lib/ (and other) maintainers.
5705
5706 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
5707
5708 * infcmd.c (attach_command): Reread symbols if we already have
5709 an exec file.
5710
5711 2004-03-23 Andrew Cagney <cagney@redhat.com>
5712
5713 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
5714
5715 2004-03-23 Andrew Cagney <cagney@redhat.com>
5716
5717 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
5718 * gdbarch.h, gdbarch.c: Re-generate.
5719 * i386obsd-tdep.c (i386obsd_init_abi): Update.
5720 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
5721 * i386bsd-tdep.c (i386bsd_init_abi): Update.
5722 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
5723 (DEPRECATED_SIGTRAMP_START): Update.
5724 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
5725 (DEPRECATED_SIGTRAMP_START): Update.
5726 * blockframe.c (find_pc_sect_partial_function): Update.
5727 * arch-utils.c (legacy_pc_in_sigtramp): Update.
5728
5729 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
5730
5731 * remote.c (remote_open_1): Reopen the exec file and reread symbols
5732 if necessary.
5733
5734 2004-03-23 Andrew Cagney <cagney@redhat.com>
5735
5736 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
5737 predicate, deprecate.
5738 * gdbarch.h, gdbarch.c: Re-generate.
5739 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5740 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5741 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
5742 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5743 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
5744 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
5745 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
5746 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
5747 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
5748 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
5749 * blockframe.c (find_pc_partial_function): Update.
5750 * breakpoint.c (bpstat_what): Update.
5751 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
5752 * frv-linux-tdep.c (frv_linux_init_abi): Update.
5753 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
5754 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
5755 * i386-interix-tdep.c (i386_interix_init_abi): Update.
5756 * i386-linux-tdep.c (i386_linux_init_abi): Update.
5757 * i386-nto-tdep.c (i386nto_init_abi): Update.
5758 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
5759 * i386-tdep.c (i386_sigtramp_frame_sniffer)
5760 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
5761 * i386bsd-tdep.c (i386bsd_init_abi): Update.
5762 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
5763 * i386obsd-tdep.c (i386obsd_init_abi): Update.
5764 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
5765 * infrun.c (pc_in_sigtramp): Update.
5766 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
5767 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
5768 * mips-tdep.c (mips_gdbarch_init): Update.
5769 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
5770 * ppc-linux-tdep.c: Update comment.
5771 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
5772 * shnbsd-tdep.c (shnbsd_init_abi): Update.
5773 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
5774 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
5775 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
5776 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
5777 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
5778 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
5779 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
5780 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
5781
5782 2004-03-23 Andrew Cagney <cagney@redhat.com>
5783
5784 * tramp-frame.h, tramp-frame.h: New files.
5785 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
5786 Update rules to include "tramp-frame.h" and "tramp-frame.c".
5787
5788 * Makefile.in: Update all dependencies.
5789
5790 2004-03-23 Andrew Cagney <cagney@redhat.com>
5791
5792 * Makefile.in (trad_frame_h): Add $(frame_h).
5793 * trad-frame.h: Update copyright. Include "frame.h".
5794 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
5795 (trad_frame_set_id, trad_frame_get_id): Declare.
5796 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
5797 * trad-frame.c: Update copyright.
5798 (struct trad_frame_cache): Define.
5799 (trad_frame_cache_zalloc): New function.
5800 (trad_frame_set_id, trad_frame_get_id): New functions.
5801 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
5802
5803 2004-03-22 Andrew Cagney <cagney@redhat.com>
5804
5805 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
5806 s390_pltstub_unwind_cache.
5807 (s390_stub_frame_unwind_cache): Rename
5808 s390_pltstub_frame_unwind_cache.
5809 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
5810 (s390_stub_frame_prev_register): Rename
5811 s390_pltstub_frame_prev_register.
5812 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
5813 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
5814
5815 From Ulrich Weigand:
5816 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
5817 pointer calls like PLT calls.
5818
5819 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
5820
5821 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
5822 PC rather than the partial function start address. Use the start
5823 address to sanity check the found PDR.
5824
5825 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
5826
5827 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
5828 linux_handle_extended_wait.
5829
5830 2004-03-22 Andrew Cagney <cagney@redhat.com>
5831
5832 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
5833 function.
5834
5835 * frame.h (generic_pop_current_frame): Delete declaration.
5836 (deprecate_pop_dummy_frame): Deprecate
5837 generic_pop_dummy_frame.
5838 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
5839 (generic_pop_current_frame): Delete function.
5840 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
5841 generic_pop_current_frame.
5842 * v850-tdep.c (v850_pop_frame): Update.
5843 * mcore-tdep.c (mcore_pop_frame): Update.
5844 * sh64-tdep.c (sh64_pop_frame): Update.
5845 * h8300-tdep.c (h8300_pop_frame): Update.
5846
5847 2004-03-22 Andrew Cagney <cagney@redhat.com>
5848
5849 * frame.h (deprecated_pc_in_call_dummy): Rename
5850 generic_pc_in_call_dummy.
5851 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
5852 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
5853 generic_pc_in_call_dummy.
5854 (pc_in_dummy_frame): Make static.
5855 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
5856 * gdbarch.h, gdbarch.c: Re-generate.
5857 * dummy-frame.c (dummy_frame_sniffer): Simplify.
5858 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
5859 (legacy_get_prev_frame): Ditto.
5860 * inferior.h: Delete reference to generic_pc_in_call_dummy in
5861 comment.
5862
5863 2004-03-21 Andrew Cagney <cagney@redhat.com>
5864
5865 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
5866 declaration and out-of-date comment.
5867 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
5868 Delete function.
5869 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
5870 deprecated_pc_in_call_dummy.
5871
5872 * infrun.c (handle_inferior_event): For non legacy frames, use the
5873 frame ID and frame type to identify a signal trampoline. Update
5874 comments.
5875
5876 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
5877
5878 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
5879 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
5880
5881 2004-03-21 Andrew Cagney <cagney@redhat.com>
5882
5883 * frame-unwind.h: Update copyright.
5884 (struct frame_data): Add opaque declaration.
5885 (frame_sniffer_ftype): Declare.
5886 (struct frame_unwind): Add "unwind_data" and "sniffer".
5887 (frame_unwind_register_unwinder): Declare.
5888 (frame_unwind_find_by_frame): Add parameter "this_cache".
5889 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
5890 (legacy_get_prev_frame, legacy_get_prev_frame)
5891 (get_frame_type): Pass the prologue_cache to
5892 frame_unwind_find_by_frame.
5893 * frame-unwind.c (struct frame_unwind_table_entry): Add field
5894 "unwinder".
5895 (frame_unwind_register_unwinder): New function.
5896 (frame_unwind_find_by_frame): Handle an unwind sniffer.
5897
5898 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
5899
5900 * bcache.c (print_percentage): Use floating point to avoid
5901 incorrect results when portion*100 overflows.
5902
5903 2004-03-19 Kevin Buettner <kevinb@redhat.com>
5904
5905 * ppc_tdep.h (ppc_linux_frame_saved_pc)
5906 (ppc_linux_init_extra_frame_info)
5907 (ppc_linux_frameless_function_invocation)
5908 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
5909 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
5910 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
5911 (rs6000_frame_chain): Delete declarations.
5912 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
5913 (ppc_linux_init_extra_frame_info)
5914 (ppc_linux_frameless_function_invocation)
5915 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
5916 (ppc_linux_init_abi): Remove registration of above deleted functions.
5917 * rs6000-tdep.c (rs6000_init_extra_frame_info)
5918 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
5919 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
5920 (rs6000_pop_frame, rs6000_frameless_function_invocation)
5921 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
5922 (rs6000_gdbarch_init): Remove registration of above deleted functions.
5923 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
5924 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
5925 frame management for all OSABIs.
5926
5927 2004-03-19 Andrew Cagney <cagney@redhat.com>
5928
5929 Committed by Kevin Buettner <kevinb@redhat.com>.
5930
5931 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
5932 Update copyright.
5933 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
5934 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
5935 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
5936 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
5937 unwinders. #ifdef legacy frame code.
5938 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
5939 "frame-base.h".
5940 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
5941 (struct rs6000_frame_cache, rs6000_frame_cache)
5942 (rs6000_frame_this_id, rs6000_frame_prev_register)
5943 (rs6000_frame_sniffer, rs6000_frame_unwind)
5944 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
5945 (rs6000_frame_base): Implement a traditional frame unwinder.
5946 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
5947 frame unwinder.
5948
5949 2004-03-19 Kevin Buettner <kevinb@redhat.com>
5950
5951 * breakpoint.c (adjust_breakpoint_address): Don't adjust
5952 breakpoint address for watchpoints or the catch eventpoints.
5953 Add new paramter ``bptype''. Adjust all callers.
5954
5955 2004-03-19 Andrew Cagney <cagney@redhat.com>
5956
5957 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
5958
5959 * PROBLEMS: Delete note that ARM does not use frame code, problem
5960 fixed.
5961
5962 2004-03-18 Andrew Cagney <cagney@redhat.com>
5963
5964 * stack.c (return_command): Delete code wrapped in #ifdef
5965 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
5966
5967 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
5968
5969 2004-03-18 Andrew Cagney <cagney@redhat.com>
5970
5971 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
5972 DEPRECATED_IN_SIGTRAMP.
5973 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5974 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
5975 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5976 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5977 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5978 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5979 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5980 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5981 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
5982 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
5983
5984 2004-03-18 Andrew Cagney <cagney@redhat.com>
5985
5986 * frame-base.c: Update copyright. Include "gdb_obstack.h".
5987 (struct frame_base_table_entry): Define.
5988 (struct frame_base_table): Re-implement as a linked list.
5989 (frame_base_init): Re-implement.
5990 (frame_base_table): Delete function.
5991 (append_predicate): Delete function.
5992 (frame_base_append_sniffer): Update.
5993 (frame_base_set_default): Update.
5994 (frame_base_find_by_frame): Update.
5995 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
5996 * Makefile.in (frame-base.o): Update dependencies.
5997
5998 2004-03-17 Andrew Cagney <cagney@redhat.com>
5999
6000 * frame.c (legacy_get_prev_frame): Pass correct frame to
6001 frame_unwind_find_by_frame.
6002
6003 2004-03-17 David Carlton <carlton@kealia.com>
6004
6005 * NEWS: Mention C++ nested types and namespaces
6006
6007 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
6008
6009 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
6010 and "Regressions since gdb 5.3.". Add known regressions since
6011 gdb 6.0.
6012
6013 2004-03-16 David Carlton <carlton@kealia.com>
6014
6015 * dwarf2read.c (process_structure_scope): Process children even
6016 when we're a declaration.
6017
6018 2004-03-16 Andrew Cagney <cagney@redhat.com>
6019
6020 * symtab.h (find_pc_sect_partial_function): Delete declaration.
6021 * blockframe.c (find_pc_partial_function)
6022 (find_pc_sect_partial_function): Merge into a single
6023 find_pc_partial_function.
6024
6025 2004-03-16 Mark Kettenis <kettenis@gnu.org>
6026
6027 * i386bsd-nat.c: s/regno/regnum/g.
6028 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
6029 FP0_REGNUM.
6030 (store_inferior_registers): Likewise.
6031
6032 2004-03-16 Mark Kettenis <kettenis@gnu.org>
6033
6034 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
6035 of i387_fill_fsave.
6036 (store_inferior_registers): Call i387_collect_fsave and
6037 i387_collect_fxsave instead of i387_fill_fsave and
6038 i387_fill_fxsave.
6039
6040 2004-03-15 Andrew Cagney <cagney@redhat.com>
6041
6042 * Makefile.in (frame-unwind.o): Update dependencies.
6043 * frame-unwind.c: Include "gdb_obstack.h".
6044 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
6045 parameter.
6046 (append_predicate): Delete function.
6047 (struct frame_unwind_table_entry): New structure.
6048 (struct frame_unwind_table): Replace "sniffer" with "head" and
6049 "tail".
6050 (frame_unwind_append_sniffer): Update.
6051 (frame_unwind_find_by_frame): Update.
6052 (_initialize_frame_unwind): Registe frame_unwind_init using
6053 gdbarch_data_register_pre_init.
6054
6055 2004-03-15 Mark Kettenis <kettenis@gnu.org>
6056
6057 * i386bsd-nat.c: Update copyright year.
6058 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
6059 define unconditionally.
6060
6061 2004-03-15 Mark Kettenis <kettenis@gnu.org>
6062
6063 * i387-tdep.h (i387_collect_fsave): New prototype.
6064 * i387-tdep.c (i387_collect_fsave): New function containing most
6065 of the code from i387_fill_fsave.
6066 (i387_fill_fsave): Call i387_collect_fsave.
6067
6068 2004-03-15 Mark Kettenis <kettenis@gnu.org>
6069
6070 * i386-linux-tdep.c: Update copyright year.
6071 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
6072 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
6073 svr4_ilp32_link_map_offsets instead of
6074 i386_linux_svr4_fetch_link_map_offsets.
6075
6076 2004-03-15 David Carlton <carlton@kealia.com>
6077
6078 Fix for PR c++/1553:
6079 * dwarf2read.c (read_structure_type): Determine type name by
6080 calling determine_class_name.
6081 (determine_class_name): New.
6082 (determine_prefix): Look at TYPE_TAG_NAME and call
6083 determine_class_name when appropriate.
6084 (determine_prefix_aux, class_name): Delete.
6085 (read_namespace): Set die->type.
6086
6087 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6088
6089 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
6090 unused macro definition. The definition in target.h (or perhaps
6091 elsewhere) takes precedence.
6092
6093 2004-03-15 Andrew Cagney <cagney@redhat.com>
6094
6095 * ppc-tdep.h: Update copyright.
6096 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
6097 function signatures to match "regsets.h".
6098 * ppc-linux-tdep.c: Include "regset.h".
6099 (ELF_GREGSET_SIZE): Delete.
6100 (right_supply_register): New function.
6101 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
6102 using right_supply_register.
6103 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
6104 functions.
6105 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
6106 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
6107 (_initialize_ppc_linux_tdep): Do not register
6108 ppc_linux_regset_core_fns.
6109 (ppc_linux_regset_from_core_section): Replace
6110 fetch_core_registers.
6111 (ppc_linux_regset_core_fns): Delete.
6112 * ppc-linux-nat.c: (right_fill_reg): New function.
6113 (supply_gregset): Update call to ppc_linux_supply_gregset.
6114 (fill_gregset): Clear the register set, use right_fill_reg.
6115 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
6116 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
6117
6118 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
6119 unsigned.
6120
6121 2004-03-15 Andrew Cagney <cagney@redhat.com>
6122
6123 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
6124 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
6125 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
6126 and register_gdbarch_data.
6127 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
6128 (struct gdbarch_data): Replace "init" by "pre_init" and
6129 "post_init".
6130 * gdbarch.h, gdbarch.c: Re-generate.
6131 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
6132 with"obstack", use OBSTACK_ZALLOC.
6133 (dwarf2_frame_ops): Delete.
6134 (dwarf2_frame_set_init_reg): Use gdbarch_data.
6135 (dwarf2_frame_init_reg): Use gdbarch_data.
6136 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
6137 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
6138 (_initialize_svr4_solib): Update.
6139 * user-regs.c (_initialize_user_regs): Update.
6140 * reggroups.c (_initialize_reggroup): Update.
6141 * regcache.c (_initialize_regcache): Update.
6142 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6143 * libunwind-frame.c (_initialize_libunwind_frame): Update.
6144 * gnu-v3-abi.c (init_gnuv3_ops): Update.
6145 * frame-unwind.c (_initialize_frame_unwind): Update.
6146 * frame-base.c (_initialize_frame_base): Update.
6147 * user-regs.c (user_reg_add): Update.
6148 * reggroups.c (reggroup_add): Update.
6149 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
6150 * libunwind-frame.c (libunwind_frame_set_descr): Update.
6151 * frame-unwind.c (frame_unwind_append_sniffer): Update.
6152 * frame-base.c (frame_base_table): Update.
6153 * remote.c (_initialize_remote): Update.
6154 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
6155
6156 2004-03-15 Andrew Cagney <cagney@redhat.com>
6157
6158 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
6159
6160 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6161
6162 * Makefile.in (frv-linux-tdep.o): Add dependencies.
6163 * frv-linux-tdep.c: New file.
6164 * frv-tdep.c (struct gdbarch_tdep): Add new field
6165 ``sigcontext_reg_addr''.
6166 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
6167 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6168 (frv_sigramp_frame_sniffer): New functions.
6169 (frv_sigtramp_frame_unwind): New static global.
6170 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
6171 sniffers.
6172 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
6173 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
6174
6175 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6176
6177 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
6178 but not via a call to error(), when unable to read memory.
6179
6180 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6181
6182 * frv-tdep.c (frv_call_dummy_words): Delete.
6183 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
6184
6185 2004-03-15 Andrew Cagney <cagney@redhat.com>
6186
6187 * infrun.c (handle_step_into_function, step_over_function): Only
6188 update and use STEP_FRAME_ID when the system is using legacy
6189 frames. Update comments.
6190
6191 2004-03-14 Mark Kettenis <kettenis@gnu.org>
6192
6193 * amd64-linux-tdep.h: Remove file.
6194 * amd64-linux-tdep.c: Don't include "inferior.h" and
6195 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
6196 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
6197 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
6198 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
6199 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
6200 macros.
6201 (user_to_gdb_regmap): Remove variable.
6202 (amd64_linux_gregset_reg_offset): New variable.
6203 (amd64_core_fns): Remove variable.
6204 (fetch_core_registers): Remove function.
6205 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
6206 functions.
6207 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
6208 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
6209 * Makefile.in (amd64_linux_tdep_h): Remove.
6210 (amd64-linux-nat.o): Update dependencies.
6211 (amd64-linux-tdep.o): Update dependencies.
6212
6213 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
6214 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
6215 functions.
6216 (fetch_inferior_registers, store_inferior_registers): Rewrite.
6217
6218 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
6219 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
6220
6221 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
6222
6223 * dwarf2read.c (read_structure_type): Rename from
6224 read_structure_scope. Don't create a symbol or call process_die.
6225 Return immediately if die->type is set. Call read_type_die before
6226 dwarf2_add_member_fn.
6227 (process_structure_scope): New function.
6228 (read_enumeration_type, process_enumeration_scope): New functions,
6229 broken out from read_enumeration. Don't create the enumeration
6230 type if it has already been created.
6231 (read_enumeration): Removed.
6232 (process_die): Call read_structure_type, process_structure_scope,
6233 read_enumeration_type, and process_enumeration_scope. Just call
6234 new_symbol for base and subrange types. Add a comment about other
6235 type dies.
6236 (read_type_die): Call read_enumeration_type.
6237 (add_partial_structure, new_symbol): Update comments.
6238
6239 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
6240
6241 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
6242
6243 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
6244
6245 * tui/tui-win.h (tui_get_cmd_list): Declare.
6246 * tui/tui-win.c (tui_command): New function.
6247 (tui_get_cmd_list): New function.
6248 (_initialize_tui_win): Moved initialization of tui command in
6249 tui_get_cmd_list.
6250
6251 * tui/tui-data.c (init_content_element): Setup new data members.
6252 (init_win_info): Likewise.
6253 (free_content_elements): Free it.
6254 * tui/tui-data.h (struct tui_data_element): Store the register
6255 content to print.
6256 (struct tui_data_info): Keep the current register group.
6257
6258 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
6259
6260 * tui/tui-regs.h (tui_show_registers): Update prototype.
6261 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
6262 (tui_resize_all): No need to calculate anything for register window.
6263 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
6264 (tui_set_register_element, tui_set_general_regs_content): Remove.
6265 (tui_set_special_regs_content): Remove.
6266 (tui_set_general_and_special_regs_content): Remove.
6267 (tui_set_float_regs_content): Remove.
6268 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
6269 (tui_set_regs_content): Remove.
6270 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
6271 (tui_v_show_registers_command_support): Remove.
6272 (tui_show_registers): Use a reggroup to specify the registers to show.
6273 (tui_show_register_group): New function.
6274 (tui_display_registers_from): Compute the layout of register window
6275 and refresh with new API; be sure to delete old register windows.
6276 (tui_check_register_values): Update to use tui_get_register and
6277 tui_display_data.
6278 (tui_display_register): Just refresh the register window part.
6279 (tui_register_format): Format registers and save in tui_data_element.
6280 (tui_get_register): New to combine tui_reg_value_has_changed and
6281 tui_get_register_raw_value; fix to use the new gdb API.
6282 (tui_show_float_command): Renamed tui_reg_float_command.
6283 (tui_show_general_command): Renamed tui_reg_general_command.
6284 (tui_show_special_command): Renamed tui_reg_system_command.
6285 (_initialize_tui_regs): Remove unused commands.
6286
6287 2004-03-13 Mark Kettenis <kettenis@gnu.org>
6288
6289 * NEWS (New native configurations): Mention OpenBSD/amd64.
6290
6291 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
6292 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
6293 Remove defines.
6294 * config/i386/nm-fbsd64.h: Likewise.
6295 * config/i386/nm-obsd.h: Likewise.
6296 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
6297 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
6298
6299 2004-03-12 Kevin Buettner <kevinb@redhat.com>
6300
6301 * frv-tdep.c (set_variant_scratch_registers): New function.
6302 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
6303 New constants.
6304
6305 From Richard Sandiford <rsandifo@redhat.com>:
6306 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
6307
6308 2004-03-12 Kevin Buettner <kevinb@redhat.com>
6309
6310 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
6311 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
6312 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
6313 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
6314 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
6315 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
6316 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
6317 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
6318 definitions from frv-tdep.c to frv-tdep.h.
6319
6320 2004-03-12 Kevin Buettner <kevinb@redhat.com>
6321
6322 Add shared library support for FR-V FDPIC ABI:
6323 * Makefile.in (solib-frv.o): Add dependencies.
6324 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
6325 New functions.
6326 (frv_push_dummy_call): Add support for FDPIC ABI.
6327 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
6328 for FDPIC ABI.
6329 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
6330 (frv_fdpic_find_canonical_descriptor): Declare.
6331 * solib-frv.c: New file.
6332 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
6333 * config/frv/tm-frv.h (solib.h): Include.
6334
6335 2004-03-12 Kevin Buettner <kevinb@redhat.com>
6336
6337 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
6338 (frv-tdep.o): Update dependencies.
6339 * frv-tdep.h: New file.
6340 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
6341 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
6342 constants.
6343 (struct gdbarch_tdep): Add new member ``frv_abi''.
6344 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
6345 functions.
6346 (new_variant): Set ``frv_abi'' field.
6347 (gdb_arch_init): Detect FDPIC executables.
6348
6349 2004-03-12 Mark Kettenis <kettenis@gnu.org>
6350
6351 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
6352 wrapper.
6353
6354 2004-03-11 Andrew Cagney <cagney@redhat.com>
6355
6356 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
6357
6358 2004-03-11 Kevin Buettner <kevinb@redhat.com>
6359
6360 * solist.h (master_so_list): New function.
6361 * solib.c (master_so_list): Likewise.
6362 * solib-svr4.c (enable_break): Iterate over so_list entries
6363 obtained from master list instead of entries obtained directly
6364 via svr4_current_sos().
6365
6366 2004-03-10 Ben Elliston <bje@gnu.org>
6367
6368 * MAINTAINERS: Update my mail address.
6369
6370 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6371
6372 * remote-m32r-sdi.c: Support hardware watchpoint.
6373
6374 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6375
6376 * user-regs.c: Update copyright years.
6377 (struct user_regs): Rename to gdb_user_regs.
6378 (append_user_reg, builtin_user_regs, user_regs_init)
6379 (user_reg_add, user_reg_map_name_to_regnum)
6380 (usernum_to_user_reg): Update.
6381
6382 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6383
6384 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
6385 (skip_children): New functions.
6386 (locate_pdi_sibling): Call skip_children.
6387
6388 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6389
6390 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
6391 * gdbtypes.c (check_typedef): Update comments.
6392
6393 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6394
6395 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
6396 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
6397 pointer. Update comment about comp_unit_head.
6398 (struct abbrev_info): Shorten two int flags.
6399 (dwarf_alloc_abbrev): Take a CU argument.
6400 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
6401 each time through the loop. Update cleanup argument.
6402 (psymtab_to_symtab_1): Update cleanup call.
6403 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
6404 abbrev_obstack.
6405 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
6406 Just call obstack_free and clear the pointer.
6407
6408 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6409
6410 * infrun.c (handle_inferior_event): Remove short-circuit code for
6411 events in a different thread.
6412
6413 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6414
6415 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
6416 print the whole transfer.
6417 (initialize_targets): Update description of "set debug target".
6418
6419 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6420
6421 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
6422
6423 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
6424
6425 * MAINTAINERS (write after approval): Add myself.
6426
6427 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
6428
6429 * sh-tdep.c (sh_print_registers_info): Use for loop.
6430 Don't skip multiple registers when a float register is encountered.
6431
6432 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
6433
6434 Fix PR tdep/1291.
6435 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
6436 to official SH documentation.
6437
6438 2004-03-07 Andrew Cagney <cagney@redhat.com>
6439
6440 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
6441 unused function.
6442
6443 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
6444
6445 * arm-tdep.c (thumb_get_next_pc): Handle BX.
6446 (arm_get_next_pc): Handle BX and BLX.
6447
6448 2004-03-07 Andrew Cagney <cagney@redhat.com>
6449
6450 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
6451 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
6452 HPPA_SP_REGNUM.
6453 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
6454 (hppa_target_read_fp): Delete.
6455 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
6456 register_virtual_size, max_register_raw_size,
6457 max_register_virtual_size, register_byte, register_size,
6458 target_read_fp, fp_regnum, and register_bytes. Set register_type
6459 instead of register_virtual_type.
6460 (hppa32_register_type, hppa64_register_type): Replace
6461 hppa32_register_virtual_type and hppa64_register_virtual_type.
6462 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
6463 (HPPA_FP_REGNUM): Define.
6464
6465 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
6466
6467 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
6468 (pa_do_registers_info): Delete.
6469 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
6470 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
6471 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
6472
6473 * infcall.c (legacy_push_dummy_code): Delete #ifdef
6474 GDB_TARGET_IS_HPPA code.
6475 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
6476 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
6477 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
6478 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
6479 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
6480 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
6481 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
6482 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
6483 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
6484 (hppa_frameless_function_invocation, hppa64_store_return_value)
6485 (hppa_store_struct_return, hppa64_extract_return_value)
6486 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
6487 (hppa32_call_dummy_length, hppa64_call_dummy_length)
6488 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
6489 (find_proc_framesize, deposit_21, restore_pc_queue)
6490 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
6491 (rp_saved, pc_in_linker_stub): Delete.
6492
6493 Unconditionally enable 64-bit frame and ABI code.
6494 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
6495 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
6496 push_dummy_frame, fix_call_dummy, push_arguments,
6497 call_dummy_location, extract_return_value, use_struct_convention,
6498 store_return_value, store_struct_return, saved_pc_after_call,
6499 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
6500 frame_chain, frame_chain_valid, frameless_function_invocation,
6501 frame_saved_pc, and pop_frame.
6502
6503 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
6504 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
6505 (hppa_gdbarch_init): Do not set PC_REGNUM.
6506
6507 2004-03-06 Mark Kettenis <kettenis@gnu.org>
6508
6509 * config/alpha/tm-fbsd.h: Remove file.
6510 * config/alpha/fbsd.mt: Tweak comment.
6511 (TM_FILE): Set to tm-alpha.h.
6512
6513 2004-03-05 Andrew Cagney <cagney@redhat.com>
6514
6515 * infrun.c (step_over_function): When non-legacy code, and no
6516 step_frame_id, use the unwinder to get the caller's frame ID.
6517
6518 2004-03-05 Mark Kettenis <kettenis@gnu.org>
6519
6520 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
6521 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
6522 bfd_arch_unknown. Adjust comment.
6523
6524 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
6525 * i386obsd-tdep.c: Correct spelling in comment.
6526 * i386nbsd-tdep.c: Correct spelling in comment.
6527 * sparc-tdep.c: Correct spelling in comments.
6528
6529 2004-03-05 David Carlton <carlton@kealia.com>
6530
6531 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
6532 bug.
6533
6534 2004-03-05 Mark Kettenis <kettenis@gnu.org>
6535
6536 * sparc-tdep.c: Fix typo in comment.
6537
6538 2004-03-04 J. Brobecker <brobecker@gnat.com>
6539
6540 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
6541
6542 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
6543
6544 * dwarf2read.c: Add comment describing memory lifetimes.
6545 (struct dwarf2_pinfo): Update comment.
6546 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
6547 (read_enumeration, new_symbol): Don't use obsavestring.
6548
6549 2004-03-04 Mark Kettenis <kettenis@gnu.org>
6550
6551 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
6552 instead of amd64_fill_fxsave.
6553 * amd64bsd-nat.c (store_inferior_registers): Likewise.
6554 * amd64fbsd-nat.c (fill_fpregset): Likewise.
6555
6556 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
6557 Reorganize code a bit.
6558
6559 2004-03-04 Orjan Friberg <orjanf@axis.com>
6560
6561 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
6562 when the frame pointer is pushed. Don't set the frame pointer's
6563 address on the stack unless it's actually located there.
6564 Set the SRP's address on the stack correctly when the PC is still in
6565 the prologue.
6566 (cris_return_value): New function.
6567 (cris_gdbarch_init): Clear deprecated store_return_value,
6568 extract_return_value.
6569
6570 2004-03-02 Jim Blandy <jimb@redhat.com>
6571
6572 * stabsread.c (reg_value_complaint): The maximum register number
6573 is one less than the number of registers.
6574
6575 2004-03-02 Andrew Cagney <cagney@redhat.com>
6576
6577 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
6578 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
6579 trailing comma and redundant assignment of I386_ST0_REGNUM.
6580 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
6581 32-bit segment registers.
6582
6583 2004-03-01 Andrew Cagney <cagney@redhat.com>
6584
6585 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
6586 use frame_relative_level and get_next_frame.
6587
6588 2004-02-29 Andrew Cagney <cagney@redhat.com>
6589
6590 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
6591 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
6592 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
6593 Delete macro.
6594
6595 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
6596
6597 * inflow.c (terminal_inferior): Don't give up the terminal if we
6598 previously couldn't get the inferior's terminal state.
6599
6600 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
6601
6602 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
6603 PC_REGNUM.
6604
6605 2004-02-28 Andrew Cagney <cagney@redhat.com>
6606
6607 * NEWS: Refer to GDB 6.1.
6608 * README: Refer to GDB 6.1.
6609 * PROBLEMS: Refer to GDB 6.1.
6610
6611 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
6612
6613 * thread-db.c (disable_thread_signals): Remove unused function.
6614
6615 2004-02-28 Mark Kettenis <kettenis@gnu.org>
6616
6617 * amd64-nat.c: Include "gdb_string.h".
6618 (amd64_collect_native_gregset): Zero-extend the 32-bit
6619 general-purpose registers and %eip.
6620
6621 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
6622 * amd64-tdep.c (amd64_collect_fxsave): New function.
6623 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
6624
6625 * i387-tdep.h: Update copyright year.
6626 (i387_collect_fxsave): New prototype.
6627 * i387-tdep.c: Update copyright year.
6628 (i387_collect_fxsave): New function containing most of the code
6629 from i387_fill_fxsave.
6630 (i387_fill_fxsave): Call i387_collect_fxsave.
6631
6632 2004-02-28 Andrew Cagney <cagney@redhat.com>
6633
6634 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
6635 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
6636
6637 2004-02-28 Mark Kettenis <kettenis@gnu.org>
6638
6639 * amd64-tdep.c (amd64_frame_cache): Fix comment.
6640
6641 2004-02-28 Andrew Cagney <cagney@redhat.com>
6642
6643 * utils.c: Use "", instead of <>, to include readline.
6644 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
6645 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
6646 * source.c, solib.c, exec.c, event-top.c: Ditto.
6647 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
6648 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
6649 * Makefile.in: Update all dependencies.
6650 (readline_tilde_h, readline_history_h): Define.
6651 (readline_headers): Delete.
6652
6653 2004-02-28 Mark Kettenis <kettenis@gnu.org>
6654
6655 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
6656 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
6657 "config/i386/tm-lx64.h".
6658
6659 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
6660 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
6661 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
6662
6663 2004-02-28 Andrew Cagney <cagney@redhat.com>
6664
6665 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
6666
6667 * breakpoint.c (_initialize_breakpoint): Use
6668 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
6669 Add help to show command.
6670
6671 2004-02-28 Mark Kettenis <kettenis@gnu.org>
6672
6673 * i386-nat.c: Reformat to be closer to coding standards.
6674 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
6675 `retval'. Make variables `align' and `size' local to while-loop.
6676 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
6677 (_initialize_i386_nat): New prototype.
6678
6679 * tui/tui.c: Include <readline/readline.h> instead of
6680 "readline/readline.h". Include it after <term.h> and
6681 "gdb_curses.h".
6682
6683 2004-02-27 Andrew Cagney <cagney@redhat.com>
6684
6685 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
6686 the new frame unwind code.
6687 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
6688 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
6689 PCOQ_HEAD_REGNUM.
6690
6691 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
6692 "return_value" and "push_dummy_call".
6693 (hppa32_use_struct_convention): Delete unused function.
6694 (hppa32_store_return_value): Delete unused function.
6695 (hppa32_extract_return_value): Delete unused function.
6696 (hppa32_stack_align): Delete function.
6697
6698 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
6699
6700 * coffread.c (enter_linenos): Don't let rawptr reference memory
6701 outside linetab[]'s limits.
6702
6703 2004-02-27 Andrew Cagney <cagney@redhat.com>
6704
6705 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
6706 inferior stack space - the stack needs to grow upwards.
6707 (hppa32_frame_align): New function.
6708 (hppa64_frame_align): Replace hppa_frame_align.
6709 (hppa_gdbarch_init): Update.
6710
6711 2004-02-26 Orjan Friberg <orjanf@axis.com>
6712
6713 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
6714 (dwarf2-frame.h): Include.
6715 (enum cris_regnums): New enum CRIS_FP_REGNUM.
6716 Remove static variables related to ABI setting.
6717 (struct gdbarch_tdep): Remove cris_abi member.
6718 (struct frame_extra_info): Remove.
6719 (cris_unwind_cache, stack_item): New structs.
6720 (cris_frame_unwind, cris_frame_base): New variables.
6721 (push_stack_item, pop_stack_item)
6722 (cris_frame_unwind_cache, cris_frame_this_id)
6723 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
6724 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
6725 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
6726 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
6727 (cris_reg_struct_has_addr): New functions.
6728 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
6729 (cris_frame_saved_pc, cris_saved_pc_after_call,
6730 (cris_store_struct_return, cris_frameless_function_invocation)
6731 (cris_pop_frame, cris_skip_prologue_main)
6732 (cris_abi_original_store_return_value)
6733 (cris_abi_v2_store_return_value)
6734 (cris_abi_original_extract_return_value)
6735 (cris_abi_v2_extract_return_value)
6736 (cris_abi_original_reg_struct_has_addr)
6737 (cris_abi_v2_reg_struct_has_addr)
6738 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
6739 (cris_push_return_address, cris_abi_update): Remove.
6740 (_initialize_cris_tdep): Remove ABI command.
6741 (cris_dump_tdep): Ditto.
6742 (cris_gdbarch_init): Remove ABI command.
6743 Set store_return_value, extract_return_value, push_dummy_code,
6744 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
6745 frame_unwind_append_sniffer, frame_base_set_default.
6746 Clear deprecated init_frame_pc, push_arguments, store_return_value,
6747 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
6748 sizeof_call_dummy_words, get_saved_register, push_return_address,
6749 pop_frame, store_struct_return, frame_init_saved_regs,
6750 init_extra_frame_info, frameless_function_invocation, frame_chain,
6751 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
6752 dummy_write_sp.
6753
6754 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6755
6756 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
6757 * valprint.c (print_hex_chars): Change from static to external.
6758 (print_char_chars): New function.
6759 * printcmd.c (print_scalar_formatted): For integer and enum types
6760 that are longer than LONGEST, perform processing via appropriate
6761 print_*_chars routines.
6762
6763 2004-02-26 Andrew Cagney <cagney@redhat.com>
6764
6765 * Makefile.in: Update dependencies.
6766 Changes from Ulrich Weigand,
6767 * s390-tdep.c: Include "dwarf2-frame.h".
6768 (s390_dwarf2_frame_init_reg): New function.
6769 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
6770 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
6771
6772 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6773
6774 * breakpoint.c (pending_break_support): New setting variable.
6775 (break_command_1): Account for pending_break_support setting
6776 when creating pending breakpoints.
6777 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
6778 (_initialize_breakpoint): Add "set breakpoint pending" and
6779 "show breakpoint pending" commands.
6780
6781 2004-02-26 Andrew Cagney <cagney@redhat.com>
6782
6783 Fix PR i18n/1570.
6784 * charset.c (backslashable, backslashed, represented): Remove 'e'
6785 from list of escaped characters, not part of ISO-C.
6786
6787 2004-02-25 J. Brobecker <brobecker@gnat.com>
6788
6789 From Peter Schauer <schauer@pdf.de>:
6790 * tui/tui.c: Move system header includes after local includes.
6791 Fixes a build failure on solaris systems.
6792
6793 2004-02-25 J. Brobecker <brobecker@gnat.com>
6794
6795 * configure.in: Refine the previous change.
6796 * configure: Regenerate.
6797
6798 2004-02-25 Mark Kettenis <kettenis@gnu.org>
6799
6800 * amd64-tdep.h: Renamed from x86-64-tdep.h.
6801 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
6802 "amd64-tdep.h" instead of "x86-64-tdep.h".
6803 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
6804 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
6805 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
6806 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
6807 and "x86-64-tdep.c".
6808 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
6809 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
6810 and "x86-64-tdep.c".
6811 * amd64bsd-nat.c: Update copyright year.
6812 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
6813 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
6814 "x86-64-tdep.h".
6815 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
6816 "x86-64-tdep.h".
6817 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
6818 "x86-64-tdep.h".
6819 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
6820 "x86-64-tdep.h".
6821 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
6822 "x86-64-tdep.h".
6823 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
6824 "x86-64-tdep.h".
6825 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
6826 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
6827 * Makefile.in (amd64_linux_tdep_h): Renamed from
6828 x86_64_linux_tdep_h.
6829 (amd64_tdep_h): Renamed from x86_64_tdep_h.
6830 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
6831 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
6832 (amd64obsd-tdep.o): Update dependencies.
6833 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
6834 dependencies.
6835 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
6836 dependencies.
6837 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
6838 amd64-linux-nat.c amd64-linux-tdep.c.
6839 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
6840 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
6841 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
6842 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
6843 amd64-tdep.o and amd64-linux-tdep.o.
6844 (TM_FILE): Set to tm-linux64.h.
6845 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
6846 (NAT_FILE): Set to nm-linux64.h.
6847 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
6848 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
6849 amd64-tdep.o.
6850 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
6851 amd64-tdep.o.
6852 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
6853 amd64-tdep.o.
6854
6855 2004-02-25 Roland McGrath <roland@redhat.com>
6856
6857 * remote.c (remote_protocol_qPart_auxv): New variable.
6858 (init_all_packet_configs): Initialize it.
6859 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
6860 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
6861 (show_remote_cmd): Call it.
6862 (_initialize_remote): Initialize commands.
6863 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
6864 service TARGET_OBJECT_AUXV requests.
6865
6866 2004-02-25 J. Brobecker <brobecker@gnat.com>
6867
6868 * configure.in: Make sure that the wborder function is available.
6869 Otherwise, search for it in the cur_colr library.
6870 * configure: Regenerate.
6871
6872 2004-02-25 Andrew Cagney <cagney@redhat.com>
6873
6874 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
6875
6876 2004-02-25 Mark Kettenis <kettenis@gnu.org>
6877
6878 * config/i386/tm-x86-64linux.h: Tweak comments.
6879
6880 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
6881
6882 * MAINTAINERS: Add self to write-after-approval list.
6883
6884 2004-02-25 Andrew Cagney <cagney@redhat.com>
6885
6886 PR cli/1566. Problem found, and fix suggested by David Allan.
6887 * cli/cli-script.c (execute_control_command): Unconditionally
6888 install a cleanup. Default "ret" to "invalid_control". Use
6889 "break" instead of "return" to escape from the switch.
6890
6891 2004-02-24 J. Brobecker <brobecker@gnat.com>
6892
6893 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
6894 with the lines macro defined in term.h on AiX.
6895 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
6896 a collision with the label_width macro defined in term.h on AiX.
6897
6898 2004-02-23 David Mosberger <davidm@hpl.hp.com>
6899
6900 Committed by Kevin Buettner <kevinb@redhat.com>.
6901
6902 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
6903 * ia64-tdep.c (ia64_write_pc): Make it a global function.
6904 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
6905 instead of ia64_write_pc().
6906 * ia64-linux-tdep.c (regcache.h): Include.
6907 (ia64_linux_write_pc): New function.
6908
6909 2004-02-23 Roland McGrath <roland@redhat.com>
6910
6911 * auxv.c (info_auxv_command): Fix typos in error messages.
6912
6913 2004-02-23 Mark Kettenis <kettenis@gnu.org>
6914
6915 * x86-64-tdep.h: Tweak comment.
6916 (enum amd64_regnum): New.
6917 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
6918 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
6919 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
6920 (X86_64_XMM1_REGNUM): Removed.
6921 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
6922 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
6923 prototypes for renamed functions.
6924 * x86-64-tdep.c: Fix typo.
6925 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
6926 register numbers.
6927 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
6928 Use constants from `enum amd64_regnum' for register numbers.
6929 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
6930 (amd64_analyze_prologue, amd64_frame_cache,
6931 amd64_sigtramp_frame_cache): Use constants from `enum
6932 amd64_regnum' for register numbers.
6933 (amd64_supply_fpregset): Adjust for renamed functions.
6934 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
6935 `enum amd64_regnum' for register numbers.
6936 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
6937 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
6938 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
6939 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
6940 (amd64_linux_fill_gregset): Adjust for renamed macros.
6941 (fetch_core_registers): Adjust for renamed functions.
6942 (amd64_linux_init_abi): Adjust for renamed functions.
6943 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
6944 renamed functions.
6945 * amd64-nat.c: Adjust for renamed macros.
6946 * amd64bsd-nat.c (fetch_inferior_registers)
6947 (store_inferior_registers): Use constants from `enum amd64_regnum'
6948 for register numbers. Adjust for renamed variables.
6949 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
6950 renamed variables.
6951 (_initialize_amd64fbsd_nat): Use constants from `enum
6952 amd64_regnum' for register numbers.
6953 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
6954 `enum amd64_regnum' for register numbers.
6955 (amd64fbsd_init_abi): Adjust for renamed functions.
6956 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
6957 `enum amd64_regnum' for register numbers.
6958 (amd64nbsd_init_abi): Adjust for renamed functions.
6959 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
6960 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
6961 `enum amd64_regnum' for register numbers.
6962 (amd64obsd_init_abi): Adjust for renamed functions.
6963 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
6964
6965 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6966
6967 * breakpoint.c (print_one_breakpoint): Do not output spaces
6968 after printing <PENDING> for a pending breakpoint.
6969
6970 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6971
6972 * printcmd.c (print_scalar_formatted): Initialize val_long
6973 to remove compiler warning message.
6974
6975 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6976
6977 * defs.h (nquery, yquery): New prototypes.
6978 * breakpoint.c (break_command_1): Use new nquery interface.
6979 * utils.c (defaulted_query, nquery, yquery): New functions.
6980
6981 2004-02-23 Andrew Cagney <cagney@redhat.com>
6982
6983 * hppa-tdep.c (hppa_frame_align): New function.
6984 (hppa32_push_dummy_call): New function.
6985 (hppa64_push_dummy_call): New function.
6986 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
6987 disabled.
6988
6989 * infcall.c (legacy_push_dummy_code): Don't call deprecated
6990 FIX_CALL_DUMMY when push_dummy_call is available.
6991 (call_function_by_hand, push_dummy_code): Ditto.
6992
6993 2004-02-22 Andrew Cagney <cagney@redhat.com>
6994
6995 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
6996 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
6997 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
6998 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
6999 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
7000 call_dummy_location to ON_STACK.
7001
7002 2004-02-22 Mark Kettenis <kettenis@gnu.org>
7003
7004 * x86-64-linux-tdep.c: Tweak comment.
7005 (amd64_linux_supply_gregset): Renamed from
7006 x86_64_linux_supply_gresget.
7007 (amd64_linux_fill_gregset): Renamed from
7008 x86_64_linux_fill_gregset.
7009 (fetch_core_registers): Adjust for renamed functions.
7010 (amd64_core_fns): Renamed from x86_64_core_fns.
7011 (amd64_linux_sigtramp_start): Renamed from
7012 x86_64_linux_sigtramp_start.
7013 (amd64_linux_pc_in_sigtramp): Renamed from
7014 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
7015 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
7016 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
7017 (amd64_linux_sigcontext_addr): Renamed from
7018 x86_64_linux_sigcontext_addr.
7019 (amd64_linux_sc_reg_offset): Renamed from
7020 x86_64_linux_sc_reg_offset.
7021 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
7022 Adjust for renamed functions and variables.
7023 (_initialize_amd64_linux_tdep): Renamed from
7024 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
7025 variables.
7026 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
7027 Adjust for renamed functions.
7028
7029 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
7030 from x86_64_linux_gregset64_reg_offset.
7031 (amd64_linux_gregset32_reg_offset): Rename from
7032 x86_64_linux_gregset64_reg_offset.
7033 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
7034 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
7035 (amd64_linux_dr_set_control): Renamed from
7036 x86_64_linux_dr_set_control. Adjust for renamed functions.
7037 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
7038 Adjust for renamed functions.
7039 (amd64_linux_dr_reset_addr): Renamed from
7040 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
7041 (amd64_linux_dr_get_status): Renamed from
7042 x86_64_linux_dr_get_status. Adjust for renamed functions.
7043 (_initialize_amd64_linux_nat): Renamed from
7044 _initialize_x86_64_linux_nat. Adjust for renamed variables and
7045 functions.
7046 * config/i386/nm-x86-64linux.h: Update copyright year.
7047 Adjust for renamed functions.
7048
7049 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
7050 amd64fbsd_sigtramp_start.
7051 (amd64fbsd_sigtramp_end_addr): Renamed from
7052 amd64fbsd_sigtramp_end.
7053 (amd64fbsd_init_abi): Adjust for renamed variables.
7054 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
7055 variables.
7056 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
7057 amd64fbsd_sigtramp_start.
7058 (amd64fbsd_sigtramp_end_addr): Renamed from
7059 amd64fbsd_sigtramp_end.
7060
7061 2004-02-22 Andrew Cagney <cagney@redhat.com>
7062
7063 * hppa-tdep.c (hppa32_return_value): New function.
7064 (hppa64_return_value): New function.
7065 (hppa_gdbarch_init): Set return_value; keep disabled.
7066
7067 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
7068 struct-return and inferior function call methods.
7069
7070 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7071 "frame-base.h".
7072 (struct hppa_frame_cache): Define.
7073 (hppa_frame_cache, hppa_frame_this_id): New functions.
7074 (hppa_frame_prev_register): New function.
7075 (hppa_frame_unwind, hppa_frame_base): New variables.
7076 (hppa_frame_unwind_sniffer): New function.
7077 (hppa_frame_base_address, hppa_unwind_pc): New function.
7078 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
7079 sniffer, and frame base sniffer; keep disabled.
7080 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
7081 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
7082
7083 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
7084 to predicates for "seriously old code".
7085
7086 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
7087 runtime if(0).
7088
7089 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
7090 unsigned.
7091 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
7092
7093 * config/pa/tm-hppa.h: Update copyright.
7094 (DEPRECATED_INIT_FRAME_PC): Delete macro.
7095 (deprecated_init_frame_pc_default): Delete declaration.
7096 (hppa_frame_init_saved_regs): Delete declaration.
7097 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
7098 * hppa-tdep.c: Include "arch-utils.h".
7099 (hppa_gdbarch_init): Set deprecated init_frame_pc
7100 and deprecated frame_init_saved_regs.
7101 (hppa_frame_init_saved_regs): Make static.
7102
7103 2004-02-22 Mark Kettenis <kettenis@gnu.org>
7104
7105 Remove old 386BSD support.
7106 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
7107 * configure.host: Remove i[34567]86-*-bsd*.
7108 * configure.tgt: Remove i[34567]86-*-bsd*.
7109 * i386b-nat.c: Removed.
7110 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
7111 (i386b-nat.o): Remove dependencies.
7112
7113 * config/i386/i386bsd.mh: Removed.
7114 * config/i386/i386bsd.mt: Removed.
7115 * config/i386/nm-i386bsd.h: Removed.
7116 * config/i386/tm-i386bsd.h: Removed.
7117 * config/i386/xm-i386bsd.h: Removed.
7118
7119 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
7120
7121 * amd64fbsd-tdep.c: Include "solib-svr4.h".
7122 (amd64fbsd_init_abi): Set link map offsets.
7123 * amd64nbsd-tdep.c: Include "slib-svr4.h".
7124 (amd64nbsd_init_abi): Set link map offsets.
7125 * amd64obsd-tdep.c: Include "solib-svr4.h".
7126 (amd64obsd_init_abi): Set link map offsets.
7127 * i386fbsd-tdep.c: Include "solib-svr4.h".
7128 (i386fbsd_init_abi): Set link map offsets.
7129 * i386nbsd-tdep.c: Include "solib-svr4.h".
7130 (i386nbsdelf_init_abi): Set link map offsets.
7131 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
7132 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
7133 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
7134 solib-legacy.o and core-aout.o. Reformat.
7135 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
7136 solib-svr4.o, solib-legacy.o. Reformat.
7137 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
7138 * config/i386/nbsdelf.mh: Reformat.
7139 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
7140 solib-svr4.o, solib-legacy.o and corelow.o.
7141 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
7142 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
7143 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
7144 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
7145 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
7146 (TM_FILE): Set to tm-fbsd.h.
7147 * config/i386/nbsd.mt (TDEPFILES): Reformat.
7148 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
7149 solib-svr4.o.
7150 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
7151 solib-svr4.o.
7152 (TM_FILE): Set to nm-nbsd.h.
7153 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
7154 Simplify shared library support. Don't include "elf/common.h".
7155 (SVR4_SHARED_LIBS): Don't define.
7156 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
7157 "solib.h".
7158 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
7159 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
7160 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
7161 Don't include "i386/tm-i386.h". Include "solib.h".
7162 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
7163 Don't include "i386/tm-i386.h".
7164 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
7165 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
7166 Include "i386/xm-i386.h".
7167 (HOST_LONG_DOUBLE_FORMAT): Remove.
7168
7169 Fix OpenBSD/i386 sigtramp recognition.
7170 * i386-tdep.h: Update copyright year.
7171 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
7172 (i386bsd_sigtramp_end): New prototypes.
7173 (i386fbsd_sigtramp_start_addr): Renamed from
7174 i386fbsd_sigtramp_start.
7175 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
7176 (i386obsd_sigtramp_start_addr): Renamed from
7177 i386obsd_sigtramp_start.
7178 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
7179 * i386bsd-tdep.c: Update copyright year.
7180 (i386bsd_pc_in_sigtramp): Make public.
7181 * i386fbsd-nat.c: Update copyright year.
7182 (_initialize_i386fbsd_nat): Adjust for renamed variables.
7183 * i386fbsd-tdep.c: Update copyright year.
7184 (i386fbsd_sigtramp_start_addr): Renamed from
7185 i386fbsd_sigtramp_start.
7186 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
7187 (i386fbsdaout_init_abi): Adjust for renamed variables.
7188 * i386obsd-nat.c: Update copyright year.
7189 (_initialize_i386obsd_nat): Adjust for renamed variables.
7190 * i386obsd-tdep.c: Include "target.h".
7191 (i386obsd_page_size): New variable.
7192 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
7193 (i386obsd_sigtramp_end): New functions.
7194 (i386obsd_sigtramp_start_addr): Renamed from
7195 i386obsd_sigtramp_start.
7196 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
7197 (i386obsd_init_abi): Adjust for renamed variables. Set
7198 pc_in_sigtramp, sigtramp_start and sigtramp_end.
7199 * Makefile.in (i386obsd-tdep.o): Update dependencies.
7200
7201 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
7202 trampoline change in OpenBSD kernel.
7203
7204 * amd64-nat.c: Update copyright year.
7205 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
7206 architecture from REGCACHE.
7207
7208 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
7209 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
7210
7211 2004-02-21 Mark Kettenis <kettenis@gnu.org>
7212
7213 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
7214 i[34567]86-*-openbsd3.[0-3].
7215 * config/i386/obsdaout.mh: New file.
7216
7217 * config/i386/obsd.mh (MH_FLAGS): Remove.
7218
7219 Fix PR build/1549.
7220 * i386obsd-tdep.c: Update copyright years. Include
7221 "solib-svr4.h".
7222 (i386obsd_init_abi): Don't set regset_from_core_section here.
7223 (i386obsd_aout_init_abi): New function. Set
7224 regset_from_core_section here.
7225 (i386obsd_elf_init_abi): New function.
7226 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
7227 * Makefile.in (i386obsd-tdep.o): Update dependecies.
7228 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7229 (TM_FILE): Set to tm-nbsd.h.
7230
7231 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
7232 solib-sunos.o.
7233
7234 * solib-svr4.h: Update copyright year.
7235 (svr4_ilp32_fetch_link_map_offsets)
7236 (svr4_lp64_fetch_link_map_offsets): New prototype.
7237 * solib-svr4.c: Update copyright year.
7238 (svr4_ilp32_fetch_link_map_offsets)
7239 (svr4_lp64_fetch_link_map_offsets): New function.
7240
7241 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
7242
7243 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
7244 to the partial symbol table.
7245
7246 2004-02-20 J. brobecker <brobecker@gnat.com>
7247
7248 * PROBLEMS: Add description of problem documented under gdb/1560.
7249
7250 2004-02-20 Mark Kettenis <kettenis@gnu.org>
7251
7252 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
7253 comments.
7254 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
7255 functions.
7256 (amd64obsd_init_abi): Reorder initializations. Use
7257 amd64obsd_r_reg_offset to initialize the general-purpose register
7258 set details. Set regset_from_core_section.
7259 (_initialize_amd64obsd_tdep): Rename from
7260 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
7261 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
7262 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
7263
7264 * NEWS (New native configurations): Mention OpenBSD/alpha.
7265 * configure.tgt: Add alpha*-*-openbsd*.
7266 * configure.host: Add alpha*-*-openbsd*.
7267 * alphanbsd-tdep.c: Update copyright year.
7268 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
7269
7270 2004-02-20 Andrew Cagney <cagney@redhat.com>
7271
7272 Fix PR tdep/1372.
7273 * configure.tgt: Delete target "none-*-*".
7274 * configure.host: Delete host "none-*-*".
7275 * config/none/none.mh: Delete file.
7276 * config/none/none.mt: Delete file.
7277 * config/none/xm-none.h: Delete file.
7278 * config/none/tm-none.h: Delete file.
7279 * config/none/nm-none.h: Delete file.
7280
7281 2004-02-19 Fred Fish <fnf@redhat.com>
7282
7283 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
7284 cache->uses_fp prior to setting it.
7285
7286 2004-02-19 Fred Fish <fnf@redhat.com>
7287
7288 Fix for PR breakpoint/1558.
7289 * sh-tdep.c (IS_JSR): New macro.
7290 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
7291
7292 2004-02-19 Jim Blandy <jimb@redhat.com>
7293
7294 * findvar.c (value_from_register): Doc fix.
7295
7296 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
7297
7298 * printcmd.c (print_scalar_formatted): Do not check for sizeof
7299 type being greater than sizeof of host's LONGEST. Always use
7300 unpack_long() unless format 'f' chosen.
7301
7302 2004-02-19 Joel Brobecker <brobecker@gnat.com>
7303
7304 Committed by Elena Zannoni <ezannoni@redhat.com>
7305
7306 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
7307 contains a symbol wich is the best, non-exact match for the given
7308 pc. Update comments.
7309
7310 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
7311
7312 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
7313 macro, which was part of the now removed Mach 3 port.
7314 * utils.c (request_quit): Ditto.
7315
7316 2004-02-18 Mark Kettenis <kettenis@gnu.org>
7317
7318 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
7319 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
7320
7321 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7322
7323 Committed by Mark Kettenis <kettenis@gnu.org>.
7324
7325 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
7326 Define.
7327
7328 2004-02-18 Andrew Cagney <cagney@redhat.com>
7329
7330 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
7331 CONFIG_INSTALL and CONFIG_UNINSTALL.
7332 * configure: Re-generate.
7333 * interps.h (INTERP_TUI): Define.
7334 * Makefile.in: Update dependencies.
7335 (TUI): New macro.
7336 (tui-main.o): Specify dependencies.
7337 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
7338 * tui/tui-main.c: New file.
7339
7340 2004-02-18 Mark Kettenis <kettenis@gnu.org>
7341
7342 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
7343 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
7344 dependencies.
7345 * configure.host: Add x86_64-*-openbsd*.
7346 * configure.tgt: Add x86_64-*-openbsd*.
7347 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
7348
7349 * tui/tui.c: Don't include <malloc.h>.
7350
7351 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
7352 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
7353 amd64nbsd-tdep.c.
7354
7355 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
7356 static. Remove extraneous whitespace.
7357 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
7358 static.
7359
7360 2004-02-17 Jim Blandy <jimb@redhat.com>
7361
7362 * findvar.c (value_from_register): Doc fix.
7363
7364 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7365
7366 Committed by Jim Blandy <jimb@redhat.com>.
7367
7368 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
7369 CORE_ADDR as type for selectors. Correct types for GNU run time
7370 message lookup function to use double indirection.
7371 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
7372 * objc-lang.h (lookup_child_selector): Adapt prototype.
7373
7374 * s390-nat.c (SUBOFF): New macro.
7375 (supply_gregset, fill_gregset): Use it to handle debugging
7376 of 32-bit exectuables running under a 64-bit kernel.
7377 * s390-tdep.c: Include "solib-svr4.h".
7378 (s390_svr4_fetch_link_map_offset): New function.
7379 (s390x_svr_fetch_link_map_offset): Likewise.
7380 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
7381 * Makefile.in (s390-tdep.o): Update dependencies.
7382
7383 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
7384 "frame-unwind.h".
7385 (s390_readinstruction): Reformat. Use read_memory_nobpt.
7386 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
7387 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
7388 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
7389 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
7390 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
7391 S390_SIGNAL_FRAMESIZE,
7392 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
7393 (struct frame_extra_info): Remove.
7394 (s390_memset_extra_info): Remove.
7395 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
7396 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
7397 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
7398 (is_rse): Renamed to ...
7399 (is_rsy): ... this. Support long displacements.
7400 (is_rxe): Renamed to ...
7401 (is_rxy): ... this. Support long displacements.
7402 (compute_x_addr): Support long displacements.
7403 (struct s390_prologue_data): New data type.
7404 (s390_on_stack): Change API to use struct s390_prologue_data.
7405 (s390_store): Reimplement.
7406 (s390_load): New function.
7407 (s390_get_signal_frame_info): Remove.
7408 (s390_get_frame_info): Remove, replace by ...
7409 (s390_analyze_prolog): ... this new function.
7410 (s390_check_function_end): Remove.
7411 (s390_function_start): Remove.
7412 (s390_frameless_function_invokation): Remove.
7413 (s390_is_sigreturn): Remove.
7414 (s390_init_frame_pc_first): Remove.
7415 (s390_init_frame_extra_info): Remove.
7416 (s390_frame_init_saved_regs): Remove.
7417 (s390_frame_saved_pc_nofix): Remove.
7418 (s390_frame_saved_pc): Remove.
7419 (s390_frame_chain): Remove.
7420 (s390_fp_regnum, s390_read_fp): Remove.
7421 (s390_pop_frame_regular, s390_pop_frame): Remove.
7422 (s390_saved_pc_after_call): Remove.
7423 (s390_skip_prologue): Reimplement.
7424 (s390_in_function_epilogue_p): Support long displacements.
7425 (struct s390_unwind_cache): New data structure.
7426 (s390_frame_unwind_cache): New function.
7427 (s390_prologue_frame_unwind_cache): Likewise.
7428 (s390_backchain_frame_unwind_cache): Likewise.
7429 (s390_frame_this_id, s390_frame_prev_register): Likewise.
7430 (s390_frame_unwind): Define.
7431 (s390_frame_sniffer): New function.
7432 (struct s390_pltstub_unwind_cache): New data structure.
7433 (s390_pltstub_frame_unwind_cache): New function.
7434 (s390_pltstub_frame_this_id): Likewise.
7435 (s390_pltstub_frame_prev_register): Likewise.
7436 (s390_pltstub_frame_unwind): Define.
7437 (s390_pltstub_frame_sniffer): New function.
7438 (struct s390_sigtramp_unwind_cache): New data structure.
7439 (s390_sigtramp_frame_unwind_cache): New function.
7440 (s390_sigtramp_frame_this_id): Likewise.
7441 (s390_sigtramp_frame_prev_register): Likewise.
7442 (s390_sigtramp_frame_unwind): Define.
7443 (s390_sigtramp_frame_sniffer): New function.
7444 (s390_frame_base_address, s390_local_base_address): New functions.
7445 (s390_frame_base): Define.
7446 (s390_unwind_pc, s390_unwind_sp): New function.
7447 (s390_push_dummy_call): Use new frame base location.
7448 (s390_unwind_dummy_id): Likewise.
7449 (s390_gdbarch_init): Remove calls to:
7450 set_gdbarch_frameless_function_invocation,
7451 set_gdbarch_deprecated_init_frame_pc,
7452 set_gdbarch_deprecated_frame_chain,
7453 set_gdbarch_deprecated_frame_init_saved_regs,
7454 set_gdbarch_deprecated_pop_frame,
7455 set_gdbarch_deprecated_init_extra_frame_info,
7456 set_gdbarch_deprecated_init_frame_pc_first,
7457 set_gdbarch_deprecated_target_read_fp,
7458 set_gdbarch_deprecated_frame_saved_pc,
7459 set_gdbarch_deprecated_saved_pc_after_call,
7460 set_gdbarch_deprecated_fp_regnum.
7461 Add calls to:
7462 set_gdbarch_in_solib_call_trampoline,
7463 frame_unwind_append_sniffer,
7464 frame_base_set_default,
7465 set_gdbarch_unwind_pc,
7466 set_gdbarch_unwind_sp.
7467 * Makefile.in (s390-tdep.o): Update dependencies.
7468
7469 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
7470 (S390_STACK_FRAME_OVERHEAD): Remove.
7471 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
7472 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
7473 (s390_promote_integer_argument): Remove.
7474 (s390_cannot_extract_struct_value_address): Remove.
7475 (s390_use_struct_convention, s390_store_struct_return): Remove.
7476 (s390_extract_return_value, s390_store_return_value): Remove.
7477 (s390_return_value_convention, s390_return_value): New functions.
7478 (is_float_singleton): Handle typedefs.
7479 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
7480 Remove, replace by ...
7481 (s390_function_arg_pass_by_reference, s390_function_arg_float,
7482 s390_function_arg_integer): ... these new functions.
7483 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
7484 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
7485 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
7486 Fill in tdep->abi.
7487 Remove calls to:
7488 set_gdbarch_deprecated_store_struct_return,
7489 set_gdbarch_deprecated_extract_return_value,
7490 set_gdbarch_deprecated_store_return_value,
7491 set_gdbarch_use_struct_convention,
7492 set_gdbarch_extract_struct_value_address,
7493 set_gdbarch_deprecated_pc_in_call_dummy,
7494 set_gdbarch_deprecated_push_arguments,
7495 set_gdbarch_deprecated_save_dummy_frame_tos,
7496 set_gdbarch_deprecated_push_return_address,
7497 set_gdbarch_deprecated_sizeof_call_dummy_words,
7498 set_gdbarch_deprecated_call_dummy_words,
7499 set_gdbarch_deprecated_dummy_write_sp.
7500 Add calls to:
7501 set_gdbarch_push_dummy_call,
7502 set_gdbarch_unwind_dummy_id,
7503 set_gdbarch_return_value.
7504
7505 * config/s390/nm-linux.h: Update comments.
7506 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
7507 (STOPPED_BY_WATCHPOINT): Redefine.
7508 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
7509 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
7510 (s390_stopped_by_watchpoint): Likewise.
7511 (watch_area_cnt): Remove.
7512 * s390-nat.c: Update comments.
7513 (watch_area): Remove typedef.
7514 Global replace watch_area by struct watch_area.
7515 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
7516 (s390_stopped_by_watchpoint): Remove pid argument,
7517 use s390_inferior_tid. Add short-cut for the no watchpoint case.
7518 (s390_fix_watch_points): Remove pid argument,
7519 use s390_inferior_tid. Recompute area spanned by watchpoints.
7520 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
7521 argument. Reimplement.
7522
7523 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
7524 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
7525 (FETCH_INFERIOR_REGISTERS): Define.
7526 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
7527 core-regset.o.
7528 * config/s390/s390x.mt: Remove.
7529 * config/s390/tm-s390.h: Remove.
7530 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
7531 (TARGET_ELF64): Remove.
7532 (SKIP_TRAMPOLINE_CODE): Do not undefine.
7533 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
7534 s390*-*-* case; always set gdb_target to s390.
7535 * regformats/reg-s390.dat: Remove control registers.
7536 * regformats/reg-s390x.dat: Likewise.
7537 * s390-tdep.h: New file.
7538 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
7539 Include "inferior.h" and "s390-tdep.h".
7540 Remove private definition of offsetof.
7541 (s390_register_u_addr): Remove.
7542 (regmap_gregset, regmap_fpregset): Define.
7543 (supply_gregset, fill_gregset): Reimplement.
7544 (supply_fpregset, fill_fpregset): Likewise.
7545 (s390_inferior_tid): New function.
7546 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
7547 (fetch_inferior_registers, store_inferior_registers): Likewise.
7548 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
7549 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
7550 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
7551 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
7552 (struct gdbarch_tdep): Define.
7553 (struct s390_register_info): Define.
7554 (s390_register_info): New variable.
7555 (s390_register_name): Reimplement.
7556 (s390_register_type): New function.
7557 (s390_register_raw_size, s390x_register_raw_size): Remove.
7558 (s390_cannot_fetch_register): Remove.
7559 (s390_register_byte): Remove.
7560 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
7561 (s390_dwarf_regmap): New variable.
7562 (s390_dwarf_reg_to_regnum): New function.
7563 (s390_stab_reg_to_regnum): Remove.
7564 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
7565 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
7566 (s390_convert_register_p): Likewise.
7567 (s390_register_to_value, s390_value_to_register): Likewise.
7568 (s390_register_reggroup_p): Likewise.
7569 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
7570 s390_gregset, s390x_gregset, s390_fpregset): New variables.
7571 (s390_supply_regset, s390_regset_from_core_section): New functions.
7572 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
7573 (S390_FPR_SIZE): Likewise.
7574 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
7575 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
7576 (S390_NUM_GPRS): Move here from tm-s390.h.
7577 (S390_NUM_FPRS): Likewise.
7578 (s390_in_function_epilogue_p): New function.
7579 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
7580 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
7581 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
7582 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
7583 Replace S390_FP_REGNUM by S390_SP_REGNUM.
7584 Remove calls to:
7585 set_gdbarch_deprecated_max_register_raw_size,
7586 set_gdbarch_deprecated_max_register_virtual_size,
7587 set_gdbarch_deprecated_register_byte,
7588 set_gdbarch_cannot_fetch_register,
7589 set_gdbarch_cannot_store_register,
7590 set_gdbarch_deprecated_register_size,
7591 set_gdbarch_deprecated_register_raw_size,
7592 set_gdbarch_deprecated_register_virtual_size,
7593 set_gdbarch_deprecated_register_virtual_type,
7594 set_gdbarch_deprecated_register_bytes.
7595 Add calls to:
7596 set_gdbarch_num_pseudo_regs,
7597 set_gdbarch_register_type,
7598 set_gdbarch_convert_register_p,
7599 set_gdbarch_register_to_value,
7600 set_gdbarch_value_to_register,
7601 set_gdbarch_register_reggroup_p,
7602 set_gdbarch_regset_from_core_section,
7603 set_gdbarch_pseudo_register_read,
7604 set_gdbarch_pseudo_register_write,
7605 set_gdbarch_in_function_epilogue_p.
7606 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
7607 (s390_tdep_h): New variable.
7608
7609 2004-02-17 Jim Blandy <jimb@redhat.com>
7610
7611 * findvar.c (value_from_register): If the type has no length, just
7612 return an acceptable value --- don't report an internal error.
7613
7614 * stabsread.c (read_type): If we find any type numbers that are
7615 forward references, complain if the references aren't resolved by
7616 the time we're finished reading.
7617 (cleanup_undefined_types): Make error message more appropriate for
7618 a complaint.
7619
7620 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
7621
7622 * Makefile.in (defs_h): Remove dependency on progress_h.
7623 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
7624 progress.h.
7625 * main.c (captured_main): Delete use of START_PROGRESS and
7626 END_PROGRESS.
7627
7628 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
7629
7630 * objfiles.c (terminate_minimal_symbol_table): Add back
7631 initialization of MSYMBOL_TYPE.
7632
7633 2004-02-17 David Mosberger <davidm@hpl.hp.com>
7634
7635 Committed by Andrew Cagney.
7636 * Makefile.in (ia64_tdep_h): New macro.
7637 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
7638 (ia64-tdep.o): Likewise.
7639 * ia64-tdep.h: New file.
7640 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
7641 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
7642 (ia64_aix_sigcontext_register_address): Likewise.
7643 (ia64_linux_getunwind_table): Delete declaration.
7644 * ia64-linux-tdep.c: Likewise.
7645
7646 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
7647
7648 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
7649 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
7650 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
7651
7652 2004-02-17 Andrew Cagney <cagney@redhat.com>
7653
7654 * symtab.c (skip_prologue_using_sal): New function.
7655 * symtab.h (skip_prologue_using_sal): Declare.
7656 * frv-tdep.c: Include "symtab.h".
7657 (skip_prologue_using_sal): Delete function.
7658 * mips-tdep.c (skip_prologue_using_sal): Delete function.
7659 * rs6000-tdep.c (refine_prologue_limit): Mention
7660 skip_prologue_using_sal.
7661 * ia64-tdep.c (refine_prologue_limit): Ditto.
7662 * Makefile.in: Update dependencies.
7663
7664 2004-02-16 Andrew Cagney <cagney@redhat.com>
7665
7666 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
7667 START_INFERIOR_TRAPS_EXPECTED.
7668 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
7669 START_INFERIOR_TRAPS_EXPECTED.
7670 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
7671 Delete macro.
7672 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
7673 macro, moved to "nm-osf.h". Update copyright.
7674 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
7675 update copyright.
7676
7677 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
7678 and function replacing FRAMELESS_FUNCTION_INVOCATION.
7679 * blockframe.c (legacy_frameless_look_for_prologue): Rename
7680 frameless_look_for_prologue.
7681 * frame.h (legacy_frameless_look_for_prologue): Rename
7682 frameless_look_for_prologue.
7683 * gdbarch.h, gdbarch.c: Re-generate.
7684 * sh64-tdep.c (sh64_gdbarch_init): Update.
7685 * sh-tdep.c (sh_gdbarch_init): Update.
7686 * s390-tdep.c (s390_gdbarch_init): Update.
7687 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7688 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7689 * m68k-tdep.c (m68k_gdbarch_init): Update.
7690 (delta68_frame_args_address): Update.
7691 * m32r-tdep.c (m32r_gdbarch_init): Update.
7692 * hppa-tdep.c (hppa_gdbarch_init): Update.
7693 * h8300-tdep.c (h8300_gdbarch_init): Update.
7694 * frv-tdep.c (frv_gdbarch_init): Update.
7695 (frv_frameless_function_invocation): Update.
7696 * cris-tdep.c (cris_gdbarch_init): Update.
7697 (cris_frameless_function_invocation): Update.
7698 * avr-tdep.c (avr_gdbarch_init): Update.
7699 * arm-tdep.c (arm_gdbarch_init): Update.
7700 * stack.c (frame_info): Update, call predicate.
7701 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
7702 * frame.c (legacy_get_prev_frame): Update, call predicate..
7703 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
7704 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
7705 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
7706 invocation.
7707 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7708 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
7709 * vax-tdep.c (vax_gdbarch_init): Ditto.
7710
7711 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
7712 function.
7713
7714 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
7715
7716 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
7717 initializations.
7718
7719 2004-02-16 Andrew Cagney <cagney@redhat.com>
7720
7721 * tui/tui-windata.c: Include "gdb_string.h".
7722 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
7723 * tui/tui-layout.c, tui/tui-command.c: Ditto.
7724 * Makefile.in: Update dependencies.
7725
7726 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
7727
7728 * Makefile.in (infrun.o): Add $(gdb_assert_h).
7729 * infrun.c: Include "gdb_assert.h".
7730 (singlestep_ptid, saved_singlestep_ptid)
7731 (stepping_past_singlestep_breakpoint): New variables.
7732 (resume): Set singlestep_ptid. Check for singlestep thread
7733 hop.
7734 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
7735 (handle_inferior_event): Handle singlestep thread hop.
7736
7737 2004-02-16 Andrew Cagney <cagney@redhat.com>
7738
7739 * dwarf2-frame.c (dwarf2_frame_ops): New function.
7740 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
7741 (dwarf2_frame_init_reg): Ditto.
7742
7743 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
7744 suggested by Joshua Neuheisel
7745
7746 * configure.in: Always check for curses, including pdcurses.
7747 Warn, instead of error, when no curses are found. Enable TUI when
7748 curses is available.
7749 * configure: Re-generate.
7750
7751 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
7752
7753 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
7754 sh_sh4_register_convert_to_virtual.
7755 (sh_register_convert_to_raw): Rename from
7756 sh_sh4_register_convert_to_raw.
7757 (sh_pseudo_register_read): Accomodate above name change.
7758 (sh_pseudo_register_write): Ditto.
7759
7760 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
7761
7762 * sh-tdep.c (sh_generic_register_name): Remove.
7763 (sh_gdbarch_init): Use sh_sh_register_name in default case.
7764
7765 2004-02-15 Andrew Cagney <cagney@redhat.com>
7766
7767 * configure.in (build_warnings): Add -Wunused-function.
7768 * configure: Re-generate.
7769
7770 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
7771 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
7772
7773 * procfs.c (procfs_init_inferior): Assume that
7774 START_INFERIOR_TRAPS_EXPECTED is defined.
7775 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
7776 * config/ns32k/tm-nbsd.h: Delete file,
7777 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
7778
7779 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
7780 * config/vax/tm-vax.h: Delete file.
7781
7782 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
7783 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
7784 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
7785 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
7786 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
7787 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
7788 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
7789
7790 2004-02-15 Mark Kettenis <kettenis@gnu.org>
7791
7792 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
7793 * dwarf2-frame.c (dwarf2_frame_data): New variable.
7794 (struct dwarf2_frame_ops): New.
7795 (dwarf2_frame_default_init_reg): New function, based on
7796 dwarf2_frame_init_reg.
7797 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
7798 (dwarf2_frame_init_reg): Call architecture-specific function.
7799 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
7800 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
7801 instead of dwarf2_frame_data.
7802 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
7803 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
7804
7805 2004-02-15 Andrew Cagney <cagney@redhat.com>
7806
7807 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
7808 register_gdbarch_swap.
7809 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
7810 * f-lang.c (_initialize_f_language): Update, use
7811 DEPRECATED_REGISTER_GDBARCH_SWAP.
7812 * remote.c (_initialize_remote): Ditto.
7813 * regcache.c (_initialize_regcache): Ditto.
7814 * parse.c (_initialize_parse): Ditto.
7815 * infrun.c (_initialize_infrun): Ditto.
7816 * mi/mi-main.c (_initialize_mi_main): Ditto.
7817 * gdbtypes.c (_initialize_gdbtypes): Ditto.
7818
7819 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
7820 poking .cacheable directly.
7821 * symfile.c (symfile_bfd_open): Ditto.
7822
7823 * Makefile.in: Update all dependencies.
7824
7825 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
7826 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
7827 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
7828 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
7829 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
7830
7831 2004-02-14 Andrew Cagney <cagney@redhat.com>
7832
7833 * arch-utils.c (legacy_convert_register_p): Check
7834 DEPRECATED_REGISTER_CONVERTIBLE_P.
7835 * findvar.c (value_of_register): Ditto.
7836
7837 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
7838 * gdbarch.h, gdbarch.c: Re-generate.
7839 * arch-utils.c (deprecated_register_convertible_not): Delete.
7840 * arch-utils.h (deprecated_register_convertible_not): Delete.
7841 * mi/mi-main.c (get_register): Update. Update copyright.
7842 * infcmd.c (default_print_registers_info): Update.
7843
7844 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
7845 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
7846 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
7847 * gdbarch.h, gdbarch.c: Re-generate.
7848 * frame.c (deprecated_get_next_frame_hack): Delete function.
7849 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
7850 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7851 Update.
7852 * infcall.c (call_function_by_hand): Update.
7853
7854 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
7855
7856 * symfile.c (init_entry_point_info, entry_point_address): Move
7857 from here...
7858 * objfiles.c (init_entry_point_info, entry_point_address):..to
7859 here.
7860 * symfile.h (init_entry_point_info, entry_point_address): Remove
7861 prototypes.
7862 * objfiles.h (init_entry_point_info, entry_point_address):Add
7863 prototypes.
7864 * cris-tdep.c: Remove include of symfile.h. Add include of
7865 objfiles.h.
7866 * infcall.c: Ditto.
7867 * mcore-tdep.c: Ditto.
7868 * mn10300-tdep.c: Ditto.
7869 * sh64-tdep.c: Ditto.
7870 * v850-tdep.c: Ditto.
7871 * arm-tdep.c: Remove include of symfile.h.
7872 * blockframe.c: Ditto.
7873 * coffread.c: Ditto.
7874 * dbxread.c: Ditto.
7875 * dwarf2read.c: Ditto.
7876 * dwarfread.c: Ditto.
7877 * frv-tdep.c: Ditto.
7878 * ia64-tdep.c: Ditto.
7879 * mdebugread.c: Ditto.
7880 * mipsread.c: Ditto.
7881 * rs6000-tdep.c: Ditto.
7882 * s390-tdep.c: Ditto.
7883 * sh-tdep.c: Ditto.
7884 * xstormy16-tdep.c: Ditto.
7885 * gdbarch.sh: Remove include of symfile.h.
7886 * gdbarch.c: Regenerate.
7887 * solib-irix.c (enable_break): Use entry_point_address().
7888 Add comment about include file.
7889 * xcoffread.c: Add comment about include file.
7890 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
7891 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
7892 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
7893 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
7894 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
7895
7896 2004-02-13 Andrew Cagney <cagney@redhat.com>
7897
7898 * corelow.c (core_xfer_partial): Use "struct bfd_section".
7899 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
7900 copyright.
7901 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
7902
7903 2004-02-12 Fred Fish <fnf@redhat.com>
7904
7905 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
7906 set_gdbarch_store_return_value.
7907
7908 2004-02-12 Andrew Cagney <cagney@redhat.com>
7909
7910 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
7911 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
7912 (interrupt_query): Ditto.
7913 (ofunc): Delete unused variable.
7914 * cris-tdep.c (cris_abi): Delete unused function.
7915 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
7916 (cris_get_wide_opcode, cris_get_short_size): Ditto.
7917 (cris_get_asr_quick_shift_steps): Ditto.
7918 (cris_skip_prologue_frameless_p): Ditto.
7919 * arm-tdep.c (arm_push_return_address): Delete unused function.
7920 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
7921 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
7922 * s390-tdep.c (s390_function_start): Delete unused function.
7923
7924 2004-02-12 Andrew Cagney <cagney@redhat.com>
7925
7926 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
7927 gdbarch.h, gdbarch.c: Re-generate.
7928 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
7929 to generic_prologue_frameless_p.
7930 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
7931 * arch-utils.c (generic_prologue_frameless_p): Delete function.
7932
7933 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
7934
7935 * mips-linux-tdep.c: Include "frame.h".
7936 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
7937 (mips_linux_skip_resolver): New functions.
7938 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
7939 and set_gdbarch_in_solib_call_trampoline.
7940 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
7941 to after set_gdbarch_in_solib_return_trampoline. Only set the
7942 solib hooks to mips16 functions if the OS ABI is unknown.
7943 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
7944 including "config/tm-linux.h".
7945 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
7946 * Makefile.in (mips-linux-tdep.o): Update.
7947
7948 2004-02-11 David Carlton <carlton@kealia.com>
7949
7950 * linespec.c (decode_compound): Only look for a class symbol when
7951 considering all but the rightmost component.
7952
7953 2004-02-11 Andrew Cagney <cagney@redhat.com>
7954
7955 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
7956 abi code are are separatly grouped.
7957
7958 2004-02-11 Andrew Cagney <cagney@redhat.com>
7959
7960 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
7961 * gdbarch.h, gdbarch.c: Re-generate.
7962 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7963 * v850-tdep.c (v850_gdbarch_init): Update.
7964 * sh64-tdep.c (sh64_gdbarch_init): Update.
7965 * sh-tdep.c (sh_gdbarch_init): Update.
7966 * s390-tdep.c (s390_gdbarch_init): Update.
7967 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7968 * mips-tdep.c (mips_gdbarch_init): Update.
7969 * mcore-tdep.c (mcore_gdbarch_init): Update.
7970 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7971 * m32r-tdep.c (m32r_gdbarch_init): Update.
7972 * ia64-tdep.c (ia64_gdbarch_init): Update.
7973 * hppa-tdep.c (hppa_gdbarch_init): Update.
7974 * h8300-tdep.c (h8300_gdbarch_init): Update.
7975 * frv-tdep.c (frv_gdbarch_init): Update.
7976 * d10v-tdep.c (d10v_gdbarch_init): Update.
7977 * cris-tdep.c (cris_gdbarch_init): Update.
7978 * avr-tdep.c (avr_gdbarch_init): Update.
7979 * arm-tdep.c (arm_gdbarch_init): Update.
7980 * alpha-tdep.c (alpha_gdbarch_init): Update.
7981
7982 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
7983
7984 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
7985 comma.
7986 (sh_sh4al_dsp_register_name): Ditto.
7987
7988 2004-02-10 Andrew Cagney <cagney@redhat.com>
7989
7990 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
7991 (mips_init_frame_pc_first): Delete function.
7992 (mips_frame_saved_pc): Delete function.
7993 (mips_frame_chain): Delete function.
7994 (mips_init_extra_frame_info): Delete function.
7995 (mips_xfer_register): Delete unused variable "reg".
7996 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
7997 (mips_n32n64_return_value): Delete unused variable "reg".
7998 (mips_n32n64_return_value): Delete unused variable "pos".
7999 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
8000 (mips_o32_return_value): Delete unused variable "pos".
8001 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
8002 (mips_print_fp_register): Delete unused variable "namelen"
8003 (mips_print_fp_register): Delete unused variable "flt2"
8004 (get_frame_pointer): Delete function.
8005 (cached_proc_desc): Delete static variable.
8006 (mips_pop_frame): Delete function.
8007 (mips_find_saved_regs): Delete function.
8008 (mips_get_saved_register): Delete function.
8009 (mips_saved_pc_after_call): Delete function.
8010 (SIGFRAME_BASE): Delete macro.
8011 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
8012 (SIGFRAME_PC_OFF): Delete macro.
8013 (SIGFRAME_REGSAVE_OFF): Delete macro.
8014 (mips_dump_tdep): Do not print deleted macro definitions.
8015
8016 2004-02-10 Andrew Cagney <cagney@redhat.com>
8017
8018 * Makefile.in (SFILES): Remove explictly listed tui files.
8019 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
8020
8021 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8022
8023 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
8024 to use paddr functions to format ia64 addresses and long values.
8025 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
8026 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
8027 (get_kernel_table, ia64_find_proc_info_x): Ditto.
8028 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
8029 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
8030
8031 2004-02-10 Andrew Cagney <cagney@redhat.com>
8032
8033 * defs.h: Do not include "tui.h".
8034 * gdb_curses.h: New file.
8035 * tui/tui-hooks.h: New file.
8036 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
8037 (tui_install_hooks, tui_remove_hooks): Delete declarations.
8038 (tui_initialize_io): Delete declaration.
8039 (tui_initialize_readline: Delete redundant declaration.
8040 (struct tui_point): Delete definition.
8041 * tui/tui-data.h (struct tui_point): Define.
8042 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
8043 * utils.c: Include "tui/tui.h".
8044 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
8045 * printcmd.c [TUI]: Include "tui/tui.h".
8046 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
8047 * tui/tui-command.c: Include "gdb_curses.h".
8048 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
8049 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
8050 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
8051 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
8052 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
8053 * Makefile.in: Update all dependencies.
8054 (tui_hooks_h, gdb_curses_h): Define.
8055 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
8056
8057 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
8058
8059 * objfiles.h (struct objfile): Remove unused fields auxf1 and
8060 auxf2. Add comments about some other rarely used fields.
8061
8062 2004-02-10 Andrew Cagney <cagney@redhat.com>
8063
8064 * Makefile.in (init.c): Fix script removing duplicates. Problem
8065 reported by Peter Schauer.
8066
8067 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
8068
8069 * bcache.c (bcache_xmalloc): Use obstack_init instead of
8070 obstack_specify_allocation.
8071 * objfiles.c (allocate_objfile): Ditto.
8072 * solib-sunos.c (solib_add_common_symbols)
8073 (allocate_rt_common_objfile): Ditto.
8074 * symfile.c (reread_symbols): Ditto.
8075 * gdb_obstack.h: Add comment.
8076
8077 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
8078
8079 * linespec.c (decode_line_1, locate_first_half)
8080 (decode_compound, lookup_prefix_sym): Update comments. Delete old
8081 commented out code.
8082
8083 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
8084
8085 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
8086 obstack_free.
8087
8088 2004-02-09 Andrew Cagney <cagney@redhat.com>
8089
8090 * blockframe.c (find_pc_partial_function): If find_pc_overlay
8091 fails, try find_pc_section. Fix PR c++/1267.
8092 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
8093 instead of find_pc_mapped_section.
8094 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
8095 not default to the section containing PC. Fix PR symtab/1519.
8096
8097 2004-02-09 Andrew Cagney <cagney@redhat.com>
8098
8099 * Makefile.in (mips-tdep.o): Update dependencies.
8100 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
8101 "trad-frame.h".
8102 (mips_unwind_pc): Return the pseudo PC register.
8103 (mips_unwind_dummy_id): New function.
8104 (mips16_fetch_instruction): New function.
8105 (mips32_fetch_instruction): New function.
8106 (struct mips_frame_cache): Define.
8107 (mips_mdebug_frame_cache): New function.
8108 (mips_mdebug_frame_this_id): New function.
8109 (mips_mdebug_frame_prev_register): New function.
8110 (mips_mdebug_frame_unwind): Define.
8111 (mips_mdebug_frame_sniffer): New function.
8112 (mips_mdebug_frame_base_address): New function.
8113 (mips_mdebug_frame_base): Define.
8114 (mips_mdebug_frame_base_sniffer): New function.
8115 (mips_gdbarch_init): Append unwind and base sniffers. Set
8116 unwind_dummy_id.
8117
8118 2004-02-08 Andrew Cagney <cagney@redhat.com>
8119
8120 * frame.c: Print both the register number and name.
8121
8122 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
8123 and a sed into a single sed. Make .c and .o patterns more robust.
8124 (OBS): Delete.
8125 (INIT_FILES): Replace OBS with COMMON_OBS.
8126 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
8127
8128 2004-02-08 Mark Kettenis <kettenis@gnu.org>
8129
8130 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
8131 the PT_WCOOKIE request.
8132
8133 2004-02-08 Andrew Cagney <cagney@redhat.com>
8134
8135 * mips-tdep.c (mips_unwind_pc): New function.
8136 (mips_gdbarch_init): Set mips_unwind_pc.
8137
8138 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
8139 (get_frame_id): Allow the UNKNOWN_FRAME.
8140 (frame_register_unwind, get_frame_type): Ditto.
8141
8142 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
8143 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
8144 unwind_dummy_id indicates a legacy frame.
8145
8146 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
8147 * configure: Re-generate.
8148
8149 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
8150 methods.
8151
8152 2004-02-08 Andrew Cagney <cagney@redhat.com>
8153
8154 * configure.in (CONFIG_ALL): Set to Makefile target, and not
8155 makefile macro.
8156 * configure: Re-generate.
8157 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
8158 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
8159 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
8160 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
8161 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
8162 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
8163 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
8164 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
8165 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
8166 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
8167
8168 2004-02-07 Andrew Cagney <cagney@redhat.com>
8169
8170 * Makefile.in: Update all dependencies.
8171
8172 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
8173 * configure: Re-generate.
8174 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
8175 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
8176 (COMMON_OBS): Add "main.o" and "annotate.o".
8177 (ANNOTATE_OBS): Delete.
8178 (OBS): Remove ANNOTATE_OBS.
8179 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
8180 CONFIG_INITS.
8181 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
8182 against CONFIG_OBS and "main.o".
8183 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
8184 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
8185
8186 * tui/tui-command.c: Include "gdb_string.h", delete register
8187 attribute, use ISO-C function signatures.
8188 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
8189 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
8190 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
8191 * tui/tui.c: Ditto.
8192
8193 * tui/tui-command.c: Change variable and function names to lower
8194 case.
8195 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
8196 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
8197 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
8198 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
8199 * tui/tui-winsource.c, tui/tui.c: Ditto.
8200
8201 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
8202
8203 * buildsym.c (free_pending_blocks, finish_block)
8204 (record_pending_block, make_blockvector, end_symtab): Replace
8205 symbol_obstack with objfile_obstack.
8206 * coffread.c (process_coff_symbol, coff_read_struct_type)
8207 (coff_read_enum_type): Ditto.
8208 * cp-namespace.c (initialize_namespace_symtab)
8209 (check_one_possible_namespace_symbol): Ditto.
8210 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
8211 (dwarf2_symbol_mark_computed): Ditto.
8212 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
8213 * elfread.c (elf_symtab_read): Ditto.
8214 * hpread.c (hpread_symfile_init, hpread_symfile_init)
8215 (hpread_read_enum_type, hpread_read_function_type)
8216 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
8217 Ditto.
8218 * jv-lang.c (get_java_class_symtab, add_class_symbol)
8219 (java_link_class_type): Ditto.
8220 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
8221 (new_symbol): Ditto.
8222 * minsyms.c (install_minimal_symbols): Ditto.
8223 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
8224 (terminate_minimal_symbol_table): Replace symbol_obstack with
8225 objfile_obstack.
8226 (free_objfile): Remove freeing of symbol_obstack.
8227 * objfiles.h: Remove symbol_obstack field.
8228 * pa64solib.c (add_to_solist): Replace symbol_obstack with
8229 objfile_obstack.
8230 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
8231 symbol_obstack.
8232 (solib_add_common_symbols): Replace symbol_obstack with
8233 objfile_obstack.
8234 * somsolib.c (som_solib_add): Ditto.
8235 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8236 (common_block_start, common_block_end): Ditto.
8237 * symfile.c (reread_symbols): Remove freeing and init of
8238 symbol_obstack.
8239 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
8240 * symfile.h: Update comment.
8241 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
8242 stats printing.
8243 * symtab.c (symbol_set_names): Replace symbol_obstack with
8244 objfile_obstack.
8245 * symtab.h (struct general_symbol_info, struct minimal_symbol):
8246 Update comments.
8247 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
8248 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
8249 objfile_obstack.
8250
8251 2004-02-07 Andrew Cagney <cagney@redhat.com>
8252
8253 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
8254 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
8255 fields and variables.
8256 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
8257 (m_beInvisible): Delete macro.
8258 * tui/tui-data.h: Fix case case fields and variables.
8259 (m_genWinPtrIsNull): Delete macro.
8260 (tui_win_list): Rename winList.
8261 (TUI_SRC_WIN): Rename srcWin.
8262 (TUI_DISASM_WIN): Rename disassemWin.
8263 (TUI_DATA_WIN): Rename dataWin.
8264 (TUI_CMD_WIN): Rename cmdWin.
8265 (m_genWinPtrNotNull): Delete macro.
8266 (m_winPtrIsNull): Delete macro.
8267 (m_winPtrNotNull): Delete macro.
8268 (tui_win_is_source_type): Replace m_winIsSourceType
8269 (tui_win_is_auxillary): Replace m_winIsAuzillary.
8270 (tui_win_has_locator): Replace m_hasLocator.
8271 (tui_set_win_highlight): Replace m_setWinHighlightOn and
8272 m_setWinHighlightOff.
8273 * tui/tui-data.c: Update references.
8274 (tui_win_is_source_type, tui_set_win_highlight): New functions.
8275 (tui_win_has_locator, tui_win_is_auxillary): New functions.
8276 * tui/tui-command.c, tui/tui-disasm.c: Update references.
8277 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
8278 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
8279 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
8280 * tui/tui-winsource.c, tui/tui.c: Ditto.
8281
8282 2004-02-07 Mark Kettenis <kettenis@gnu.org>
8283
8284 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
8285 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
8286 StackGhost.
8287
8288 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
8289 variable `i6' to `i7'.
8290 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
8291
8292 2004-02-07 Andrew Cagney <cagney@redhat.com>
8293
8294 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
8295 (TuiPoint, TuiPointPtr): Ditto.
8296 (TuiStatus, TuiStatusPtr): Ditto.
8297 (TuiWinType, TuiWinTypePtr): Ditto.
8298 (struct tui_point): Rename _TuiPoint.
8299 (tui_get_low_disassembly_address): Rename
8300 tuiGetLowDisassemblyAddress.
8301 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
8302 (tuiFree): Delete declaration.
8303 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
8304 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
8305 * tui/tui.c (tuiFree): Delete function.
8306 * cli/cli-cmds.c (disassemble_command): Update references.
8307 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
8308 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
8309 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
8310 * tui/tui-winsource.c: Ditto.
8311
8312 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
8313
8314 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
8315 coffstab_build_psymtabs, elfstab_build_psymtabs)
8316 (stabsect_build_psymtabs): Replace psymbol_obstack with
8317 objfile_obstack.
8318 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
8319 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
8320 Ditto.
8321 * dwarfread.c (scan_compilation_units): Ditto.
8322 * elfread.c (elfstab_offset_sections): Ditto.
8323 * hppa-tdep.c (read_unwind_info): Ditto.
8324 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
8325 (hpread_end_psymtab): Ditto.
8326 * mdebugread.c (mdebug_build_psymtabs, add_pending)
8327 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
8328 Ditto.
8329 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8330 * objfiles.c (add_to_objfile_sections)
8331 (build_objfile_section_table): Ditto.
8332 (allocate_objfile): Remove init of psymbol_obstack.
8333 (free_objfile): Remove freeing of psymbol_obstack.
8334 * objfiles.h (struct objfile): Remove field
8335 psymbol_obstack. Update comments.
8336 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
8337 psymbol_obstack with objfile_obstack.
8338 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
8339 psymbol_obstack.
8340 * somread.c (som_symfile_offsets, init_import_symbols)
8341 (init_export_symbols): Replace psymbol_obstack with
8342 objfile_obstack.
8343 * somsolib.c (som_solib_add_solib_objfile): Ditto.
8344 * symfile.c (default_symfile_offsets, syms_from_objfile)
8345 (reread_symbols): Remove freeing and init of psymbol_obstack.
8346 (cashier_psymtab): Update comment.
8347 * symmisc.c (print_objfile_statistics): Don't report stats for
8348 psymbol obstack.
8349 * symtab.h (struct general_symbol_info, struct partial_symtab):
8350 Update comments.
8351 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
8352 (xcoff_symfile_offsets): Replace psymbol_obstack with
8353 objfile_obstack.
8354
8355 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
8356
8357 * objfiles.h (struct objfile): Add objfile_obstack field.
8358 Remove type_obstack field.
8359
8360 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
8361 read_structure_scope read_enumeration, new_symbol): Replace
8362 type_obstack with objfile_obstack.
8363 * dwarfread.c (struct_type, enum_type): Ditto.
8364 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
8365 (lookup_fundamental_type): Ditto.
8366 * gdbtypes.h (TYPE_ALLOC): Ditto.
8367 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
8368 (hpread_read_doc_function_type, hpread_read_struct_type)
8369 (fix_static_member_physnames, hpread_read_array_type)
8370 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8371 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
8372 (java_link_class_type): Ditto.
8373 * mdebugread.c (parse_type): Ditto.
8374 * objfiles.c (allocate_objfile, free_objfile): Ditto.
8375 * solib-sunos.c (solib_add_common_symbols): Ditto.
8376 * stabsread.c (define_symbol, read_type, read_member_functions,
8377 read_cpp_abbrev, read_one_struct_field): Ditto.
8378 * symfile.c (reread_symbols): Ditto.
8379 * symmisc.c (print_objfile_statistics): Ditto.
8380
8381 2004-02-07 Andrew Cagney <cagney@redhat.com>
8382
8383 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
8384 (tui_exec_info_content): Rename TuiExecInfoContent.
8385 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
8386 (TuiWinInfo, TuiWinInfoPtr): Ditto.
8387 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
8388 (TuiList, TuiListPtr): Ditto.
8389 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
8390 (TuiDataType, TuiDataTypePtr): Ditto.
8391 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
8392 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
8393 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
8394 (TuiSourceElement, TuiSourceElementPtr): Ditto.
8395 (TuiDataElement, TuiDataElementPtr): Ditto.
8396 (TuiWinElement, TuiWinElementPtr): Ditto.
8397 (TuiDataInfo, TuiDataInfoPtr): Ditto.
8398 (TuiCommandElement, TuiCommandElementPtr): Ditto.
8399 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
8400 (TuiWhichElement, TuiWhichElementPtr): Ditto.
8401 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
8402 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
8403 * tui/tui-command.c, tui/tui-data.c: Update references.
8404 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
8405 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
8406 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
8407 * tui/tui-winsource.c, tui/tui.c: Ditto.
8408
8409 2004-02-07 Mark Kettenis <kettenis@gnu.org>
8410
8411 * dwarf2-frame.h: Update copyright.
8412 (enum dwarf2_frame_reg_rule): New.
8413 (struct dwarf2_frame_state_reg): New.
8414 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
8415 * dwarf2-frame.c: Update copyright.
8416 (enum dwarf2_reg_rule): Remove.
8417 (struct dwarf2_frame_state): Remove defenition of `struct
8418 dwarf2_frame_state_reg'.
8419 (read_reg): Call get_frame_arch to get the architecture instead of
8420 using CURRENT_GDBARCH.
8421 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
8422 DWARF2_FRAME_.
8423 (dwarf2_frame_init_reg): New function.
8424 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
8425 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
8426 initialize the register state. Prefix old `enum dwarf2_reg_rule'
8427 tags with DWARF2_FRAME_.
8428 (dwarf2_frame_prev_register): Call get_frame_arch to get the
8429 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
8430 dwarf2_reg_rule' tags with DWARF2_FRAME_.
8431
8432 2004-02-06 Andrew Cagney <cagney@redhat.com>
8433
8434 * tui/tui-data.h (struct tui_list): Rename _TuiList.
8435 (enum tui_data_type): Rename _TuiDataType.
8436 (struct tui_layout_def): Rename _TuiLayoutDef.
8437 (struct tui_source_element): Rename _TuiSourceElement.
8438 (struct tui_data_element): Rename _TuiDataElement.
8439 (struct tui_command_element): Rename _TuiCommandElement.
8440 (struct tui_locator_element): Rename _TuiLocatorElement.
8441 (union tui_which_element): Define.
8442 (struct tui_win_element): Rename _TuiWinElement.
8443 (struct tui_data_info): Rename _TuiDataInfo.
8444 (struct tui_source_info): Rename _TuiSourceInfo.
8445 (struct tui_command_info): Rename _TuiCommandInfo.
8446 (tui_initialize_static_data): Rename initializeStaticData.
8447 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
8448 (tui_alloc_win_info): Rename allocWinInfo.
8449 (tui_init_generic_part): Rename initGenericPart.
8450 (tui_init_win_info): Rename initWinInfo.
8451 (tui_alloc_content): Rename allocContent.
8452 (tui_add_content_elements): Rename addContentElements.
8453 (tui_init_content_element): Rename initContentElement.
8454 (tui_free_window): Rename freeWindow.
8455 (tui_free_win_content): Rename freeWinContent.
8456 (tui_free_data_content): Rename freeDataContent.
8457 (tui_free_all_source_wins_content): Rename
8458 freeAllSourceWinsContent.
8459 (tui_del_window): Rename tuiDelWindow.
8460 (tui_del_data_windows): Rename tuiDelDataWindows.
8461 (tui_partial_win_by_name): Rename partialWinByName.
8462 (tui_win_name): Rename winName.
8463 (tui_current_layout): Rename currentLayout.
8464 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
8465 (tui_term_height): Rename termHeight.
8466 (tui_set_term_height_to): Rename setTermHeightTo.
8467 (tui_term_width): Rename termWidth.
8468 (tui_set_term_width_to): Rename setTermWidthTo.
8469 (tui_set_gen_win_origin): Rename setGenWinOrigin.
8470 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
8471 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
8472 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
8473 (tui_source_windows): Rename sourceWindows.
8474 (tui_clear_source_windows): Rename clearSourceWindows.
8475 (tui_clear_source_windows_detail): Rename
8476 clearSourceWindowsDetail.
8477 (tui_clear_win_detail): Rename clearWinDetail.
8478 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
8479 (tui_default_tab_len): Rename tuiDefaultTabLen.
8480 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
8481 (tui_win_with_focus): Rename tuiWinWithFocus.
8482 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
8483 (tui_layout_def): Rename tuiLayoutDef.
8484 (tui_win_resized): Rename tuiWinResized.
8485 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
8486 (tui_next_win): Rename tuiNextWin.
8487 (tui_prev_win): Rename tuiPrevWin.
8488 (tui_add_to_source_windows): Rename addToSourceWindows.
8489 * tui/tui-winsource.c, tui/tui-win.c: Update references.
8490 * tui/tui-layout.c, tui/tui-source.c: Ditto.
8491 * tui/tui-stack.c, tui/tui-io.c: Ditto.
8492 * tui/tui.c, tui/tui-data.c: Ditto.
8493 * tui/tui-interp.c, tui/tui-data.c: Ditto.
8494 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
8495
8496 * tui/tui-source.h: Update copyright. Include "tui-data.h".
8497 (struct symtab): Declare.
8498 (tui_set_source_content): Rename tuiSetSourceContent.
8499 (tui_show_symtab_source): Rename tuiShowSource.
8500 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
8501 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
8502 * tui/tui-source.c: Update copyright. Update references.
8503 * tui/tui-win.c, tui/tui-winsource.c: Update references.
8504 * tui/tui-stack.c: Update references.
8505
8506 * tui/tui-win.h: Update copyright. Include "tui-data.h".
8507 (struct tui_win_info): Declare.
8508 (tui_scroll_forward): Rename tuiScrollForward.
8509 (tui_scroll_backward): Rename tuiScrollBackward.
8510 (tui_scroll_left): Rename tuiScrollLeft.
8511 (tui_scroll_right): Rename tuiScrollRight.
8512 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
8513 (tui_resize_all): Rename tuiResizeAll.
8514 (tui_refresh_all_win): Rename tuiRefreshAll.
8515 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
8516 * tui/tui-layout.c, * tui/tui-io.c: Update references.
8517 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
8518 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
8519
8520 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
8521 (tui_erase_data_content): Rename tuiEraseDataContent.
8522 (tui_display_all_data): Rename tuiDisplayAllData.
8523 (tui_check_data_values): Rename tuiCheckDataValues.
8524 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
8525 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
8526 (tui_first_data_element_no_in_line): Rename
8527 tuiFirstDataElementNoInLine.
8528 (tui_delete_data_content_windows): Rename
8529 tuiDeleteDataContentWindows.
8530 (tui_refresh_data_win): Rename tuiRefreshDataWin.
8531 (tui_display_data_from): Rename tuiDisplayDataFrom.
8532 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
8533 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
8534 * tui/tui-win.c, tui/tui-regs.c: Update references.
8535 * tui/tui-layout.c, tui/tui.c: Update references.
8536
8537 * tui/tui-wingeneral.h: Update copyright.
8538 (m_allBeVisible): Delete macro.
8539 (m_allBeInvisible): Delete macro.
8540 (struct tui_gen_win_info): Declare.
8541 (struct tui_win_info): Declare.
8542 (tui_unhighlight_win): Rename unhighlightWin.
8543 (tui_make_visible, tui_make_invisible): Replace makeVisible.
8544 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
8545 (tui_make_window): Rename makeWindow.
8546 (tui_copy_win): Rename copyWin.
8547 (tui_box_win): Rename boxWin.
8548 (tui_highlight_win): Rename highlightWin.
8549 (tui_check_and_display_highlight_if_needed): Rename
8550 checkAndDisplayHighlightIfNeeded.
8551 (tui_refresh_all): Rename refreshAll.
8552 (tui_delete_win): Rename tuiDelwin.
8553 (tui_refresh_win): Rename tuiRefreshWin.
8554 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
8555 (tui_make_visible, tui_make_invisible): New functions.
8556 (tui_make_all_visible, tui_make_all_invisible): New functions.
8557 (make_all_visible): Rename makeAllVisible.
8558 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
8559 * tui/tui-data.c, tui/tui-winsource.c: Update references.
8560 * tui/tui-windata.c, tui/tui-win.c: Update references.
8561 * tui/tui-regs.c, tui/tui-layout.c: Update references.
8562 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
8563
8564 2004-02-06 Mark Kettenis <kettenis@gnu.org>
8565
8566 * proc-api.c (write_with_trace): Initialize local variable to
8567 silence compiler warning.
8568
8569 2004-02-06 Andrew Cagney <cagney@redhat.com>
8570
8571 * tui/tui-source.h: Do not include "defs.h".
8572 (struct tui_win_info): Declare.
8573 (tui_set_source_content_nil): Declare.
8574 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
8575 (union tui_line_or_address): Rename _TuiLineOrAddress.
8576 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
8577 (tui_update_source_window): Rename tuiUpdateSourceWindow.
8578 (tui_update_source_window_as_is): Rename
8579 tuiUpdateSourceWindowAsIs.
8580 (tui_update_source_windows_with_addr): Rename
8581 tuiUpdateSourceWindowsWithAddr.
8582 (tui_update_source_windows_with_line): Rename
8583 tuiUpdateSourceWindowsWithLine.
8584 (tui_clear_source_content): Rename tuiClearSourceContent.
8585 (tui_erase_source_content): Rename tuiEraseSourceContent.
8586 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
8587 (tui_show_source_content): Rename tuiShowSourceContent.
8588 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
8589 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
8590 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
8591 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
8592 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
8593 (tui_update_exec_info): Rename tuiUpdateExecInfo.
8594 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
8595 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
8596 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
8597 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
8598 (struct tui_win_info): Declare.
8599 * tui/tui-stack.c: Update references.
8600 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
8601 * tui/tui-win.c, tui/tui-source.c: Ditto.
8602 * tui/tui.c, tui/tui-disasm.c: Ditto.
8603
8604 2004-02-06 Mark Kettenis <kettenis@gnu.org>
8605
8606 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
8607 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
8608
8609 2004-02-05 Mark Kettenis <kettenis@gnu.org>
8610
8611 * infrun.c (handle_inferior_event): Allow for breakpoint
8612 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
8613 and SIGEMT. Update comments.
8614 * NEWS (Revised SPARC target): Mention support for non-executable
8615 stack.
8616
8617 2004-02-04 Mark Kettenis <kettenis@gnu.org>
8618
8619 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
8620 * inftarg.c: Update copyright year.
8621 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
8622 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
8623 (sparc_xfer_wcookie): New function.
8624 * sparc-tdep.c (sparc_fetch_wcookie): New function.
8625 * Makefile.in (sparc-nat.o): Update dependencies.
8626 * config/sparc/nm-nbsd.h: Include "target.h".
8627 (NATIVE_XFER_WCOOKIE): New define.
8628 (sparc_xfer_wcookie): New prototype.
8629
8630 2004-02-04 Andrew Cagney <cagney@redhat.com>
8631
8632 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
8633 SYSCALL_TRAP function.
8634 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
8635
8636 2004-02-04 Andrew Cagney <cagney@redhat.com>
8637 Daniel Jacobowitz <drow@mvista.com>
8638
8639 * objfiles.h: Delete comments refering to inside_entry_func and
8640 DEPRECATED_FRAME_CHAIN_VALID.
8641 * defs.h (inside_entry_func): Update prototype..
8642 * blockframe.c (inside_entry_func): Rename to
8643 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
8644 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
8645
8646 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
8647
8648 * breakpoint.c (struct captured_parse_breakpoint_args): Move
8649 outside of #ifdef SOLIB_ADD region.
8650 (do_restore_lang_radix_cleanup): Ditto.
8651 (resolve_pending_breakpoint): Ditto.
8652
8653 2004-02-03 Andrew Cagney <cagney@redhat.com>
8654
8655 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
8656 (process_note_abi_tag_sections): Delete unused function.
8657 (ia64_read_fp): Delete unused function.
8658 (gdbarch_extract_struct_value_address): Delete declaration.
8659
8660 2004-02-02 Andrew Cagney <cagney@redhat.com>
8661
8662 * vax-tdep.c (vax_frame_chain): Delete call to
8663 deprecated_inside_entry_file.
8664 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
8665
8666 2004-02-02 Mark Kettenis <kettenis@gnu.org>
8667
8668 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
8669 column that's "empty" or "same value" when eliminating REG_RA
8670 rules.
8671
8672 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8673
8674 * NEWS: Add information about new pending breakpoint support.
8675
8676 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8677
8678 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
8679 and pending fields for pending breakpoint support.
8680 * breakpoint.c (breakpoint_enabled): Add check for not pending.
8681 (condition_command): Only parse condition if not a pending
8682 breakpoint.
8683 (print_one_breakpoint): Add support for pending breakpoints.
8684 (describe_other_breakpoints): Add checks to verify we are not
8685 dealing with pending breakpoints.
8686 (check_duplicates): Don't check pending breakpoints.
8687 (set_raw_breakpoint): Initialize pending flag.
8688 (do_restore_lang_radix_cleanup): New cleanup routine.
8689 (resolve_pending_breakpoint): New function.
8690 (re_enable_breakpoints_in_shlibs): Try and resolve any
8691 pending breakpoints via resolve_pending_breakpoint.
8692 (mention): Add pending breakpoint support.
8693 (parse_breakpoint_sals): Add new parameter to pass to
8694 decode_line_1 to indicate silent errors when files or functions
8695 are not found. Change all callers.
8696 (do_captured_parse_breakpoint): New function.
8697 (break_command_1): Change prototype to return an rc value and to
8698 take an optional pending breakpoint pointer. Support creating
8699 a pending breakpoint if a "not found" form of error occurs when
8700 parsing the breakpoint. Also support resolving an existing pending
8701 breakpoint and be silent if the resolution fails.
8702 (create_breakpoints): Change prototype to take pending breakpoint
8703 pointer. When resolving a pending breakpoint, use the new pointer
8704 to provide a conditional or commands added by the end-user.
8705 (delete_breakpoint): Add appropriate check for pending.
8706 (breakpoint_re_set_one): Ditto.
8707 (do_enable_breakpoint): Ditto.
8708
8709 2004-02-02 David Carlton <carlton@kealia.com>
8710
8711 * valops.c (enum oload_classification): New.
8712 (find_overload_match): Break implementation into separate
8713 functions; delete #if 0'd code; look for symbols within
8714 namespaces.
8715 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
8716 (find_oload_champ,oload_method_static,classify_oload_match): New.
8717 * cp-support.h: Add declaration for cp_func_name; update
8718 declaration for make_symbol_overload_list.
8719 * cp-support.c (cp_func_name): New.
8720 (overload_list_add_symbol): Fix comment, use
8721 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
8722 (make_symbol_overload_list): Take a function name and a namespace
8723 instead of a symbol; change implementation.
8724 (make_symbol_overload_list_using): New.
8725 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
8726
8727 2004-02-02 Fred Fish <fnf@redhat.com>
8728
8729 * main.c (gdb_stdtarg): Move definition to group with other
8730 gdb_stdtarg definitions and update copyright years.
8731 * remote-sim.c (gdb_os_write_stderr): Write output to
8732 gdb_stdtargerr stream instead of gdb_stdtarg stream.
8733 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
8734 gdb_stderr stream and update copyright years.
8735
8736 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
8737
8738 * Makefile.in (mips-linux-nat.o): Update dependencies.
8739 * mips-linux-nat.c: Include mips-tdep.h.
8740
8741 2004-02-01 Roland McGrath <roland@redhat.com>
8742
8743 * sol-thread.c (sol_thread_xfer_partial): New function.
8744 (init_sol_thread_ops): Use that for to_xfer_partial hook.
8745 (init_sol_core_ops): Likewise.
8746
8747 * procfs.c (procfs_xfer_partial): New function.
8748 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
8749 * Makefile.in (procfs.o): Add $(auxv_h) dep.
8750
8751 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
8752 procfs_xfer_auxv function.
8753
8754 * procfs.c (procfs_make_note_section): If we can read
8755 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
8756 * linux-proc.c (linux_make_note_section): Likewise.
8757
8758 * auxv.h: New file.
8759 * auxv.c: New file.
8760 * Makefile.in (auxv_h): New variable.
8761 (COMMON_OBS): Add auxv.o here.
8762 (auxv.o): New target.
8763
8764 * corelow.c (core_xfer_partial): New function.
8765 (init_core_ops): Use it for core_ops.to_xfer_partial.
8766
8767 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
8768 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
8769 macro if that is defined.
8770
8771 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
8772
8773 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
8774 and check the specified thread for each breakpoint.
8775 * breakpoint.h (bpstat_stop_status): Update prototype.
8776 * infrun.c (handle_inferior_event): Update calls to
8777 bpstat_stop_status.
8778
8779 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
8780
8781 * Makefile.in (cli-cmds.o): Add $(readline_h).
8782
8783 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
8784
8785 * cli/cli-cmds.c: Include readline.h.
8786 (complete_command): Pass the start of the last word to
8787 complete_line.
8788
8789 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8790
8791 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
8792 argument, and change first argument to a CORE_ADDR.
8793 * breakpoint.h (bpstat_stop_status): Update prototype.
8794 * infrun.c (adjust_pc_after_break): Add a new comment.
8795 (handle_inferior_event): Update calls to bpstat_stop_status.
8796
8797 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8798
8799 * breakpoint.h: Update copyright years.
8800
8801 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8802
8803 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
8804 (bpstat_stop_status): Don't decrement PC.
8805 * breakpoint.h (software_breakpoint_inserted_here_p): Add
8806 prototype.
8807 * infrun.c (adjust_pc_after_break): New function.
8808 (handle_inferior_event): Call it, early. Remove later references
8809 to DECR_PC_AFTER_BREAK.
8810 (normal_stop): Add commentary.
8811
8812 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8813
8814 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
8815 2004-01-27 double-free fix.
8816
8817 2004-01-31 Mark Kettenis <kettenis@gnu.org>
8818
8819 * sparc-tdep.c (sparc_fetch_wcookie): New function.
8820 (sparc32_frame_prev_register): Handle StackGhost.
8821 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
8822
8823 2004-01-29 Roland McGrath <roland@redhat.com>
8824
8825 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
8826 * configure: Regenerated.
8827
8828 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
8829 * Makefile.in (procfs.o): Add dep.
8830
8831 2004-01-28 Andrew Cagney <cagney@redhat.com>
8832
8833 * tui/tui-stack.h: Update copyright.
8834 (struct frame_info): Add opaque declaration.
8835 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
8836 (tui_show_locator_content): Rename tuiShowLocatorContent.
8837 (tui_show_frame_info): Rename tuiShowFrameInfo.
8838 * tui/tui-stack.c: Update copyright. Update references.
8839 * tui/tui-winsource.c: Update references.
8840 * tui/tui-win.c: Update references.
8841 * tui/tui-layout.c: Update references.
8842 * tui/tui-hooks.c: Update copyright, update references.
8843 * tui/tui.c: Update copyright, update references.
8844 * tui/tui-disasm.c: Update references.
8845
8846 2004-01-28 David Carlton <carlton@kealia.com>
8847
8848 * dwarf2read.c (add_partial_structure): Use demangled name if
8849 namespace equals "".
8850
8851 2004-01-27 Jim Blandy <jimb@redhat.com>
8852
8853 Clean up misapplied patch:
8854 * dwarf2read.c (determine_prefix): Change one of the two forward
8855 declarations for 'determine_prefix_aux' to a declaration for this.
8856 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
8857 argument to 'die_specification'.
8858
8859 * dwarf2read.c (read_func_scope): Re-indent comment.
8860
8861 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
8862
8863 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
8864 b->exp to NULL after freeing so that error during re-parsing or
8865 evaluation of expressions associated with breakpoint don't
8866 eventually lead to re-freeing of storage.
8867 Committed by Andrew Cagney.
8868
8869 2004-01-27 Andrew Cagney <cagney@redhat.com>
8870
8871 * source.c (ambiguous_line_spec): Delete undefined declaration.
8872 * m32r-rom.c (m32r_set_board_address): Delete unused function.
8873 (m32r_set_server_address, m32r_set_download_path): Ditto.
8874 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
8875
8876 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
8877
8878 * dwarf2read.c: Update calls to changed and renamed functions, and
8879 references to moved variables.
8880
8881 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
8882 language, language_defn, list_in_scope, and ftypes members.
8883 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
8884 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
8885 (baseaddr): Remove globals.
8886
8887 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
8888 (set_cu_language, die_is_declaration, die_specification)
8889 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
8890 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
8891 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
8892 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
8893
8894 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
8895 cu.list_in_scope. Don't initialize cu_header_offset.
8896 (add_partial_symbol): Add local baseaddr.
8897 (psymtab_to_symtab_1): Add local baseaddr. Use
8898 objfile->section_offsets for consistency. Don't initialize
8899 cu_header_offset; do initialize cu.header.offset and
8900 cu.list_in_scope.
8901 (read_file_scope, read_func_scope, read_lexical_block_scope)
8902 (dwarf_decode_lines, new_symbol): Add local baseaddr.
8903
8904 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
8905
8906 * PROBLEMS: Add gdb/1516.
8907
8908 2003-12-29 Robert Millan <robertmh@gnu.org>
8909
8910 Patch committed by Andrw Cagney.
8911 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
8912 * configure.tgt: Match knetbsd*-gnu.
8913
8914 2004-01-26 Andrew Cagney <cagney@redhat.com>
8915
8916 * breakpoint.c (catch_command_1): Delete #ifdef code.
8917 (catch_fork_command_1): Delete #ifdef wrapper.
8918 (catch_exec_command_1): Ditto.
8919 (catch_load_command_1): Ditto.
8920 (catch_unload_command_1): Ditto.
8921
8922 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
8923 (catch_breakpoint): Delete #if0ed function.
8924 (disable_catch_breakpoint): Ditto.
8925 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
8926 (disable_catch, enable_catch, delete_catch): Ditto.
8927
8928 2004-01-26 Andrew Cagney <cagney@redhat.com>
8929
8930 * remote.c (echo_check, quit_flag): Delete variables.
8931 (cisco_kernel_mode): Delete variable.
8932 (minitelnet_return, tty_input, escape_count): Delete variables.
8933 (remote_cisco_mode): Delete variable.
8934 (remote_cisco_open, remote_cisco_close): Delete function.
8935 (remote_cisco_mourn, remote_cisco_wait): Delete function.
8936 (init_remote_cisco_ops): Delete function.
8937 (_initialize_remote): Do not install "remote cisco" code.
8938 (read_frame): Delete cisco specific code.
8939 (remote_info_process): Delete function.
8940 (remote_wait): Delete cisco specific code.
8941 (remote_cisco_section_offsets): Delete function.
8942 (remote_cisco_objfile_relocate): Delete function.
8943 (remote_async_wait): Delete cisco specific code.
8944 (minitelnet, readtty, readsocket): Delete function.
8945
8946 2004-01-26 Andrew Cagney <cagney@redhat.com>
8947
8948 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
8949 comments mentioning extract_returned_value_address.
8950 * infcmd.c (print_return_value): Update. Add comments on
8951 extract_returned_value_address.
8952 * stack.c (return_command): Add comments on
8953 extract_returned_value_address.
8954 * values.c: Update comment.
8955 * m32r-tdep.c: Update comment.
8956 * sparc-tdep.c: Update comment.
8957 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
8958 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8959 * sh64-tdep.c (sh64_gdbarch_init): Update.
8960 * sh-tdep.c (sh_gdbarch_init): Update.
8961 * s390-tdep.c (s390_gdbarch_init): Update.
8962 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8963 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8964 * m68k-tdep.c (m68k_gdbarch_init): Update.
8965 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8966 * m32r-tdep.c (m32r_gdbarch_init): Update.
8967 * ia64-tdep.c (ia64_gdbarch_init): Update.
8968 * h8300-tdep.c (h8300_gdbarch_init): Update.
8969 * frv-tdep.c (frv_gdbarch_init): Update.
8970 * arm-tdep.c (arm_gdbarch_init): Update.
8971 * alpha-tdep.c (alpha_gdbarch_init): Update.
8972
8973 2004-01-26 Andrew Cagney <cagney@redhat.com>
8974
8975 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
8976 SYMBOL_LOCATION_FUNCS
8977 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
8978 "struct symbol_ops".
8979 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
8980 type to "struct symbol_ops".
8981 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
8982 (struct symbol): Replace ".aux_value.loc.funcs" and
8983 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
8984 (SYMBOL_OBJFILE): Delete macro.
8985 (SYMBOL_LOCATION_FUNCS): Delete macro.
8986 (SYMBOL_LOCATION_BATON): Update.
8987 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
8988 intead of SYMBOL_LOCATION_FUNCS.
8989 * ax-gdb.c (gen_var_ref): Ditto.
8990 * printcmd.c (address_info): Ditto.
8991 * findvar.c (read_var_value): Ditto.
8992 (symbol_read_needs_frame): Ditto.
8993
8994 2004-01-26 Andrew Cagney <cagney@redhat.com>
8995
8996 * dwarf2read.c (read_func_scope): Document frame-base hack.
8997
8998 2004-01-25 Mark Kettenis <kettenis@gnu.org>
8999
9000 * infcmd.c (print_return_value): Plug memory leak; delete
9001 ui_stream object. Rename argument `structure_return' to
9002 `struct_return'.
9003
9004 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9005
9006 * infcmd.c (print_return_value): Wrap long lines.
9007 (finish_command_continuation, finish_command): Remove unused
9008 variable `funcaddr'. Fix some coding-standards problems.
9009
9010 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
9011 SECT_SIZE is large enough, not whether it's exactly the right size.
9012 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
9013 TDEP->fpregset to zero.
9014
9015 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
9016 floating-point registers for traditional NetBSD core files.
9017 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
9018 TDEP->sizeof_fpregset here.
9019
9020 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9021
9022 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
9023 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
9024 function with code split out from
9025 sparc32nbsd_sigcontext_frame_cache.
9026 (sparc32nbsd_sigcontext_frame_cache): Use
9027 sparc32nbsd_sigcontext_saved_regs.
9028 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
9029 OpenBSD.
9030 * sparcobsd-tdep.c: New file.
9031 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
9032 (sparcobsd-tdep.o): New dependency.
9033 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
9034 * config/sparc/obsd.mt: New file.
9035
9036 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
9037 TDEP->fpregset to be initialized to enable core file register
9038 sets.
9039
9040 2004-01-24 Mark Kettenis <kettenis@gnu.org>
9041
9042 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
9043 Add opaque declarations.
9044 (sparc64nbsd_sigcontext_saved_regs): New prototype.
9045 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
9046 function with code split out from
9047 sparc64nbsd_sigcontext_frame_cache.
9048 (sparc64nbsd_sigcontext_frame_cache): Use
9049 sparc64nbsd_sigcontext_saved_regs.
9050 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
9051 OpenBSD.
9052 * sparc64obsd-tdep.c: New file.
9053 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
9054 (sparc64obsd-tdep.o): New dependency.
9055 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
9056 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
9057 * config/sparc/obsd64.mt: New file.
9058
9059 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
9060 read the instruction at PC.
9061
9062 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
9063 value of GDB_OSABI_DEFAULT.
9064 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
9065 instead of GDB_OSABI_NETBSD_AOUT.
9066
9067 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
9068
9069 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
9070 copyright.
9071
9072 2004-01-23 Andrew Cagney <cagney@redhat.com>
9073
9074 * printcmd.c (display_command): Replace tui_set_display call with
9075 tui_set_layout_for_display_command.
9076 * tui/tui.h (enum tui_win_type): Define.
9077 (tui_set_layout): Delete declaration.
9078 (tui_set_layout_for_display_command): Rename set_tui_layout.
9079 * tui/tui-data.h (enum tui_layout_type): Define.
9080 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
9081 "tui.h".
9082 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
9083 (tui_default_win_height): Rename tuiDefaultWinHeight.
9084 (tui_default_win_viewport_height): Rename
9085 tuiDefaultWinViewportHeight.
9086 (tui_set_layout): RenametuiSetLayout.
9087 * tui/tui-layout.c: Update references.
9088 * tui/tui.c: Update references.
9089 * tui/tui-disasm.c: Update references.
9090
9091 2004-01-23 David Carlton <carlton@kealia.com>
9092
9093 Partial workaround for PR c++/1511:
9094 * cp-namespace.c: Include frame.h.
9095 (cp_lookup_transparent_type): New
9096 (cp_lookup_transparent_type_loop): New.
9097 * cp-support.h: Declare cp_lookup_transparent_type.
9098 * symtab.c (basic_lookup_transparent_type): Renamed from
9099 lookup_transparent_type.
9100 (lookup_transparent_type): Replace old body by a call to
9101 current_language->la_lookup_transparent_type.
9102 * symtab.h: Update copyright. Declare
9103 basic_lookup_transparent_type.
9104 * language.h: Update copyright.
9105 (struct language_defn): Add la_lookup_transparent_type.
9106 * language.c: Update copyright.
9107 (unknown_language_defn): Add basic_lookup_transparent_type.
9108 (auto_language_defn): Add basic_lookup_transparent_type.
9109 (local_language_defn): Add basic_lookup_transparent_type.
9110 * ada-lang.c: Update copyright.
9111 (ada_language_defn): Add basic_lookup_transparent_type.
9112 * c-lang.c: Update copyright.
9113 (c_language_defn): Add basic_lookup_transparent_type.
9114 (cplus_language_defn): Add basic_lookup_transparent_type.
9115 (asm_language_defn): Add basic_lookup_transparent_type.
9116 (minimal_language_defn): Add basic_lookup_transparent_type.
9117 * f-lang.c: Update copyright.
9118 (f_language_defn): Add basic_lookup_transparent_type.
9119 * jv-lang.c: Update copyright.
9120 (java_language_defn): Add basic_lookup_transparent_type.
9121 * m2-lang.c: Update copyright.
9122 (m2_language_defn): Add basic_lookup_transparent_type.
9123 * objc-lang.c: Update copyright.
9124 (objc_language_defn): Add basic_lookup_transparent_type.
9125 * p-lang.c: Update copyright.
9126 (p_language_defn): Add basic_lookup_transparent_type.
9127 * scm-lang.c: Update copyright.
9128 (scm_language_defn): Add basic_lookup_transparent_type.
9129 * Makefile.in (cp-namespace.o): Depend on frame.h.
9130
9131 2004-01-23 David Carlton <carlton@kealia.com>
9132
9133 Patch for PR c++/1520:
9134 * dwarf2read.c (read_func_scope): Set processing_current_prefix
9135 properly if we have a specification die.
9136 (determine_prefix_aux): Rename from determine_prefix.
9137 (determine_prefix): Like the old determine_prefix, but never
9138 returns NULL.
9139
9140 2004-01-23 Theodore A. Roth <troth@openavr.org>
9141
9142 * avr-tdep.c: Update copyright.
9143 (avr_iaddr_p): Delete unused function.
9144 (avr_saddr_p): Delete unused function.
9145
9146 2004-01-23 David Carlton <carlton@kealia.com>
9147
9148 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
9149 Fix for PR symtab/1534.
9150
9151 2004-01-23 Mark Kettenis <kettenis@gnu.org>
9152
9153 * NEWS (New native configurations): Mention OpenBSD/sparc and
9154 OpenBSD/sparc64.
9155 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
9156 * configure.host: Likewise.
9157 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
9158 handler for OpenBSD.
9159 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
9160
9161 2004-01-22 Mark Kettenis <kettenis@gnu.org>
9162
9163 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
9164 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
9165
9166 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
9167 * cli/cli-cmds.c (shell_escape): Likewise.
9168
9169 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
9170 OpenBSD .note.openbsd.ident sections.
9171
9172 2004-01-22 David Carlton <carlton@kealia.com>
9173
9174 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
9175 get_scope_pc_bounds.
9176 (read_file_scope): Ditto.
9177 (get_scope_pc_bounds): New function, produced by extracting code
9178 from the above two functions, consolidating it, and adding support
9179 for DW_TAG_namespace.
9180
9181 2004-01-22 Mark Kettenis <kettenis@gnu.org>
9182
9183 * osabi.c (MAX_NOTESZ): New define.
9184 (check_note): New function.
9185 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
9186 check_note.
9187
9188 2004-01-21 Roland McGrath <roland@redhat.com>
9189
9190 * MAINTAINERS (write after approval): Add myself.
9191
9192 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9193
9194 * utils.c (init_page_info): Move declarations of `rows' and
9195 `cols' before the __GO32__-specific code. Move the closing brace
9196 outside the #ifdef __GO32__..#endif block.
9197 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
9198
9199 2004-01-21 Paul Brook <paul@codesourcery.com>
9200
9201 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
9202 BPSTAT_WHAT_CHECK_SHLIBS.
9203
9204 2004-01-21 Paul Brook <paul@codesourcery.com>
9205
9206 * MAINTAINERS: Add myself to write-after-approval.
9207
9208 2004-01-20 Andrew Cagney <cagney@redhat.com>
9209
9210 * ax-gdb.c (print_axs_value): Delete unused function.
9211 * jv-lang.c (java_lookup_type): Delete unused function.
9212 * cli/cli-dump.c (dump_filetype): Delete unused function.
9213 * remote-mips.c (remote_mips_insert_hw_breakpoint)
9214 (remote_mips_remove_hw_breakpoint): Delete unused functions.
9215 (mips_getstring): Delete unused function.
9216 (pmon_insert_breakpoint): Delete #if0ed function.
9217 (PMON_MAX_BP): Delete #if0ed MACRO.
9218 (mips_pmon_bp_info): Delete #if0ed variable.
9219 (pmon_remove_breakpoint): Delete #if0ed function.
9220 * monitor.c (monitor_write_even_block): Delete unused function.
9221 (monitor_write_memory_block): Delete #if0ed code.
9222 * dink32-rom.c (dink32_load): Delete unused function.
9223 (_initialize_dink32_rom): Delete #if0ed code.
9224 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
9225
9226 * tui/tui-command.c: Update references.
9227 * tui/tui-io.c: Update references.
9228 * tui/tui-command.h: Update copyright.
9229 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
9230
9231 * source.c (ambiguous_line_spec): Delete never-defined function.
9232 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
9233 * gdbtypes.c (add_name, add_mangled_type): Ditto.
9234 * cli/cli-cmds.c (validate_comname): Ditto.
9235
9236 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
9237 "tui-data.h".
9238 (tui_set_disassem_content): Rename tuiSetDisassemContent.
9239 (tui_show_disassem): Rename tuiShowDisassem.
9240 (tui_show_disassem_and_update_source): Rename
9241 tuiVerticalDisassemScroll.
9242 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
9243 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
9244 * tui/tui.h: Update copyright.
9245 (enum tui_status): Define.
9246 * tui/tui-data.h (enum tui_scroll_direction): Define.
9247 * tui/tui-disasm.c: Update copyright. Update references.
9248 * tui/tui-winsource.c: Update copyright. Update references.
9249 * tui/tui-win.c: Update references.
9250 * tui/tui-layout.c: Update references.
9251
9252 2004-01-20 Andrew Cagney <cagney@redhat.com>
9253
9254 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
9255 sym2 to start of block.
9256
9257 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9258
9259 * MAINTAINERS: Delete mmalloc.
9260 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
9261 * NEWS: Mention removal of --with-malloc.
9262 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
9263 * config.in: Regenerate.
9264 * configure: Regenerate.
9265 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
9266 USE_MMALLOC, MMCHECK_FORCE.
9267 * gdbinit.in: Remove mmalloc.
9268 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
9269 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
9270 * config/i386/go32.mh: Likewise.
9271 * config/i386/interix.mh: Likewise.
9272 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9273
9274 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
9275
9276 * linespec.c (decode_variable, symtab_from_filename): Call
9277 error_silent with error message instead of throwing an exception
9278 directly.
9279 * defs.h (error_silent, error_output_message): Add prototypes.
9280 (catch_exceptions_with_msg): Ditto.
9281 * utils.c (error_silent, error_output_message): New functions.
9282 * top.c (catch_exceptions_with_msg): New function.
9283
9284 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
9285
9286 * mi/mi-cmds.h (enum print_values): Add definition.
9287
9288 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
9289 type and value for simple data types and just the name and type
9290 for complex ones, if required.
9291
9292 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
9293 children, if required.
9294
9295 2004-01-19 Kevin Buettner <kevinb@redhat.com>
9296
9297 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
9298 unused declarations.
9299
9300 2004-01-19 Andrew Cagney <cagney@redhat.com>
9301
9302 * top.h (mapped_symbol_files): Delete declaration.
9303 * main.c (captured_main): Delete option "m" and "mapped".
9304 * objfiles.c (mapped_symbol_files): Delete variable.
9305 * symfile.c (symbol_file_command): Delete mmap code.
9306 (symbol_file_add_with_addrs_or_offsets): Ditto.
9307 (add_symbol_file_command, reread_separate_symbols): Ditto.
9308 * objfiles.h (OBJF_MAPPED): Delete.
9309 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
9310 (free_objfile) [USE_MMALLOC]: Ditto.
9311 (open_existing_mapped_file): Delete function.
9312 (open_mapped_file): Delete function.
9313 (map_to_file): Delete function.
9314
9315 2004-01-19 Kevin Buettner <kevinb@redhat.com>
9316
9317 * infrun.c (step_into_function): Account for possible breakpoint
9318 adjustment when computing ``stop_func_start''.
9319
9320 2004-01-19 Kevin Buettner <kevinb@redhat.com>
9321
9322 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
9323 the region size against the size of a pointer, not the size of
9324 a register as given by DEPRECATED_REGISTER_SIZE.
9325
9326 2004-01-19 Andrew Cagney <cagney@redhat.com>
9327
9328 * tui/tui-regs.h: Include "tui-data.h".
9329 (tuiFirstRegElementNoInLine): Delete declaration.
9330 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
9331 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
9332 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
9333 (tui_calculate_regs_column_count): Rename
9334 tuiCalculateRegsColumnCount.
9335 (tui_check_register_values): Rename tuiCheckRegisterValues.
9336 (tui_show_registers): Rename tuiShowRegisters.
9337 (tui_display_registers_from_line): Rename
9338 tuiDisplayRegistersFromLine.
9339 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
9340 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
9341 (tui_first_reg_element_no_inline): Rename
9342 tuiFirstRegElementNoInLine.
9343 * tui/tui-data.h: Update copyright.
9344 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
9345 * tui/tui-windata.c: Update copyright, update references.
9346 * tui/tui-regs.c: Update copyright, update references.
9347 * tui/tui-win.c: Update copyright, update references.
9348 * tui/tui-layout.c: Update copyright, update references.
9349
9350 2004-01-18 Andrew Cagney <cagney@redhat.com>
9351
9352 * tui/tui-io.c: Update copyright.
9353 (key_is_end_sequence, key_is_backspace): New functions.
9354 (key_is_command_char, key_is_start_sequence): New function.
9355 (tui_getc): Update references.
9356 * tui/tui-io.h: Update copyright.
9357 (m_tuiStartNewLine): Delete macro.
9358 (m_isBackspace, m_isDeleteChar): Delete macros.
9359 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
9360 (m_isNextPage, m_isPrevPage): Delete macros.
9361 (m_isLeftArrow, m_isRightArrow): Delete macros.
9362 (m_isXdbStyleCommandChar): Delete macro.
9363 (key_is_start_sequence): Declare, replace m_isStartSequence.
9364 (key_is_end_sequence): Declare, replace m_isEndSequence.
9365 (key_is_backspace): Declare ,replace m_isBackspace.
9366 (key_is_command_char): Declare, replace m_isCommandChar.
9367 * tui/tui-command.c: Update copyright.
9368 (tuiDispatchCtrlChar): Update references.
9369
9370 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
9371 tuiSourceWin.h.
9372
9373 * tui/tui-command.c: Rename tui/tuiCommand.c.
9374 * tui/tui-command.h: Rename tui/tuiCommand.h.
9375 * tui/tui-data.c: Rename tui/tuiData.c.
9376 * tui/tui-data.h: Rename tui/tuiData.h.
9377 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
9378 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
9379 * tui/tui-io.c: Rename tui/tuiIO.c.
9380 * tui/tui-io.h: Rename tui/tuiIO.h.
9381 * tui/tui-layout.c: Rename tui/tuiLayout.c.
9382 * tui/tui-layout.h: Rename tui/tuiLayout.h.
9383 * tui/tui-regs.c: Rename tui/tuiRegs.c.
9384 * tui/tui-regs.h: Rename tui/tuiRegs.h.
9385 * tui/tui-source.c: Rename tui/tuiSource.c.
9386 * tui/tui-source.h: Rename tui/tuiSource.h.
9387 * tui/tui-stack.c: Rename tui/tuiStack.c.
9388 * tui/tui-stack.h: Rename tui/tuiStack.h.
9389 * tui/tui-win.c: Rename tui/tuiWin.c.
9390 * tui/tui-win.h: Rename tui/tuiWin.h.
9391 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
9392 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
9393 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
9394 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
9395 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
9396 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
9397 * tui/tui-file.c: Update includes.
9398 * tui/tui-hooks.c: Update includes.
9399 * tui/tui-interp.c: Update includes.
9400 * tui/tui.c: Update includes.
9401 * Makefile.in: Update all tui/ dependencies.
9402 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
9403
9404 * Makefile.in: Update copyright. Update dependencies.
9405
9406 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
9407 problem.
9408
9409 2004-01-18 Andrew Cagney <cagney@redhat.com>
9410
9411 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
9412 instead of register_gdbarch_init.
9413
9414 * remote-sds.c (tohex): Delete unused function. Update copyright.
9415 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
9416 * v850-tdep.c (v850_register_virtual_size): Ditto.
9417 * target.c (normal_target_post_startup_inferior): Ditto.
9418 * source.c (ambiguous_line_spec): Ditto.
9419 * remote.c (adapt_remote_get_threadinfo): Ditto.
9420 * mi/mi-out.c (out_field_fmt): Ditto.
9421 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
9422 (output_control_change_notification): Ditto.
9423 * m68k-tdep.c (m68k_register_byte): Ditto.
9424 (m68k_remote_breakpoint_from_pc): Ditto.
9425 * ui-out.c (init_ui_out_state): Delete unused declaration.
9426 * stabsread.c (search_value): Ditto.
9427 * mi/mi-cmd-env.c (env_cli_command): Ditto.
9428 * maint.c (print_section_table): Ditto.
9429 * infrun.c (set_follow_fork_mode_command): Ditto.
9430
9431 2004-01-18 Mark Kettenis <kettenis@gnu.org>
9432
9433 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
9434 DW_CFA_def_cfa_exporession. Add support for
9435 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
9436 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
9437
9438 2004-01-18 Andrew Cagney <cagney@redhat.com>
9439
9440 * ocd.c: Update copyright.
9441 (bdm_read_register_command): Delete unused function.
9442 (_initialize_remote_ocd): Delete commented out reference.
9443 (get_quoted_char, reset_packet): Delete #if0ed function.
9444 (output_packet, put_quoted_char): Delete #if0ed function.
9445 (stu_put_packet, stu_get_packet): Delete #if0ed function.
9446 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
9447 (BDM_BREAKPOINT): Delete #if0ed macro.
9448 (remote_timeout): Delete #if0ed variable.
9449
9450 2004-01-18 Mark Kettenis <kettenis@gnu.org>
9451
9452 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
9453 (core-sol2.o): Remove dependency.
9454 * core-sol2.c: Remove file.
9455
9456 2004-01-17 Andrew Cagney <cagney@redhat.com>
9457
9458 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
9459 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
9460 enums.
9461
9462 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9463
9464 * remote.c: Update copyright years.
9465
9466 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9467
9468 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
9469
9470 2004-01-17 Andrew Cagney <cagney@redhat.com>
9471
9472 * mdebugread.c: Update copyright.
9473 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
9474 (parse_type, parse_procedure): Ditto.
9475 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
9476
9477 * cris-tdep.c (cris_store_struct_return): Put back accidently
9478 deleted function.
9479
9480 * gdbarch.sh: Update copyright year.
9481 * gdbarch.h, gdbarch.c: Re-generate.
9482
9483 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9484
9485 Suggested by George Anzinger.
9486 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
9487 correct stack offset. Include unknown opcode numbers in the error
9488 message.
9489
9490 2004-01-17 Andrew Cagney <cagney@redhat.com>
9491
9492 * x86-64-tdep.c (x86_64_init_abi): No need to clear
9493 extract_struct_value_address, i386 does not set it.
9494 * sparc64-tdep.c (sparc64_init_abi): Do not set
9495 extract_struct_value_address, never called.
9496 (sparc64_extract_struct_value_address): Delete function.
9497 * m68hc11-tdep.c: Update copyright.
9498 (m68hc11_gdbarch_init): Delete redundant assignment of
9499 extract_struct_value_address.
9500 * i386-tdep.c: Update copyright.
9501 (i386_gdbarch_init): Do not set extract_struct_value_address,
9502 never called.
9503 (i386_extract_struct_value_address): Delete function.
9504 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
9505 extract_struct_value_address, never called.
9506 (sparc32_extract_struct_value_address): #if 0 function. Add
9507 comments explaining its future.
9508
9509 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9510
9511 * arm-tdep.c (arm_write_pc): New function.
9512 (arm_gdbarch_init): Call set_gdbarch_write_pc.
9513
9514 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9515
9516 * breakpoint.c (must_shift_inst_regs): Delete.
9517 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
9518 and SHIFT_INST_REGS.
9519 * infcmd.c (step_1, step_1_continuation): Delete references to
9520 SHIFT_INST_REGS.
9521 * infrun.c (keep_going): Likewise.
9522 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
9523 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
9524
9525 2004-01-17 Andrew Cagney <cagney@redhat.com>
9526
9527 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9528 * gdbarch.h, gdbarch.c: Re-generate.
9529 * infcmd.c (print_return_value): Delete reference to
9530 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9531
9532 * cris-tdep.c (cris_gdbarch_init): Do not set
9533 deprecated_extract_struct_value_address.
9534
9535 * xstormy16-tdep.c: Update copyright.
9536 (xstormy16_extract_struct_value_address): Update to current
9537 extract struct value address interface.
9538 (xstormy16_gdbarch_init): Set extract_struct_value_address.
9539 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
9540 current extract struct value address interface.
9541 (sh64_gdbarch_init): Set extract_struct_value_address.
9542
9543 * cris-tdep.c: Update copyright.
9544 (cris_extract_struct_value_address): Delete function.
9545 (struct_return_address): Delete variable.
9546 (cris_store_struct_return): Do not set struct_return_address.
9547
9548 * mcore-tdep.c: Update copyright.
9549 (mcore_extract_struct_value_address): Delete function. Update
9550 comments.
9551 (mcore_gdbarch_init): Update.
9552 * mn10300-tdep.c: Update copyright.
9553 (mn10300_extract_struct_value_address): Delete function.
9554 (mn10300_gdbarch_init): Update.
9555 * v850-tdep.c: Update copyright.
9556 (v850_extract_struct_value_address): Delete.
9557 (v850_gdbarch_init): Update.
9558 * ns32k-tdep.c: Update copyright.
9559 (ns32k_extract_struct_value_address): Delete.
9560 (ns32k_gdbarch_init): Update.
9561 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
9562 (hppa_gdbarch_init): Update.
9563 * vax-tdep.c: Update copyright.
9564 (vax_extract_struct_value_address): Delete.
9565 (vax_gdbarch_init): Update.
9566
9567 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
9568 * gdbarch.h, gdbarch.c: Re-generate.
9569 * procfs.c (procfs_fetch_registers): Delete reference to
9570 DEPRECATED_NPC_REGNUM.
9571 (procfs_store_registers): Ditto.
9572 * regcache.c (generic_target_write_pc): Simplify.
9573 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
9574
9575 * core-sol2.c (fetch_core_registers): Replace
9576 DEPRECATED_NPC_REGNUM with equivalent tdep value.
9577
9578 * hppa-tdep.c: Update copyright year.
9579 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
9580 NPC_REGNUM.
9581 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
9582
9583 * mips-tdep.c (mips_write_pc): New function.
9584 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
9585 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
9586 (mips_find_saved_regs, mips_software_single_step: Ditto.
9587 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
9588 mips_init_extra_frame_info, mips_pop_frame): Ditto.
9589
9590 2004-01-17 Andrew Cagney <cagney@redhat.com>
9591
9592 * mips-tdep.c: Re-indent. Group functions by ABI.
9593
9594 2004-01-17 Andrew Cagney <cagney@redhat.com>
9595
9596 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
9597 * gdbarch.c: Re-generate.
9598 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9599 DECR_PC_AFTER_BREAK to zero.
9600 * vax-tdep.c (vax_gdbarch_init): Ditto.
9601 * v850-tdep.c (v850_gdbarch_init): Ditto.
9602 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
9603 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
9604 * sh-tdep.c (sh_gdbarch_init): Ditto.
9605 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9606 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9607 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9608 * mips-tdep.c (mips_gdbarch_init): Ditto.
9609 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9610 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9611 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
9612 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9613 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
9614 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9615 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9616 * frv-tdep.c (frv_gdbarch_init): Ditto.
9617 * cris-tdep.c (cris_gdbarch_init): Ditto.
9618 * avr-tdep.c (avr_gdbarch_init): Ditto.
9619 * arm-tdep.c (arm_gdbarch_init): Ditto.
9620 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
9621
9622 2004-01-17 J. Brobecker <brobecker@gnat.com>
9623
9624 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
9625 Delete, no longer used.
9626 (read_subrange_type): New function, mostly extracted from
9627 read_array_type().
9628 (read_array_type): Replace extracted code by call to
9629 read_subrange_type().
9630 (dwarf2_get_attr_constant_value): New function.
9631 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
9632 (add_partial_symbol): Likewise.
9633 (process_die): Likewise.
9634 (new_symbol): Likewise.
9635 (read_type_die): Likewise.
9636
9637 2004-01-16 Andrew Cagney <cagney@redhat.com>
9638
9639 * symfile.c: Update copyright year.
9640 (compare_symbols): Delete unused function.
9641 * stabsread.c: Update copyright year.
9642 (lrs_general_complaint): Delete unused function.
9643 (ref_search_value): Ditto.
9644 (get_substring): Delete declaration.
9645 * sh64-tdep.c: Update copyright year.
9646 (sh64_get_gdb_regnum): Delete unused function.
9647 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
9648 Delete unused function.
9649
9650 2004-01-17 Mark Kettenis <kettenis@gnu.org>
9651
9652 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
9653 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
9654
9655 2004-01-16 Andrew Cagney <cagney@redhat.com>
9656
9657 Changes from Peter Schauer.
9658 * rs6000-tdep.c: Update copyright year.
9659 (rs6000_push_dummy_call): Update the stack pointer before
9660 accessing the corresponding stack region.
9661 * rs6000-nat.c: Update copyright year.
9662 (set_host_arch): Set "info.abfd" to "exec_bfd".
9663
9664 2004-01-15 Mark Kettenis <kettenis@gnu.org>
9665
9666 * blockframe.c: Update copyright year.
9667 (inside_entry_func): Don't treat a zero PC specially.
9668
9669 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
9670
9671 * gcore.c (gcore_copy_callback): Use paddr_d to print size
9672 variable.
9673 (gcore_create_callback): Ditto. Skip any memory segment that has
9674 no permissions set.
9675
9676 2004-01-14 David Carlton <carlton@kealia.com>
9677
9678 Change symbols for C++ nested types to contain the fully qualified
9679 name, if possible. (At least in the DWARF-2 case.) Partial fix
9680 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
9681 c++/895.
9682 * c-exp.y (qualified_type): Handle types nested within classes.
9683 * cp-namespace.c: Update comments.
9684 (cp_set_block_scope): Delete #if 0.
9685 (cp_lookup_nested_type): Handle types nested within classes.
9686 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
9687 when appropriate.
9688 (add_partial_symbol): Add the name of the enclosing namespace to
9689 types.
9690 (pdi_needs_namespace): New.
9691 (add_partial_namespace): Tweak comment.
9692 (add_partial_structure): New.
9693 (psymtab_to_symtab_1): Initialize processing_current_prefix
9694 here...
9695 (process_die): instead of here.
9696 (read_structure_scope): Try to figure out the name of the class or
9697 namespace that the structure might be defined within.
9698 (read_enumeration): Generate fully-qualified names, if possible.
9699 (read_namespace): Don't set name to NULL.
9700 (die_specification): New.
9701 (new_symbol): Generate fully-qualified names for types.
9702 (read_type_die): Determine appropriate prefix.
9703 (determine_prefix): New.
9704 (typename_concat): New.
9705 (class_name): New.
9706 * valops.c (value_aggregate_elt): Pass NOSIDE to
9707 value_struct_elt_for_reference.
9708 (value_struct_elt_for_reference): Make static, add NOSIDE
9709 parameter, call value_maybe_namespace_elt as a last resort.
9710 (value_namespace_elt): Break out code into
9711 value_maybe_namespace_elt.
9712 (value_maybe_namespace_elt): New.
9713
9714 2004-01-12 Andrew Cagney <cagney@redhat.com>
9715
9716 * mips-tdep.c (mips_convert_register_p): Handle both raw and
9717 cooked floating-point registers.
9718 (mips_gdbarch_init): Set convert_register_p, register_to_value,
9719 and value_to_register.
9720
9721 2004-01-13 Andrew Cagney <cagney@redhat.com>
9722
9723 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
9724 * gdbarch.c: Re-generate.
9725 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9726 FUNCTION_START_OFFSET.
9727 * v850-tdep.c (v850_gdbarch_init): Ditto.
9728 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
9729 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
9730 * sh-tdep.c (sh_gdbarch_init): Ditto.
9731 * s390-tdep.c (s390_gdbarch_init): Ditto.
9732 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9733 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9734 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9735 * mips-tdep.c (mips_gdbarch_init): Ditto.
9736 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9737 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9738 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9739 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
9740 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9741 * i386-tdep.c (i386_gdbarch_init): Ditto.
9742 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9743 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9744 * frv-tdep.c (frv_gdbarch_init): Ditto.
9745 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9746 * cris-tdep.c (cris_gdbarch_init): Ditto.
9747 * avr-tdep.c (avr_gdbarch_init): Ditto.
9748 * arm-tdep.c (arm_gdbarch_init): Ditto.
9749 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9750
9751 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9752
9753 * infrun.c (follow_fork_mode_ask): Remove.
9754 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
9755 (follow_fork): Simplify and remove internal error for
9756 follow_fork_mode_ask.
9757 (_initialize_infrun): Update "set follow-fork-mode" help text.
9758
9759 2004-01-13 Andrew Cagney <cagney@redhat.com>
9760
9761 * configure.in: Update copyright year.
9762 (build_warnings): Add -Wunused-label.
9763 * configure: Re-generate.
9764
9765 2004-01-12 Andrew Cagney <cagney@redhat.com>
9766
9767 * exec.h (exec_ops): Make "extern".
9768
9769 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
9770 the function is void.
9771 (mips_pseudo_register_write): Ditto.
9772
9773 2004-01-12 Andrew Cagney <cagney@redhat.com>
9774
9775 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
9776 call. Never defined.
9777 * sparc-tdep.h (struct frame_info): Add opaque declaration.
9778 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
9779 (struct sparc_gregset, struct regcache): Ditto.
9780 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
9781
9782 2004-01-12 Andrew Cagney <cagney@redhat.com>
9783
9784 * mi/ChangeLog: Delete file. Renamed to ...
9785 * mi/ChangeLog-1999-2003: New file.
9786 * tui/ChangeLog: Delete file. Renamed to ...
9787 * tui/ChangeLog-1998-2003: New file.
9788
9789 2004-01-11 Mark Kettenis <kettenis@gnu.org>
9790
9791 * sparc64nbsd-tdep.c: Include "regset.h".
9792 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
9793 Remove variables.
9794 (fetch_core_registers): Remove function.
9795 (sparc64nbsd_core_fns): Remove variable.
9796 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
9797 functions.
9798 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
9799 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
9800 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
9801
9802 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
9803 sparc_extract_struct_value_address.
9804 (sparc32_gdbarch_init): Set extract_struct_value_address.
9805 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
9806 function.
9807 (sparc64_init_abi): Set extract_struct_value_address. Don't set
9808 return_value_on_stack.
9809
9810 * NEWS: Mention that %cs and %ss have been added to the AMD64
9811 configurations
9812
9813 * frame.c: Update copyright year.
9814 (get_prev_frame): Improve comment.
9815
9816 * sparc64fbsd-tdep.c: Include "regset.h".
9817 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
9818 Remove variables.
9819 (fetch_core_registers): Remove function.
9820 (sparc64fbsd_core_fns): Remove variable.
9821 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
9822 functions.
9823 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
9824 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
9825 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
9826
9827 * sparcnbsd-tdep.c: Include "regset.h".
9828 (fetch_core_registers): Remove function.
9829 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
9830 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
9831 functions.
9832 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
9833 TDEP->fpregset.
9834 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
9835
9836 * sparc-tdep.h (struct regset): Provide opaque declaration.
9837 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
9838 fpregset and sizeof_fpregset members.
9839 * sparc-tdep.c (struct regset): Provide opaque declaration.
9840 (sparc_regset_from_core_section): New function.
9841 (sparc32_gdbarch_init): Initialize TDEP->gregset,
9842 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
9843 Set regset_from_core_section when appropriate.
9844
9845 2004-01-10 Mark Kettenis <kettenis@gnu.org>
9846
9847 * x86-64-tdep.c (amd64_non_pod_p): New function.
9848 (amd64_classify_aggregate): Return class memory for non-POD
9849 C++ structure types.
9850
9851 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
9852 argument. Use it to reserve a register if necessary.
9853 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
9854 amd64_push_arguments.
9855
9856 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
9857
9858 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
9859 register numbers in comments.
9860 * x86-64-tdep.h: Update copyright year.
9861 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
9862 Adjust for addition of %cs and %ss.
9863 * amd64fbsd-nat.c: Update copyright year.
9864 (reg_offset): Add register offsets for %cs and %ss.
9865 * amd64fbsd-tdep.c: Update copyright year.
9866 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
9867 (amd64fbsd_sc_reg_offset): Likewise.
9868 * x86-64-linux-nat.c: Update copyright year.
9869 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
9870 and %ss.
9871 * amd64nbsd-nat.c: Update copyright year.
9872 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
9873 * amd64nbsd-tdep.c: Update copyright year.
9874 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
9875 * x86-64-linux-tdep.c: Update copyright year.
9876 (user_to_gdb_regmap): Add mapping for %cs and %ss.
9877 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
9878 * regformats/reg-x86-64.dat: Add %cs and %ss.
9879
9880 * blockframe.c (inside_entry_func): Reformat. Introduce new local
9881 variables to prevent long lines. Update comments to reflect
9882 reality.
9883
9884 2004-01-09 David Carlton <carlton@kealia.com>
9885
9886 Checked in by Elena Zannoni <ezannoni@redhat.com>.
9887 * dwarf2read.c (read_namespace): Pull out name-generating code
9888 into namespace_name. Rename previous_namespace to previous_prefix
9889 and processing_current_namespace to processing_current_prefix..
9890 (namespace_name): New function.
9891 (add_partial_symbol): Substitute uses of pdi->name with
9892 actual_name.
9893 * cp-support.h: Rename processing_current_namespace to
9894 processing_current_prefix.
9895 Update copyright year.
9896 * cp-namespace.c: Rename processing_current_namespace to
9897 processing_current_prefix.
9898 Update copyright year.
9899
9900 2004-01-09 Andrew Cagney <cagney@redhat.com>
9901
9902 * jv-valprint.c, ser-unix.c: Add missing copyright years.
9903
9904 2004-01-09 Mark Kettenis <kettenis@gnu.org>
9905
9906 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
9907 complaining.
9908 (process_one_symbol): Deal with N_PATCH stabs.
9909
9910 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
9911
9912 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
9913 ifdeffed code.
9914 Update copyright year.
9915
9916 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
9917
9918 * config/pa/tm-hppa.h: Update extern declarations for
9919 hppa32_hpux_frame_saved_pc_in_sigtramp,
9920 hppa32_hpux_frame_base_before_sigtramp, and
9921 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
9922
9923 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
9924
9925 * config/pa/tm-hppah.h: Update copyright years.
9926
9927 2004-01-08 Andrew Cagney <cagney@redhat.com>
9928
9929 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
9930 (mips_o32_reg_struct_has_addr): Delete function.
9931 (mips_gdbarch_init): Update.
9932 (mips_extract_struct_value_address): Delete function.
9933
9934 2004-01-08 David Mosberger <davidm@hpl.hp.com>
9935
9936 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
9937 reality.
9938
9939 2004-01-07 Andrew Cagney <cagney@redhat.com>
9940
9941 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
9942 architecture's elf flags (when available).
9943
9944 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
9945 FPU to the start, check the MIPS FPU when looking for an old
9946 architecture.
9947 (set_mipsfpu_single_command): Update the architecture.
9948 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
9949
9950 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
9951 (mips_mask_address_p): Add "tdep" parameter.
9952 (show_mask_address, mips_addr_bits_remove): Update.
9953 (mips_dump_tdep): Update.
9954 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
9955 (MIPS_STACK_ARGSIZE): Delete macro.
9956 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
9957 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
9958 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
9959 (mips_dump_tdep): Update.
9960 (MIPS_SAVED_REGSIZE): Delete macro.
9961 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
9962 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
9963 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
9964 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
9965 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
9966 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
9967 (mips_pop_frame, return_value_location): Update.
9968 (mips_n32n64_return_value, mips_dump_tdep): Update.
9969
9970 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
9971 MIPS ABI.
9972
9973 * mips-tdep.c: Update copyright.
9974 (mips_gdbarch_init): Merge two code blocks handling the register
9975 name and number layout.
9976
9977 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
9978
9979 * tracepoint.c (validate_actionline): Fix segv at EOF
9980
9981 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
9982
9983 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
9984 properly for static fields.
9985
9986 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
9987 Jason Molenda <jmolenda@apple.com>
9988
9989 * disasm.c: Update copyright to include 2004.
9990 (do_mixed_source_and_assembly): For uiout asm list
9991 and tuple cleanups, initialize to null_cleanup instead of
9992 NULL and do so prior to loop. Only reset when we close off
9993 the tuple/list. Move check for whether to close off the
9994 asm tuple/list to after dump_insns call where it will be run
9995 on each loop iteration.
9996
9997 2004-01-05 Andrew Cagney <cagney@redhat.com>
9998
9999 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
10000 should be a switch case and not a label.
10001 * mips-tdep.c (mips32_next_pc): Delete unused labels
10002 "greater_equal_branch" and "less_zero_branch".
10003 * jv-valprint.c (java_print_value_fields): Delete unused label
10004 "flush_it".
10005
10006 * target.c (unpush_target): Only close a target that is in the
10007 target stack.
10008
10009 2004-01-05 Mark Kettenis <kettenis@gnu.org>
10010
10011 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
10012 address from [sp + 64] instead of %o2.
10013
10014 * frame.c (get_prev_frame): Don't try to unwind the PC. This
10015 fixes PR backtrace/1476.
10016
10017 2004-01-05 Andrew Cagney <cagney@redhat.com>
10018
10019 * libunwind-frame.h (struct frame_id): Add opaque declaration,
10020 move to start of file.
10021 * i386-tdep.h (struct regcache): Add opaque declaration.
10022 * config/ia64/nm-linux.h (struct target_ops): Add opaque
10023 declaration.
10024 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
10025 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
10026 * win32-nat.c (fake_create_process): Use ISO C style definition.
10027 * stabsread.c (define_symbol): Delete #ifndef
10028 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
10029 stabs_argument_has_addr call, macro never defined.
10030
10031 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
10032
10033 * op50-rom.c: Delete.
10034 * w89k-rom.c: Delete.
10035 * Makefile.in: Remove references.
10036
10037 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10038
10039 * x86-64-tdep.c: Update copyright year.
10040 (struct amd64_register_info): Rename from x86_64_register_info.
10041 (amd64_register_info): Rename from x86_64_register_info.
10042 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
10043 (amd64_register_name): Rename from x86_64_register_name.
10044 (amd64_register_type): Rename from x86_64_register_type.
10045 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
10046 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
10047 (amd64_dwarf_reg_to_regnum): Rename from
10048 x86_64_dwarf_reg_to_regnum.
10049 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
10050 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
10051 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
10052 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
10053 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
10054 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
10055 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
10056 (amd64_frame_cache): Rename from x86_64_frame_cache.
10057 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
10058 (amd64_frame_prev_register): Rename from
10059 x86_64_frame_prev_register.
10060 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
10061 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
10062 (amd64_sigtramp_frame_cache): Rename from
10063 x86_64_sigtramp_frame_cache.
10064 (amd64_sigtramp_frame_prev_register): Rename from
10065 x86_64_sigtramp_frame_prev_register.
10066 (amd64_sigtramp_frame_unwind): Rename from
10067 x86_64_sigtramp_frame_unwind.
10068 (amd64_sigtramp_frame_sniffer): Rename from
10069 x86_64_sigtramp_frame_sniffer.
10070 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
10071 (amd64_frame_base): Rename from x86_64_frame_base.
10072 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
10073 (amd64_frame_align): Rename from x86_64_frame_align.
10074 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
10075 (amd64_regset_from_core_section): Rename from
10076 x86_64_regset_from_core_section.
10077 (x86_64_init_abi): Update comments.
10078
10079 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
10080
10081 * MAINTAINERS (write after approval): Add myself.
10082
10083 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10084
10085 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
10086 `float' arguments.
10087
10088 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10089
10090 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
10091 such that it mentions a specific version of GCC that exhibits this
10092 bug.
10093
10094 2004-01-03 Mark Kettenis <kettenis@gnu.org>
10095
10096 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
10097 structure that has a single `float' member, store it in %f1 in
10098 addition to %f0.
10099
10100 * sparc-sol2-nat.c: Add missing '\'.
10101
10102 * sparc-tdep.c (sparc32_return_value): New function.
10103 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
10104 Remove functions.
10105 (sparc32_gdbarch_init): Set return_value, don't set
10106 extract_return_value, store_return_value, use_struct_convention
10107 and return_value_on_stack.
10108
10109 * sparc-sol2-nat.c: Add missing ')'.
10110
10111 2004-01-03 J. Brobecker <brobecker@gnat.com>
10112
10113 * infrun.c (handle_step_into_function): New function.
10114 (handle_inferior_event): Extract out some code into the new
10115 function above.
10116
10117 2004-01-03 J. Brobecker <brobecker@gnat.com>
10118
10119 * infrun.c (handle_inferior_event): Move the declaration of
10120 real_stop_pc inside the if blocks where it is used.
10121
10122 2004-01-03 Mark Kettenis <kettenis@gnu.org>
10123
10124 * sparc64-tdep.c (sparc64_16_byte_align_p)
10125 (sparc64_store_floating_fields, sparc64_store_floating_fields):
10126 Use check_typedef to get subtypes of structures and unions.
10127 (sparc64_store_return_value): Fix calculation of the appropriate
10128 offset into VALBUF when storing a structure or union.
10129 (sparc64_return_value): New function.
10130 (sparc64_use_struct_convention): Remove function.
10131 (sparc64_init_abi): Set return_value, don't set
10132 extract_return_value, store_return_value and
10133 use_struct_convention.
10134
10135 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
10136
10137 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
10138 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
10139 gdb/config/alpha/xm-alphaosf.h,
10140 gdb/config/powerpc/tm-ppcle-eabi.h,
10141 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
10142 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
10143 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
10144 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
10145 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
10146 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
10147 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
10148 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
10149 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
10150 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
10151 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
10152 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
10153 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
10154 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
10155 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
10156 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
10157 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
10158 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
10159 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
10160 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
10161 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
10162 Remove lines for .cvsignore files.
10163
10164 2004-01-03 J. Brobecker <brobecker@gnat.com>
10165
10166 * infrun.c: Back out the previous change.
10167
10168 2004-01-03 Mark Kettenis <kettenis@gnu.org>
10169
10170 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
10171 sparc-*-sunos4* to the list of REMOVED configurations.
10172
10173 * configure.tgt: Add back sparc-*-vxworks*.
10174 * remote-vxsparc.c: Remove all includes except for "defs.h",
10175 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
10176 Include "sparc-tdep.h".
10177 (SPARC_R_G1): New define.
10178 (vxsparc_gregset): New variable.
10179 (ext_format_sparc): Remove extern declaration.
10180 (vx_read_register): Rewrite to use sparc32_supply_gregset and
10181 sparc32_supply_fpregset.
10182 (vx_write_register): Rewrite to use sparc32_collect_gregset,
10183 sparc_collect_rwindow and sparc32_collect_fpregset.
10184 * config/sparc/tm-vxworks.h: New file, based on recently removed
10185 tm-vxsparc.h.
10186 * config/sparc/vxworks.mt: New file, based on recently removed
10187 vxworks.mt.
10188
10189 2004-01-03 J. Brobecker <brobecker@gnat.com>
10190
10191 * infrun.c (handle_step_into_function): New function.
10192 (handle_inferior_event): Extract out some code into the new
10193 function above.
10194
10195 2004-01-02 Mark Kettenis <kettenis@gnu.org>
10196
10197 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
10198 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
10199 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
10200 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
10201 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
10202 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
10203 (sparc_nat_h): New variable.
10204 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
10205 (tm-sun4os4.h): Remove dependency.
10206 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
10207 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
10208 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
10209 sparc-tdep.o): Update dependencies.
10210 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
10211 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
10212 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
10213 dependencies.
10214 * configure.host: Remove existing sparc-*-lynxos*,
10215 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
10216 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
10217 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
10218 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
10219 triplets.
10220 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
10221 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
10222 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
10223 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
10224 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
10225 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
10226 sparc64-*-solaris2* and sparc64-*-* triplets.
10227 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
10228 "symtab.h" and "objfiles.h".
10229 (BIAS): Remove define.
10230 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
10231 (X_DISP19): Remove macros.
10232 (sparc_fetch_instruction): Remove function.
10233 (struct gdbarch_tdep): Remove definition.
10234 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
10235 (sparc_breakpoint_from_pc): Remove function.
10236 (struct sparc64_frame_cache): Remove definition.
10237 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
10238 sparc64_unwind_pc): Remove functions.
10239 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
10240 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
10241 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
10242 (sparc64_frame_cache): Change return type to `struct
10243 sparc_frame_cache *'. Simply call sparc_frame_cache.
10244 (sparc64_frame_this_id, sparc64_frame_prev_register,
10245 sparc64_frame_base_address): Use `struct sparc_frame_cache'
10246 instead of `struct sparc64_frame_cache.
10247 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
10248 sparc_analyze_control_transfer, sparc_software_single_step,
10249 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
10250 _initialize_sparc64_tdep): Remove functions.
10251 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
10252 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
10253 macros.
10254 (sparc64_supply_gregset, sparc64_collect_gregset,
10255 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
10256 (sparc64_init_abi): New function.
10257 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
10258 inclusion guard. Include "sparc-tdep.h".
10259 (BIAS): Define.
10260 (r_tstate_offset, r_fprs_offset): New defines.
10261 (enum sparc_regnum): Remove defenition.
10262 (enum sparc64_regnum): Reformat.
10263 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
10264 (sparc64_init_abi, sparc64_supply_gregset,
10265 sparc64_collect_gregset, sparc64_supply_fpregset,
10266 sparc64_collect_fpregset): New prototypes.
10267 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
10268 Add extern declarations.
10269 (sparc64_sol2_init_abi): New prototype.
10270 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
10271 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
10272 prototypes.
10273 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
10274 "sparnbsd-nat.h".
10275 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
10276 functions.
10277 (_initialize_sparc64fbsd_nat): Remove initialization of
10278 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
10279 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
10280 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
10281 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
10282 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
10283 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
10284 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
10285 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
10286 (sparc64fbsd_r_y_offset): Remove variables.
10287 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
10288 Make static and const.
10289 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
10290 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
10291 functions.
10292 (sparc64fbsd_gregset): New variable.
10293 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
10294 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
10295 and sparc64_supply_fpregset.
10296 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
10297 (sparc64fbsd_sigtramp_frame_this_id)
10298 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
10299 (sparc64fbsd_sigtramp_frame_unwind): New variable.
10300 (sparc64fbsd_sigtramp_frame_sniffer): New function.
10301 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
10302 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
10303 * sparcnbsd-tdep.c: Update copyright year. Include
10304 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
10305 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
10306 "value.h" and "sparcnbsd-tdep.h".
10307 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
10308 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
10309 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
10310 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
10311 defines.
10312 (sparcnbsd_gregset): New variable.
10313 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
10314 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
10315 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
10316 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
10317 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
10318 variables.
10319 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
10320 (sparc32nbsd_sigcontext_frame_this_id)
10321 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
10322 (sparc32nbsd_sigcontext_frame_unwind): New variable.
10323 (sparc32nbsd_sigtramp_frame_sniffer): New function.
10324 (sparcnbsd_get_longjmp_target_32,
10325 sparcnbsd_get_longjmp_target_64): Remove functions.
10326 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
10327 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
10328 sparcnbsd_init_elf): Remove.
10329 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
10330 (sparcnbsd_elf_init_abi): New functions.
10331 (_initialize_sparcnbsd_tdep): New prototype.
10332 (_initialize_sparnbsd_tdep): Update.
10333 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
10334 corelow.o. Add sparc64-nat.o and sparc-nat.o.
10335 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
10336 * config/sparc/linux.mh: Update comment.
10337 (XM_FILE, HOST_IPC): Remove variables.
10338 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
10339 sparc-linux-nat.o.
10340 * config/sparc/linux.mt: Update comment.
10341 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
10342 * config/sparc/nbsd.mt: Reformat.
10343 * config/sparc/nbsd64.mh: Update comment.
10344 (NATDEPFILES): Add sparc-nat.o.
10345 * config/sparc/nbsd64.mt: Update comment.
10346 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
10347 (TM_FILE): Set to tm-nbsd.h.
10348 * config/sparc/nbsdelf.mh: Update comment.
10349 (NATDEPFILES): Add sparc-nat.o.
10350 (XM_FILE): Delete.
10351 * config/sparc/nbsdaout.mh: Update comment.
10352 (NATDEPFILES): Add sparc-nat.o
10353 (XM_FILE): Delete.
10354 * config/sparc/nm-linux.h: Update copyright year. Don't include
10355 "config/nm-svr4.h" and "solib.h". Add protection against multiple
10356 inclusion.
10357 (KERNEL_U_SIZE): Remove define.
10358 (kernel_u_size): Remove prototype.
10359 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
10360 * config/sparc/nm-nbsd.h: Update copyright. Don't include
10361 "regcache.h".
10362 (CHILD_PREPARE_TO_STORE): Remove define.
10363 * config/sparc/nm-nbsdaout.h: Tweak some comments.
10364 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
10365 sparcnbsd-nat.c: Rewrite files.
10366 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
10367 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
10368 sparcnbsd-tdep.h: Remove files.
10369 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
10370 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
10371 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
10372 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
10373 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
10374 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
10375 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
10376 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
10377 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
10378 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
10379 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
10380 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
10381 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
10382 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
10383 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
10384 * config/sparc/linux64.mh, config/sparc/linux64.mt,
10385 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
10386 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
10387 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
10388
10389 2004-01-02 Andrew Cagney <cagney@redhat.com>
10390
10391 From 2003-12-18 Kazuhiro Inaoka:
10392 * configure.host: Add m32r-linux target.
10393
10394 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10395
10396 * top.c (print_gdb_version): Update year to 2004.
10397
10398 2004-01-02 Mark Mitchell <mark@codesourcery.com>
10399
10400 * MAINTAINERS: Add myself to the write-after-approval category.
10401
10402 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
10403
10404 From Bernardo Innocenti <bernie@develer.com>:
10405 * configure.tgt: Add uClinux target.
10406
10407 2004-01-02 Andrew Cagney <cagney@redhat.com>
10408
10409 * utils.c (do_my_cleanups): Make static, add forward declaration.
10410 * defs.h (do_my_cleanups): Delete declaration.
10411
10412 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
10413
10414 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
10415 bfd/ChangeLog-0203.
10416
10417 2004-01-02 Mark Kettenis <kettenis@gnu.org>
10418
10419 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
10420 in <machine/reg.h>.
10421 * configure, config.in: Regenerate.
10422
10423 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
10424 tui/ChangeLog-1998-2003.
10425 \f
10426 Local Variables:
10427 mode: change-log
10428 left-margin: 8
10429 fill-column: 74
10430 version-control: never
10431 End:
This page took 0.283671 seconds and 5 git commands to generate.