b12353409a7ad421210fd6c99a0c560d6a71d81e
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-03-30 Mark Kettenis <kettenis@gnu.org>
2
3 * i386-tdep.c (i386_store_struct_return): Removed.
4 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
5
6 2003-03-30 Andrew Cagney <cagney@redhat.com>
7
8 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9 * gdbarch.h, gdbarch.c: Regenerate.
10 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
11 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
12 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14 * i386-tdep.c (i386_gdbarch_init): Ditto.
15 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
16 * cris-tdep.c (cris_gdbarch_init): Ditto.
17 * vax-tdep.c (vax_gdbarch_init): Ditto.
18 * s390-tdep.c (s390_gdbarch_init): Ditto.
19 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
20 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
21 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
22 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
23 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
24 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
25 * sparc-tdep.c (sparc_gdbarch_init): Update.
26 * sh-tdep.c (sh_gdbarch_init): Update.
27 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
28 * mips-tdep.c (mips_gdbarch_init): Update.
29 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
30 * ia64-tdep.c (ia64_gdbarch_init): Update.
31 * frv-tdep.c (frv_gdbarch_init): Update.
32 * avr-tdep.c (avr_gdbarch_init): Update.
33 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
34 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
35 instead of when push_dummy_call is not available.
36
37 2003-03-30 Andrew Cagney <cagney@redhat.com>
38
39 * infttrace.c: Include "gdbthread.h".
40 (parent_attach_all): Fix function signature.
41 (call_ptrace): Update call.
42 * Makefile.in (infttrace.o): Update dependencies.
43
44 2003-03-30 Andrew Cagney <cagney@redhat.com>
45
46 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
47 PUSH_RETURN_ADDRESS.
48 * gdbarch.h, gdbarch.c: Regenerate.
49 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
50 * x86-64-tdep.c (x86_64_init_abi): Update.
51 * v850-tdep.c (v850_gdbarch_init): Update.
52 * sparc-tdep.c (sparc_gdbarch_init): Update.
53 * sh-tdep.c (sh_gdbarch_init): Update.
54 * s390-tdep.c (s390_gdbarch_init): Update.
55 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
56 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
57 * mips-tdep.c (mips_gdbarch_init): Update.
58 * mcore-tdep.c (mcore_gdbarch_init): Update.
59 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
60 * ia64-tdep.c (ia64_gdbarch_init): Update.
61 * i386-tdep.c (i386_gdbarch_init): Update.
62 * h8300-tdep.c (h8300_gdbarch_init): Update.
63 * frv-tdep.c (frv_gdbarch_init): Update.
64 * cris-tdep.c (cris_gdbarch_init): Update.
65 * avr-tdep.c (avr_gdbarch_init): Update.
66 * arm-tdep.c (arm_gdbarch_init): Update.
67 * valops.c (hand_function_call): Update.
68
69 2003-03-29 Andrew Cagney <cagney@redhat.com>
70
71 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
72 sizeof_call_dummy_words.
73 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
74 define.
75 * gdbarch.h: Regenerate.
76
77 2003-03-29 Andrew Cagney <cagney@redhat.com>
78
79 * infttrace.h: New file.
80 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
81 (hpread_get_textlow): Detect an uninitialized dn_bufp.
82 (hpread_read_doc_function_type): Detect an initialized type1.
83 (hpread_quick_traverse): Initialize mod_name_string.
84 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
85 (som_solib_get_solib_by_pc): Declare.
86 (so_lib_thread_start_addr): Declare.
87 (no_shared_libraries): Declare.
88 * somread.c (init_import_symbols): Make static. Add forward
89 declaration.
90 * config/pa/nm-hppah.h: Include "infttrace.h" for
91 parent_attach_all.
92 (hppa_insert_hw_watchpoint): Declare.
93 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
94 * hppah-nat.c: Include "gdb_string.h".
95 (parent_attach_all): Delete extern declaration, moved to
96 "infttrace.h".
97 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
98 int.
99 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
100 * Makefile.in (infttrace_h): Define.
101 (hpread.o): Update dependencies.
102 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
103 * hppa-hpux-tdep.c: Include "gdb_string.h".
104 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
105 * infrun.c (handle_inferior_event): Always initialize
106 stepped_after_stopped_by_watchpoint. Add default and remove
107 fallthrough in switch statement.
108 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
109 parameter to int.
110 (hppa_remove_hw_watchpoint): Ditto.
111
112 2003-03-29 Andrew Cagney <cagney@redhat.com>
113
114 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
115 offset.
116
117 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
118
119 * arm-tdep.c (arm_push_arguments): Delete.
120 (struct stack_item): New type.
121 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
122 (arm_store_struct_return): Delte.
123 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
124 arm_push_arguments or arm_store_struct_return.
125
126 2003-03-28 Andrew Cagney <cagney@redhat.com>
127
128 * Makefile.in (d10v-tdep.o): Update dependencies.
129 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
130 * d10v-tdep.c: Include "remote.h".
131 (target_resume_hook): Delete extern declaration.
132 (target_wait_loop_hook): Ditto.
133 (tdisassemble_command): Eliminate assignment in "if" conditional.
134 (d10v_ts2_register_sim_regno): Eliminate call to
135 legacy_register_sim_regno.
136 (d10v_ts3_register_sim_regno): Ditto.
137
138 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
139
140 * thread.c: Reindented.
141 * lin-lwp.c: Ditto.
142 * linux-proc.c: Ditto.
143
144 2003-03-28 Bob Rossi <bob_rossi@cox.net>
145
146 * MAINTAINERS (write after approval): Add myself.
147
148 2003-03-27 Theodore A. Roth <troth@openavr.org>
149
150 * objc-exp.y: Add missing semi-colons.
151
152 2003-03-27 Andrew Cagney <cagney@redhat.com>
153
154 * regcache.c (write_sp): Delete function and references.
155 * inferior.h (write_sp): Delete declaration.
156 * valops.c (hand_function_call): Replace write_sp with
157 TARGET_WRITE_SP.
158 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
159 (sparc_pop_frame): Ditto.
160
161 2003-03-27 Andrew Cagney <cagney@redhat.com>
162
163 * NEWS: Mention removal of support for hppa*-*-bsd* and
164 hppa*-*-osf* natives, and hppa*-*-pro* target.
165 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
166 * config/pa/xm-pa.h: Obsolete file.
167 * config/pa/xm-hppab.h: Obsolete file.
168 * config/pa/nm-hppab.h: Obsolete file.
169 * config/pa/tm-hppab.h: Obsolete file.
170 * config/pa/tm-hppao.h: Obsolete file.
171 * config/pa/nm-hppao.h: Obsolete file.
172 * config/pa/tm-pro.h: Obsolete file.
173 * config/pa/hppaosf.mt: Obsolete file.
174 * config/pa/hppaosf.mh: Obsolete file.
175 * config/pa/hppapro.mt: Obsolete file.
176 * config/pa/hppabsd.mt: Obsolete file.
177 * config/pa/hppabsd.mh: Obsolete file.
178 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
179 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
180 hppa*-*-osf*.
181
182 2003-03-27 Andrew Cagney <cagney@redhat.com>
183
184 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
185 push_arguments. Don't set push_return_address or write_sp.
186 (d10v_push_dummy_call): Replace d10v_push_arguments.
187 (d10v_push_return_address, d10v_write_sp): Delete function,
188 handled by push_dummy_call.
189
190 2003-03-26 Andrew Cagney <cagney@redhat.com>
191
192 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
193 (push_dummy_call): New pure multi-arch replacement with gdbarch,
194 regcache and dummy_addr parameters.
195 * gdbarch.h, gdbarch.c: Re-generate.
196 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
197 available; assume it will handle stack alignment and return
198 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
199 legacy_push_arguments.
200 (legacy_push_arguments): Rename default_push_arguments.
201 * value.h (legacy_push_arguments): Rename default_push_arguments.
202 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
203 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
204 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
205 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
206 * config/i386/tm-symmetry.h: Update.
207 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
208 * x86-64-tdep.c (x86_64_init_abi): Update.
209 * v850-tdep.c (v850_gdbarch_init): Update.
210 * sparc-tdep.c (sparc_gdbarch_init): Update.
211 * sh-tdep.c (sh_gdbarch_init): Update.
212 * s390-tdep.c (s390_gdbarch_init): Update.
213 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
214 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
215 * mips-tdep.c (mips_gdbarch_init): Update.
216 * mcore-tdep.c (mcore_gdbarch_init): Update.
217 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
218 * ia64-tdep.c (ia64_gdbarch_init): Update.
219 * i386-tdep.c (i386_gdbarch_init): Update.
220 * hppa-tdep.c (hppa_gdbarch_init): Update.
221 * h8300-tdep.c (h8300_gdbarch_init): Update.
222 * frv-tdep.c (frv_gdbarch_init): Update.
223 * d10v-tdep.c (d10v_gdbarch_init): Update.
224 * cris-tdep.c (cris_gdbarch_init): Update.
225 * avr-tdep.c (avr_gdbarch_init): Update.
226 * arm-tdep.c (arm_gdbarch_init): Update.
227 * arm-linux-tdep.c (arm_linux_init_abi): Update.
228 * alpha-tdep.c (alpha_gdbarch_init): Update.
229
230 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
231
232 * signals/signals.c (do_target_signal_to_host): Correct realtime
233 signal range test.
234
235 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
236
237 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
238 (struct sal_chain, map_catch_names): Remove.
239 (catch_exception_command_1): Don't call
240 handle_gnu_4_16_catch_command.
241
242 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
243
244 From Mark Dettinger <dettinge@de.ibm.com>:
245 * dwarf2cfi.c (read_2u): Increment pointer by two.
246
247 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
248
249 * signals/signals.c: Fix typos in last change.
250
251 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
252
253 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
254 not already defined. Use __SIGRTMIN if available.
255 (target_signal_from_host): Remove SIGRTMIN block.
256 (do_target_signal_to_host): Remove SIGRTMIN block; check that
257 the signal is within the realtime range.
258
259 2003-03-25 Adam Fedor <fedor@gnu.org>
260
261 * Makefile.in (infrun.o): Add $(language_h)
262 * infrun.c (handle_inferior_event): Use skip_language_trampoline
263 for language specific trampolines.
264 * language.h (struct language_defn): Add skip_trampoline.
265 (skip_language_trampoline): Declare.
266 * language.c (unk_lang_trampoline, skip_language_trampoline):
267 New functions.
268 (unknown_language_defn, auto_language_defn, local_language_defn):
269 Add ukn_lang_trampoline.
270 * ada-lang.c (ada_language_defn): Add NULL for language
271 specific skip_trampoline.
272 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
273 scm-lang.c: Likewise.
274 * objc-lang.c (objc_skip_trampoline): New function.
275 (objc_language_defn): Add objc_skip_trampoline.
276
277 2003-03-25 Andrew Cagney <cagney@redhat.com>
278
279 * frame.c (get_prev_frame): Delay validating a frame's ID -
280 non-NULL, didn't go backwards - until an attempt to unwind it to
281 the previous frame.
282
283 2003-03-25 Andrew Cagney <cagney@redhat.com>
284
285 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
286 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
287 * gdbarch.h, gdbarch.c: Re-generate.
288 * config/sparc/tm-sparc.h
289 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
290 * sparc-tdep.c (sparc_gdbarch_init): Set
291 deprecated_extra_stack_alignment_needed.
292 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
293 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
294 extra_stack_alignment_needed.
295 * v850-tdep.c (v850_gdbarch_init): Ditto.
296 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
297 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
298 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
299 * cris-tdep.c (cris_gdbarch_init): Ditto.
300 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
301 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
302
303 2003-03-25 Andrew Cagney <cagney@redhat.com>
304
305 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
306 STORE_STRUCT_RETURN.
307 * gdbarch.h, gdbarch.c: Regenerate.
308 * d10v-tdep.c (d10v_store_struct_return): Delete function.
309 (d10v_push_arguments): Set the struct return register.
310 (d10v_gdbarch_init): Update.
311 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
312 * x86-64-tdep.c (x86_64_init_abi): Update.
313 * vax-tdep.c (vax_gdbarch_init): Update.
314 * v850-tdep.c (v850_gdbarch_init): Update.
315 * sparc-tdep.c (sparc_gdbarch_init): Update.
316 * sh-tdep.c (sh_gdbarch_init): Update.
317 * s390-tdep.c (s390_gdbarch_init): Update.
318 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
319 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
320 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
321 * mips-tdep.c (mips_gdbarch_init): Update.
322 * mcore-tdep.c (mcore_gdbarch_init): Update.
323 * m68k-tdep.c (m68k_gdbarch_init): Update.
324 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
325 * ia64-tdep.c (ia64_gdbarch_init): Update.
326 * i386-tdep.c (i386_gdbarch_init): Update.
327 * hppa-tdep.c (hppa_gdbarch_init): Update.
328 * h8300-tdep.c (h8300_gdbarch_init): Update.
329 * frv-tdep.c (frv_gdbarch_init): Update.
330 * cris-tdep.c (cris_gdbarch_init): Update.
331 * avr-tdep.c (avr_gdbarch_init): Update.
332 * arm-tdep.c (arm_gdbarch_init): Update.
333 * alpha-tdep.c (alpha_gdbarch_init): Update.
334
335 2003-03-25 Andrew Cagney <cagney@redhat.com>
336
337 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
338 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
339 CALL_DUMMY_STACK_ADJUST with a predicate variable.
340 * gdbarch.h, gdbarch.c: Regenerate.
341 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
342 call_dummy_stack_adjust_p.
343 * vax-tdep.c (vax_gdbarch_init): Ditto.
344 * v850-tdep.c (v850_gdbarch_init): Ditto.
345 * sh-tdep.c (sh_gdbarch_init): Ditto.
346 * s390-tdep.c (s390_gdbarch_init): Ditto.
347 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
348 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
349 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
350 * mips-tdep.c (mips_gdbarch_init): Ditto.
351 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
352 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
353 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
354 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
355 * i386-tdep.c (i386_gdbarch_init): Ditto.
356 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
357 * frv-tdep.c (frv_gdbarch_init): Ditto.
358 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
359 * cris-tdep.c (cris_gdbarch_init): Ditto.
360 * avr-tdep.c (avr_gdbarch_init): Ditto.
361 * arm-tdep.c (arm_gdbarch_init): Ditto.
362 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
363 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
364 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
365 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
366 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
367 call_dummy_stack_adjust_p.
368 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
369 (CALL_DUMMY_STACK_ADJUST): Delete macro.
370 * sparc-tdep.c (sparc32_push_arguments): Update.
371 * valops.c (hand_function_call): Update.
372
373 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
374
375 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
376 set_gdbarch_char_signed.
377
378 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
379
380 PR cli/548
381 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
382
383 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
384
385 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
386 (_initialize_arm_tdep): Don't set tm_print_insn.
387
388 2003-03-24 Adam Fedor <fedor@gnu.org>
389
390 * Makefile.in (YYOBJ): Add objc-exp.tab.o
391 * objc-lang.h: Add multiple inclusion protection.
392 (start_msglist, add_msglist, end_msglist): Additional declarations.
393
394 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
395
396 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
397 value was renamed to ARM_FLOAT_SOFT_FPA.
398
399 2003-03-23 Andrew Cagney <cagney@redhat.com>
400
401 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
402 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
403 * gdbarch.h, gdbarch.c: Regenerate.
404 * valops.c (hand_function_call): Update.
405 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
406 * frame.c (legacy_saved_regs_this_id): Update.
407 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
408 * dummy-frame.h: Update.
409 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
410 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
411 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
412 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
413 * config/m68k/tm-sun3.h: Update.
414 * blockframe.c (inside_main_func, frame_chain_valid): Update.
415 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
416 * x86-64-tdep.c (x86_64_init_abi): Update.
417 * vax-tdep.c (vax_gdbarch_init): Update.
418 * v850-tdep.c (v850_gdbarch_init): Update.
419 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
420 * sh-tdep.c (sh_gdbarch_init): Update.
421 * s390-tdep.c (s390_gdbarch_init): Update.
422 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
423 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
424 (frame_get_saved_regs): Update.
425 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
426 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
427 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
428 * mips-tdep.c (mips_gdbarch_init): Update.
429 * mcore-tdep.c (mcore_gdbarch_init): Update.
430 * m68k-tdep.c (m68k_gdbarch_init): Update.
431 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
432 * ia64-tdep.c (ia64_gdbarch_init): Update.
433 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
434 * i386-interix-tdep.c (i386_interix_init_abi): Update.
435 (i386_interix_back_one_frame): Update.
436 * hppa-tdep.c (hppa_gdbarch_init): Update.
437 (hppa_init_extra_frame_info): Update.
438 * h8300-tdep.c (h8300_gdbarch_init): Update.
439 * frv-tdep.c (frv_gdbarch_init): Update.
440 * cris-tdep.c (cris_gdbarch_init): Update.
441 * avr-tdep.c (avr_gdbarch_init): Update.
442 * arm-tdep.c (arm_gdbarch_init): Update.
443 * alpha-tdep.c (alpha_gdbarch_init): Update.
444
445 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
446
447 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
448 (arm_get_fp_model): Declare.
449 * arm-tdep.c (fp_model_strings): New string array.
450 (arm_fp_model, current_fp_model): New variables.
451 (arm_get_fp_model): New function.
452 (arm_set_fp): New function.
453 (set_fp_model_sfunc): New function.
454 (show_fp_model): New function.
455 (_initialize_arm_tdep): Add new command to set/show the FPU.
456 (arm_extract_return_value): Use arm_get_fp_model.
457 (arm_store_return_value): Likewise.
458 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
459 to initialize the floating-point data types.
460 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
461 model is FPA.
462
463 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
464
465 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
466 the current setting of each value.
467 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
468 new_set and new_show. Use add_setshow_cmd_full and
469 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
470 commands and add new version as subcommands of "set/show arm".
471
472 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
473
474 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
475 (set_arm_command, show_arm_command): New functions.
476 (_initialize_arm_tdep): Add them.
477 (num_disassembly_options): Renamed from num_flavor_options.
478 (valid_disassembly_styles): Renamed from valid_flavors.
479 (disassembly_style): Renamed from disassembly_flavor.
480 (set_disassembly_style_sfunc): Renamed from
481 set_disassembly_flavor_sfunc.
482 (set_disassembly_style): Renamed from set_disassembly_flavor.
483 (arm_othernames): Updated.
484 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
485 command. Add "set/show arm disassembly" commands. Deprecate
486 "othernames" command.
487
488 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
489
490 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
491 (arm-tdep.o): Depend on elf_arm_h.
492
493 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
494
495 * Makefile.in (coff_internal_h): Define.
496 (arm-tdep.o): Update dependencies.
497
498 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
499
500 * arm-tdep.c (prologue_cache): Delete.
501 (check_prologue_cache, save_prologue_cache): Delete.
502 (arm_scan_prologue): Don't check or update the prologue_cache.
503 (arm_gdb_arch_init): Don't initialize it.
504 (_initialize_arm_tdep): Likewise.
505
506 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
507
508 * MAINTAINERS (tui): Maintainer of tui code.
509
510 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
511
512 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
513 (i386-cygwin-tdep.o): Add dependencies.
514 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
515 * i386-cygwin-tdep.c: New file.
516 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
517 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
518
519 2003-03-20 Andrew Cagney <cagney@redhat.com>
520
521 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
522 (handle_inferior_event): Remove code calling
523 DYNAMIC_TRAMPOLINE_NEXTPC.
524
525 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
526 already has a full path.
527
528 * main.c (gdb_main): Return 1.
529 (captured_main): Call error to report an invalid interpreter.
530
531 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
532 * alpha-osf1-tdep.c: Include "gdb_string.h".
533
534 2003-03-19 J. Brobecker <brobecker@gnat.com>
535
536 Continuing work to convert the hppa targets to multiarch partial.
537
538 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
539 method, now that hppa_push_dummy_frame has a conformant prototype.
540 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
541 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
542 for the switch to multiarch partial.
543
544 2003-03-19 Kevin Buettner <kevinb@redhat.com>
545
546 * mdebugread.c (parse_symbol): For stEnd, we're done counting
547 when iss is issNull.
548
549 2003-03-18 Kevin Buettner <kevinb@redhat.com>
550
551 * mips-tdep.c (mips_register_name): Fix fencepost error involving
552 NUM_REGS bounds check.
553
554 2003-03-18 Kevin Buettner <kevinb@redhat.com>
555
556 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
557 * mips-tdep.c (gdb_assert.h): Include.
558 (mips_generic_reg_names, mips_processor_reg_names): Make static.
559 (mips_register_name): Handle integer registers explicitly. Add
560 bounds checking.
561 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
562 (mips_lsi33k_reg_names): Don't list integer registers; they're
563 handled by mips_register_name() now.
564 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
565 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
566 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
567 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
568 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
569
570 2003-03-18 Andrew Cagney <cagney@redhat.com>
571
572 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
573 a void pointer.
574 * gdbtypes.h (print_scalar_formatted): Update declaration.
575 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
576
577 2003-03-18 J. Brobecker <brobecker@gnat.com>
578
579 * infrun.c (observer.h): Add #include.
580 (normal_stop): Add call to observer_notify_normal_stop.
581 * Makefile.in (infrun.o): Add dependency on observer.h.
582
583 2003-03-18 J. Brobecker <brobecker@gnat.com>
584
585 Continuing work to convert the hppa targets to multiarch partial.
586 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
587 parameter. Reformat comment.
588 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
589 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
590 to match new profile.
591
592 2003-03-18 J. Brobecker <brobecker@gnat.com>
593
594 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
595 appear to be working in any case.
596
597 2003-03-18 J. Brobecker <brobecker@gnat.com>
598
599 * observer.c (observer_test_first_observer): New static variable.
600 (observer_test_second_observer): Likewise.
601 (observer_test_third_observer): Likewise.
602 (observer_test_first_notification_function): New static function.
603 (observer_test_second_notification_function): Likewise.
604 (observer_test_third_notification_function): Likewise.
605
606 2003-03-17 J. Brobecker <brobecker@gnat.com>
607
608 * hppa-tdep.c (gdb_assert.h): Add missing #include.
609 * somsolib.c (gdb_assert.h): Likewise.
610 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
611 (somsolib.o): Likewise.
612
613 2003-03-17 Andrew Cagney <cagney@redhat.com>
614
615 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
616 BFD. Simplify setting of di.endian.
617
618 2003-03-17 Andrew Cagney <cagney@redhat.com>
619
620 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
621 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
622
623 From Elena Zannoni <ezannoni@redhat.com>
624 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
625 vector and floating-point parameters.
626 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
627 convention.
628 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
629
630 2003-03-17 Fernando Nasser <fnasser@redhat.com>
631
632 * MAINTAINERS: Remove my name from several maintainership roles.
633
634 2003-03-17 Andrew Cagney <cagney@redhat.com>
635
636 Fix frame off-by-one bug.
637 * frame-unwind.h (frame_this_id_ftype): Replace
638 frame_unwind_id_ftype.
639 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
640 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
641 with "prev_register".
642 * frame-unwind.c (frame_unwind_find_by_pc): Return
643 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
644 comment.
645 * dummy-frame.c (cached_find_dummy_frame): Delete function.
646 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
647 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
648 (dummy_frame_unwind): Update.
649 * sentinel-frame.c (sentinel_frame_prev_register): Replace
650 sentinel_frame_register_unwind.
651 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
652 (sentinel_frame_unwinder): Update.
653 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
654 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
655 * frame.c (create_sentinel_frame): Update. Initialize
656 "prologue_cache" instead of "unwind_cache".
657 (frame_register_unwind): Call this frame's prev_register with the
658 next frame and this frame's prologue cache.
659 (get_prev_frame): Simplify. Always call prev frame's this_id with
660 this frame and prev frame's prologue cache. Document that this
661 call is shifted one to the left when compared to the
662 frame_register_unwind call.
663 (legacy_saved_regs_prev_register): Replace
664 frame_saved_regs_register_unwind.
665 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
666 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
667 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
668 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
669 (d10v_frame_unwind): Update.
670 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
671 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
672 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
673 "saved_regs" with "this_saved_regs".
674
675 2003-03-16 Andrew Cagney <cagney@redhat.com>
676
677 * frame.c (frame_pop): Don't call target_store_registers. Fix
678 problem reported by Mark Kettenis.
679
680 2003-03-16 Mark Kettenis <kettenis@gnu.org>
681
682 * i386-tdep.c (i386_register_type): Renamed from
683 i386_register_virtual_type. Adjust function signature.
684 (i386_gdbarch_init): Set register_type instead of
685 deprecated_max_register_raw_size,
686 deprecated_max_register_virtual_size and register_virtual_type.
687
688 2003-03-14 Andrew Cagney <cagney@redhat.com>
689
690 * frame.c (get_prev_frame): When a legacy frame, always call
691 legacy_get_prev_frame. Simplify unwind code using assumption that
692 the unwinder is new.
693 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
694 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
695 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
696
697 2003-03-14 Andrew Cagney <cagney@redhat.com>
698
699 * frame.c (get_saved_register): Delete function.
700 * frame.h (get_saved_register): Delete declaration.
701 * xstormy16-tdep.c: Update comment.
702 * regcache.h: Update comments.
703 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
704 get_saved_register and extract_address, use
705 frame_read_unsigned_register.
706 (sparc_frame_saved_pc): Ditto.
707 (sparc_get_saved_register): Instead of get_saved_register, use
708 frame_register.
709 (sparc_pop_frame): Ditto.
710 * findvar.c: Update comments.
711 (value_of_register): Call frame_register instead of
712 get_saved_register.
713 (value_from_register): Ditto.
714 * config/sparc/tm-sparc.h: Update comment.
715 * breakpoint.c: Update comment.
716
717 2003-03-14 Andrew Cagney <cagney@redhat.com>
718
719 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
720 GET_SAVED_REGISTER.
721 * gdbarch.h, gdbarch.c: Re-generate.
722 * frame.h: Update comments.
723 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
724 * x86-64-tdep.c (x86_64_init_abi): Update.
725 * sparc-tdep.c (sparc_gdbarch_init): Update.
726 * sh-tdep.c (sh_gdbarch_init): Update.
727 * mips-tdep.c (mips_gdbarch_init): Update.
728 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
729 * cris-tdep.c (cris_gdbarch_init): Update.
730 * ia64-tdep.c (ia64_gdbarch_init): Update.
731 * frame.c (frame_register): Update.
732 (get_saved_register): Update.
733 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
734
735 2003-03-13 Andrew Cagney <cagney@redhat.com>
736
737 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
738 * gdbarch.h, gdbarch.c: Regenerate.
739 * valops.c (hand_function_call): Update comment.
740 * stack.c (return_command): Update comment.
741 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
742 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
743 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
744 * x86-64-tdep.c (x86_64_init_abi): Update.
745 * vax-tdep.c (vax_gdbarch_init): Update.
746 * v850-tdep.c (v850_gdbarch_init): Update.
747 * sparc-tdep.c (sparc_gdbarch_init): Update.
748 * sh-tdep.c (sh_gdbarch_init): Update.
749 * s390-tdep.c (s390_gdbarch_init): Update.
750 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
751 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
752 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
753 * mips-tdep.c (mips_gdbarch_init): Update.
754 * mcore-tdep.c (mcore_gdbarch_init): Update.
755 * m68k-tdep.c (m68k_gdbarch_init): Update.
756 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
757 * ia64-tdep.c (ia64_gdbarch_init): Update.
758 * i386-tdep.c (i386_gdbarch_init): Update.
759 * hppa-tdep.c (hppa_gdbarch_init): Update.
760 * h8300-tdep.c (h8300_gdbarch_init): Update.
761 * frv-tdep.c (frv_gdbarch_init): Update.
762 * cris-tdep.c (cris_gdbarch_init): Update.
763 * avr-tdep.c (avr_gdbarch_init): Update.
764 * arm-tdep.c (arm_gdbarch_init): Update.
765 * alpha-tdep.c (alpha_gdbarch_init): Update.
766
767 2003-03-13 Andrew Cagney <cagney@redhat.com>
768
769 * frame.c (legacy_frame_p): New function.
770 (get_prev_frame): Use legacy_frame_p.
771 * frame.h (legacy_frame_p): Declare.
772
773 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
774
775 * MAINTAINERS (write after approval): Alphabetically
776 listing corrected.
777
778 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
779
780 * MAINTAINERS (write after approval): Add myself.
781
782 2003-03-12 Andrew Cagney <cagney@redhat.com>
783
784 * frame.c (get_prev_frame): Rename the frame parameter to
785 "this_frame".
786 (get_next_frame, legacy_get_prev_frame): Ditto.
787
788 2003-03-12 Andrew Cagney <cagney@redhat.com>
789
790 * frame.c (get_current_frame): Check target_has_registers before
791 checking target_has_stack.
792 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
793 instead of deprecated_selected_frame.
794 * findvar.c (value_of_register): Pass "frame", not
795 deprecated_selected_frame, to value_of_builtin_reg.
796
797 2003-03-12 Andrew Cagney <cagney@redhat.com>
798
799 * regcache.c (regcache_cooked_write_signed): New function.
800 (regcache_cooked_write_unsigned): New function.
801 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
802 (regcache_cooked_read_signed): Fix regnum in range assertion.
803 * regcache.h (regcache_cooked_write_signed): Declare.
804 (regcache_cooked_write_unsigned): Declare.
805
806 2003-03-12 Andrew Cagney <cagney@redhat.com>
807
808 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
809 * gdbarch.h, gdbarch.c: Re-generate.
810 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
811 * x86-64-tdep.h: Update.
812 * x86-64-tdep.c (x86_64_init_abi): Update.
813 * v850-tdep.c (v850_gdbarch_init): Update.
814 * sparc-tdep.c (sparc_gdbarch_init): Update.
815 * sh-tdep.c (sh_gdbarch_init): Update.
816 * s390-tdep.c (s390_gdbarch_init): Update.
817 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
818 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
819 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
820 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
821 * mips-tdep.c (mips_gdbarch_init): Update.
822 * mcore-tdep.c (mcore_gdbarch_init): Update.
823 * m68k-tdep.c (m68k_gdbarch_init): Update.
824 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
825 * ia64-tdep.c (ia64_gdbarch_init): Update.
826 * i386-tdep.c (i386_gdbarch_init): Update.
827 * i386-interix-tdep.c (i386_interix_init_abi): Update.
828 * hppa-tdep.c (hppa_gdbarch_init): Update.
829 * h8300-tdep.c (h8300_gdbarch_init): Update.
830 * frv-tdep.c (frv_gdbarch_init): Update.
831 * cris-tdep.c (cris_gdbarch_init): Update.
832 * avr-tdep.c (avr_gdbarch_init): Update.
833 * arm-tdep.c (arm_gdbarch_init): Update.
834 * alpha-tdep.c (alpha_gdbarch_init): Update.
835 * sh-tdep.c (sh_init_extra_frame_info): Update.
836 (sh64_init_extra_frame_info): Update.
837 * ns32knbsd-nat.c (frame_num_args): Update.
838 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
839 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
840 (xstormy16_frame_chain_valid): Update.
841 * vax-tdep.c (vax_saved_pc_after_call): Update.
842 * v850-tdep.c (v850_frame_chain): Update.
843 (v850_pop_frame): Update.
844 (v850_init_extra_frame_info): Update.
845 * sparc-tdep.c (setup_arbitrary_frame): Update.
846 * ns32k-tdep.c (umax_frame_num_args): Update.
847 * s390-tdep.c (s390_pop_frame_regular): Update.
848 * mn10300-tdep.c (mn10300_frame_chain): Update.
849 (mn10300_pop_frame_regular): Update.
850 (mn10300_init_extra_frame_info): Update.
851 * mips-tdep.c (mips_init_frame_pc_first): Update.
852 (mips_frame_chain): Update.
853 (mips_pop_frame): Update.
854 * mcore-tdep.c (mcore_frame_chain): Update.
855 (mcore_pop_frame): Update.
856 (mcore_init_extra_frame_info): Update.
857 * arch-utils.c (init_frame_pc_default): Update.
858 * m68k-tdep.c (isi_frame_num_args): Update.
859 (delta68_frame_num_args): Update.
860 (news_frame_num_args): Update.
861 * ia64-tdep.c (ia64_pop_frame_regular): Update.
862 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
863 (alpha_frame_chain): Update.
864 (alpha_pop_frame): Update.
865 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
866 (hppa_init_extra_frame_info): Update.
867 (hppa_frame_chain): Update.
868 (hppa_frame_chain_valid): Update.
869 * cris-tdep.c (cris_init_extra_frame_info): Update.
870 * avr-tdep.c (avr_init_extra_frame_info): Update.
871 * arm-tdep.c (arm_frame_chain_valid): Update.
872 (arm_init_extra_frame_info): Update.
873 (arm_pop_frame): Update.
874 * frame.c (frame_pc_unwind): Update.
875 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
876 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
877 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
878 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
879 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
880 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
881
882 2003-03-12 Andrew Cagney <cagney@redhat.com>
883
884 Eliminate the need for POP_FRAME.
885 * frame.c (do_frame_unwind_register): New function.
886 (frame_pop): When no POP_FRAME, pop the frame using register
887 unwind and a scratch regcache.
888 (frame_saved_regs_pop): Delete function.
889 (trad_frame_unwinder): Update.
890 * d10v-tdep.c (d10v_frame_pop): Delete function.
891 (d10v_frame_unwind): Update.
892 * sentinel-frame.c (sentinel_frame_pop): Delete function.
893 (sentinel_frame_unwinder): Update.
894 * dummy-frame.c (dummy_frame_pop): Delete function.
895 (dummy_frame_unwind): Update.
896 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
897 (struct frame_unwind): Update.
898
899 2003-03-11 Kevin Buettner <kevinb@redhat.com>
900
901 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
902 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
903 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
904 Do range checks on register number obtained from debugging info.
905 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
906 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
907 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
908 mapping function.
909 (do_fp_register_row): Fix typo which caused double type to be
910 used when attempting to unpack a float.
911
912 2003-03-11 J. Brobecker <brobecker@gnat.com>
913
914 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
915
916 2003-03-11 Andrew Cagney <cagney@redhat.com>
917
918 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
919 frame. Problem found by Corinna Vinschen.
920
921 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
922
923 * doublest.c (floatformat_from_length): Accept also
924 the real size of 'long double' type.
925
926 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
927
928 From Klee Dienes <kdienes@apple.com>:
929 * breakpoint.c (bpstat_copy): Copy the command lines as well
930 as the old value, to match what is freed in bpstat_clear.
931
932 2003-03-10 David Carlton <carlton@math.stanford.edu>
933
934 * minsyms.c (add_minsym_to_hash_table): Replace
935 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
936 (compare_minimal_symbols, compact_minimal_symbols)
937 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
938 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
939 of DEPRECATED_SYMBOL_MATCHES_NAME.
940 (lookup_minimal_symbol_solib_trampoline): Ditto.
941
942 2003-03-10 Andrew Cagney <cagney@redhat.com>
943
944 * regcache.h (regcache_cooked_read_ftype): Define.
945 (regcache_save, regcache_restore): Add a cooked_read parameter.
946 * regcache.c (regcache_save, regcache_restore): Update.
947 (do_cooked_read): New function.
948 (regcache_cpy): Pass do_cooked_read to regcache_save and
949 regcache_restore.
950
951 2003-03-10 Andrew Cagney <cagney@redhat.com>
952
953 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
954 * gdbarch.h, gdbarch.c: Re-generate.
955 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
956 * x86-64-tdep.h: Update.
957 * x86-64-tdep.c (x86_64_init_abi): Update.
958 * v850-tdep.c (v850_gdbarch_init): Update.
959 * sparc-tdep.c (sparc_gdbarch_init): Update.
960 * sh-tdep.c (sh_gdbarch_init): Update.
961 * s390-tdep.c (s390_gdbarch_init): Update.
962 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
963 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
964 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
965 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
966 * mips-tdep.c (mips_gdbarch_init): Update.
967 * mcore-tdep.c (mcore_gdbarch_init): Update.
968 * m68k-tdep.c (m68k_gdbarch_init): Update.
969 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
970 * ia64-tdep.c (ia64_gdbarch_init): Update.
971 * i386-tdep.c (i386_gdbarch_init): Update.
972 * i386-interix-tdep.c (i386_interix_init_abi): Update.
973 * hppa-tdep.c (hppa_gdbarch_init): Update.
974 * h8300-tdep.c (h8300_gdbarch_init): Update.
975 * frv-tdep.c (frv_gdbarch_init): Update.
976 * cris-tdep.c (cris_gdbarch_init): Update.
977 * avr-tdep.c (avr_gdbarch_init): Update.
978 * arm-tdep.c (arm_gdbarch_init): Update.
979 * alpha-tdep.c (alpha_gdbarch_init): Update.
980 * sh-tdep.c (sh_init_extra_frame_info): Update.
981 (sh64_init_extra_frame_info): Update.
982 * ns32knbsd-nat.c (frame_num_args): Update.
983 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
984 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
985 (xstormy16_frame_chain_valid): Update.
986 * vax-tdep.c (vax_saved_pc_after_call): Update.
987 * v850-tdep.c (v850_frame_chain): Update.
988 (v850_pop_frame): Update.
989 (v850_init_extra_frame_info): Update.
990 * sparc-tdep.c (setup_arbitrary_frame): Update.
991 * ns32k-tdep.c (umax_frame_num_args): Update.
992 * s390-tdep.c (s390_pop_frame_regular): Update.
993 * mn10300-tdep.c (mn10300_frame_chain): Update.
994 (mn10300_pop_frame_regular): Update.
995 (mn10300_init_extra_frame_info): Update.
996 * mips-tdep.c (mips_init_frame_pc_first): Update.
997 (mips_frame_chain): Update.
998 (mips_pop_frame): Update.
999 * mcore-tdep.c (mcore_frame_chain): Update.
1000 (mcore_pop_frame): Update.
1001 (mcore_init_extra_frame_info): Update.
1002 * arch-utils.c (init_frame_pc_default): Update.
1003 * m68k-tdep.c (isi_frame_num_args): Update.
1004 (delta68_frame_num_args): Update.
1005 (news_frame_num_args): Update.
1006 * ia64-tdep.c (ia64_pop_frame_regular): Update.
1007 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
1008 (alpha_frame_chain): Update.
1009 (alpha_pop_frame): Update.
1010 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
1011 (hppa_init_extra_frame_info): Update.
1012 (hppa_frame_chain): Update.
1013 (hppa_frame_chain_valid): Update.
1014 * cris-tdep.c (cris_init_extra_frame_info): Update.
1015 * avr-tdep.c (avr_init_extra_frame_info): Update.
1016 * arm-tdep.c (arm_frame_chain_valid): Update.
1017 (arm_init_extra_frame_info): Update.
1018 (arm_pop_frame): Update.
1019 * frame.c (frame_pc_unwind): Update.
1020 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
1021 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1022 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1023 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
1024 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
1025 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
1026
1027 2003-03-10 Andrew Cagney <cagney@redhat.com>
1028
1029 * gdbarch.sh (gdbarch_unwind_pc): New method.
1030 * gdbarch.h, gdbarch.c: Regenerate.
1031 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
1032 but use read_pc and FRAME_SAVED_PC as fall backs.
1033 (frame_saved_regs_pc_unwind): Delete function.
1034 (trad_frame_unwinder): Update.
1035 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
1036 (struct frame_unwind): Update.
1037 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
1038 (dummy_frame_unwind): Update.
1039 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
1040 (sentinel_frame_unwinder): Update.
1041 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
1042 (d10v_frame_unwind): Update.
1043 (d10v_unwind_pc): New function.
1044 (d10v_gdbarch_init): Set unwind_pc.
1045
1046 2003-03-10 Andrew Cagney <cagney@redhat.com>
1047
1048 * gdbarch.h: Re-generate.
1049
1050 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
1051 PC.
1052 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
1053 the PC register.
1054
1055 2003-03-08 Mark Kettenis <kettenis@gnu.org>
1056
1057 * gdbarch.sh (save_dummy_frame_tos): Add comment.
1058
1059 2003-03-08 Andrew Cagney <cagney@redhat.com>
1060
1061 * cli-out.c: Update copyright.
1062 (cli_out_data): Define typedef. Use instead of ui_out_data.
1063
1064 2003-03-08 Andrew Cagney <cagney@redhat.com>
1065
1066 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
1067 the result.
1068
1069 2003-03-07 Andrew Cagney <cagney@redhat.com>
1070
1071 * gdbarch.sh: Don't generate two macro definitions when an
1072 undefined macro taking no arguments.
1073 * gdbarch.h: Regenerate.
1074
1075 2002-03-07 Michal Ludvig <mludvig@suse.cz>
1076
1077 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
1078 (x86_64_unwind_dummy_id): New functions.
1079 (x86_64_init_abi): Register these two new functions.
1080
1081 2003-03-07 Michal Ludvig <mludvig@suse.cz>
1082
1083 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
1084 (x86_64_skip_prologue): Move prologue detection to
1085 separate function.
1086 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
1087
1088 2003-03-05 Andrew Cagney <cagney@redhat.com>
1089
1090 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
1091 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
1092 * frame.c (get_prev_frame): Restructure the frame ID unwind code
1093 to use unwind_dummy_id when a dummy frame.
1094 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
1095 predicate.
1096 * gdbarch.h, gdbarch.c: Regneerate.
1097
1098 2003-03-05 Andrew Cagney <cagney@redhat.com>
1099
1100 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
1101 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
1102 Do not use d10v_read_sp or d10v_read_fp when obtaining register
1103 values.
1104
1105 2003-03-05 Andrew Cagney <cagney@redhat.com>
1106
1107 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
1108 (struct d10v_unwind_cache): Delete field "frameless". Replace
1109 "next_addr" with "sp_offset". Add "r11_offset".
1110 (d10v_frame_unwind_cache): Update.
1111 (prologue_find_regs): Update. When "mv r11, sp", save the
1112 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
1113 RN was saved in r11_offset.
1114
1115 2003-03-05 Andrew Cagney <cagney@redhat.com>
1116
1117 * frame.c (deprecated_update_frame_pc_hack): Also update the the
1118 cached PC value in the next frame.
1119
1120 2003-03-05 Andrew Cagney <cagney@redhat.com>
1121
1122 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
1123 "id_unwind_cache" with "id".
1124 (frame_id_unwind): Delete declaration.
1125 * frame.c (frame_id_unwind): Delete function.
1126 (get_prev_frame): Call the frame id unwind method directly. Store
1127 the returned next frame's ID value in NEXT_FRAME. Note that there
1128 is a problem with the wrong unwind ID being called with the wrong
1129 unwind cache.
1130
1131 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
1132
1133 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
1134
1135 2003-03-05 James Ingham <jingham@apple.com>
1136 Daniel Jacobowitz <drow@mvista.com>
1137
1138 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
1139 (auto_cp_abi): New variable.
1140 (current_cp_abi, num_cp_abis): Make static.
1141 (CP_ABI_MAX): Define.
1142 (cp_abis): Turn into an array.
1143 (value_virtual_fn_field): Fix formatting.
1144 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
1145 takes a pointer.
1146 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
1147 (list_cp_abis, _initialize_cp_abi): New functions.
1148 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
1149 declarations for cp_abis, num_cp_abis, current_cp_abi, and
1150 switch_to_cp_abi. Update prototype for register_cp_abi.
1151 * Makefile.in (cp-abi.o): Update dependencies.
1152 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
1153 instead of switch_to_cp_abi.
1154 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
1155 register_cp_abi.
1156 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
1157 register_cp_abi.
1158 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
1159
1160 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
1161
1162 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
1163 * dwarf2loc.c: Include "regcache.h".
1164 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
1165 register_size.
1166 * Makefile.in (dwarf2loc.o): Update dependencies.
1167
1168 2003-03-04 Theodore A. Roth <troth@openavr.org>
1169
1170 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
1171 number of io registers reported by remote target is not a multiple of
1172 step.
1173
1174 2003-03-04 David Carlton <carlton@math.stanford.edu>
1175
1176 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
1177 (lookup_symbol_aux_psymtabs): Update call to
1178 lookup_partial_symbol.
1179 (lookup_transparent_type, find_main_psymtab)
1180 (make_symbol_overload_list): Ditto.
1181
1182 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
1183
1184 * MAINTAINERS (Write after approval): Update my email address.
1185
1186 2003-03-03 Andrew Cagney <cagney@redhat.com>
1187
1188 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
1189 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
1190 predicate. Replace MAX_REGISTER_RAW_SIZE.
1191 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
1192 MAX_REGISTER_VIRTUAL_SIZE.
1193 * regcache.c (legacy_max_register_raw_size): New function.
1194 (legacy_max_register_virtual_size): New function.
1195 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
1196 (MAX_REGISTER_RAW_SIZE): Define.
1197 (legacy_max_register_raw_size): Declare.
1198 (legacy_max_register_virtual_size): Declare.
1199 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
1200 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
1201 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
1202 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
1203 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
1204 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
1205 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
1206 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
1207 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
1208 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1209 * vax-tdep.c (vax_gdbarch_init): Update.
1210 * v850-tdep.c (v850_gdbarch_init): Update.
1211 * sparc-tdep.c (sparc_gdbarch_init): Update.
1212 * sh-tdep.c (sh_gdbarch_init): Update.
1213 * s390-tdep.c (s390_gdbarch_init): Update.
1214 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1215 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1216 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1217 * mips-tdep.c (mips_gdbarch_init): Update.
1218 * mcore-tdep.c (mcore_gdbarch_init): Update.
1219 * m68k-tdep.c (m68k_gdbarch_init): Update.
1220 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1221 * ia64-tdep.c (ia64_gdbarch_init): Update.
1222 * i386-tdep.c (i386_gdbarch_init): Update.
1223 * hppa-tdep.c (hppa_gdbarch_init): Update.
1224 * h8300-tdep.c (h8300_gdbarch_init): Update.
1225 * frv-tdep.c (frv_gdbarch_init): Update.
1226 * cris-tdep.c (cris_gdbarch_init): Update.
1227 * avr-tdep.c (avr_gdbarch_init): Update.
1228 * arm-tdep.c (arm_gdbarch_init): Update.
1229 * alpha-tdep.c (alpha_gdbarch_init): Update.
1230 * d10v-tdep.c (d10v_gdbarch_init): Do not set
1231 max_register_raw_size or max_register_virtual_size.
1232
1233 2003-03-03 David Carlton <carlton@math.stanford.edu>
1234
1235 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
1236 SYMBOL_MATCHES_NAME, add comment.
1237 (SYMBOL_MATCHES_NATURAL_NAME): New.
1238 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
1239 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
1240 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
1241 * symtab.c (lookup_partial_symbol): Use
1242 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
1243 unhelpful comment.
1244 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
1245 SYMBOL_MATCHES_NAME.
1246 Fix for PR c++/33.
1247
1248 2003-03-03 David Carlton <carlton@math.stanford.edu>
1249
1250 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
1251 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
1252 by regexp matching against SYMBOL_NATURAL_NAME.
1253
1254 2003-03-03 David Carlton <carlton@math.stanford.edu>
1255
1256 * linespec.c (find_method): Extract code into collect_methods.
1257 (collect_methods): New.
1258
1259 2003-03-02 Mark Kettenis <kettenis@gnu.org>
1260
1261 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
1262 get_frame_base.
1263
1264 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
1265 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
1266
1267 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
1268
1269 * arch-utils.c (generic_register_byte): Fix to use the loop index
1270 and not regnum when summing the size of all registers up to regnum.
1271
1272 2003-03-01 Andrew Cagney <cagney@redhat.com>
1273
1274 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
1275 FRAME_INIT_SAVED_REGS.
1276 * gdbarch.h, gdbarch.c: Regenerate.
1277 * stack.c (frame_info): Update.
1278 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
1279 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
1280 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
1281 * ns32k-tdep.c (ns32k_pop_frame): Update.
1282 * mips-tdep.c (mips_pop_frame): Update.
1283 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
1284 * ia64-tdep.c (ia64_frame_chain): Update.
1285 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
1286 (ia64_frameless_function_invocation): Update.
1287 (ia64_init_extra_frame_info): Update.
1288 (ia64_pop_frame_regular): Update.
1289 * frame.h (struct frame_info): Update comment.
1290 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
1291 * frame.c (frame_saved_regs_register_unwind): Update.
1292 (frame_saved_regs_register_unwind): Update.
1293 (deprecated_generic_get_saved_register): Update.
1294 * cris-tdep.c: Update comment.
1295 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
1296 Rename macro.
1297 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1298 * x86-64-tdep.c (x86_64_init_abi): Update.
1299 * vax-tdep.c (vax_gdbarch_init): Update.
1300 * v850-tdep.c (v850_gdbarch_init): Update.
1301 * sparc-tdep.c (sparc_gdbarch_init): Update.
1302 * sh-tdep.c (sh_gdbarch_init): Update.
1303 * s390-tdep.c (s390_gdbarch_init): Update.
1304 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1305 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
1306 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1307 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1308 * mips-tdep.c (mips_gdbarch_init): Update.
1309 * mcore-tdep.c (mcore_gdbarch_init): Update.
1310 * m68k-tdep.c (m68k_gdbarch_init): Update.
1311 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1312 * ia64-tdep.c (ia64_gdbarch_init): Update.
1313 * i386-tdep.c (i386_gdbarch_init): Update.
1314 * frv-tdep.c (frv_gdbarch_init): Update.
1315 * avr-tdep.c (avr_gdbarch_init): Update.
1316 * arm-tdep.c (arm_gdbarch_init): Update.
1317 * alpha-tdep.c (alpha_gdbarch_init): Update.
1318
1319 2003-03-01 Andrew Cagney <cagney@redhat.com>
1320
1321 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
1322 option enum and switch. When no windows, set the interpreter to
1323 INTERP_CONSOLE.
1324
1325 2003-03-01 Andrew Cagney <cagney@redhat.com>
1326
1327 * main.c (captured_main): Replace magic option characters with an
1328 enum.
1329
1330 2003-03-01 Andrew Cagney <cagney@redhat.com>
1331
1332 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
1333 INIT_EXTRA_FRAME_INFO.
1334 * gdbarch.h, gdbarch.c: Regenerate.
1335 * arm-tdep.c: Update comments.
1336 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
1337 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
1338 * frame.h, avr-tdep.c: Ditto.
1339 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
1340 (create_new_frame, legacy_get_prev_frame): Ditto.
1341 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
1342 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
1343 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
1344 deprecated_init_extra_frame_info instead of init_extra_frame_info.
1345 * x86-64-tdep.c (x86_64_init_abi): Ditto.
1346 * v850-tdep.c (v850_gdbarch_init): Ditto.
1347 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1348 * sh-tdep.c (sh_gdbarch_init): Ditto.
1349 * s390-tdep.c (s390_gdbarch_init): Ditto.
1350 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1351 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1352 * mips-tdep.c (mips_gdbarch_init): Ditto.
1353 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1354 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1355 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1356 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1357 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1358 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1359 * frv-tdep.c (frv_gdbarch_init): Ditto.
1360 * cris-tdep.c (cris_gdbarch_init): Ditto.
1361 * avr-tdep.c (avr_gdbarch_init): Ditto.
1362 * arm-tdep.c (arm_gdbarch_init): Ditto.
1363 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1364 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1365
1366 2003-03-01 Andrew Cagney <cagney@redhat.com>
1367
1368 * gdbarch.sh (register_type): New function with predicate.
1369 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
1370 * gdbarch.h, gdbarch.c: Re-generate.
1371 * arch-utils.c (generic_register_byte): Use generic_register_size.
1372 (generic_register_size): When available, use
1373 gdbarch_register_type.
1374 * regcache.c (init_regcache_descr): When available, initialize the
1375 register type array using gdbarch_register_type. If the
1376 architecture supplies gdbarch_register_type, do not use the legacy
1377 regcache layout.
1378 * d10v-tdep.c (d10v_register_type): Replace
1379 d10v_register_virtual_type.
1380 (d10v_gdbarch_init): Set register_type instead of
1381 register_virtual_type.
1382
1383 2003-03-01 Andrew Cagney <cagney@redhat.com>
1384
1385 * Makefile.in (ax-gdb.o): Update dependencies.
1386 * ax-gdb.c: Include "regcache.h".
1387 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
1388 * findvar.c (value_of_register): Ditto.
1389 * infcmd.c (default_print_registers_info): Ditto.
1390
1391 2003-03-01 Mark Kettenis <kettenis@gnu.org>
1392
1393 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
1394 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
1395
1396 2003-03-01 Mark Kettenis <kettenis@gnu.org>
1397
1398 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
1399 of STREQ.
1400
1401 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
1402
1403 * Makefile.in (dwarf2loc.o): Update dependencies.
1404 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
1405 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
1406 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
1407 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
1408 (locexpr_tracepoint_var_ref): New function.
1409 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
1410
1411 2003-02-28 Andrew Cagney <cagney@redhat.com>
1412
1413 * regcache.c (register_size): New function.
1414 * regcache.h (register_size): Declare
1415 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
1416 max_register_size instead of MAX_REGISTER_RAW_SIZE.
1417
1418 2003-02-28 David Carlton <carlton@math.stanford.edu>
1419
1420 * linespec.c (decode_compound): Extract code into find_method.
1421 (find_method): New.
1422
1423 2003-02-28 J. Brobecker <brobecker@gnat.com>
1424
1425 * Makefile.in: Add rules to build and link in observer.o.
1426
1427 2003-02-27 J. Brobecker <brobecker@gnat.com>
1428
1429 * observer.c: Minor comments edits.
1430
1431 2003-02-27 J. Brobecker <brobecker@gnat.com>
1432
1433 * observer.h, observer.c: New file.
1434
1435 2003-02-27 Andrew Cagney <cagney@redhat.com>
1436
1437 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
1438
1439 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
1440
1441 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
1442 (M6812_OP_STS_EXT): Likewise.
1443 (m6811_prologue): Use the above to recognize prologue.
1444 (m6812_prologue): Likewise.
1445
1446 2003-02-27 David Carlton <carlton@math.stanford.edu>
1447
1448 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
1449 SYMBOL_PRINT_NAME.
1450 (compare_psymbols): Ditto.
1451 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
1452
1453 2003-02-27 Michael Snyder <msnyder@redhat.com>
1454
1455 * f-lang.c (build_fortran_types): New function.
1456 (_initialize_f_language): Gdbarch-register built-in fortran types.
1457 * doublest.c (extract_floating): Fix warning text.
1458
1459 2003-02-27 Andrew Cagney <cagney@redhat.com>
1460
1461 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
1462 predicate. Replaces PUSH_DUMMY_FRAME.
1463 * gdbarch.h, gdbarch.c: Regnerate.
1464 * valops.c (hand_function_call): Update. Call
1465 generic_push_dummy_frame directly.
1466 * vax-tdep.c (vax_gdbarch_init): Update.
1467 * sparc-tdep.c (sparc_gdbarch_init): Update.
1468 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1469 * m68k-tdep.c (m68k_gdbarch_init): Update.
1470 * hppa-tdep.c (hppa_gdbarch_init): Update.
1471 * alpha-tdep.c (alpha_gdbarch_init): Update.
1472 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
1473 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
1474 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
1475 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
1476 push_dummy_frame to generic_push_dummy_frame.
1477 * v850-tdep.c (v850_gdbarch_init): Ditto.
1478 * sh-tdep.c (sh_gdbarch_init): Ditto.
1479 * s390-tdep.c (s390_gdbarch_init): Ditto.
1480 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1481 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1482 * mips-tdep.c (mips_gdbarch_init): Ditto.
1483 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1484 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1485 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1486 * i386-tdep.c (i386_gdbarch_init): Ditto.
1487 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1488 * frv-tdep.c (frv_gdbarch_init): Ditto.
1489 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1490 * cris-tdep.c (cris_gdbarch_init): Ditto.
1491 * avr-tdep.c (avr_gdbarch_init): Ditto.
1492 * arm-tdep.c (arm_gdbarch_init): Ditto.
1493
1494 2003-02-26 Kevin Buettner <kevinb@redhat.com>
1495
1496 * mips-tdep.c (show_mips_abi): New function.
1497 (_initialize_mips_tdep): Use show_mips_abi() to implement the
1498 command ``show mips abi''.
1499
1500 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
1501
1502 From Elena Zannoni <ezannoni@redhat.com>
1503 * dbxread.c (process_one_symbol): Only record line 0 if one or
1504 more sline entries have been seen for the function.
1505
1506 2003-02-26 Michael Chastain <mec@shout.net>
1507
1508 * configure: Regenerate with autoconf 000227.
1509
1510 2003-02-26 Michael Chastain <mec@shout.net>
1511
1512 Close PR build/660.
1513 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
1514 for old libc5/glibc.
1515 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
1516
1517 2003-02-26 Kris Warkentin <kewarken@qnx.com>
1518
1519 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
1520 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
1521
1522 2003-02-26 Michael Chastain <mec@shout.net>
1523
1524 * configure.in: New variable HAVE_UINTPTR_T.
1525 * configure, config.in: Regenerated.
1526
1527 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
1528
1529 Fix PR build/1097.
1530 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
1531
1532 2003-02-25 Andrew Cagney <cagney@redhat.com>
1533
1534 * frame.c (get_prev_frame): Add comment on check for
1535 inside_entry_func. Only check for inside_entry_file when not a
1536 dummy and not a sentinel. Check that the new frame is not inner
1537 to the old frame.
1538
1539 2003-02-25 Andrew Cagney <cagney@redhat.com>
1540
1541 * frame.c (frame_debug): New variable.
1542 (_initialize_frame): Add "set/show debug frame" command.
1543 (get_prev_frame): When frame_debug, print reason why unwind
1544 failed.
1545
1546 2003-02-25 Michael Chastain <mec@shout.net>
1547
1548 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
1549 to avoid uintptr_t definition problems.
1550
1551 2003-02-25 David Carlton <carlton@math.stanford.edu>
1552
1553 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
1554 (SYMBOL_LINKAGE_NAME): Ditto.
1555 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
1556 SYMBOL_LINKAGE_NAME.
1557 (struct general_symbol_info): Expand comment.
1558 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
1559 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
1560 (SYMBOL_MATCHES_REGEXP): Ditto.
1561 * symtab.c (symbol_natural_name): New function.
1562 * objfiles.h: Replace all uses of SYMBOL_NAME by
1563 DEPRECATED_SYMBOL_NAME.
1564 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
1565 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
1566 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
1567 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
1568 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
1569 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
1570 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
1571 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
1572 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
1573 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
1574 * ada-exp.y: Ditto.
1575 * ada-exp.y: Update copyright.
1576 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
1577 * cp-valprint.c: Ditto.
1578
1579 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
1580
1581 * infptrace.c (detach): Do not flag error if ptrace detach fails
1582 and errno is set to ESRCH.
1583
1584 2003-02-24 Andrew Cagney <cagney@redhat.com>
1585
1586 * infptrace.c (udot_info): Change type of udot_off to long. Use
1587 paddr when printing udot_off's value.
1588
1589 2003-02-24 David Carlton <carlton@math.stanford.edu>
1590
1591 * symtab.c (make_symbol_overload_list): Only read in partial
1592 symtabs containing a matching partial symbol.
1593
1594 2003-02-24 David Carlton <carlton@math.stanford.edu>
1595
1596 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
1597 do the comparison, not strcmp.
1598 * symfile.c (compare_psymbols): Ditto.
1599 * defs.h: Declare strcmp_iw_ordered.
1600 * utils.c (strcmp_iw_ordered): New function.
1601
1602 2003-02-24 Jim Blandy <jimb@redhat.com>
1603
1604 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
1605 support, shared libs): Remove my name from here, to better reflect
1606 reality.
1607
1608 2003-02-24 Kris Warkentin <kewarken@qnx.com>
1609
1610 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
1611 (target_ops): Add to_have_continuable_watchpoint.
1612 * target.c (update_current_target): Add INHERIT line for
1613 to_have_continuable_watchpoint.
1614 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
1615 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
1616 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
1617 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
1618
1619 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
1620
1621 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
1622 maintainership.
1623
1624 2003-02-24 Kris Warkentin <kewarken@qnx.com>
1625
1626 * solib.c (solib_open): Call target defined search function after
1627 failing with solib-search-path.
1628 * solist.h (target_so_ops): Add find_and_open_solib function hook and
1629 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
1630
1631 2003-02-24 Kris Warkentin <kewarken@qnx.com>
1632
1633 * MAINTAINERS: Add myself to Write After section.
1634
1635 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1636
1637 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
1638
1639 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
1640
1641 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
1642 (m68hc11_add_reggroups): New function.
1643 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
1644 (m68hc11_gdbarch_init): Install the reggroups.
1645 (_initialize_m68hc11_tdep): Initialize them.
1646
1647 2003-02-21 James E Wilson <wilson@tuliptree.org>
1648
1649 * MAINTAINERS: Update my email address.
1650
1651 2003-02-21 David Carlton <carlton@math.stanford.edu>
1652
1653 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
1654
1655 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
1656
1657 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
1658 * symtab.h: Add opaque declarations of struct axs_value and
1659 struct agent_expr.
1660 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
1661 (struct location_funcs): New type.
1662 (struct symbol): Add "loc" to aux_value.
1663 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
1664 * dwarf2read.c: Include "dwarf2expr.h".
1665 (dwarf2_symbol_mark_computed): New function.
1666 (read_func_scope): Use it.
1667 (var_decode_location): New function.
1668 (new_symbol): Use it.
1669 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
1670
1671 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
1672 (dwarf2expr_h, dwarf2loc_h): New variables.
1673 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
1674 (dwarf2expr.o, dwarf2loc.o): New rules.
1675 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
1676 * buildsym.c (finish_block): Handle LOC_COMPUTED and
1677 LOC_COMPUTED_ARG.
1678 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
1679 * m2-exp.y (yylex): Likewise.
1680 * printcmd.c (address_info, print_frame_args): Likewise.
1681 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
1682 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
1683 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
1684 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
1685 * symtab.c (lookup_block_symbol): Likewise.
1686
1687 2003-02-20 Adam Fedor <fedor@gnu.org>
1688
1689 * symtab.h: Remove objc_specific struct
1690 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
1691 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
1692 Have language_objc use cplus_specific struct.
1693
1694 2003-02-20 Tom Tromey <tromey@redhat.com>
1695
1696 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
1697 TYPE_NAME, when printing a String value. PR java/1075.
1698
1699 2003-02-20 Adam Fedor <fedor@gnu.org>
1700
1701 * objc-lang.h (find_methods): Remove declaration.
1702 * objc-lang.c (find_methods): Make static.
1703
1704 2003-02-20 Christopher Faylor <cgf@redhat.com>
1705
1706 * win32-nat.c (get_image_name): Check return value from
1707 ReadProcessMemory.
1708 (child_xfer_memory): Ditto.
1709
1710 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
1711
1712 * configure.in (TARGET_SYSTEM_ROOT): Set default to
1713 ${exec_prefix}/${target_alias}/sys-root. Match explicit
1714 '${exec_prefix}' (in addition to the expansion thereof) as
1715 relocatable.
1716 * configure: Rebuilt.
1717
1718 2003-02-20 David Carlton <carlton@math.stanford.edu>
1719
1720 * symtab.c (search_symbols): Revert the search_symbols part of my
1721 2002-12-23 patch. Add comment.
1722
1723 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
1724
1725 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
1726 * dbxread.c (elfstab_build_psymtabs): Don't call
1727 install_minimal_symbols.
1728 (stabsect_build_psymtabs): Likewise.
1729 * elfread.c (elf_symfile_read): Call install_minimal_symbols
1730 earlier.
1731 * somread.c (som_symfile_read): Call install_minimal_symbols
1732 and do_cleanups earlier.
1733 * nlmread.c (nlm_symfile_read): Likewise.
1734 * mdebugread.c (elfmdebug_build_psymtabs): Call
1735 install_minimal_symbols and make appropriate cleanups.
1736
1737 2003-02-20 Kevin Buettner <kevinb@redhat.com>
1738
1739 * solib.c (reload_shared_libraries): New function.
1740 (_initialize_solib): Add callbacks for ``set solib-search-path''
1741 and ``set solib-absolute-prefix''.
1742
1743 2003-02-20 David Carlton <carlton@math.stanford.edu>
1744
1745 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
1746 expand comment.
1747 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
1748 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
1749 * ada-typeprint.c (ada_typedef_print): Ditto.
1750 * ax-gdb.c (gen_var_ref): Ditto.
1751 * breakpoint.c (print_one_breakpoint): Ditto.
1752 * buildsym.c (finish_block): Ditto.
1753 * c-valprint.c (c_val_print): Ditto.
1754 * expprint.c (print_subexp): Ditto.
1755 * findvar.c (locate_var_value): Ditto.
1756 * infcmd.c (jump_command): Ditto.
1757 * linespec.c (decode_line_2, decode_compound): Ditto.
1758 * maint.c (maintenance_translate_address): Ditto.
1759 * objc-lang.c (compare_selectors, compare_classes): Ditto.
1760 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
1761 Ditto.
1762 * p-valprint.c (pascal_val_print): Ditto.
1763 * stabsread.c (define_symbol): Ditto.
1764 * stack.c (print_frame, frame_info, print_block_frame_locals)
1765 (print_frame_arg_vars, return_command): Ditto.
1766 * symfile.c (compare_symbols, compare_psymbols): Ditto.
1767 * symmisc.c (print_symbol): Ditto.
1768 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
1769 (compare_search_syms, print_symbol_info, print_msymbol_info)
1770 (rbreak_command): Ditto.
1771 * tracepoint.c (tracepoints_info): Ditto.
1772 * typeprint.c (typedef_print): Ditto.
1773 * valops.c (value_of_variable, hand_function_call): Ditto.
1774 * cli/cli-cmds.c (edit_command, list_command): Ditto.
1775 * ada-typeprint.c: Update Copyright.
1776 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
1777 * tracepoint.c, cli/cli-cmds.c: Ditto.
1778
1779 2003-02-20 Kevin Buettner <kevinb@redhat.com>
1780
1781 * frame.c (generic_unwind_get_saved_register): Make non-static.
1782 * frame.h (generic_unwind_get_saved_register): Declare.
1783 * mips-tdep.c (read_next_frame_reg): Fetch register from
1784 current regcache when frame is NULL.
1785 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
1786 that must be NULL.
1787 (mips_get_saved_register): Call generic_unwind_get_saved_register()
1788 instead of frame_register_unwind().
1789
1790 2003-02-20 Andrew Cagney <ac131313@redhat.com>
1791
1792 * remote-sim.c (gdbsim_insert_breakpoint)
1793 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
1794 code.
1795
1796 2003-02-20 Andrew Cagney <ac131313@redhat.com>
1797
1798 * remote.c (_initialize_remote): Add commands "set/show remote
1799 hardware-watchpoint-limit" and "set/show remote
1800 hardware-breakpoint-limit".
1801 (remote_hw_watchpoint_limit): Initialize to -1.
1802 (remote_hw_breakpoint_limit): Ditto.
1803 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
1804
1805 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
1806
1807 * coff-pe-read.c: New file - support reading of minimal symbols from a
1808 portable executable using the export table.
1809 * coff-pe-read.h: New file.
1810 * coffread.c: Include coff-pe-read.h.
1811 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
1812 debugging symbols found.
1813 * Makefile.in (SFILES): Add coff-pe-read.o.
1814 (coff_pe_read_h): Define.
1815 (COMMON_OBS): Add coff-pe-read.o.
1816 (coffread.o): Add coff_pe_read_h dependency.
1817 (coff-pe-read.o): New target.
1818
1819 2003-02-19 David Carlton <carlton@math.stanford.edu>
1820
1821 * Makefile.in (SFILES): Add block.c.
1822 (block_h): New.
1823 (COMMON_OBS): Add block.o.
1824 (block.o): New.
1825 (x86-64-tdep.o): Add $(block_h).
1826 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
1827 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
1828 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
1829 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
1830 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
1831 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
1832 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
1833 * value.h: Add opaque declaration for struct block.
1834 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
1835 * ada-lang.h: Ditto.
1836 * x86-64-tdep.c: #include "block.h"
1837 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
1838 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
1839 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
1840 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
1841 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
1842 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
1843 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
1844 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
1845 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
1846 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
1847 * symtab.c (block_function): Ditto.
1848 (contained_in): Ditto.
1849 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
1850 block.h. Add opaque declaration for struct block.
1851 * symtab.h: Move block_function and contained_in declarations to
1852 block.h. Add opaque declarations for struct block, struct
1853 blockvector.
1854 (struct block): Move to block.h.
1855 (struct blockvector): Ditto.
1856 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
1857 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
1858 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
1859 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
1860 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
1861 Ditto.
1862 * block.c: New file.
1863 * block.h: New file.
1864
1865 2003-02-19 Theodore A. Roth <troth@openavr.org>
1866
1867 * avr-tdep.c (avr_extract_return_value): Remove function.
1868 (avr_store_return_value): Remove function.
1869 (avr_extract_struct_value_address): Remove function.
1870 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
1871
1872 2003-02-19 Andrew Cagney <ac131313@redhat.com>
1873
1874 * rs6000-tdep.c: Include "gdb_assert.h".
1875 (registers_e500): Add "acc" and "spefscr".
1876 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
1877 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
1878 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
1879 really is "r0".
1880 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
1881
1882 2003-02-18 Keith Seitz <keiths@redhat.com>
1883
1884 * Makefile.in: Add gdbtk-interps.c.
1885
1886 2003-02-18 Kevin Buettner <kevinb@redhat.com>
1887
1888 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
1889 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
1890
1891 2003-02-18 Andrew Cagney <cagney@redhat.com>
1892
1893 * symtab.h (struct objfile): Add opaque declaration.
1894
1895 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
1896
1897 From Jim Ingham <jingham@apple.com>:
1898 * dbxread.c (process_one_symbol): Use last_function_start rather
1899 than function_start_offset to find the real beginning of the
1900 current function. The latter is just the text section offset on
1901 some systems, the former is always the real function start.
1902
1903 2003-02-17 Andrew Cagney <cagney@redhat.com>
1904
1905 * configure.in: Revert ${target} != ${host}.
1906
1907 2003-02-17 Andrew Cagney <ac131313@redhat.com>
1908
1909 * configure.in (Makefile): Use the test ${target} != ${host},
1910 instead of the absence of the "nm.h" file, to determine of the
1911 configuration non-native.
1912 * configure: Regenerate.
1913
1914 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
1915
1916 From Brian Ford <ford@vss.fsi.com>
1917
1918 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
1919 conditionalize tui_active test.
1920 (lookup_cmd_1): Ditto.
1921
1922 2003-02-14 Mark Kettenis <kettenis@gnu.org>
1923
1924 * configure.in: Add check for _etext.
1925 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
1926 available.
1927 * config.in, configure: regenerated.
1928
1929 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
1930
1931 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
1932
1933 2003-02-14 Andrew Cagney <ac131313@redhat.com>
1934
1935 * main.c (tui_version): Delete variable.
1936 (captured_main): When --tui, set interpreter_p to "tui" instead of
1937 enabling tui_version.
1938 * printcmd.c (display_command) [TUI]: Test tui_active instead of
1939 tui_version.
1940 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
1941 * cli/cli-cmds.c (disassemble_command): Ditto.
1942 * defs.h (tui_version): Delete declaration.
1943 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
1944 (tui-interp.o): Add rules.
1945 (SUBDIR_TUI_OBS): Add "tui-interp.o".
1946
1947 2003-02-14 Christopher Faylor <cgf@redhat.com>
1948
1949 * win32-nat.c (register_loaded_dll): Correctly set address range for
1950 just-loaded dll.
1951
1952 2003-02-12 Jason Molenda (jmolenda@apple.com)
1953
1954 * symmisc.c (print_objfile_statistics): Include information about
1955 the number of psymtabs and symtabs in each object file.
1956
1957 2003-02-13 Keith R Seitz <keiths@redhat.com>
1958
1959 * main.h (struct captured_main_args): Add interpreter_p.
1960 * main.c (captured_main): Initialize interpreter_p from context.
1961 * gdb.c (main): Set interpreter_p argument.
1962 * Makefile.in (gdb.o): Add dependency for interps.h.
1963
1964 2003-02-12 Andrew Cagney <ac131313@redhat.com>
1965
1966 * event-top.c (cli_command_loop): Delete declaration.
1967 (_initialize_event_loop): Delete function setting event_loop_hook.
1968 * event-top.h (cli_command_loop): Declare. Update copyright.
1969 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
1970 * interps.c (current_interp_command_loop): When event_loop_p, call
1971 cli_command_loop.
1972
1973 2003-02-12 Andrew Cagney <ac131313@redhat.com>
1974
1975 * interps.h (interp_command_loop_ftype): Change return type to
1976 void.
1977
1978 2003-02-12 Michal Ludvig <mludvig@suse.cz>
1979
1980 * x86-64-tdep.c (x86_64_extract_return_value)
1981 (x86_64_store_return_value): Use regcache instead of regbuf.
1982 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
1983 * x86-64-linux-nat.c (fill_gregset): Use regcache.
1984
1985 2003-02-11 Andrew Cagney <ac131313@redhat.com>
1986
1987 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
1988 * aclocal.m4: Regenerate.
1989 * configure: Regenerate.
1990
1991 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
1992 TCL_LD_SEARCH_FLAGS.
1993
1994 2003-02-10 Michal Ludvig <mludvig@suse.cz>
1995
1996 * dwarf2cfi.c: Reindented.
1997
1998 2003-02-09 Andrew Cagney <ac131313@redhat.com>
1999
2000 * interps.c (clear_interpreter_hooks): Convert function definition
2001 to ISO C.
2002
2003 2003-02-07 David Carlton <carlton@math.stanford.edu>
2004
2005 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
2006
2007 2003-02-07 Kevin Buettner <kevinb@redhat.com>
2008
2009 * gdbtypes.h (struct main_type): Move ``length'' field from here...
2010 (struct type): ...to here.
2011 (TYPE_LENGTH): Adjust to reflect different location of ``length''
2012 field.
2013 * gdbtypes.c (make_qualified_type): Set length on newly created type.
2014 (replace_type): Set length on all type variants for a given type.
2015
2016 2003-02-07 Andrew Cagney <ac131313@redhat.com>
2017
2018 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
2019 <sys/stat.h>.
2020 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
2021
2022 2003-02-06 Andrew Cagney <ac131313@redhat.com>
2023
2024 * Makefile.in (symm-nat.o): Update dependencies.
2025 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
2026 (lynx-nat.o, ia64-linux-nat.): Ditto.
2027 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
2028 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
2029 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
2030
2031 * Makefile.in (inflow_h): Define.
2032 (procfs.o, inflow.o, procfs.o): Update dependencies.
2033 * inftarg.c (child_stop): Delete extern declaration of
2034 inferior_process_group. Include "inflow.h".
2035 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
2036 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
2037 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
2038 (our_process_group, inferior_process_group): Extern declarations.
2039
2040 * procfs.c: Include "gdb_assert.h".
2041
2042 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
2043 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
2044 * jv-typeprint.c (java_type_print_base): Ditto.
2045 * typeprint.c (typedef_print): Eliminate STREQ.
2046 * cli/cli-script.c (define_command, define_command): Ditto.
2047 * main.c (captured_main): Ditto.
2048 * values.c (lookup_internalvar): Ditto.
2049 * utils.c (safe_strerror, parse_escape): Eliminate assignment
2050 within `if' conditional.
2051 * linespec.c (decode_line_2): Ditto.
2052 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
2053 (bfd_openw_with_cleanup): Ditto.
2054
2055 2003-02-07 Mark Kettenis <kettenis@gnu.org>
2056
2057 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
2058 legacy_extract_return_value and store_return_value to
2059 legacy_return_value.
2060
2061 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
2062
2063 * win32-nat.c (get_relocated_section_addrs): New function. Find
2064 section load addresses for symbol handling in relocated DLLs.
2065 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
2066
2067 2003-02-05 Fred Fish <fnf@intrinsity.com>
2068
2069 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
2070 '=' and '!='.
2071 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
2072 with '&' and '=='.
2073 (angel_RDI_info): Ditto.
2074 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
2075 with '&' and '!='.
2076 (threads_continue_all_with_signals): Ditto.
2077
2078 2003-02-05 Jim Ingham <jingham@apple.com>
2079 Keith Seitz <keiths@redhat.com>
2080 Elena Zannoni <ezannoni@redhat.com>
2081 Andrew Cagney <ac131313@redhat.com>
2082
2083 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
2084 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
2085 (SUBDIR_MI_OBS): Add "mi-interp.o".
2086 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
2087 (SFILES): Add "interps.c".
2088 (COMMON_OBS): Add "interps.o".
2089 (interps_h, mi_main_h): Define.
2090 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
2091 (mi-main.o, main.o, event-top.o): Update dependencies.
2092 * cli/cli-interp.c: New file.
2093 * interps.h, interps.c: New files.
2094 * top.c: (gdb_init): Don't install the default interpreter, handed
2095 by captured_main.
2096 * main.c: Include "interps.h".
2097 (interpreter_p): Note that it should malloc'ed.
2098 (captured_command_loop): Call current_interp_command_loop.
2099 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
2100 xfree and xstrdup when updating interpreter_p. Install the
2101 default interpreter. Add hack to stop mi1's copyright notice
2102 being encoded.
2103 * event-top.h (gdb_setup_readline): Declare.
2104 (gdb_disable_readline): Declare.
2105 * event-top.c: Include "interps.h".
2106 (display_gdb_prompt): Call current_interp_display_prompt_p.
2107 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
2108 gdb_stdlog, and gdb_stdtarg.
2109 (_initialize_event_loop): Don't call gdb_setup_readline.
2110 * cli-out.c (cli_out_set_stream): New function.
2111 * cli-out.h (cli_out_set_stream): Declare.
2112
2113 2003-02-06 Mark Kettenis <kettenis@gnu.org>
2114
2115 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
2116 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
2117 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
2118 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
2119 config/i386/i386v42mp.mt: Removed.
2120
2121 2003-02-05 Mark Kettenis <kettenis@gnu.org>
2122
2123 * configure.tgt (*-*-solaris*): Set gdb_osabi to
2124 GDB_OSABI_SOLARIS.
2125
2126 2003-02-05 Michael Chastain <mec@shout.net>
2127
2128 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
2129 2.12.1 and earlier versions.
2130
2131 2003-02-05 Andrew Cagney <ac131313@redhat.com>
2132
2133 Remove orphaned hosts, targets and files.
2134 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
2135 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
2136 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
2137 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
2138 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
2139 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
2140 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
2141 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
2142 * config/sparc/tm-sp64sim.h: Delete.
2143 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
2144 hosts.
2145 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
2146 mips*-dec-mach3* targets.
2147
2148 2003-02-04 Michael Chastain <mec@shout.net>
2149
2150 * NEWS: Fix typo: sepcifying -> specifying.
2151
2152 2003-02-04 Michael Chastain <mec@shout.net>
2153
2154 * dwarfread.c: Add documentation on the state of dwarf-1,
2155 looking towards obsoletion.
2156
2157 2003-02-03 Michael Chastain <mec@shout.net>
2158
2159 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
2160 gdb/testsuite/gdb.c++/pr-1023.exp.
2161
2162 2003-02-04 Andrew Cagney <ac131313@redhat.com>
2163
2164 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
2165 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
2166
2167 * utils.c (init_page_info): Delete reference to MPW in comments.
2168 * main.c (captured_main): Delete #ifdef MPW.
2169
2170 2003-02-04 Andrew Cagney <ac131313@redhat.com>
2171
2172 * NEWS: Note that the m32r-*-elf* is obsolete.
2173 * monitor.c (monitor_expect): Obsolete reference to m32r.
2174 * configure.tgt: Mark m32r-*-elf* as obsolete.
2175 * MAINTAINERS: Mark m32k as obsolete.
2176 * m32r-rom.c: Obsolete file.
2177 * config/m32r/m32r.mt: Obsolete file.
2178 * config/m32r/tm-m32r.h: Obsolete file.
2179 * m32r-stub.c: Obsolete file.
2180 * m32r-tdep.c: Obsolete file.
2181
2182 2003-02-04 Andrew Cagney <ac131313@redhat.com>
2183
2184 * NEWS: Mention that the z8k-zilog-none is obsolete.
2185 * MAINTAINERS: Mark z8k as obsolete.
2186 * configure.tgt: Obsolete the z8k-*-coff* target.
2187 * config/z8k/z8k.mt: Obsolete file.
2188 * config/z8k/tm-z8k.h: Obsolete file.
2189 * z8k-tdep.c: Obsolete file.
2190
2191 2003-02-04 Andrew Cagney <ac131313@redhat.com>
2192
2193 * NEWS: Mention that the mn10200-elf is obsolete.
2194 * configure.tgt: Obsolete mn10200-*-* target.
2195 * breakpoint.c (update_breakpoints_after_exec): Update comment to
2196 mention that the mn10200 is obsolete.
2197 * breakpoint.h: Ditto.
2198 * MAINTAINERS: Mark the mn10200-elf as obsolete.
2199 * config/mn10200/mn10200.mt: Obsolete file.
2200 * config/mn10200/tm-mn10200.h: Obsolete file.
2201 * mn10200-tdep.c: Obsolete file.
2202
2203 2003-02-04 Andrew Cagney <ac131313@redhat.com>
2204
2205 * MAINTAINERS: Mark h8500 as obsolete.
2206 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
2207 * findvar.c (value_from_register): Ditto.
2208 * h8500-tdep.c: Mark file as obsolete.
2209 * config/h8500/h8500.mt: Ditto.
2210 * config/h8500/tm-h8500.h: Ditto.
2211 * NEWS: Mention that h8500 is obsolete.
2212
2213 2003-02-04 David Carlton <carlton@math.stanford.edu>
2214
2215 * objfiles.c (allocate_objfile): Always set name. Add comment at
2216 start of function.
2217 * jv-lang.c (get_dynamics_objfile): Add comment.
2218
2219 2003-02-04 David Carlton <carlton@math.stanford.edu>
2220
2221 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
2222 * printcmd.c (build_address_symbolic): Replace uses of
2223 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
2224 SYMBOL_NAME, and asm_demangle.
2225 Update copyright.
2226
2227 2003-02-04 David Carlton <carlton@math.stanford.edu>
2228
2229 * linespec.c (decode_compound): Extract code into
2230 lookup_prefix_sym.
2231 (lookup_prefix_sym): New function.
2232
2233 2003-02-04 David Carlton <carlton@math.stanford.edu>
2234
2235 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
2236 FLOAT_COERCION_BADNESS.
2237 * gdbtypes.c (rank_one_type): Replace all uses of
2238 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
2239
2240 2003-02-04 Jim Blandy <jimb@redhat.com>
2241
2242 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
2243 section, let dwarf_macinfo_section point to it, not
2244 dwarf_loc_section.
2245
2246 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
2247
2248 Pointed out by Anton Blanchard <anton@samba.org>.
2249 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
2250 (ppc_linux_at_sigtramp_return_path): Use it.
2251
2252 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
2253
2254 * defs.h (streq): Add prototype.
2255 * utils.c (streq): New function.
2256
2257 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
2258 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
2259 * mdebugread.c (new_symbol): Likewise.
2260 * stabsread.c (define_symbol): Likewise.
2261 * coffread.c (process_coff_symbol): Likewise.
2262 * dwarfread.c (new_symbol): Likewise.
2263
2264 * minsyms.c (prim_record_minimal_symbol_and_info): Use
2265 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
2266 here.
2267 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
2268 SYMBOL_INIT_DEMANGLED_NAME.
2269 * objfiles.c: Include "hashtab.h".
2270 (allocate_objfile): Call htab_set_functions_ex for the
2271 demangled_names_hash.
2272 (free_objfile): Call htab_delete for the demangled_names_hash.
2273 * objfiles.h (struct htab): Add declaration.
2274 (struct objfile): Add demangled_names_hash.
2275 * symfile.c: Include "hashtab.h".
2276 (reread_symbols): Call htab_delete for the demangled_names_hash.
2277 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
2278 SYMBOL_NAME in the bcache.
2279 * symtab.c: Include "hashtab.h". Update comments.
2280 (create_demangled_names_hash, symbol_set_names): New functions.
2281 (symbol_find_demangled_name): New function, broken out from
2282 symbol_init_demangled_names.
2283 (symbol_init_demangled_names): Use it.
2284 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
2285 (SYMBOL_SET_NAMES): New macro.
2286 (symbol_set_names): Add prototype.
2287
2288 2003-02-03 Jim Blandy <jimb@redhat.com>
2289
2290 Use a single, consistent representation for an empty minimal
2291 symbol table in an objfile.
2292 * objfiles.c (terminate_minimal_symbol_table): New function.
2293 (allocate_objfile): Call it.
2294 * objfiles.h (terminate_minimal_symbol_table): New declaration.
2295 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
2296 non-NULL.
2297 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
2298 objfile has minimal symbols, compare minimal_symbol_count to zero,
2299 instead of comparing msymbols with NULL.
2300 * objfiles.c (have_minimal_symbols): Same.
2301 * solib-sunos.c (solib_add_common_symbols): Call
2302 terminate_minimal_symbol_table.
2303 * symfile.c (reread_symbols): Same.
2304
2305 2003-02-03 Kevin Buettner <kevinb@redhat.com>
2306
2307 * s390-tdep.c (s390_address_class_type_flags)
2308 (s390_address_class_type_flags_to_name)
2309 (s390_address_class_name_to_type_flags): New functions.
2310 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
2311 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
2312
2313 2003-02-03 Michael Snyder <msnyder@redhat.com>
2314
2315 * arm-tdep.c: Fix spell-o in comment.
2316
2317 2003-02-03 Michal Ludvig <mludvig@suse.cz>
2318
2319 * dwarf2cfi.c (pointer_encoding): Added new parameter.
2320 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
2321 error messages to contain BFD filename.
2322
2323 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
2324
2325 Fix PR gdb/742 gdb/743 gdb/877
2326 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
2327 (do_mixed_source_and_assembly): Use
2328 make_cleanup_ui_out_tuple_begin_end and
2329 make_cleanup_ui_out_tuple_begin_end.
2330 (do_mixed_source_and_assembly): Ditto.
2331 * thread.c (do_captured_list_thread_ids): Ditto.
2332 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
2333 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
2334 ui_out_tuple_end): Delete prototypes.
2335 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
2336 ui_out_list_end, ui_out_tuple_end): Delete.
2337
2338 From Kevin Buettner <kevinb@redhat.com>:
2339 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
2340 * ui-out.c (make_cleanup_ui_out_table_begin_end)
2341 (do_cleanup_table_end): New functions.
2342 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
2343 Use cleanups to invoke_ui_out_tuple_end().
2344 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
2345 * cli/cli-setshow.c (cmd_show_list): Use
2346 make_cleanup_ui_out_tuple_begin_end.
2347
2348 2003-02-02 Andrew Cagney <ac131313@redhat.com>
2349
2350 * frame.c (frame_unwind_register): New function.
2351 (frame_unwind_unsigned_register): Use.
2352 (frame_unwind_signed_register): Use.
2353 (frame_read_register): New function.
2354 * frame.h (frame_unwind_register): Declare.
2355 (frame_read_register): Declare.
2356
2357 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
2358 and frame_unwind_register instead of read_memory, write_register
2359 and deprecated_write_register_bytes.
2360
2361 2003-02-02 Andrew Cagney <ac131313@redhat.com>
2362
2363 * frame.h: Note that namelen can be negative.
2364 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
2365 NAME's length.
2366
2367 * NEWS: Mention that the d10v's `regs' command is deprecated.
2368 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
2369 (d10v_print_registers_info): New function.
2370 (show_regs): Call d10v_print_registers_info.
2371 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
2372
2373 2003-02-02 Mark Kettenis <kettenis@gnu.org>
2374
2375 * stack.c (print_frame_info): Restore call to annotate_frame_begin
2376 lost in the previous patch.
2377
2378 2003-02-01 Andrew Cagney <ac131313@redhat.com>
2379
2380 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
2381 * stack.c (print_frame_info_base): Output complete FRAME tuple
2382 for synthesized frames.
2383
2384 2003-02-02 Andrew Cagney <ac131313@redhat.com>
2385
2386 * mips-nat.c (zerobuf): Delete.
2387 (fetch_inferior_registers): Alloc local zerobuf.
2388 (fetch_core_registers): Alloc local zerobuf.
2389 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
2390 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
2391 * thread-db.c (thread_db_store_registers): Ditto.
2392 * sh-tdep.c (sh_do_register): Ditto.
2393 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2394 * remote-sim.c (gdbsim_store_register): Ditto.
2395 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2396 * remote-e7000.c (fetch_regs_from_dump): Ditto.
2397 * monitor.c (monitor_supply_register): Ditto.
2398 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
2399 * mips-nat.c (fetch_inferior_registers): Ditto.
2400 * m68klinux-nat.c (fetch_register): Ditto.
2401 * lynx-nat.c (fetch_inferior_registers): Ditto.
2402 (fetch_inferior_registers): Ditto.
2403 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
2404 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
2405 (hpux_thread_store_registers): Ditto.
2406 * hppah-nat.c (fetch_register): Ditto.
2407 * hppab-nat.c (fetch_register): Ditto.
2408 * hppa-tdep.c (pa_register_look_aside): Ditto.
2409 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
2410 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
2411
2412 2003-02-01 Andrew Cagney <ac131313@redhat.com>
2413
2414 * gdbarch.sh: Explictly specify all method levels. When a
2415 variable with an empty level, provide a non-multi-arch default.
2416 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
2417 * gdbarch.h: Re-generate.
2418 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
2419 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
2420
2421 2003-02-01 Andrew Cagney <ac131313@redhat.com>
2422
2423 * defs.h (host_pointer_to_address): Delete declaration.
2424 (address_to_host_pointer): Delete declaration.
2425 * utils.c (host_pointer_to_address): Delete function.
2426 (address_to_host_pointer): Delete function.
2427 * procfs.c (procfs_address_to_host_pointer): New function.
2428 * procfs.c (proc_set_watchpoint): Use.
2429 (procfs_can_use_hw_breakpoint): Update comments.
2430 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
2431 (som_solib_add): Use.
2432 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
2433 * hppa-tdep.c (unwind_command): Use.
2434
2435 2003-02-01 Andrew Cagney <ac131313@redhat.com>
2436
2437 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
2438 strlen d_name.
2439
2440 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
2441 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
2442 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
2443 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
2444 (define_symbol): Update.
2445 * symfile.c (generic_load): Remove references to nindy.
2446 * symtab.c: Remove references to nindy.
2447
2448 2003-02-01 Andrew Cagney <ac131313@redhat.com>
2449
2450 * infcmd.c (print_float_info): Delete code conditional on
2451 FLOAT_INFO.
2452 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
2453 * config/m68k/nm-apollo68b.h: Ditto.
2454 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
2455 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
2456 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
2457
2458 2003-02-01 Mark Kettenis <kettenis@gnu.org>
2459
2460 * config/i386/tm-i386os9k.h: Removed.
2461
2462 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
2463 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
2464 they're identical to i[3456]86-*-sysv* now.
2465 * config/i386/i386v32.mh: Removed.
2466 * config/i386/xm-i386v32.h: Removed.
2467 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
2468
2469 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
2470
2471 * config/i386/i386dgux.mh: Removed.
2472 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
2473
2474 * configure.in: Fix typo.
2475 * configure: Regenerated.
2476
2477 2003-01-31 David Carlton <carlton@math.stanford.edu>
2478
2479 * dwarf2read.c (dwarf2_locate_sections): Set
2480 dwarf_ranges_section.
2481
2482 2003-01-31 Andrew Cagney <ac131313@redhat.com>
2483
2484 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
2485 * utils.c: Update comments documenting legitimate uses of PTR.
2486
2487 * utils.c: Re-indent.
2488
2489 * config/djgpp/fnchange.lst: Delete nindy files.
2490 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
2491 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
2492 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
2493 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
2494 * nindy-share/README, nindy-share/Onindy.c: Delete files.
2495 * nindy-tdep.c, nindy-share/Makefile: Delete files.
2496 * Makefile.in (init.c): Remove nindy references.
2497 (saber_gdb): Delete rule.
2498 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
2499 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
2500 and a68v-nat.c.
2501 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
2502 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
2503 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
2504 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
2505 nindy-share/stop.h.
2506 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
2507 * saber.suppress: Delete file.
2508
2509 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
2510
2511 * dbxread.c (stabs_data): New static variable.
2512 (fill_symbuf): Support an in-memory buffer for stabs data.
2513 (stabs_seek): New function.
2514 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
2515 (read_ofile_symtab): Use stabs_seek.
2516 (elfstab_build_psymtabs): Take an asection* instead of
2517 an offset and size. Relocate the stabs data if necessary.
2518 Save the section* for dbx_psymtab_to_symtab.
2519 * dwarf2read.c: Add section variables for each debug section.
2520 (dwarf2_locate_sections): Fill them in.
2521 (dwarf2_read_section): Take an asection* argument.
2522 Relocate the section contents if necessary.
2523 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
2524 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
2525 it to dwarf2_read_section.
2526 (dwarf2_build_frame_info): Update callers.
2527 * elfread.c (elf_symfile_read): Update call to
2528 elfstab_build_psymtabs.
2529 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
2530 (DBX_STAB_SECTION): New macro.
2531 * stabsread.h (elfstab_build_psymtabs): Update prototype.
2532 * symfile.c (symfile_dummy_outputs): New function.
2533 (symfile_relocate_debug_section): New function.
2534 * symfile.h (symfile_relocate_debug_section): Add prototype.
2535
2536 2003-01-31 Richard Henderson <rth@redhat.com>
2537
2538 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
2539 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
2540 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
2541 * alpha-tdep.c (alpha_register_name): Add "unique".
2542 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
2543 (ALPHA_UNIQUE_REGNUM): New.
2544 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
2545
2546 2003-01-31 Andrew Cagney <ac131313@redhat.com>
2547
2548 * README: Remove reference to Ericsson 1800 monitor.
2549 * Makefile.in (remote-es.o): Delete rule.
2550 (ALLDEPFILES): Delete remote-es.c.
2551 * remote-es.c: Delete file.
2552 * config/m68k/es1800.mt: Delete file.
2553 * config/djgpp/fnchange.lst: Update.
2554 * configure.tgt: Delete m68*-ericsson-* target.
2555
2556 2003-01-31 Adam Fedor <fedor@gnu.org>
2557
2558 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
2559 Remove duplicate/shadowing variable of same name.
2560
2561 2003-01-30 Jim Blandy <jimb@redhat.com>
2562
2563 * symfile.c (find_separate_debug_file): Assert that the objfile's
2564 directory name we compute ends with a slash, and then assume that
2565 that's so everywhere we use it.
2566
2567 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
2568
2569 * valops.c (value_assign): Flush frame cache after stores to memory
2570 also.
2571
2572 2003-01-30 Andrew Cagney <ac131313@redhat.com>
2573
2574 * Makefile.in (mon960-rom.o): Delete rule.
2575 * mon960-rom.c: Delete file.
2576
2577 2003-01-30 Andrew Cagney <ac131313@redhat.com>
2578
2579 * d10v-tdep.c: Include "frame-unwind.h".
2580 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
2581 list.
2582 (next_addr, uses_frame): Delete.
2583 (struct d10v_unwind_cache): Define.
2584 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
2585 Use info instead of next_addr and uses_frame globals.
2586 (d10v_frame_init_saved_regs): Delete function.
2587 (d10v_init_extra_frame_info): Delete function.
2588 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
2589 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
2590 init_frame_pc or frame_saved_pc.
2591 (d10v_pop_frame): Delete function.
2592 (do_d10v_pop_frame): Delete function.
2593 (d10v_frame_chain): Delete function.
2594 (d10v_frame_chain_valid): Delete function.
2595 (d10v_frame_pc_unwind): New function.
2596 (d10v_frame_id_unwind): New function.
2597 (saved_regs_unwinder): New function.
2598 (d10v_frame_register_unwind): New function.
2599 (d10v_frame_pop): New function.
2600 (d10v_frame_unwind): New variable.
2601 (d10v_frame_p): New function.
2602 (d10v_frame_saved_pc): Delete function.
2603 * Makefile.in (d10v-tdep.o): Update dependencies.
2604
2605 2003-01-30 J. Brobecker <brobecker@gnat.com>
2606
2607 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
2608 causing some regressions due to a change in the default value
2609 for this macro.
2610
2611 2003-01-29 Richard Henderson <rth@redhat.com>
2612 Elena Zannoni <ezannoni@redhat.com>
2613 Daniel Jacobowitz <drow@mvista.com>
2614
2615 Fix PR gdb/961.
2616 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
2617 variables.
2618 (RANGES_SECTION): New.
2619 (dwarf_ranges_buffer): New variable.
2620 (struct comp_unit_head): Add member "die".
2621 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
2622 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
2623 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
2624 (dwarf2_locate_sections): Likewise.
2625 (dwarf2_build_psymtabs): Read .debug_ranges.
2626 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
2627 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
2628 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
2629 Look for DW_AT_ranges and return the bounding box.
2630
2631 2003-01-29 Brian Ford <ford@vss.fsi.com>
2632
2633 * win32-nat.c (cygwin_pid): Removed as unused.
2634 (child_attach): Try fall back to Cygwin pid.
2635
2636 2003-01-29 Jim Blandy <jimb@redhat.com>
2637
2638 * objfiles.h (struct objfile): Doc fix.
2639
2640 2003-01-29 Andrew Cagney <ac131313@redhat.com>
2641
2642 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
2643 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
2644 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
2645 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
2646 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
2647 (FRAME_SAVED_PC): Change to a function with predicate.
2648 * gdbarch.h, gdbarch.c: Re-generate.
2649
2650 2003-01-28 Andrew Cagney <ac131313@redhat.com>
2651
2652 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
2653
2654 * complaints.c (complain): Delete function.
2655 * complaints.h (struct deprecated_complaint): Delete definition.
2656 (complain): Delete declaration.
2657
2658 2003-01-28 Kevin Buettner <kevinb@redhat.com>
2659
2660 * mips-tdep.c (mips_init_extra_frame_info): Return early for
2661 dummy frames.
2662
2663 2003-01-27 Andrew Cagney <ac131313@redhat.com>
2664
2665 * sentinel-frame.h, sentinel-frame.c: New files.
2666 * Makefile.in (frame.o): Update dependencies.
2667 (SFILES): Add sentinel-frame.c.
2668 (sentinel_frame_h): Define.
2669 (COMMON_OBS): Add sentinel-frame.o.
2670 (sentinel-frame.o): Specify dependencies.
2671 * frame.c: Include "sentinel-frame.h".
2672 (frame_register_unwind): Rewrite assuming that there is always a a
2673 ->next frame.
2674 (frame_register, generic_unwind_get_saved_register): Ditto.
2675 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
2676 (create_sentinel_frame, unwind_to_current_frame): New functions.
2677 (get_current_frame): Rewrite using create_sentinel_frame and
2678 unwind_to_current_frame. When possible, always create a frame.
2679 (create_new_frame): Set next to the sentinel frame.
2680 (get_next_frame): Rewrite. Don't go below the level 0 frame.
2681 (deprecated_update_frame_pc_hack): Update the next frame's PC and
2682 ID cache when necessary.
2683 (frame_saved_regs_id_unwind): Use frame_relative_level.
2684 (deprecated_generic_get_saved_register): Use frame_relative_level,
2685 get_frame_saved_regs, get_frame_pc, get_frame_base and
2686 get_next_frame.
2687 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
2688 frame_register.
2689
2690 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
2691
2692 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
2693
2694 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
2695
2696 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
2697 (maintenance_set_profile_cmd): Use error () instead of warning ().
2698
2699 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
2700
2701 * configure.in: Check that -pg works if using --enable-profiling.
2702 Check for monstartup and _mcleanup regardless of --enable-profiling.
2703 * maint.c: Check for monstartup and _mcleanup before using them.
2704 * config.in: Regenerated.
2705 * configure: Regenerated.
2706
2707 2003-01-24 Nick Clifton <nickc@redhat.com>
2708
2709 * Add sh2e support:
2710
2711 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
2712
2713 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
2714 (sh2e_show_regs): New.
2715 (sh_gdbarch_init): Handle bfd_mach_sh2e.
2716 * config/sh/tm-sh.h: Added sh2e to comments.
2717
2718 2003-01-23 Jim Blandy <jimb@redhat.com>
2719
2720 * symfile.c (syms_from_objfile): Don't print the "(no debugging
2721 symbols found)" message here; we haven't checked for a separate
2722 debug info file yet, so we don't know yet.
2723 (symbol_file_add_with_addrs_or_offsets): Print it here, after
2724 we've looked everywhere. Also, there's no need to print a special
2725 message when we're loading the separate debug info file: the one
2726 symbol_file_add prints is fine.
2727
2728 2003-01-23 Alexander Larsson <alexl@redhat.com>
2729 Jim Blandy <jimb@redhat.com>
2730
2731 Add support for executables whose debug info has been separated
2732 out into a separate file, leaving only a link behind.
2733 * objfiles.h (struct objfile): New fields: separate_debug_objfile
2734 and separate_debug_objfile_backlink.
2735 (put_objfile_before): New declaration.
2736 * symfile.c: #include "filenames.h".
2737 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
2738 debug info in a separate file, read that, too. Save the addrs
2739 argument, so we can use it again to read the separated debug info;
2740 syms_from_objfile modifies the table we pass it.
2741 (reread_symbols): After re-reading an objfile, call
2742 reread_separate_symbols to refresh its separate debug info
2743 objfile, if it has one.
2744 (reread_separate_symbols, find_separate_debug_file,
2745 get_debug_link_info, separate_debug_file_exists): New functions.
2746 (debug_file_directory): New global var.
2747 (_initialize_symfile): Initialize debug_file_directory, and
2748 provide the new `set debug-file-directory' command to let the user
2749 change it.
2750 * objfiles.c (free_objfile): If this objfile has its debug info in
2751 a separate objfile, free that one too. If this is itself a
2752 separate debug info objfile, clear our parent's backlink.
2753 (put_objfile_before): New function.
2754 * utils.c (gnu_debuglink_crc32): New function.
2755 * defs.h (gnu_debuglink_crc32): New declaration.
2756 * Makefile.in (symfile.o): Note dependency on "filenames.h".
2757 * configure.in: Handle --with-separate-debug-dir config option.
2758 * acinclude.m4 (AC_DEFINE_DIR): New macro.
2759 * acconfig.h (DEBUGDIR): New macro.
2760 * configure, aclocal.m4, config.in: Regenerated.
2761
2762 2003-01-22 Jim Blandy <jimb@redhat.com>
2763
2764 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
2765 like the old symbol_file_add, but taking new arguments: you can
2766 now pass in either a `struct section_addr_info' list to say where
2767 each section is loaded, or a `struct section_offsets' table. Pass
2768 these new arguments through to syms_from_objfile as appropriate.
2769 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
2770 with the appropriate quiescent values for the new arguments.
2771
2772 * symfile.c: #include "gdb_assert.h".
2773 (syms_from_objfile): Add the ability to pass in a section offset
2774 table directly, as an alternative to the section_addr_info table.
2775 Document arguments better.
2776 (symbol_file_add): Pass extra arguments to syms_from_objfile.
2777 * symfile.h (syms_from_objfile): Update declaration.
2778 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
2779 syms_from_objfile.
2780 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
2781
2782 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
2783
2784 Original patch by Tom Tromey <tromey@cygnus.com> and
2785 Jason Molenda <jmolenda@apple.com>.
2786 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
2787 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
2788 * NEWS: Mention profiling.
2789 * configure.in (--enable-gdbtk): Fix typo.
2790 (--enable-profiling): New. Set PROFILE_CFLAGS.
2791 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
2792 Fill in function.
2793 (profiling_state): New variable.
2794 (mcleanup_wrapper): New function.
2795 (_initialize_maint): Remove NOTYET, fix call to
2796 add_setshow_boolean_cmd for "maint set profile".
2797 * configure: Regenerated.
2798
2799 2003-01-21 Martin M. Hunt <hunt@redhat.com>
2800
2801 * Makefile.in (install-gdbtk): Install PNG images too.
2802
2803 2003-01-21 Andrew Cagney <ac131313@redhat.com>
2804
2805 * exec.c (text_start): Delete global variable.
2806 (exec_file_attach): Make text_start local to the function.
2807 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
2808 * valops.c (hand_function_call): Delete code that handles
2809 BEFORE_TEXT_END and AFTER_TEXT_END.
2810 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
2811 of CALL_DUMMY_LOCATION.
2812 * gdbarch.c: Regenerate.
2813 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
2814 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
2815 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
2816 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
2817 (text_end): Delete extern declaration.
2818
2819 2003-01-21 Andrew Cagney <ac131313@redhat.com>
2820
2821 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
2822 * blockframe.c (backtrace_below_main): Move to "frame.c".
2823 (frame_chain_valid): Delete check for backtrace_below_main.
2824 (_initialize_blockframe): Delete initialization, move ``set
2825 backtrace-below-main'' command to "frame.c".
2826 (do_flush_frames_sfunc): Delete function.
2827 * frame.c: Include "command.h" and "gdbcmd.h".
2828 (frame_type_from_pc): New function.
2829 (create_new_frame): Use frame_type_from_pc.
2830 (legacy_get_prev_frame): New function.
2831 (get_prev_frame): Rewrite. When an old style frame, call
2832 legacy_get_prev_frame. Otherwize, unwind the PC first.
2833 (_initialize_frame): Add ``set backtrace-below-main'' command.
2834 * Makefile.in (frame.o): Update dependencies.
2835
2836 2003-01-19 Andrew Cagney <ac131313@redhat.com>
2837
2838 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
2839 DEPRECATED_REGISTERS_INFO.
2840
2841 2003-01-19 Andrew Cagney <ac131313@redhat.com>
2842
2843 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
2844 Maintainers'. Update `Various Maintainers'.
2845
2846 2003-01-19 Andrew Cagney <ac131313@redhat.com>
2847
2848 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
2849 * gdbarch.sh (POP_FRAME): Change to function with predicate.
2850 Suppress actual parameters when `-'.
2851 * gdbarch.h, gdbarch.c: Regenerate.
2852
2853 2003-01-19 Andrew Cagney <ac131313@redhat.com>
2854
2855 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
2856 code handling dummy frames.
2857
2858 2003-01-19 Andrew Cagney <ac131313@redhat.com>
2859
2860 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
2861 (struct frame_unwind): Add field pop.
2862 * frame.h (frame_pop): Declare.
2863 * frame.c (frame_saved_regs_pop): New function.
2864 (trad_frame_unwinder): Add frame_saved_regs_pop.
2865 (frame_pop): New function.
2866 * dummy-frame.c (dummy_frame_pop): New function.
2867 (discard_innermost_dummy): New function.
2868 (generic_pop_dummy_frame): Use discard_innermost_dummy.
2869 (dummy_frame_unwind): Add dummy_frame_pop.
2870 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
2871 * valops.c (hand_function_call): Ditto.
2872 * stack.c (return_command): Ditto.
2873
2874 2003-01-18 Andrew Cagney <ac131313@redhat.com>
2875
2876 * cris-tdep.c: Fix function declaration indentation.
2877 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
2878 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
2879 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
2880 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
2881 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
2882 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
2883
2884 2003-01-18 Michael Chastain <mec@shout.net>
2885
2886 * README (Unpacking and Installation -- quick overview):
2887 Warn against ".../gdb-5.3/gdb/configure".
2888
2889 2003-01-18 Andrew Cagney <ac131313@redhat.com>
2890
2891 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
2892 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
2893 (struct frame_unwind): Declare opaque.
2894 (dummy_frame_p): Declare function.
2895 * dummy-frame.c (dummy_frame_id_unwind): Make static.
2896 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
2897 * dummy-frame.c: Include "frame-unwind.h".
2898 (dummy_frame_p): New function.
2899 (dummy_frame_unwind): New variable.
2900 * frame.c: Include "frame-unwind.h".
2901 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
2902 to use the new unwind field.
2903 (set_unwind_by_pc): Delete function.
2904 (create_new_frame, get_prev_frame): Set unwind field using
2905 frame_unwind_find_by_pc.
2906 (trad_frame_unwind, trad_frame_unwinder): New variables.
2907 * frame.h (trad_frame_unwind): Declare variable.
2908 (frame_id_unwind_ftype): Delete declaration.
2909 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
2910 (struct frame_unwind): Declare opaque.
2911 (struct frame_info): Replace the fields id_unwind, pc_unwind and
2912 register_unwind with a single unwind pointer.
2913 * frame-unwind.h, frame-unwind.c: New files.
2914 * Makefile.in (SFILES): Add frame-unwind.c.
2915 (frame_unwind_h): Define.
2916 (COMMON_OBS): Add frame-unwind.o.
2917 (frame-unwind.o): Specify dependencies.
2918 (frame.o, dummy-frame.o): Update dependencies.
2919
2920 2003-01-18 Andrew Cagney <ac131313@redhat.com>
2921
2922 * ada-valprint.c: Eliminate PTR.
2923 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
2924 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
2925 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
2926 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
2927 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
2928 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
2929 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
2930
2931 2003-01-17 Andrew Cagney <ac131313@redhat.com>
2932
2933 * main.c (captured_main): Don't use PTR.
2934 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
2935 * gdbtypes.c (lookup_primitive_typename): Ditto.
2936 (lookup_struct_elt_type): Ditto.
2937 * f-valprint.c (info_common_command): Ditto.
2938 (list_all_visible_commons): Ditto.
2939 * jv-typeprint.c (java_type_print_base): Ditto.
2940
2941 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
2942 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
2943 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
2944 i386-interix-nat.c and i386-interix-tdep.c. Rename
2945 m68klinux-nat.c and m68klinux-tdep.c. Rename
2946 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
2947 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
2948 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
2949 * main.c (captured_main): Use xfree, not free.
2950
2951 2003-01-16 Andrew Cagney <ac131313@redhat.com>
2952
2953 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
2954 ID back using a parameter.
2955 * frame.c (frame_id_unwind): Update call.
2956 (frame_saved_regs_id_unwind): Update.
2957 * dummy-frame.c (dummy_frame_id_unwind): Update function.
2958 * dummy-frame.h (struct frame_id): Add opaque declaration.
2959 (dummy_frame_id_unwind): Update declaration.
2960
2961 2003-01-15 Andrew Cagney <ac131313@redhat.com>
2962
2963 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
2964
2965 2003-01-15 Stephen P. Smith <ischis2@cox.net>
2966
2967 * MAINTAINERS (Stephen P. Smith): Updated email address.
2968
2969 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
2970
2971 Fix PR gdb/898
2972 * breakpoint.c (until_break_command): Add new argument. Use it to
2973 decide whether to stop only at the current frame or not.
2974 * breakpoint.h (until_break_command): Update prototype.
2975 * infcmd.c (until_command): Add new argument to until_break_command
2976 call.
2977 (advance_command): New function.
2978 (_initialize_infcmd): Update help string for 'until' command.
2979 Add new 'advance' command.
2980
2981 2003-01-14 David Carlton <carlton@math.stanford.edu>
2982
2983 * linespec.c (decode_line_1): Normalize comments.
2984 (set_flags): Ditto.
2985 (locate_first_half): Ditto.
2986 (decode_compound): Ditto.
2987 (symtab_from_filename): Ditto.
2988 (decode_all_digits): Ditto.
2989 (decode_dollar): Ditto.
2990 (find_methods): Ditto.
2991 (find_toplevel_char): Ditto.
2992
2993 2003-01-13 Andrew Cagney <ac131313@redhat.com>
2994
2995 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
2996 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
2997 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
2998 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
2999 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
3000 * language.c, language.h, m32r-tdep.c: Update copyright.
3001 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
3002 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
3003 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
3004 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
3005 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
3006 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
3007
3008 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
3009
3010 * stabsread.h (process_later, resolve_cfront_continuation):
3011 Obsolete.
3012 Update copyright years.
3013 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
3014 Update copyright year.
3015 * dbxread.c(struct cont_elem): Obsolete.
3016 (process_later, process_now): Obsolete functions.
3017 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
3018 Update copyright year.
3019 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
3020 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
3021 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
3022 (parse_partial_symbols): Obsolete cfront support.
3023 * stabsread.c
3024 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
3025 macros.
3026 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
3027 read_cfront_baseclasses, read_cfront_member_functions,
3028 resolve_cfront_continuation,read_cfront_static_fields,
3029 copy_cfront_struct_fields): Obsolete functions.
3030 (define_symbol, read_one_struct_field): Obsolete cfront support.
3031 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
3032 Update Copyright year.
3033
3034 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
3035
3036 * stack.c (print_frame_info, print_stack_frame_base_stub,
3037 print_stack_frame_base, show_and_print_stack_frame_stub,
3038 show_and_print_stack_frame, print_only_stack_frame_stub,
3039 print_only_stack_frame): Delete functions.
3040 (print_stack_frame_stub): Call print_frame_info instead of
3041 print_frame_info_base.
3042 (print_frame_info_base): Rename to print_frame_info.
3043 (backtrace_command_1): Call print_frame_info, instead of
3044 print_frame_info_base.
3045 (current_frame_command): Call print_stack_frame, instead of
3046 print_only_stack_frame.
3047 (frame_command): Call print_stack_frame, instead of
3048 show_and_print_stack_frame.
3049 (up_command): Ditto.
3050 (down_command): Ditto.
3051 * frame.h (print_only_stack_frame): Delete prototype.
3052 * infrun.c (normal_stop): Call print_stack_frame, instead of
3053 show_and_print_stack_frame.
3054 * thread.c (info_threads_command): Call print_stack_frame, instead
3055 of print_only_stack_frame.
3056
3057 2003-01-13 Andrew Cagney <ac131313@redhat.com>
3058
3059 * README (Graphical interface to GDB): Update URL. Point at
3060 gdb/links/.
3061
3062 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
3063 version match.
3064
3065 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3066
3067 * symtab.c (find_pc_sect_line): Don't consider end-of-function
3068 lines.
3069
3070 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3071
3072 * thread-db.c (attach_thread): Prototype.
3073 (struct private_thread_info): Remove lwpid. Add thread handle (th),
3074 thread information (ti), and valid flags (th_valid, ti_valid).
3075 (attach_thread): Move target_pid_to_str call to after the thread
3076 is added to GDB's list. Initialize the cache.
3077 (thread_get_info_callback, thread_db_map_id2thr)
3078 (thread_db_get_info): New functions.
3079 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
3080 (thread_db_store_registers, thread_db_thread_alive)
3081 (thread_db_get_thread_local_address): Use them.
3082 (thread_db_pid_to_str): Likewise. Return "Missing" instead
3083 of calling error() for threads in unknown state.
3084
3085 (clear_lwpid_callback): New function.
3086 (thread_db_resume): Use it to clear the cache.
3087
3088 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3089
3090 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
3091 (resume_callback): Remove dead code.
3092
3093 2003-01-13 Andrew Cagney <ac131313@redhat.com>
3094
3095 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
3096 predicate.
3097 * gdbarch.h, gdbarch.c: Regenerate.
3098 * stack.c (frame_info): Only initialize the saved registers when
3099 FRAME_INIT_SAVED_REGS_P.
3100 * frame.c (frame_saved_regs_register_unwind): Assert
3101 FRAME_INIT_SAVED_REGS_P.
3102 (deprecated_generic_get_saved_register): Ditto.
3103
3104 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3105
3106 * source.c (openp): Squelch warning about "filename".
3107
3108 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3109
3110 * source.c (openp): If the file does not exist don't necessarily
3111 search the path.
3112
3113 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3114
3115 Fix PR gdb/872.
3116 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
3117 (integer_types_same_name_p): New function.
3118 (rank_one_type): Use it.
3119 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
3120
3121 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3122
3123 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
3124 variables.
3125 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
3126 * configure.in: Add --with-sysroot.
3127 * configure: Regenerated.
3128 * main.c (gdb_sysroot): New variable.
3129 (captured_main): Initialize gdb_sysroot.
3130 * defs.h (gdb_sysroot): New extern declaration.
3131 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
3132
3133 2003-01-12 Michael Chastain <mec@shout.net>
3134
3135 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
3136
3137 2003-01-12 Michael Chastain <mec@shout.net>
3138
3139 * top.c (print_gdb_version): Bump copyright year to 2003.
3140
3141 2003-01-12 David Carlton <carlton@bactrian.org>
3142
3143 * linespec.c (symtab_from_filename): Rename variable 's' to
3144 'file_symtab'.
3145
3146 2003-01-12 Andrew Cagney <ac131313@redhat.com>
3147
3148 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
3149 dummy frame.
3150 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
3151
3152 2003-01-12 Andrew Cagney <ac131313@redhat.com>
3153
3154 * d10v-tdep.c: Include "gdb_assert.h".
3155 (d10v_store_return_value): Rewrite to match current interface.
3156 (d10v_extract_struct_value_address): Ditto.
3157 (d10v_extract_return_value): Ditto.
3158 (d10v_gdbarch_init): Set store_restore_value,
3159 extract_struct_value_address and extract_return_value.
3160
3161 2003-01-12 J. Brobecker <brobecker@gnat.com>
3162
3163 * hpread.c (set_namestring): New procedure replacing the
3164 SET_NAMESTRING macro.
3165 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
3166 by calls to set_namestring.
3167
3168 2003-01-11 J. Brobecker <brobecker@gnat.com>
3169
3170 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
3171 a compilation warning.
3172 (hpread_process_one_debug_symbol): Likewise.
3173
3174 2003-01-10 David Carlton <carlton@math.stanford.edu>
3175
3176 * linespec.c (decode_line_1): Rename variable 's' to
3177 'file_symtab'.
3178 (decode_all_digits): Rename argument 's' to 'file_symtab'.
3179 (decode_dollar): Ditto.
3180 (decode_variable): Ditto.
3181 (symbol_found): Ditto.
3182
3183 2003-01-09 Michael Chastain <mec@shout.net>
3184
3185 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
3186
3187 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
3188
3189 * win32-nat.c (set_process_privilege): New function.
3190 (child_attach): Call set_process_privilege() to enable the
3191 SE_DEBUG_NAME user privilege if available in process token.
3192
3193 2003-01-10 J. Brobecker <brobecker@gnat.com>
3194
3195 * hpread.c (hpread_process_one_debug_symbol): Fix a small
3196 compilation error in the previous revision.
3197
3198 2003-01-09 David Carlton <carlton@math.stanford.edu>
3199
3200 * linespec.c: Update copyright.
3201
3202 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
3203
3204 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
3205 than inferior_ptid.
3206 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
3207
3208 2003-01-09 Andrew Cagney <ac131313@redhat.com>
3209
3210 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
3211 Update comments.
3212 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
3213 (frame_saved_regs_zalloc): Update.
3214 (frame_saved_regs_register_unwind): Update.
3215 (create_new_frame): Update.
3216 (get_prev_frame): Update.
3217 (frame_extra_info_zalloc): Update.
3218 (deprecated_get_frame_saved_regs): Update.
3219 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
3220 * cris-tdep.c: Update comment.
3221
3222 * somsolib.h: Fix function indentation.
3223 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
3224 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
3225 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
3226 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
3227 * somsolib.c, inftarg.c: Remove assignment in if conditional.
3228
3229 * infrun.c (follow_fork): Use ISO C definition.
3230 * expprint.c (print_subexp): Use xfree instead of free.
3231 * charset.c: Include "gdb_string.h" instead of <string.h>.
3232 (register_iconv_charsets): Use ISO C definition.
3233 (host_charset, target_charset): Ditto.
3234 * Makefile.in (charset.o): Update dependencies.
3235 (mi-cmd-env.o): Update dependencies.
3236
3237 2003-01-08 Andrew Cagney <cagney@redhat.com>
3238
3239 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
3240 get_frame_base.
3241
3242 2003-01-08 Andrew Cagney <ac131313@redhat.com>
3243
3244 * gdb_mbuild.sh: Add --keep option. When specified, keep the
3245 build directories. Save edited gdb output in Mbuild.log. If a
3246 build fails, remove any final GDB executable.
3247
3248 2003-01-08 Andrew Cagney <ac131313@redhat.com>
3249
3250 * gdb_mbuild.sh: Edit the output of `maint print architecture'
3251 replacing hex constants with function names and stripping leading
3252 file name directory prefixes.
3253
3254 2003-01-08 Andrew Cagney <cagney@redhat.com>
3255
3256 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
3257 get_frame_base.
3258
3259 2003-01-08 David Carlton <carlton@math.stanford.edu>
3260
3261 * linespec.c (decode_line_1): Move code into decode_variable.
3262 (decode_variable): New function.
3263
3264 2003-01-08 Andrew Cagney <ac131313@redhat.com>
3265
3266 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
3267
3268 2003-01-08 Andrew Cagney <cagney@redhat.com>
3269
3270 * cris-tdep.c (cris_frame_init_saved_regs): Use
3271 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
3272 saved_regs buffer.
3273 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
3274 (sh64_nofp_frame_init_saved_regs): Ditto.
3275 (sh_fp_frame_init_saved_regs): Ditto.
3276 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
3277 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
3278 * mcore-tdep.c (analyze_dummy_frame): Ditto.
3279 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
3280
3281 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
3282
3283 * minsyms.c (lookup_minimal_symbol): Update comment.
3284 (lookup_minimal_symbol_text): Update comment. Use the hash table.
3285 (lookup_minimal_symbol_solib_trampoline): Likewise.
3286
3287 2003-01-08 Andrew Cagney <cagney@redhat.com>
3288
3289 * d10v-tdep.c (d10v_init_extra_frame_info): Use
3290 frame_relative_level.
3291
3292 * alpha-tdep.c: Use get_frame_extra_info.
3293 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3294 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
3295 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
3296 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
3297
3298 * alpha-tdep.c: Use get_next_frame.
3299 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3300 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
3301 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
3302 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
3303 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
3304 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
3305 * xstormy16-tdep.c: Ditto.
3306
3307 2003-01-07 Andrew Cagney <cagney@redhat.com>
3308
3309 * alpha-tdep.c: Use get_frame_base.
3310 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3311 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
3312 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
3313 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
3314 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
3315 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
3316 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
3317 * config/sparc/tm-sparc.h: Ditto.
3318
3319 2003-01-07 Andrew Cagney <cagney@redhat.com>
3320
3321 * frame.c (deprecated_get_frame_context): New function.
3322 (deprecated_set_frame_context): New function.
3323 * frame.h (deprecated_get_frame_context): Declare.
3324 (deprecated_set_frame_context): Declare.
3325 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
3326 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
3327
3328 2003-01-07 Andrew Cagney <cagney@redhat.com>
3329
3330 * frame.c (deprecated_set_frame_next_hack): New function.
3331 (deprecated_set_frame_prev_hack): New function.
3332 * frame.h (deprecated_set_frame_next_hack): Declare.
3333 (deprecated_set_frame_prev_hack): Declare.
3334 * mcore-tdep.c (analyze_dummy_frame): Use
3335 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
3336 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
3337
3338 2003-01-07 David Carlton <carlton@math.stanford.edu>
3339
3340 * linespec.c (decode_line_1): Move code into decode_dollar.
3341 (decode_dollar): New function.
3342
3343 2003-01-07 Andrew Cagney <cagney@redhat.com>
3344
3345 * arm-tdep.c (arm_init_extra_frame_info): Use
3346 deprecated_update_frame_base_hack.
3347 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
3348 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
3349 (fix_frame_pointer): Ditto.
3350 (mn10300_analyze_prologue): Ditto.
3351
3352 2003-01-07 Andrew Cagney <cagney@redhat.com>
3353
3354 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
3355 extra_info using frame_extra_info_zalloc.
3356 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
3357 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
3358 (sh64_init_extra_frame_info): Ditto.
3359 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
3360 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
3361 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
3362 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
3363 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
3364 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
3365 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
3366 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
3367 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
3368 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
3369 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
3370 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
3371
3372 * mn10300-tdep.c (analyze_dummy_frame): Use
3373 deprecated_set_frame_extra_info_hack.
3374 * mcore-tdep.c (analyze_dummy_frame): Ditto.
3375
3376 2003-01-07 J. Brobecker <brobecker@gnat.com>
3377
3378 * mdebugread.c (parse_symbol): Skip stProc entries which storage
3379 class is not scText. These do not define "real" procedures.
3380 (parse_partial_symbols): Likewise.
3381
3382 2003-01-06 Michael Snyder <msnyder@redhat.com>
3383
3384 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
3385
3386 2003-01-06 Andrew Cagney <ac131313@redhat.com>
3387
3388 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
3389 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
3390 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
3391 deprecated_frame_xmalloc_with_cleanup.
3392 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
3393 deprecated_frame_xmalloc.
3394 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
3395 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
3396
3397 2003-01-06 Andrew Cagney <cagney@redhat.com>
3398
3399 * x86-64-linux-tdep.c: Include "osabi.h".
3400 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
3401
3402 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
3403
3404 2003-01-06 Andrew Cagney <cagney@redhat.com>
3405
3406 * MAINTAINERS (Target Instruction Set Architectures): Update
3407 arm-elf. Can be built with -Werror, has been multiarched.
3408
3409 * value.h (unpack_long): Make buffer parameter constant.
3410 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
3411 * scm-lang.h (scm_parse): Ditto.
3412 * defs.h (extract_typed_address, extract_address): Ditto.
3413 (extract_long_unsigned_integer): Ditto.
3414 * inferior.h (unsigned_pointer_to_address): Ditto.
3415 (signed_pointer_to_address): Ditto.
3416 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
3417 * gdbarch.h, gdbarch.c: Regenerate.
3418 * findvar.c (extract_long_unsigned_integer): Update.
3419 (extract_address): Update.
3420 (extract_typed_address): Update.
3421 (unsigned_pointer_to_address): Update.
3422 * values.c (unpack_long): Update.
3423 (unpack_double): Update.
3424 (unpack_pointer): Update.
3425 (unpack_field_as_long): Update.
3426 * d10v-tdep.c (d10v_pointer_to_address): Update.
3427 * avr-tdep.c (avr_pointer_to_address): Update.
3428 * scm-lang.c (scm_unpack): Update.
3429 * findvar.c (signed_pointer_to_address): Update.
3430
3431 2003-01-06 Michal Ludvig <mludvig@suse.cz>
3432
3433 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
3434 since it is in i386-tdep.c.
3435
3436 2003-01-06 J. Brobecker <brobecker@gnat.com>
3437
3438 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
3439 failure introduced in the previous change.
3440
3441 2003-01-05 Michael Chastain <mec@shout.net>
3442
3443 * README: Remove references to deleted remote-*.c files:
3444 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
3445 remote-nrom.c, remote-os9k.c, remote-udi.c.
3446
3447 2003-01-05 Mark Kettenis <kettenis@gnu.org>
3448
3449 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
3450 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
3451 i386_get_longjmp_target.
3452
3453 2003-01-05 Andrew Cagney <ac131313@redhat.com>
3454
3455 * arm-tdep.c (prologue_cache): Change to a pointer.
3456 (_initialize_arm_tdep): Allocate prologue_cache.
3457 (check_prologue_cache): Update.
3458 (save_prologue_cache): Update.
3459 (arm_gdbarch_init): Update.
3460
3461 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3462
3463 * stabsread.c (update_method_name_from_physname): Call complaint()
3464 instead of error.
3465
3466 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3467
3468 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
3469 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
3470 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
3471
3472 * blockframe.c: Include "gdbcmd.h" and "command.h".
3473 (backtrace_below_main): New variable.
3474 (file_frame_chain_valid, func_frame_chain_valid)
3475 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
3476 (generic_func_frame_chain_valid): Remove functions.
3477 (frame_chain_valid, do_flush_frames_sfunc): New functions.
3478 (_initialize_blockframe): New function.
3479 * Makefile.in (blockframe.o): Update dependencies.
3480 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
3481 comment. Call frame_chain_valid ().
3482 * frame.h: Remove old prototypes. Add prototype for
3483 frame_chain_valid and update comments to match.
3484 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
3485 Remove old comment.
3486 * gdbarch.h: Regenerated.
3487 * gdbarch.c: Regenerated.
3488
3489 * alpha-tdep.c (alpha_gdbarch_init): Don't call
3490 set_gdbarch_frame_chain_valid.
3491 * avr-tdep.c (avr_gdbarch_init): Likewise.
3492 * cris-tdep.c (cris_gdbarch_init): Likewise.
3493 * frv-tdep.c (frv_gdbarch_init): Likewise.
3494 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3495 * i386-tdep.c (i386_svr4_init_abi): Likewise.
3496 (i386_nw_init_abi): Likewise.
3497 (i386_gdbarch_init): Likewise.
3498 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3499 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3500 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3501 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
3502 * mips-tdep.c (mips_gdbarch_init): Likewise.
3503 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3504 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
3505 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
3506 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3507 * s390-tdep.c (s390_gdbarch_init): Likewise.
3508 * sh-tdep.c (sh_gdbarch_init): Likewise.
3509 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3510 * v850-tdep.c (v850_gdbarch_init): Likewise.
3511 * vax-tdep.c (vax_gdbarch_init): Likewise.
3512 * x86-64-tdep.c (x86_64_init_abi): Likewise.
3513
3514 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
3515 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
3516 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
3517 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
3518 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
3519 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
3520 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
3521 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
3522
3523 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
3524
3525 * Makefile.in (acconfig_h): Remove incorrect macro.
3526 (config_h): Define.
3527 (osabi.o): Update dependencies.
3528 * configure.tgt: Set gdb_osabi based on target triplet.
3529 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
3530 * configure: Regenerated.
3531 * config.in: Regenerated.
3532 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
3533 (GDB_OSABI_DEFAULT): Define if not already defined.
3534 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
3535 (set_osabi_string): New variables.
3536 (gdbarch_register_osabi): Add new OS ABI to
3537 gdb_osabi_available_names.
3538 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
3539 (set_osabi, show_osabi): New functions.
3540 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
3541
3542 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3543
3544 * arch-utils.c (gdbarch_info_init): Set osabi to
3545 GDB_OSABI_UNINITIALIZED.
3546 * gdbarch.sh: Add osabi to struct gdbarch and to struct
3547 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
3548 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
3549 * gdbarch.c: Regenerated.
3550 * gdbarch.h: Regenerated.
3551 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
3552 there's no BFD.
3553 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
3554 * osabi.h (enum gdb_osabi): Move to defs.h.
3555 (gdbarch_init_osabi): Update prototype.
3556 * defs.h (enum gdb_osabi): Moved here.
3557 * Makefile.in: Update dependencies.
3558
3559 * alpha-tdep.h: Don't include "osabi.h".
3560 (struct gdbarch_tdep): Remove osabi member.
3561 * alpha-tdep.c: Include "osabi.h".
3562 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3563 iterate over arches. Update call to gdbarch_init_osabi.
3564 (alpha_dump_tdep): Don't dump osabi.
3565 * alpha-linux-tdep.c: Include "osabi.h".
3566 * alpha-osf1-tdep.c: Include "osabi.h".
3567 * alphafbsd-tdep.c: Include "osabi.h".
3568 * alphanbsd-tdep.c: Include "osabi.h".
3569
3570 * arm-tdep.h: Don't include "osabi.h".
3571 (struct gdbarch_tdep): Remove osabi member.
3572 * arm-tdep.c: Include "osabi.h".
3573 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3574 iterate over arches. Update call to gdbarch_init_osabi.
3575 (arm_dump_tdep): Don't dump osabi.
3576 * arm-linux-tdep.c: Include "osabi.h".
3577 * armnbsd-tdep.c: Include "osabi.h".
3578
3579 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
3580 Update call to gdbarch_init_osabi.
3581
3582 * i386-tdep.h: Don't include "osabi.h".
3583 (struct gdbarch_tdep): Remove osabi member.
3584 * i386-tdep.c: Include "osabi.h".
3585 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3586 iterate over arches. Update call to gdbarch_init_osabi.
3587 (i386_dump_tdep): Don't dump osabi.
3588 * i386-linux-tdep.c: Include "osabi.h".
3589 * i386-sol2-tdep.c: Include "osabi.h".
3590 * i386bsd-tdep.c: Include "osabi.h".
3591 * i386gnu-tdep.c: Include "osabi.h".
3592 * i386ly-tdep.c: Include "osabi.h".
3593 * i386nbsd-tdep.c: Include "osabi.h".
3594 * i386obsd-tdep.c: Include "osabi.h".
3595
3596 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
3597 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3598 check osabi when iterating over arches. Update call to
3599 gdbarch_init_osabi.
3600 (mips_dump_tdep): Don't dump osabi.
3601
3602 * ns32k-tdep.h: Don't include "osabi.h".
3603 (struct gdbarch_tdep): Remove.
3604 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
3605 gdbarch_lookup_osabi. Don't iterate over arches. Don't
3606 allocate tdep. Update call to gdbarch_init_osabi.
3607 (ns32k_dump_tdep): Remove.
3608 (_initialize_ns32k_tdep): Update call to gdbarch_register.
3609 * ns32knbsd-tdep.c: Include "osabi.h".
3610
3611 * ppc-tdep.h: Don't include "osabi.h".
3612 (struct gdbarch_tdep): Remove osabi member.
3613 * rs6000-tdep.c: Include "osabi.h".
3614 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
3615 osabi when iterating over arches. Update call to
3616 gdbarch_init_osabi.
3617 (rs6000_dump_tdep): Don't dump osabi.
3618 * ppc-linux-tdep.c: Include "osabi.h".
3619 * ppcnbsd-tdep.c: Include "osabi.h".
3620
3621 * sh-tdep.h: Don't include "osabi.h".
3622 (struct gdbarch_tdep): Remove osabi member.
3623 * sh-tdep.c: Include "osabi.h".
3624 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3625 iterate over arches. Update call to gdbarch_init_osabi.
3626 (sh_dump_tdep): Don't dump osabi.
3627 * shnbsd-tdep.c: Include "osabi.h".
3628
3629 * sparc-tdep.c: Include "osabi.h".
3630 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3631 iterate over arches. Update call to gdbarch_init_osabi.
3632 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
3633 tdep structure.
3634
3635 * vax-tdep.h: Don't include "osabi.h".
3636 (struct gdbarch_tdep): Remove.
3637 * vax-tdep.c: Include "osabi.h".
3638 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3639 iterate over arches. Don't allocate tdep. Update call
3640 to gdbarch_init_osabi.
3641 (vax_dump_tdep): Remove.
3642 (_initialize_vax_tdep): Update call to gdbarch_register.
3643
3644 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3645
3646 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
3647 entirely.
3648 (breakpoint_re_set_one): Don't fetch the value for a disabled
3649 watchpoint.
3650
3651 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3652
3653 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
3654 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
3655 (COERCE_FLOAT_TO_DOUBLE): Remove.
3656 * gdbarch.c: Regenerate.
3657 * gdbarch.h: Regenerate.
3658 * Makefile.in: Remove value_h from gdbarch_h.
3659 * valops.c (coerce_float_to_double): New variable.
3660 (default_coerce_float_to_double): Remove.
3661 (standard_coerce_float_to_double): Remove.
3662 (value_arg_coerce): Use coerce_float_to_double.
3663 (_initialize_valops): Add "set coerce-float-to-double".
3664 * value.h (default_coerce_float_to_double): Remove prototype.
3665 (standard_coerce_float_to_double): Remove prototype.
3666
3667 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
3668 prototyped.
3669 * mdebugread.c (parse_symbol): Likewise.
3670 * stabsread.c (define_symbol): Mark all functions as prototyped.
3671
3672 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
3673 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
3674 set_gdbarch_coerce_float_to_double.
3675 * arm-tdep.c (arm_gdbarch_init): Likewise.
3676 * frv-tdep.c (frv_gdbarch_init): Likewise.
3677 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
3678 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
3679 * mips-tdep.c (mips_gdbarch_init): Likewise.
3680 (mips_coerce_float_to_double): Remove.
3681 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3682 (rs6000_coerce_float_to_double): Remove.
3683 * s390-tdep.c (s390_gdbarch_init): Likewise.
3684 * sh-tdep.c (sh_gdbarch_init): Likewise.
3685 (sh_coerce_float_to_double): Remove.
3686 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3687 (sparc_coerce_float_to_double): Remove.
3688 * v850-tdep.c (v850_gdbarch_init): Likewise.
3689 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
3690 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3691 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
3692 (hppa_coerce_float_to_double): Remove prototype.
3693 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3694
3695 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3696
3697 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
3698
3699 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3700
3701 Suggested by Stewart Brown <sb24@avaya.com>:
3702 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
3703 in recursive calls. Handle TYPE_CODE_TYPEDEF.
3704 (c_type_print_varspec_suffix): Likewise.
3705
3706 2003-01-04 Mark Kettenis <kettenis@gnu.org>
3707
3708 * configure.in: Don't set and AC_SUBST SUBDIRS.
3709 * configure: Regenerated.
3710
3711 * configure.in: Remove code dealing with shared libraries.
3712 * Makefile.in: Remove HLDFLAGS and HLDENV.
3713 * configure: Regenerated.
3714
3715 2003-01-04 Andrew Cagney <ac131313@redhat.com>
3716
3717 * frame.c (deprecated_frame_xmalloc): New function.
3718 (deprecated_set_frame_saved_regs_hack): New function.
3719 (deprecated_set_frame_extra_info_hack): New function.
3720 * frame.h (deprecated_frame_xmalloc): Declare.
3721 (deprecated_set_frame_saved_regs_hack): Declare.
3722 (deprecated_set_frame_extra_info_hack): Declare.
3723
3724 2003-01-04 Mark Kettenis <kettenis@gnu.org>
3725
3726 * configure.in: Move code that provides the --enable-gdbtk option
3727 right after the code that handles the --enable-tui option, and
3728 polish it somewhat.
3729 * configure: Regenerated.
3730
3731 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
3732 AC_CHECK_FUNCS and remove the old check for pread64.
3733 * acinclude.m4 (AC_GNU_SOURCE): New macro.
3734 * acconfig.h (_GNU_SOURCE): Add.
3735 (HAVE_PREAD64): Remove.
3736 * configure, aclocal.m4, config.in: Regenerated.
3737
3738 2003-01-03 Andrew Cagney <ac131313@redhat.com>
3739
3740 * alpha-tdep.c: Use get_frame_saved_regs.
3741 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3742 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
3743 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
3744 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
3745 * vax-tdep.c, xstormy16-tdep.c: Ditto.
3746
3747 2003-01-03 Mark Kettenis <kettenis@gnu.org>
3748
3749 * configure.in: Remove all use of the SUBDIRS variable; add
3750 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
3751 code providing the --enable-multi-ice option, and move it right in
3752 front of the code that checks whether gdbserver is supported.
3753 Polish that too.
3754 * configure: Regenerated.
3755 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
3756 @SUBDIRS@.
3757
3758 2003-01-03 Andrew Cagney <cagney@redhat.com>
3759
3760 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
3761 * avr-tdep.c, cris-tdep.c: Ditto.
3762 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
3763 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
3764
3765 2003-01-03 Mark Kettenis <kettenis@gnu.org>
3766
3767 * configure.in: Remove --enable-netrom option.
3768 * configure: Regenerated.
3769
3770 2003-01-03 Mark Kettenis <kettenis@gnu.org>
3771
3772 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
3773 declaration for `struct re_pattern_buffer' instead.
3774 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
3775
3776 2003-01-03 J. Brobecker <brobecker@gnat.com>
3777
3778 * mdebugread.c (parse_symbol): Count until the stEnd matching
3779 the structure name.
3780
3781 2003-01-02 Mark Kettenis <kettenis@gnu.org>
3782
3783 * configure.in: Remove --with-cpu option.
3784 subscripts. Remove evil changequotes here.
3785 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
3786 * config.in, configure: Regenerated.
3787
3788 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
3789 * configure.in: Cleanup section that sources GDB and BFD configure
3790 subscripts. Remove evil changequotes here.
3791 * config.in, configure: Regenerated.
3792
3793 2003-01-02 Andrew Cagney <ac131313@redhat.com>
3794
3795 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
3796 frame accessor methods.
3797 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3798 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
3799 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
3800 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
3801 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
3802 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
3803 * z8k-tdep.c: Ditto.
3804
3805 2003-01-02 Mark Kettenis <kettenis@gnu.org>
3806
3807 * configure.in: Remove UI_OUT configuration code.
3808 * ada-lang.c: Update assuming UI_OUT is always true.
3809 * Makefile.in (UIOUT_CFLAGS): Remove.
3810 * configure: Regenerated.
3811 * TODO: Remove blurb about elimination of -DUI_OUT.
3812
3813 * configure.in: Move code that provides the --enable-gdbcli,
3814 --enable-gdbmi options right before the code that handles the
3815 --enable-tui option. Polish a bit.
3816 * configure: Regenerated.
3817
3818 * configure.in: Rewrite check for GNU regex and the
3819 --without-included regex option, and move it into the "Checks for
3820 library functions" section. This makes us use the system regex
3821 again by default on systems with version 2 of the GNU C library.
3822 This was apparently broken.
3823 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
3824 * acconfig.h (USE_INCLUDED_REGEX): Remove.
3825 * config.in, configure: Regenerated.
3826
3827 * configure.in: Move code that provides the --enable-tui option
3828 before the "Checks for libraries" section. Polish the code
3829 somewhat and set need_curses to yes if we build the TUI. Rewrite
3830 code that looks for a library providing termcap functionality to
3831 match more closely what's done in the Readline library, and move
3832 it into to the "Checks for libraries" section.
3833 * configure: Regenerated.
3834 * Makefile.in (TERMCAP): Remove variable.
3835 * config/i386/go32.mh (TERMCAP): Remove variable.
3836
3837 2003-01-02 Andrew Cagney <ac131313@redhat.com>
3838
3839 * MAINTAINERS: Mention gdb_mbuild.sh.
3840 * gdb_mbuild.sh: Rewrite.
3841
3842 2003-01-02 Mark Kettenis <kettenis@gnu.org>
3843
3844 * configure.in: Fix typo in last change.
3845 * config.in, configure: Regenerated.
3846
3847 2003-01-02 Andrew Cagney <ac131313@redhat.com>
3848
3849 * valarith.c (value_binop): Delete obsolete code and comments.
3850 * configure.host: Ditto.
3851 * buildsym.h (make_blockvector): Ditto.
3852 * buildsym.c (make_blockvector): Ditto.
3853 * defs.h (enum language): Ditto.
3854 (chill_demangle): Ditto.
3855 * elfread.c (elf_symtab_read): Ditto.
3856 * dwarfread.c (CHILL_PRODUCER): Ditto.
3857 (set_cu_language): Ditto.
3858 (handle_producer): Ditto.
3859 * expprint.c (print_subexp): Ditto.
3860 * gdbtypes.c (chill_varying_type): Ditto.
3861 * gdbtypes.h (builtin_type_chill_bool): Ditto.
3862 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
3863 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
3864 (chill_varying_type): Ditto.
3865 * language.h (_LANG_chill): Ditto.
3866 * language.c (binop_result_type, integral_type): Ditto.
3867 (character_type, string_type, structured_type): Ditto.
3868 (lang_bool_type, binop_type_check): Ditto.
3869 * stabsread.h (os9k_stabs): Ditto.
3870 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
3871 (define_symbol, read_type, read_struct_fields): Ditto.
3872 (read_array_type, read_enum_type, read_huge_number): Ditto.
3873 (read_range_type, start_stabs): Ditto.
3874 * symfile.c (init_filename_language_table): Ditto.
3875 (add_psymbol_with_dem_name_to_list): Ditto.
3876 * symtab.c (symbol_init_language_specific): Ditto.
3877 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
3878 * symtab.h (struct general_symbol_info): Ditto.
3879 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3880 * typeprint.c (typedef_print): Ditto.
3881 * utils.c (fprintf_symbol_filtered): Ditto.
3882 * valops.c (value_cast, search_struct_field, value_slice): Delete
3883 obsolete code.
3884 (varying_to_slice): Delete function.
3885 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
3886 (varying_to_slice): Delete declaration.
3887 * MAINTAINERS: Update.
3888
3889 2003-01-02 Mark Kettenis <kettenis@gnu.org>
3890
3891 * configure.in: Reorganize "Checks for library functions section"
3892 a bit. Remove check for `btowc' and `isascii' functions.
3893 * configure: Regenerated.
3894
3895 * acconfig.h (_MSE_INT_H): Remove.
3896 * configure.in: Create "Checks for header files" section, and move
3897 appropriate tests there. Don't check for objlist.h, wchar.h,
3898 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
3899 misdetection fix. Also add "Checks for types", "Checks for
3900 compiler characteristics" and "Checks for library functions"
3901 sections.
3902 * config.in, configure: Regenerated.
3903
3904 * configure.in: Create "Checks for programs" section, and move
3905 appropriate tests there.
3906
3907 2003-01-01 Mark Kettenis <kettenis@gnu.org>
3908
3909 * configure.in: Create "Checks for libraries" section, and move
3910 appropriate tests there. Cleanup check for wctype in libw. Use
3911 AC_SEARCH_LIBS to see whether we need libsocket.
3912 * configure: Regenerated.
3913
3914 For older changes see ChangeLog-2002
3915 \f
3916 Local Variables:
3917 mode: change-log
3918 left-margin: 8
3919 fill-column: 74
3920 version-control: never
3921 End:
This page took 0.113936 seconds and 4 git commands to generate.