From Michal Ludvig <mludvig@suse.cz>:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
a3386186
MK
12003-05-31 Mark Kettenis <kettenis@gnu.org>
2
3 From Michal Ludvig <mludvig@suse.cz>:
4 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
5 and `sc_num_regs'.
6 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
8 I386_ST0_REGNUM): Move here from...
9 * i386-tdep.c: ... here.
10 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
11 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
12 registers if possible.
13 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
14 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
15 Remove variables.
16 (i386bsd_sc_reg_offset): New variable.
17 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
18 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
19 TDEP->sc_sp_offset.
20 (i386fbsd_sc_reg_offset): New variable.
21 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
22 TDEP->sc_num_regs.
23 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
24 variables.
25 (i386fbsd4_sc_reg_offset): New variable.
26 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
27 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
28 TDEP->sc_sp_offset.
29 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
30 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
31 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
32 Remove variables.
33 (i386nbsd_sc_reg_offset): New variable.
34 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
35 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
36 TDEP->sc_sp_offset.
37 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
38 Remove variables.
39 (i386obsd_sc_reg_offset): New variable.
40 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
41 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
42 TDEP->sc_sp_offset.
43 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
44 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
45 for frame pointer offset in `struct sigcontext'.
46
25ab4790
AC
472003-05-31 Andrew Cagney <cagney@redhat.com>
48
49 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
50 architecture methods call_dummy_words, sizeof_call_dummy_words,
51 push_return_address, store_struct_return, and fix_call_dummy. Set
52 push_dummy_call instead of deprecated_push_arguments.
53 (mips_store_struct_return): Delete function.
54 (mips_fix_call_dummy): Delete function.
55 (mips_push_return_address): Delete function.
56 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
57 RA_REGNUM and T9_REGNUM.
58 (mips_n32n64_push_dummy_call): Ditto for
59 mips_n32n64_push_arguments.
60 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
61 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
62
6a65450a
AC
632003-05-31 Andrew Cagney <cagney@redhat.com>
64
65 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
66 "dummy_addr" to "bp_addr".
67 * infcall.c (call_function_by_hand): Pass "funaddr" to
68 gdbarch_push_dummy_call.
69 * gdbarch.h, gdbarch.c: Re-generate.
70 * i386-tdep.c (i386_push_dummy_call): Update.
71 * arm-tdep.c (arm_push_dummy_call): Update.
72 * d10v-tdep.c (d10v_push_dummy_call): Update.
73
c4f35dd8
MK
742003-05-31 Mark Kettenis <kettenis@gnu.org>
75
76 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
77 variable declarations.
78 (x86_64_register_number, x86_64_register_name): Remove prototypes.
79 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
80 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
81 x86_64_init_frame_pc, x86_64_init_frame_pc,
82 x86_64_function_has_prologue): Remove prototypes.
83 (X86_64_NUM_GREGS): New define.
84 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
85 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
86 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
87 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
88 XMM1_REGNUM): Remove defines.
89 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
90 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
91 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
92 X86_64_XMM1_REGNUM): New defines.
93 (struct x86_64_register_info): Renamed from `struct
94 register_info'. Remove `size' member.
95 (x86_64_register_info_table): Remove variable.
96 (x86_64_register_info): New variable.
97 (X86_64_NUM_REGS): New define.
98 (X86_64_NUM_GREGS): Remove define.
99 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
100 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
101 Remove variables.
102 (x86_54_dwarf2_reg_to_regnum): Remove function.
103 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
104 (x86_64_dwarf_reg_to_regnum): New function.
105 (x86_64_register_name): Rewrite.
106 (x86_64_register_raw_size): Remove function.
107 (x86_64_register_byte_table): Remove variable.
108 (x86_64_register_byte): Remove function.
109 (x86_64_register_virtual_type): Remove function.
110 (x86_64_register_type): New function.
111 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
112 x86_64_register_convert_to_raw): Remove functions.
113 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
114 (x86_64_use_struct_convention): Make static. Adjust for renamed
115 defines.
116 (x86_64_frame_init_saved_regs): Remove function.
117 (x86_64_push_arguments): Make static. Change to accept a regcache
118 as argument.
119 (x86_64_store_return_value, x86_64_extract_return_value): Make
120 static. Rewrite based on i386 counterparts.
121 (x86_64_push_dummy_call): New function.
122 (X86_64_NUM_SAVED_REGS): New define.
123 (x86_64_register_number): Remove function.
124 (x86_64_store_struct_return): Remove function.
125 (x86_64_frameless_function_invocation,
126 x86_64_function_has_prologue): Remove functions.
127 (PROLOG_BUFSIZE): Remove define.
128 (struct x86_64_frame_cache): New structure.
129 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
130 x86_64_frame_cache, x86_64_frame_this_id,
131 x86_64_frame_prev_register, x86_64_frame_p,
132 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
133 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
134 functions.
135 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
136 variables.
137 (x86_64_skip_prologue): Rewrite in terms of
138 x86_64_analyze_prologue.
139 (x86_64_frame_base_address): New function.
140 (x86_64_frame_base): New variable.
141 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
142 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
143 set deprecated_fp_regnum, deprecated_register_size,
144 deprecated_register_bytes, register_raw_size, register_byte,
145 register_virtual_type, register_convertiable,
146 register_convert_to_virtual, convert_to_raw,
147 deprecated_get_saved_register, deprecated_target_read_fp,
148 deprecated_push_arguments, deprecated_push_return_address,
149 deprecated_pop_frame, deprecated_store_struct_return,
150 deprecated_frame_init_saved_regs, deprecated_frame_chain,
151 frameless_function_invocation, deprecated_frame_saved_pc,
152 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
153 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
154 deprecated_init_frame_pc and virtual_frame_pointer. Call
155 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
156 and x86_64_frame_p. Call frame_base_set_default to register
157 x86_64_frame_base.
158 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
159 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
160 (_initialize_x86_64_tdep): Remove function.
161 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
162 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
163 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
164 define.
165 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
166 (x86_64_linux_sigcontext_addr): Rewrite.
167 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
168 x86_64_linux_frame_saved_pc): Remove functions.
169 (x86_64_linux_pc_in_sigtramp): Renamed from
170 x86_64_linux_in_sigtramp. Try harder to recognize a signal
171 trampoline.
172 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
173 Remove_functions.
174 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
175 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
176 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
177 (x86_64_regmap): Rename to regmap.
178 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
179 x86_64_num_gregs.
180 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
181 x86_64_regmap.
182 (x86_64_fxsave_offset): Remove function.
183 (supply_fpregset): Simply call x86_64_supply_fxsave.
184 (fill_fpregset): Simply call x86_64_fill_fxsave.
185 (fetch_inferior_registers, store_inferior_registers): Avoid
186 asignment in if-statement.
187 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
188 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
189 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
190 (fetch_core_registers): Remove function.
191 (linux_elf_core_fns): Remove.
192 (offsetoff): Don't define.
193 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
194 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
195 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
196 add core-regset.o.
197 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
198 protection against multiple includes instead of NM_X86_64_h. Add
199 various comments. Include "config/nm-linux.h". Don't include
200 <signal.h>.
201 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
202 GET_THREAD_SIGNALS): Remove defines.
203 (x86_64_register_u_addr, kernel_u_size,
204 lin_thread_get_thread_signals): Remove prototypes.
205 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
206 [HAVE_LINK_H]: Don't include "solib.h".
207 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
208 * config/i386/tm-x86-64linux.h: Fix comments.
209 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
210 x86-64-tdep.o): Update dependencies.
211
c25083af
AC
2122003-05-30 Andrew Cagney <cagney@redhat.com>
213
c8f55a7b
AC
214 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
215 Change parameter type to a "struct regcache *".
216
c25083af
AC
217 * gdbarch.sh: Regardless of the multi-arch level, always define
218 the macro when not already defined.
219 * gdbarch.h, gdbarch.c: Re-generate.
220
fbe586ae
RH
2212003-05-30 Richard Henderson <rth@redhat.com>
222
223 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
224 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
225 (alpha_mdebug_frame_this_id): Likewise.
226 (alpha_mdebug_frame_prev_register): Likewise.
227 (alpha_mdebug_frame_base_address): Likewise.
228 (alpha_mdebug_frame_locals_address): Likewise.
229 (alpha_mdebug_frame_args_address): Likewise.
230 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
231 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
232 (alpha_heuristic_frame_unwind_cache): Make static; add missing
233 loop increment.
234 (alpha_heuristic_frame_this_id): Make static.
235 (alpha_heuristic_frame_prev_register): Likewise.
236 (alpha_heuristic_frame_base_address): Likewise.
237 * alpha-tdep.h: Update.
238
acd5c798
MK
2392003-05-30 Mark Kettenis <kettenis@gnu.org>
240
241 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
242 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
243 defenitions.
244 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
245 * i386-tdep.c: Mark functions that are 64-bit safe as such.
246 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
247 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
248 I386_ST0_REGNUM): New defines.
249 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
250 codestream_get): Remove define.
251 (codestream_next_addr, condestream_addr, condestream_buf,
252 codestream_off, codestream_cnt): Remove variables.
253 (codestream_fill, codestream_seek, codestream_read): Remove
254 functions.
255 (i386_follow_jump): Rewrite to avoid usage of removed codestream
256 functionality.
257 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
258 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
259 i386_frame_saved_pc, i386_saved_pc_after_call,
260 i386_frame_num_args, i386_frame_init_saved_regs,
261 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
262 i386_push_arguments): Remove functions.
263 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
264 functionality. Use i386_analyze_prologue instead of
265 i386_get_frame_setup.
266 (I386_NUM_SAVED_REGS): New define.
267 (struct i386_frame_cache): New structure.
268 (i386_alloc_frame_cache, i386_analyze_struct_return,
269 i386_skip_probe, i386_analyze_frame_setup,
270 i386_analyze_register_saves, i386_analyze_prologue,
271 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
272 i386_frame_prev_register, i386_sigtramp_frame_cache,
273 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
274 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
275 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
276 New functions.
277 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
278 New variables.
279 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
280 I386_EAX_REGNUM and I386_EDX_REGNUM.
281 (i386_extract_return_value, i386_store_return_value): Use
282 I386_ST0_REGNUM where appropriate.
283 (i386_extract_struct_value_address): Rewrite to use extract_address.
284 (i386_svr4_pc_in_sigtramp): Add comment.
285 (i386_svr4_sigcontext_addr): Rewrite.
286 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
287 TDEP->sc_sp_offset.
288 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
289 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
290 of new defines. Set push_dummy_call, don't set
291 deprecated_push_arguments, deprecated_push_return_address,
292 deprecated_pop_frame. Don't set parm_boundary. Don't set
293 deprecated_frame_chain, deprecated_frame_saved_pc,
294 deprecated_saved_pc_after_call. Set unwind_dummy_id,
295 save_dummy_frame_tos, unwind_pc. Call
296 frame_unwind_append_predicate and frame_base_set_default. Don't
297 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
298 Don't set frameless_function_invocation. Don't set
299 deprecated_register_bytes, deprecated_register_size,
300 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
301 * i386-linux-tdep.c: Fix formatting in some comments.
302 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
303 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
304 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
305 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
306 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
307 redundant parentheses.
308 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
309 (i386_linux_sigcontext_addr): Use it. Rewrite.
310 (find_minsym_and_objfile): Change name of second argument.
311 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
312 changed. Use frame_pc_unwind instead of
313 DEPRECATED_SAVED_PC_AFTER_CALL.
314 (i386_linux_init_abi): Don't set deprecated_register_bytes.
315 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
316 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
317 unwinder.
318 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
319 "dummy-frame.h".
320 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
321 (_initialize_i386_cygwin_tdep): New prototype.
322 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
323 deprecated_frame_chain_valid.
324 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
325 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
326 Rely on the SVR4 defaults.
327 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
328 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
329
c89b70f1
AC
3302003-05-30 Andrew Cagney <cagney@redhat.com>
331
332 * infcall.c (call_function_by_hand): Always call
333 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
334
85b32d22
RH
3352003-05-30 Richard Henderson <rth@redhat.com>
336
c89b70f1
AC
337 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
338 increment.
85b32d22 339
bfe51b1e
JB
3402003-05-29 Jim Blandy <jimb@redhat.com>
341
342 Use gdbarch methods for solib stuff on PowerPC Linux.
343 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
344 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
345 show through.
346 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
347 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
348 giving the same effect as the #definitions above.
349
1abf022c
AF
3502003-05-29 Adam Fedor <fedor@gnu.org>
351
352 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
353 (find_implementation_from_class): Replace it with the standard
354 case i.e. do nothing.
355
d2427a71
RH
3562003-05-29 Richard Henderson <rth@redhat.com>
357
358 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
359 (alpha_linux_sigtramp_offset): Use it. Make static.
360 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
361 update for new frame model.
362 * alpha-mdebug-tdep.c: New file.
363 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
364 (alpha_osf1_init_abi): Install it.
365 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
366 (linked_proc_desc_table): Remove.
367 (alpha_frame_past_sigtramp_frame): Remove.
368 (alpha_dynamic_sigtramp_offset): Remove.
369 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
370 (alpha_proc_desc_is_dyn_sigtramp): Remove.
371 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
372 (push_sigtramp_desc): Remove.
373 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
374 (alpha_cannot_store_register): Likewise.
375 (alpha_sigcontext_addr): Remove.
376 (alpha_find_saved_regs): Remove.
377 (alpha_frame_init_saved_regs): Remove.
378 (alpha_init_frame_pc_first): Remove.
379 (read_next_frame_reg): Remove.
380 (alpha_frame_saved_pc): Remove.
381 (alpha_saved_pc_after_call): Remove.
382 (temp_proc_desc, temp_saved_regs): Remove.
383 (alpha_about_to_return): Remove.
384 (cached_proc_desc): Remove.
385 (alpha_frame_chain): Remove.
386 (alpha_print_extra_frame_info): Remove.
387 (alpha_init_extra_frame_info): Remove.
388 (alpha_frame_locals_address): Remove.
389 (alpha_frame_args_address): Remove.
390 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
391 (alpha_push_dummy_frame): Remove.
392 (alpha_pop_frame): Remove.
393 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
394 (alpha_read_insn): New.
395 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
396 for different insn encodings.
397 (alpha_in_lenient_prologue): Remove.
398 (struct alpha_sigtramp_unwind_cache): New.
399 (alpha_sigtramp_frame_unwind_cache): New.
400 (alpha_sigtramp_register_address): New.
401 (alpha_sigtramp_frame_this_id): New.
402 (alpha_sigtramp_frame_prev_register): New.
403 (alpha_sigtramp_frame_unwind): New.
404 (alpha_sigtramp_frame_p): New.
405 (struct alpha_heuristic_unwind_cache): New.
406 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
407 don't count nop insns that occur between functions.
408 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
409 heuristic_proc_desc, but without the mdebug wrapping.
410 (alpha_heuristic_frame_this_id): New.
411 (alpha_heuristic_frame_prev_register): New.
412 (alpha_heuristic_frame_unwind): New.
413 (alpha_heuristic_frame_p): New.
414 (alpha_heuristic_frame_base_address): New.
415 (alpha_heuristic_frame_base): New.
416 (alpha_unwind_dummy_id): New.
417 (alpha_unwind_pc): New.
418 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
419 frame related deprecated initializations; install replacements.
420 (alpha_dump_tdep): Remove.
421 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
422 (alpha_read_insn, alpha_after_prologue,
423 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
424 alpha_heuristic_frame_prev_register,
425 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
426 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
427 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
428 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
429
93ec1121
AC
4302003-05-29 Andrew Cagney <cagney@redhat.com>
431
432 * gdb_assert.h (gdb_assert_fail): Provide different definitions
433 dependant on the availability of ASSERT_FUNCTION.
434 (ASSERT_FUNCTION): Do not define when there is no function name.
435
98f08d3d
KB
4362003-05-29 Kevin Buettner <kevinb@redhat.com>
437
438 From Jimi X <jimix@watson.ibm.com>:
439 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
440
0897f59b
JB
4412003-05-28 Jim Blandy <jimb@redhat.com>
442
443 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
444 argument to ptrace to int; the system headers should give it the
445 right type, and pointers don't fit in ints on powerpc64-*-*.
446
14898363
L
4472003-05-28 H.J. Lu <hongjiu.lu@intel.com>
448
449 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
450 DW_TAG_catch_block.
451
a7a48797
EZ
4522003-05-26 Elena Zannoni <ezannoni@redhat.com>
453
454 * stabsread.c (dbx_lookup_type): Make static.
455 (read_type): Ditto.
456 (add_undefined_type): Ditto.
457 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
458 not export.
459
f5479e9c
EZ
4602003-05-26 Elena Zannoni <ezannoni@redhat.com>
461
462 * hpread.c (hpread_has_name): Make static.
463 (hpread_psymtab_to_symtab): Ditto.
464 (file_exists): Ditto.
465 (hpread_call_pxdb): Ditto.
466 (hpread_pxdb_needed): Ditto.
467 (hpread_quick_traverse): Ditto.
468 (hpread_get_header): Ditto.
469 (hpread_get_lntt): Ditto.
470 (hpread_get_slt): Ditto.
471 (class_of): Ditto.
472
eb2e12d7
AS
4732003-05-25 Andreas Schwab <schwab@suse.de>
474
78bf922a
AS
475 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
476 stack_align and deprecated_extra_stack_alignment_needed.
477 (m68k_stack_align): Delete.
478
eb2e12d7
AS
479 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
480 (m68k_register_virtual_size): Likewise.
481 (altos_skip_prologue): Remove obsolete function.
482 (isi_frame_num_args): Likewise.
483 (news_frame_num_args): Likewise.
484 (m68k_fix_call_dummy): Make static.
485 (m68k_push_dummy_frame): Likewise.
486 (m68k_pop_frame): Likewise.
487 (m68k_skip_prologue): Likewise.
488 (m68k_frame_init_saved_regs): Likewise.
489 (m68k_saved_pc_after_call): Likewise.
490 (m68k_get_longjmp_target): Make multi-arch.
491 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
492 structure. Register m68k_get_longjmp_target if enabled.
493 * m68k-tdep.h (struct gdbarch_tdep): Define.
494 * config/m68k/tm-m68k.h: Don't include "regcache.h".
495
496 * Makefile.in (config.status): Also depend on configure.tgt
497 and configure.host.
498 (m68klinux-tdep.o): Update dependencies.
499 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
500 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
501 (M68K_LINUX_JB_PC): Define.
502 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
503 and take additional parameter.
504 (m68k_linux_sigtramp_saved_pc): Update.
505 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
506 m68k_linux_pc_in_sigtramp, in_plt_section,
507 find_solib_trampoline_target.
508 * config/m68k/tm-linux.h: Don't include any tm headers.
509 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
510 (JB_ELEMENT_SIZE): Likewise.
511 (JB_PC): Likewise.
512 (GET_LONGJMP_TARGET): Likewise.
513 (IN_SIGTRAMP): Likewise.
514 (SVR4_SHARED_LIBS): Define this and include "solib.h".
515
eb2c22dc
MK
5162003-05-25 Mark Kettenis <kettenis@gnu.org>
517
518 * sparc-tdep.c (sparc32_do_push_arguments): New function.
519 (sparc32_push_arguments): Re-implement by calling
520 sparc32_do_push_arguments.
521
44b7b84e
MK
5222003-05-25 Mark Kettenis <kettenis@gnu.org>
523
524 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
525 SPARC_O1_REGNUM): New defines.
526 (sparc32_extract_return_value): Rewrite to operate on a regcache.
527 (sparc32_store_return_value): New function.
528 (sparc_extract_struct_value_address): Rewrite to operate on a
529 regcache.
530 (sparc_gdbarch_init): Don't set
531 deprecated_extract_struct_value_address. Set
532 extract_struct_value_address instead. Don't set
533 deprecated_extract_return_value and deprecated_store_return_value
534 for 32-bit targets. Set extract_return_value and
535 store_return_value instead.
536 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
537 DEPRECTAED_EXTRACT_RETURN_VALUE,
538 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
539 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
540 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
541 (sparc_store_return_value): Remove prototype.
542 (sparc32_store_return_value): New prototype.
543 (sparc32_extract_return_value, sparc_extract_struct_value_address):
544 Adjust prototypes.
545
f6ad61e3
MK
5462003-05-24 Mark Kettenis <kettenis@gnu.org>
547
548 * sparcnbsd-tdep.c: Include "gdb_string.h".
549
b276f1bb
AC
5502003-05-23 Andrew Cagney <cagney@redhat.com>
551
552 * p-valprint.c (pascal_val_print): Replace extract_address with
553 the inline equivalent extract_unsigned_integer.
554 * jv-valprint.c (java_value_print): Ditto.
555 * ada-valprint.c (ada_val_print_1): Ditto.
556 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
557
e76c5fcc
TR
5582003-05-23 Theodore A. Roth <troth@openavr.org>
559
560 * blockframe.c (frameless_look_for_prologue): Remove unused
561 after_prologue variable.
562
2cdd89cb
MK
5632003-05-23 Mark Kettenis <kettenis@gnu.org>
564
565 * blockframe.c (get_pc_function_start): Rewrite to avoid
566 asignments in if-statements.
567
182d43bc
EZ
5682003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
569
570 Committed by Elena Zannoni <ezannoni@redhat.com>.
571 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
572 files, don't relocate absolute symbols (and do use mst_abs).
573
e8f3fcdd
AC
5742003-05-23 Andrew Cagney <cagney@redhat.com>
575
576 * objc-lang.c: Include "gdb_assert.h".
577 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
578 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
579 (gdb_check, gdb_check_fatal): Delete functions.
580 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
581 gdb_assert.
582 (parse_selector, parse_method, find_methods, find_imps): Ditto.
583 * Makefile.in (objc-lang.o): Update dependencies.
584
3c23e6fb
ILT
5852003-05-22 Ian Lance Taylor <ian@airs.com>
586
587 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
588 with fprintf_filtered, not fprintf_unfiltered.
589
af1342ab
AC
5902003-05-22 Andrew Cagney <cagney@redhat.com>
591
592 * stack.c (frame_info): Inline extract_address, replacing it with
593 extract_unsigned_integer.
594 * findvar.c (unsigned_pointer_to_address): Ditto.
595 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
596 * dwarf2expr.c (dwarf2_read_address): Ditto.
597 * frame.c (frame_pc_unwind): Update comment.
598 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
599
47e242ec
JJ
6002003-05-22 Jeff Johnston <jjohnstn@redhat.com>
601
602 * infptrace.c (detach): Call print_sys_errmsg rather than
603 perror_with_name to issue warning message when errno is non-zero
604 after calling ptrace detach.
605
e2ac8128
JB
6062003-05-21 J. Brobecker <brobecker@gnat.com>
607
608 * config/pa/tm-hppa.h: Delete some unused macros. Move some
609 macro definitions from here...
610 * hppa-tdep.c: ...to there.
611
92b3541e
KB
6122003-05-20 Kevin Buettner <kevinb@redhat.com>
613
614 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
615 register_ptrace_addr(). Fix all callers.
616
55809acb
AS
6172003-05-21 Andreas Schwab <schwab@suse.de>
618
619 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
620 dependencies.
621 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
622 end.
623 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
624 (_initialize_m68k_linux_tdep): New function.
625 (m68k_linux_frame_saved_pc): Make static.
626 (m68k_linux_extract_return_value): Likewise.
627 (m68k_linux_store_return_value): Likewise.
628 (m68k_linux_extract_struct_value_address): Likewise.
629 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
630 Remove.
631 (DEPRECATED_STORE_RETURN_VALUE): Remove.
632 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
633 (DEPRECATED_FRAME_SAVED_PC): Remove.
634
0fbc10f7
KW
6352003-05-20 Kris Warkentin <kewarken@qnx.com>
636
637 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
638 regset numbering rather than our own.
639
58da2eb2
DC
6402003-05-19 David Carlton <carlton@bactrian.org>
641
642 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
643
1fcb5155
DC
6442003-05-19 David Carlton <carlton@bactrian.org>
645
646 Partial fix for PR c++/827.
647 * cp-support.h: Include symtab.h.
648 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
649 * cp-namespace.c: Update contributors.
650 (cp_lookup_symbol_nonlocal): New.
651 (lookup_namespace_scope, cp_lookup_symbol_namespace)
652 (lookup_symbol_file): Ditto.
653 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
654 * block.h: Declare block_scope, block_using, block_global_block.
655 * block.c (block_scope): New.
656 (block_using, block_global_block): Ditto.
657 * Makefile.in (cp_support_h): Depend on symtab_h.
658 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
659
5f9a71c3
DC
6602003-05-19 David Carlton <carlton@bactrian.org>
661
662 * language.h (struct language_defn): Add 'la_value_of_this'
663 and 'la_lookup_symbol_nonlocal' members.
664 * symtab.h: Declare basic_lookup_symbol_nonlocal,
665 lookup_symbol_static, lookup_symbol_global,
666 lookup_symbol_aux_block.
667 * symtab.c (lookup_symbol_aux): Call language hooks to determine
668 if we should search fields of this and how to do static/global
669 lookup.
670 (lookup_symbol_aux_block): Make extern.
671 (basic_lookup_symbol_nonlocal): New.
672 (lookup_symbol_static, lookup_symbol_global): Ditto.
673 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
674 'la_lookup_symbol_nonlocal' members.
675 * c-lang.c (c_language_defn, cplus_language_defn)
676 (asm_language_defn, minimal_language_defn): Ditto.
677 * jv-lang.c (java_language_defn): Ditto.
678 * language.c (unknown_language_defn, auto_language_defn)
679 (local_language_defn): Ditto.
680 * m2-lang.c (m2_language_defn): Ditto.
681 * objc-lang.c (objc_language_defn): Ditto.
682 * scm-lang.c (scm_language_defn): Ditto.
683 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
684 * p-lang.c (pascal_language_defn): Ditto for both.
685 * Makefile.in (f-lang.o): Depend on value_h.
686 (p-lang.o): Ditto.
687
89a9d1b1
DC
6882003-05-19 David Carlton <carlton@bactrian.org>
689
690 * block.h: Declare block_static_block.
691 * block.c (block_static_block): New.
692 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
693 lookup_symbol_aux_local, calling block_static_block instead.
694 (lookup_symbol_aux_local): Delete 'static_block' argument.
695
eed3f8ab
DC
6962003-05-19 David Carlton <carlton@bactrian.org>
697
698 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
699
a09d8bda
ML
7002003-05-19 Michal Ludvig <mludvig@suse.cz>
701
702 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
703 register numbers mapping.
704
69636828
AF
7052003-05-18 Adam Fedor <fedor@gnu.org>
706
707 * symtab.c (completion_list_objc_symbol): New function.
708 (make_symbol_completion_list): Use it to add ObjC symbols
709 when looking though the list.
710 (language_search_unquoted_string): New function.
711 (make_file_symbol_completion_list): Use it.
712
55baeb84
AS
7132003-05-18 Andreas Schwab <schwab@suse.de>
714
d0b45d99
AS
715 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
716 dependencies.
717 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
718 as m68k_linux_extract_return_value.
719 (DEPRECATED_STORE_RETURN_VALUE): Define as
720 m68k_linux_store_return_value.
721 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
722 m68k_linux_extract_struct_value_address.
723 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
724 get_next_frame, get_frame_base, get_frame_pc.
725 (m68k_linux_frame_saved_pc): Use get_frame_base.
726 (m68k_linux_extract_return_value): New function.
727 (m68k_linux_store_return_value): New function.
728 (m68k_linux_extract_struct_value_address): New function.
729 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
730
55baeb84
AS
731 * c-exp.y (typebase): Remove duplicate occurence of
732 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
733 of lookup_signed_typename.
734
b6b08ebf
MK
7352003-05-18 Mark Kettenis <kettenis@gnu.org>
736
737 * dwarf2loc.c (find_location_expression): Change type of second
738 argument to `size_t *'.
739 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
740 for size variable.
741
5ad1c190
DC
7422003-05-18 David Carlton <carlton@bactrian.org>
743
744 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
745 'linkage_name'. Add comment.
746 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
747 'linkage_name'.
748 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
749 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
750 (lookup_block_symbol): Ditto.
751
b8b527c5
AC
7522003-05-16 Andrew Cagney <cagney@redhat.com>
753
754 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
755 * gdbarch.h, gdbarch.c: Re-generate.
756 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
757 * TODO (REGISTER_BYTES): Delete reference.
758 * alpha-tdep.c (alpha_gdbarch_init): Update.
759 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
760 * x86-64-tdep.c (x86_64_init_abi): Update.
761 * vax-tdep.c (vax_gdbarch_init): Update.
762 * v850-tdep.c (v850_gdbarch_init): Update.
763 * sparc-tdep.c (sparc_gdbarch_init): Update.
764 * sh-tdep.c (sh_gdbarch_init): Update.
765 * s390-tdep.c (s390_gdbarch_init): Update.
766 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
767 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
768 (ns32k_gdbarch_init_32382): Update.
769 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
770 * mcore-tdep.c (mcore_gdbarch_init): Update.
771 * m68k-tdep.c (m68k_gdbarch_init): Update.
772 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
773 * ia64-tdep.c (ia64_gdbarch_init): Update.
774 * i386-tdep.c (i386_gdbarch_init): Update.
775 * i386-linux-tdep.c (i386_linux_init_abi): Update.
776 * hppa-tdep.c (hppa_gdbarch_init): Update.
777 * h8300-tdep.c (h8300_gdbarch_init): Update.
778 * frv-tdep.c (frv_gdbarch_init): Update.
779 * cris-tdep.c (cris_gdbarch_init): Update.
780 * avr-tdep.c (avr_gdbarch_init): Update.
781 * arm-tdep.c (arm_gdbarch_init): Update.
782 * sparc-tdep.c (sparc_pop_frame): Update.
783 * rs6000-tdep.c (rs6000_pop_frame): Update.
784 * remote.c (init_remote_state): Update.
785 (remote_prepare_to_store): Update.
786 * remote-vx.c (vx_prepare_to_store): Update.
787 * remote-sds.c (sds_fetch_registers): Update.
788 (sds_prepare_to_store): Update.
789 * remote-array.c: Update.
790 * regcache.c (init_legacy_regcache_descr): Update.
791 (init_regcache_descr): Update.
792 * mips-tdep.c (mips_eabi_extract_return_value): Update.
793 (mips_o64_extract_return_value): Update.
794 * irix5-nat.c (fetch_core_registers): Update.
795 * irix4-nat.c (fetch_core_registers): Update.
796 * i386-tdep.h: Update.
797 * hppa-tdep.c (pa_do_registers_info): Update.
798 (pa_do_strcat_registers_info): Update.
799 * cris-tdep.c (cris_register_bytes_ok): Update.
800 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
801 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
802 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
803 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
804 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
805 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
806 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
807 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
808 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
809 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
810 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
811 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
812 (REGISTER_BYTES_OK): Update.
813 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
814 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
815
ee2842e2
ILT
8162003-05-16 Ian Lance Taylor <ian@airs.com>
817
818 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
819 (vax_print_insn, print_insn_arg): Remove static functions.
820 (vax_gdbarch_init): Call set_gdbarch_print_insn with
821 print_insn_vax from opcodes library.
822 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
823
973177d3
AC
8242003-05-15 Andrew Cagney <cagney@redhat.com>
825
aaab4dba
AC
826 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
827 * target.h (memory_breakpoint_from_pc): Delete declaration.
828 * mem-break.c (memory_breakpoint_from_pc): Delete function.
829 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
830 * monitor.c (monitor_insert_breakpoint): Use
831 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
832 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
833 * gdbarch.h, gdbarch.c: Re-generate.
834 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
835 (sparc_gdbarch_init): Set breakpoint_from_pc to
836 sparc_breakpoint_from_pc.
837 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
838 (BREAKPOINT_FROM_PC): Define.
839 (sparc_breakpoint_from_pc): Declare.
840 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
841 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
842 (BREAKPOINT_FROM_PC): Define.
843 (BREAKPOINT): Delete macro.
844 * target.h: Update comment.
845 * s390-tdep.c (s390_gdbarch_init): Update comments.
846 * remote.c: Update comments.
847 * remote-mips.c: Update comments.
848 * proc-api.c (write_with_trace): Do not check for a breakpoint.
849 * mem-break.c: Update comment.
850 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
851 (ia64_memory_insert_breakpoint): Update.
852 * config/sparc/tm-sparc.h: Update comment.
853 * config/pa/tm-hppa64.h: Update comment.
854 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
855 (rs6000_breakpoint_from_pc): Update.
856 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
857 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
858 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
859 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
860 (mips_breakpoint_from_pc): Update.
861 (mips_dump_tdep): Update.
862
e06963ff
AC
863 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
864 * minsyms.c (lookup_minimal_symbol): Inline
865 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
866
973177d3
AC
867 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
868 * p-valprint.c (pascal_object_print_value_fields): Ditto.
869 * p-lang.c (pascal_printstr): Ditto.
870 * objc-lang.c (objc_printstr): Ditto.
871 * m2-lang.c (m2_printstr): Ditto.
872 * jv-valprint.c (java_print_value_fields): Ditto.
873 * f-lang.c (f_printstr): Ditto.
874 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
875 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
876 for repeat_count_threshold.
877 * Makefile.in (cp-valprint.o): Update dependencies.
878
5ea2bd7f
JJ
8792003-05-15 Jeff Johnston <jjohnstn@redhat.com>
880
881 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
882 (examine_prologue): Support looking through leaf functions, knowing
883 they start with mov r2,r12. Support skipping over indirect stores
884 of the input registers. Upon hitting a non-nop branch instruction
885 or predicated instruction, bail out by setting lim_pc to the current
886 pc value in the loop. At the end, if the lim_pc value is still
887 beyond our calculated value and we have trust_limit set,
888 use the lim_pc value.
889
cc8c88f3
AC
8902003-05-15 Andrew Cagney <cagney@redhat.com>
891
892 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
893 generic_find_dummy_frame.
894 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
895 (deprecated_generic_find_dummy_frame): Update.
896 (deprecated_read_register_dummy): Update.
897 * frame.c (deprecated_generic_get_saved_register): Update.
898
909cd28e
TR
8992003-05-15 Theodore A. Roth <troth@openavr.org>
900
901 * avr-tdep.c (avr_breakpoint_from_pc): New function.
902 (avr_gdbarch_init): Set breakpoint_from_pc method.
903
b923b08d
AC
9042003-05-15 Andrew Cagney <cagney@redhat.com>
905
906 * regcache.c (build_regcache): Set deprecated_register_valid
907 directly.
908 (deprecated_grub_regcache_for_register_valid): Delete function.
909 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
910 declaration.
911
ae2f03ac
EZ
9122003-05-15 David Carlton <carlton@bactrian.org>
913
914 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
915 * symtab.c (lookup_symbol_aux): Delete calls to
916 lookup_symbol_aux_minsyms.
917 (lookup_symbol_aux_minsyms): Comment out function and
918 prototype. Delete lookup by mangled name.
ae2f03ac 919
18ec9831
KB
9202003-05-14 Kevin Buettner <kevinb@redhat.com>
921
922 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
923 correctly indicate an empty stack and ``stack_allocated'' to the
924 indicate the number of elements initially allocated.
925 (dwarf_expr_grow_stack): Simplify method for computing new
926 stack size. Don't loop infinitely if ``stack_len'' is zero.
927 (execute_stack_op): Move ``ctx->in_reg'' initialization
928 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
929 be used in conjuction with DW_OP_piece. Revise error message
930 accordingly.
931
de18ac1f
TR
9322003-05-14 Theodore A. Roth <troth@openavr.org>
933
934 * MAINTAINERS: Update my email address.
935 * avr-tdep.c: Ditto.
936
176620f1
EZ
9372003-05-14 Elena Zannoni <ezannoni@redhat.com>
938
939 * symtab.h (enum domain_enum): Rename from namespace_enum.
940 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
941 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
942 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
943 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
944 TYPES_NAMESPACE, METHODS_NAMESPACE.
945 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
946 (struct symbol, struct partial_symbol): Rename field
947 'namespace_enum namespace' to 'domain_enum domain'.
948 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
949 Delete old define kludge for namespace.
950
951 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
952 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
953 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
954 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
955 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
956 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
957 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
958 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
959 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
960 occurrences of the above.
961
b7f31508
ILT
9622003-05-14 Ian Lance Taylor <ian@airs.com>
963
964 * Makefile.in (install-only): Use $(SHELL) when running
965 mkinstalldirs.
966
2fdbdd39
ILT
9672003-05-13 Ian Lance Taylor <ian@airs.com>
968
a208d82c
ILT
969 * MAINTAINERS (write after approval): Add myself.
970
2fdbdd39
ILT
971 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
972 second and third arguments.
973 * ser-tcp.c (_initialize_ser_tcp): Likewise.
974 * ser-unix.c (_initialize_ser_hardwire): Likewise.
975
fbd9dcd3
AC
9762003-05-13 Andrew Cagney <cagney@redhat.com>
977
978 * defs.h (store_address): Delete declaration.
979 findvar.c (store_address): Delete function.
980 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
981 store_unsigned_integer.
982 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
983 * v850-tdep.c (v850_push_arguments): Ditto.
984 * sparc-tdep.c (sparc_get_saved_register): Ditto.
985 * sh-tdep.c (sh64_get_saved_register): Ditto.
986 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
987 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
988 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
989 (mips_get_saved_register): Ditto.
990 * ia64-tdep.c (ia64_get_saved_register): Ditto.
991 (find_func_descr, ia64_push_arguments): Ditto.
992 * i386-tdep.c (i386_push_arguments): Ditto.
993 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
994 * frv-tdep.c (frv_push_arguments): Ditto.
995 * frame.c (legacy_saved_regs_prev_register): Ditto.
996 (deprecated_generic_get_saved_register): Ditto.
997 * findvar.c (unsigned_address_to_pointer): Ditto.
998 * dwarf2read.c (dwarf2_const_value): Ditto.
999 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
1000 * alpha-tdep.c (alpha_push_arguments): Ditto.
1001
6760f9e6
JB
10022003-05-12 J. Brobecker <brobecker@gnat.com>
1003
1004 * NEWS: Mention that the hppa-hpux port has been partially
1005 multiarched (32bit ABIT only, so far).
1006
30e221b4
AC
10072003-05-11 Andrew Cagney <cagney@redhat.com>
1008
1009 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
1010 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
1011 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
1012 sim/testsuite/sim/arm/misaligned2.ms, and
1013 sim/testsuite/sim/arm/misaligned3.ms.
1014 * disasm.h (struct ui_file): Add opaque struct declaration.
1015 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
1016 * frame.h (struct ui_file): Ditto.
1017
dea7f9ba
MK
10182003-05-11 Mark Kettenis <kettenis@gnu.org>
1019
1020 * value.h: Pretty print.
1021
01986c48
MK
10222003-05-10 Mark Kettenis <kettenis@gnu.org>
1023
1024 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
1025
123a958e
AC
10262003-05-08 Andrew Cagney <cagney@redhat.com>
1027
1028 * regcache.h (max_register_size): Delete declaration.
1029 * regcache.c (max_register_size): Delete function.
1030 (struct regcache_descr): Delete field "max_register_size".
1031 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
1032 registers fit in MAX_REGISTER_SIZE.
1033 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
1034 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
1035 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
1036 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
1037 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
1038 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
1039 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
1040 * dve3900-rom.c, hppa-tdep.c: Ditto.
1041
eb294659
DC
10422003-05-08 David Carlton <carlton@math.stanford.edu>
1043
1044 * valops.c (push_word): Fix typo.
1045
d9d9c31f
AC
10462003-05-08 Andrew Cagney <cagney@redhat.com>
1047
1048 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
1049 * gdbarch.h: Re-generate.
1050 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
1051 (legacy_max_register_raw_size): Delete declaration.
1052 * regcache.c (legacy_max_register_raw_size): Delete function.
1053 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
1054 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
1055 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
1056 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
1057 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
1058 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
1059 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
1060 * findvar.c, dwarf2cfi.c: Ditto.
1061
22540ece
AC
10622003-05-08 Andrew Cagney <cagney@redhat.com>
1063
1064 * mips-tdep.c (read_signed_register): New function, moved to here
1065 from "regcache.c".
1066 (read_signed_register_pid): Ditto.
1067 * regcache.c (read_signed_register_pid): Delete function, moved to
1068 "mips-tdep.c".
1069 (read_signed_register): Ditto.
1070 * regcache.h (read_signed_register): Delete declaration.
1071 (read_signed_register_pid): Delete declaration.
1072
0c92afe8
AC
10732003-05-08 Andrew Cagney <cagney@redhat.com>
1074
1075 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
1076 * gdbarch.h: Re-generate.
1077 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
1078 (legacy_max_register_virtual_size): Delete declaration.
1079 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
1080 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1081 * tracepoint.c (memrange_sortmerge): Ditto.
1082 * sparc-tdep.c (sparc_print_registers): Ditto.
1083 * regcache.c (legacy_max_register_virtual_size): Delete function.
1084
6037b830
JB
10852002-05-08 J. Brobecker <brobecker@gnat.com>
1086
1087 * fork-child.c (escape_bang_in_quoted_argument): New function.
1088 (fork_inferior): Escape '!' characters in quoted arguments
1089 only when needed.
1090
5d62c8b1
JB
10912003-05-08 J. Brobecker <brobecker@gnat.com>
1092
1093 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
1094 the language of the CU is not currently supported by GDB.
1095
20a0e81d
JB
10962003-05-08 J. Brobecker <brobecker@gnat.com>
1097
1098 * defs.h (language): Add language_minimal enum value.
1099 * c-lang.c (minimal_language_defn): New language definition.
1100 (_initialize_c_language): Add the new minimal language to the list
1101 of languages known to GDB.
1102
710ee10a
KB
11032003-05-08 Kevin Buettner <kevinb@redhat.com>
1104
1105 * frame.c (get_frame_type): Don't attempt to lazily initialize
1106 frame's unwinder for legacy frames.
1107
1750fa04
AC
11082003-05-07 Andrew Cagney <cagney@redhat.com>
1109
1110 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
1111 and "regcache" parameters.
1112 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
1113
ddf9f258
JJ
11142003-05-07 Jeff Johnston <jjohnstn@redhat.com>
1115
1116 * dwarf2read.c (dwarf_decode_lines): Only use output of
1117 check_cu_functions() when calling record_line(). Do not update
1118 the current address.
1119
87767c29
AC
11202003-05-07 Andrew Cagney <cagney@redhat.com>
1121
1122 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
1123 code.
1124
5e7b2f39
JB
11252003-05-07 Jim Blandy <jimb@redhat.com>
1126
1127 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
1128 'maint info symtabs' and 'maint info psymtabs'.
1129 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
1130 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
1131 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
1132 Declarations updated.
1133 * maint.c (maintenance_list_command): Delete.
1134 (_initialize_maint_cmds): Update calls to add_cmd.
1135 * gdbcmd.h (maintenancelistlist): Delete declaration.
1136 * cli/cli-cmds.c (maintenancelistlist): Delete.
1137 (init_cmd_lists): Don't initialize it.
1138 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
1139
f6684c31
AC
11402003-05-07 Andrew Cagney <cagney@redhat.com>
1141
1142 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
1143 "regcache".
1144 (d10v_print_registers_info): Update.
1145 (d10v_dmap_register, d10v_imap_register): Delete functions.
1146 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
1147 and "imap_register".
1148 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
1149 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
1150 * arch-utils.c (generic_remote_translate_xfer_address): Add
1151 "regcache" and "gdbarch" parameters.
1152 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
1153 parameter. Change class to multi-arch.
1154 * gdbarch.h, gdbarch.c: Re-generate.
1155 * remote.c (remote_xfer_memory): Use
1156 gdbarch_remote_translate_xfer_address.
1157
e4846b08
JJ
11582003-05-07 Jeff Johnston <jjohnstn@redhat.com>
1159
1160 * infrun.c (prev_pc): Move declaration ahead of proceed().
1161 (proceed): Refresh prev_pc value before resuming.
1162 (stop_stepping): Remove code to refresh prev_pc.
1163
6b71b8ac
KW
11642003-05-06 Kris Warkentin <kewarken@qnx.com>
1165
1166 * nto-tdep.c: Removed stray comment.
1167
47979a4b
KW
11682003-05-06 Kris Warkentin <kewarken@qnx.com>
1169
1170 * i386-nto-tdep.c: Fix old K&R function definitions.
1171 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
1172 Also change add_show_from_set() call to add_setshow_cmd().
1173 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
1174
00905d52
AC
11752003-05-05 Andrew Cagney <cagney@redhat.com>
1176
1177 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
1178 (fprint_dummy_frames): New function.
1179 (maintenance_print_dummy_frames): New function.
1180 (_initialize_dummy_frame): Add command "maint print dummy-frames".
1181 * frame.c (fprint_frame_id): Make global.
1182 * frame.h (fprint_frame_id): Declare.
1183 * Makefile.in (dummy-frame.o): Update dependencies.
1184
b1e29e33
AC
11852003-05-05 Andrew Cagney <cagney@redhat.com>
1186
1187 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
1188 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
1189 SIZEOF_CALL_DUMMY_WORDS.
1190 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
1191 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
1192 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
1193 CALL_DUMMY_BREAKPOINT_OFFSET.
1194 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
1195 CALL_DUMMY_START_OFFSET.
1196 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
1197 * gdbarch.h, gdbarch.c: Re-generate.
1198 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
1199 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
1200 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
1201 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
1202 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
1203 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
1204 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1205 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
1206 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
1207 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
1208 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
1209 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
1210 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
1211 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
1212 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
1213
12142003-05-05 Kris Warkentin <kewarken@qnx.com>
1215
1216 * configure.tgt: Add i[3456]86-*-nto*.
1217 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
1218 * nto-tdep.c: New file. Neutrino target support routines.
1219 * nto-tdep.h: New file. Neutrino target header.
1220 * config/tm-qnxnto.h: New file.
1221 * config/i386/i386nto.mt: New file.
1222 * config/i386/tm-i386nto.h: New file.
b1e29e33 1223
0ce3d317
AC
12242003-05-04 Andrew Cagney <cagney@redhat.com>
1225
1226 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
1227 (load_infrun_state): Ditto.
1228 (struct thread_info): Drop "prev_func_name" field.
1229 * thread.c (load_infrun_state): Update.
1230 (save_infrun_state): Update.
1231 * infrun.c (prev_func_name): Delete variable.
1232 (init_wait_for_inferior): Do not clear prev_func_name.
1233 (stop_stepping, keep_going, context_switch): Do not swap
1234 prev_func_name.
1235 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
1236 instead of PC_IN_SIGTRAMP.
1237
46654a5b
AC
12382003-05-04 Andrew Cagney <cagney@redhat.com>
1239
1240 * sentinel-frame.c (sentinel_frame_prev_register): Replace
1241 REGISTER_BYTE with register_offset_hack.
1242 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
1243 that REGISTER_BYTE is consistent with the regcache.
1244 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
1245 * gdbarch.h, gdbarch.c: Regenerate.
1246
14b08c1b
MK
12472003-05-04 Mark Kettenis <kettenis@gnu.org>
1248
04c8243f
MK
1249 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
1250 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
1251
14b08c1b
MK
1252 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
1253
c7a11e01
JB
12542003-05-03 J. Brobecker <brobecker@gnat.com>
1255
1256 From Thierry Schneider <tpschneider1@yahoo.com>
1257 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
1258 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
1259 (mi-cmd-symbol.o): Add rule.
1260
7043d8dc
AC
12612003-05-03 Andrew Cagney <cagney@redhat.com>
1262
1263 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
1264 comments noteing that it replaces the old FIX_CALL_DUMMY code.
1265 * gdbarch.h, gdbarch.c: Re-generate.
1266 * d10v-tdep.c (d10v_push_dummy_code): New function.
1267 (d10v_gdbarch_init): Set push_dummy_code.
1268 * infcall.c (legacy_push_dummy_code): New function.
1269 (generic_push_dummy_code): New function.
1270 (push_dummy_code): New function.
1271 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
1272 instead of dummy_addr, to push_dummy_call. Move call to
1273 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
1274 switch.
1275 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
1276
92bf2b80
AC
12772003-05-03 Andrew Cagney <cagney@redhat.com>
1278
1279 * disasm.h (print_insn): Declare.
1280 * disasm.c (init_gdb_disassemble_info): New function.
1281 (gdb_disassembly): Call init_gdb_disassemble_info.
1282 (gdb_print_insn): New function.
1283 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
1284 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
1285 * mcore-tdep.c: Include "disasm.h"
1286 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
1287 * d10v-tdep.c: Include "disasm.h".
1288 (display_trace): Call gdb_print_insn, instead of print_insn.
1289 (print_insn): Delete function.
1290 * printcmd.c: Include "disasm.h".
1291 (print_insn): Delete function.
1292 (print_formatted): Call gdb_print_insn, instead of print_insn.
1293 * Makefile.in (printcmd.o): Update dependencies.
1294 (mcore-tdep.o, d10v-tdep.o): Ditto.
1295
27d94c49
AC
12962003-05-02 Andrew Cagney <cagney@redhat.com>
1297
82de1e5b
AC
1298 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
1299 PC_REGNUM, re-indent.
1300 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
1301 PC_REGNUM isn't set.
1302
27d94c49
AC
1303 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
1304 * gdbarch.h, gdbarch.c: Re-generate.
1305 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
1306 register_virtual_size, pc_regnum, or register_bytes.
1307 (D10V_PC_REGNUM): Rename _PC_REGNUM.
1308 (d10v_register_type): Use D10V_PC_REGNUM.
1309 (d10v_print_registers_info, d10v_read_pc): Ditto.
1310 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
1311 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
1312
a9c0dc7f
DC
13132003-05-02 David Carlton <carlton@bactrian.org>
1314
1315 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
1316 the name with mstrsave.
1317
e33d66ec
EZ
13182003-05-02 Elena Zannoni <ezannoni@redhat.com>
1319
1320 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
1321 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
1322 (host_charset_name, target_charset_name): New vars for use by
1323 set/show commands.
1324 (host_charset_enum, target_charset_enum): New enums for set/show
1325 commands.
1326 (set_charset_sfunc, set_host_charset_sfunc,
1327 set_target_charset_sfunc): New functions.
1328 (set_host_charset, set_target_charset): Make static.
1329 (list_charsets, set_host_charset_command,
1330 set_target_charset_command): Delete functions.
1331 (show_charset_command): Rewrite as....
1332 (show_charset): Hook this up with the set/show command mechanism.
1333 (_initialize_charset): Change names of charsets to match the
1334 set/show enums. Use host_charset_name and target_charset_name.
1335 Use set/show mechanism for charset, host-charset, target-charset
1336 commands. Do not make 'show host-charset' and 'show
1337 target-charset' be aliases of 'show charset'.
1338
1339 * charset.h (set_host_charset, set_target_charset): Don't export,
1340 they are not used outside the file.
1341
2b6fd0d8
AC
13422003-05-01 Andrew Cagney <cagney@redhat.com>
1343
1344 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
1345 (gdb_disassembly): Make "di" non static, always initialize and
1346 cleanup. Always use dis_asm_read_memory.
1347 (gdb_dis_asm_read_memory): Delete function.
1348
6ae2f580
AC
13492003-05-01 Andrew Cagney <cagney@redhat.com>
1350
1351 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
1352 (d10v_gdbarch_init): Set frame_align instead of stack_align.
1353
810ecf9f
AC
13542003-04-30 Andrew Cagney <cagney@redhat.com>
1355
1356 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
1357 "tm_print_insn_info".
1358 (TARGET_PRINT_INSN_INFO): Delete macro.
1359 (dis_asm_read_memory): Delete function declaration.
1360 (dis_asm_memory_error, dis_asm_print_address): Ditto.
1361 (tm_print_insn_info): Delete variable definition.
1362 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
1363 * gdbarch.h, gdbarch.c: Re-generate.
1364 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
1365 "deprecated_tm_print_insn_info".
1366 * mcore-tdep.c (mcore_dump_insn): Ditto.
1367 * mips-tdep.c (mips_gdbarch_init): Ditto.
1368 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
1369 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
1370 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
1371 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
1372 instead of TARGET_PRINT_INSN_INFO, add comment.
1373 * s390-tdep.c (s390_get_frame_info): Instead of
1374 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
1375 (s390_check_function_end, s390_is_sigreturn): Ditto.
1376 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
1377 (dis_asm_memory_error, dis_asm_print_address): Ditto.
1378 * disasm.c: Include "gdbcore.h".
1379 (_initialize_disasm): New function, initialize
1380 "deprecated_tm_print_insn_info".
1381 (deprecated_tm_print_insn_info): New variable.
1382 (dis_asm_read_memory): Moved from "corefile.c", made static.
1383 (dis_asm_print_address, dis_asm_memory_error): Ditto.
1384 * Makefile.in (disasm.o): Update dependencies.
1385
07020390
AC
13862003-04-30 Andrew Cagney <cagney@redhat.com>
1387
1388 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
1389
a9fa03de
AF
13902003-04-29 Adam Fedor <fedor@gnu.org>
1391
1392 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
1393 * infcall.c (find_function_addr): Make non-static.
1394 * infcall.h (find_function_addr): Declare.
1395 * Makefile.in (eval.o): Update dependencies.
1396
1bae87b9
AF
13972003-04-28 Adam Fedor <fedor@gnu.org>
1398
1399 * symtab.c (symbol_find_demangled_name): Check for and demangle
1400 ObjC symbols.
1401 (symbol_init_demangled_name): Init for language_objc as well.
1402
0ba6dca9
AC
14032003-04-28 Andrew Cagney <cagney@redhat.com>
1404
1405 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
1406 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
1407 * gdbarch.h, gdbarch.c: Re-generate.
1408 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
1409 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
1410 * inferior.h (deprecated_read_fp): Rename read_fp.
1411 (generic_target_read_fp): Delete declaration.
1412 * regcache.c (generic_target_read_fp): Delete function.
1413 (deprecated_read_fp): Replace read_fp, use
1414 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
1415 * d10v-tdep.c (d10v_read_fp): Delete function.
1416 (d10v_gdbarch_init): Do not set deprecated_read_fp.
1417
1418 * sparc-tdep.c (sparc_gdbarch_init): Do not set
1419 deprecated_target_read_fp to generic_target_read_fp.
1420 * sh-tdep.c (sh_gdbarch_init): Ditto.
1421 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1422 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1423 * frv-tdep.c (frv_gdbarch_init): Ditto.
1424
1425 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
1426 deprecated_fp_regnum.
1427 * x86-64-tdep.c (x86_64_init_abi): Ditto.
1428 * vax-tdep.c (vax_gdbarch_init): Ditto.
1429 * v850-tdep.c (v850_gdbarch_init): Ditto.
1430 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1431 * sh-tdep.c (sh_gdbarch_init): Ditto.
1432 * s390-tdep.c (s390_gdbarch_init): Ditto.
1433 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1434 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1435 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1436 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1437 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1438 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1439 * i386-tdep.c (i386_gdbarch_init): Ditto.
1440 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1441 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1442 * frv-tdep.c (frv_gdbarch_init): Ditto.
1443 * cris-tdep.c (cris_gdbarch_init): Ditto.
1444 * avr-tdep.c (avr_gdbarch_init): Ditto.
1445 * arm-tdep.c (arm_gdbarch_init): Ditto.
1446 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1447
1448 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
1449 * v850-tdep.c (v850_gdbarch_init): Ditto.
1450 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1451 * sh-tdep.c (sh_gdbarch_init): Ditto.
1452 * s390-tdep.c (s390_gdbarch_init): Ditto.
1453 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1454 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1455 * mips-tdep.c (mips_gdbarch_init): Ditto.
1456 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1457 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1458 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1459 * frv-tdep.c (frv_gdbarch_init): Ditto.
1460 * avr-tdep.c (avr_gdbarch_init): Ditto.
1461 * arm-tdep.c (arm_gdbarch_init): Ditto.
1462
1463 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
1464 DEPRECATED_FP_REGNUM.
1465 (vax_push_dummy_frame, vax_pop_frame): Ditto.
1466 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
1467 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
1468 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
1469 (sparc32_register_virtual_type): Ditto.
1470 * sh-tdep.c (sh64_frame_chain): Ditto.
1471 (sh64_get_saved_register, sh64_pop_frame): Ditto.
1472 (sh_nofp_frame_init_saved_regs): Ditto.
1473 (sh64_nofp_frame_init_saved_regs): Ditto.
1474 (sh_fp_frame_init_saved_regs): Ditto.
1475 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1476 * remote-e7000.c (fetch_regs_from_dump): Ditto.
1477 * procfs.c (procfs_fetch_registers): Ditto.
1478 (procfs_store_registers): Ditto.
1479 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
1480 (store_inferior_registers, fetch_core_registers): Ditto.
1481 (fetch_kcore_registers, clear_regs): Ditto.
1482 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
1483 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
1484 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
1485 * nlm/i386.c (do_status): Ditto.
1486 * mipsv4-nat.c (supply_gregset): Ditto.
1487 * mips-tdep.c: Ditto for comments.
1488 * mips-nat.c (fetch_inferior_registers): Ditto.
1489 (store_inferior_registers, fetch_core_registers): Ditto.
1490 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
1491 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
1492 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
1493 (i386_do_pop_frame, i386_register_type): Ditto.
1494 * hppa-tdep.c (hppa_frame_chain): Ditto.
1495 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
1496 (hppa_pop_frame, hppa_read_fp): Ditto.
1497 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
1498 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
1499 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
1500 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
1501 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
1502 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
1503 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
1504 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
1505 * blockframe.c: Ditto for comments.
1506 * arch-utils.h: Ditto for comments.
1507 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
1508 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
1509 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
1510 * alpha-tdep.h: Ditto for comments.
1511 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
1512 (alpha_cannot_store_register): Ditto.
1513 (alpha_push_dummy_frame): Ditto.
1514 * alpha-nat.c (supply_gregset): Ditto.
1515
1516 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
1517 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
1518 * config/sparc/tm-sparc.h: Update comment.
1519
1520 * hppa-tdep.c (hppa_init_extra_frame_info): Use
1521 deprecated_read_fp instead of TARGET_READ_FP.
1522 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
1523 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
1524 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1525 deprecated_read_fp instead of read_fp.
1526 * s390-tdep.c (s390_push_arguments): Ditto.
1527 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1528 * frame.h: Ditto in comments.
1529 * frame.c (legacy_get_prev_frame): Ditto.
1530 * dummy-frame.c (dummy_frame_this_id): Ditto.
1531 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
1532
d7a27068
AC
15332003-04-28 Andrew Cagney <cagney@redhat.com>
1534
1535 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
1536 * gdbarch.h, gdbarch.c: Re-generate.
1537 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
1538 * vax-tdep.c (_initialize_vax_tdep): Update.
1539 * v850-tdep.c (_initialize_v850_tdep): Update.
1540 * sparc-tdep.c (_initialize_sparc_tdep): Update.
1541 * s390-tdep.c (_initialize_s390_tdep): Update.
1542 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
1543 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
1544 * mips-tdep.c (_initialize_mips_tdep): Update.
1545 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1546 * m68k-tdep.c (_initialize_m68k_tdep): Update.
1547 * ia64-tdep.c (_initialize_ia64_tdep): Update.
1548 * hppa-tdep.c (_initialize_hppa_tdep): Update.
1549 * h8300-tdep.c (_initialize_h8300_tdep): Update.
1550 * frv-tdep.c (_initialize_frv_tdep): Update.
1551 * cris-tdep.c (cris_delayed_get_disassembler): Update.
1552 (_initialize_cris_tdep): Update.
1553 * arch-utils.c (legacy_print_insn): Update.
1554 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1555
d2630e69
AF
15562003-04-26 Adam Fedor <fedor@gnu.org>
1557
1558 * linespec.c (decode_objc): New function to decode ObjC calls
1559 (decode_line_1): Check for ObjC calls (using decode_objc)
1560 * Makefile (linespec.o): Update dependencies.
1561
3086aeae
DJ
15622003-04-26 Daniel Jacobowitz <drow@mvista.com>
1563
1564 * breakpoint.h (struct breakpoint_ops): New.
1565 (struct breakpoint): Add ops member.
1566
1567 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
1568 (mention): Use new breakpoint ops member.
1569 (set_raw_breakpoint): Initialize ops field to NULL.
1570 (print_exception_catchpoint, print_one_exception_catchpoint)
1571 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
1572 (gnu_v3_exception_catchpoint_ops): New.
1573 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
1574
1fbec6c3
AF
15752003-04-25 Adam Fedor <fedor@gnu.org>
1576
1577 * Makefile.in (COMMON_OBS): Add objc-lang.o
1578
0ef21242
AC
15792003-04-25 Andrew Cagney <cagney@redhat.com>
1580
1581 * d10v-tdep.c (print_insn): Delete function.
1582 (display_trace): Use TARGET_PRINT_INSN.
1583 (_initialize_d10v_tdep): Do not set tm_print_insn.
1584 (d10v_gdbarch_init): Set print_insn.
1585
f75493ed
AC
15862003-04-25 Andrew Cagney <cagney@redhat.com>
1587
1588 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
1589 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
1590 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
1591 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
1592 (nr_dmap_regs, a0_regnum): ... new functions.
1593 (d10v_print_registers_info): Use a0_regnum, use register_size.
1594 (d10v_register_byte): Delete function.
1595 (d10v_register_raw_size): Delete function.
1596 (d10v_register_type): Use a0_regnum.
1597 (d10v_print_registers_info): Use a0_regnum.
1598 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
1599 (d10v_gdbarch_init): Do not set register_byte or
1600 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
1601 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
1602 extract_address.
1603 (trace_command): Use XCALLOC.
1604 (print_insn): Delete reference to tm_print_insn.
1605 (saved_regs_unwinder): Use store_unsigned_integer instead of
1606 store_address.
1607 * frame.h (FRAME_OBSTACK_CALLOC): Define
1608
2202b100
DC
16092003-04-25 David Carlton <carlton@bactrian.org>
1610
1611 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
1612
4e45ca2e
AF
16132003-04-24 Adam Fedor <fedor@gnu.org>
1614
1615 * objc-lang.c: Include "valprint.h"
1616 * Makefile.in (objc-lang.o): Update dependencies.
1617
93de3e7f
AF
16182003-04-24 Adam Fedor <fedor@gnu.org>
1619
1620 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
1621 architecture dependant compilation and mark as unimplemented
1622 (until they get put in the gdbarch vector).
1623
0f20eeea
DC
16242003-04-23 David Carlton <carlton@bactrian.org>
1625
1626 * cp-support.c (cp_find_first_component): Accept 'operator' in
1627 more locations.
1628
74cfe982
AC
16292003-04-23 Andrew Cagney <cagney@redhat.com>
1630
1631 * infcall.c (call_function_by_hand): Eliminate redundant
1632 indentation. Move "saved_async" and "old_cleanups" to where they
1633 are needed.
1634
52557533
AC
16352003-04-23 Andrew Cagney <cagney@redhat.com>
1636
1637 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
1638 and "buffer". Move the "name" code to where it is needed.
1639
158775de
AC
16402003-04-23 Andrew Cagney <cagney@redhat.com>
1641
1642 * infcall.c (call_function_by_hand): Move variables "start_sp",
1643 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
1644 code to ON_STACK switch branch.
1645
ebc7896c
AC
16462003-04-23 Andrew Cagney <cagney@redhat.com>
1647
1648 * infcall.c (call_function_by_hand): Make declaration of "i",
1649 "sal", "bpt" and "old_sp" more local to their use. Delete #if
1650 lint.
1651
d727590f
AC
16522003-04-23 Andrew Cagney <cagney@redhat.com>
1653
1654 * infcall.c (call_function_by_hand): Delete variable
1655 "n_method_args". Localize "param_type"'s declaration to the loop
1656 that it is used. Reinstate code assigning to said variable -
1657 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
1658 Rationalize code using "param_type".
1659
d585e13a
AC
16602003-04-22 Andrew Cagney <cagney@redhat.com>
1661
1662 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
1663 compute the breakpoint address. Only call FIX_CALL_DUMMY when
1664 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
1665 to DEPRECATED_PUSH_RETURN_ADDRESS.
1666
051caad9
KB
16672003-04-22 Kevin Buettner <kevinb@redhat.com>
1668
1669 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
1670 on the DWARF2 register number prior to fetching a register.
1671
77296879
JB
16722003-04-22 J. Brobecker <brobecker@gnat.com>
1673
1674 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
1675 Update all the tests using SOFT_FLOAT considering the fact that
1676 this macro was always set to 0.
1677 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
1678 considering the fact that this macro was always set to 0.
1679 * hppa-tdep.h (hppa_store_return_value): Likewise.
1680 (hppa_extract_return_value): Likewise.
1681
4252f1df
JB
16822003-04-22 J. Brobecker <brobecker@gnat.com>
1683
1684 * config/pa/tm-hppa.h: Remove obsolete code, was used by
1685 the hppa-pro target only.
1686
14604c6b
JB
16872003-04-21 J. Brobecker <brobecker@gnat.com>
1688
1689 Ongoing multi-arch conversion effort for HP/UX:
1690 * config/pa/tm-hppa.h: Move all macro that are no longer
1691 defined now that GDB_MULTI_ARCH is now set to 1 from here...
1692 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
1693
77eb01d1
JB
16942003-04-21 J. Brobecker <brobecker@gnat.com>
1695
1696 * config/pa/tm-hppa.h: Obsolete a section that was only used
1697 for hppa-pro.
1698
61995b3b
JB
16992003-04-21 J. Brobecker <brobecker@gnat.com>
1700
1701 Ongoing multi-arch conversion for HP/UX.
1702 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
1703 if already defined (allows hppa64 to stay non-multiarched for now).
1704 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
1705
4aa79dcc
AC
17062003-04-21 Andrew Cagney <cagney@redhat.com>
1707
1708 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
1709
0f751ff2
AC
17102003-04-21 Andrew Cagney <cagney@redhat.com>
1711
1712 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
1713 "i386_num_mmx_regs".
1714
04714b91
AC
17152003-04-21 Andrew Cagney <cagney@redhat.com>
1716
1717 * infcall.c: New file.
1718 * infcall.h: New file.
1719 * valarith.c: Include "infcall.h".
1720 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
1721 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
1722 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
1723 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
1724 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
1725 (SFILES): Add "infcall.c"
1726 (COMMON_OBS): Add "infcall.o".
1727 (infcall.o): Specify dependencies.
1728 * value.h (call_function_by_hand): Delete declaration.
1729 * inferior.h (run_stack_dummy): Delete declaration.
1730 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
1731 (run_stack_dummy): Move to "infcall.c", merged into
1732 call_function_by_hand.
1733 * valops.c (call_function_by_hand): Moved to "infcall.c".
1734 (find_function_addr, value_arg_coerce): Ditto.
1735 (unwindonsignal_p, coerce_float_to_double): Ditto.
1736 (_initialize_valops): Move "set/show coerce-float-to-double", and
1737 "set/show unwindonsignal" commands to "infcall.c".
1738 * v850-tdep.c, target.h: Update comments.
1739 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
1740 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
1741 (sh64_init_extra_frame_info): Update comments.
1742 * mn10300-tdep.c: Update comments.
1743 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
1744 * config/sparc/tm-sparc.h: Update comments.
1745 * breakpoint.h: Update comments.
1746 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
1747 * arm-tdep.c: Update comment.
1748
f9d3c2a8
MK
17492003-04-19 Mark Kettenis <kettenis@gnu.org>
1750
c40e1eab
MK
1751 * i386-tdep.c (i386_num_register_names): New variable.
1752 (i386_num_mmx_regs): Renamed from mmx_num_regs.
1753 (MM0_REGNUM): Remove redundant parentheses in define.
1754 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
1755 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
1756 i386_mxcsr_regnum_p): Remove redundant parentheses.
1757 (i386_register_name): Use i386_num_register_names.
1758
94ea66b3
MK
1759 * i386-tdep.c (i386_extract_return_value,
1760 i386_store_return_value): Correct check for availability of
1761 floating-point registers.
1762
54299a1d
MK
1763 * i386-tdep.c (i386_frame_num_args): Remove function.
1764 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
1765
c86c27af
MK
1766 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
1767 mmx_regnum_to_fp_regnum. Adjust all callers.
1768
f9d3c2a8
MK
1769 * i386-tdep.c (i386_get_longjmp_target): Use
1770 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
1771 and TARGET_CHAR_BIT. Use extract_typed_address instead of
1772 extract_address.
1773
94ba74a9
MK
17742003-04-19 Mark Kettenis <kettenis@gnu.org>
1775
1776 * core-regset.c: Update comments to reflect reality. Re-order
1777 includes.
1778 (fetch_core_registers): Use switch instead of if. Remove
1779 redundant prototype.
1780
4074e13c
JB
17812003-04-18 Jim Blandy <jimb@redhat.com>
1782
1783 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 1784 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 1785
e3ab4aba
RH
17862003-04-17 Richard Henderson <rth@redhat.com>
1787
1788 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
1789
627bf7c1
EZ
17902003-04-17 Michael Snyder <msnyder@redhat.com>
1791 Karen Bennet <bennet@redhat.com>
1792
1793 Committed by Elena Zannoni <ezannoni@redhat.com>
1794 * gdb_gcore.sh: New script to create a core dump of a process.
1795
514621a9
EZ
17962003-04-17 Elena Zannoni <ezannoni@redhat.com>
1797
1798 * values.c (value_being_returned): Don't fetch the return
fbe586ae 1799 value if the return type is void.
514621a9 1800
b4acd559
JJ
18012003-04-17 Jeff Johnston <jjohnstn@redhat.com>
1802
1803 * thread-db.c: Reindented.
1804
530b167e
JJ
18052003-04-17 Jeff Johnston <jjohnstn@redhat.com>
1806
1807 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
1808 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
1809 as types.
1810
ab9fe00e
KB
18112003-04-16 Kevin Buettner <kevinb@redhat.com>
1812
610a3745 1813 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
1814 the size of ``long double'' to 16, instead of 8.
1815
e64a344c
MK
18162003-04-16 Mark Kettenis <kettenis@gnu.org>
1817
1818 * i386-linux-nat.c: Add some whitespace to make things more
1819 readable.
1820 (fetch_register, store_register, fetch_inferior_registers,
1821 store_inferior_registers): Get rid of assignment in if-statement.
1822 (store_register): Fix typo in error message.
1823
25d41031
AC
18242003-04-16 Andrew Cagney <cagney@redhat.com>
1825
1826 * utils.c (xmmalloc): Always allocate something, matches
1827 libiberty/xmalloc's semantics.
1828 (xmrealloc, xmcalloc): Ditto.
1829
c50901fd
AC
18302003-04-16 Andrew Cagney <cagney@redhat.com>
1831
1832 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
1833 update comments.
1834 (get_frame_type): Initialize unwind and type when needed.
1835 (get_frame_id, frame_register_unwind): Ditto.
1836
f81824a9
AC
18372003-04-16 Andrew Cagney <cagney@redhat.com>
1838
1839 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
1840 obsolete.
1841 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
1842 * sparcl-stub.c: Obsolete file.
1843 * config/sparc/tm-sparclet.h: Obsolete file.
1844 * sparclet-stub.c: Obsolete file.
1845 * sparclet-rom.c: Obsolete file.
1846 * sparcl-tdep.c: Obsolete file.
1847 * config/sparc/tm-sparclite.h: Obsolete file.
1848 * config/sparc/sparclite.mt: Obsolete file.
1849 * config/sparc/sparclet.mt: Obsolete file.
1850 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
1851 sparc86x-*-* obsolete.
1852
9219021c
DC
18532003-04-15 David Carlton <carlton@math.stanford.edu>
1854
1855 * Makefile.in (SFILES): Add cp-namespace.c.
1856 (COMMON_OBS): Add cp-namespace.o.
1857 (block.o): Depend on gdb_obstack_h and cp_support_h.
1858 (buildsym.o): Depend on cp_support_h.
1859 (cp-namespace.o): New.
1860 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
1861 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
1862 (dwarf2read.o): Depend on cp_support_h.
1863 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
1864 * dwarf2read.c (process_die): Set processing_has_namespace_info,
1865 processing_current_namespace.
1866 (read_namespace): Update processing_current_namespace; check for
1867 anonymous namespaces.
1868 (dwarf2_name): New function.
1869 (dwarf2_extension): Ditto.
1870 * cp-support.h: Update copyright, contributors.
1871 Add inclusion guards.
1872 Add opaque declaration for structs obstack, block, symbol.
1873 (struct using_direct): New struct.
1874 Add declarations for cp_find_first_component,
1875 cp_entire_prefix_len, processing_has_namespace_info,
1876 processing_current_namespace, cp_is_anonymous,
1877 cp_add_using_directive, cp_initialize_namespace,
1878 cp_finalize_namespace, cp_set_block_scope,
1879 cp_scan_for_anonymous_namespaces.
1880 * cp-namespace.c: New file.
1881 * cp-support.c: Update copyright.
1882 Include ctype.h, gdb_assert.h, gdbcmd.h.
1883 New variable maint_cplus_cmd_list.
1884 (cp_find_first_component): New function.
1885 (cp_entire_prefix_len, maint_cplus_command)
1886 (first_component_command, _initialize_cp_support): Ditto.
1887 * buildsym.c: Include cp-support.h.
1888 New variable using_list.
1889 (add_symbol_to_list): Check for anonymous namespaces.
1890 (finish_block): Set block's scope.
1891 (start_symtab): Initialize C++ namespace support.
1892 (end_symtab): Finalize C++ namespace support.
1893 * block.h: Add opaque declarations for structs
1894 block_namespace_info, using_direct, and obstack.
1895 Add declarations for block_set_scope and block_set_using.
1896 (struct block): Add 'language_specific' member.
1897 (BLOCK_NAMESPACE): New macro.
1898 * block.c: Include gdb_obstack.h and cp-support.h.
1899 (struct block_namespace_info): New struct.
1900 (block_set_scope): New function.
1901 (block_set_using, block_initialize_namespace): Ditto.
1902
d5a921c9
KB
19032003-04-14 Kevin Buettner <kevinb@redhat.com>
1904
1905 * solib-svr4.c (svr4_have_link_map_offsets): New function.
1906 (locate_base): Return early if there aren't any link map offsets.
1907 (svr4_solib_create_inferior_hook): Warn if shared library support
1908 is unavailable.
1909
d2a52b27
DC
19102003-04-14 David Carlton <carlton@math.stanford.edu>
1911
1912 * symtab.c (symbol_set_names): Add prefix when storing Java names
1913 in hash table. Fix for PR java/1039.
1914
980cae7a
DC
19152003-04-14 David Carlton <carlton@math.stanford.edu>
1916
1917 * symtab.c (symbol_set_names): Rename 'name' arg to
1918 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
1919 * symtab.h: Change 'name' argument in declaration of
1920 symbol_set_names to 'linkage_name'.
1921 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
1922
e227b13c
AC
19232003-04-14 Andrew Cagney <cagney@redhat.com>
1924
1925 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
1926 return the fully sign-extended register value.
1927 (get_frame_pointer): Ditto.
1928 (mips_pop_frame): Initialize "proc_desc" after checking for a
1929 dummy frame.
1930
36712a20
AC
19312003-04-14 Andrew Cagney <cagney@redhat.com>
1932
1933 * mips-tdep.c (mips_push_dummy_frame): Delete function.
1934 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
1935 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
1936 (mips_push_register): Delete function.
1937 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
1938 PUSH_FP_REGNUM.
1939
44ea7b70
JB
19402003-04-14 Jim Blandy <jimb@redhat.com>
1941
1942 * symmisc.c: #include "gdb_regex.h".
1943 (maintenance_list_symtabs, maintenance_list_psymtabs): New
1944 functions.
1945 * maint.c (maintenance_list_command): New function.
1946 (_initialize_maint_cmds): Register the above as commands.
1947 * symtab.h (maintenance_list_symtabs,
1948 maintenance_list_psymtabs): New declarations.
1949 * cli/cli-cmds.c (maintenancelistlist): New variable.
1950 (init_cmd_lists): Initialize it.
1951 * cli/cli-cmds.h (maintenancelistlist): New declaration.
1952 * gdbcmd.h (maintenancelistlist): New declaration.
1953 * Makefile.in (symmisc.o): Update dependencies.
1954
2d0c7962
EZ
19552003-04-14 Elena Zannoni <ezannoni@redhat.com>
1956
1957 * s390-nat.c: Include asm/types.h for addr_t.
1958
1947a811
CV
19592003-04-14 Corinna Vinschen <vinschen@redhat.com>
1960
1961 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
1962 actually incoming type.
1963
adb616d7
AC
19642003-04-13 Andrew Cagney <cagney@redhat.com>
1965
1966 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
1967 get_next_frame and get_frame_saved_regs.
1968
9b5e151c
AC
19692003-04-13 Andrew Cagney <cagney@redhat.com>
1970
1971 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
1972 of gdbarch_num_regs.
1973
ef6e7e13
AC
19742003-04-13 Andrew Cagney <cagney@redhat.com>
1975
1976 * frame.h: Mention what replaced what in "struct frame_info".
1977 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
1978 deprecated_update_frame_base_hack and
1979 deprecated_update_frame_pc_hack.
1980 * hppa-tdep.c: Ditto.
1981
61fbb938
DJ
19822003-04-13 Daniel Jacobowitz <drow@mvista.com>
1983
1984 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
1985 to read_reg and update its comment. Remove regnum member.
1986 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
1987 Don't call read_reg when setting in_reg. Call read_reg to get
1988 the frame base if it's in a register. Return the register number
1989 on the stack instead of in the context. Remove extra arguments
1990 to read_reg.
1991 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
1992 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
1993 the register number on the expression stack.
1994 (needs_frame_read_reg): Remove extra arguments.
1995
0d53c4c4
DJ
19962003-04-13 Daniel Jacobowitz <drow@mvista.com>
1997
1998 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
1999 made non-static.
2000 (execute_stack_op): All callers updated.
2001 * dwarf2expr.h: Add prototype for dwarf2_read_address.
2002 * dwarf2loc.c (find_location_expression): New function.
2003 (dwarf_expr_frame_base): Call it.
2004 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
2005 (dwarf2_tracepoint_var_ref): New function, broken out from
2006 locexpr_tracepoint_var_ref.
2007 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
2008 Make static.
2009 (loclist_read_variable, loclist_read_needs_frame): New functions.
2010 (loclist_describe_location, loclist_tracepoint_var_ref): New
2011 functions.
2012 (dwarf2_loclist_funcs): New struct location_funcs.
2013 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
2014 (struct dwarf2_locexpr_baton): Add comments.
2015 (dwarf2_loclist_funcs): New extern.
2016 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
2017 base_address and base_known.
2018 (dwarf_loc_buffer): New variable.
2019 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
2020 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
2021 (dwarf2_has_info): Initialize dwarf_loc_offset.
2022 (dwarf2_build_psymtabs): Read in .debug_loc.
2023 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
2024 DWARF_LOC_SIZE.
2025 (psymtab_to_symtab_1): Likewise. Move base address calculation
2026 here, from...
2027 (dwarf2_get_pc_bounds): ... here. Use the base address from
2028 cu_header.
2029 (dwarf2_symbol_mark_computed): Handle location lists.
2030
6aca59a3
DJ
20312003-04-13 Daniel Jacobowitz <drow@mvista.com>
2032
2033 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
2034 if the linkage name demangled successfully.
2035
aca1fcd0
MK
20362003-04-13 Mark Kettenis <kettenis@gnu.org>
2037
97095916
MK
2038 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
2039 disassmbly_flavour): Removed.
2040
aca1fcd0
MK
2041 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
2042
562a961f
MK
20432003-04-13 Mark Kettenis <kettenis@gnu.org>
2044
2045 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
2046
bd013d54
AC
20472003-04-12 Andrew Cagney <cagney@redhat.com>
2048
2049 * frame.h (struct frame_info): Move definition from here ...
2050 * frame.c (struct frame_info): ... to here.
2051
167ef8b1
AC
20522003-04-12 Andrew Cagney <cagney@redhat.com>
2053
2054 * gdbthread.h (save_infrun_state): Delete parameter
2055 "prev_func_start".
2056 (struct thread_info): Delete field "prev_func_start".
2057 (load_infrun_state): Ditto.
2058 * thread.c (load_infrun_state, save_infrun_state): Update.
2059 * infrun.c (prev_func_start): Delete variable.
2060 (context_switch, init_wait_for_inferior): Update.
2061 (stop_stepping, keep_going): Update.
2062
da3331ec
AC
20632003-04-12 Andrew Cagney <cagney@redhat.com>
2064
2065 * gdbarch.sh: Add missing opaque declarations.
2066 * gdbarch.h: Regnerate.
2067 * symtab.h: Add missing opaque declarations.
2068 * value.h, target.h, symfile.h, stabsread.h: Ditto.
2069 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
2070 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
2071 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
2072 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
2073 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
2074 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
2075 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
2076 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
2077 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
2078 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
2079 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
2080 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
2081
18adea3f
AC
20822003-04-11 Andrew Cagney <cagney@redhat.com>
2083
2084 * frame.c (get_frame_id): Return this frame's "id".
2085 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
2086 function start.
2087 (legacy_saved_regs_this_id): Replace function body with
2088 internal-error.
2089 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
2090 FRAME_OBSTACK_ZALLOC.
2091 (create_new_frame): Mark the frame ID as valid.
2092
2252e863
AO
20932003-04-11 Alexandre Oliva <aoliva@redhat.com>
2094
2095 * Makefile.in (libbfd_h): Added missing setting.
2096 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
2097 according to the selected ABI.
2098
a8245ab8
JJ
20992003-04-11 Jeff Johnston <jjohnstn@redhat.com>
2100
2101 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
2102
6913c89a
AC
21032003-04-11 Andrew Cagney <cagney@redhat.com>
2104
2105 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
2106 SAVED_PC_AFTER_CALL.
2107 * gdbarch.h, gdbarch.c: Regenerate.
2108 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2109 * x86-64-tdep.c (x86_64_init_abi): Update.
2110 * vax-tdep.c (vax_gdbarch_init): Update.
2111 * v850-tdep.c (v850_gdbarch_init): Update.
2112 * sparc-tdep.c (sparc_gdbarch_init): Update.
2113 * sh-tdep.c (sh_gdbarch_init): Update.
2114 * s390-tdep.c (s390_gdbarch_init): Update.
2115 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2116 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2117 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2118 * mips-tdep.c (mips_gdbarch_init): Update.
2119 * mcore-tdep.c (mcore_gdbarch_init): Update.
2120 * m68k-tdep.c (m68k_gdbarch_init): Update.
2121 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2122 * ia64-tdep.c (ia64_gdbarch_init): Update.
2123 (ia64_saved_pc_after_call): Update declaration.
2124 * i386ly-tdep.c (i386lynx_init_abi): Update.
2125 * i386-tdep.c (i386_gdbarch_init): Update.
2126 * hppa-tdep.c (hppa_gdbarch_init): Update.
2127 * h8300-tdep.c (h8300_gdbarch_init): Update.
2128 * frv-tdep.c (frv_gdbarch_init): Update.
2129 * cris-tdep.c (cris_gdbarch_init): Update.
2130 * avr-tdep.c (avr_gdbarch_init): Update.
2131 * arm-tdep.c (arm_gdbarch_init): Update.
2132 * alpha-tdep.c (alpha_gdbarch_init): Update.
2133 * ns32knbsd-nat.c (frame_num_args): Update.
2134 * ns32k-tdep.c (umax_frame_num_args): Update.
2135 * mips-tdep.c (mips_init_frame_pc_first): Update.
2136 * infrun.c (step_over_function): Update.
2137 * i386-linux-tdep.c (skip_hurd_resolver): Update.
2138 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
2139 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
2140 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2141 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2142 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
2143 * arm-linux-tdep.c (skip_hurd_resolver): Update.
2144 * arch-utils.c (init_frame_pc_default): Update.
2145 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
2146 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
2147 declaration.
2148
38edeab8
AC
21492003-04-11 Andrew Cagney <cagney@redhat.com>
2150
2151 * i387-tdep.c: Update copyright.
2152 (i387_to_double): Delete function.
2153 (double_to_i387): Delete function.
2154
81f8a206
AC
21552003-04-10 Andrew Cagney <cagney@redhat.com>
2156
2157 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
2158 frame's function's address. Simplify.
2159 (d10v_frame_unwind_cache): Check that the frame's function is
2160 non-zero.
2161
6e691f7a
JB
21622003-04-10 Jim Blandy <jimb@redhat.com>
2163
2164 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
2165 call to set_gdbarch_deprecated_push_arguments.
2166
7f78e237
AC
21672003-04-10 Andrew Cagney <cagney@redhat.com>
2168
2169 * frame.c (fprint_frame_id): New function.
2170 (fprint_frame_type, fprint_frame): New function.
2171 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
2172 (create_sentinel_frame, get_frame_id): Ditto.
2173 (frame_id_p, frame_id_eq): Ditto.
2174 (frame_id_inner, create_new_frame): Ditto.
2175 (legacy_get_prev_frame, get_prev_frame): Ditto.
2176 (deprecated_update_frame_pc_hack): Ditto.
2177 (frame_register_unwind): Ditto.
2178 (deprecated_update_frame_base_hack): Ditto.
2179
f870b49b
CV
21802003-04-10 Corinna Vinschen <vinschen@redhat.com>
2181
2182 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
2183 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
2184 frame_chain function.
2185 * Makefile.in: Add dependencies due to above change.
2186
7c86889b
CV
21872003-04-10 Corinna Vinschen <vinschen@redhat.com>
2188
2189 * blockframe.c (legacy_frame_chain_valid): Move call to
2190 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
2191 inside_entry_file.
2192
d0a55772
AC
21932003-04-09 Andrew Cagney <cagney@redhat.com>
2194
2195 * frame.h (struct frame_id): Replace "pc" and "base" with
2196 "stack_addr" and "code_addr". Update comments.
2197 (frame_id_build): Update parameter names and comment.
2198 (struct frame_info): Replace "id_p" and "id" with "this_id".
2199 * dummy-frame.c (dummy_frame_this_id): Update.
2200 * breakpoint.c (print_one_breakpoint): Update.
2201 * frame.c (get_frame_id): Update.
2202 (get_frame_base, frame_id_build): Update.
2203 (create_sentinel_frame, legacy_get_prev_frame): Update.
2204 (deprecated_update_frame_base_hack): Update.
2205 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
2206 (frame_id_inner): Ditto.
2207
ac16bf07
AC
22082003-04-09 Andrew Cagney <cagney@redhat.com>
2209
2210 * defs.h (gdb_print_host_address): Make "addr" parameter a
2211 pointer constant.
2212 * utils.c (gdb_print_host_address): Update.
2213
366cfc9e
KB
22142003-04-09 Kevin Buettner <kevinb@redhat.com>
2215
2216 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
2217 register number for R0 is 0.
2218
cd983b5c
JB
22192003-04-09 J. Brobecker <brobecker@gnat.com>
2220
2221 * frame.h (struct gdbarch): Add opaque structure definition
2222 to avoid a compilation warning on LynxOS 4.0.
2223
d1340264
AC
22242003-04-09 Andrew Cagney <cagney@redhat.com>
2225
2226 * frame.h (struct frame_info): Delete field "pc". Replace
2227 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
2228 structure.
2229 * frame.c (frame_pc_unwind): Update.
2230 (create_sentinel_frame): Do not set "pc".
2231 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
2232 (get_frame_pc): Call frame_pc_unwind.
2233 (deprecated_update_frame_pc_hack): Update.
2234 (create_new_frame): Use "pc" not "->pc".
2235
90a6fffb
AC
22362003-04-09 Andrew Cagney <cagney@redhat.com>
2237
2238 * frame.c (get_frame_id): Eliminate code updating "frame".
2239 (legacy_get_prev_frame): Ditto.
2240 (get_frame_base): Return id.base directly.
2241 (deprecated_update_frame_base_hack): Update "id.base".
2242 * frame.h (struct frame_info): Delete field "frame".
2243
2fbce691
AC
22442003-04-09 Andrew Cagney <cagney@redhat.com>
2245
2246 * NEWS: Mention that the "Sequent family" is obsolete.
2247 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
2248 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
2249 * configure.host: Obsolete i[3456]86-sequent-bsd*,
2250 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
2251 * config/i386/tm-ptx4.h: Obsolete file.
2252 * config/i386/tm-ptx.h: Obsolete file.
2253 * symm-tdep.c: Obsolete file.
2254 * config/i386/symmetry.mt: Obsolete file.
2255 * config/i386/tm-symmetry.h: Obsolete file.
2256 * symm-nat.c: Obsolete file.
2257 * config/i386/nm-symmetry.h: Obsolete file.
2258 * config/i386/xm-symmetry.h: Obsolete file.
2259 * config/i386/symmetry.mh: Obsolete file.
2260 * config/i386/nm-ptx4.h: Obsolete file.
2261 * config/i386/ptx4.mh: Obsolete file.
2262 * config/i386/ptx.mt: Obsolete file.
2263 * config/i386/ptx.mh: Obsolete file.
2264 * config/i386/xm-ptx4.h: Obsolete file.
2265 * config/i386/xm-ptx.h: Obsolete file.
2266
78c43945
AC
22672003-04-09 Andrew Cagney <cagney@redhat.com>
2268
2269 Obsolete mips*-*-mach3*.
2270 * NEWS: Mention that mips*-*-mach3* is obsolete.
2271 * m3-nat.c: Obsolete file.
2272 * config/nm-m3.h: Obsolete file.
2273 * config/mips/tm-mipsm3.h: Obsolete file.
2274 * config/mips/mipsm3.mt: Obsolete file.
2275 * config/mips/mipsm3.mh: Obsolete file.
2276 * config/mips/xm-mipsm3.h: Obsolete file.
2277 * mipsm3-nat.c: Obsolete file.
2278 * configure.host: Obsolete mips-dec-mach3*.
2279 * configure.tgt: Obsolete mips*-*-mach3*.
2280
f1908289
AC
22812003-04-09 Andrew Cagney <cagney@redhat.com>
2282
2283 * doublest.h: Update copyright.
2284 (deprecated_store_floating, deprecated_extract_floating): Rename
2285 store_floating and extract_floating. Update comments.
2286 * doublest.c: Update copyright.
2287 (extract_floating_by_length): Replace extract_floating.
2288 (store_floating_by_length): Replace store_floating.
2289 (deprecated_extract_floating): New function.
2290 (deprecated_store_floating): New function.
2291 (extract_typed_floating): Call extract_floating_by_length.
2292 (store_typed_floating): Call store_floating_by_length.
2293 * x86-64-tdep.c (x86_64_store_return_value): Update.
2294 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
2295 (sh64_extract_return_value): Update.
2296 (sh_sh4_register_convert_to_virtual): Update.
2297 (sh_sh64_register_convert_to_virtual): Update.
2298 (sh_sh4_register_convert_to_raw): Update.
2299 (sh_sh64_register_convert_to_raw): Update.
2300 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
2301 (rs6000_register_convert_to_raw): Update.
2302 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
2303 (ia64_register_convert_to_raw): Update.
2304 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
2305 (REGISTER_CONVERT_TO_VIRTUAL): Update.
2306 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
2307 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
2308 (alpha_register_convert_to_raw): Update.
2309
4443bd83
AC
23102003-04-08 Andrew Cagney <cagney@redhat.com>
2311
2312 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
2313 * gdbarch.h, gdbarch.c: Re-generate.
2314 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
2315 (d10v_gdbarch_init): Do not set saved_pc_after_call.
2316 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
2317 conditionally, use frame_pc_unwind as an alternative. Add
2318 comments.
2319 * arch-utils.c (init_frame_pc_default): Only call
2320 SAVED_PC_AFTER_CALL when available.
2321
c0236d92
EZ
23222003-04-08 Elena Zannoni <ezannoni@redhat.com>
2323
fbe586ae 2324 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
2325 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
2326 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
2327 (start_remote): Ditto.
2328 (handle_inferior_event): Ditto.
2329 (save_inferior_status): Ditto.
2330 (restore_inferior_status): Ditto.
2331 * infcmd.c (attach_command): Ditto.
2332 * fork-child.c (startup_inferior): Ditto.
fbe586ae 2333 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
2334 * alpha-tdep.c (heuristic_proc_start): Ditto.
2335 * mips-tdep.c (heuristic_proc_start): Ditto.
2336 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
2337 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
2338 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
2339 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
2340 * remote-vx.c (vx_create_inferior): Ditto.
2341
23422003-04-08 Elena Zannoni <ezannoni@redhat.com>
2343
2344 * infrun.c (stop_soon_quietly): Make it an enum, to better
2345 override the default behavior of handle_inferior_event.
2346 (clear_proceed_status): Update uses of stop_soon_quietly to
2347 reflect that it is now an enum.
2348 (start_remote): Ditto.
2349 (handle_inferior_event): Change logic a bit if stop_soon_quietly
2350 is set to handle the new GNU/Linux kernel behavior for
2351 attach/sigstop. Update uses of stop_soon_quietly.
2352 * inferior.h (enum stop_kind): New enum.
2353 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
2354 Reset normal handle_inferior_event behavior, afterwards.
2355 * fork-child.c (startup_inferior): Update.
2356 * alpha-tdep.c (heuristic_proc_start): Update.
2357 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
2358 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
2359 * solib-osf.c (osf_solib_create_inferior_hook): Update.
2360 * solib-irix.c (irix_solib_create_inferior_hook): Update.
2361 * remote-vx.c (vx_create_inferior): Update.
2362 * mips-tdep.c (heuristic_proc_start): Update.
2363
1211bce3
EZ
23642003-04-07 Elena Zannoni <ezannoni@redhat.com>
2365
2366 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 2367 be freed more than once, causing wild memory corruptions.
1211bce3 2368 (gdb_disassembly): Look for the substring "-thread",
fbe586ae
RH
2369 instead of "-threads" in the target name, to make sure to find
2370 the 'multi-thread' target. Also, make sure we do the right thing
2371 with the "core" target.
1211bce3 2372
f0ef6b29
KB
23732003-04-07 Kevin Buettner <kevinb@redhat.com>
2374
2375 * mips-tdep.c (mips_print_fp_register): New function, created from
2376 do_fp_register_row(). Registers are now (also) printed as hex.
2377 Only one register is printed per row.
2378 (mips_print_register, do_fp_register_row): Print floating point
2379 registers with mips_print_fp_register().
2380
8cf71652
AC
23812003-04-06 Andrew Cagney <cagney@redhat.com>
2382
5e488a7b
AC
2383 * valprint.h (inspect_it): Add extern declaration.
2384 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
2385 (selectors_info, classes_info): Ditto.
2386 (find_objc_msgcall): Fix indentation.
2387 (objc_printstr): Delete extern declarations.
2388
8cf71652
AC
2389 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
2390
e6ba3bc9
AC
23912003-04-06 Andrew Cagney <cagney@redhat.com>
2392
2393 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
2394 Update comment.
2395 * frame.c (legacy_saved_regs_this_id): Update.
2396 (legacy_get_prev_frame): Update.
2397 * xstormy16-tdep.c: Update comment.
2398 * sparc-tdep.c (sparc_frame_chain): Update comment.
2399 * blockframe.c (legacy_frame_chain_valid): Update.
2400
55e1d7e7
AC
24012003-04-06 Andrew Cagney <cagney@redhat.com>
2402
996179ee
AC
2403 * valprint.c (val_print_type_code_int): Delete #ifdef
2404 PRINT_TYPELESS_INTEGER code.
2405
55e1d7e7
AC
2406 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
2407 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
2408 multi-arch definition.
2409 * gdbarch.h: Re-generate.
2410
43bd9a9e
AC
24112003-04-05 Andrew Cagney <cagney@redhat.com>
2412
2413 Eliminate FRAME_FIND_SAVED_REGS.
2414 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
2415 Change FSR parameter to a pointer.
2416 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
2417 Assume FSR parameter is a pointer.
2418 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
2419 Make fsr a pointer.
2420 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
2421 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
2422 saved_regs a pointer.
2423 (hppa_frame_saved_pc): Ditto.
2424 (find_dummy_frame_regs): Make frame_saved_regs a pointer
2425 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
2426 pointer.
2427 (restore_pc_queue): Make fsr a pointer.
2428 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
2429 (hppa_frame_chain): Make saved_regs a pointer, call
2430 hppa_frame_init_saved_regs.
2431 * sparc-tdep.c: Include "gdb_assert.h".
2432 (sparc_frame_find_saved_regs): Replace internal_error with
2433 gdb_assert.
2434 * remote-vxsparc.c (vx_read_register): Delete reference to
2435 FRAME_FIND_SAVED_REGS.
2436 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
2437 * gdbarch.h: Regenerate.
2438 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
2439 (deprecated_get_frame_saved_regs): Delete declaration.
2440 (struct frame_saved_regs): Delete definition.
2441 * frame.c (deprecated_get_frame_saved_regs): Delete function.
2442 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
2443 (hppa_frame_find_saved_regs): Delete declaration.
2444 (FRAME_FIND_SAVED_REGS): Delete macro.
2445 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
2446 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
2447 FRAME_FIND_SAVED_REGS in comment.
2448
be41e9f4
AC
24492003-04-05 Andrew Cagney <cagney@redhat.com>
2450
2451 * frame.c (frame_func_unwind, get_frame_func): New functions.
2452 * frame.h (get_frame_func, frame_func_unwind): Declare.
2453 (struct frame_info): Add field "prev_func" for caching the
2454 previous frame's function address.
2455 * arm-tdep.c (arm_frameless_function_invocation): Combine
2456 get_pc_function_start and get_frame_pc into get_frame_func.
2457 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
2458 (sh64_nofp_frame_init_saved_regs): Ditto.
2459 * s390-tdep.c (s390_function_start): Ditto.
2460 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
2461 (rs6000_frameless_function_invocation): Ditto.
2462 (rs6000_frame_saved_pc): Ditto.
2463 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
2464 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
2465 * i386-tdep.c (i386_frameless_signal_p): Ditto.
2466 (i386_frame_init_saved_regs): Ditto.
2467 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
2468 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
2469 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
2470 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2471 * blockframe.c (frameless_look_for_prologue): Ditto.
2472
a01dd7cc
AC
24732003-04-05 Andrew Cagney <cagney@redhat.com>
2474
2475 * frame.c (legacy_get_prev_frame): Link prev to next at the
2476 function start. Update comments.
2477
5e5592e6
AC
24782003-04-05 Andrew Cagney <cagney@redhat.com>
2479
2480 * frame.c (get_frame_id): Update comment.
2481 (legacy_get_prev_frame): Update comment.
2482 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
2483 * gdbarch.h: Regenerate.
2484 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
2485 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
2486
6fba5002
AC
24872003-04-05 Andrew Cagney <cagney@redhat.com>
2488
2489 * stack.c (print_frame_info): Use get_frame_pc.
2490
7df05f2b
AC
24912003-04-04 Andrew Cagney <cagney@redhat.com>
2492
2493 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
2494 the frame's type from the unwinder.
2495 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
2496 (create_new_frame, legacy_get_prev_frame): When the unwinder's
2497 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
2498 (get_frame_base_address): Use get_frame_type.
2499 (get_frame_locals_address, get_frame_args_address): Ditto.
2500 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
2501 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
2502 (struct frame_info): Add comment explaining why the frame contains
2503 a "type" field.
2504 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
2505 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
2506 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
2507 NORMAL_FRAME.
2508 * frame-unwind.h: Include "frame.h".
2509 (struct frame_unwind): Add "type" field.
2510 * Makefile.in (frame_unwind_h): Add $(frame_h).
2511
11889732
AC
25122003-04-04 Andrew Cagney <cagney@redhat.com>
2513
2514 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
2515 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
2516 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
2517 get_frame_base.
2518 (d10v_unwind_dummy_id): Use frame_id_build.
2519 * frame.c (find_frame_sal): Use get_frame_pc.
2520 (create_new_frame): Use deprecated_update_frame_pc_hack and
2521 deprecated_update_frame_base_hack.
2522 (create_sentinel_frame): Add comment about ->pc going away.
2523 (get_prev_frame): Add comment about ->pc going away.
2524 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
2525 frame_id_build, deprecated_update_frame_pc_hack and
2526 deprecated_update_frame_base_hack.
2527 (select_frame): Use get_frame_pc.
2528 (legacy_saved_regs_this_id): Use frame_id_build.
2529
50c46a0d
EZ
25302003-04-04 Elena Zannoni <ezannoni@redhat.com>
2531
fbe586ae
RH
2532 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
2533 signed integer case.
2534 (classify_argument): Handle enumerations and references.
50c46a0d 2535
50bbdbd9
AC
25362003-04-04 Andrew Cagney <cagney@redhat.com>
2537
2538 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
2539 ID to NULL.
2540
36018d2e
AF
25412003-04-01 Adam Fedor <fedor@gnu.org>
2542
2543 * gdb/objc-lang.c (selectors_info): Replace calls to
2544 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
2545 SYMBOL_NATURAL_NAME.
2546 (classes_info, find_methods): Likewise.
2547
35cec841
KB
25482003-04-03 Kevin Buettner <kevinb@redhat.com>
2549
2550 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
2551 ``mach'' to the value determined by bfd_default_set_arch_mach().
2552
43136899
BR
25532003-04-02 Bob Rossi <bob_rossi@cox.net>
2554
2555 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
2556 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
2557 (mi-cmd-file.o): Update dependencies.
2558
040b99fd
KB
25592003-04-01 Kevin Buettner <kevinb@redhat.com>
2560
2561 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
2562 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
2563
9a3d7dfd
AF
25642003-04-01 Adam Fedor <fedor@gnu.org>
2565
2566 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
2567 * language.h (struct language_defn): Add la_demangle.
2568 (language_demangle): Declare.
2569 * language.c (language_demangle): New function.
2570 (unk_lang_demangle): Likewise.
2571 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 2572 Add ukn_lang_demangle.
9a3d7dfd 2573 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 2574 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
2575 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
2576 (cplus_language_defn): Add cplus_demangle for la_demangle element.
2577 * jv-lang.c (java_demangle): New function
2578 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
2579 * objc-lang.c (objc_demangle): Add options argument
2580 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
2581 * maint.c (maintenance_demangle): Replace switch with
2582 call to language_demangle.
2583 * utils.c (fprintf_symbol_filtered): Likewise.
2584
5e074003
AC
25852003-04-01 Andrew Cagney <cagney@redhat.com>
2586
2587 * printcmd.c (print_frame_nameless_args): Delete #ifdef
2588 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
2589 PRINT_TYPELESS_INTEGER.
2590 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
2591 PUSH_RETURN_ADDRESS.
2592
270cb5d6
AC
25932003-04-01 Andrew Cagney <cagney@redhat.com>
2594
2595 * Makefile.in (d10v-tdep.o): Update dependencies.
2596 * d10v-tdep.c: Include "frame-base.h".
2597 (d10v_frame_unwind): Make constant.
2598 (d10v_frame_base_address): New function.
2599 (d10v_frame_base): New variable.
2600 (d10v_gdbarch_init): Set frame_base default.
2601 (struct d10v_unwind_cache): Add the field "prev_sp". Update
2602 comment for base.
2603 (d10v_frame_unwind_cache): Set and use "prev_sp".
2604 (d10v_frame_this_id): Use the previous frame's inner most stack
2605 address and this frame's func address for the frame ID. Use
2606 frame_id_build. Don't analyze beyond the current instruction.
2607
6bfb3e36
AC
26082003-04-01 Andrew Cagney <cagney@redhat.com>
2609
2610 * frame.h (get_frame_locals_address, get_frame_args_address):
2611 Refer to the base address, instead of the address of the first
2612 local or parameter.
2613
da62e633
AC
26142003-04-01 Andrew Cagney <cagney@redhat.com>
2615
2616 Add frame debug info addresses:
2617 * frame-base.c: New file.
2618 * frame-base.h: New file.
2619 * frame.h (struct frame_base): Add opaque declaration.
2620 (get_frame_base): Update comment.
2621 (get_frame_base_address): Declare.
2622 (get_frame_locals_address): Declare.
2623 (get_frame_args_address): Declare.
2624 (struct frame_info): Add "base" and "base_cache". Update
2625 comments on the unwinder.
2626 * frame.c: Include "frame-base.h".
2627 (get_frame_locals_address): New function.
2628 (get_frame_base_address): New function.
2629 (get_frame_args_address): New function.
2630 * findvar.c (read_var_value): Use get_frame_locals_address and
2631 get_frame_args_address.
2632 * stack.c (frame_info): Use get_frame_locals_address and
2633 get_frame_args_address.
2634 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
2635 moved to "frame-base.c".
2636 * printcmd.c (print_frame_nameless_args): Ditto.
2637 * symtab.h (address_class): Update comments.
2638 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
2639 get_frame_base_address.
2640 * dwarf2expr.c (execute_stack_op): Ditto.
2641 * Makefile.in (frame_base_h): Define.
2642 (frame.o): Update dependencies.
2643 (frame-base.o): Add dependencies.
2644 (SFILES): Add frame-base.c.
2645 (COMMON_OBS): Add frame-base.o.
2646
3d30e9c2
AC
26472003-04-01 Andrew Cagney <cagney@redhat.com>
2648
2649 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
2650 CALL_DUMMY_LENGTH): Ditto.
2651 * gdbarch.c: Re-generate.
2652 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
2653 (CALL_DUMMY_LENGTH): Delete macro.
2654 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
2655 * arm-tdep.c (arm_gdbarch_init): Ditto.
2656 * avr-tdep.c (avr_gdbarch_init): Ditto.
2657 * cris-tdep.c (cris_gdbarch_init): Ditto.
2658 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2659 * frv-tdep.c (frv_gdbarch_init): Ditto.
2660 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2661 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2662 * i386-tdep.c (i386_gdbarch_init): Ditto.
2663 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2664 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2665 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2666 * mips-tdep.c (mips_gdbarch_init): Ditto.
2667 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2668 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2669 * s390-tdep.c (s390_gdbarch_init): Ditto.
2670 * sh-tdep.c (sh_gdbarch_init): Ditto.
2671 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2672 * v850-tdep.c (v850_gdbarch_init): Ditto.
2673 * vax-tdep.c (vax_gdbarch_init): Ditto.
2674 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2675
ce0c7262
CV
26762003-04-01 Corinna Vinschen <vinschen@redhat.com>
2677
2678 * frame.c (get_prev_frame): Disable call to inside_entry_file().
2679
73dd234f
AC
26802003-04-01 Andrew Cagney <cagney@redhat.com>
2681
2682 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
2683 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2684 * gdbarch.h, gdbarch.c: Re-generate.
2685 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2686 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2687 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2688 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2689 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
2690 * infcmd.c (run_stack_dummy): Simplify assuming
2691 CALL_DUMMY_BREAKPOINT_OFFSET_P.
2692 * infrun.c (handle_inferior_event): Ditto.
2693 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2694 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
2695 * arm-tdep.c (arm_gdbarch_init): Ditto.
2696 * avr-tdep.c (avr_gdbarch_init): Ditto.
2697 * cris-tdep.c (cris_gdbarch_init): Ditto.
2698 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2699 * frv-tdep.c (frv_gdbarch_init): Ditto.
2700 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2701 * i386-tdep.c (i386_gdbarch_init): Ditto.
2702 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2703 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2704 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2705 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2706 * mips-tdep.c (mips_gdbarch_init): Ditto.
2707 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2708 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2709 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2710 * s390-tdep.c (s390_gdbarch_init): Ditto.
2711 * sh-tdep.c (sh_gdbarch_init): Ditto.
2712 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2713 * v850-tdep.c (v850_gdbarch_init): Ditto.
2714 * vax-tdep.c (vax_gdbarch_init): Ditto.
2715 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2716
97606a13
DJ
27172003-04-01 Daniel Jacobowitz <drow@mvista.com>
2718
2719 * symfile.c (symfile_relocate_debug_section): Update call to
2720 bfd_simple_get_relocated_section_contents.
2721
e8ab51f7
AC
27222003-03-31 Andrew Cagney <cagney@redhat.com>
2723
2724 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
2725 * gdbarch.h, gdbarch.c: Regenerate.
2726 * inferior.h (FIX_CALL_DUMMY): Delete macro.
2727 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
2728 available.
2729 * frame.h (generic_fix_call_dummy): Delete declaration.
2730 * dummy-frame.h: Update comment.
2731 * dummy-frame.c (generic_fix_call_dummy): Delete function.
2732 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2733 fix_call_dummy.
2734 * sh-tdep.c (sh_gdbarch_init): Ditto.
2735 * s390-tdep.c (s390_gdbarch_init): Ditto.
2736 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2737 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2738 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2739 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2740 * i386-tdep.c (i386_gdbarch_init): Ditto.
2741 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2742 * frv-tdep.c (frv_gdbarch_init): Ditto.
2743 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2744 * cris-tdep.c (cris_gdbarch_init): Ditto.
2745 * avr-tdep.c (avr_gdbarch_init): Ditto.
2746 * arm-tdep.c (arm_gdbarch_init): Ditto.
2747
018d1b48
JB
27482003-03-31 J. Brobecker <brobecker@gnat.com>
2749
2750 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
2751 (INIT_FRAME_AP): Likewise.
2752 (EXTRA_FRAME_INFO): Likewise.
2753
e9a2674e
AC
27542003-03-31 Andrew Cagney <cagney@redhat.com>
2755
2756 * gdbarch.sh: Include "symfile.h".
2757 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
2758 * gdbarch.h, gdbarch.c: Re-generate.
2759 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
2760 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2761 call_dummy_address, the default is at entry_point_address.
2762 * v850-tdep.c (v850_gdbarch_init): Ditto.
2763 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2764 * sh-tdep.c (sh_gdbarch_init): Ditto.
2765 * s390-tdep.c (s390_gdbarch_init): Ditto.
2766 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2767 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2768 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2769 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2770 * i386-tdep.c (i386_gdbarch_init): Ditto.
2771 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2772 * frv-tdep.c (frv_gdbarch_init): Ditto.
2773 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2774 * cris-tdep.c (cris_gdbarch_init): Ditto.
2775 * arm-tdep.c (arm_gdbarch_init): Ditto.
2776
e8a8712a
AC
27772003-03-31 Andrew Cagney <cagney@redhat.com>
2778
2779 * gdbarch.sh (CALL_DUMMY_P): Delete.
2780 * gdbarch.h, gdbarch.c: Re-generate.
2781 * inferior.h (CALL_DUMMY_P): Delete macro.
2782 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2783 * vax-tdep.c (vax_gdbarch_init): Update.
2784 * v850-tdep.c (v850_gdbarch_init): Update.
2785 * sparc-tdep.c (sparc_gdbarch_init): Update.
2786 * sh-tdep.c (sh_gdbarch_init): Update.
2787 * s390-tdep.c (s390_gdbarch_init): Update.
2788 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2789 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2790 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2791 * mips-tdep.c (mips_gdbarch_init): Update.
2792 * mcore-tdep.c (mcore_gdbarch_init): Update.
2793 * m68k-tdep.c (m68k_gdbarch_init): Update.
2794 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2795 * ia64-tdep.c (ia64_gdbarch_init): Update.
2796 * i386-tdep.c (i386_gdbarch_init): Update.
2797 * h8300-tdep.c (h8300_gdbarch_init): Update.
2798 * frv-tdep.c (frv_gdbarch_init): Update.
2799 * d10v-tdep.c (d10v_gdbarch_init): Update.
2800 * cris-tdep.c (cris_gdbarch_init): Update.
2801 * breakpoint.c (deprecated_frame_in_dummy): Update.
2802 * avr-tdep.c (avr_gdbarch_init): Update.
2803 * alpha-tdep.c (alpha_gdbarch_init): Update.
2804 * arm-tdep.c (arm_gdbarch_init): Update.
2805 * dummy-frame.c (dummy_frame_this_id): Update comments.
2806 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
2807 * frame.c (legacy_get_prev_frame): Ditto.
2808 * valops.c (call_function_by_hand): Delete function.
2809 (hand_function_call): Rename to call_function_by_hand
2810
ed234cf8
AC
28112003-03-30 Andrew Cagney <cagney@redhat.com>
2812
2813 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 2814 * value.h (struct value): Update comment.
ed234cf8 2815
06c77151
AC
28162003-03-30 Andrew Cagney <cagney@redhat.com>
2817
6c2b5168
AC
2818 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
2819 D10V_FP_REGNUM.
2820 (d10v_gdbarch_init): Do not set fp_regnum.
2821
06c77151
AC
2822 * frame.c (get_frame_base): Force ID initialization.
2823 (get_prev_frame): Move computation of the frame ID from here ...
2824 (get_frame_id): ... to here.
2825 (legacy_get_prev_frame): Mark the frame ID as valid.
2826 * frame.h (struct frame_info): Add field "id_p".
2827
97a1a11c
MK
28282003-03-30 Mark Kettenis <kettenis@gnu.org>
2829
2830 * i386-tdep.c (i386_store_struct_return): Removed.
2831 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
2832
6c0e89ed
AC
28332003-03-30 Andrew Cagney <cagney@redhat.com>
2834
2835 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
2836 * gdbarch.h, gdbarch.c: Regenerate.
2837 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
2838 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2839 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2840 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2841 * i386-tdep.c (i386_gdbarch_init): Ditto.
2842 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2843 * cris-tdep.c (cris_gdbarch_init): Ditto.
2844 * vax-tdep.c (vax_gdbarch_init): Ditto.
2845 * s390-tdep.c (s390_gdbarch_init): Ditto.
2846 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2847 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2848 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2849 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
2850 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2851 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
2852 * sparc-tdep.c (sparc_gdbarch_init): Update.
2853 * sh-tdep.c (sh_gdbarch_init): Update.
2854 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2855 * mips-tdep.c (mips_gdbarch_init): Update.
2856 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2857 * ia64-tdep.c (ia64_gdbarch_init): Update.
2858 * frv-tdep.c (frv_gdbarch_init): Update.
2859 * avr-tdep.c (avr_gdbarch_init): Update.
2860 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
2861 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
2862 instead of when push_dummy_call is not available.
2863
f7dd6af2
AC
28642003-03-30 Andrew Cagney <cagney@redhat.com>
2865
2866 * infttrace.c: Include "gdbthread.h".
2867 (parent_attach_all): Fix function signature.
2868 (call_ptrace): Update call.
2869 * Makefile.in (infttrace.o): Update dependencies.
2870
28f617b3
AC
28712003-03-30 Andrew Cagney <cagney@redhat.com>
2872
2873 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
2874 PUSH_RETURN_ADDRESS.
2875 * gdbarch.h, gdbarch.c: Regenerate.
2876 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2877 * x86-64-tdep.c (x86_64_init_abi): Update.
2878 * v850-tdep.c (v850_gdbarch_init): Update.
2879 * sparc-tdep.c (sparc_gdbarch_init): Update.
2880 * sh-tdep.c (sh_gdbarch_init): Update.
2881 * s390-tdep.c (s390_gdbarch_init): Update.
2882 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2883 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2884 * mips-tdep.c (mips_gdbarch_init): Update.
2885 * mcore-tdep.c (mcore_gdbarch_init): Update.
2886 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2887 * ia64-tdep.c (ia64_gdbarch_init): Update.
2888 * i386-tdep.c (i386_gdbarch_init): Update.
2889 * h8300-tdep.c (h8300_gdbarch_init): Update.
2890 * frv-tdep.c (frv_gdbarch_init): Update.
2891 * cris-tdep.c (cris_gdbarch_init): Update.
2892 * avr-tdep.c (avr_gdbarch_init): Update.
2893 * arm-tdep.c (arm_gdbarch_init): Update.
2894 * valops.c (hand_function_call): Update.
2895
4d628cd7
AC
28962003-03-29 Andrew Cagney <cagney@redhat.com>
2897
2898 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
2899 sizeof_call_dummy_words.
2900 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
2901 define.
2902 * gdbarch.h: Regenerate.
2903
65e82032
AC
29042003-03-29 Andrew Cagney <cagney@redhat.com>
2905
2906 * infttrace.h: New file.
2907 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
2908 (hpread_get_textlow): Detect an uninitialized dn_bufp.
2909 (hpread_read_doc_function_type): Detect an initialized type1.
2910 (hpread_quick_traverse): Initialize mod_name_string.
2911 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
2912 (som_solib_get_solib_by_pc): Declare.
2913 (so_lib_thread_start_addr): Declare.
2914 (no_shared_libraries): Declare.
2915 * somread.c (init_import_symbols): Make static. Add forward
2916 declaration.
2917 * config/pa/nm-hppah.h: Include "infttrace.h" for
2918 parent_attach_all.
2919 (hppa_insert_hw_watchpoint): Declare.
2920 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
2921 * hppah-nat.c: Include "gdb_string.h".
2922 (parent_attach_all): Delete extern declaration, moved to
2923 "infttrace.h".
2924 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
2925 int.
2926 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
2927 * Makefile.in (infttrace_h): Define.
2928 (hpread.o): Update dependencies.
2929 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
2930 * hppa-hpux-tdep.c: Include "gdb_string.h".
2931 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
2932 * infrun.c (handle_inferior_event): Always initialize
2933 stepped_after_stopped_by_watchpoint. Add default and remove
2934 fallthrough in switch statement.
2935 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
2936 parameter to int.
2937 (hppa_remove_hw_watchpoint): Ditto.
2938
2c3bbe77
AC
29392003-03-29 Andrew Cagney <cagney@redhat.com>
2940
2941 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
2942 offset.
2943
2dd604e7
RE
29442003-03-29 Richard Earnshaw <rearnsha@arm.com>
2945
2946 * arm-tdep.c (arm_push_arguments): Delete.
2947 (struct stack_item): New type.
2948 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
2949 (arm_store_struct_return): Delte.
2950 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
2951 arm_push_arguments or arm_store_struct_return.
2952
e8933a55
AC
29532003-03-28 Andrew Cagney <cagney@redhat.com>
2954
2955 * Makefile.in (d10v-tdep.o): Update dependencies.
2956 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
2957 * d10v-tdep.c: Include "remote.h".
2958 (target_resume_hook): Delete extern declaration.
2959 (target_wait_loop_hook): Ditto.
2960 (tdisassemble_command): Eliminate assignment in "if" conditional.
2961 (d10v_ts2_register_sim_regno): Eliminate call to
2962 legacy_register_sim_regno.
2963 (d10v_ts3_register_sim_regno): Ditto.
2964
6949171e
JJ
29652003-03-28 Jeff Johnston <jjohnstn@redhat.com>
2966
2967 * thread.c: Reindented.
2968 * lin-lwp.c: Ditto.
2969 * linux-proc.c: Ditto.
2970
98c7071f
BR
29712003-03-28 Bob Rossi <bob_rossi@cox.net>
2972
fbe586ae 2973 * MAINTAINERS (write after approval): Add myself.
98c7071f 2974
5edc9ca6
TR
29752003-03-27 Theodore A. Roth <troth@openavr.org>
2976
2977 * objc-exp.y: Add missing semi-colons.
2978
378bfd1b
AC
29792003-03-27 Andrew Cagney <cagney@redhat.com>
2980
2981 * regcache.c (write_sp): Delete function and references.
2982 * inferior.h (write_sp): Delete declaration.
2983 * valops.c (hand_function_call): Replace write_sp with
2984 TARGET_WRITE_SP.
2985 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
2986 (sparc_pop_frame): Ditto.
2987
56056df7
AC
29882003-03-27 Andrew Cagney <cagney@redhat.com>
2989
2990 * NEWS: Mention removal of support for hppa*-*-bsd* and
2991 hppa*-*-osf* natives, and hppa*-*-pro* target.
2992 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
2993 * config/pa/xm-pa.h: Obsolete file.
2994 * config/pa/xm-hppab.h: Obsolete file.
2995 * config/pa/nm-hppab.h: Obsolete file.
2996 * config/pa/tm-hppab.h: Obsolete file.
2997 * config/pa/tm-hppao.h: Obsolete file.
2998 * config/pa/nm-hppao.h: Obsolete file.
2999 * config/pa/tm-pro.h: Obsolete file.
3000 * config/pa/hppaosf.mt: Obsolete file.
3001 * config/pa/hppaosf.mh: Obsolete file.
3002 * config/pa/hppapro.mt: Obsolete file.
3003 * config/pa/hppabsd.mt: Obsolete file.
3004 * config/pa/hppabsd.mh: Obsolete file.
3005 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
3006 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
3007 hppa*-*-osf*.
3008
5873a88d
AC
30092003-03-27 Andrew Cagney <cagney@redhat.com>
3010
3011 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
3012 push_arguments. Don't set push_return_address or write_sp.
3013 (d10v_push_dummy_call): Replace d10v_push_arguments.
3014 (d10v_push_return_address, d10v_write_sp): Delete function,
3015 handled by push_dummy_call.
3016
b81774d8
AC
30172003-03-26 Andrew Cagney <cagney@redhat.com>
3018
3019 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
3020 (push_dummy_call): New pure multi-arch replacement with gdbarch,
3021 regcache and dummy_addr parameters.
3022 * gdbarch.h, gdbarch.c: Re-generate.
3023 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
3024 available; assume it will handle stack alignment and return
3025 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
3026 legacy_push_arguments.
3027 (legacy_push_arguments): Rename default_push_arguments.
3028 * value.h (legacy_push_arguments): Rename default_push_arguments.
3029 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
3030 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
3031 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
3032 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
3033 * config/i386/tm-symmetry.h: Update.
3034 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3035 * x86-64-tdep.c (x86_64_init_abi): Update.
3036 * v850-tdep.c (v850_gdbarch_init): Update.
3037 * sparc-tdep.c (sparc_gdbarch_init): Update.
3038 * sh-tdep.c (sh_gdbarch_init): Update.
3039 * s390-tdep.c (s390_gdbarch_init): Update.
3040 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3041 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3042 * mips-tdep.c (mips_gdbarch_init): Update.
3043 * mcore-tdep.c (mcore_gdbarch_init): Update.
3044 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3045 * ia64-tdep.c (ia64_gdbarch_init): Update.
3046 * i386-tdep.c (i386_gdbarch_init): Update.
3047 * hppa-tdep.c (hppa_gdbarch_init): Update.
3048 * h8300-tdep.c (h8300_gdbarch_init): Update.
3049 * frv-tdep.c (frv_gdbarch_init): Update.
3050 * d10v-tdep.c (d10v_gdbarch_init): Update.
3051 * cris-tdep.c (cris_gdbarch_init): Update.
3052 * avr-tdep.c (avr_gdbarch_init): Update.
3053 * arm-tdep.c (arm_gdbarch_init): Update.
3054 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3055 * alpha-tdep.c (alpha_gdbarch_init): Update.
3056
f541410f
DJ
30572003-03-26 Daniel Jacobowitz <drow@mvista.com>
3058
3059 * signals/signals.c (do_target_signal_to_host): Correct realtime
3060 signal range test.
3061
69f567ae
DJ
30622003-03-26 Daniel Jacobowitz <drow@mvista.com>
3063
3064 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
3065 (struct sal_chain, map_catch_names): Remove.
3066 (catch_exception_command_1): Don't call
3067 handle_gnu_4_16_catch_command.
3068
d5d14a5a
DJ
30692003-03-26 Daniel Jacobowitz <drow@mvista.com>
3070
3071 From Mark Dettinger <dettinge@de.ibm.com>:
3072 * dwarf2cfi.c (read_2u): Increment pointer by two.
3073
bdd73e22
DJ
30742003-03-26 Daniel Jacobowitz <drow@mvista.com>
3075
3076 * signals/signals.c: Fix typos in last change.
3077
960cb555
DJ
30782003-03-26 Daniel Jacobowitz <drow@mvista.com>
3079
3080 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
3081 not already defined. Use __SIGRTMIN if available.
3082 (target_signal_from_host): Remove SIGRTMIN block.
3083 (do_target_signal_to_host): Remove SIGRTMIN block; check that
3084 the signal is within the realtime range.
3085
f636b87d
AF
30862003-03-25 Adam Fedor <fedor@gnu.org>
3087
3088 * Makefile.in (infrun.o): Add $(language_h)
3089 * infrun.c (handle_inferior_event): Use skip_language_trampoline
3090 for language specific trampolines.
3091 * language.h (struct language_defn): Add skip_trampoline.
3092 (skip_language_trampoline): Declare.
3093 * language.c (unk_lang_trampoline, skip_language_trampoline):
3094 New functions.
3095 (unknown_language_defn, auto_language_defn, local_language_defn):
3096 Add ukn_lang_trampoline.
3097 * ada-lang.c (ada_language_defn): Add NULL for language
3098 specific skip_trampoline.
3099 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
3100 scm-lang.c: Likewise.
3101 * objc-lang.c (objc_skip_trampoline): New function.
3102 (objc_language_defn): Add objc_skip_trampoline.
3103
28f617b3 31042003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
3105
3106 * frame.c (get_prev_frame): Delay validating a frame's ID -
3107 non-NULL, didn't go backwards - until an attempt to unwind it to
3108 the previous frame.
3109
f933a9c5
AC
31102003-03-25 Andrew Cagney <cagney@redhat.com>
3111
3112 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
3113 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
3114 * gdbarch.h, gdbarch.c: Re-generate.
3115 * config/sparc/tm-sparc.h
3116 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
3117 * sparc-tdep.c (sparc_gdbarch_init): Set
3118 deprecated_extra_stack_alignment_needed.
3119 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
3120 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
3121 extra_stack_alignment_needed.
3122 * v850-tdep.c (v850_gdbarch_init): Ditto.
3123 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3124 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3125 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3126 * cris-tdep.c (cris_gdbarch_init): Ditto.
3127 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3128 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3129
4183d812
AC
31302003-03-25 Andrew Cagney <cagney@redhat.com>
3131
3132 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
3133 STORE_STRUCT_RETURN.
3134 * gdbarch.h, gdbarch.c: Regenerate.
3135 * d10v-tdep.c (d10v_store_struct_return): Delete function.
3136 (d10v_push_arguments): Set the struct return register.
3137 (d10v_gdbarch_init): Update.
3138 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3139 * x86-64-tdep.c (x86_64_init_abi): Update.
3140 * vax-tdep.c (vax_gdbarch_init): Update.
3141 * v850-tdep.c (v850_gdbarch_init): Update.
3142 * sparc-tdep.c (sparc_gdbarch_init): Update.
3143 * sh-tdep.c (sh_gdbarch_init): Update.
3144 * s390-tdep.c (s390_gdbarch_init): Update.
3145 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3146 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3147 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3148 * mips-tdep.c (mips_gdbarch_init): Update.
3149 * mcore-tdep.c (mcore_gdbarch_init): Update.
3150 * m68k-tdep.c (m68k_gdbarch_init): Update.
3151 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3152 * ia64-tdep.c (ia64_gdbarch_init): Update.
3153 * i386-tdep.c (i386_gdbarch_init): Update.
3154 * hppa-tdep.c (hppa_gdbarch_init): Update.
3155 * h8300-tdep.c (h8300_gdbarch_init): Update.
3156 * frv-tdep.c (frv_gdbarch_init): Update.
3157 * cris-tdep.c (cris_gdbarch_init): Update.
3158 * avr-tdep.c (avr_gdbarch_init): Update.
3159 * arm-tdep.c (arm_gdbarch_init): Update.
3160 * alpha-tdep.c (alpha_gdbarch_init): Update.
3161
1bf6d5cc
AC
31622003-03-25 Andrew Cagney <cagney@redhat.com>
3163
3164 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
3165 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
3166 CALL_DUMMY_STACK_ADJUST with a predicate variable.
3167 * gdbarch.h, gdbarch.c: Regenerate.
3168 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3169 call_dummy_stack_adjust_p.
3170 * vax-tdep.c (vax_gdbarch_init): Ditto.
3171 * v850-tdep.c (v850_gdbarch_init): Ditto.
3172 * sh-tdep.c (sh_gdbarch_init): Ditto.
3173 * s390-tdep.c (s390_gdbarch_init): Ditto.
3174 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3175 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3176 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3177 * mips-tdep.c (mips_gdbarch_init): Ditto.
3178 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3179 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3180 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3181 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3182 * i386-tdep.c (i386_gdbarch_init): Ditto.
3183 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3184 * frv-tdep.c (frv_gdbarch_init): Ditto.
3185 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3186 * cris-tdep.c (cris_gdbarch_init): Ditto.
3187 * avr-tdep.c (avr_gdbarch_init): Ditto.
3188 * arm-tdep.c (arm_gdbarch_init): Ditto.
3189 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3190 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
3191 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
3192 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
3193 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
3194 call_dummy_stack_adjust_p.
3195 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
3196 (CALL_DUMMY_STACK_ADJUST): Delete macro.
3197 * sparc-tdep.c (sparc32_push_arguments): Update.
3198 * valops.c (hand_function_call): Update.
3199
71c08af0
CV
32002003-03-25 Corinna Vinschen <vinschen@redhat.com>
3201
3202 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
3203 set_gdbarch_char_signed.
3204
30757f90
RE
32052003-03-25 Richard Earnshaw <rearnsha@arm.com>
3206
3207 PR cli/548
3208 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
3209
03d48a7d
RE
32102003-03-25 Richard Earnshaw <rearnsha@arm.com>
3211
3212 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
3213 (_initialize_arm_tdep): Don't set tm_print_insn.
3214
2cf6873c
AF
32152003-03-24 Adam Fedor <fedor@gnu.org>
3216
3217 * Makefile.in (YYOBJ): Add objc-exp.tab.o
3218 * objc-lang.h: Add multiple inclusion protection.
3219 (start_msglist, add_msglist, end_msglist): Additional declarations.
3220
17c0759e
RE
32212003-03-24 Richard Earnshaw <rearnsha@arm.com>
3222
3223 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
3224 value was renamed to ARM_FLOAT_SOFT_FPA.
3225
618ce49f
AC
32262003-03-23 Andrew Cagney <cagney@redhat.com>
3227
3228 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
3229 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
3230 * gdbarch.h, gdbarch.c: Regenerate.
3231 * valops.c (hand_function_call): Update.
3232 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
3233 * frame.c (legacy_saved_regs_this_id): Update.
3234 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
3235 * dummy-frame.h: Update.
3236 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
3237 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
3238 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
3239 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
3240 * config/m68k/tm-sun3.h: Update.
3241 * blockframe.c (inside_main_func, frame_chain_valid): Update.
3242 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3243 * x86-64-tdep.c (x86_64_init_abi): Update.
3244 * vax-tdep.c (vax_gdbarch_init): Update.
3245 * v850-tdep.c (v850_gdbarch_init): Update.
3246 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
3247 * sh-tdep.c (sh_gdbarch_init): Update.
3248 * s390-tdep.c (s390_gdbarch_init): Update.
3249 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
3250 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
3251 (frame_get_saved_regs): Update.
3252 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3253 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3254 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3255 * mips-tdep.c (mips_gdbarch_init): Update.
3256 * mcore-tdep.c (mcore_gdbarch_init): Update.
3257 * m68k-tdep.c (m68k_gdbarch_init): Update.
3258 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3259 * ia64-tdep.c (ia64_gdbarch_init): Update.
3260 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
3261 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3262 (i386_interix_back_one_frame): Update.
3263 * hppa-tdep.c (hppa_gdbarch_init): Update.
3264 (hppa_init_extra_frame_info): Update.
3265 * h8300-tdep.c (h8300_gdbarch_init): Update.
3266 * frv-tdep.c (frv_gdbarch_init): Update.
3267 * cris-tdep.c (cris_gdbarch_init): Update.
3268 * avr-tdep.c (avr_gdbarch_init): Update.
3269 * arm-tdep.c (arm_gdbarch_init): Update.
3270 * alpha-tdep.c (alpha_gdbarch_init): Update.
3271
fd50bc42
RE
32722003-03-22 Richard Earnshaw <rearnsha@arm.com>
3273
3274 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
3275 (arm_get_fp_model): Declare.
3276 * arm-tdep.c (fp_model_strings): New string array.
3277 (arm_fp_model, current_fp_model): New variables.
3278 (arm_get_fp_model): New function.
3279 (arm_set_fp): New function.
3280 (set_fp_model_sfunc): New function.
3281 (show_fp_model): New function.
3282 (_initialize_arm_tdep): Add new command to set/show the FPU.
3283 (arm_extract_return_value): Use arm_get_fp_model.
3284 (arm_store_return_value): Likewise.
3285 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
3286 to initialize the floating-point data types.
3287 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
3288 model is FPA.
3289
26304000
RE
32902003-03-22 Richard Earnshaw <rearnsha@arm.com>
3291
3292 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
3293 the current setting of each value.
3294 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
3295 new_set and new_show. Use add_setshow_cmd_full and
3296 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
3297 commands and add new version as subcommands of "set/show arm".
3298
afd7eef0
RE
32992003-03-22 Richard Earnshaw <rearnsha@arm.com>
3300
3301 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
3302 (set_arm_command, show_arm_command): New functions.
3303 (_initialize_arm_tdep): Add them.
3304 (num_disassembly_options): Renamed from num_flavor_options.
3305 (valid_disassembly_styles): Renamed from valid_flavors.
3306 (disassembly_style): Renamed from disassembly_flavor.
3307 (set_disassembly_style_sfunc): Renamed from
3308 set_disassembly_flavor_sfunc.
3309 (set_disassembly_style): Renamed from set_disassembly_flavor.
3310 (arm_othernames): Updated.
3311 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
3312 command. Add "set/show arm disassembly" commands. Deprecate
3313 "othernames" command.
3314
299a7944
RE
33152003-03-22 Richard Earnshaw <rearnsha@arm.com>
3316
3317 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
3318 (arm-tdep.o): Depend on elf_arm_h.
3319
c1dac9e6
RE
33202003-03-22 Richard Earnshaw <rearnsha@arm.com>
3321
3322 * Makefile.in (coff_internal_h): Define.
3323 (arm-tdep.o): Update dependencies.
3324
2702d96c
RE
33252003-03-22 Richard Earnshaw <rearnsha@arm.com>
3326
3327 * arm-tdep.c (prologue_cache): Delete.
3328 (check_prologue_cache, save_prologue_cache): Delete.
3329 (arm_scan_prologue): Don't check or update the prologue_cache.
3330 (arm_gdb_arch_init): Don't initialize it.
3331 (_initialize_arm_tdep): Likewise.
3332
27d5d74b
SC
33332003-03-21 Stephane Carrez <stcarrez@nerim.fr>
3334
3335 * MAINTAINERS (tui): Maintainer of tui code.
3336
1762d96d
CV
33372003-03-21 Corinna Vinschen <vinschen@redhat.com>
3338
3339 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
3340 (i386-cygwin-tdep.o): Add dependencies.
3341 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
3342 * i386-cygwin-tdep.c: New file.
3343 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
3344 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
3345
4c2e2391
AC
33462003-03-20 Andrew Cagney <cagney@redhat.com>
3347
f20d38b7
AC
3348 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
3349 (handle_inferior_event): Remove code calling
3350 DYNAMIC_TRAMPOLINE_NEXTPC.
3351
0022b738
AC
3352 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
3353 already has a full path.
3354
864dbc90
AC
3355 * main.c (gdb_main): Return 1.
3356 (captured_main): Call error to report an invalid interpreter.
3357
4c2e2391
AC
3358 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3359 * alpha-osf1-tdep.c: Include "gdb_string.h".
3360
5ef7553b
JB
33612003-03-19 J. Brobecker <brobecker@gnat.com>
3362
3363 Continuing work to convert the hppa targets to multiarch partial.
3364
3365 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
3366 method, now that hppa_push_dummy_frame has a conformant prototype.
3367 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
3368 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
3369 for the switch to multiarch partial.
3370
7bde8967
KB
33712003-03-19 Kevin Buettner <kevinb@redhat.com>
3372
3373 * mdebugread.c (parse_symbol): For stEnd, we're done counting
3374 when iss is issNull.
3375
b006a9e9
KB
33762003-03-18 Kevin Buettner <kevinb@redhat.com>
3377
3378 * mips-tdep.c (mips_register_name): Fix fencepost error involving
3379 NUM_REGS bounds check.
3380
5e2e9765
KB
33812003-03-18 Kevin Buettner <kevinb@redhat.com>
3382
3383 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
3384 * mips-tdep.c (gdb_assert.h): Include.
3385 (mips_generic_reg_names, mips_processor_reg_names): Make static.
3386 (mips_register_name): Handle integer registers explicitly. Add
3387 bounds checking.
3388 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
3389 (mips_lsi33k_reg_names): Don't list integer registers; they're
3390 handled by mips_register_name() now.
3391 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
3392 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
3393 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
3394 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
3395 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
3396
a2867626
AC
33972003-03-18 Andrew Cagney <cagney@redhat.com>
3398
3399 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
3400 a void pointer.
3401 * gdbtypes.h (print_scalar_formatted): Update declaration.
3402 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
3403
06600e06
JB
34042003-03-18 J. Brobecker <brobecker@gnat.com>
3405
3406 * infrun.c (observer.h): Add #include.
3407 (normal_stop): Add call to observer_notify_normal_stop.
3408 * Makefile.in (infrun.o): Add dependency on observer.h.
3409
7daf4f5b
JB
34102003-03-18 J. Brobecker <brobecker@gnat.com>
3411
3412 Continuing work to convert the hppa targets to multiarch partial.
3413 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
3414 parameter. Reformat comment.
3415 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
3416 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
3417 to match new profile.
3418
3371ccc0
JB
34192003-03-18 J. Brobecker <brobecker@gnat.com>
3420
3421 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
3422 appear to be working in any case.
3423
4fbe891e
JB
34242003-03-18 J. Brobecker <brobecker@gnat.com>
3425
3426 * observer.c (observer_test_first_observer): New static variable.
3427 (observer_test_second_observer): Likewise.
3428 (observer_test_third_observer): Likewise.
3429 (observer_test_first_notification_function): New static function.
3430 (observer_test_second_notification_function): Likewise.
3431 (observer_test_third_notification_function): Likewise.
3432
a7ff40e7
JB
34332003-03-17 J. Brobecker <brobecker@gnat.com>
3434
3435 * hppa-tdep.c (gdb_assert.h): Add missing #include.
3436 * somsolib.c (gdb_assert.h): Likewise.
3437 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
3438 (somsolib.o): Likewise.
3439
26ca4152
AC
34402003-03-17 Andrew Cagney <cagney@redhat.com>
3441
3442 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
3443 BFD. Simplify setting of di.endian.
3444
0a613259
AC
34452003-03-17 Andrew Cagney <cagney@redhat.com>
3446
3447 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
3448 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
3449
3450 From Elena Zannoni <ezannoni@redhat.com>
3451 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
3452 vector and floating-point parameters.
3453 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
3454 convention.
3455 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
3456
1132738f
FN
34572003-03-17 Fernando Nasser <fnasser@redhat.com>
3458
3459 * MAINTAINERS: Remove my name from several maintainership roles.
3460
6dc42492
AC
34612003-03-17 Andrew Cagney <cagney@redhat.com>
3462
3463 Fix frame off-by-one bug.
3464 * frame-unwind.h (frame_this_id_ftype): Replace
3465 frame_unwind_id_ftype.
3466 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
3467 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
3468 with "prev_register".
3469 * frame-unwind.c (frame_unwind_find_by_pc): Return
3470 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
3471 comment.
3472 * dummy-frame.c (cached_find_dummy_frame): Delete function.
3473 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
3474 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
3475 (dummy_frame_unwind): Update.
3476 * sentinel-frame.c (sentinel_frame_prev_register): Replace
3477 sentinel_frame_register_unwind.
3478 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
3479 (sentinel_frame_unwinder): Update.
3480 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
3481 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
3482 * frame.c (create_sentinel_frame): Update. Initialize
3483 "prologue_cache" instead of "unwind_cache".
3484 (frame_register_unwind): Call this frame's prev_register with the
3485 next frame and this frame's prologue cache.
3486 (get_prev_frame): Simplify. Always call prev frame's this_id with
3487 this frame and prev frame's prologue cache. Document that this
3488 call is shifted one to the left when compared to the
3489 frame_register_unwind call.
3490 (legacy_saved_regs_prev_register): Replace
3491 frame_saved_regs_register_unwind.
3492 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
3493 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
3494 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
3495 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
3496 (d10v_frame_unwind): Update.
3497 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
3498 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
3499 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
3500 "saved_regs" with "this_saved_regs".
3501
efd710d6
AC
35022003-03-16 Andrew Cagney <cagney@redhat.com>
3503
3504 * frame.c (frame_pop): Don't call target_store_registers. Fix
3505 problem reported by Mark Kettenis.
3506
4e259f09
MK
35072003-03-16 Mark Kettenis <kettenis@gnu.org>
3508
3509 * i386-tdep.c (i386_register_type): Renamed from
3510 i386_register_virtual_type. Adjust function signature.
3511 (i386_gdbarch_init): Set register_type instead of
3512 deprecated_max_register_raw_size,
3513 deprecated_max_register_virtual_size and register_virtual_type.
3514
055bb976
AC
35152003-03-14 Andrew Cagney <cagney@redhat.com>
3516
3517 * frame.c (get_prev_frame): When a legacy frame, always call
3518 legacy_get_prev_frame. Simplify unwind code using assumption that
3519 the unwinder is new.
3520 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
3521 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
3522 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
3523
ac2adee5
AC
35242003-03-14 Andrew Cagney <cagney@redhat.com>
3525
3526 * frame.c (get_saved_register): Delete function.
3527 * frame.h (get_saved_register): Delete declaration.
3528 * xstormy16-tdep.c: Update comment.
3529 * regcache.h: Update comments.
3530 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
3531 get_saved_register and extract_address, use
3532 frame_read_unsigned_register.
3533 (sparc_frame_saved_pc): Ditto.
3534 (sparc_get_saved_register): Instead of get_saved_register, use
3535 frame_register.
3536 (sparc_pop_frame): Ditto.
3537 * findvar.c: Update comments.
3538 (value_of_register): Call frame_register instead of
3539 get_saved_register.
3540 (value_from_register): Ditto.
3541 * config/sparc/tm-sparc.h: Update comment.
3542 * breakpoint.c: Update comment.
3543
129c1cd6
AC
35442003-03-14 Andrew Cagney <cagney@redhat.com>
3545
3546 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
3547 GET_SAVED_REGISTER.
3548 * gdbarch.h, gdbarch.c: Re-generate.
3549 * frame.h: Update comments.
3550 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3551 * x86-64-tdep.c (x86_64_init_abi): Update.
3552 * sparc-tdep.c (sparc_gdbarch_init): Update.
3553 * sh-tdep.c (sh_gdbarch_init): Update.
3554 * mips-tdep.c (mips_gdbarch_init): Update.
3555 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3556 * cris-tdep.c (cris_gdbarch_init): Update.
3557 * ia64-tdep.c (ia64_gdbarch_init): Update.
3558 * frame.c (frame_register): Update.
3559 (get_saved_register): Update.
3560 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
3561
749b82f6
AC
35622003-03-13 Andrew Cagney <cagney@redhat.com>
3563
3564 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
3565 * gdbarch.h, gdbarch.c: Regenerate.
3566 * valops.c (hand_function_call): Update comment.
3567 * stack.c (return_command): Update comment.
3568 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
3569 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
3570 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3571 * x86-64-tdep.c (x86_64_init_abi): Update.
3572 * vax-tdep.c (vax_gdbarch_init): Update.
3573 * v850-tdep.c (v850_gdbarch_init): Update.
3574 * sparc-tdep.c (sparc_gdbarch_init): Update.
3575 * sh-tdep.c (sh_gdbarch_init): Update.
3576 * s390-tdep.c (s390_gdbarch_init): Update.
3577 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3578 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3579 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3580 * mips-tdep.c (mips_gdbarch_init): Update.
3581 * mcore-tdep.c (mcore_gdbarch_init): Update.
3582 * m68k-tdep.c (m68k_gdbarch_init): Update.
3583 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3584 * ia64-tdep.c (ia64_gdbarch_init): Update.
3585 * i386-tdep.c (i386_gdbarch_init): Update.
3586 * hppa-tdep.c (hppa_gdbarch_init): Update.
3587 * h8300-tdep.c (h8300_gdbarch_init): Update.
3588 * frv-tdep.c (frv_gdbarch_init): Update.
3589 * cris-tdep.c (cris_gdbarch_init): Update.
3590 * avr-tdep.c (avr_gdbarch_init): Update.
3591 * arm-tdep.c (arm_gdbarch_init): Update.
3592 * alpha-tdep.c (alpha_gdbarch_init): Update.
3593
1594fa56
AC
35942003-03-13 Andrew Cagney <cagney@redhat.com>
3595
3596 * frame.c (legacy_frame_p): New function.
3597 (get_prev_frame): Use legacy_frame_p.
3598 * frame.h (legacy_frame_p): Declare.
3599
7717fda3
V
36002003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
3601
fbe586ae 3602 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
3603 listing corrected.
3604
0c67cbe9
V
36052003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
3606
fbe586ae 3607 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 3608
03febf99
AC
36092003-03-12 Andrew Cagney <cagney@redhat.com>
3610
3611 * frame.c (get_prev_frame): Rename the frame parameter to
3612 "this_frame".
3613 (get_next_frame, legacy_get_prev_frame): Ditto.
3614
0a1e1ca1
AC
36152003-03-12 Andrew Cagney <cagney@redhat.com>
3616
3617 * frame.c (get_current_frame): Check target_has_registers before
3618 checking target_has_stack.
3619 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
3620 instead of deprecated_selected_frame.
3621 * findvar.c (value_of_register): Pass "frame", not
3622 deprecated_selected_frame, to value_of_builtin_reg.
3623
a66a9c23
AC
36242003-03-12 Andrew Cagney <cagney@redhat.com>
3625
3626 * regcache.c (regcache_cooked_write_signed): New function.
3627 (regcache_cooked_write_unsigned): New function.
3628 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
3629 (regcache_cooked_read_signed): Fix regnum in range assertion.
3630 * regcache.h (regcache_cooked_write_signed): Declare.
3631 (regcache_cooked_write_unsigned): Declare.
3632
8bedc050
AC
36332003-03-12 Andrew Cagney <cagney@redhat.com>
3634
3635 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
3636 * gdbarch.h, gdbarch.c: Re-generate.
3637 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3638 * x86-64-tdep.h: Update.
3639 * x86-64-tdep.c (x86_64_init_abi): Update.
3640 * v850-tdep.c (v850_gdbarch_init): Update.
3641 * sparc-tdep.c (sparc_gdbarch_init): Update.
3642 * sh-tdep.c (sh_gdbarch_init): Update.
3643 * s390-tdep.c (s390_gdbarch_init): Update.
3644 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3645 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3646 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3647 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3648 * mips-tdep.c (mips_gdbarch_init): Update.
3649 * mcore-tdep.c (mcore_gdbarch_init): Update.
3650 * m68k-tdep.c (m68k_gdbarch_init): Update.
3651 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3652 * ia64-tdep.c (ia64_gdbarch_init): Update.
3653 * i386-tdep.c (i386_gdbarch_init): Update.
3654 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3655 * hppa-tdep.c (hppa_gdbarch_init): Update.
3656 * h8300-tdep.c (h8300_gdbarch_init): Update.
3657 * frv-tdep.c (frv_gdbarch_init): Update.
3658 * cris-tdep.c (cris_gdbarch_init): Update.
3659 * avr-tdep.c (avr_gdbarch_init): Update.
3660 * arm-tdep.c (arm_gdbarch_init): Update.
3661 * alpha-tdep.c (alpha_gdbarch_init): Update.
3662 * sh-tdep.c (sh_init_extra_frame_info): Update.
3663 (sh64_init_extra_frame_info): Update.
3664 * ns32knbsd-nat.c (frame_num_args): Update.
3665 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
3666 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
3667 (xstormy16_frame_chain_valid): Update.
3668 * vax-tdep.c (vax_saved_pc_after_call): Update.
3669 * v850-tdep.c (v850_frame_chain): Update.
3670 (v850_pop_frame): Update.
3671 (v850_init_extra_frame_info): Update.
3672 * sparc-tdep.c (setup_arbitrary_frame): Update.
3673 * ns32k-tdep.c (umax_frame_num_args): Update.
3674 * s390-tdep.c (s390_pop_frame_regular): Update.
3675 * mn10300-tdep.c (mn10300_frame_chain): Update.
3676 (mn10300_pop_frame_regular): Update.
3677 (mn10300_init_extra_frame_info): Update.
3678 * mips-tdep.c (mips_init_frame_pc_first): Update.
3679 (mips_frame_chain): Update.
3680 (mips_pop_frame): Update.
3681 * mcore-tdep.c (mcore_frame_chain): Update.
3682 (mcore_pop_frame): Update.
3683 (mcore_init_extra_frame_info): Update.
3684 * arch-utils.c (init_frame_pc_default): Update.
3685 * m68k-tdep.c (isi_frame_num_args): Update.
3686 (delta68_frame_num_args): Update.
3687 (news_frame_num_args): Update.
3688 * ia64-tdep.c (ia64_pop_frame_regular): Update.
3689 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
3690 (alpha_frame_chain): Update.
3691 (alpha_pop_frame): Update.
3692 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
3693 (hppa_init_extra_frame_info): Update.
3694 (hppa_frame_chain): Update.
3695 (hppa_frame_chain_valid): Update.
3696 * cris-tdep.c (cris_init_extra_frame_info): Update.
3697 * avr-tdep.c (avr_init_extra_frame_info): Update.
3698 * arm-tdep.c (arm_frame_chain_valid): Update.
3699 (arm_init_extra_frame_info): Update.
3700 (arm_pop_frame): Update.
3701 * frame.c (frame_pc_unwind): Update.
3702 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
3703 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3704 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3705 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
3706 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
3707 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
3708
7a25a7c1
AC
37092003-03-12 Andrew Cagney <cagney@redhat.com>
3710
3711 Eliminate the need for POP_FRAME.
3712 * frame.c (do_frame_unwind_register): New function.
3713 (frame_pop): When no POP_FRAME, pop the frame using register
3714 unwind and a scratch regcache.
3715 (frame_saved_regs_pop): Delete function.
3716 (trad_frame_unwinder): Update.
3717 * d10v-tdep.c (d10v_frame_pop): Delete function.
3718 (d10v_frame_unwind): Update.
3719 * sentinel-frame.c (sentinel_frame_pop): Delete function.
3720 (sentinel_frame_unwinder): Update.
3721 * dummy-frame.c (dummy_frame_pop): Delete function.
3722 (dummy_frame_unwind): Update.
3723 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
3724 (struct frame_unwind): Update.
3725
2f38ef89
KB
37262003-03-11 Kevin Buettner <kevinb@redhat.com>
3727
3728 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
3729 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
3730 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
3731 Do range checks on register number obtained from debugging info.
3732 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
3733 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
3734 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
3735 mapping function.
3736 (do_fp_register_row): Fix typo which caused double type to be
3737 used when attempting to unpack a float.
3738
552f4abf
JB
37392003-03-11 J. Brobecker <brobecker@gnat.com>
3740
3741 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
3742
e0d2ae16
AC
37432003-03-11 Andrew Cagney <cagney@redhat.com>
3744
3745 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
3746 frame. Problem found by Corinna Vinschen.
3747
ddbfdd06
PM
37482003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
3749
3750 * doublest.c (floatformat_from_length): Accept also
3751 the real size of 'long double' type.
3752
088b2ddc 37532003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 3754
088b2ddc 3755 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
3756 * breakpoint.c (bpstat_copy): Copy the command lines as well
3757 as the old value, to match what is freed in bpstat_clear.
3758
f56f77c1
DC
37592003-03-10 David Carlton <carlton@math.stanford.edu>
3760
3761 * minsyms.c (add_minsym_to_hash_table): Replace
3762 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
3763 (compare_minimal_symbols, compact_minimal_symbols)
3764 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
3765 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
3766 of DEPRECATED_SYMBOL_MATCHES_NAME.
3767 (lookup_minimal_symbol_solib_trampoline): Ditto.
3768
5602984a
AC
37692003-03-10 Andrew Cagney <cagney@redhat.com>
3770
3771 * regcache.h (regcache_cooked_read_ftype): Define.
3772 (regcache_save, regcache_restore): Add a cooked_read parameter.
3773 * regcache.c (regcache_save, regcache_restore): Update.
3774 (do_cooked_read): New function.
3775 (regcache_cpy): Pass do_cooked_read to regcache_save and
3776 regcache_restore.
3777
8bedc050
AC
37782003-03-10 Andrew Cagney <cagney@redhat.com>
3779
3780 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
3781 * gdbarch.h, gdbarch.c: Re-generate.
3782 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3783 * x86-64-tdep.h: Update.
3784 * x86-64-tdep.c (x86_64_init_abi): Update.
3785 * v850-tdep.c (v850_gdbarch_init): Update.
3786 * sparc-tdep.c (sparc_gdbarch_init): Update.
3787 * sh-tdep.c (sh_gdbarch_init): Update.
3788 * s390-tdep.c (s390_gdbarch_init): Update.
3789 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3790 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3791 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3792 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3793 * mips-tdep.c (mips_gdbarch_init): Update.
3794 * mcore-tdep.c (mcore_gdbarch_init): Update.
3795 * m68k-tdep.c (m68k_gdbarch_init): Update.
3796 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3797 * ia64-tdep.c (ia64_gdbarch_init): Update.
3798 * i386-tdep.c (i386_gdbarch_init): Update.
3799 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3800 * hppa-tdep.c (hppa_gdbarch_init): Update.
3801 * h8300-tdep.c (h8300_gdbarch_init): Update.
3802 * frv-tdep.c (frv_gdbarch_init): Update.
3803 * cris-tdep.c (cris_gdbarch_init): Update.
3804 * avr-tdep.c (avr_gdbarch_init): Update.
3805 * arm-tdep.c (arm_gdbarch_init): Update.
3806 * alpha-tdep.c (alpha_gdbarch_init): Update.
3807 * sh-tdep.c (sh_init_extra_frame_info): Update.
3808 (sh64_init_extra_frame_info): Update.
3809 * ns32knbsd-nat.c (frame_num_args): Update.
3810 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
3811 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
3812 (xstormy16_frame_chain_valid): Update.
3813 * vax-tdep.c (vax_saved_pc_after_call): Update.
3814 * v850-tdep.c (v850_frame_chain): Update.
3815 (v850_pop_frame): Update.
3816 (v850_init_extra_frame_info): Update.
3817 * sparc-tdep.c (setup_arbitrary_frame): Update.
3818 * ns32k-tdep.c (umax_frame_num_args): Update.
3819 * s390-tdep.c (s390_pop_frame_regular): Update.
3820 * mn10300-tdep.c (mn10300_frame_chain): Update.
3821 (mn10300_pop_frame_regular): Update.
3822 (mn10300_init_extra_frame_info): Update.
3823 * mips-tdep.c (mips_init_frame_pc_first): Update.
3824 (mips_frame_chain): Update.
3825 (mips_pop_frame): Update.
3826 * mcore-tdep.c (mcore_frame_chain): Update.
3827 (mcore_pop_frame): Update.
3828 (mcore_init_extra_frame_info): Update.
3829 * arch-utils.c (init_frame_pc_default): Update.
3830 * m68k-tdep.c (isi_frame_num_args): Update.
3831 (delta68_frame_num_args): Update.
3832 (news_frame_num_args): Update.
3833 * ia64-tdep.c (ia64_pop_frame_regular): Update.
3834 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
3835 (alpha_frame_chain): Update.
3836 (alpha_pop_frame): Update.
3837 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
3838 (hppa_init_extra_frame_info): Update.
3839 (hppa_frame_chain): Update.
3840 (hppa_frame_chain_valid): Update.
3841 * cris-tdep.c (cris_init_extra_frame_info): Update.
3842 * avr-tdep.c (avr_init_extra_frame_info): Update.
3843 * arm-tdep.c (arm_frame_chain_valid): Update.
3844 (arm_init_extra_frame_info): Update.
3845 (arm_pop_frame): Update.
3846 * frame.c (frame_pc_unwind): Update.
3847 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
3848 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3849 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3850 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
3851 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
3852 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
3853
12cc2063
AC
38542003-03-10 Andrew Cagney <cagney@redhat.com>
3855
3856 * gdbarch.sh (gdbarch_unwind_pc): New method.
3857 * gdbarch.h, gdbarch.c: Regenerate.
3858 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
3859 but use read_pc and FRAME_SAVED_PC as fall backs.
3860 (frame_saved_regs_pc_unwind): Delete function.
3861 (trad_frame_unwinder): Update.
3862 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
3863 (struct frame_unwind): Update.
3864 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
3865 (dummy_frame_unwind): Update.
3866 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
3867 (sentinel_frame_unwinder): Update.
3868 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
3869 (d10v_frame_unwind): Update.
3870 (d10v_unwind_pc): New function.
3871 (d10v_gdbarch_init): Set unwind_pc.
3872
ef840a37
AC
38732003-03-10 Andrew Cagney <cagney@redhat.com>
3874
a2ce2e56
AC
3875 * gdbarch.h: Re-generate.
3876
ef840a37
AC
3877 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
3878 PC.
3879 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
3880 the PC register.
3881
08f3424b
MK
38822003-03-08 Mark Kettenis <kettenis@gnu.org>
3883
3884 * gdbarch.sh (save_dummy_frame_tos): Add comment.
3885
1248ede2
AC
38862003-03-08 Andrew Cagney <cagney@redhat.com>
3887
3888 * cli-out.c: Update copyright.
3889 (cli_out_data): Define typedef. Use instead of ui_out_data.
3890
f49bacc8
AC
38912003-03-08 Andrew Cagney <cagney@redhat.com>
3892
3893 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
3894 the result.
3895
9b05f993
AC
38962003-03-07 Andrew Cagney <cagney@redhat.com>
3897
3898 * gdbarch.sh: Don't generate two macro definitions when an
3899 undefined macro taking no arguments.
3900 * gdbarch.h: Regenerate.
3901
166f4c7b
ML
39022002-03-07 Michal Ludvig <mludvig@suse.cz>
3903
3904 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
3905 (x86_64_unwind_dummy_id): New functions.
3906 (x86_64_init_abi): Register these two new functions.
3907
6d686a84
ML
39082003-03-07 Michal Ludvig <mludvig@suse.cz>
3909
3910 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
3911 (x86_64_skip_prologue): Move prologue detection to
3912 separate function.
3913 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
3914
6314f104
AC
39152003-03-05 Andrew Cagney <cagney@redhat.com>
3916
3917 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
3918 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
3919 * frame.c (get_prev_frame): Restructure the frame ID unwind code
3920 to use unwind_dummy_id when a dummy frame.
3921 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
3922 predicate.
3923 * gdbarch.h, gdbarch.c: Regneerate.
3924
ceea5145
AC
39252003-03-05 Andrew Cagney <cagney@redhat.com>
3926
3927 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
3928 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
3929 Do not use d10v_read_sp or d10v_read_fp when obtaining register
3930 values.
3931
0d843116
AC
39322003-03-05 Andrew Cagney <cagney@redhat.com>
3933
3934 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
3935 (struct d10v_unwind_cache): Delete field "frameless". Replace
3936 "next_addr" with "sp_offset". Add "r11_offset".
3937 (d10v_frame_unwind_cache): Update.
3938 (prologue_find_regs): Update. When "mv r11, sp", save the
3939 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
3940 RN was saved in r11_offset.
3941
b2579786
AC
39422003-03-05 Andrew Cagney <cagney@redhat.com>
3943
3944 * frame.c (deprecated_update_frame_pc_hack): Also update the the
3945 cached PC value in the next frame.
3946
218e5956
AC
39472003-03-05 Andrew Cagney <cagney@redhat.com>
3948
3949 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
3950 "id_unwind_cache" with "id".
3951 (frame_id_unwind): Delete declaration.
3952 * frame.c (frame_id_unwind): Delete function.
3953 (get_prev_frame): Call the frame id unwind method directly. Store
3954 the returned next frame's ID value in NEXT_FRAME. Note that there
3955 is a problem with the wrong unwind ID being called with the wrong
3956 unwind cache.
3957
ed363b1b
DJ
39582003-03-05 Daniel Jacobowitz <drow@mvista.com>
3959
3960 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
3961
fe1f4a5e
DJ
39622003-03-05 James Ingham <jingham@apple.com>
3963 Daniel Jacobowitz <drow@mvista.com>
3964
3965 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
3966 (auto_cp_abi): New variable.
3967 (current_cp_abi, num_cp_abis): Make static.
3968 (CP_ABI_MAX): Define.
3969 (cp_abis): Turn into an array.
3970 (value_virtual_fn_field): Fix formatting.
3971 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
3972 takes a pointer.
3973 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
3974 (list_cp_abis, _initialize_cp_abi): New functions.
3975 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
3976 declarations for cp_abis, num_cp_abis, current_cp_abi, and
3977 switch_to_cp_abi. Update prototype for register_cp_abi.
3978 * Makefile.in (cp-abi.o): Update dependencies.
3979 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
3980 instead of switch_to_cp_abi.
3981 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
3982 register_cp_abi.
3983 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
3984 register_cp_abi.
3985 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
3986
e4adbba9
DJ
39872003-03-05 Daniel Jacobowitz <drow@mvista.com>
3988
3989 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
3990 * dwarf2loc.c: Include "regcache.h".
3991 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
3992 register_size.
3993 * Makefile.in (dwarf2loc.o): Update dependencies.
3994
91ccbfc1
TR
39952003-03-04 Theodore A. Roth <troth@openavr.org>
3996
3997 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
3998 number of io registers reported by remote target is not a multiple of
3999 step.
4000
3d4e8fd2
DC
40012003-03-04 David Carlton <carlton@math.stanford.edu>
4002
4003 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
4004 (lookup_symbol_aux_psymtabs): Update call to
4005 lookup_partial_symbol.
4006 (lookup_transparent_type, find_main_psymtab)
4007 (make_symbol_overload_list): Ditto.
4008
ed42d87b
KH
40092003-03-04 Kazu Hirata <kazu@cs.umass.edu>
4010
4011 * MAINTAINERS (Write after approval): Update my email address.
4012
a0ed5532
AC
40132003-03-03 Andrew Cagney <cagney@redhat.com>
4014
4015 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
4016 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
4017 predicate. Replace MAX_REGISTER_RAW_SIZE.
4018 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
4019 MAX_REGISTER_VIRTUAL_SIZE.
4020 * regcache.c (legacy_max_register_raw_size): New function.
4021 (legacy_max_register_virtual_size): New function.
4022 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
4023 (MAX_REGISTER_RAW_SIZE): Define.
4024 (legacy_max_register_raw_size): Declare.
4025 (legacy_max_register_virtual_size): Declare.
4026 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4027 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
4028 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4029 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
4030 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4031 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
4032 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
4033 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
4034 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
4035 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4036 * vax-tdep.c (vax_gdbarch_init): Update.
4037 * v850-tdep.c (v850_gdbarch_init): Update.
4038 * sparc-tdep.c (sparc_gdbarch_init): Update.
4039 * sh-tdep.c (sh_gdbarch_init): Update.
4040 * s390-tdep.c (s390_gdbarch_init): Update.
4041 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4042 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4043 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4044 * mips-tdep.c (mips_gdbarch_init): Update.
4045 * mcore-tdep.c (mcore_gdbarch_init): Update.
4046 * m68k-tdep.c (m68k_gdbarch_init): Update.
4047 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4048 * ia64-tdep.c (ia64_gdbarch_init): Update.
4049 * i386-tdep.c (i386_gdbarch_init): Update.
4050 * hppa-tdep.c (hppa_gdbarch_init): Update.
4051 * h8300-tdep.c (h8300_gdbarch_init): Update.
4052 * frv-tdep.c (frv_gdbarch_init): Update.
4053 * cris-tdep.c (cris_gdbarch_init): Update.
4054 * avr-tdep.c (avr_gdbarch_init): Update.
4055 * arm-tdep.c (arm_gdbarch_init): Update.
4056 * alpha-tdep.c (alpha_gdbarch_init): Update.
4057 * d10v-tdep.c (d10v_gdbarch_init): Do not set
4058 max_register_raw_size or max_register_virtual_size.
4059
8e437497
DC
40602003-03-03 David Carlton <carlton@math.stanford.edu>
4061
4062 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
4063 SYMBOL_MATCHES_NAME, add comment.
4064 (SYMBOL_MATCHES_NATURAL_NAME): New.
4065 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
4066 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
4067 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
4068 * symtab.c (lookup_partial_symbol): Use
4069 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
4070 unhelpful comment.
4071 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
4072 SYMBOL_MATCHES_NAME.
4073 Fix for PR c++/33.
4074
25120b0d
DC
40752003-03-03 David Carlton <carlton@math.stanford.edu>
4076
4077 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
4078 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
4079 by regexp matching against SYMBOL_NATURAL_NAME.
4080
78a11fb4
DC
40812003-03-03 David Carlton <carlton@math.stanford.edu>
4082
4083 * linespec.c (find_method): Extract code into collect_methods.
4084 (collect_methods): New.
4085
645dd519
MK
40862003-03-02 Mark Kettenis <kettenis@gnu.org>
4087
b4700d91
MK
4088 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
4089 get_frame_base.
4090
645dd519
MK
4091 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
4092 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4093
0aa7e1aa
SC
40942003-03-02 Stephane Carrez <stcarrez@nerim.fr>
4095
4096 * arch-utils.c (generic_register_byte): Fix to use the loop index
4097 and not regnum when summing the size of all registers up to regnum.
4098
f30ee0bc
AC
40992003-03-01 Andrew Cagney <cagney@redhat.com>
4100
4101 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
4102 FRAME_INIT_SAVED_REGS.
4103 * gdbarch.h, gdbarch.c: Regenerate.
4104 * stack.c (frame_info): Update.
4105 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
4106 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
4107 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
4108 * ns32k-tdep.c (ns32k_pop_frame): Update.
4109 * mips-tdep.c (mips_pop_frame): Update.
4110 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
4111 * ia64-tdep.c (ia64_frame_chain): Update.
4112 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
4113 (ia64_frameless_function_invocation): Update.
4114 (ia64_init_extra_frame_info): Update.
4115 (ia64_pop_frame_regular): Update.
4116 * frame.h (struct frame_info): Update comment.
4117 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
4118 * frame.c (frame_saved_regs_register_unwind): Update.
4119 (frame_saved_regs_register_unwind): Update.
4120 (deprecated_generic_get_saved_register): Update.
4121 * cris-tdep.c: Update comment.
4122 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
4123 Rename macro.
4124 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4125 * x86-64-tdep.c (x86_64_init_abi): Update.
4126 * vax-tdep.c (vax_gdbarch_init): Update.
4127 * v850-tdep.c (v850_gdbarch_init): Update.
4128 * sparc-tdep.c (sparc_gdbarch_init): Update.
4129 * sh-tdep.c (sh_gdbarch_init): Update.
4130 * s390-tdep.c (s390_gdbarch_init): Update.
4131 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4132 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4133 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4134 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4135 * mips-tdep.c (mips_gdbarch_init): Update.
4136 * mcore-tdep.c (mcore_gdbarch_init): Update.
4137 * m68k-tdep.c (m68k_gdbarch_init): Update.
4138 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4139 * ia64-tdep.c (ia64_gdbarch_init): Update.
4140 * i386-tdep.c (i386_gdbarch_init): Update.
4141 * frv-tdep.c (frv_gdbarch_init): Update.
4142 * avr-tdep.c (avr_gdbarch_init): Update.
4143 * arm-tdep.c (arm_gdbarch_init): Update.
4144 * alpha-tdep.c (alpha_gdbarch_init): Update.
4145
42fa7c0f
AC
41462003-03-01 Andrew Cagney <cagney@redhat.com>
4147
4148 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
4149 option enum and switch. When no windows, set the interpreter to
4150 INTERP_CONSOLE.
4151
49c7e338
AC
41522003-03-01 Andrew Cagney <cagney@redhat.com>
4153
4154 * main.c (captured_main): Replace magic option characters with an
4155 enum.
4156
e9582e71
AC
41572003-03-01 Andrew Cagney <cagney@redhat.com>
4158
4159 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
4160 INIT_EXTRA_FRAME_INFO.
4161 * gdbarch.h, gdbarch.c: Regenerate.
4162 * arm-tdep.c: Update comments.
4163 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
4164 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
4165 * frame.h, avr-tdep.c: Ditto.
4166 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
4167 (create_new_frame, legacy_get_prev_frame): Ditto.
4168 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
4169 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
4170 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
4171 deprecated_init_extra_frame_info instead of init_extra_frame_info.
4172 * x86-64-tdep.c (x86_64_init_abi): Ditto.
4173 * v850-tdep.c (v850_gdbarch_init): Ditto.
4174 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4175 * sh-tdep.c (sh_gdbarch_init): Ditto.
4176 * s390-tdep.c (s390_gdbarch_init): Ditto.
4177 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
4178 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4179 * mips-tdep.c (mips_gdbarch_init): Ditto.
4180 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4181 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4182 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4183 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
4184 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4185 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4186 * frv-tdep.c (frv_gdbarch_init): Ditto.
4187 * cris-tdep.c (cris_gdbarch_init): Ditto.
4188 * avr-tdep.c (avr_gdbarch_init): Ditto.
4189 * arm-tdep.c (arm_gdbarch_init): Ditto.
4190 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4191 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4192
35cac7cf
AC
41932003-03-01 Andrew Cagney <cagney@redhat.com>
4194
4195 * gdbarch.sh (register_type): New function with predicate.
4196 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
4197 * gdbarch.h, gdbarch.c: Re-generate.
4198 * arch-utils.c (generic_register_byte): Use generic_register_size.
4199 (generic_register_size): When available, use
4200 gdbarch_register_type.
4201 * regcache.c (init_regcache_descr): When available, initialize the
4202 register type array using gdbarch_register_type. If the
4203 architecture supplies gdbarch_register_type, do not use the legacy
4204 regcache layout.
4205 * d10v-tdep.c (d10v_register_type): Replace
4206 d10v_register_virtual_type.
4207 (d10v_gdbarch_init): Set register_type instead of
4208 register_virtual_type.
4209
7b83296f
AC
42102003-03-01 Andrew Cagney <cagney@redhat.com>
4211
4212 * Makefile.in (ax-gdb.o): Update dependencies.
4213 * ax-gdb.c: Include "regcache.h".
4214 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
4215 * findvar.c (value_of_register): Ditto.
4216 * infcmd.c (default_print_registers_info): Ditto.
4217
eadc1c87
MK
42182003-03-01 Mark Kettenis <kettenis@gnu.org>
4219
4220 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
4221 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4222
14143612
MK
42232003-03-01 Mark Kettenis <kettenis@gnu.org>
4224
4225 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
4226 of STREQ.
4227
a55cc764
DJ
42282003-02-28 Daniel Jacobowitz <drow@mvista.com>
4229
4230 * Makefile.in (dwarf2loc.o): Update dependencies.
4231 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
4232 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
4233 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
4234 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
4235 (locexpr_tracepoint_var_ref): New function.
4236 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
4237
08a617da
AC
42382003-02-28 Andrew Cagney <cagney@redhat.com>
4239
4240 * regcache.c (register_size): New function.
4241 * regcache.h (register_size): Declare
4242 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
4243 max_register_size instead of MAX_REGISTER_RAW_SIZE.
4244
4224873a
DC
42452003-02-28 David Carlton <carlton@math.stanford.edu>
4246
4247 * linespec.c (decode_compound): Extract code into find_method.
4248 (find_method): New.
4249
ccdc5d7f
JB
42502003-02-28 J. Brobecker <brobecker@gnat.com>
4251
4252 * Makefile.in: Add rules to build and link in observer.o.
4253
974e8ced
JB
42542003-02-27 J. Brobecker <brobecker@gnat.com>
4255
4256 * observer.c: Minor comments edits.
4257
7a28f973
JB
42582003-02-27 J. Brobecker <brobecker@gnat.com>
4259
4260 * observer.h, observer.c: New file.
4261
27cddce2
AC
42622003-02-27 Andrew Cagney <cagney@redhat.com>
4263
4264 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
4265
b94a41a1
SC
42662003-02-27 Stephane Carrez <stcarrez@nerim.fr>
4267
4268 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
4269 (M6812_OP_STS_EXT): Likewise.
4270 (m6811_prologue): Use the above to recognize prologue.
4271 (m6812_prologue): Likewise.
4272
c8be8951
DC
42732003-02-27 David Carlton <carlton@math.stanford.edu>
4274
4275 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
4276 SYMBOL_PRINT_NAME.
4277 (compare_psymbols): Ditto.
4278 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
4279
d05bb1fc
MS
42802003-02-27 Michael Snyder <msnyder@redhat.com>
4281
4e845cd3
MS
4282 * f-lang.c (build_fortran_types): New function.
4283 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
4284 * doublest.c (extract_floating): Fix warning text.
4285
f3824013
AC
42862003-02-27 Andrew Cagney <cagney@redhat.com>
4287
4288 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
4289 predicate. Replaces PUSH_DUMMY_FRAME.
4290 * gdbarch.h, gdbarch.c: Regnerate.
4291 * valops.c (hand_function_call): Update. Call
4292 generic_push_dummy_frame directly.
4293 * vax-tdep.c (vax_gdbarch_init): Update.
4294 * sparc-tdep.c (sparc_gdbarch_init): Update.
4295 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4296 * m68k-tdep.c (m68k_gdbarch_init): Update.
4297 * hppa-tdep.c (hppa_gdbarch_init): Update.
4298 * alpha-tdep.c (alpha_gdbarch_init): Update.
4299 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
4300 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
4301 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
4302 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
4303 push_dummy_frame to generic_push_dummy_frame.
4304 * v850-tdep.c (v850_gdbarch_init): Ditto.
4305 * sh-tdep.c (sh_gdbarch_init): Ditto.
4306 * s390-tdep.c (s390_gdbarch_init): Ditto.
4307 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4308 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4309 * mips-tdep.c (mips_gdbarch_init): Ditto.
4310 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4311 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4312 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4313 * i386-tdep.c (i386_gdbarch_init): Ditto.
4314 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4315 * frv-tdep.c (frv_gdbarch_init): Ditto.
4316 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4317 * cris-tdep.c (cris_gdbarch_init): Ditto.
4318 * avr-tdep.c (avr_gdbarch_init): Ditto.
4319 * arm-tdep.c (arm_gdbarch_init): Ditto.
4320
ad188201
KB
43212003-02-26 Kevin Buettner <kevinb@redhat.com>
4322
4323 * mips-tdep.c (show_mips_abi): New function.
4324 (_initialize_mips_tdep): Use show_mips_abi() to implement the
4325 command ``show mips abi''.
4326
6b37567a
JJ
43272003-02-26 Jeff Johnston <jjohnstn@redhat.com>
4328
4329 From Elena Zannoni <ezannoni@redhat.com>
4330 * dbxread.c (process_one_symbol): Only record line 0 if one or
4331 more sline entries have been seen for the function.
4332
d3e0a5bf
MC
43332003-02-26 Michael Chastain <mec@shout.net>
4334
4335 * configure: Regenerate with autoconf 000227.
4336
18972eea
MC
43372003-02-26 Michael Chastain <mec@shout.net>
4338
4339 Close PR build/660.
4340 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
4341 for old libc5/glibc.
4342 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
4343
0bbde931
KW
43442003-02-26 Kris Warkentin <kewarken@qnx.com>
4345
4346 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
4347 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
4348
27ca5dad
MC
43492003-02-26 Michael Chastain <mec@shout.net>
4350
4351 * configure.in: New variable HAVE_UINTPTR_T.
4352 * configure, config.in: Regenerated.
4353
6f88d630
DJ
43542003-02-26 Daniel Jacobowitz <drow@mvista.com>
4355
4356 Fix PR build/1097.
4357 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
4358
b14185ce
AC
43592003-02-25 Andrew Cagney <cagney@redhat.com>
4360
4361 * frame.c (get_prev_frame): Add comment on check for
4362 inside_entry_func. Only check for inside_entry_file when not a
4363 dummy and not a sentinel. Check that the new frame is not inner
4364 to the old frame.
4365
ac2bd0a9
AC
43662003-02-25 Andrew Cagney <cagney@redhat.com>
4367
4368 * frame.c (frame_debug): New variable.
4369 (_initialize_frame): Add "set/show debug frame" command.
4370 (get_prev_frame): When frame_debug, print reason why unwind
4371 failed.
4372
b18a0fd2
MC
43732003-02-25 Michael Chastain <mec@shout.net>
4374
4375 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
4376 to avoid uintptr_t definition problems.
4377
22abf04a
DC
43782003-02-25 David Carlton <carlton@math.stanford.edu>
4379
4380 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
4381 (SYMBOL_LINKAGE_NAME): Ditto.
4382 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
4383 SYMBOL_LINKAGE_NAME.
4384 (struct general_symbol_info): Expand comment.
4385 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
4386 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
4387 (SYMBOL_MATCHES_REGEXP): Ditto.
4388 * symtab.c (symbol_natural_name): New function.
4389 * objfiles.h: Replace all uses of SYMBOL_NAME by
4390 DEPRECATED_SYMBOL_NAME.
4391 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
4392 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
4393 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
4394 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
4395 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
4396 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
4397 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
4398 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
4399 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
4400 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
4401 * ada-exp.y: Ditto.
4402 * ada-exp.y: Update copyright.
4403 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
4404 * cp-valprint.c: Ditto.
4405
1a5848f6
JJ
44062003-02-25 Jeff Johnston <jjohnstn@redhat.com>
4407
4408 * infptrace.c (detach): Do not flag error if ptrace detach fails
4409 and errno is set to ESRCH.
4410
7343d46a
AC
44112003-02-24 Andrew Cagney <cagney@redhat.com>
4412
4413 * infptrace.c (udot_info): Change type of udot_off to long. Use
4414 paddr when printing udot_off's value.
4415
49fa1dc2
DC
44162003-02-24 David Carlton <carlton@math.stanford.edu>
4417
4418 * symtab.c (make_symbol_overload_list): Only read in partial
4419 symtabs containing a matching partial symbol.
4420
0fe19209
DC
44212003-02-24 David Carlton <carlton@math.stanford.edu>
4422
4423 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
4424 do the comparison, not strcmp.
4425 * symfile.c (compare_psymbols): Ditto.
4426 * defs.h: Declare strcmp_iw_ordered.
4427 * utils.c (strcmp_iw_ordered): New function.
4428
8e3ee7b5
JB
44292003-02-24 Jim Blandy <jimb@redhat.com>
4430
4431 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
4432 support, shared libs): Remove my name from here, to better reflect
4433 reality.
4434
7df1a324
KW
44352003-02-24 Kris Warkentin <kewarken@qnx.com>
4436
4437 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
4438 (target_ops): Add to_have_continuable_watchpoint.
4439 * target.c (update_current_target): Add INHERIT line for
4440 to_have_continuable_watchpoint.
4441 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
4442 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
4443 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
4444 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
4445
d1c76907
EZ
44462003-02-24 Elena Zannoni <ezannoni@redhat.com>
4447
4448 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
4449 maintainership.
4450
2610b0bf
KW
44512003-02-24 Kris Warkentin <kewarken@qnx.com>
4452
f46169db
KW
4453 * solib.c (solib_open): Call target defined search function after
4454 failing with solib-search-path.
4455 * solist.h (target_so_ops): Add find_and_open_solib function hook and
4456 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 4457
9a3c34fe
KW
44582003-02-24 Kris Warkentin <kewarken@qnx.com>
4459
f46169db 4460 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 4461
2417dd25
SC
44622003-02-23 Stephane Carrez <stcarrez@nerim.fr>
4463
4464 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
4465
b631436b
SC
44662003-02-22 Stephane Carrez <stcarrez@nerim.fr>
4467
4468 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
4469 (m68hc11_add_reggroups): New function.
4470 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
4471 (m68hc11_gdbarch_init): Install the reggroups.
4472 (_initialize_m68hc11_tdep): Initialize them.
4473
0aa8c1e4
JW
44742003-02-21 James E Wilson <wilson@tuliptree.org>
4475
4476 * MAINTAINERS: Update my email address.
4477
50ceaba5
DC
44782003-02-21 David Carlton <carlton@math.stanford.edu>
4479
4480 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
4481
4c2df51b
DJ
44822003-02-21 Daniel Jacobowitz <drow@mvista.com>
4483
4484 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
4485 * symtab.h: Add opaque declarations of struct axs_value and
4486 struct agent_expr.
4487 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
4488 (struct location_funcs): New type.
4489 (struct symbol): Add "loc" to aux_value.
4490 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
4491 * dwarf2read.c: Include "dwarf2expr.h".
4492 (dwarf2_symbol_mark_computed): New function.
4493 (read_func_scope): Use it.
4494 (var_decode_location): New function.
4495 (new_symbol): Use it.
4496 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
4497
4498 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
4499 (dwarf2expr_h, dwarf2loc_h): New variables.
4500 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
4501 (dwarf2expr.o, dwarf2loc.o): New rules.
4502 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
4503 * buildsym.c (finish_block): Handle LOC_COMPUTED and
4504 LOC_COMPUTED_ARG.
4505 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
4506 * m2-exp.y (yylex): Likewise.
4507 * printcmd.c (address_info, print_frame_args): Likewise.
4508 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
4509 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
4510 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
4511 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
4512 * symtab.c (lookup_block_symbol): Likewise.
4513
5784d15e
AF
45142003-02-20 Adam Fedor <fedor@gnu.org>
4515
4516 * symtab.h: Remove objc_specific struct
4517 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
4518 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
4519 Have language_objc use cplus_specific struct.
4520
d4cad8db
TT
45212003-02-20 Tom Tromey <tromey@redhat.com>
4522
4523 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
4524 TYPE_NAME, when printing a String value. PR java/1075.
4525
2f9a90b4
AF
45262003-02-20 Adam Fedor <fedor@gnu.org>
4527
d38074a8 4528 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 4529 * objc-lang.c (find_methods): Make static.
2f9a90b4 4530
6f17862b
CF
45312003-02-20 Christopher Faylor <cgf@redhat.com>
4532
4533 * win32-nat.c (get_image_name): Check return value from
4534 ReadProcessMemory.
4535 (child_xfer_memory): Ditto.
4536
715d1656
AO
45372003-02-20 Alexandre Oliva <aoliva@redhat.com>
4538
4539 * configure.in (TARGET_SYSTEM_ROOT): Set default to
4540 ${exec_prefix}/${target_alias}/sys-root. Match explicit
4541 '${exec_prefix}' (in addition to the expansion thereof) as
4542 relocatable.
4543 * configure: Rebuilt.
4544
b1262a02
DC
45452003-02-20 David Carlton <carlton@math.stanford.edu>
4546
4547 * symtab.c (search_symbols): Revert the search_symbols part of my
4548 2002-12-23 patch. Add comment.
4549
7134143f
DJ
45502002-02-20 Daniel Jacobowitz <drow@mvista.com>
4551
4552 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
4553 * dbxread.c (elfstab_build_psymtabs): Don't call
4554 install_minimal_symbols.
4555 (stabsect_build_psymtabs): Likewise.
4556 * elfread.c (elf_symfile_read): Call install_minimal_symbols
4557 earlier.
4558 * somread.c (som_symfile_read): Call install_minimal_symbols
4559 and do_cleanups earlier.
4560 * nlmread.c (nlm_symfile_read): Likewise.
4561 * mdebugread.c (elfmdebug_build_psymtabs): Call
4562 install_minimal_symbols and make appropriate cleanups.
4563
cf466558
KB
45642003-02-20 Kevin Buettner <kevinb@redhat.com>
4565
4566 * solib.c (reload_shared_libraries): New function.
4567 (_initialize_solib): Add callbacks for ``set solib-search-path''
4568 and ``set solib-absolute-prefix''.
4569
de5ad195
DC
45702003-02-20 David Carlton <carlton@math.stanford.edu>
4571
4572 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
4573 expand comment.
4574 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
4575 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
4576 * ada-typeprint.c (ada_typedef_print): Ditto.
4577 * ax-gdb.c (gen_var_ref): Ditto.
4578 * breakpoint.c (print_one_breakpoint): Ditto.
4579 * buildsym.c (finish_block): Ditto.
4580 * c-valprint.c (c_val_print): Ditto.
4581 * expprint.c (print_subexp): Ditto.
4582 * findvar.c (locate_var_value): Ditto.
4583 * infcmd.c (jump_command): Ditto.
4584 * linespec.c (decode_line_2, decode_compound): Ditto.
4585 * maint.c (maintenance_translate_address): Ditto.
4586 * objc-lang.c (compare_selectors, compare_classes): Ditto.
4587 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
4588 Ditto.
4589 * p-valprint.c (pascal_val_print): Ditto.
4590 * stabsread.c (define_symbol): Ditto.
4591 * stack.c (print_frame, frame_info, print_block_frame_locals)
4592 (print_frame_arg_vars, return_command): Ditto.
4593 * symfile.c (compare_symbols, compare_psymbols): Ditto.
4594 * symmisc.c (print_symbol): Ditto.
4595 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
4596 (compare_search_syms, print_symbol_info, print_msymbol_info)
4597 (rbreak_command): Ditto.
4598 * tracepoint.c (tracepoints_info): Ditto.
4599 * typeprint.c (typedef_print): Ditto.
4600 * valops.c (value_of_variable, hand_function_call): Ditto.
4601 * cli/cli-cmds.c (edit_command, list_command): Ditto.
4602 * ada-typeprint.c: Update Copyright.
4603 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
4604 * tracepoint.c, cli/cli-cmds.c: Ditto.
4605
f796e4be
KB
46062003-02-20 Kevin Buettner <kevinb@redhat.com>
4607
4608 * frame.c (generic_unwind_get_saved_register): Make non-static.
4609 * frame.h (generic_unwind_get_saved_register): Declare.
4610 * mips-tdep.c (read_next_frame_reg): Fetch register from
4611 current regcache when frame is NULL.
4612 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
4613 that must be NULL.
4614 (mips_get_saved_register): Call generic_unwind_get_saved_register()
4615 instead of frame_register_unwind().
4616
836cc9f4
AC
46172003-02-20 Andrew Cagney <ac131313@redhat.com>
4618
4619 * remote-sim.c (gdbsim_insert_breakpoint)
4620 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
4621 code.
4622
501eef12
AC
46232003-02-20 Andrew Cagney <ac131313@redhat.com>
4624
4625 * remote.c (_initialize_remote): Add commands "set/show remote
4626 hardware-watchpoint-limit" and "set/show remote
4627 hardware-breakpoint-limit".
4628 (remote_hw_watchpoint_limit): Initialize to -1.
4629 (remote_hw_breakpoint_limit): Ditto.
4630 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
4631
1b6bc7e0
CF
46322003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
4633
4634 * coff-pe-read.c: New file - support reading of minimal symbols from a
4635 portable executable using the export table.
4636 * coff-pe-read.h: New file.
4637 * coffread.c: Include coff-pe-read.h.
4638 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
4639 debugging symbols found.
4640 * Makefile.in (SFILES): Add coff-pe-read.o.
4641 (coff_pe_read_h): Define.
4642 (COMMON_OBS): Add coff-pe-read.o.
4643 (coffread.o): Add coff_pe_read_h dependency.
4644 (coff-pe-read.o): New target.
4645
fe898f56
DC
46462003-02-19 David Carlton <carlton@math.stanford.edu>
4647
4648 * Makefile.in (SFILES): Add block.c.
4649 (block_h): New.
4650 (COMMON_OBS): Add block.o.
4651 (block.o): New.
4652 (x86-64-tdep.o): Add $(block_h).
4653 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
4654 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
4655 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
4656 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
4657 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
4658 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
4659 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
4660 * value.h: Add opaque declaration for struct block.
4661 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
4662 * ada-lang.h: Ditto.
4663 * x86-64-tdep.c: #include "block.h"
4664 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
4665 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
4666 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
4667 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
4668 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
4669 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
4670 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
4671 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
4672 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
4673 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
4674 * symtab.c (block_function): Ditto.
4675 (contained_in): Ditto.
4676 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
4677 block.h. Add opaque declaration for struct block.
4678 * symtab.h: Move block_function and contained_in declarations to
4679 block.h. Add opaque declarations for struct block, struct
4680 blockvector.
4681 (struct block): Move to block.h.
4682 (struct blockvector): Ditto.
4683 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
4684 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
4685 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
4686 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
4687 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
4688 Ditto.
4689 * block.c: New file.
4690 * block.h: New file.
4691
173345b5
TR
46922003-02-19 Theodore A. Roth <troth@openavr.org>
4693
4694 * avr-tdep.c (avr_extract_return_value): Remove function.
4695 (avr_store_return_value): Remove function.
4696 (avr_extract_struct_value_address): Remove function.
4697 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
4698
338ef23d
AC
46992003-02-19 Andrew Cagney <ac131313@redhat.com>
4700
4701 * rs6000-tdep.c: Include "gdb_assert.h".
4702 (registers_e500): Add "acc" and "spefscr".
4703 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
4704 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
4705 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
4706 really is "r0".
4707 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
4708
5412f5f3
KS
47092003-02-18 Keith Seitz <keiths@redhat.com>
4710
4711 * Makefile.in: Add gdbtk-interps.c.
4712
881324eb
KB
47132003-02-18 Kevin Buettner <kevinb@redhat.com>
4714
4715 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
4716 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
4717
6a2f5abf
AC
47182003-02-18 Andrew Cagney <cagney@redhat.com>
4719
4720 * symtab.h (struct objfile): Add opaque declaration.
4721
54c7009d
EZ
47222003-02-18 Elena Zannoni <ezannoni@redhat.com>
4723
4724 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
4725 * dbxread.c (process_one_symbol): Use last_function_start rather
4726 than function_start_offset to find the real beginning of the
4727 current function. The latter is just the text section offset on
4728 some systems, the former is always the real function start.
54c7009d 4729
7ee6d7eb
AC
47302003-02-17 Andrew Cagney <cagney@redhat.com>
4731
4732 * configure.in: Revert ${target} != ${host}.
4733
2846da9b
AC
47342003-02-17 Andrew Cagney <ac131313@redhat.com>
4735
4736 * configure.in (Makefile): Use the test ${target} != ${host},
4737 instead of the absence of the "nm.h" file, to determine of the
4738 configuration non-native.
4739 * configure: Regenerate.
4740
3b27aeea
EZ
47412003-02-14 Elena Zannoni <ezannoni@redhat.com>
4742
fbe586ae 4743 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
4744
4745 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
4746 conditionalize tui_active test.
4747 (lookup_cmd_1): Ditto.
4748
b0b1c2c0
MK
47492003-02-14 Mark Kettenis <kettenis@gnu.org>
4750
4751 * configure.in: Add check for _etext.
4752 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
4753 available.
4754 * config.in, configure: regenerated.
4755
8f05cde5
DJ
47562003-02-14 Daniel Jacobowitz <drow@mvista.com>
4757
4758 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
4759
021e7609
AC
47602003-02-14 Andrew Cagney <ac131313@redhat.com>
4761
4762 * main.c (tui_version): Delete variable.
4763 (captured_main): When --tui, set interpreter_p to "tui" instead of
4764 enabling tui_version.
4765 * printcmd.c (display_command) [TUI]: Test tui_active instead of
4766 tui_version.
4767 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
4768 * cli/cli-cmds.c (disassemble_command): Ditto.
4769 * defs.h (tui_version): Delete declaration.
4770 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
4771 (tui-interp.o): Add rules.
4772 (SUBDIR_TUI_OBS): Add "tui-interp.o".
4773
e325dcec
CF
47742003-02-14 Christopher Faylor <cgf@redhat.com>
4775
36ffb041 4776 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
4777 just-loaded dll.
4778
c4f90d87
JM
47792003-02-12 Jason Molenda (jmolenda@apple.com)
4780
fbe586ae
RH
4781 * symmisc.c (print_objfile_statistics): Include information about
4782 the number of psymtabs and symtabs in each object file.
c4f90d87 4783
e46e5ccd
KS
47842003-02-13 Keith R Seitz <keiths@redhat.com>
4785
4786 * main.h (struct captured_main_args): Add interpreter_p.
4787 * main.c (captured_main): Initialize interpreter_p from context.
4788 * gdb.c (main): Set interpreter_p argument.
4789 * Makefile.in (gdb.o): Add dependency for interps.h.
4790
fe97fe9c
AC
47912003-02-12 Andrew Cagney <ac131313@redhat.com>
4792
4793 * event-top.c (cli_command_loop): Delete declaration.
4794 (_initialize_event_loop): Delete function setting event_loop_hook.
4795 * event-top.h (cli_command_loop): Declare. Update copyright.
4796 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
4797 * interps.c (current_interp_command_loop): When event_loop_p, call
4798 cli_command_loop.
4799
1cdac4ef
AC
48002003-02-12 Andrew Cagney <ac131313@redhat.com>
4801
4802 * interps.h (interp_command_loop_ftype): Change return type to
4803 void.
4804
48037ead
ML
48052003-02-12 Michal Ludvig <mludvig@suse.cz>
4806
4807 * x86-64-tdep.c (x86_64_extract_return_value)
4808 (x86_64_store_return_value): Use regcache instead of regbuf.
4809 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
4810 * x86-64-linux-nat.c (fill_gregset): Use regcache.
4811
033afc63
AC
48122003-02-11 Andrew Cagney <ac131313@redhat.com>
4813
4814 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
4815 * aclocal.m4: Regenerate.
4816 * configure: Regenerate.
4817
4818 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
4819 TCL_LD_SEARCH_FLAGS.
4820
40d02bca
ML
48212003-02-10 Michal Ludvig <mludvig@suse.cz>
4822
4823 * dwarf2cfi.c: Reindented.
4824
11308a41
AC
48252003-02-09 Andrew Cagney <ac131313@redhat.com>
4826
4827 * interps.c (clear_interpreter_hooks): Convert function definition
4828 to ISO C.
4829
e1c1c0f6
DC
48302003-02-07 David Carlton <carlton@math.stanford.edu>
4831
4832 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
4833
ab5d3da6
KB
48342003-02-07 Kevin Buettner <kevinb@redhat.com>
4835
4836 * gdbtypes.h (struct main_type): Move ``length'' field from here...
4837 (struct type): ...to here.
4838 (TYPE_LENGTH): Adjust to reflect different location of ``length''
4839 field.
4840 * gdbtypes.c (make_qualified_type): Set length on newly created type.
4841 (replace_type): Set length on all type variants for a given type.
4842
b8a92b82
AC
48432003-02-07 Andrew Cagney <ac131313@redhat.com>
4844
4845 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
4846 <sys/stat.h>.
4847 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
4848
5cb316ef
AC
48492003-02-06 Andrew Cagney <ac131313@redhat.com>
4850
2555fe1a
AC
4851 * Makefile.in (symm-nat.o): Update dependencies.
4852 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
4853 (lynx-nat.o, ia64-linux-nat.): Ditto.
4854 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
4855 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
4856 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
4857
44270758
AC
4858 * Makefile.in (inflow_h): Define.
4859 (procfs.o, inflow.o, procfs.o): Update dependencies.
4860 * inftarg.c (child_stop): Delete extern declaration of
4861 inferior_process_group. Include "inflow.h".
4862 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
4863 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
4864 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
4865 (our_process_group, inferior_process_group): Extern declarations.
4866
df8f7274
AC
4867 * procfs.c: Include "gdb_assert.h".
4868
5cb316ef
AC
4869 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
4870 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
4871 * jv-typeprint.c (java_type_print_base): Ditto.
4872 * typeprint.c (typedef_print): Eliminate STREQ.
4873 * cli/cli-script.c (define_command, define_command): Ditto.
4874 * main.c (captured_main): Ditto.
4875 * values.c (lookup_internalvar): Ditto.
4876 * utils.c (safe_strerror, parse_escape): Eliminate assignment
4877 within `if' conditional.
4878 * linespec.c (decode_line_2): Ditto.
4879 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
4880 (bfd_openw_with_cleanup): Ditto.
4881
2a28ccea
MK
48822003-02-07 Mark Kettenis <kettenis@gnu.org>
4883
4884 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
4885 legacy_extract_return_value and store_return_value to
4886 legacy_return_value.
4887
786b8124
CF
48882003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
4889
4890 * win32-nat.c (get_relocated_section_addrs): New function. Find
4891 section load addresses for symbol handling in relocated DLLs.
4892 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
4893
b871e4ec
FF
48942003-02-05 Fred Fish <fnf@intrinsity.com>
4895
4896 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
4897 '=' and '!='.
4898 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
4899 with '&' and '=='.
4900 (angel_RDI_info): Ditto.
4901 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
4902 with '&' and '!='.
4903 (threads_continue_all_with_signals): Ditto.
4904
4389a95a 49052003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
4906 Keith Seitz <keiths@redhat.com>
4907 Elena Zannoni <ezannoni@redhat.com>
4908 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
4909
4910 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
4911 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
4912 (SUBDIR_MI_OBS): Add "mi-interp.o".
4913 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
4914 (SFILES): Add "interps.c".
4915 (COMMON_OBS): Add "interps.o".
4916 (interps_h, mi_main_h): Define.
4917 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
4918 (mi-main.o, main.o, event-top.o): Update dependencies.
4919 * cli/cli-interp.c: New file.
4920 * interps.h, interps.c: New files.
4921 * top.c: (gdb_init): Don't install the default interpreter, handed
4922 by captured_main.
4923 * main.c: Include "interps.h".
4924 (interpreter_p): Note that it should malloc'ed.
4925 (captured_command_loop): Call current_interp_command_loop.
4926 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
4927 xfree and xstrdup when updating interpreter_p. Install the
4928 default interpreter. Add hack to stop mi1's copyright notice
4929 being encoded.
4930 * event-top.h (gdb_setup_readline): Declare.
4931 (gdb_disable_readline): Declare.
4932 * event-top.c: Include "interps.h".
4933 (display_gdb_prompt): Call current_interp_display_prompt_p.
4934 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
4935 gdb_stdlog, and gdb_stdtarg.
4936 (_initialize_event_loop): Don't call gdb_setup_readline.
4937 * cli-out.c (cli_out_set_stream): New function.
4938 * cli-out.h (cli_out_set_stream): Declare.
4939
ff3b5810
MK
49402003-02-06 Mark Kettenis <kettenis@gnu.org>
4941
4942 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
4943 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
4944 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
4945 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
4946 config/i386/i386v42mp.mt: Removed.
4947
5b729aa5
MK
49482003-02-05 Mark Kettenis <kettenis@gnu.org>
4949
4950 * configure.tgt (*-*-solaris*): Set gdb_osabi to
4951 GDB_OSABI_SOLARIS.
4952
8cc15142
MC
49532003-02-05 Michael Chastain <mec@shout.net>
4954
4955 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
4956 2.12.1 and earlier versions.
4957
5aa5d4b9
AC
49582003-02-05 Andrew Cagney <ac131313@redhat.com>
4959
4960 Remove orphaned hosts, targets and files.
4961 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
4962 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
4963 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
4964 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
4965 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
4966 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
4967 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
4968 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
4969 * config/sparc/tm-sp64sim.h: Delete.
4970 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
4971 hosts.
4972 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
4973 mips*-dec-mach3* targets.
4974
b68767c1
MC
49752003-02-04 Michael Chastain <mec@shout.net>
4976
4977 * NEWS: Fix typo: sepcifying -> specifying.
4978
5ae7ca1d
MC
49792003-02-04 Michael Chastain <mec@shout.net>
4980
4981 * dwarfread.c: Add documentation on the state of dwarf-1,
4982 looking towards obsoletion.
4983
d08a4280
MC
49842003-02-03 Michael Chastain <mec@shout.net>
4985
4986 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
4987 gdb/testsuite/gdb.c++/pr-1023.exp.
4988
e9be73e4
AC
49892003-02-04 Andrew Cagney <ac131313@redhat.com>
4990
4991 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
4992 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
4993
4994 * utils.c (init_page_info): Delete reference to MPW in comments.
4995 * main.c (captured_main): Delete #ifdef MPW.
4996
05d57f6f
AC
49972003-02-04 Andrew Cagney <ac131313@redhat.com>
4998
4999 * NEWS: Note that the m32r-*-elf* is obsolete.
5000 * monitor.c (monitor_expect): Obsolete reference to m32r.
5001 * configure.tgt: Mark m32r-*-elf* as obsolete.
5002 * MAINTAINERS: Mark m32k as obsolete.
5003 * m32r-rom.c: Obsolete file.
5004 * config/m32r/m32r.mt: Obsolete file.
5005 * config/m32r/tm-m32r.h: Obsolete file.
5006 * m32r-stub.c: Obsolete file.
5007 * m32r-tdep.c: Obsolete file.
5008
8b0e5691
AC
50092003-02-04 Andrew Cagney <ac131313@redhat.com>
5010
5011 * NEWS: Mention that the z8k-zilog-none is obsolete.
5012 * MAINTAINERS: Mark z8k as obsolete.
5013 * configure.tgt: Obsolete the z8k-*-coff* target.
5014 * config/z8k/z8k.mt: Obsolete file.
5015 * config/z8k/tm-z8k.h: Obsolete file.
5016 * z8k-tdep.c: Obsolete file.
5017
67f16606
AC
50182003-02-04 Andrew Cagney <ac131313@redhat.com>
5019
5020 * NEWS: Mention that the mn10200-elf is obsolete.
5021 * configure.tgt: Obsolete mn10200-*-* target.
5022 * breakpoint.c (update_breakpoints_after_exec): Update comment to
5023 mention that the mn10200 is obsolete.
5024 * breakpoint.h: Ditto.
5025 * MAINTAINERS: Mark the mn10200-elf as obsolete.
5026 * config/mn10200/mn10200.mt: Obsolete file.
5027 * config/mn10200/tm-mn10200.h: Obsolete file.
5028 * mn10200-tdep.c: Obsolete file.
5029
fd2299bd
AC
50302003-02-04 Andrew Cagney <ac131313@redhat.com>
5031
5032 * MAINTAINERS: Mark h8500 as obsolete.
5033 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
5034 * findvar.c (value_from_register): Ditto.
5035 * h8500-tdep.c: Mark file as obsolete.
5036 * config/h8500/h8500.mt: Ditto.
5037 * config/h8500/tm-h8500.h: Ditto.
5038 * NEWS: Mention that h8500 is obsolete.
5039
eb9a305d
DC
50402003-02-04 David Carlton <carlton@math.stanford.edu>
5041
5042 * objfiles.c (allocate_objfile): Always set name. Add comment at
5043 start of function.
5044 * jv-lang.c (get_dynamics_objfile): Add comment.
5045
406fc7fb
DC
50462003-02-04 David Carlton <carlton@math.stanford.edu>
5047
5048 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
5049 * printcmd.c (build_address_symbolic): Replace uses of
5050 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
5051 SYMBOL_NAME, and asm_demangle.
5052 Update copyright.
5053
93d91629
DC
50542003-02-04 David Carlton <carlton@math.stanford.edu>
5055
5056 * linespec.c (decode_compound): Extract code into
5057 lookup_prefix_sym.
5058 (lookup_prefix_sym): New function.
5059
1c5cb38e
DC
50602003-02-04 David Carlton <carlton@math.stanford.edu>
5061
5062 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
5063 FLOAT_COERCION_BADNESS.
5064 * gdbtypes.c (rank_one_type): Replace all uses of
5065 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
5066
0cf824c9
JB
50672003-02-04 Jim Blandy <jimb@redhat.com>
5068
5069 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
5070 section, let dwarf_macinfo_section point to it, not
5071 dwarf_loc_section.
5072
a2d356b0
DJ
50732003-02-04 Daniel Jacobowitz <drow@mvista.com>
5074
5075 Pointed out by Anton Blanchard <anton@samba.org>.
5076 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
5077 (ppc_linux_at_sigtramp_return_path): Use it.
5078
2de7ced7
DJ
50792003-02-04 Daniel Jacobowitz <drow@mvista.com>
5080
5081 * defs.h (streq): Add prototype.
5082 * utils.c (streq): New function.
5083
5084 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
5085 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
5086 * mdebugread.c (new_symbol): Likewise.
5087 * stabsread.c (define_symbol): Likewise.
5088 * coffread.c (process_coff_symbol): Likewise.
5089 * dwarfread.c (new_symbol): Likewise.
5090
5091 * minsyms.c (prim_record_minimal_symbol_and_info): Use
5092 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
5093 here.
5094 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
5095 SYMBOL_INIT_DEMANGLED_NAME.
5096 * objfiles.c: Include "hashtab.h".
5097 (allocate_objfile): Call htab_set_functions_ex for the
5098 demangled_names_hash.
5099 (free_objfile): Call htab_delete for the demangled_names_hash.
5100 * objfiles.h (struct htab): Add declaration.
5101 (struct objfile): Add demangled_names_hash.
5102 * symfile.c: Include "hashtab.h".
5103 (reread_symbols): Call htab_delete for the demangled_names_hash.
5104 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
5105 SYMBOL_NAME in the bcache.
5106 * symtab.c: Include "hashtab.h". Update comments.
5107 (create_demangled_names_hash, symbol_set_names): New functions.
5108 (symbol_find_demangled_name): New function, broken out from
5109 symbol_init_demangled_names.
5110 (symbol_init_demangled_names): Use it.
5111 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
5112 (SYMBOL_SET_NAMES): New macro.
5113 (symbol_set_names): Add prototype.
5114
15831452
JB
51152003-02-03 Jim Blandy <jimb@redhat.com>
5116
5117 Use a single, consistent representation for an empty minimal
5118 symbol table in an objfile.
5119 * objfiles.c (terminate_minimal_symbol_table): New function.
5120 (allocate_objfile): Call it.
5121 * objfiles.h (terminate_minimal_symbol_table): New declaration.
5122 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
5123 non-NULL.
5124 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
5125 objfile has minimal symbols, compare minimal_symbol_count to zero,
5126 instead of comparing msymbols with NULL.
5127 * objfiles.c (have_minimal_symbols): Same.
5128 * solib-sunos.c (solib_add_common_symbols): Call
5129 terminate_minimal_symbol_table.
5130 * symfile.c (reread_symbols): Same.
5131
ffc65945
KB
51322003-02-03 Kevin Buettner <kevinb@redhat.com>
5133
5134 * s390-tdep.c (s390_address_class_type_flags)
5135 (s390_address_class_type_flags_to_name)
5136 (s390_address_class_name_to_type_flags): New functions.
5137 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
5138 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
5139
f211c6d4
MS
51402003-02-03 Michael Snyder <msnyder@redhat.com>
5141
5142 * arm-tdep.c: Fix spell-o in comment.
5143
659b0389
ML
51442003-02-03 Michal Ludvig <mludvig@suse.cz>
5145
5146 * dwarf2cfi.c (pointer_encoding): Added new parameter.
5147 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
5148 error messages to contain BFD filename.
5149
3b31d625
EZ
51502003-02-02 Elena Zannoni <ezannoni@redhat.com>
5151
997b089a 5152 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
5153 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
5154 (do_mixed_source_and_assembly): Use
5155 make_cleanup_ui_out_tuple_begin_end and
5156 make_cleanup_ui_out_tuple_begin_end.
5157 (do_mixed_source_and_assembly): Ditto.
5158 * thread.c (do_captured_list_thread_ids): Ditto.
5159 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
5160 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
5161 ui_out_tuple_end): Delete prototypes.
5162 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
5163 ui_out_list_end, ui_out_tuple_end): Delete.
5164
5165 From Kevin Buettner <kevinb@redhat.com>:
5166 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
5167 * ui-out.c (make_cleanup_ui_out_table_begin_end)
5168 (do_cleanup_table_end): New functions.
5169 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
5170 Use cleanups to invoke_ui_out_tuple_end().
5171 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
5172 * cli/cli-setshow.c (cmd_show_list): Use
5173 make_cleanup_ui_out_tuple_begin_end.
5174
5b181d62
AC
51752003-02-02 Andrew Cagney <ac131313@redhat.com>
5176
5177 * frame.c (frame_unwind_register): New function.
5178 (frame_unwind_unsigned_register): Use.
5179 (frame_unwind_signed_register): Use.
5180 (frame_read_register): New function.
5181 * frame.h (frame_unwind_register): Declare.
5182 (frame_read_register): Declare.
5183
5184 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
5185 and frame_unwind_register instead of read_memory, write_register
5186 and deprecated_write_register_bytes.
5187
5f601589
AC
51882003-02-02 Andrew Cagney <ac131313@redhat.com>
5189
5190 * frame.h: Note that namelen can be negative.
5191 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
5192 NAME's length.
5193
5194 * NEWS: Mention that the d10v's `regs' command is deprecated.
5195 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
5196 (d10v_print_registers_info): New function.
5197 (show_regs): Call d10v_print_registers_info.
5198 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
5199
6a3fe0a4
MK
52002003-02-02 Mark Kettenis <kettenis@gnu.org>
5201
5202 * stack.c (print_frame_info): Restore call to annotate_frame_begin
5203 lost in the previous patch.
5204
075559bc
AC
52052003-02-01 Andrew Cagney <ac131313@redhat.com>
5206
5207 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
5208 * stack.c (print_frame_info_base): Output complete FRAME tuple
5209 for synthesized frames.
075559bc 5210
6789195b
AC
52112003-02-02 Andrew Cagney <ac131313@redhat.com>
5212
5213 * mips-nat.c (zerobuf): Delete.
5214 (fetch_inferior_registers): Alloc local zerobuf.
5215 (fetch_core_registers): Alloc local zerobuf.
5216 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
5217 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
5218 * thread-db.c (thread_db_store_registers): Ditto.
5219 * sh-tdep.c (sh_do_register): Ditto.
5220 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
5221 * remote-sim.c (gdbsim_store_register): Ditto.
5222 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5223 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5224 * monitor.c (monitor_supply_register): Ditto.
5225 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
5226 * mips-nat.c (fetch_inferior_registers): Ditto.
5227 * m68klinux-nat.c (fetch_register): Ditto.
5228 * lynx-nat.c (fetch_inferior_registers): Ditto.
5229 (fetch_inferior_registers): Ditto.
5230 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
5231 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
5232 (hpux_thread_store_registers): Ditto.
5233 * hppah-nat.c (fetch_register): Ditto.
5234 * hppab-nat.c (fetch_register): Ditto.
5235 * hppa-tdep.c (pa_register_look_aside): Ditto.
5236 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
5237 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
5238
e669114a
AC
52392003-02-01 Andrew Cagney <ac131313@redhat.com>
5240
5241 * gdbarch.sh: Explictly specify all method levels. When a
5242 variable with an empty level, provide a non-multi-arch default.
5243 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
5244 * gdbarch.h: Re-generate.
5245 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
5246 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
5247
9a043c1d
AC
52482003-02-01 Andrew Cagney <ac131313@redhat.com>
5249
5250 * defs.h (host_pointer_to_address): Delete declaration.
5251 (address_to_host_pointer): Delete declaration.
5252 * utils.c (host_pointer_to_address): Delete function.
5253 (address_to_host_pointer): Delete function.
5254 * procfs.c (procfs_address_to_host_pointer): New function.
5255 * procfs.c (proc_set_watchpoint): Use.
5256 (procfs_can_use_hw_breakpoint): Update comments.
5257 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
5258 (som_solib_add): Use.
5259 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
5260 * hppa-tdep.c (unwind_command): Use.
5261
7ca9f392
AC
52622003-02-01 Andrew Cagney <ac131313@redhat.com>
5263
94bbfd30
AC
5264 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
5265 strlen d_name.
5266
7ca9f392
AC
5267 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
5268 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
5269 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
5270 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
5271 (define_symbol): Update.
5272 * symfile.c (generic_load): Remove references to nindy.
5273 * symtab.c: Remove references to nindy.
5274
31a85ea2
AC
52752003-02-01 Andrew Cagney <ac131313@redhat.com>
5276
5277 * infcmd.c (print_float_info): Delete code conditional on
5278 FLOAT_INFO.
5279 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
5280 * config/m68k/nm-apollo68b.h: Ditto.
5281 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
5282 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
5283 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
5284
f6e85fc8
MK
52852003-02-01 Mark Kettenis <kettenis@gnu.org>
5286
6015b6a0
MK
5287 * config/i386/tm-i386os9k.h: Removed.
5288
f7a30bdf
MK
5289 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
5290 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
5291 they're identical to i[3456]86-*-sysv* now.
5292 * config/i386/i386v32.mh: Removed.
5293 * config/i386/xm-i386v32.h: Removed.
5294 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
5295
28d52111
MK
5296 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
5297
4d3f6bce
MK
5298 * config/i386/i386dgux.mh: Removed.
5299 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
5300
f6e85fc8
MK
5301 * configure.in: Fix typo.
5302 * configure: Regenerated.
5303
53955967
DC
53042003-01-31 David Carlton <carlton@math.stanford.edu>
5305
5306 * dwarf2read.c (dwarf2_locate_sections): Set
5307 dwarf_ranges_section.
5308
b1364885
AC
53092003-01-31 Andrew Cagney <ac131313@redhat.com>
5310
8dbb1c65
AC
5311 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
5312 * utils.c: Update comments documenting legitimate uses of PTR.
5313
8731e58e
AC
5314 * utils.c: Re-indent.
5315
b1364885
AC
5316 * config/djgpp/fnchange.lst: Delete nindy files.
5317 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
5318 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
5319 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
5320 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
5321 * nindy-share/README, nindy-share/Onindy.c: Delete files.
5322 * nindy-tdep.c, nindy-share/Makefile: Delete files.
5323 * Makefile.in (init.c): Remove nindy references.
5324 (saber_gdb): Delete rule.
5325 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
5326 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
5327 and a68v-nat.c.
5328 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
5329 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
5330 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
5331 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
5332 nindy-share/stop.h.
5333 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
5334 * saber.suppress: Delete file.
5335
086df311
DJ
53362003-01-31 Daniel Jacobowitz <drow@mvista.com>
5337
5338 * dbxread.c (stabs_data): New static variable.
5339 (fill_symbuf): Support an in-memory buffer for stabs data.
5340 (stabs_seek): New function.
5341 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
5342 (read_ofile_symtab): Use stabs_seek.
5343 (elfstab_build_psymtabs): Take an asection* instead of
5344 an offset and size. Relocate the stabs data if necessary.
5345 Save the section* for dbx_psymtab_to_symtab.
5346 * dwarf2read.c: Add section variables for each debug section.
5347 (dwarf2_locate_sections): Fill them in.
5348 (dwarf2_read_section): Take an asection* argument.
5349 Relocate the section contents if necessary.
5350 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
5351 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
5352 it to dwarf2_read_section.
5353 (dwarf2_build_frame_info): Update callers.
5354 * elfread.c (elf_symfile_read): Update call to
5355 elfstab_build_psymtabs.
5356 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
5357 (DBX_STAB_SECTION): New macro.
5358 * stabsread.h (elfstab_build_psymtabs): Update prototype.
5359 * symfile.c (symfile_dummy_outputs): New function.
5360 (symfile_relocate_debug_section): New function.
5361 * symfile.h (symfile_relocate_debug_section): Add prototype.
5362
87d1b352
RH
53632003-01-31 Richard Henderson <rth@redhat.com>
5364
5365 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
5366 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
5367 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
5368 * alpha-tdep.c (alpha_register_name): Add "unique".
5369 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
5370 (ALPHA_UNIQUE_REGNUM): New.
5371 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
5372
c48861fb
AC
53732003-01-31 Andrew Cagney <ac131313@redhat.com>
5374
5375 * README: Remove reference to Ericsson 1800 monitor.
5376 * Makefile.in (remote-es.o): Delete rule.
5377 (ALLDEPFILES): Delete remote-es.c.
5378 * remote-es.c: Delete file.
5379 * config/m68k/es1800.mt: Delete file.
5380 * config/djgpp/fnchange.lst: Update.
5381 * configure.tgt: Delete m68*-ericsson-* target.
5382
d764a824
AF
53832003-01-31 Adam Fedor <fedor@gnu.org>
5384
5385 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
5386 Remove duplicate/shadowing variable of same name.
5387
fe36c4f4
JB
53882003-01-30 Jim Blandy <jimb@redhat.com>
5389
5390 * symfile.c (find_separate_debug_file): Assert that the objfile's
5391 directory name we compute ends with a slash, and then assume that
5392 that's so everywhere we use it.
5393
cb741690
DJ
53942003-01-30 Daniel Jacobowitz <drow@mvista.com>
5395
5396 * valops.c (value_assign): Flush frame cache after stores to memory
5397 also.
5398
96ee5227
AC
53992003-01-30 Andrew Cagney <ac131313@redhat.com>
5400
5401 * Makefile.in (mon960-rom.o): Delete rule.
5402 * mon960-rom.c: Delete file.
5403
7f6104a9
AC
54042003-01-30 Andrew Cagney <ac131313@redhat.com>
5405
5406 * d10v-tdep.c: Include "frame-unwind.h".
5407 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
5408 list.
5409 (next_addr, uses_frame): Delete.
5410 (struct d10v_unwind_cache): Define.
5411 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
5412 Use info instead of next_addr and uses_frame globals.
5413 (d10v_frame_init_saved_regs): Delete function.
5414 (d10v_init_extra_frame_info): Delete function.
5415 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
5416 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
5417 init_frame_pc or frame_saved_pc.
5418 (d10v_pop_frame): Delete function.
5419 (do_d10v_pop_frame): Delete function.
5420 (d10v_frame_chain): Delete function.
5421 (d10v_frame_chain_valid): Delete function.
5422 (d10v_frame_pc_unwind): New function.
5423 (d10v_frame_id_unwind): New function.
5424 (saved_regs_unwinder): New function.
5425 (d10v_frame_register_unwind): New function.
5426 (d10v_frame_pop): New function.
5427 (d10v_frame_unwind): New variable.
5428 (d10v_frame_p): New function.
5429 (d10v_frame_saved_pc): Delete function.
5430 * Makefile.in (d10v-tdep.o): Update dependencies.
5431
cad2e848
JB
54322003-01-30 J. Brobecker <brobecker@gnat.com>
5433
5434 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
5435 causing some regressions due to a change in the default value
5436 for this macro.
5437
af34e669
DJ
54382003-01-29 Richard Henderson <rth@redhat.com>
5439 Elena Zannoni <ezannoni@redhat.com>
5440 Daniel Jacobowitz <drow@mvista.com>
5441
5442 Fix PR gdb/961.
5443 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
5444 variables.
5445 (RANGES_SECTION): New.
5446 (dwarf_ranges_buffer): New variable.
5447 (struct comp_unit_head): Add member "die".
5448 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
5449 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
5450 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
5451 (dwarf2_locate_sections): Likewise.
5452 (dwarf2_build_psymtabs): Read .debug_ranges.
5453 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
5454 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
5455 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
5456 Look for DW_AT_ranges and return the bounding box.
5457
baa93fa6
CF
54582003-01-29 Brian Ford <ford@vss.fsi.com>
5459
5460 * win32-nat.c (cygwin_pid): Removed as unused.
5461 (child_attach): Try fall back to Cygwin pid.
5462
c63f977f
JB
54632003-01-29 Jim Blandy <jimb@redhat.com>
5464
5465 * objfiles.h (struct objfile): Doc fix.
5466
d62d1979
AC
54672003-01-29 Andrew Cagney <ac131313@redhat.com>
5468
5469 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
5470 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
5471 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
5472 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
5473 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
5474 (FRAME_SAVED_PC): Change to a function with predicate.
5475 * gdbarch.h, gdbarch.c: Re-generate.
5476
1ae18a04
AC
54772003-01-28 Andrew Cagney <ac131313@redhat.com>
5478
52287340
AC
5479 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
5480
1ae18a04
AC
5481 * complaints.c (complain): Delete function.
5482 * complaints.h (struct deprecated_complaint): Delete definition.
5483 (complain): Delete declaration.
5484
f2c16bd6
KB
54852003-01-28 Kevin Buettner <kevinb@redhat.com>
5486
5487 * mips-tdep.c (mips_init_extra_frame_info): Return early for
5488 dummy frames.
5489
a94dd1fd
AC
54902003-01-27 Andrew Cagney <ac131313@redhat.com>
5491
5492 * sentinel-frame.h, sentinel-frame.c: New files.
5493 * Makefile.in (frame.o): Update dependencies.
5494 (SFILES): Add sentinel-frame.c.
5495 (sentinel_frame_h): Define.
5496 (COMMON_OBS): Add sentinel-frame.o.
5497 (sentinel-frame.o): Specify dependencies.
5498 * frame.c: Include "sentinel-frame.h".
5499 (frame_register_unwind): Rewrite assuming that there is always a a
5500 ->next frame.
5501 (frame_register, generic_unwind_get_saved_register): Ditto.
5502 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
5503 (create_sentinel_frame, unwind_to_current_frame): New functions.
5504 (get_current_frame): Rewrite using create_sentinel_frame and
5505 unwind_to_current_frame. When possible, always create a frame.
5506 (create_new_frame): Set next to the sentinel frame.
5507 (get_next_frame): Rewrite. Don't go below the level 0 frame.
5508 (deprecated_update_frame_pc_hack): Update the next frame's PC and
5509 ID cache when necessary.
5510 (frame_saved_regs_id_unwind): Use frame_relative_level.
5511 (deprecated_generic_get_saved_register): Use frame_relative_level,
5512 get_frame_saved_regs, get_frame_pc, get_frame_base and
5513 get_next_frame.
5514 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
5515 frame_register.
5516
5378adc4
DJ
55172003-01-27 Daniel Jacobowitz <drow@mvista.com>
5518
5519 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
5520
51ee2ddc
DJ
55212003-01-27 Daniel Jacobowitz <drow@mvista.com>
5522
5523 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
5524 (maintenance_set_profile_cmd): Use error () instead of warning ().
5525
d9feb4e7
DJ
55262003-01-27 Daniel Jacobowitz <drow@mvista.com>
5527
5528 * configure.in: Check that -pg works if using --enable-profiling.
5529 Check for monstartup and _mcleanup regardless of --enable-profiling.
5530 * maint.c: Check for monstartup and _mcleanup before using them.
5531 * config.in: Regenerated.
5532 * configure: Regenerated.
5533
2d188dd3
NC
55342003-01-24 Nick Clifton <nickc@redhat.com>
5535
5536 * Add sh2e support:
5537
5538 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
5539
5540 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
5541 (sh2e_show_regs): New.
5542 (sh_gdbarch_init): Handle bfd_mach_sh2e.
5543 * config/sh/tm-sh.h: Added sh2e to comments.
5544
cb3c37b2
JB
55452003-01-23 Jim Blandy <jimb@redhat.com>
5546
5547 * symfile.c (syms_from_objfile): Don't print the "(no debugging
5548 symbols found)" message here; we haven't checked for a separate
5549 debug info file yet, so we don't know yet.
5550 (symbol_file_add_with_addrs_or_offsets): Print it here, after
5551 we've looked everywhere. Also, there's no need to print a special
5552 message when we're loading the separate debug info file: the one
5553 symbol_file_add prints is fine.
5554
5b5d99cf
JB
55552003-01-23 Alexander Larsson <alexl@redhat.com>
5556 Jim Blandy <jimb@redhat.com>
5557
5558 Add support for executables whose debug info has been separated
5559 out into a separate file, leaving only a link behind.
5560 * objfiles.h (struct objfile): New fields: separate_debug_objfile
5561 and separate_debug_objfile_backlink.
5562 (put_objfile_before): New declaration.
5563 * symfile.c: #include "filenames.h".
5564 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
5565 debug info in a separate file, read that, too. Save the addrs
5566 argument, so we can use it again to read the separated debug info;
5567 syms_from_objfile modifies the table we pass it.
5568 (reread_symbols): After re-reading an objfile, call
5569 reread_separate_symbols to refresh its separate debug info
5570 objfile, if it has one.
5571 (reread_separate_symbols, find_separate_debug_file,
5572 get_debug_link_info, separate_debug_file_exists): New functions.
5573 (debug_file_directory): New global var.
5574 (_initialize_symfile): Initialize debug_file_directory, and
5575 provide the new `set debug-file-directory' command to let the user
5576 change it.
5577 * objfiles.c (free_objfile): If this objfile has its debug info in
5578 a separate objfile, free that one too. If this is itself a
5579 separate debug info objfile, clear our parent's backlink.
5580 (put_objfile_before): New function.
5581 * utils.c (gnu_debuglink_crc32): New function.
5582 * defs.h (gnu_debuglink_crc32): New declaration.
5583 * Makefile.in (symfile.o): Note dependency on "filenames.h".
5584 * configure.in: Handle --with-separate-debug-dir config option.
5585 * acinclude.m4 (AC_DEFINE_DIR): New macro.
5586 * acconfig.h (DEBUGDIR): New macro.
5587 * configure, aclocal.m4, config.in: Regenerated.
5588
7e8580c1
JB
55892003-01-22 Jim Blandy <jimb@redhat.com>
5590
7904e09f
JB
5591 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
5592 like the old symbol_file_add, but taking new arguments: you can
5593 now pass in either a `struct section_addr_info' list to say where
5594 each section is loaded, or a `struct section_offsets' table. Pass
5595 these new arguments through to syms_from_objfile as appropriate.
5596 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
5597 with the appropriate quiescent values for the new arguments.
5598
7e8580c1
JB
5599 * symfile.c: #include "gdb_assert.h".
5600 (syms_from_objfile): Add the ability to pass in a section offset
5601 table directly, as an alternative to the section_addr_info table.
5602 Document arguments better.
5603 (symbol_file_add): Pass extra arguments to syms_from_objfile.
5604 * symfile.h (syms_from_objfile): Update declaration.
5605 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
5606 syms_from_objfile.
5607 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
5608
d28f9cdf
DJ
56092003-01-22 Daniel Jacobowitz <drow@mvista.com>
5610
5611 Original patch by Tom Tromey <tromey@cygnus.com> and
5612 Jason Molenda <jmolenda@apple.com>.
5613 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
5614 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
5615 * NEWS: Mention profiling.
5616 * configure.in (--enable-gdbtk): Fix typo.
5617 (--enable-profiling): New. Set PROFILE_CFLAGS.
5618 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
5619 Fill in function.
5620 (profiling_state): New variable.
5621 (mcleanup_wrapper): New function.
5622 (_initialize_maint): Remove NOTYET, fix call to
5623 add_setshow_boolean_cmd for "maint set profile".
5624 * configure: Regenerated.
5625
df21e465
MH
56262003-01-21 Martin M. Hunt <hunt@redhat.com>
5627
5628 * Makefile.in (install-gdbtk): Install PNG images too.
5629
73c1f219
AC
56302003-01-21 Andrew Cagney <ac131313@redhat.com>
5631
5632 * exec.c (text_start): Delete global variable.
5633 (exec_file_attach): Make text_start local to the function.
5634 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
5635 * valops.c (hand_function_call): Delete code that handles
5636 BEFORE_TEXT_END and AFTER_TEXT_END.
5637 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
5638 of CALL_DUMMY_LOCATION.
5639 * gdbarch.c: Regenerate.
5640 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
5641 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
5642 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
5643 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
5644 (text_end): Delete extern declaration.
5645
eb4f72c5
AC
56462003-01-21 Andrew Cagney <ac131313@redhat.com>
5647
5648 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
5649 * blockframe.c (backtrace_below_main): Move to "frame.c".
5650 (frame_chain_valid): Delete check for backtrace_below_main.
5651 (_initialize_blockframe): Delete initialization, move ``set
5652 backtrace-below-main'' command to "frame.c".
5653 (do_flush_frames_sfunc): Delete function.
5654 * frame.c: Include "command.h" and "gdbcmd.h".
5655 (frame_type_from_pc): New function.
5656 (create_new_frame): Use frame_type_from_pc.
5657 (legacy_get_prev_frame): New function.
5658 (get_prev_frame): Rewrite. When an old style frame, call
5659 legacy_get_prev_frame. Otherwize, unwind the PC first.
5660 (_initialize_frame): Add ``set backtrace-below-main'' command.
5661 * Makefile.in (frame.o): Update dependencies.
5662
778ce8cc
AC
56632003-01-19 Andrew Cagney <ac131313@redhat.com>
5664
5665 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
5666 DEPRECATED_REGISTERS_INFO.
5667
01c193c8
AC
56682003-01-19 Andrew Cagney <ac131313@redhat.com>
5669
5670 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
5671 Maintainers'. Update `Various Maintainers'.
5672
dedc2a2b
AC
56732003-01-19 Andrew Cagney <ac131313@redhat.com>
5674
5675 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
5676 * gdbarch.sh (POP_FRAME): Change to function with predicate.
5677 Suppress actual parameters when `-'.
5678 * gdbarch.h, gdbarch.c: Regenerate.
5679
b7261c70
AC
56802003-01-19 Andrew Cagney <ac131313@redhat.com>
5681
5682 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
5683 code handling dummy frames.
5684
dbe9fe58
AC
56852003-01-19 Andrew Cagney <ac131313@redhat.com>
5686
5687 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
5688 (struct frame_unwind): Add field pop.
5689 * frame.h (frame_pop): Declare.
5690 * frame.c (frame_saved_regs_pop): New function.
5691 (trad_frame_unwinder): Add frame_saved_regs_pop.
5692 (frame_pop): New function.
5693 * dummy-frame.c (dummy_frame_pop): New function.
5694 (discard_innermost_dummy): New function.
5695 (generic_pop_dummy_frame): Use discard_innermost_dummy.
5696 (dummy_frame_unwind): Add dummy_frame_pop.
5697 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
5698 * valops.c (hand_function_call): Ditto.
5699 * stack.c (return_command): Ditto.
5700
570b8f7c
AC
57012003-01-18 Andrew Cagney <ac131313@redhat.com>
5702
5703 * cris-tdep.c: Fix function declaration indentation.
5704 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
5705 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
5706 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
5707 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
5708 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
5709 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
5710
57112003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
5712
5713 * README (Unpacking and Installation -- quick overview):
5714 Warn against ".../gdb-5.3/gdb/configure".
5715
494cca16
AC
57162003-01-18 Andrew Cagney <ac131313@redhat.com>
5717
5718 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
5719 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
5720 (struct frame_unwind): Declare opaque.
5721 (dummy_frame_p): Declare function.
5722 * dummy-frame.c (dummy_frame_id_unwind): Make static.
5723 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
5724 * dummy-frame.c: Include "frame-unwind.h".
5725 (dummy_frame_p): New function.
5726 (dummy_frame_unwind): New variable.
5727 * frame.c: Include "frame-unwind.h".
5728 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
5729 to use the new unwind field.
5730 (set_unwind_by_pc): Delete function.
5731 (create_new_frame, get_prev_frame): Set unwind field using
5732 frame_unwind_find_by_pc.
5733 (trad_frame_unwind, trad_frame_unwinder): New variables.
5734 * frame.h (trad_frame_unwind): Declare variable.
5735 (frame_id_unwind_ftype): Delete declaration.
5736 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
5737 (struct frame_unwind): Declare opaque.
5738 (struct frame_info): Replace the fields id_unwind, pc_unwind and
5739 register_unwind with a single unwind pointer.
5740 * frame-unwind.h, frame-unwind.c: New files.
5741 * Makefile.in (SFILES): Add frame-unwind.c.
5742 (frame_unwind_h): Define.
5743 (COMMON_OBS): Add frame-unwind.o.
5744 (frame-unwind.o): Specify dependencies.
5745 (frame.o, dummy-frame.o): Update dependencies.
5746
4efb68b1
AC
57472003-01-18 Andrew Cagney <ac131313@redhat.com>
5748
5749 * ada-valprint.c: Eliminate PTR.
5750 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
5751 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
5752 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
5753 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
5754 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
5755 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
5756 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
5757
a84d24ee
AC
57582003-01-17 Andrew Cagney <ac131313@redhat.com>
5759
762f08a3
AC
5760 * main.c (captured_main): Don't use PTR.
5761 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
5762 * gdbtypes.c (lookup_primitive_typename): Ditto.
5763 (lookup_struct_elt_type): Ditto.
5764 * f-valprint.c (info_common_command): Ditto.
5765 (list_all_visible_commons): Ditto.
5766 * jv-typeprint.c (java_type_print_base): Ditto.
5767
a84d24ee
AC
5768 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
5769 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
5770 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
5771 i386-interix-nat.c and i386-interix-tdep.c. Rename
5772 m68klinux-nat.c and m68klinux-tdep.c. Rename
5773 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
5774 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
5775 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
5776 * main.c (captured_main): Use xfree, not free.
5777
c170fb60
AC
57782003-01-16 Andrew Cagney <ac131313@redhat.com>
5779
5780 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
5781 ID back using a parameter.
5782 * frame.c (frame_id_unwind): Update call.
5783 (frame_saved_regs_id_unwind): Update.
5784 * dummy-frame.c (dummy_frame_id_unwind): Update function.
5785 * dummy-frame.h (struct frame_id): Add opaque declaration.
5786 (dummy_frame_id_unwind): Update declaration.
5787
867f3898
AC
57882003-01-15 Andrew Cagney <ac131313@redhat.com>
5789
5790 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
5791
40622be8 57922003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 5793
40622be8 5794 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 5795
ae66c1fc
EZ
57962003-01-14 Elena Zannoni <ezannoni@redhat.com>
5797
997b089a 5798 Fix PR gdb/898
ae66c1fc
EZ
5799 * breakpoint.c (until_break_command): Add new argument. Use it to
5800 decide whether to stop only at the current frame or not.
5801 * breakpoint.h (until_break_command): Update prototype.
5802 * infcmd.c (until_command): Add new argument to until_break_command
5803 call.
5804 (advance_command): New function.
5805 (_initialize_infcmd): Update help string for 'until' command.
5806 Add new 'advance' command.
5807
a04257e6
DC
58082003-01-14 David Carlton <carlton@math.stanford.edu>
5809
5810 * linespec.c (decode_line_1): Normalize comments.
5811 (set_flags): Ditto.
5812 (locate_first_half): Ditto.
5813 (decode_compound): Ditto.
5814 (symtab_from_filename): Ditto.
5815 (decode_all_digits): Ditto.
5816 (decode_dollar): Ditto.
5817 (find_methods): Ditto.
5818 (find_toplevel_char): Ditto.
5819
1bac305b
AC
58202003-01-13 Andrew Cagney <ac131313@redhat.com>
5821
5822 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
5823 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
5824 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
5825 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
5826 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
5827 * language.c, language.h, m32r-tdep.c: Update copyright.
5828 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
5829 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
5830 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
5831 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
5832 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
5833 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
5834
25caa7a8
EZ
58352003-01-13 Elena Zannoni <ezannoni@redhat.com>
5836
5837 * stabsread.h (process_later, resolve_cfront_continuation):
5838 Obsolete.
5839 Update copyright years.
5840 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
5841 Update copyright year.
5842 * dbxread.c(struct cont_elem): Obsolete.
5843 (process_later, process_now): Obsolete functions.
5844 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
5845 Update copyright year.
5846 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
5847 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
5848 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
5849 (parse_partial_symbols): Obsolete cfront support.
5850 * stabsread.c
5851 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
5852 macros.
5853 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
5854 read_cfront_baseclasses, read_cfront_member_functions,
5855 resolve_cfront_continuation,read_cfront_static_fields,
5856 copy_cfront_struct_fields): Obsolete functions.
5857 (define_symbol, read_one_struct_field): Obsolete cfront support.
5858 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
5859 Update Copyright year.
5860
7789c6f5
EZ
58612003-01-13 Elena Zannoni <ezannoni@redhat.com>
5862
5863 * stack.c (print_frame_info, print_stack_frame_base_stub,
5864 print_stack_frame_base, show_and_print_stack_frame_stub,
5865 show_and_print_stack_frame, print_only_stack_frame_stub,
5866 print_only_stack_frame): Delete functions.
5867 (print_stack_frame_stub): Call print_frame_info instead of
5868 print_frame_info_base.
5869 (print_frame_info_base): Rename to print_frame_info.
5870 (backtrace_command_1): Call print_frame_info, instead of
5871 print_frame_info_base.
5872 (current_frame_command): Call print_stack_frame, instead of
5873 print_only_stack_frame.
5874 (frame_command): Call print_stack_frame, instead of
5875 show_and_print_stack_frame.
5876 (up_command): Ditto.
5877 (down_command): Ditto.
5878 * frame.h (print_only_stack_frame): Delete prototype.
5879 * infrun.c (normal_stop): Call print_stack_frame, instead of
5880 show_and_print_stack_frame.
5881 * thread.c (info_threads_command): Call print_stack_frame, instead
5882 of print_only_stack_frame.
5883
3f5a3016
AC
58842003-01-13 Andrew Cagney <ac131313@redhat.com>
5885
d99ba314
AC
5886 * README (Graphical interface to GDB): Update URL. Point at
5887 gdb/links/.
5888
3f5a3016
AC
5889 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
5890 version match.
5891
083ae935
DJ
58922003-01-13 Daniel Jacobowitz <drow@mvista.com>
5893
5894 * symtab.c (find_pc_sect_line): Don't consider end-of-function
5895 lines.
5896
5365276c
DJ
58972003-01-13 Daniel Jacobowitz <drow@mvista.com>
5898
5899 * thread-db.c (attach_thread): Prototype.
5900 (struct private_thread_info): Remove lwpid. Add thread handle (th),
5901 thread information (ti), and valid flags (th_valid, ti_valid).
5902 (attach_thread): Move target_pid_to_str call to after the thread
5903 is added to GDB's list. Initialize the cache.
5904 (thread_get_info_callback, thread_db_map_id2thr)
5905 (thread_db_get_info): New functions.
5906 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
5907 (thread_db_store_registers, thread_db_thread_alive)
5908 (thread_db_get_thread_local_address): Use them.
5909 (thread_db_pid_to_str): Likewise. Return "Missing" instead
5910 of calling error() for threads in unknown state.
5911
5912 (clear_lwpid_callback): New function.
5913 (thread_db_resume): Use it to clear the cache.
5914
9fc30b6b
DJ
59152003-01-13 Daniel Jacobowitz <drow@mvista.com>
5916
5917 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
5918 (resume_callback): Remove dead code.
5919
8f871025
AC
59202003-01-13 Andrew Cagney <ac131313@redhat.com>
5921
5922 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
5923 predicate.
5924 * gdbarch.h, gdbarch.c: Regenerate.
5925 * stack.c (frame_info): Only initialize the saved registers when
5926 FRAME_INIT_SAVED_REGS_P.
5927 * frame.c (frame_saved_regs_register_unwind): Assert
5928 FRAME_INIT_SAVED_REGS_P.
5929 (deprecated_generic_get_saved_register): Ditto.
5930
3f565f1e
DJ
59312003-01-13 Daniel Jacobowitz <drow@mvista.com>
5932
5933 * source.c (openp): Squelch warning about "filename".
5934
072b1022
DJ
59352003-01-13 Daniel Jacobowitz <drow@mvista.com>
5936
5937 * source.c (openp): If the file does not exist don't necessarily
5938 search the path.
5939
973ccf8b
DJ
59402003-01-13 Daniel Jacobowitz <drow@mvista.com>
5941
5942 Fix PR gdb/872.
5943 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
5944 (integer_types_same_name_p): New function.
5945 (rank_one_type): Use it.
5946 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
5947
030292b7
DJ
59482003-01-13 Daniel Jacobowitz <drow@mvista.com>
5949
5950 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
5951 variables.
5952 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
5953 * configure.in: Add --with-sysroot.
5954 * configure: Regenerated.
5955 * main.c (gdb_sysroot): New variable.
5956 (captured_main): Initialize gdb_sysroot.
5957 * defs.h (gdb_sysroot): New extern declaration.
5958 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
5959
afb5d334
MC
59602003-01-12 Michael Chastain <mec@shout.net>
5961
5962 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
5963
751ceeb4
MC
59642003-01-12 Michael Chastain <mec@shout.net>
5965
5966 * top.c (print_gdb_version): Bump copyright year to 2003.
5967
94cd26f8
DC
59682003-01-12 David Carlton <carlton@bactrian.org>
5969
5970 * linespec.c (symtab_from_filename): Rename variable 's' to
5971 'file_symtab'.
5972
1ce79225
AC
59732003-01-12 Andrew Cagney <ac131313@redhat.com>
5974
5975 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
5976 dummy frame.
5977 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
5978
fa1fd571
AC
59792003-01-12 Andrew Cagney <ac131313@redhat.com>
5980
5981 * d10v-tdep.c: Include "gdb_assert.h".
5982 (d10v_store_return_value): Rewrite to match current interface.
5983 (d10v_extract_struct_value_address): Ditto.
5984 (d10v_extract_return_value): Ditto.
5985 (d10v_gdbarch_init): Set store_restore_value,
5986 extract_struct_value_address and extract_return_value.
5987
68b8d23e
JB
59882003-01-12 J. Brobecker <brobecker@gnat.com>
5989
5990 * hpread.c (set_namestring): New procedure replacing the
5991 SET_NAMESTRING macro.
5992 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
5993 by calls to set_namestring.
5994
59952003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
5996
5997 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
5998 a compilation warning.
5999 (hpread_process_one_debug_symbol): Likewise.
6000
88d262ca
DC
60012003-01-10 David Carlton <carlton@math.stanford.edu>
6002
6003 * linespec.c (decode_line_1): Rename variable 's' to
6004 'file_symtab'.
6005 (decode_all_digits): Rename argument 's' to 'file_symtab'.
6006 (decode_dollar): Ditto.
6007 (decode_variable): Ditto.
6008 (symbol_found): Ditto.
6009
86669319
MC
60102003-01-09 Michael Chastain <mec@shout.net>
6011
6012 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
6013
616a9dc4
CV
60142003-01-07 Corinna Vinschen <vinschen@redhat.com>
6015
6016 * win32-nat.c (set_process_privilege): New function.
6017 (child_attach): Call set_process_privilege() to enable the
6018 SE_DEBUG_NAME user privilege if available in process token.
6019
3269bcfa
JB
60202003-01-10 J. Brobecker <brobecker@gnat.com>
6021
6022 * hpread.c (hpread_process_one_debug_symbol): Fix a small
6023 compilation error in the previous revision.
6024
2b0ee454
DC
60252003-01-09 David Carlton <carlton@math.stanford.edu>
6026
6027 * linespec.c: Update copyright.
6028
b3ba1b44
DJ
60292003-01-09 Daniel Jacobowitz <drow@mvista.com>
6030
6031 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
6032 than inferior_ptid.
6033 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
6034
4ef3f3be
AC
60352003-01-09 Andrew Cagney <ac131313@redhat.com>
6036
479ab5a0
AC
6037 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
6038 Update comments.
6039 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
6040 (frame_saved_regs_zalloc): Update.
6041 (frame_saved_regs_register_unwind): Update.
6042 (create_new_frame): Update.
6043 (get_prev_frame): Update.
6044 (frame_extra_info_zalloc): Update.
6045 (deprecated_get_frame_saved_regs): Update.
6046 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
6047 * cris-tdep.c: Update comment.
6048
bde58177
AC
6049 * somsolib.h: Fix function indentation.
6050 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
6051 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
6052 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
6053 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
6054 * somsolib.c, inftarg.c: Remove assignment in if conditional.
6055
4ef3f3be
AC
6056 * infrun.c (follow_fork): Use ISO C definition.
6057 * expprint.c (print_subexp): Use xfree instead of free.
6058 * charset.c: Include "gdb_string.h" instead of <string.h>.
6059 (register_iconv_charsets): Use ISO C definition.
6060 (host_charset, target_charset): Ditto.
6061 * Makefile.in (charset.o): Update dependencies.
6062 (mi-cmd-env.o): Update dependencies.
6063
1c615f7a
AC
60642003-01-08 Andrew Cagney <cagney@redhat.com>
6065
6066 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
6067 get_frame_base.
6068
c9a1dc08
AC
60692003-01-08 Andrew Cagney <ac131313@redhat.com>
6070
6071 * gdb_mbuild.sh: Add --keep option. When specified, keep the
6072 build directories. Save edited gdb output in Mbuild.log. If a
6073 build fails, remove any final GDB executable.
6074
dbad9d94
AC
60752003-01-08 Andrew Cagney <ac131313@redhat.com>
6076
6077 * gdb_mbuild.sh: Edit the output of `maint print architecture'
6078 replacing hex constants with function names and stripping leading
6079 file name directory prefixes.
6080
8d357cca
AC
60812003-01-08 Andrew Cagney <cagney@redhat.com>
6082
6083 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
6084 get_frame_base.
6085
bca02a8a
DC
60862003-01-08 David Carlton <carlton@math.stanford.edu>
6087
6088 * linespec.c (decode_line_1): Move code into decode_variable.
6089 (decode_variable): New function.
6090
7f8ab3a0
AC
60912003-01-08 Andrew Cagney <ac131313@redhat.com>
6092
6093 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
6094
7b5849cc
AC
60952003-01-08 Andrew Cagney <cagney@redhat.com>
6096
6097 * cris-tdep.c (cris_frame_init_saved_regs): Use
6098 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
6099 saved_regs buffer.
6100 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6101 (sh64_nofp_frame_init_saved_regs): Ditto.
6102 (sh_fp_frame_init_saved_regs): Ditto.
6103 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
6104 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
6105 * mcore-tdep.c (analyze_dummy_frame): Ditto.
6106 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
6107
72a5efb3
DJ
61082003-01-08 Daniel Jacobowitz <drow@mvista.com>
6109
6110 * minsyms.c (lookup_minimal_symbol): Update comment.
6111 (lookup_minimal_symbol_text): Update comment. Use the hash table.
6112 (lookup_minimal_symbol_solib_trampoline): Likewise.
6113
11c02a10
AC
61142003-01-08 Andrew Cagney <cagney@redhat.com>
6115
aab3ea25
AC
6116 * d10v-tdep.c (d10v_init_extra_frame_info): Use
6117 frame_relative_level.
6118
da50a4b7
AC
6119 * alpha-tdep.c: Use get_frame_extra_info.
6120 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6121 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
6122 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
6123 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
6124
11c02a10
AC
6125 * alpha-tdep.c: Use get_next_frame.
6126 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6127 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
6128 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
6129 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
6130 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
6131 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
6132 * xstormy16-tdep.c: Ditto.
6133
1e2330ba
AC
61342003-01-07 Andrew Cagney <cagney@redhat.com>
6135
6136 * alpha-tdep.c: Use get_frame_base.
6137 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6138 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
6139 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
6140 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
6141 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
6142 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
6143 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
6144 * config/sparc/tm-sparc.h: Ditto.
6145
2d75187b
AC
61462003-01-07 Andrew Cagney <cagney@redhat.com>
6147
6148 * frame.c (deprecated_get_frame_context): New function.
6149 (deprecated_set_frame_context): New function.
6150 * frame.h (deprecated_get_frame_context): Declare.
6151 (deprecated_set_frame_context): Declare.
6152 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
6153 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
6154
483d36b2
AC
61552003-01-07 Andrew Cagney <cagney@redhat.com>
6156
6157 * frame.c (deprecated_set_frame_next_hack): New function.
6158 (deprecated_set_frame_prev_hack): New function.
6159 * frame.h (deprecated_set_frame_next_hack): Declare.
6160 (deprecated_set_frame_prev_hack): Declare.
6161 * mcore-tdep.c (analyze_dummy_frame): Use
6162 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
6163 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
6164
14e91ac5
DC
61652003-01-07 David Carlton <carlton@math.stanford.edu>
6166
6167 * linespec.c (decode_line_1): Move code into decode_dollar.
6168 (decode_dollar): New function.
6169
b0c6b05c
AC
61702003-01-07 Andrew Cagney <cagney@redhat.com>
6171
6172 * arm-tdep.c (arm_init_extra_frame_info): Use
6173 deprecated_update_frame_base_hack.
6174 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
6175 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
6176 (fix_frame_pointer): Ditto.
6177 (mn10300_analyze_prologue): Ditto.
6178
a00a19e9
AC
61792003-01-07 Andrew Cagney <cagney@redhat.com>
6180
6181 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
6182 extra_info using frame_extra_info_zalloc.
6183 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
6184 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
6185 (sh64_init_extra_frame_info): Ditto.
6186 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
6187 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
6188 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
6189 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
6190 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
6191 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
6192 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
6193 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
6194 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
6195 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
6196 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
6197 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
6198
6199 * mn10300-tdep.c (analyze_dummy_frame): Use
6200 deprecated_set_frame_extra_info_hack.
6201 * mcore-tdep.c (analyze_dummy_frame): Ditto.
6202
1fb4c65b
JB
62032003-01-07 J. Brobecker <brobecker@gnat.com>
6204
6205 * mdebugread.c (parse_symbol): Skip stProc entries which storage
6206 class is not scText. These do not define "real" procedures.
6207 (parse_partial_symbols): Likewise.
6208
9fe7d6bf
MS
62092003-01-06 Michael Snyder <msnyder@redhat.com>
6210
6211 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
6212
f6c609c4
AC
62132003-01-06 Andrew Cagney <ac131313@redhat.com>
6214
6215 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
6216 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
6217 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
6218 deprecated_frame_xmalloc_with_cleanup.
6219 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
6220 deprecated_frame_xmalloc.
6221 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
6222 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
6223
d995ff4b
AC
62242003-01-06 Andrew Cagney <cagney@redhat.com>
6225
84dc46cb
AC
6226 * x86-64-linux-tdep.c: Include "osabi.h".
6227 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
6228
d995ff4b
AC
6229 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
6230
66140c26
AC
62312003-01-06 Andrew Cagney <cagney@redhat.com>
6232
6233 * MAINTAINERS (Target Instruction Set Architectures): Update
6234 arm-elf. Can be built with -Werror, has been multiarched.
6235
6236 * value.h (unpack_long): Make buffer parameter constant.
6237 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
6238 * scm-lang.h (scm_parse): Ditto.
6239 * defs.h (extract_typed_address, extract_address): Ditto.
6240 (extract_long_unsigned_integer): Ditto.
6241 * inferior.h (unsigned_pointer_to_address): Ditto.
6242 (signed_pointer_to_address): Ditto.
6243 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
6244 * gdbarch.h, gdbarch.c: Regenerate.
6245 * findvar.c (extract_long_unsigned_integer): Update.
6246 (extract_address): Update.
6247 (extract_typed_address): Update.
6248 (unsigned_pointer_to_address): Update.
6249 * values.c (unpack_long): Update.
6250 (unpack_double): Update.
6251 (unpack_pointer): Update.
6252 (unpack_field_as_long): Update.
6253 * d10v-tdep.c (d10v_pointer_to_address): Update.
6254 * avr-tdep.c (avr_pointer_to_address): Update.
6255 * scm-lang.c (scm_unpack): Update.
6256 * findvar.c (signed_pointer_to_address): Update.
6257
b089b3da
ML
62582003-01-06 Michal Ludvig <mludvig@suse.cz>
6259
6260 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
6261 since it is in i386-tdep.c.
6262
aff87235
JB
62632003-01-06 J. Brobecker <brobecker@gnat.com>
6264
6265 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
6266 failure introduced in the previous change.
6267
34f5e845
MC
62682003-01-05 Michael Chastain <mec@shout.net>
6269
6270 * README: Remove references to deleted remote-*.c files:
6271 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
6272 remote-nrom.c, remote-os9k.c, remote-udi.c.
6273
28bcfd30
MK
62742003-01-05 Mark Kettenis <kettenis@gnu.org>
6275
6276 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
6277 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
6278 i386_get_longjmp_target.
6279
15a5b3ee
AC
62802003-01-05 Andrew Cagney <ac131313@redhat.com>
6281
6282 * arm-tdep.c (prologue_cache): Change to a pointer.
6283 (_initialize_arm_tdep): Allocate prologue_cache.
6284 (check_prologue_cache): Update.
6285 (save_prologue_cache): Update.
6286 (arm_gdbarch_init): Update.
6287
c263362b
DJ
62882003-01-04 Daniel Jacobowitz <drow@mvista.com>
6289
6290 * stabsread.c (update_method_name_from_physname): Call complaint()
6291 instead of error.
6292
51603483
DJ
62932003-01-04 Daniel Jacobowitz <drow@mvista.com>
6294
6295 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
6296 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
6297 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
6298
6299 * blockframe.c: Include "gdbcmd.h" and "command.h".
6300 (backtrace_below_main): New variable.
6301 (file_frame_chain_valid, func_frame_chain_valid)
6302 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
6303 (generic_func_frame_chain_valid): Remove functions.
6304 (frame_chain_valid, do_flush_frames_sfunc): New functions.
6305 (_initialize_blockframe): New function.
6306 * Makefile.in (blockframe.o): Update dependencies.
6307 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
6308 comment. Call frame_chain_valid ().
6309 * frame.h: Remove old prototypes. Add prototype for
6310 frame_chain_valid and update comments to match.
6311 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
6312 Remove old comment.
6313 * gdbarch.h: Regenerated.
6314 * gdbarch.c: Regenerated.
6315
6316 * alpha-tdep.c (alpha_gdbarch_init): Don't call
6317 set_gdbarch_frame_chain_valid.
6318 * avr-tdep.c (avr_gdbarch_init): Likewise.
6319 * cris-tdep.c (cris_gdbarch_init): Likewise.
6320 * frv-tdep.c (frv_gdbarch_init): Likewise.
6321 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
6322 * i386-tdep.c (i386_svr4_init_abi): Likewise.
6323 (i386_nw_init_abi): Likewise.
6324 (i386_gdbarch_init): Likewise.
6325 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
6326 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
6327 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
6328 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
6329 * mips-tdep.c (mips_gdbarch_init): Likewise.
6330 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
6331 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
6332 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
6333 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
6334 * s390-tdep.c (s390_gdbarch_init): Likewise.
6335 * sh-tdep.c (sh_gdbarch_init): Likewise.
6336 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
6337 * v850-tdep.c (v850_gdbarch_init): Likewise.
6338 * vax-tdep.c (vax_gdbarch_init): Likewise.
6339 * x86-64-tdep.c (x86_64_init_abi): Likewise.
6340
6341 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
6342 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
6343 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
6344 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
6345 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
6346 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
6347 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
6348 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
6349
b00a8037
DJ
63502002-01-04 Daniel Jacobowitz <drow@mvista.com>
6351
6352 * Makefile.in (acconfig_h): Remove incorrect macro.
6353 (config_h): Define.
6354 (osabi.o): Update dependencies.
6355 * configure.tgt: Set gdb_osabi based on target triplet.
6356 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
6357 * configure: Regenerated.
6358 * config.in: Regenerated.
6359 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
6360 (GDB_OSABI_DEFAULT): Define if not already defined.
6361 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
6362 (set_osabi_string): New variables.
6363 (gdbarch_register_osabi): Add new OS ABI to
6364 gdb_osabi_available_names.
6365 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
6366 (set_osabi, show_osabi): New functions.
6367 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
6368
4be87837
DJ
63692003-01-04 Daniel Jacobowitz <drow@mvista.com>
6370
6371 * arch-utils.c (gdbarch_info_init): Set osabi to
6372 GDB_OSABI_UNINITIALIZED.
6373 * gdbarch.sh: Add osabi to struct gdbarch and to struct
6374 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
6375 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
6376 * gdbarch.c: Regenerated.
6377 * gdbarch.h: Regenerated.
6378 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
6379 there's no BFD.
6380 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
6381 * osabi.h (enum gdb_osabi): Move to defs.h.
6382 (gdbarch_init_osabi): Update prototype.
6383 * defs.h (enum gdb_osabi): Moved here.
6384 * Makefile.in: Update dependencies.
6385
6386 * alpha-tdep.h: Don't include "osabi.h".
6387 (struct gdbarch_tdep): Remove osabi member.
6388 * alpha-tdep.c: Include "osabi.h".
6389 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6390 iterate over arches. Update call to gdbarch_init_osabi.
6391 (alpha_dump_tdep): Don't dump osabi.
6392 * alpha-linux-tdep.c: Include "osabi.h".
6393 * alpha-osf1-tdep.c: Include "osabi.h".
6394 * alphafbsd-tdep.c: Include "osabi.h".
6395 * alphanbsd-tdep.c: Include "osabi.h".
6396
6397 * arm-tdep.h: Don't include "osabi.h".
6398 (struct gdbarch_tdep): Remove osabi member.
6399 * arm-tdep.c: Include "osabi.h".
6400 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6401 iterate over arches. Update call to gdbarch_init_osabi.
6402 (arm_dump_tdep): Don't dump osabi.
6403 * arm-linux-tdep.c: Include "osabi.h".
6404 * armnbsd-tdep.c: Include "osabi.h".
6405
6406 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
6407 Update call to gdbarch_init_osabi.
6408
6409 * i386-tdep.h: Don't include "osabi.h".
6410 (struct gdbarch_tdep): Remove osabi member.
6411 * i386-tdep.c: Include "osabi.h".
6412 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6413 iterate over arches. Update call to gdbarch_init_osabi.
6414 (i386_dump_tdep): Don't dump osabi.
6415 * i386-linux-tdep.c: Include "osabi.h".
6416 * i386-sol2-tdep.c: Include "osabi.h".
6417 * i386bsd-tdep.c: Include "osabi.h".
6418 * i386gnu-tdep.c: Include "osabi.h".
6419 * i386ly-tdep.c: Include "osabi.h".
6420 * i386nbsd-tdep.c: Include "osabi.h".
6421 * i386obsd-tdep.c: Include "osabi.h".
6422
6423 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
6424 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6425 check osabi when iterating over arches. Update call to
6426 gdbarch_init_osabi.
6427 (mips_dump_tdep): Don't dump osabi.
6428
6429 * ns32k-tdep.h: Don't include "osabi.h".
6430 (struct gdbarch_tdep): Remove.
6431 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
6432 gdbarch_lookup_osabi. Don't iterate over arches. Don't
6433 allocate tdep. Update call to gdbarch_init_osabi.
6434 (ns32k_dump_tdep): Remove.
6435 (_initialize_ns32k_tdep): Update call to gdbarch_register.
6436 * ns32knbsd-tdep.c: Include "osabi.h".
6437
6438 * ppc-tdep.h: Don't include "osabi.h".
6439 (struct gdbarch_tdep): Remove osabi member.
6440 * rs6000-tdep.c: Include "osabi.h".
6441 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
6442 osabi when iterating over arches. Update call to
6443 gdbarch_init_osabi.
6444 (rs6000_dump_tdep): Don't dump osabi.
6445 * ppc-linux-tdep.c: Include "osabi.h".
6446 * ppcnbsd-tdep.c: Include "osabi.h".
6447
6448 * sh-tdep.h: Don't include "osabi.h".
6449 (struct gdbarch_tdep): Remove osabi member.
6450 * sh-tdep.c: Include "osabi.h".
6451 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6452 iterate over arches. Update call to gdbarch_init_osabi.
6453 (sh_dump_tdep): Don't dump osabi.
6454 * shnbsd-tdep.c: Include "osabi.h".
6455
6456 * sparc-tdep.c: Include "osabi.h".
6457 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6458 iterate over arches. Update call to gdbarch_init_osabi.
6459 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
6460 tdep structure.
6461
6462 * vax-tdep.h: Don't include "osabi.h".
6463 (struct gdbarch_tdep): Remove.
6464 * vax-tdep.c: Include "osabi.h".
6465 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6466 iterate over arches. Don't allocate tdep. Update call
6467 to gdbarch_init_osabi.
6468 (vax_dump_tdep): Remove.
6469 (_initialize_vax_tdep): Update call to gdbarch_register.
6470
a881cf8e
DJ
64712003-01-04 Daniel Jacobowitz <drow@mvista.com>
6472
6473 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
6474 entirely.
6475 (breakpoint_re_set_one): Don't fetch the value for a disabled
6476 watchpoint.
6477
1e698235
DJ
64782003-01-04 Daniel Jacobowitz <drow@mvista.com>
6479
6480 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
6481 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
6482 (COERCE_FLOAT_TO_DOUBLE): Remove.
6483 * gdbarch.c: Regenerate.
6484 * gdbarch.h: Regenerate.
6485 * Makefile.in: Remove value_h from gdbarch_h.
6486 * valops.c (coerce_float_to_double): New variable.
6487 (default_coerce_float_to_double): Remove.
6488 (standard_coerce_float_to_double): Remove.
6489 (value_arg_coerce): Use coerce_float_to_double.
6490 (_initialize_valops): Add "set coerce-float-to-double".
6491 * value.h (default_coerce_float_to_double): Remove prototype.
6492 (standard_coerce_float_to_double): Remove prototype.
6493
6494 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
6495 prototyped.
6496 * mdebugread.c (parse_symbol): Likewise.
6497 * stabsread.c (define_symbol): Mark all functions as prototyped.
6498
6499 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
6500 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
6501 set_gdbarch_coerce_float_to_double.
6502 * arm-tdep.c (arm_gdbarch_init): Likewise.
6503 * frv-tdep.c (frv_gdbarch_init): Likewise.
6504 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
6505 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
6506 * mips-tdep.c (mips_gdbarch_init): Likewise.
6507 (mips_coerce_float_to_double): Remove.
6508 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
6509 (rs6000_coerce_float_to_double): Remove.
6510 * s390-tdep.c (s390_gdbarch_init): Likewise.
6511 * sh-tdep.c (sh_gdbarch_init): Likewise.
6512 (sh_coerce_float_to_double): Remove.
6513 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
6514 (sparc_coerce_float_to_double): Remove.
6515 * v850-tdep.c (v850_gdbarch_init): Likewise.
6516 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
6517 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6518 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
6519 (hppa_coerce_float_to_double): Remove prototype.
6520 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6521
f436a26a
DJ
65222003-01-04 Daniel Jacobowitz <drow@mvista.com>
6523
6524 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
6525
248f8055
DJ
65262003-01-04 Daniel Jacobowitz <drow@mvista.com>
6527
6528 Suggested by Stewart Brown <sb24@avaya.com>:
6529 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
6530 in recursive calls. Handle TYPE_CODE_TYPEDEF.
6531 (c_type_print_varspec_suffix): Likewise.
6532
72cfdc76
MK
65332003-01-04 Mark Kettenis <kettenis@gnu.org>
6534
bfd260bb
MK
6535 * configure.in: Don't set and AC_SUBST SUBDIRS.
6536 * configure: Regenerated.
6537
72cfdc76
MK
6538 * configure.in: Remove code dealing with shared libraries.
6539 * Makefile.in: Remove HLDFLAGS and HLDENV.
6540 * configure: Regenerated.
6541
c8b8a898
AC
65422003-01-04 Andrew Cagney <ac131313@redhat.com>
6543
6544 * frame.c (deprecated_frame_xmalloc): New function.
6545 (deprecated_set_frame_saved_regs_hack): New function.
6546 (deprecated_set_frame_extra_info_hack): New function.
6547 * frame.h (deprecated_frame_xmalloc): Declare.
6548 (deprecated_set_frame_saved_regs_hack): Declare.
6549 (deprecated_set_frame_extra_info_hack): Declare.
6550
14abd0fb
MK
65512003-01-04 Mark Kettenis <kettenis@gnu.org>
6552
8ee53726
MK
6553 * configure.in: Move code that provides the --enable-gdbtk option
6554 right after the code that handles the --enable-tui option, and
6555 polish it somewhat.
6556 * configure: Regenerated.
6557
14abd0fb
MK
6558 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
6559 AC_CHECK_FUNCS and remove the old check for pread64.
6560 * acinclude.m4 (AC_GNU_SOURCE): New macro.
6561 * acconfig.h (_GNU_SOURCE): Add.
6562 (HAVE_PREAD64): Remove.
6563 * configure, aclocal.m4, config.in: Regenerated.
6564
b2fb4676
AC
65652003-01-03 Andrew Cagney <ac131313@redhat.com>
6566
6567 * alpha-tdep.c: Use get_frame_saved_regs.
6568 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6569 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
6570 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
6571 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
6572 * vax-tdep.c, xstormy16-tdep.c: Ditto.
6573
8dcde887
MK
65742003-01-03 Mark Kettenis <kettenis@gnu.org>
6575
6576 * configure.in: Remove all use of the SUBDIRS variable; add
6577 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
6578 code providing the --enable-multi-ice option, and move it right in
6579 front of the code that checks whether gdbserver is supported.
6580 Polish that too.
6581 * configure: Regenerated.
6582 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
6583 @SUBDIRS@.
6584
8ccd593b
AC
65852003-01-03 Andrew Cagney <cagney@redhat.com>
6586
6587 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
6588 * avr-tdep.c, cris-tdep.c: Ditto.
6589 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
6590 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
6591
91151a06
MK
65922003-01-03 Mark Kettenis <kettenis@gnu.org>
6593
6594 * configure.in: Remove --enable-netrom option.
6595 * configure: Regenerated.
6596
8fe84d01
MK
65972003-01-03 Mark Kettenis <kettenis@gnu.org>
6598
6599 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
6600 declaration for `struct re_pattern_buffer' instead.
6601 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
6602
f0394be6
JB
66032003-01-03 J. Brobecker <brobecker@gnat.com>
6604
6605 * mdebugread.c (parse_symbol): Count until the stEnd matching
6606 the structure name.
6607
27e9bf90
MK
66082003-01-02 Mark Kettenis <kettenis@gnu.org>
6609
93d331ba
MK
6610 * configure.in: Remove --with-cpu option.
6611 subscripts. Remove evil changequotes here.
6612 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
6613 * config.in, configure: Regenerated.
6614
27e9bf90
MK
6615 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
6616 * configure.in: Cleanup section that sources GDB and BFD configure
6617 subscripts. Remove evil changequotes here.
6618 * config.in, configure: Regenerated.
6619
50abf9e5
AC
66202003-01-02 Andrew Cagney <ac131313@redhat.com>
6621
6622 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
6623 frame accessor methods.
6624 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6625 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
6626 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
6627 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
6628 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
6629 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
6630 * z8k-tdep.c: Ditto.
6631
287c1a40
MK
66322003-01-02 Mark Kettenis <kettenis@gnu.org>
6633
f5dbc56d
MK
6634 * configure.in: Remove UI_OUT configuration code.
6635 * ada-lang.c: Update assuming UI_OUT is always true.
6636 * Makefile.in (UIOUT_CFLAGS): Remove.
6637 * configure: Regenerated.
6638 * TODO: Remove blurb about elimination of -DUI_OUT.
6639
627af7ea
MK
6640 * configure.in: Move code that provides the --enable-gdbcli,
6641 --enable-gdbmi options right before the code that handles the
6642 --enable-tui option. Polish a bit.
6643 * configure: Regenerated.
6644
06825bd1
MK
6645 * configure.in: Rewrite check for GNU regex and the
6646 --without-included regex option, and move it into the "Checks for
6647 library functions" section. This makes us use the system regex
6648 again by default on systems with version 2 of the GNU C library.
6649 This was apparently broken.
6650 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
6651 * acconfig.h (USE_INCLUDED_REGEX): Remove.
6652 * config.in, configure: Regenerated.
6653
287c1a40
MK
6654 * configure.in: Move code that provides the --enable-tui option
6655 before the "Checks for libraries" section. Polish the code
6656 somewhat and set need_curses to yes if we build the TUI. Rewrite
6657 code that looks for a library providing termcap functionality to
6658 match more closely what's done in the Readline library, and move
6659 it into to the "Checks for libraries" section.
6660 * configure: Regenerated.
6661 * Makefile.in (TERMCAP): Remove variable.
6662 * config/i386/go32.mh (TERMCAP): Remove variable.
6663
684e56bf
AC
66642003-01-02 Andrew Cagney <ac131313@redhat.com>
6665
6666 * MAINTAINERS: Mention gdb_mbuild.sh.
6667 * gdb_mbuild.sh: Rewrite.
6668
e1ea1d75
MK
66692003-01-02 Mark Kettenis <kettenis@gnu.org>
6670
6671 * configure.in: Fix typo in last change.
6672 * config.in, configure: Regenerated.
6673
1b831c93
AC
66742003-01-02 Andrew Cagney <ac131313@redhat.com>
6675
6676 * valarith.c (value_binop): Delete obsolete code and comments.
6677 * configure.host: Ditto.
6678 * buildsym.h (make_blockvector): Ditto.
6679 * buildsym.c (make_blockvector): Ditto.
6680 * defs.h (enum language): Ditto.
6681 (chill_demangle): Ditto.
6682 * elfread.c (elf_symtab_read): Ditto.
6683 * dwarfread.c (CHILL_PRODUCER): Ditto.
6684 (set_cu_language): Ditto.
6685 (handle_producer): Ditto.
6686 * expprint.c (print_subexp): Ditto.
6687 * gdbtypes.c (chill_varying_type): Ditto.
6688 * gdbtypes.h (builtin_type_chill_bool): Ditto.
6689 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
6690 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
6691 (chill_varying_type): Ditto.
6692 * language.h (_LANG_chill): Ditto.
6693 * language.c (binop_result_type, integral_type): Ditto.
6694 (character_type, string_type, structured_type): Ditto.
6695 (lang_bool_type, binop_type_check): Ditto.
6696 * stabsread.h (os9k_stabs): Ditto.
6697 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
6698 (define_symbol, read_type, read_struct_fields): Ditto.
6699 (read_array_type, read_enum_type, read_huge_number): Ditto.
6700 (read_range_type, start_stabs): Ditto.
6701 * symfile.c (init_filename_language_table): Ditto.
6702 (add_psymbol_with_dem_name_to_list): Ditto.
6703 * symtab.c (symbol_init_language_specific): Ditto.
6704 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
6705 * symtab.h (struct general_symbol_info): Ditto.
6706 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
6707 * typeprint.c (typedef_print): Ditto.
6708 * utils.c (fprintf_symbol_filtered): Ditto.
6709 * valops.c (value_cast, search_struct_field, value_slice): Delete
6710 obsolete code.
6711 (varying_to_slice): Delete function.
6712 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
6713 (varying_to_slice): Delete declaration.
6714 * MAINTAINERS: Update.
6715
8bb2c122
MK
67162003-01-02 Mark Kettenis <kettenis@gnu.org>
6717
97bf5e38
MK
6718 * configure.in: Reorganize "Checks for library functions section"
6719 a bit. Remove check for `btowc' and `isascii' functions.
6720 * configure: Regenerated.
6721
5ee754fc
MK
6722 * acconfig.h (_MSE_INT_H): Remove.
6723 * configure.in: Create "Checks for header files" section, and move
6724 appropriate tests there. Don't check for objlist.h, wchar.h,
6725 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
6726 misdetection fix. Also add "Checks for types", "Checks for
6727 compiler characteristics" and "Checks for library functions"
6728 sections.
6729 * config.in, configure: Regenerated.
6730
8bb2c122
MK
6731 * configure.in: Create "Checks for programs" section, and move
6732 appropriate tests there.
6733
9a156167
MK
67342003-01-01 Mark Kettenis <kettenis@gnu.org>
6735
6736 * configure.in: Create "Checks for libraries" section, and move
6737 appropriate tests there. Cleanup check for wctype in libw. Use
6738 AC_SEARCH_LIBS to see whether we need libsocket.
6739 * configure: Regenerated.
6740
a80e2bcb 6741For older changes see ChangeLog-2002
c906108c
SS
6742\f
6743Local Variables:
6744mode: change-log
6745left-margin: 8
6746fill-column: 74
6747version-control: never
6748End:
This page took 0.676063 seconds and 4 git commands to generate.