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