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