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