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