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