Continuing work to convert the hppa targets to multiarch partial.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
7daf4f5b
JB
12003-03-18 J. Brobecker <brobecker@gnat.com>
2
3 Continuing work to convert the hppa targets to multiarch partial.
4 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
5 parameter. Reformat comment.
6 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
8 to match new profile.
9
3371ccc0
JB
102003-03-18 J. Brobecker <brobecker@gnat.com>
11
12 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
13 appear to be working in any case.
14
4fbe891e
JB
152003-03-18 J. Brobecker <brobecker@gnat.com>
16
17 * observer.c (observer_test_first_observer): New static variable.
18 (observer_test_second_observer): Likewise.
19 (observer_test_third_observer): Likewise.
20 (observer_test_first_notification_function): New static function.
21 (observer_test_second_notification_function): Likewise.
22 (observer_test_third_notification_function): Likewise.
23
a7ff40e7
JB
242003-03-17 J. Brobecker <brobecker@gnat.com>
25
26 * hppa-tdep.c (gdb_assert.h): Add missing #include.
27 * somsolib.c (gdb_assert.h): Likewise.
28 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
29 (somsolib.o): Likewise.
30
26ca4152
AC
312003-03-17 Andrew Cagney <cagney@redhat.com>
32
33 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
34 BFD. Simplify setting of di.endian.
35
0a613259
AC
362003-03-17 Andrew Cagney <cagney@redhat.com>
37
38 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
39 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
40
41 From Elena Zannoni <ezannoni@redhat.com>
42 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
43 vector and floating-point parameters.
44 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
45 convention.
46 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
47
1132738f
FN
482003-03-17 Fernando Nasser <fnasser@redhat.com>
49
50 * MAINTAINERS: Remove my name from several maintainership roles.
51
6dc42492
AC
522003-03-17 Andrew Cagney <cagney@redhat.com>
53
54 Fix frame off-by-one bug.
55 * frame-unwind.h (frame_this_id_ftype): Replace
56 frame_unwind_id_ftype.
57 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
58 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
59 with "prev_register".
60 * frame-unwind.c (frame_unwind_find_by_pc): Return
61 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
62 comment.
63 * dummy-frame.c (cached_find_dummy_frame): Delete function.
64 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
65 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
66 (dummy_frame_unwind): Update.
67 * sentinel-frame.c (sentinel_frame_prev_register): Replace
68 sentinel_frame_register_unwind.
69 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
70 (sentinel_frame_unwinder): Update.
71 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
72 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
73 * frame.c (create_sentinel_frame): Update. Initialize
74 "prologue_cache" instead of "unwind_cache".
75 (frame_register_unwind): Call this frame's prev_register with the
76 next frame and this frame's prologue cache.
77 (get_prev_frame): Simplify. Always call prev frame's this_id with
78 this frame and prev frame's prologue cache. Document that this
79 call is shifted one to the left when compared to the
80 frame_register_unwind call.
81 (legacy_saved_regs_prev_register): Replace
82 frame_saved_regs_register_unwind.
83 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
84 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
85 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
86 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
87 (d10v_frame_unwind): Update.
88 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
89 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
90 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
91 "saved_regs" with "this_saved_regs".
92
efd710d6
AC
932003-03-16 Andrew Cagney <cagney@redhat.com>
94
95 * frame.c (frame_pop): Don't call target_store_registers. Fix
96 problem reported by Mark Kettenis.
97
4e259f09
MK
982003-03-16 Mark Kettenis <kettenis@gnu.org>
99
100 * i386-tdep.c (i386_register_type): Renamed from
101 i386_register_virtual_type. Adjust function signature.
102 (i386_gdbarch_init): Set register_type instead of
103 deprecated_max_register_raw_size,
104 deprecated_max_register_virtual_size and register_virtual_type.
105
055bb976
AC
1062003-03-14 Andrew Cagney <cagney@redhat.com>
107
108 * frame.c (get_prev_frame): When a legacy frame, always call
109 legacy_get_prev_frame. Simplify unwind code using assumption that
110 the unwinder is new.
111 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
112 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
113 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
114
ac2adee5
AC
1152003-03-14 Andrew Cagney <cagney@redhat.com>
116
117 * frame.c (get_saved_register): Delete function.
118 * frame.h (get_saved_register): Delete declaration.
119 * xstormy16-tdep.c: Update comment.
120 * regcache.h: Update comments.
121 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
122 get_saved_register and extract_address, use
123 frame_read_unsigned_register.
124 (sparc_frame_saved_pc): Ditto.
125 (sparc_get_saved_register): Instead of get_saved_register, use
126 frame_register.
127 (sparc_pop_frame): Ditto.
128 * findvar.c: Update comments.
129 (value_of_register): Call frame_register instead of
130 get_saved_register.
131 (value_from_register): Ditto.
132 * config/sparc/tm-sparc.h: Update comment.
133 * breakpoint.c: Update comment.
134
129c1cd6
AC
1352003-03-14 Andrew Cagney <cagney@redhat.com>
136
137 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
138 GET_SAVED_REGISTER.
139 * gdbarch.h, gdbarch.c: Re-generate.
140 * frame.h: Update comments.
141 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
142 * x86-64-tdep.c (x86_64_init_abi): Update.
143 * sparc-tdep.c (sparc_gdbarch_init): Update.
144 * sh-tdep.c (sh_gdbarch_init): Update.
145 * mips-tdep.c (mips_gdbarch_init): Update.
146 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
147 * cris-tdep.c (cris_gdbarch_init): Update.
148 * ia64-tdep.c (ia64_gdbarch_init): Update.
149 * frame.c (frame_register): Update.
150 (get_saved_register): Update.
151 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
152
749b82f6
AC
1532003-03-13 Andrew Cagney <cagney@redhat.com>
154
155 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
156 * gdbarch.h, gdbarch.c: Regenerate.
157 * valops.c (hand_function_call): Update comment.
158 * stack.c (return_command): Update comment.
159 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
160 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
161 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
162 * x86-64-tdep.c (x86_64_init_abi): Update.
163 * vax-tdep.c (vax_gdbarch_init): Update.
164 * v850-tdep.c (v850_gdbarch_init): Update.
165 * sparc-tdep.c (sparc_gdbarch_init): Update.
166 * sh-tdep.c (sh_gdbarch_init): Update.
167 * s390-tdep.c (s390_gdbarch_init): Update.
168 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
169 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
170 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
171 * mips-tdep.c (mips_gdbarch_init): Update.
172 * mcore-tdep.c (mcore_gdbarch_init): Update.
173 * m68k-tdep.c (m68k_gdbarch_init): Update.
174 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
175 * ia64-tdep.c (ia64_gdbarch_init): Update.
176 * i386-tdep.c (i386_gdbarch_init): Update.
177 * hppa-tdep.c (hppa_gdbarch_init): Update.
178 * h8300-tdep.c (h8300_gdbarch_init): Update.
179 * frv-tdep.c (frv_gdbarch_init): Update.
180 * cris-tdep.c (cris_gdbarch_init): Update.
181 * avr-tdep.c (avr_gdbarch_init): Update.
182 * arm-tdep.c (arm_gdbarch_init): Update.
183 * alpha-tdep.c (alpha_gdbarch_init): Update.
184
1594fa56
AC
1852003-03-13 Andrew Cagney <cagney@redhat.com>
186
187 * frame.c (legacy_frame_p): New function.
188 (get_prev_frame): Use legacy_frame_p.
189 * frame.h (legacy_frame_p): Declare.
190
7717fda3
V
1912003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
192
193 * MAINTAINERS (write after approval): Alphabetically
194 listing corrected.
195
0c67cbe9
V
1962003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
197
198 * MAINTAINERS (write after approval): Add myself.
199
03febf99
AC
2002003-03-12 Andrew Cagney <cagney@redhat.com>
201
202 * frame.c (get_prev_frame): Rename the frame parameter to
203 "this_frame".
204 (get_next_frame, legacy_get_prev_frame): Ditto.
205
0a1e1ca1
AC
2062003-03-12 Andrew Cagney <cagney@redhat.com>
207
208 * frame.c (get_current_frame): Check target_has_registers before
209 checking target_has_stack.
210 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
211 instead of deprecated_selected_frame.
212 * findvar.c (value_of_register): Pass "frame", not
213 deprecated_selected_frame, to value_of_builtin_reg.
214
a66a9c23
AC
2152003-03-12 Andrew Cagney <cagney@redhat.com>
216
217 * regcache.c (regcache_cooked_write_signed): New function.
218 (regcache_cooked_write_unsigned): New function.
219 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
220 (regcache_cooked_read_signed): Fix regnum in range assertion.
221 * regcache.h (regcache_cooked_write_signed): Declare.
222 (regcache_cooked_write_unsigned): Declare.
223
8bedc050
AC
2242003-03-12 Andrew Cagney <cagney@redhat.com>
225
226 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
227 * gdbarch.h, gdbarch.c: Re-generate.
228 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
229 * x86-64-tdep.h: Update.
230 * x86-64-tdep.c (x86_64_init_abi): Update.
231 * v850-tdep.c (v850_gdbarch_init): Update.
232 * sparc-tdep.c (sparc_gdbarch_init): Update.
233 * sh-tdep.c (sh_gdbarch_init): Update.
234 * s390-tdep.c (s390_gdbarch_init): Update.
235 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
236 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
237 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
238 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
239 * mips-tdep.c (mips_gdbarch_init): Update.
240 * mcore-tdep.c (mcore_gdbarch_init): Update.
241 * m68k-tdep.c (m68k_gdbarch_init): Update.
242 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
243 * ia64-tdep.c (ia64_gdbarch_init): Update.
244 * i386-tdep.c (i386_gdbarch_init): Update.
245 * i386-interix-tdep.c (i386_interix_init_abi): Update.
246 * hppa-tdep.c (hppa_gdbarch_init): Update.
247 * h8300-tdep.c (h8300_gdbarch_init): Update.
248 * frv-tdep.c (frv_gdbarch_init): Update.
249 * cris-tdep.c (cris_gdbarch_init): Update.
250 * avr-tdep.c (avr_gdbarch_init): Update.
251 * arm-tdep.c (arm_gdbarch_init): Update.
252 * alpha-tdep.c (alpha_gdbarch_init): Update.
253 * sh-tdep.c (sh_init_extra_frame_info): Update.
254 (sh64_init_extra_frame_info): Update.
255 * ns32knbsd-nat.c (frame_num_args): Update.
256 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
257 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
258 (xstormy16_frame_chain_valid): Update.
259 * vax-tdep.c (vax_saved_pc_after_call): Update.
260 * v850-tdep.c (v850_frame_chain): Update.
261 (v850_pop_frame): Update.
262 (v850_init_extra_frame_info): Update.
263 * sparc-tdep.c (setup_arbitrary_frame): Update.
264 * ns32k-tdep.c (umax_frame_num_args): Update.
265 * s390-tdep.c (s390_pop_frame_regular): Update.
266 * mn10300-tdep.c (mn10300_frame_chain): Update.
267 (mn10300_pop_frame_regular): Update.
268 (mn10300_init_extra_frame_info): Update.
269 * mips-tdep.c (mips_init_frame_pc_first): Update.
270 (mips_frame_chain): Update.
271 (mips_pop_frame): Update.
272 * mcore-tdep.c (mcore_frame_chain): Update.
273 (mcore_pop_frame): Update.
274 (mcore_init_extra_frame_info): Update.
275 * arch-utils.c (init_frame_pc_default): Update.
276 * m68k-tdep.c (isi_frame_num_args): Update.
277 (delta68_frame_num_args): Update.
278 (news_frame_num_args): Update.
279 * ia64-tdep.c (ia64_pop_frame_regular): Update.
280 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
281 (alpha_frame_chain): Update.
282 (alpha_pop_frame): Update.
283 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
284 (hppa_init_extra_frame_info): Update.
285 (hppa_frame_chain): Update.
286 (hppa_frame_chain_valid): Update.
287 * cris-tdep.c (cris_init_extra_frame_info): Update.
288 * avr-tdep.c (avr_init_extra_frame_info): Update.
289 * arm-tdep.c (arm_frame_chain_valid): Update.
290 (arm_init_extra_frame_info): Update.
291 (arm_pop_frame): Update.
292 * frame.c (frame_pc_unwind): Update.
293 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
294 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
295 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
296 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
297 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
298 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
299
7a25a7c1
AC
3002003-03-12 Andrew Cagney <cagney@redhat.com>
301
302 Eliminate the need for POP_FRAME.
303 * frame.c (do_frame_unwind_register): New function.
304 (frame_pop): When no POP_FRAME, pop the frame using register
305 unwind and a scratch regcache.
306 (frame_saved_regs_pop): Delete function.
307 (trad_frame_unwinder): Update.
308 * d10v-tdep.c (d10v_frame_pop): Delete function.
309 (d10v_frame_unwind): Update.
310 * sentinel-frame.c (sentinel_frame_pop): Delete function.
311 (sentinel_frame_unwinder): Update.
312 * dummy-frame.c (dummy_frame_pop): Delete function.
313 (dummy_frame_unwind): Update.
314 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
315 (struct frame_unwind): Update.
316
2f38ef89
KB
3172003-03-11 Kevin Buettner <kevinb@redhat.com>
318
319 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
320 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
321 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
322 Do range checks on register number obtained from debugging info.
323 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
324 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
325 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
326 mapping function.
327 (do_fp_register_row): Fix typo which caused double type to be
328 used when attempting to unpack a float.
329
552f4abf
JB
3302003-03-11 J. Brobecker <brobecker@gnat.com>
331
332 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
333
e0d2ae16
AC
3342003-03-11 Andrew Cagney <cagney@redhat.com>
335
336 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
337 frame. Problem found by Corinna Vinschen.
338
ddbfdd06
PM
3392003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
340
341 * doublest.c (floatformat_from_length): Accept also
342 the real size of 'long double' type.
343
088b2ddc 3442003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 345
088b2ddc 346 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
347 * breakpoint.c (bpstat_copy): Copy the command lines as well
348 as the old value, to match what is freed in bpstat_clear.
349
f56f77c1
DC
3502003-03-10 David Carlton <carlton@math.stanford.edu>
351
352 * minsyms.c (add_minsym_to_hash_table): Replace
353 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
354 (compare_minimal_symbols, compact_minimal_symbols)
355 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
356 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
357 of DEPRECATED_SYMBOL_MATCHES_NAME.
358 (lookup_minimal_symbol_solib_trampoline): Ditto.
359
5602984a
AC
3602003-03-10 Andrew Cagney <cagney@redhat.com>
361
362 * regcache.h (regcache_cooked_read_ftype): Define.
363 (regcache_save, regcache_restore): Add a cooked_read parameter.
364 * regcache.c (regcache_save, regcache_restore): Update.
365 (do_cooked_read): New function.
366 (regcache_cpy): Pass do_cooked_read to regcache_save and
367 regcache_restore.
368
8bedc050
AC
3692003-03-10 Andrew Cagney <cagney@redhat.com>
370
371 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
372 * gdbarch.h, gdbarch.c: Re-generate.
373 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
374 * x86-64-tdep.h: Update.
375 * x86-64-tdep.c (x86_64_init_abi): Update.
376 * v850-tdep.c (v850_gdbarch_init): Update.
377 * sparc-tdep.c (sparc_gdbarch_init): Update.
378 * sh-tdep.c (sh_gdbarch_init): Update.
379 * s390-tdep.c (s390_gdbarch_init): Update.
380 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
381 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
382 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
383 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
384 * mips-tdep.c (mips_gdbarch_init): Update.
385 * mcore-tdep.c (mcore_gdbarch_init): Update.
386 * m68k-tdep.c (m68k_gdbarch_init): Update.
387 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
388 * ia64-tdep.c (ia64_gdbarch_init): Update.
389 * i386-tdep.c (i386_gdbarch_init): Update.
390 * i386-interix-tdep.c (i386_interix_init_abi): Update.
391 * hppa-tdep.c (hppa_gdbarch_init): Update.
392 * h8300-tdep.c (h8300_gdbarch_init): Update.
393 * frv-tdep.c (frv_gdbarch_init): Update.
394 * cris-tdep.c (cris_gdbarch_init): Update.
395 * avr-tdep.c (avr_gdbarch_init): Update.
396 * arm-tdep.c (arm_gdbarch_init): Update.
397 * alpha-tdep.c (alpha_gdbarch_init): Update.
398 * sh-tdep.c (sh_init_extra_frame_info): Update.
399 (sh64_init_extra_frame_info): Update.
400 * ns32knbsd-nat.c (frame_num_args): Update.
401 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
402 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
403 (xstormy16_frame_chain_valid): Update.
404 * vax-tdep.c (vax_saved_pc_after_call): Update.
405 * v850-tdep.c (v850_frame_chain): Update.
406 (v850_pop_frame): Update.
407 (v850_init_extra_frame_info): Update.
408 * sparc-tdep.c (setup_arbitrary_frame): Update.
409 * ns32k-tdep.c (umax_frame_num_args): Update.
410 * s390-tdep.c (s390_pop_frame_regular): Update.
411 * mn10300-tdep.c (mn10300_frame_chain): Update.
412 (mn10300_pop_frame_regular): Update.
413 (mn10300_init_extra_frame_info): Update.
414 * mips-tdep.c (mips_init_frame_pc_first): Update.
415 (mips_frame_chain): Update.
416 (mips_pop_frame): Update.
417 * mcore-tdep.c (mcore_frame_chain): Update.
418 (mcore_pop_frame): Update.
419 (mcore_init_extra_frame_info): Update.
420 * arch-utils.c (init_frame_pc_default): Update.
421 * m68k-tdep.c (isi_frame_num_args): Update.
422 (delta68_frame_num_args): Update.
423 (news_frame_num_args): Update.
424 * ia64-tdep.c (ia64_pop_frame_regular): Update.
425 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
426 (alpha_frame_chain): Update.
427 (alpha_pop_frame): Update.
428 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
429 (hppa_init_extra_frame_info): Update.
430 (hppa_frame_chain): Update.
431 (hppa_frame_chain_valid): Update.
432 * cris-tdep.c (cris_init_extra_frame_info): Update.
433 * avr-tdep.c (avr_init_extra_frame_info): Update.
434 * arm-tdep.c (arm_frame_chain_valid): Update.
435 (arm_init_extra_frame_info): Update.
436 (arm_pop_frame): Update.
437 * frame.c (frame_pc_unwind): Update.
438 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
439 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
440 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
441 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
442 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
443 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
444
12cc2063
AC
4452003-03-10 Andrew Cagney <cagney@redhat.com>
446
447 * gdbarch.sh (gdbarch_unwind_pc): New method.
448 * gdbarch.h, gdbarch.c: Regenerate.
449 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
450 but use read_pc and FRAME_SAVED_PC as fall backs.
451 (frame_saved_regs_pc_unwind): Delete function.
452 (trad_frame_unwinder): Update.
453 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
454 (struct frame_unwind): Update.
455 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
456 (dummy_frame_unwind): Update.
457 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
458 (sentinel_frame_unwinder): Update.
459 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
460 (d10v_frame_unwind): Update.
461 (d10v_unwind_pc): New function.
462 (d10v_gdbarch_init): Set unwind_pc.
463
ef840a37
AC
4642003-03-10 Andrew Cagney <cagney@redhat.com>
465
a2ce2e56
AC
466 * gdbarch.h: Re-generate.
467
ef840a37
AC
468 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
469 PC.
470 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
471 the PC register.
472
08f3424b
MK
4732003-03-08 Mark Kettenis <kettenis@gnu.org>
474
475 * gdbarch.sh (save_dummy_frame_tos): Add comment.
476
1248ede2
AC
4772003-03-08 Andrew Cagney <cagney@redhat.com>
478
479 * cli-out.c: Update copyright.
480 (cli_out_data): Define typedef. Use instead of ui_out_data.
481
f49bacc8
AC
4822003-03-08 Andrew Cagney <cagney@redhat.com>
483
484 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
485 the result.
486
9b05f993
AC
4872003-03-07 Andrew Cagney <cagney@redhat.com>
488
489 * gdbarch.sh: Don't generate two macro definitions when an
490 undefined macro taking no arguments.
491 * gdbarch.h: Regenerate.
492
166f4c7b
ML
4932002-03-07 Michal Ludvig <mludvig@suse.cz>
494
495 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
496 (x86_64_unwind_dummy_id): New functions.
497 (x86_64_init_abi): Register these two new functions.
498
6d686a84
ML
4992003-03-07 Michal Ludvig <mludvig@suse.cz>
500
501 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
502 (x86_64_skip_prologue): Move prologue detection to
503 separate function.
504 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
505
6314f104
AC
5062003-03-05 Andrew Cagney <cagney@redhat.com>
507
508 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
509 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
510 * frame.c (get_prev_frame): Restructure the frame ID unwind code
511 to use unwind_dummy_id when a dummy frame.
512 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
513 predicate.
514 * gdbarch.h, gdbarch.c: Regneerate.
515
ceea5145
AC
5162003-03-05 Andrew Cagney <cagney@redhat.com>
517
518 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
519 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
520 Do not use d10v_read_sp or d10v_read_fp when obtaining register
521 values.
522
0d843116
AC
5232003-03-05 Andrew Cagney <cagney@redhat.com>
524
525 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
526 (struct d10v_unwind_cache): Delete field "frameless". Replace
527 "next_addr" with "sp_offset". Add "r11_offset".
528 (d10v_frame_unwind_cache): Update.
529 (prologue_find_regs): Update. When "mv r11, sp", save the
530 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
531 RN was saved in r11_offset.
532
b2579786
AC
5332003-03-05 Andrew Cagney <cagney@redhat.com>
534
535 * frame.c (deprecated_update_frame_pc_hack): Also update the the
536 cached PC value in the next frame.
537
218e5956
AC
5382003-03-05 Andrew Cagney <cagney@redhat.com>
539
540 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
541 "id_unwind_cache" with "id".
542 (frame_id_unwind): Delete declaration.
543 * frame.c (frame_id_unwind): Delete function.
544 (get_prev_frame): Call the frame id unwind method directly. Store
545 the returned next frame's ID value in NEXT_FRAME. Note that there
546 is a problem with the wrong unwind ID being called with the wrong
547 unwind cache.
548
ed363b1b
DJ
5492003-03-05 Daniel Jacobowitz <drow@mvista.com>
550
551 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
552
fe1f4a5e
DJ
5532003-03-05 James Ingham <jingham@apple.com>
554 Daniel Jacobowitz <drow@mvista.com>
555
556 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
557 (auto_cp_abi): New variable.
558 (current_cp_abi, num_cp_abis): Make static.
559 (CP_ABI_MAX): Define.
560 (cp_abis): Turn into an array.
561 (value_virtual_fn_field): Fix formatting.
562 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
563 takes a pointer.
564 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
565 (list_cp_abis, _initialize_cp_abi): New functions.
566 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
567 declarations for cp_abis, num_cp_abis, current_cp_abi, and
568 switch_to_cp_abi. Update prototype for register_cp_abi.
569 * Makefile.in (cp-abi.o): Update dependencies.
570 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
571 instead of switch_to_cp_abi.
572 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
573 register_cp_abi.
574 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
575 register_cp_abi.
576 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
577
e4adbba9
DJ
5782003-03-05 Daniel Jacobowitz <drow@mvista.com>
579
580 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
581 * dwarf2loc.c: Include "regcache.h".
582 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
583 register_size.
584 * Makefile.in (dwarf2loc.o): Update dependencies.
585
91ccbfc1
TR
5862003-03-04 Theodore A. Roth <troth@openavr.org>
587
588 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
589 number of io registers reported by remote target is not a multiple of
590 step.
591
3d4e8fd2
DC
5922003-03-04 David Carlton <carlton@math.stanford.edu>
593
594 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
595 (lookup_symbol_aux_psymtabs): Update call to
596 lookup_partial_symbol.
597 (lookup_transparent_type, find_main_psymtab)
598 (make_symbol_overload_list): Ditto.
599
ed42d87b
KH
6002003-03-04 Kazu Hirata <kazu@cs.umass.edu>
601
602 * MAINTAINERS (Write after approval): Update my email address.
603
a0ed5532
AC
6042003-03-03 Andrew Cagney <cagney@redhat.com>
605
606 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
607 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
608 predicate. Replace MAX_REGISTER_RAW_SIZE.
609 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
610 MAX_REGISTER_VIRTUAL_SIZE.
611 * regcache.c (legacy_max_register_raw_size): New function.
612 (legacy_max_register_virtual_size): New function.
613 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
614 (MAX_REGISTER_RAW_SIZE): Define.
615 (legacy_max_register_raw_size): Declare.
616 (legacy_max_register_virtual_size): Declare.
617 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
618 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
619 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
620 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
621 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
622 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
623 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
624 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
625 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
626 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
627 * vax-tdep.c (vax_gdbarch_init): Update.
628 * v850-tdep.c (v850_gdbarch_init): Update.
629 * sparc-tdep.c (sparc_gdbarch_init): Update.
630 * sh-tdep.c (sh_gdbarch_init): Update.
631 * s390-tdep.c (s390_gdbarch_init): Update.
632 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
633 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
634 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
635 * mips-tdep.c (mips_gdbarch_init): Update.
636 * mcore-tdep.c (mcore_gdbarch_init): Update.
637 * m68k-tdep.c (m68k_gdbarch_init): Update.
638 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
639 * ia64-tdep.c (ia64_gdbarch_init): Update.
640 * i386-tdep.c (i386_gdbarch_init): Update.
641 * hppa-tdep.c (hppa_gdbarch_init): Update.
642 * h8300-tdep.c (h8300_gdbarch_init): Update.
643 * frv-tdep.c (frv_gdbarch_init): Update.
644 * cris-tdep.c (cris_gdbarch_init): Update.
645 * avr-tdep.c (avr_gdbarch_init): Update.
646 * arm-tdep.c (arm_gdbarch_init): Update.
647 * alpha-tdep.c (alpha_gdbarch_init): Update.
648 * d10v-tdep.c (d10v_gdbarch_init): Do not set
649 max_register_raw_size or max_register_virtual_size.
650
8e437497
DC
6512003-03-03 David Carlton <carlton@math.stanford.edu>
652
653 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
654 SYMBOL_MATCHES_NAME, add comment.
655 (SYMBOL_MATCHES_NATURAL_NAME): New.
656 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
657 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
658 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
659 * symtab.c (lookup_partial_symbol): Use
660 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
661 unhelpful comment.
662 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
663 SYMBOL_MATCHES_NAME.
664 Fix for PR c++/33.
665
25120b0d
DC
6662003-03-03 David Carlton <carlton@math.stanford.edu>
667
668 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
669 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
670 by regexp matching against SYMBOL_NATURAL_NAME.
671
78a11fb4
DC
6722003-03-03 David Carlton <carlton@math.stanford.edu>
673
674 * linespec.c (find_method): Extract code into collect_methods.
675 (collect_methods): New.
676
645dd519
MK
6772003-03-02 Mark Kettenis <kettenis@gnu.org>
678
b4700d91
MK
679 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
680 get_frame_base.
681
645dd519
MK
682 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
683 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
684
0aa7e1aa
SC
6852003-03-02 Stephane Carrez <stcarrez@nerim.fr>
686
687 * arch-utils.c (generic_register_byte): Fix to use the loop index
688 and not regnum when summing the size of all registers up to regnum.
689
f30ee0bc
AC
6902003-03-01 Andrew Cagney <cagney@redhat.com>
691
692 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
693 FRAME_INIT_SAVED_REGS.
694 * gdbarch.h, gdbarch.c: Regenerate.
695 * stack.c (frame_info): Update.
696 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
697 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
698 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
699 * ns32k-tdep.c (ns32k_pop_frame): Update.
700 * mips-tdep.c (mips_pop_frame): Update.
701 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
702 * ia64-tdep.c (ia64_frame_chain): Update.
703 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
704 (ia64_frameless_function_invocation): Update.
705 (ia64_init_extra_frame_info): Update.
706 (ia64_pop_frame_regular): Update.
707 * frame.h (struct frame_info): Update comment.
708 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
709 * frame.c (frame_saved_regs_register_unwind): Update.
710 (frame_saved_regs_register_unwind): Update.
711 (deprecated_generic_get_saved_register): Update.
712 * cris-tdep.c: Update comment.
713 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
714 Rename macro.
715 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
716 * x86-64-tdep.c (x86_64_init_abi): Update.
717 * vax-tdep.c (vax_gdbarch_init): Update.
718 * v850-tdep.c (v850_gdbarch_init): Update.
719 * sparc-tdep.c (sparc_gdbarch_init): Update.
720 * sh-tdep.c (sh_gdbarch_init): Update.
721 * s390-tdep.c (s390_gdbarch_init): Update.
722 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
723 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
724 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
725 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
726 * mips-tdep.c (mips_gdbarch_init): Update.
727 * mcore-tdep.c (mcore_gdbarch_init): Update.
728 * m68k-tdep.c (m68k_gdbarch_init): Update.
729 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
730 * ia64-tdep.c (ia64_gdbarch_init): Update.
731 * i386-tdep.c (i386_gdbarch_init): Update.
732 * frv-tdep.c (frv_gdbarch_init): Update.
733 * avr-tdep.c (avr_gdbarch_init): Update.
734 * arm-tdep.c (arm_gdbarch_init): Update.
735 * alpha-tdep.c (alpha_gdbarch_init): Update.
736
42fa7c0f
AC
7372003-03-01 Andrew Cagney <cagney@redhat.com>
738
739 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
740 option enum and switch. When no windows, set the interpreter to
741 INTERP_CONSOLE.
742
49c7e338
AC
7432003-03-01 Andrew Cagney <cagney@redhat.com>
744
745 * main.c (captured_main): Replace magic option characters with an
746 enum.
747
e9582e71
AC
7482003-03-01 Andrew Cagney <cagney@redhat.com>
749
750 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
751 INIT_EXTRA_FRAME_INFO.
752 * gdbarch.h, gdbarch.c: Regenerate.
753 * arm-tdep.c: Update comments.
754 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
755 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
756 * frame.h, avr-tdep.c: Ditto.
757 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
758 (create_new_frame, legacy_get_prev_frame): Ditto.
759 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
760 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
761 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
762 deprecated_init_extra_frame_info instead of init_extra_frame_info.
763 * x86-64-tdep.c (x86_64_init_abi): Ditto.
764 * v850-tdep.c (v850_gdbarch_init): Ditto.
765 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
766 * sh-tdep.c (sh_gdbarch_init): Ditto.
767 * s390-tdep.c (s390_gdbarch_init): Ditto.
768 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
769 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
770 * mips-tdep.c (mips_gdbarch_init): Ditto.
771 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
772 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
773 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
774 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
775 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
776 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
777 * frv-tdep.c (frv_gdbarch_init): Ditto.
778 * cris-tdep.c (cris_gdbarch_init): Ditto.
779 * avr-tdep.c (avr_gdbarch_init): Ditto.
780 * arm-tdep.c (arm_gdbarch_init): Ditto.
781 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
782 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
783
35cac7cf
AC
7842003-03-01 Andrew Cagney <cagney@redhat.com>
785
786 * gdbarch.sh (register_type): New function with predicate.
787 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
788 * gdbarch.h, gdbarch.c: Re-generate.
789 * arch-utils.c (generic_register_byte): Use generic_register_size.
790 (generic_register_size): When available, use
791 gdbarch_register_type.
792 * regcache.c (init_regcache_descr): When available, initialize the
793 register type array using gdbarch_register_type. If the
794 architecture supplies gdbarch_register_type, do not use the legacy
795 regcache layout.
796 * d10v-tdep.c (d10v_register_type): Replace
797 d10v_register_virtual_type.
798 (d10v_gdbarch_init): Set register_type instead of
799 register_virtual_type.
800
7b83296f
AC
8012003-03-01 Andrew Cagney <cagney@redhat.com>
802
803 * Makefile.in (ax-gdb.o): Update dependencies.
804 * ax-gdb.c: Include "regcache.h".
805 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
806 * findvar.c (value_of_register): Ditto.
807 * infcmd.c (default_print_registers_info): Ditto.
808
eadc1c87
MK
8092003-03-01 Mark Kettenis <kettenis@gnu.org>
810
811 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
812 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
813
14143612
MK
8142003-03-01 Mark Kettenis <kettenis@gnu.org>
815
816 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
817 of STREQ.
818
a55cc764
DJ
8192003-02-28 Daniel Jacobowitz <drow@mvista.com>
820
821 * Makefile.in (dwarf2loc.o): Update dependencies.
822 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
823 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
824 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
825 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
826 (locexpr_tracepoint_var_ref): New function.
827 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
828
08a617da
AC
8292003-02-28 Andrew Cagney <cagney@redhat.com>
830
831 * regcache.c (register_size): New function.
832 * regcache.h (register_size): Declare
833 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
834 max_register_size instead of MAX_REGISTER_RAW_SIZE.
835
4224873a
DC
8362003-02-28 David Carlton <carlton@math.stanford.edu>
837
838 * linespec.c (decode_compound): Extract code into find_method.
839 (find_method): New.
840
ccdc5d7f
JB
8412003-02-28 J. Brobecker <brobecker@gnat.com>
842
843 * Makefile.in: Add rules to build and link in observer.o.
844
974e8ced
JB
8452003-02-27 J. Brobecker <brobecker@gnat.com>
846
847 * observer.c: Minor comments edits.
848
7a28f973
JB
8492003-02-27 J. Brobecker <brobecker@gnat.com>
850
851 * observer.h, observer.c: New file.
852
27cddce2
AC
8532003-02-27 Andrew Cagney <cagney@redhat.com>
854
855 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
856
b94a41a1
SC
8572003-02-27 Stephane Carrez <stcarrez@nerim.fr>
858
859 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
860 (M6812_OP_STS_EXT): Likewise.
861 (m6811_prologue): Use the above to recognize prologue.
862 (m6812_prologue): Likewise.
863
c8be8951
DC
8642003-02-27 David Carlton <carlton@math.stanford.edu>
865
866 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
867 SYMBOL_PRINT_NAME.
868 (compare_psymbols): Ditto.
869 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
870
d05bb1fc
MS
8712003-02-27 Michael Snyder <msnyder@redhat.com>
872
4e845cd3
MS
873 * f-lang.c (build_fortran_types): New function.
874 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
875 * doublest.c (extract_floating): Fix warning text.
876
f3824013
AC
8772003-02-27 Andrew Cagney <cagney@redhat.com>
878
879 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
880 predicate. Replaces PUSH_DUMMY_FRAME.
881 * gdbarch.h, gdbarch.c: Regnerate.
882 * valops.c (hand_function_call): Update. Call
883 generic_push_dummy_frame directly.
884 * vax-tdep.c (vax_gdbarch_init): Update.
885 * sparc-tdep.c (sparc_gdbarch_init): Update.
886 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
887 * m68k-tdep.c (m68k_gdbarch_init): Update.
888 * hppa-tdep.c (hppa_gdbarch_init): Update.
889 * alpha-tdep.c (alpha_gdbarch_init): Update.
890 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
891 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
892 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
893 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
894 push_dummy_frame to generic_push_dummy_frame.
895 * v850-tdep.c (v850_gdbarch_init): Ditto.
896 * sh-tdep.c (sh_gdbarch_init): Ditto.
897 * s390-tdep.c (s390_gdbarch_init): Ditto.
898 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
899 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
900 * mips-tdep.c (mips_gdbarch_init): Ditto.
901 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
902 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
903 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
904 * i386-tdep.c (i386_gdbarch_init): Ditto.
905 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
906 * frv-tdep.c (frv_gdbarch_init): Ditto.
907 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
908 * cris-tdep.c (cris_gdbarch_init): Ditto.
909 * avr-tdep.c (avr_gdbarch_init): Ditto.
910 * arm-tdep.c (arm_gdbarch_init): Ditto.
911
ad188201
KB
9122003-02-26 Kevin Buettner <kevinb@redhat.com>
913
914 * mips-tdep.c (show_mips_abi): New function.
915 (_initialize_mips_tdep): Use show_mips_abi() to implement the
916 command ``show mips abi''.
917
6b37567a
JJ
9182003-02-26 Jeff Johnston <jjohnstn@redhat.com>
919
920 From Elena Zannoni <ezannoni@redhat.com>
921 * dbxread.c (process_one_symbol): Only record line 0 if one or
922 more sline entries have been seen for the function.
923
d3e0a5bf
MC
9242003-02-26 Michael Chastain <mec@shout.net>
925
926 * configure: Regenerate with autoconf 000227.
927
18972eea
MC
9282003-02-26 Michael Chastain <mec@shout.net>
929
930 Close PR build/660.
931 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
932 for old libc5/glibc.
933 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
934
0bbde931
KW
9352003-02-26 Kris Warkentin <kewarken@qnx.com>
936
937 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
938 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
939
27ca5dad
MC
9402003-02-26 Michael Chastain <mec@shout.net>
941
942 * configure.in: New variable HAVE_UINTPTR_T.
943 * configure, config.in: Regenerated.
944
6f88d630
DJ
9452003-02-26 Daniel Jacobowitz <drow@mvista.com>
946
947 Fix PR build/1097.
948 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
949
b14185ce
AC
9502003-02-25 Andrew Cagney <cagney@redhat.com>
951
952 * frame.c (get_prev_frame): Add comment on check for
953 inside_entry_func. Only check for inside_entry_file when not a
954 dummy and not a sentinel. Check that the new frame is not inner
955 to the old frame.
956
ac2bd0a9
AC
9572003-02-25 Andrew Cagney <cagney@redhat.com>
958
959 * frame.c (frame_debug): New variable.
960 (_initialize_frame): Add "set/show debug frame" command.
961 (get_prev_frame): When frame_debug, print reason why unwind
962 failed.
963
b18a0fd2
MC
9642003-02-25 Michael Chastain <mec@shout.net>
965
966 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
967 to avoid uintptr_t definition problems.
968
22abf04a
DC
9692003-02-25 David Carlton <carlton@math.stanford.edu>
970
971 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
972 (SYMBOL_LINKAGE_NAME): Ditto.
973 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
974 SYMBOL_LINKAGE_NAME.
975 (struct general_symbol_info): Expand comment.
976 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
977 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
978 (SYMBOL_MATCHES_REGEXP): Ditto.
979 * symtab.c (symbol_natural_name): New function.
980 * objfiles.h: Replace all uses of SYMBOL_NAME by
981 DEPRECATED_SYMBOL_NAME.
982 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
983 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
984 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
985 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
986 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
987 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
988 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
989 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
990 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
991 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
992 * ada-exp.y: Ditto.
993 * ada-exp.y: Update copyright.
994 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
995 * cp-valprint.c: Ditto.
996
1a5848f6
JJ
9972003-02-25 Jeff Johnston <jjohnstn@redhat.com>
998
999 * infptrace.c (detach): Do not flag error if ptrace detach fails
1000 and errno is set to ESRCH.
1001
7343d46a
AC
10022003-02-24 Andrew Cagney <cagney@redhat.com>
1003
1004 * infptrace.c (udot_info): Change type of udot_off to long. Use
1005 paddr when printing udot_off's value.
1006
49fa1dc2
DC
10072003-02-24 David Carlton <carlton@math.stanford.edu>
1008
1009 * symtab.c (make_symbol_overload_list): Only read in partial
1010 symtabs containing a matching partial symbol.
1011
0fe19209
DC
10122003-02-24 David Carlton <carlton@math.stanford.edu>
1013
1014 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
1015 do the comparison, not strcmp.
1016 * symfile.c (compare_psymbols): Ditto.
1017 * defs.h: Declare strcmp_iw_ordered.
1018 * utils.c (strcmp_iw_ordered): New function.
1019
8e3ee7b5
JB
10202003-02-24 Jim Blandy <jimb@redhat.com>
1021
1022 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
1023 support, shared libs): Remove my name from here, to better reflect
1024 reality.
1025
7df1a324
KW
10262003-02-24 Kris Warkentin <kewarken@qnx.com>
1027
1028 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
1029 (target_ops): Add to_have_continuable_watchpoint.
1030 * target.c (update_current_target): Add INHERIT line for
1031 to_have_continuable_watchpoint.
1032 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
1033 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
1034 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
1035 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
1036
d1c76907
EZ
10372003-02-24 Elena Zannoni <ezannoni@redhat.com>
1038
1039 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
1040 maintainership.
1041
2610b0bf
KW
10422003-02-24 Kris Warkentin <kewarken@qnx.com>
1043
f46169db
KW
1044 * solib.c (solib_open): Call target defined search function after
1045 failing with solib-search-path.
1046 * solist.h (target_so_ops): Add find_and_open_solib function hook and
1047 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 1048
9a3c34fe
KW
10492003-02-24 Kris Warkentin <kewarken@qnx.com>
1050
f46169db 1051 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 1052
2417dd25
SC
10532003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1054
1055 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
1056
b631436b
SC
10572003-02-22 Stephane Carrez <stcarrez@nerim.fr>
1058
1059 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
1060 (m68hc11_add_reggroups): New function.
1061 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
1062 (m68hc11_gdbarch_init): Install the reggroups.
1063 (_initialize_m68hc11_tdep): Initialize them.
1064
0aa8c1e4
JW
10652003-02-21 James E Wilson <wilson@tuliptree.org>
1066
1067 * MAINTAINERS: Update my email address.
1068
50ceaba5
DC
10692003-02-21 David Carlton <carlton@math.stanford.edu>
1070
1071 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
1072
4c2df51b
DJ
10732003-02-21 Daniel Jacobowitz <drow@mvista.com>
1074
1075 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
1076 * symtab.h: Add opaque declarations of struct axs_value and
1077 struct agent_expr.
1078 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
1079 (struct location_funcs): New type.
1080 (struct symbol): Add "loc" to aux_value.
1081 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
1082 * dwarf2read.c: Include "dwarf2expr.h".
1083 (dwarf2_symbol_mark_computed): New function.
1084 (read_func_scope): Use it.
1085 (var_decode_location): New function.
1086 (new_symbol): Use it.
1087 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
1088
1089 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
1090 (dwarf2expr_h, dwarf2loc_h): New variables.
1091 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
1092 (dwarf2expr.o, dwarf2loc.o): New rules.
1093 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
1094 * buildsym.c (finish_block): Handle LOC_COMPUTED and
1095 LOC_COMPUTED_ARG.
1096 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
1097 * m2-exp.y (yylex): Likewise.
1098 * printcmd.c (address_info, print_frame_args): Likewise.
1099 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
1100 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
1101 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
1102 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
1103 * symtab.c (lookup_block_symbol): Likewise.
1104
5784d15e
AF
11052003-02-20 Adam Fedor <fedor@gnu.org>
1106
1107 * symtab.h: Remove objc_specific struct
1108 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
1109 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
1110 Have language_objc use cplus_specific struct.
1111
d4cad8db
TT
11122003-02-20 Tom Tromey <tromey@redhat.com>
1113
1114 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
1115 TYPE_NAME, when printing a String value. PR java/1075.
1116
2f9a90b4
AF
11172003-02-20 Adam Fedor <fedor@gnu.org>
1118
d38074a8 1119 * objc-lang.h (find_methods): Remove declaration.
2f9a90b4
AF
1120 * objc-lang.c (find_methods): Make static.
1121
6f17862b
CF
11222003-02-20 Christopher Faylor <cgf@redhat.com>
1123
1124 * win32-nat.c (get_image_name): Check return value from
1125 ReadProcessMemory.
1126 (child_xfer_memory): Ditto.
1127
715d1656
AO
11282003-02-20 Alexandre Oliva <aoliva@redhat.com>
1129
1130 * configure.in (TARGET_SYSTEM_ROOT): Set default to
1131 ${exec_prefix}/${target_alias}/sys-root. Match explicit
1132 '${exec_prefix}' (in addition to the expansion thereof) as
1133 relocatable.
1134 * configure: Rebuilt.
1135
b1262a02
DC
11362003-02-20 David Carlton <carlton@math.stanford.edu>
1137
1138 * symtab.c (search_symbols): Revert the search_symbols part of my
1139 2002-12-23 patch. Add comment.
1140
7134143f
DJ
11412002-02-20 Daniel Jacobowitz <drow@mvista.com>
1142
1143 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
1144 * dbxread.c (elfstab_build_psymtabs): Don't call
1145 install_minimal_symbols.
1146 (stabsect_build_psymtabs): Likewise.
1147 * elfread.c (elf_symfile_read): Call install_minimal_symbols
1148 earlier.
1149 * somread.c (som_symfile_read): Call install_minimal_symbols
1150 and do_cleanups earlier.
1151 * nlmread.c (nlm_symfile_read): Likewise.
1152 * mdebugread.c (elfmdebug_build_psymtabs): Call
1153 install_minimal_symbols and make appropriate cleanups.
1154
cf466558
KB
11552003-02-20 Kevin Buettner <kevinb@redhat.com>
1156
1157 * solib.c (reload_shared_libraries): New function.
1158 (_initialize_solib): Add callbacks for ``set solib-search-path''
1159 and ``set solib-absolute-prefix''.
1160
de5ad195
DC
11612003-02-20 David Carlton <carlton@math.stanford.edu>
1162
1163 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
1164 expand comment.
1165 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
1166 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
1167 * ada-typeprint.c (ada_typedef_print): Ditto.
1168 * ax-gdb.c (gen_var_ref): Ditto.
1169 * breakpoint.c (print_one_breakpoint): Ditto.
1170 * buildsym.c (finish_block): Ditto.
1171 * c-valprint.c (c_val_print): Ditto.
1172 * expprint.c (print_subexp): Ditto.
1173 * findvar.c (locate_var_value): Ditto.
1174 * infcmd.c (jump_command): Ditto.
1175 * linespec.c (decode_line_2, decode_compound): Ditto.
1176 * maint.c (maintenance_translate_address): Ditto.
1177 * objc-lang.c (compare_selectors, compare_classes): Ditto.
1178 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
1179 Ditto.
1180 * p-valprint.c (pascal_val_print): Ditto.
1181 * stabsread.c (define_symbol): Ditto.
1182 * stack.c (print_frame, frame_info, print_block_frame_locals)
1183 (print_frame_arg_vars, return_command): Ditto.
1184 * symfile.c (compare_symbols, compare_psymbols): Ditto.
1185 * symmisc.c (print_symbol): Ditto.
1186 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
1187 (compare_search_syms, print_symbol_info, print_msymbol_info)
1188 (rbreak_command): Ditto.
1189 * tracepoint.c (tracepoints_info): Ditto.
1190 * typeprint.c (typedef_print): Ditto.
1191 * valops.c (value_of_variable, hand_function_call): Ditto.
1192 * cli/cli-cmds.c (edit_command, list_command): Ditto.
1193 * ada-typeprint.c: Update Copyright.
1194 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
1195 * tracepoint.c, cli/cli-cmds.c: Ditto.
1196
f796e4be
KB
11972003-02-20 Kevin Buettner <kevinb@redhat.com>
1198
1199 * frame.c (generic_unwind_get_saved_register): Make non-static.
1200 * frame.h (generic_unwind_get_saved_register): Declare.
1201 * mips-tdep.c (read_next_frame_reg): Fetch register from
1202 current regcache when frame is NULL.
1203 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
1204 that must be NULL.
1205 (mips_get_saved_register): Call generic_unwind_get_saved_register()
1206 instead of frame_register_unwind().
1207
836cc9f4
AC
12082003-02-20 Andrew Cagney <ac131313@redhat.com>
1209
1210 * remote-sim.c (gdbsim_insert_breakpoint)
1211 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
1212 code.
1213
501eef12
AC
12142003-02-20 Andrew Cagney <ac131313@redhat.com>
1215
1216 * remote.c (_initialize_remote): Add commands "set/show remote
1217 hardware-watchpoint-limit" and "set/show remote
1218 hardware-breakpoint-limit".
1219 (remote_hw_watchpoint_limit): Initialize to -1.
1220 (remote_hw_breakpoint_limit): Ditto.
1221 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
1222
1b6bc7e0
CF
12232003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
1224
1225 * coff-pe-read.c: New file - support reading of minimal symbols from a
1226 portable executable using the export table.
1227 * coff-pe-read.h: New file.
1228 * coffread.c: Include coff-pe-read.h.
1229 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
1230 debugging symbols found.
1231 * Makefile.in (SFILES): Add coff-pe-read.o.
1232 (coff_pe_read_h): Define.
1233 (COMMON_OBS): Add coff-pe-read.o.
1234 (coffread.o): Add coff_pe_read_h dependency.
1235 (coff-pe-read.o): New target.
1236
fe898f56
DC
12372003-02-19 David Carlton <carlton@math.stanford.edu>
1238
1239 * Makefile.in (SFILES): Add block.c.
1240 (block_h): New.
1241 (COMMON_OBS): Add block.o.
1242 (block.o): New.
1243 (x86-64-tdep.o): Add $(block_h).
1244 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
1245 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
1246 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
1247 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
1248 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
1249 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
1250 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
1251 * value.h: Add opaque declaration for struct block.
1252 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
1253 * ada-lang.h: Ditto.
1254 * x86-64-tdep.c: #include "block.h"
1255 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
1256 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
1257 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
1258 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
1259 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
1260 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
1261 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
1262 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
1263 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
1264 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
1265 * symtab.c (block_function): Ditto.
1266 (contained_in): Ditto.
1267 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
1268 block.h. Add opaque declaration for struct block.
1269 * symtab.h: Move block_function and contained_in declarations to
1270 block.h. Add opaque declarations for struct block, struct
1271 blockvector.
1272 (struct block): Move to block.h.
1273 (struct blockvector): Ditto.
1274 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
1275 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
1276 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
1277 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
1278 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
1279 Ditto.
1280 * block.c: New file.
1281 * block.h: New file.
1282
173345b5
TR
12832003-02-19 Theodore A. Roth <troth@openavr.org>
1284
1285 * avr-tdep.c (avr_extract_return_value): Remove function.
1286 (avr_store_return_value): Remove function.
1287 (avr_extract_struct_value_address): Remove function.
1288 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
1289
338ef23d
AC
12902003-02-19 Andrew Cagney <ac131313@redhat.com>
1291
1292 * rs6000-tdep.c: Include "gdb_assert.h".
1293 (registers_e500): Add "acc" and "spefscr".
1294 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
1295 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
1296 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
1297 really is "r0".
1298 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
1299
5412f5f3
KS
13002003-02-18 Keith Seitz <keiths@redhat.com>
1301
1302 * Makefile.in: Add gdbtk-interps.c.
1303
881324eb
KB
13042003-02-18 Kevin Buettner <kevinb@redhat.com>
1305
1306 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
1307 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
1308
6a2f5abf
AC
13092003-02-18 Andrew Cagney <cagney@redhat.com>
1310
1311 * symtab.h (struct objfile): Add opaque declaration.
1312
54c7009d
EZ
13132003-02-18 Elena Zannoni <ezannoni@redhat.com>
1314
1315 From Jim Ingham <jingham@apple.com>:
1316 * dbxread.c (process_one_symbol): Use last_function_start rather
1317 than function_start_offset to find the real beginning of the
1318 current function. The latter is just the text section offset on
1319 some systems, the former is always the real function start.
1320
7ee6d7eb
AC
13212003-02-17 Andrew Cagney <cagney@redhat.com>
1322
1323 * configure.in: Revert ${target} != ${host}.
1324
2846da9b
AC
13252003-02-17 Andrew Cagney <ac131313@redhat.com>
1326
1327 * configure.in (Makefile): Use the test ${target} != ${host},
1328 instead of the absence of the "nm.h" file, to determine of the
1329 configuration non-native.
1330 * configure: Regenerate.
1331
3b27aeea
EZ
13322003-02-14 Elena Zannoni <ezannoni@redhat.com>
1333
1334 From Brian Ford <ford@vss.fsi.com>
1335
1336 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
1337 conditionalize tui_active test.
1338 (lookup_cmd_1): Ditto.
1339
b0b1c2c0
MK
13402003-02-14 Mark Kettenis <kettenis@gnu.org>
1341
1342 * configure.in: Add check for _etext.
1343 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
1344 available.
1345 * config.in, configure: regenerated.
1346
8f05cde5
DJ
13472003-02-14 Daniel Jacobowitz <drow@mvista.com>
1348
1349 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
1350
021e7609
AC
13512003-02-14 Andrew Cagney <ac131313@redhat.com>
1352
1353 * main.c (tui_version): Delete variable.
1354 (captured_main): When --tui, set interpreter_p to "tui" instead of
1355 enabling tui_version.
1356 * printcmd.c (display_command) [TUI]: Test tui_active instead of
1357 tui_version.
1358 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
1359 * cli/cli-cmds.c (disassemble_command): Ditto.
1360 * defs.h (tui_version): Delete declaration.
1361 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
1362 (tui-interp.o): Add rules.
1363 (SUBDIR_TUI_OBS): Add "tui-interp.o".
1364
e325dcec
CF
13652003-02-14 Christopher Faylor <cgf@redhat.com>
1366
36ffb041 1367 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
1368 just-loaded dll.
1369
c4f90d87
JM
13702003-02-12 Jason Molenda (jmolenda@apple.com)
1371
1372 * symmisc.c (print_objfile_statistics): Include information about
1373 the number of psymtabs and symtabs in each object file.
1374
e46e5ccd
KS
13752003-02-13 Keith R Seitz <keiths@redhat.com>
1376
1377 * main.h (struct captured_main_args): Add interpreter_p.
1378 * main.c (captured_main): Initialize interpreter_p from context.
1379 * gdb.c (main): Set interpreter_p argument.
1380 * Makefile.in (gdb.o): Add dependency for interps.h.
1381
fe97fe9c
AC
13822003-02-12 Andrew Cagney <ac131313@redhat.com>
1383
1384 * event-top.c (cli_command_loop): Delete declaration.
1385 (_initialize_event_loop): Delete function setting event_loop_hook.
1386 * event-top.h (cli_command_loop): Declare. Update copyright.
1387 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
1388 * interps.c (current_interp_command_loop): When event_loop_p, call
1389 cli_command_loop.
1390
1cdac4ef
AC
13912003-02-12 Andrew Cagney <ac131313@redhat.com>
1392
1393 * interps.h (interp_command_loop_ftype): Change return type to
1394 void.
1395
48037ead
ML
13962003-02-12 Michal Ludvig <mludvig@suse.cz>
1397
1398 * x86-64-tdep.c (x86_64_extract_return_value)
1399 (x86_64_store_return_value): Use regcache instead of regbuf.
1400 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
1401 * x86-64-linux-nat.c (fill_gregset): Use regcache.
1402
033afc63
AC
14032003-02-11 Andrew Cagney <ac131313@redhat.com>
1404
1405 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
1406 * aclocal.m4: Regenerate.
1407 * configure: Regenerate.
1408
1409 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
1410 TCL_LD_SEARCH_FLAGS.
1411
40d02bca
ML
14122003-02-10 Michal Ludvig <mludvig@suse.cz>
1413
1414 * dwarf2cfi.c: Reindented.
1415
11308a41
AC
14162003-02-09 Andrew Cagney <ac131313@redhat.com>
1417
1418 * interps.c (clear_interpreter_hooks): Convert function definition
1419 to ISO C.
1420
e1c1c0f6
DC
14212003-02-07 David Carlton <carlton@math.stanford.edu>
1422
1423 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
1424
ab5d3da6
KB
14252003-02-07 Kevin Buettner <kevinb@redhat.com>
1426
1427 * gdbtypes.h (struct main_type): Move ``length'' field from here...
1428 (struct type): ...to here.
1429 (TYPE_LENGTH): Adjust to reflect different location of ``length''
1430 field.
1431 * gdbtypes.c (make_qualified_type): Set length on newly created type.
1432 (replace_type): Set length on all type variants for a given type.
1433
b8a92b82
AC
14342003-02-07 Andrew Cagney <ac131313@redhat.com>
1435
1436 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
1437 <sys/stat.h>.
1438 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
1439
5cb316ef
AC
14402003-02-06 Andrew Cagney <ac131313@redhat.com>
1441
2555fe1a
AC
1442 * Makefile.in (symm-nat.o): Update dependencies.
1443 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
1444 (lynx-nat.o, ia64-linux-nat.): Ditto.
1445 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
1446 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
1447 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
1448
44270758
AC
1449 * Makefile.in (inflow_h): Define.
1450 (procfs.o, inflow.o, procfs.o): Update dependencies.
1451 * inftarg.c (child_stop): Delete extern declaration of
1452 inferior_process_group. Include "inflow.h".
1453 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
1454 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
1455 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
1456 (our_process_group, inferior_process_group): Extern declarations.
1457
df8f7274
AC
1458 * procfs.c: Include "gdb_assert.h".
1459
5cb316ef
AC
1460 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
1461 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
1462 * jv-typeprint.c (java_type_print_base): Ditto.
1463 * typeprint.c (typedef_print): Eliminate STREQ.
1464 * cli/cli-script.c (define_command, define_command): Ditto.
1465 * main.c (captured_main): Ditto.
1466 * values.c (lookup_internalvar): Ditto.
1467 * utils.c (safe_strerror, parse_escape): Eliminate assignment
1468 within `if' conditional.
1469 * linespec.c (decode_line_2): Ditto.
1470 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
1471 (bfd_openw_with_cleanup): Ditto.
1472
2a28ccea
MK
14732003-02-07 Mark Kettenis <kettenis@gnu.org>
1474
1475 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
1476 legacy_extract_return_value and store_return_value to
1477 legacy_return_value.
1478
786b8124
CF
14792003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
1480
1481 * win32-nat.c (get_relocated_section_addrs): New function. Find
1482 section load addresses for symbol handling in relocated DLLs.
1483 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
1484
b871e4ec
FF
14852003-02-05 Fred Fish <fnf@intrinsity.com>
1486
1487 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
1488 '=' and '!='.
1489 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
1490 with '&' and '=='.
1491 (angel_RDI_info): Ditto.
1492 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
1493 with '&' and '!='.
1494 (threads_continue_all_with_signals): Ditto.
1495
4389a95a
AC
14962003-02-05 Jim Ingham <jingham@apple.com>
1497 Keith Seitz <keiths@redhat.com>
1498 Elena Zannoni <ezannoni@redhat.com>
1499 Andrew Cagney <ac131313@redhat.com>
1500
1501 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
1502 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
1503 (SUBDIR_MI_OBS): Add "mi-interp.o".
1504 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
1505 (SFILES): Add "interps.c".
1506 (COMMON_OBS): Add "interps.o".
1507 (interps_h, mi_main_h): Define.
1508 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
1509 (mi-main.o, main.o, event-top.o): Update dependencies.
1510 * cli/cli-interp.c: New file.
1511 * interps.h, interps.c: New files.
1512 * top.c: (gdb_init): Don't install the default interpreter, handed
1513 by captured_main.
1514 * main.c: Include "interps.h".
1515 (interpreter_p): Note that it should malloc'ed.
1516 (captured_command_loop): Call current_interp_command_loop.
1517 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
1518 xfree and xstrdup when updating interpreter_p. Install the
1519 default interpreter. Add hack to stop mi1's copyright notice
1520 being encoded.
1521 * event-top.h (gdb_setup_readline): Declare.
1522 (gdb_disable_readline): Declare.
1523 * event-top.c: Include "interps.h".
1524 (display_gdb_prompt): Call current_interp_display_prompt_p.
1525 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
1526 gdb_stdlog, and gdb_stdtarg.
1527 (_initialize_event_loop): Don't call gdb_setup_readline.
1528 * cli-out.c (cli_out_set_stream): New function.
1529 * cli-out.h (cli_out_set_stream): Declare.
1530
ff3b5810
MK
15312003-02-06 Mark Kettenis <kettenis@gnu.org>
1532
1533 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
1534 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
1535 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
1536 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
1537 config/i386/i386v42mp.mt: Removed.
1538
5b729aa5
MK
15392003-02-05 Mark Kettenis <kettenis@gnu.org>
1540
1541 * configure.tgt (*-*-solaris*): Set gdb_osabi to
1542 GDB_OSABI_SOLARIS.
1543
8cc15142
MC
15442003-02-05 Michael Chastain <mec@shout.net>
1545
1546 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
1547 2.12.1 and earlier versions.
1548
5aa5d4b9
AC
15492003-02-05 Andrew Cagney <ac131313@redhat.com>
1550
1551 Remove orphaned hosts, targets and files.
1552 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
1553 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
1554 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
1555 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
1556 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
1557 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
1558 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
1559 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
1560 * config/sparc/tm-sp64sim.h: Delete.
1561 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
1562 hosts.
1563 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
1564 mips*-dec-mach3* targets.
1565
b68767c1
MC
15662003-02-04 Michael Chastain <mec@shout.net>
1567
1568 * NEWS: Fix typo: sepcifying -> specifying.
1569
5ae7ca1d
MC
15702003-02-04 Michael Chastain <mec@shout.net>
1571
1572 * dwarfread.c: Add documentation on the state of dwarf-1,
1573 looking towards obsoletion.
1574
d08a4280
MC
15752003-02-03 Michael Chastain <mec@shout.net>
1576
1577 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
1578 gdb/testsuite/gdb.c++/pr-1023.exp.
1579
e9be73e4
AC
15802003-02-04 Andrew Cagney <ac131313@redhat.com>
1581
1582 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
1583 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
1584
1585 * utils.c (init_page_info): Delete reference to MPW in comments.
1586 * main.c (captured_main): Delete #ifdef MPW.
1587
05d57f6f
AC
15882003-02-04 Andrew Cagney <ac131313@redhat.com>
1589
1590 * NEWS: Note that the m32r-*-elf* is obsolete.
1591 * monitor.c (monitor_expect): Obsolete reference to m32r.
1592 * configure.tgt: Mark m32r-*-elf* as obsolete.
1593 * MAINTAINERS: Mark m32k as obsolete.
1594 * m32r-rom.c: Obsolete file.
1595 * config/m32r/m32r.mt: Obsolete file.
1596 * config/m32r/tm-m32r.h: Obsolete file.
1597 * m32r-stub.c: Obsolete file.
1598 * m32r-tdep.c: Obsolete file.
1599
8b0e5691
AC
16002003-02-04 Andrew Cagney <ac131313@redhat.com>
1601
1602 * NEWS: Mention that the z8k-zilog-none is obsolete.
1603 * MAINTAINERS: Mark z8k as obsolete.
1604 * configure.tgt: Obsolete the z8k-*-coff* target.
1605 * config/z8k/z8k.mt: Obsolete file.
1606 * config/z8k/tm-z8k.h: Obsolete file.
1607 * z8k-tdep.c: Obsolete file.
1608
67f16606
AC
16092003-02-04 Andrew Cagney <ac131313@redhat.com>
1610
1611 * NEWS: Mention that the mn10200-elf is obsolete.
1612 * configure.tgt: Obsolete mn10200-*-* target.
1613 * breakpoint.c (update_breakpoints_after_exec): Update comment to
1614 mention that the mn10200 is obsolete.
1615 * breakpoint.h: Ditto.
1616 * MAINTAINERS: Mark the mn10200-elf as obsolete.
1617 * config/mn10200/mn10200.mt: Obsolete file.
1618 * config/mn10200/tm-mn10200.h: Obsolete file.
1619 * mn10200-tdep.c: Obsolete file.
1620
fd2299bd
AC
16212003-02-04 Andrew Cagney <ac131313@redhat.com>
1622
1623 * MAINTAINERS: Mark h8500 as obsolete.
1624 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
1625 * findvar.c (value_from_register): Ditto.
1626 * h8500-tdep.c: Mark file as obsolete.
1627 * config/h8500/h8500.mt: Ditto.
1628 * config/h8500/tm-h8500.h: Ditto.
1629 * NEWS: Mention that h8500 is obsolete.
1630
eb9a305d
DC
16312003-02-04 David Carlton <carlton@math.stanford.edu>
1632
1633 * objfiles.c (allocate_objfile): Always set name. Add comment at
1634 start of function.
1635 * jv-lang.c (get_dynamics_objfile): Add comment.
1636
406fc7fb
DC
16372003-02-04 David Carlton <carlton@math.stanford.edu>
1638
1639 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
1640 * printcmd.c (build_address_symbolic): Replace uses of
1641 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
1642 SYMBOL_NAME, and asm_demangle.
1643 Update copyright.
1644
93d91629
DC
16452003-02-04 David Carlton <carlton@math.stanford.edu>
1646
1647 * linespec.c (decode_compound): Extract code into
1648 lookup_prefix_sym.
1649 (lookup_prefix_sym): New function.
1650
1c5cb38e
DC
16512003-02-04 David Carlton <carlton@math.stanford.edu>
1652
1653 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
1654 FLOAT_COERCION_BADNESS.
1655 * gdbtypes.c (rank_one_type): Replace all uses of
1656 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
1657
0cf824c9
JB
16582003-02-04 Jim Blandy <jimb@redhat.com>
1659
1660 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
1661 section, let dwarf_macinfo_section point to it, not
1662 dwarf_loc_section.
1663
a2d356b0
DJ
16642003-02-04 Daniel Jacobowitz <drow@mvista.com>
1665
1666 Pointed out by Anton Blanchard <anton@samba.org>.
1667 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
1668 (ppc_linux_at_sigtramp_return_path): Use it.
1669
2de7ced7
DJ
16702003-02-04 Daniel Jacobowitz <drow@mvista.com>
1671
1672 * defs.h (streq): Add prototype.
1673 * utils.c (streq): New function.
1674
1675 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
1676 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
1677 * mdebugread.c (new_symbol): Likewise.
1678 * stabsread.c (define_symbol): Likewise.
1679 * coffread.c (process_coff_symbol): Likewise.
1680 * dwarfread.c (new_symbol): Likewise.
1681
1682 * minsyms.c (prim_record_minimal_symbol_and_info): Use
1683 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
1684 here.
1685 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
1686 SYMBOL_INIT_DEMANGLED_NAME.
1687 * objfiles.c: Include "hashtab.h".
1688 (allocate_objfile): Call htab_set_functions_ex for the
1689 demangled_names_hash.
1690 (free_objfile): Call htab_delete for the demangled_names_hash.
1691 * objfiles.h (struct htab): Add declaration.
1692 (struct objfile): Add demangled_names_hash.
1693 * symfile.c: Include "hashtab.h".
1694 (reread_symbols): Call htab_delete for the demangled_names_hash.
1695 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
1696 SYMBOL_NAME in the bcache.
1697 * symtab.c: Include "hashtab.h". Update comments.
1698 (create_demangled_names_hash, symbol_set_names): New functions.
1699 (symbol_find_demangled_name): New function, broken out from
1700 symbol_init_demangled_names.
1701 (symbol_init_demangled_names): Use it.
1702 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
1703 (SYMBOL_SET_NAMES): New macro.
1704 (symbol_set_names): Add prototype.
1705
15831452
JB
17062003-02-03 Jim Blandy <jimb@redhat.com>
1707
1708 Use a single, consistent representation for an empty minimal
1709 symbol table in an objfile.
1710 * objfiles.c (terminate_minimal_symbol_table): New function.
1711 (allocate_objfile): Call it.
1712 * objfiles.h (terminate_minimal_symbol_table): New declaration.
1713 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
1714 non-NULL.
1715 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
1716 objfile has minimal symbols, compare minimal_symbol_count to zero,
1717 instead of comparing msymbols with NULL.
1718 * objfiles.c (have_minimal_symbols): Same.
1719 * solib-sunos.c (solib_add_common_symbols): Call
1720 terminate_minimal_symbol_table.
1721 * symfile.c (reread_symbols): Same.
1722
ffc65945
KB
17232003-02-03 Kevin Buettner <kevinb@redhat.com>
1724
1725 * s390-tdep.c (s390_address_class_type_flags)
1726 (s390_address_class_type_flags_to_name)
1727 (s390_address_class_name_to_type_flags): New functions.
1728 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
1729 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
1730
f211c6d4
MS
17312003-02-03 Michael Snyder <msnyder@redhat.com>
1732
1733 * arm-tdep.c: Fix spell-o in comment.
1734
659b0389
ML
17352003-02-03 Michal Ludvig <mludvig@suse.cz>
1736
1737 * dwarf2cfi.c (pointer_encoding): Added new parameter.
1738 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
1739 error messages to contain BFD filename.
1740
3b31d625
EZ
17412003-02-02 Elena Zannoni <ezannoni@redhat.com>
1742
997b089a 1743 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
1744 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
1745 (do_mixed_source_and_assembly): Use
1746 make_cleanup_ui_out_tuple_begin_end and
1747 make_cleanup_ui_out_tuple_begin_end.
1748 (do_mixed_source_and_assembly): Ditto.
1749 * thread.c (do_captured_list_thread_ids): Ditto.
1750 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
1751 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
1752 ui_out_tuple_end): Delete prototypes.
1753 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
1754 ui_out_list_end, ui_out_tuple_end): Delete.
1755
1756 From Kevin Buettner <kevinb@redhat.com>:
1757 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
1758 * ui-out.c (make_cleanup_ui_out_table_begin_end)
1759 (do_cleanup_table_end): New functions.
1760 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
1761 Use cleanups to invoke_ui_out_tuple_end().
1762 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
1763 * cli/cli-setshow.c (cmd_show_list): Use
1764 make_cleanup_ui_out_tuple_begin_end.
1765
5b181d62
AC
17662003-02-02 Andrew Cagney <ac131313@redhat.com>
1767
1768 * frame.c (frame_unwind_register): New function.
1769 (frame_unwind_unsigned_register): Use.
1770 (frame_unwind_signed_register): Use.
1771 (frame_read_register): New function.
1772 * frame.h (frame_unwind_register): Declare.
1773 (frame_read_register): Declare.
1774
1775 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
1776 and frame_unwind_register instead of read_memory, write_register
1777 and deprecated_write_register_bytes.
1778
5f601589
AC
17792003-02-02 Andrew Cagney <ac131313@redhat.com>
1780
1781 * frame.h: Note that namelen can be negative.
1782 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
1783 NAME's length.
1784
1785 * NEWS: Mention that the d10v's `regs' command is deprecated.
1786 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
1787 (d10v_print_registers_info): New function.
1788 (show_regs): Call d10v_print_registers_info.
1789 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
1790
6a3fe0a4
MK
17912003-02-02 Mark Kettenis <kettenis@gnu.org>
1792
1793 * stack.c (print_frame_info): Restore call to annotate_frame_begin
1794 lost in the previous patch.
1795
075559bc
AC
17962003-02-01 Andrew Cagney <ac131313@redhat.com>
1797
1798 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
1799 * stack.c (print_frame_info_base): Output complete FRAME tuple
1800 for synthesized frames.
1801
6789195b
AC
18022003-02-02 Andrew Cagney <ac131313@redhat.com>
1803
1804 * mips-nat.c (zerobuf): Delete.
1805 (fetch_inferior_registers): Alloc local zerobuf.
1806 (fetch_core_registers): Alloc local zerobuf.
1807 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
1808 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
1809 * thread-db.c (thread_db_store_registers): Ditto.
1810 * sh-tdep.c (sh_do_register): Ditto.
1811 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1812 * remote-sim.c (gdbsim_store_register): Ditto.
1813 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1814 * remote-e7000.c (fetch_regs_from_dump): Ditto.
1815 * monitor.c (monitor_supply_register): Ditto.
1816 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
1817 * mips-nat.c (fetch_inferior_registers): Ditto.
1818 * m68klinux-nat.c (fetch_register): Ditto.
1819 * lynx-nat.c (fetch_inferior_registers): Ditto.
1820 (fetch_inferior_registers): Ditto.
1821 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
1822 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
1823 (hpux_thread_store_registers): Ditto.
1824 * hppah-nat.c (fetch_register): Ditto.
1825 * hppab-nat.c (fetch_register): Ditto.
1826 * hppa-tdep.c (pa_register_look_aside): Ditto.
1827 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
1828 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
1829
e669114a
AC
18302003-02-01 Andrew Cagney <ac131313@redhat.com>
1831
1832 * gdbarch.sh: Explictly specify all method levels. When a
1833 variable with an empty level, provide a non-multi-arch default.
1834 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
1835 * gdbarch.h: Re-generate.
1836 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
1837 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
1838
9a043c1d
AC
18392003-02-01 Andrew Cagney <ac131313@redhat.com>
1840
1841 * defs.h (host_pointer_to_address): Delete declaration.
1842 (address_to_host_pointer): Delete declaration.
1843 * utils.c (host_pointer_to_address): Delete function.
1844 (address_to_host_pointer): Delete function.
1845 * procfs.c (procfs_address_to_host_pointer): New function.
1846 * procfs.c (proc_set_watchpoint): Use.
1847 (procfs_can_use_hw_breakpoint): Update comments.
1848 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
1849 (som_solib_add): Use.
1850 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
1851 * hppa-tdep.c (unwind_command): Use.
1852
7ca9f392
AC
18532003-02-01 Andrew Cagney <ac131313@redhat.com>
1854
94bbfd30
AC
1855 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
1856 strlen d_name.
1857
7ca9f392
AC
1858 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
1859 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
1860 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
1861 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
1862 (define_symbol): Update.
1863 * symfile.c (generic_load): Remove references to nindy.
1864 * symtab.c: Remove references to nindy.
1865
31a85ea2
AC
18662003-02-01 Andrew Cagney <ac131313@redhat.com>
1867
1868 * infcmd.c (print_float_info): Delete code conditional on
1869 FLOAT_INFO.
1870 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
1871 * config/m68k/nm-apollo68b.h: Ditto.
1872 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
1873 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
1874 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
1875
f6e85fc8
MK
18762003-02-01 Mark Kettenis <kettenis@gnu.org>
1877
6015b6a0
MK
1878 * config/i386/tm-i386os9k.h: Removed.
1879
f7a30bdf
MK
1880 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
1881 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
1882 they're identical to i[3456]86-*-sysv* now.
1883 * config/i386/i386v32.mh: Removed.
1884 * config/i386/xm-i386v32.h: Removed.
1885 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
1886
28d52111
MK
1887 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
1888
4d3f6bce
MK
1889 * config/i386/i386dgux.mh: Removed.
1890 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
1891
f6e85fc8
MK
1892 * configure.in: Fix typo.
1893 * configure: Regenerated.
1894
53955967
DC
18952003-01-31 David Carlton <carlton@math.stanford.edu>
1896
1897 * dwarf2read.c (dwarf2_locate_sections): Set
1898 dwarf_ranges_section.
1899
b1364885
AC
19002003-01-31 Andrew Cagney <ac131313@redhat.com>
1901
8dbb1c65
AC
1902 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
1903 * utils.c: Update comments documenting legitimate uses of PTR.
1904
8731e58e
AC
1905 * utils.c: Re-indent.
1906
b1364885
AC
1907 * config/djgpp/fnchange.lst: Delete nindy files.
1908 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
1909 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
1910 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
1911 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
1912 * nindy-share/README, nindy-share/Onindy.c: Delete files.
1913 * nindy-tdep.c, nindy-share/Makefile: Delete files.
1914 * Makefile.in (init.c): Remove nindy references.
1915 (saber_gdb): Delete rule.
1916 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
1917 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
1918 and a68v-nat.c.
1919 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
1920 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
1921 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
1922 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
1923 nindy-share/stop.h.
1924 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
1925 * saber.suppress: Delete file.
1926
086df311
DJ
19272003-01-31 Daniel Jacobowitz <drow@mvista.com>
1928
1929 * dbxread.c (stabs_data): New static variable.
1930 (fill_symbuf): Support an in-memory buffer for stabs data.
1931 (stabs_seek): New function.
1932 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
1933 (read_ofile_symtab): Use stabs_seek.
1934 (elfstab_build_psymtabs): Take an asection* instead of
1935 an offset and size. Relocate the stabs data if necessary.
1936 Save the section* for dbx_psymtab_to_symtab.
1937 * dwarf2read.c: Add section variables for each debug section.
1938 (dwarf2_locate_sections): Fill them in.
1939 (dwarf2_read_section): Take an asection* argument.
1940 Relocate the section contents if necessary.
1941 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
1942 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
1943 it to dwarf2_read_section.
1944 (dwarf2_build_frame_info): Update callers.
1945 * elfread.c (elf_symfile_read): Update call to
1946 elfstab_build_psymtabs.
1947 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
1948 (DBX_STAB_SECTION): New macro.
1949 * stabsread.h (elfstab_build_psymtabs): Update prototype.
1950 * symfile.c (symfile_dummy_outputs): New function.
1951 (symfile_relocate_debug_section): New function.
1952 * symfile.h (symfile_relocate_debug_section): Add prototype.
1953
87d1b352
RH
19542003-01-31 Richard Henderson <rth@redhat.com>
1955
1956 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
1957 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
1958 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
1959 * alpha-tdep.c (alpha_register_name): Add "unique".
1960 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
1961 (ALPHA_UNIQUE_REGNUM): New.
1962 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
1963
c48861fb
AC
19642003-01-31 Andrew Cagney <ac131313@redhat.com>
1965
1966 * README: Remove reference to Ericsson 1800 monitor.
1967 * Makefile.in (remote-es.o): Delete rule.
1968 (ALLDEPFILES): Delete remote-es.c.
1969 * remote-es.c: Delete file.
1970 * config/m68k/es1800.mt: Delete file.
1971 * config/djgpp/fnchange.lst: Update.
1972 * configure.tgt: Delete m68*-ericsson-* target.
1973
d764a824
AF
19742003-01-31 Adam Fedor <fedor@gnu.org>
1975
1976 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
1977 Remove duplicate/shadowing variable of same name.
1978
fe36c4f4
JB
19792003-01-30 Jim Blandy <jimb@redhat.com>
1980
1981 * symfile.c (find_separate_debug_file): Assert that the objfile's
1982 directory name we compute ends with a slash, and then assume that
1983 that's so everywhere we use it.
1984
cb741690
DJ
19852003-01-30 Daniel Jacobowitz <drow@mvista.com>
1986
1987 * valops.c (value_assign): Flush frame cache after stores to memory
1988 also.
1989
96ee5227
AC
19902003-01-30 Andrew Cagney <ac131313@redhat.com>
1991
1992 * Makefile.in (mon960-rom.o): Delete rule.
1993 * mon960-rom.c: Delete file.
1994
7f6104a9
AC
19952003-01-30 Andrew Cagney <ac131313@redhat.com>
1996
1997 * d10v-tdep.c: Include "frame-unwind.h".
1998 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
1999 list.
2000 (next_addr, uses_frame): Delete.
2001 (struct d10v_unwind_cache): Define.
2002 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
2003 Use info instead of next_addr and uses_frame globals.
2004 (d10v_frame_init_saved_regs): Delete function.
2005 (d10v_init_extra_frame_info): Delete function.
2006 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
2007 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
2008 init_frame_pc or frame_saved_pc.
2009 (d10v_pop_frame): Delete function.
2010 (do_d10v_pop_frame): Delete function.
2011 (d10v_frame_chain): Delete function.
2012 (d10v_frame_chain_valid): Delete function.
2013 (d10v_frame_pc_unwind): New function.
2014 (d10v_frame_id_unwind): New function.
2015 (saved_regs_unwinder): New function.
2016 (d10v_frame_register_unwind): New function.
2017 (d10v_frame_pop): New function.
2018 (d10v_frame_unwind): New variable.
2019 (d10v_frame_p): New function.
2020 (d10v_frame_saved_pc): Delete function.
2021 * Makefile.in (d10v-tdep.o): Update dependencies.
2022
cad2e848
JB
20232003-01-30 J. Brobecker <brobecker@gnat.com>
2024
2025 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
2026 causing some regressions due to a change in the default value
2027 for this macro.
2028
af34e669
DJ
20292003-01-29 Richard Henderson <rth@redhat.com>
2030 Elena Zannoni <ezannoni@redhat.com>
2031 Daniel Jacobowitz <drow@mvista.com>
2032
2033 Fix PR gdb/961.
2034 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
2035 variables.
2036 (RANGES_SECTION): New.
2037 (dwarf_ranges_buffer): New variable.
2038 (struct comp_unit_head): Add member "die".
2039 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
2040 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
2041 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
2042 (dwarf2_locate_sections): Likewise.
2043 (dwarf2_build_psymtabs): Read .debug_ranges.
2044 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
2045 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
2046 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
2047 Look for DW_AT_ranges and return the bounding box.
2048
baa93fa6
CF
20492003-01-29 Brian Ford <ford@vss.fsi.com>
2050
2051 * win32-nat.c (cygwin_pid): Removed as unused.
2052 (child_attach): Try fall back to Cygwin pid.
2053
c63f977f
JB
20542003-01-29 Jim Blandy <jimb@redhat.com>
2055
2056 * objfiles.h (struct objfile): Doc fix.
2057
d62d1979
AC
20582003-01-29 Andrew Cagney <ac131313@redhat.com>
2059
2060 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
2061 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
2062 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
2063 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
2064 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
2065 (FRAME_SAVED_PC): Change to a function with predicate.
2066 * gdbarch.h, gdbarch.c: Re-generate.
2067
1ae18a04
AC
20682003-01-28 Andrew Cagney <ac131313@redhat.com>
2069
52287340
AC
2070 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
2071
1ae18a04
AC
2072 * complaints.c (complain): Delete function.
2073 * complaints.h (struct deprecated_complaint): Delete definition.
2074 (complain): Delete declaration.
2075
f2c16bd6
KB
20762003-01-28 Kevin Buettner <kevinb@redhat.com>
2077
2078 * mips-tdep.c (mips_init_extra_frame_info): Return early for
2079 dummy frames.
2080
a94dd1fd
AC
20812003-01-27 Andrew Cagney <ac131313@redhat.com>
2082
2083 * sentinel-frame.h, sentinel-frame.c: New files.
2084 * Makefile.in (frame.o): Update dependencies.
2085 (SFILES): Add sentinel-frame.c.
2086 (sentinel_frame_h): Define.
2087 (COMMON_OBS): Add sentinel-frame.o.
2088 (sentinel-frame.o): Specify dependencies.
2089 * frame.c: Include "sentinel-frame.h".
2090 (frame_register_unwind): Rewrite assuming that there is always a a
2091 ->next frame.
2092 (frame_register, generic_unwind_get_saved_register): Ditto.
2093 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
2094 (create_sentinel_frame, unwind_to_current_frame): New functions.
2095 (get_current_frame): Rewrite using create_sentinel_frame and
2096 unwind_to_current_frame. When possible, always create a frame.
2097 (create_new_frame): Set next to the sentinel frame.
2098 (get_next_frame): Rewrite. Don't go below the level 0 frame.
2099 (deprecated_update_frame_pc_hack): Update the next frame's PC and
2100 ID cache when necessary.
2101 (frame_saved_regs_id_unwind): Use frame_relative_level.
2102 (deprecated_generic_get_saved_register): Use frame_relative_level,
2103 get_frame_saved_regs, get_frame_pc, get_frame_base and
2104 get_next_frame.
2105 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
2106 frame_register.
2107
5378adc4
DJ
21082003-01-27 Daniel Jacobowitz <drow@mvista.com>
2109
2110 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
2111
51ee2ddc
DJ
21122003-01-27 Daniel Jacobowitz <drow@mvista.com>
2113
2114 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
2115 (maintenance_set_profile_cmd): Use error () instead of warning ().
2116
d9feb4e7
DJ
21172003-01-27 Daniel Jacobowitz <drow@mvista.com>
2118
2119 * configure.in: Check that -pg works if using --enable-profiling.
2120 Check for monstartup and _mcleanup regardless of --enable-profiling.
2121 * maint.c: Check for monstartup and _mcleanup before using them.
2122 * config.in: Regenerated.
2123 * configure: Regenerated.
2124
2d188dd3
NC
21252003-01-24 Nick Clifton <nickc@redhat.com>
2126
2127 * Add sh2e support:
2128
2129 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
2130
2131 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
2132 (sh2e_show_regs): New.
2133 (sh_gdbarch_init): Handle bfd_mach_sh2e.
2134 * config/sh/tm-sh.h: Added sh2e to comments.
2135
cb3c37b2
JB
21362003-01-23 Jim Blandy <jimb@redhat.com>
2137
2138 * symfile.c (syms_from_objfile): Don't print the "(no debugging
2139 symbols found)" message here; we haven't checked for a separate
2140 debug info file yet, so we don't know yet.
2141 (symbol_file_add_with_addrs_or_offsets): Print it here, after
2142 we've looked everywhere. Also, there's no need to print a special
2143 message when we're loading the separate debug info file: the one
2144 symbol_file_add prints is fine.
2145
5b5d99cf
JB
21462003-01-23 Alexander Larsson <alexl@redhat.com>
2147 Jim Blandy <jimb@redhat.com>
2148
2149 Add support for executables whose debug info has been separated
2150 out into a separate file, leaving only a link behind.
2151 * objfiles.h (struct objfile): New fields: separate_debug_objfile
2152 and separate_debug_objfile_backlink.
2153 (put_objfile_before): New declaration.
2154 * symfile.c: #include "filenames.h".
2155 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
2156 debug info in a separate file, read that, too. Save the addrs
2157 argument, so we can use it again to read the separated debug info;
2158 syms_from_objfile modifies the table we pass it.
2159 (reread_symbols): After re-reading an objfile, call
2160 reread_separate_symbols to refresh its separate debug info
2161 objfile, if it has one.
2162 (reread_separate_symbols, find_separate_debug_file,
2163 get_debug_link_info, separate_debug_file_exists): New functions.
2164 (debug_file_directory): New global var.
2165 (_initialize_symfile): Initialize debug_file_directory, and
2166 provide the new `set debug-file-directory' command to let the user
2167 change it.
2168 * objfiles.c (free_objfile): If this objfile has its debug info in
2169 a separate objfile, free that one too. If this is itself a
2170 separate debug info objfile, clear our parent's backlink.
2171 (put_objfile_before): New function.
2172 * utils.c (gnu_debuglink_crc32): New function.
2173 * defs.h (gnu_debuglink_crc32): New declaration.
2174 * Makefile.in (symfile.o): Note dependency on "filenames.h".
2175 * configure.in: Handle --with-separate-debug-dir config option.
2176 * acinclude.m4 (AC_DEFINE_DIR): New macro.
2177 * acconfig.h (DEBUGDIR): New macro.
2178 * configure, aclocal.m4, config.in: Regenerated.
2179
7e8580c1
JB
21802003-01-22 Jim Blandy <jimb@redhat.com>
2181
7904e09f
JB
2182 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
2183 like the old symbol_file_add, but taking new arguments: you can
2184 now pass in either a `struct section_addr_info' list to say where
2185 each section is loaded, or a `struct section_offsets' table. Pass
2186 these new arguments through to syms_from_objfile as appropriate.
2187 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
2188 with the appropriate quiescent values for the new arguments.
2189
7e8580c1
JB
2190 * symfile.c: #include "gdb_assert.h".
2191 (syms_from_objfile): Add the ability to pass in a section offset
2192 table directly, as an alternative to the section_addr_info table.
2193 Document arguments better.
2194 (symbol_file_add): Pass extra arguments to syms_from_objfile.
2195 * symfile.h (syms_from_objfile): Update declaration.
2196 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
2197 syms_from_objfile.
2198 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
2199
d28f9cdf
DJ
22002003-01-22 Daniel Jacobowitz <drow@mvista.com>
2201
2202 Original patch by Tom Tromey <tromey@cygnus.com> and
2203 Jason Molenda <jmolenda@apple.com>.
2204 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
2205 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
2206 * NEWS: Mention profiling.
2207 * configure.in (--enable-gdbtk): Fix typo.
2208 (--enable-profiling): New. Set PROFILE_CFLAGS.
2209 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
2210 Fill in function.
2211 (profiling_state): New variable.
2212 (mcleanup_wrapper): New function.
2213 (_initialize_maint): Remove NOTYET, fix call to
2214 add_setshow_boolean_cmd for "maint set profile".
2215 * configure: Regenerated.
2216
df21e465
MH
22172003-01-21 Martin M. Hunt <hunt@redhat.com>
2218
2219 * Makefile.in (install-gdbtk): Install PNG images too.
2220
73c1f219
AC
22212003-01-21 Andrew Cagney <ac131313@redhat.com>
2222
2223 * exec.c (text_start): Delete global variable.
2224 (exec_file_attach): Make text_start local to the function.
2225 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
2226 * valops.c (hand_function_call): Delete code that handles
2227 BEFORE_TEXT_END and AFTER_TEXT_END.
2228 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
2229 of CALL_DUMMY_LOCATION.
2230 * gdbarch.c: Regenerate.
2231 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
2232 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
2233 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
2234 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
2235 (text_end): Delete extern declaration.
2236
eb4f72c5
AC
22372003-01-21 Andrew Cagney <ac131313@redhat.com>
2238
2239 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
2240 * blockframe.c (backtrace_below_main): Move to "frame.c".
2241 (frame_chain_valid): Delete check for backtrace_below_main.
2242 (_initialize_blockframe): Delete initialization, move ``set
2243 backtrace-below-main'' command to "frame.c".
2244 (do_flush_frames_sfunc): Delete function.
2245 * frame.c: Include "command.h" and "gdbcmd.h".
2246 (frame_type_from_pc): New function.
2247 (create_new_frame): Use frame_type_from_pc.
2248 (legacy_get_prev_frame): New function.
2249 (get_prev_frame): Rewrite. When an old style frame, call
2250 legacy_get_prev_frame. Otherwize, unwind the PC first.
2251 (_initialize_frame): Add ``set backtrace-below-main'' command.
2252 * Makefile.in (frame.o): Update dependencies.
2253
778ce8cc
AC
22542003-01-19 Andrew Cagney <ac131313@redhat.com>
2255
2256 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
2257 DEPRECATED_REGISTERS_INFO.
2258
01c193c8
AC
22592003-01-19 Andrew Cagney <ac131313@redhat.com>
2260
2261 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
2262 Maintainers'. Update `Various Maintainers'.
2263
dedc2a2b
AC
22642003-01-19 Andrew Cagney <ac131313@redhat.com>
2265
2266 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
2267 * gdbarch.sh (POP_FRAME): Change to function with predicate.
2268 Suppress actual parameters when `-'.
2269 * gdbarch.h, gdbarch.c: Regenerate.
2270
b7261c70
AC
22712003-01-19 Andrew Cagney <ac131313@redhat.com>
2272
2273 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
2274 code handling dummy frames.
2275
dbe9fe58
AC
22762003-01-19 Andrew Cagney <ac131313@redhat.com>
2277
2278 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
2279 (struct frame_unwind): Add field pop.
2280 * frame.h (frame_pop): Declare.
2281 * frame.c (frame_saved_regs_pop): New function.
2282 (trad_frame_unwinder): Add frame_saved_regs_pop.
2283 (frame_pop): New function.
2284 * dummy-frame.c (dummy_frame_pop): New function.
2285 (discard_innermost_dummy): New function.
2286 (generic_pop_dummy_frame): Use discard_innermost_dummy.
2287 (dummy_frame_unwind): Add dummy_frame_pop.
2288 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
2289 * valops.c (hand_function_call): Ditto.
2290 * stack.c (return_command): Ditto.
2291
570b8f7c
AC
22922003-01-18 Andrew Cagney <ac131313@redhat.com>
2293
2294 * cris-tdep.c: Fix function declaration indentation.
2295 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
2296 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
2297 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
2298 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
2299 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
2300 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
2301
23022003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
2303
2304 * README (Unpacking and Installation -- quick overview):
2305 Warn against ".../gdb-5.3/gdb/configure".
2306
494cca16
AC
23072003-01-18 Andrew Cagney <ac131313@redhat.com>
2308
2309 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
2310 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
2311 (struct frame_unwind): Declare opaque.
2312 (dummy_frame_p): Declare function.
2313 * dummy-frame.c (dummy_frame_id_unwind): Make static.
2314 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
2315 * dummy-frame.c: Include "frame-unwind.h".
2316 (dummy_frame_p): New function.
2317 (dummy_frame_unwind): New variable.
2318 * frame.c: Include "frame-unwind.h".
2319 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
2320 to use the new unwind field.
2321 (set_unwind_by_pc): Delete function.
2322 (create_new_frame, get_prev_frame): Set unwind field using
2323 frame_unwind_find_by_pc.
2324 (trad_frame_unwind, trad_frame_unwinder): New variables.
2325 * frame.h (trad_frame_unwind): Declare variable.
2326 (frame_id_unwind_ftype): Delete declaration.
2327 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
2328 (struct frame_unwind): Declare opaque.
2329 (struct frame_info): Replace the fields id_unwind, pc_unwind and
2330 register_unwind with a single unwind pointer.
2331 * frame-unwind.h, frame-unwind.c: New files.
2332 * Makefile.in (SFILES): Add frame-unwind.c.
2333 (frame_unwind_h): Define.
2334 (COMMON_OBS): Add frame-unwind.o.
2335 (frame-unwind.o): Specify dependencies.
2336 (frame.o, dummy-frame.o): Update dependencies.
2337
4efb68b1
AC
23382003-01-18 Andrew Cagney <ac131313@redhat.com>
2339
2340 * ada-valprint.c: Eliminate PTR.
2341 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
2342 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
2343 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
2344 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
2345 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
2346 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
2347 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
2348
a84d24ee
AC
23492003-01-17 Andrew Cagney <ac131313@redhat.com>
2350
762f08a3
AC
2351 * main.c (captured_main): Don't use PTR.
2352 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
2353 * gdbtypes.c (lookup_primitive_typename): Ditto.
2354 (lookup_struct_elt_type): Ditto.
2355 * f-valprint.c (info_common_command): Ditto.
2356 (list_all_visible_commons): Ditto.
2357 * jv-typeprint.c (java_type_print_base): Ditto.
2358
a84d24ee
AC
2359 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
2360 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
2361 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
2362 i386-interix-nat.c and i386-interix-tdep.c. Rename
2363 m68klinux-nat.c and m68klinux-tdep.c. Rename
2364 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
2365 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
2366 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
2367 * main.c (captured_main): Use xfree, not free.
2368
c170fb60
AC
23692003-01-16 Andrew Cagney <ac131313@redhat.com>
2370
2371 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
2372 ID back using a parameter.
2373 * frame.c (frame_id_unwind): Update call.
2374 (frame_saved_regs_id_unwind): Update.
2375 * dummy-frame.c (dummy_frame_id_unwind): Update function.
2376 * dummy-frame.h (struct frame_id): Add opaque declaration.
2377 (dummy_frame_id_unwind): Update declaration.
2378
867f3898
AC
23792003-01-15 Andrew Cagney <ac131313@redhat.com>
2380
2381 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
2382
40622be8 23832003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 2384
40622be8 2385 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 2386
ae66c1fc
EZ
23872003-01-14 Elena Zannoni <ezannoni@redhat.com>
2388
997b089a 2389 Fix PR gdb/898
ae66c1fc
EZ
2390 * breakpoint.c (until_break_command): Add new argument. Use it to
2391 decide whether to stop only at the current frame or not.
2392 * breakpoint.h (until_break_command): Update prototype.
2393 * infcmd.c (until_command): Add new argument to until_break_command
2394 call.
2395 (advance_command): New function.
2396 (_initialize_infcmd): Update help string for 'until' command.
2397 Add new 'advance' command.
2398
a04257e6
DC
23992003-01-14 David Carlton <carlton@math.stanford.edu>
2400
2401 * linespec.c (decode_line_1): Normalize comments.
2402 (set_flags): Ditto.
2403 (locate_first_half): Ditto.
2404 (decode_compound): Ditto.
2405 (symtab_from_filename): Ditto.
2406 (decode_all_digits): Ditto.
2407 (decode_dollar): Ditto.
2408 (find_methods): Ditto.
2409 (find_toplevel_char): Ditto.
2410
1bac305b
AC
24112003-01-13 Andrew Cagney <ac131313@redhat.com>
2412
2413 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
2414 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
2415 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
2416 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
2417 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
2418 * language.c, language.h, m32r-tdep.c: Update copyright.
2419 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
2420 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
2421 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
2422 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
2423 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
2424 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
2425
25caa7a8
EZ
24262003-01-13 Elena Zannoni <ezannoni@redhat.com>
2427
2428 * stabsread.h (process_later, resolve_cfront_continuation):
2429 Obsolete.
2430 Update copyright years.
2431 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
2432 Update copyright year.
2433 * dbxread.c(struct cont_elem): Obsolete.
2434 (process_later, process_now): Obsolete functions.
2435 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
2436 Update copyright year.
2437 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
2438 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
2439 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
2440 (parse_partial_symbols): Obsolete cfront support.
2441 * stabsread.c
2442 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
2443 macros.
2444 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
2445 read_cfront_baseclasses, read_cfront_member_functions,
2446 resolve_cfront_continuation,read_cfront_static_fields,
2447 copy_cfront_struct_fields): Obsolete functions.
2448 (define_symbol, read_one_struct_field): Obsolete cfront support.
2449 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
2450 Update Copyright year.
2451
7789c6f5
EZ
24522003-01-13 Elena Zannoni <ezannoni@redhat.com>
2453
2454 * stack.c (print_frame_info, print_stack_frame_base_stub,
2455 print_stack_frame_base, show_and_print_stack_frame_stub,
2456 show_and_print_stack_frame, print_only_stack_frame_stub,
2457 print_only_stack_frame): Delete functions.
2458 (print_stack_frame_stub): Call print_frame_info instead of
2459 print_frame_info_base.
2460 (print_frame_info_base): Rename to print_frame_info.
2461 (backtrace_command_1): Call print_frame_info, instead of
2462 print_frame_info_base.
2463 (current_frame_command): Call print_stack_frame, instead of
2464 print_only_stack_frame.
2465 (frame_command): Call print_stack_frame, instead of
2466 show_and_print_stack_frame.
2467 (up_command): Ditto.
2468 (down_command): Ditto.
2469 * frame.h (print_only_stack_frame): Delete prototype.
2470 * infrun.c (normal_stop): Call print_stack_frame, instead of
2471 show_and_print_stack_frame.
2472 * thread.c (info_threads_command): Call print_stack_frame, instead
2473 of print_only_stack_frame.
2474
3f5a3016
AC
24752003-01-13 Andrew Cagney <ac131313@redhat.com>
2476
d99ba314
AC
2477 * README (Graphical interface to GDB): Update URL. Point at
2478 gdb/links/.
2479
3f5a3016
AC
2480 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
2481 version match.
2482
083ae935
DJ
24832003-01-13 Daniel Jacobowitz <drow@mvista.com>
2484
2485 * symtab.c (find_pc_sect_line): Don't consider end-of-function
2486 lines.
2487
5365276c
DJ
24882003-01-13 Daniel Jacobowitz <drow@mvista.com>
2489
2490 * thread-db.c (attach_thread): Prototype.
2491 (struct private_thread_info): Remove lwpid. Add thread handle (th),
2492 thread information (ti), and valid flags (th_valid, ti_valid).
2493 (attach_thread): Move target_pid_to_str call to after the thread
2494 is added to GDB's list. Initialize the cache.
2495 (thread_get_info_callback, thread_db_map_id2thr)
2496 (thread_db_get_info): New functions.
2497 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
2498 (thread_db_store_registers, thread_db_thread_alive)
2499 (thread_db_get_thread_local_address): Use them.
2500 (thread_db_pid_to_str): Likewise. Return "Missing" instead
2501 of calling error() for threads in unknown state.
2502
2503 (clear_lwpid_callback): New function.
2504 (thread_db_resume): Use it to clear the cache.
2505
9fc30b6b
DJ
25062003-01-13 Daniel Jacobowitz <drow@mvista.com>
2507
2508 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
2509 (resume_callback): Remove dead code.
2510
8f871025
AC
25112003-01-13 Andrew Cagney <ac131313@redhat.com>
2512
2513 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
2514 predicate.
2515 * gdbarch.h, gdbarch.c: Regenerate.
2516 * stack.c (frame_info): Only initialize the saved registers when
2517 FRAME_INIT_SAVED_REGS_P.
2518 * frame.c (frame_saved_regs_register_unwind): Assert
2519 FRAME_INIT_SAVED_REGS_P.
2520 (deprecated_generic_get_saved_register): Ditto.
2521
3f565f1e
DJ
25222003-01-13 Daniel Jacobowitz <drow@mvista.com>
2523
2524 * source.c (openp): Squelch warning about "filename".
2525
072b1022
DJ
25262003-01-13 Daniel Jacobowitz <drow@mvista.com>
2527
2528 * source.c (openp): If the file does not exist don't necessarily
2529 search the path.
2530
973ccf8b
DJ
25312003-01-13 Daniel Jacobowitz <drow@mvista.com>
2532
2533 Fix PR gdb/872.
2534 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
2535 (integer_types_same_name_p): New function.
2536 (rank_one_type): Use it.
2537 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
2538
030292b7
DJ
25392003-01-13 Daniel Jacobowitz <drow@mvista.com>
2540
2541 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
2542 variables.
2543 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
2544 * configure.in: Add --with-sysroot.
2545 * configure: Regenerated.
2546 * main.c (gdb_sysroot): New variable.
2547 (captured_main): Initialize gdb_sysroot.
2548 * defs.h (gdb_sysroot): New extern declaration.
2549 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
2550
afb5d334
MC
25512003-01-12 Michael Chastain <mec@shout.net>
2552
2553 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
2554
751ceeb4
MC
25552003-01-12 Michael Chastain <mec@shout.net>
2556
2557 * top.c (print_gdb_version): Bump copyright year to 2003.
2558
94cd26f8
DC
25592003-01-12 David Carlton <carlton@bactrian.org>
2560
2561 * linespec.c (symtab_from_filename): Rename variable 's' to
2562 'file_symtab'.
2563
1ce79225
AC
25642003-01-12 Andrew Cagney <ac131313@redhat.com>
2565
2566 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
2567 dummy frame.
2568 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
2569
fa1fd571
AC
25702003-01-12 Andrew Cagney <ac131313@redhat.com>
2571
2572 * d10v-tdep.c: Include "gdb_assert.h".
2573 (d10v_store_return_value): Rewrite to match current interface.
2574 (d10v_extract_struct_value_address): Ditto.
2575 (d10v_extract_return_value): Ditto.
2576 (d10v_gdbarch_init): Set store_restore_value,
2577 extract_struct_value_address and extract_return_value.
2578
68b8d23e
JB
25792003-01-12 J. Brobecker <brobecker@gnat.com>
2580
2581 * hpread.c (set_namestring): New procedure replacing the
2582 SET_NAMESTRING macro.
2583 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
2584 by calls to set_namestring.
2585
25862003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
2587
2588 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
2589 a compilation warning.
2590 (hpread_process_one_debug_symbol): Likewise.
2591
88d262ca
DC
25922003-01-10 David Carlton <carlton@math.stanford.edu>
2593
2594 * linespec.c (decode_line_1): Rename variable 's' to
2595 'file_symtab'.
2596 (decode_all_digits): Rename argument 's' to 'file_symtab'.
2597 (decode_dollar): Ditto.
2598 (decode_variable): Ditto.
2599 (symbol_found): Ditto.
2600
86669319
MC
26012003-01-09 Michael Chastain <mec@shout.net>
2602
2603 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
2604
616a9dc4
CV
26052003-01-07 Corinna Vinschen <vinschen@redhat.com>
2606
2607 * win32-nat.c (set_process_privilege): New function.
2608 (child_attach): Call set_process_privilege() to enable the
2609 SE_DEBUG_NAME user privilege if available in process token.
2610
3269bcfa
JB
26112003-01-10 J. Brobecker <brobecker@gnat.com>
2612
2613 * hpread.c (hpread_process_one_debug_symbol): Fix a small
2614 compilation error in the previous revision.
2615
2b0ee454
DC
26162003-01-09 David Carlton <carlton@math.stanford.edu>
2617
2618 * linespec.c: Update copyright.
2619
b3ba1b44
DJ
26202003-01-09 Daniel Jacobowitz <drow@mvista.com>
2621
2622 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
2623 than inferior_ptid.
2624 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
2625
4ef3f3be
AC
26262003-01-09 Andrew Cagney <ac131313@redhat.com>
2627
479ab5a0
AC
2628 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
2629 Update comments.
2630 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
2631 (frame_saved_regs_zalloc): Update.
2632 (frame_saved_regs_register_unwind): Update.
2633 (create_new_frame): Update.
2634 (get_prev_frame): Update.
2635 (frame_extra_info_zalloc): Update.
2636 (deprecated_get_frame_saved_regs): Update.
2637 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
2638 * cris-tdep.c: Update comment.
2639
bde58177
AC
2640 * somsolib.h: Fix function indentation.
2641 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
2642 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
2643 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
2644 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
2645 * somsolib.c, inftarg.c: Remove assignment in if conditional.
2646
4ef3f3be
AC
2647 * infrun.c (follow_fork): Use ISO C definition.
2648 * expprint.c (print_subexp): Use xfree instead of free.
2649 * charset.c: Include "gdb_string.h" instead of <string.h>.
2650 (register_iconv_charsets): Use ISO C definition.
2651 (host_charset, target_charset): Ditto.
2652 * Makefile.in (charset.o): Update dependencies.
2653 (mi-cmd-env.o): Update dependencies.
2654
1c615f7a
AC
26552003-01-08 Andrew Cagney <cagney@redhat.com>
2656
2657 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
2658 get_frame_base.
2659
c9a1dc08
AC
26602003-01-08 Andrew Cagney <ac131313@redhat.com>
2661
2662 * gdb_mbuild.sh: Add --keep option. When specified, keep the
2663 build directories. Save edited gdb output in Mbuild.log. If a
2664 build fails, remove any final GDB executable.
2665
dbad9d94
AC
26662003-01-08 Andrew Cagney <ac131313@redhat.com>
2667
2668 * gdb_mbuild.sh: Edit the output of `maint print architecture'
2669 replacing hex constants with function names and stripping leading
2670 file name directory prefixes.
2671
8d357cca
AC
26722003-01-08 Andrew Cagney <cagney@redhat.com>
2673
2674 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
2675 get_frame_base.
2676
bca02a8a
DC
26772003-01-08 David Carlton <carlton@math.stanford.edu>
2678
2679 * linespec.c (decode_line_1): Move code into decode_variable.
2680 (decode_variable): New function.
2681
7f8ab3a0
AC
26822003-01-08 Andrew Cagney <ac131313@redhat.com>
2683
2684 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
2685
7b5849cc
AC
26862003-01-08 Andrew Cagney <cagney@redhat.com>
2687
2688 * cris-tdep.c (cris_frame_init_saved_regs): Use
2689 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
2690 saved_regs buffer.
2691 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
2692 (sh64_nofp_frame_init_saved_regs): Ditto.
2693 (sh_fp_frame_init_saved_regs): Ditto.
2694 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
2695 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2696 * mcore-tdep.c (analyze_dummy_frame): Ditto.
2697 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2698
72a5efb3
DJ
26992003-01-08 Daniel Jacobowitz <drow@mvista.com>
2700
2701 * minsyms.c (lookup_minimal_symbol): Update comment.
2702 (lookup_minimal_symbol_text): Update comment. Use the hash table.
2703 (lookup_minimal_symbol_solib_trampoline): Likewise.
2704
11c02a10
AC
27052003-01-08 Andrew Cagney <cagney@redhat.com>
2706
aab3ea25
AC
2707 * d10v-tdep.c (d10v_init_extra_frame_info): Use
2708 frame_relative_level.
2709
da50a4b7
AC
2710 * alpha-tdep.c: Use get_frame_extra_info.
2711 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2712 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
2713 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
2714 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
2715
11c02a10
AC
2716 * alpha-tdep.c: Use get_next_frame.
2717 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2718 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
2719 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
2720 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
2721 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
2722 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
2723 * xstormy16-tdep.c: Ditto.
2724
1e2330ba
AC
27252003-01-07 Andrew Cagney <cagney@redhat.com>
2726
2727 * alpha-tdep.c: Use get_frame_base.
2728 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2729 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
2730 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
2731 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
2732 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
2733 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
2734 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
2735 * config/sparc/tm-sparc.h: Ditto.
2736
2d75187b
AC
27372003-01-07 Andrew Cagney <cagney@redhat.com>
2738
2739 * frame.c (deprecated_get_frame_context): New function.
2740 (deprecated_set_frame_context): New function.
2741 * frame.h (deprecated_get_frame_context): Declare.
2742 (deprecated_set_frame_context): Declare.
2743 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
2744 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
2745
483d36b2
AC
27462003-01-07 Andrew Cagney <cagney@redhat.com>
2747
2748 * frame.c (deprecated_set_frame_next_hack): New function.
2749 (deprecated_set_frame_prev_hack): New function.
2750 * frame.h (deprecated_set_frame_next_hack): Declare.
2751 (deprecated_set_frame_prev_hack): Declare.
2752 * mcore-tdep.c (analyze_dummy_frame): Use
2753 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
2754 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2755
14e91ac5
DC
27562003-01-07 David Carlton <carlton@math.stanford.edu>
2757
2758 * linespec.c (decode_line_1): Move code into decode_dollar.
2759 (decode_dollar): New function.
2760
b0c6b05c
AC
27612003-01-07 Andrew Cagney <cagney@redhat.com>
2762
2763 * arm-tdep.c (arm_init_extra_frame_info): Use
2764 deprecated_update_frame_base_hack.
2765 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
2766 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2767 (fix_frame_pointer): Ditto.
2768 (mn10300_analyze_prologue): Ditto.
2769
a00a19e9
AC
27702003-01-07 Andrew Cagney <cagney@redhat.com>
2771
2772 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
2773 extra_info using frame_extra_info_zalloc.
2774 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
2775 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
2776 (sh64_init_extra_frame_info): Ditto.
2777 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
2778 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
2779 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2780 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
2781 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
2782 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
2783 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
2784 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
2785 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
2786 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
2787 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
2788 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
2789
2790 * mn10300-tdep.c (analyze_dummy_frame): Use
2791 deprecated_set_frame_extra_info_hack.
2792 * mcore-tdep.c (analyze_dummy_frame): Ditto.
2793
1fb4c65b
JB
27942003-01-07 J. Brobecker <brobecker@gnat.com>
2795
2796 * mdebugread.c (parse_symbol): Skip stProc entries which storage
2797 class is not scText. These do not define "real" procedures.
2798 (parse_partial_symbols): Likewise.
2799
9fe7d6bf
MS
28002003-01-06 Michael Snyder <msnyder@redhat.com>
2801
2802 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
2803
f6c609c4
AC
28042003-01-06 Andrew Cagney <ac131313@redhat.com>
2805
2806 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
2807 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
2808 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
2809 deprecated_frame_xmalloc_with_cleanup.
2810 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
2811 deprecated_frame_xmalloc.
2812 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
2813 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
2814
d995ff4b
AC
28152003-01-06 Andrew Cagney <cagney@redhat.com>
2816
84dc46cb
AC
2817 * x86-64-linux-tdep.c: Include "osabi.h".
2818 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
2819
d995ff4b
AC
2820 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
2821
66140c26
AC
28222003-01-06 Andrew Cagney <cagney@redhat.com>
2823
2824 * MAINTAINERS (Target Instruction Set Architectures): Update
2825 arm-elf. Can be built with -Werror, has been multiarched.
2826
2827 * value.h (unpack_long): Make buffer parameter constant.
2828 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
2829 * scm-lang.h (scm_parse): Ditto.
2830 * defs.h (extract_typed_address, extract_address): Ditto.
2831 (extract_long_unsigned_integer): Ditto.
2832 * inferior.h (unsigned_pointer_to_address): Ditto.
2833 (signed_pointer_to_address): Ditto.
2834 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
2835 * gdbarch.h, gdbarch.c: Regenerate.
2836 * findvar.c (extract_long_unsigned_integer): Update.
2837 (extract_address): Update.
2838 (extract_typed_address): Update.
2839 (unsigned_pointer_to_address): Update.
2840 * values.c (unpack_long): Update.
2841 (unpack_double): Update.
2842 (unpack_pointer): Update.
2843 (unpack_field_as_long): Update.
2844 * d10v-tdep.c (d10v_pointer_to_address): Update.
2845 * avr-tdep.c (avr_pointer_to_address): Update.
2846 * scm-lang.c (scm_unpack): Update.
2847 * findvar.c (signed_pointer_to_address): Update.
2848
b089b3da
ML
28492003-01-06 Michal Ludvig <mludvig@suse.cz>
2850
2851 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
2852 since it is in i386-tdep.c.
2853
aff87235
JB
28542003-01-06 J. Brobecker <brobecker@gnat.com>
2855
2856 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
2857 failure introduced in the previous change.
2858
34f5e845
MC
28592003-01-05 Michael Chastain <mec@shout.net>
2860
2861 * README: Remove references to deleted remote-*.c files:
2862 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
2863 remote-nrom.c, remote-os9k.c, remote-udi.c.
2864
28bcfd30
MK
28652003-01-05 Mark Kettenis <kettenis@gnu.org>
2866
2867 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
2868 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
2869 i386_get_longjmp_target.
2870
15a5b3ee
AC
28712003-01-05 Andrew Cagney <ac131313@redhat.com>
2872
2873 * arm-tdep.c (prologue_cache): Change to a pointer.
2874 (_initialize_arm_tdep): Allocate prologue_cache.
2875 (check_prologue_cache): Update.
2876 (save_prologue_cache): Update.
2877 (arm_gdbarch_init): Update.
2878
c263362b
DJ
28792003-01-04 Daniel Jacobowitz <drow@mvista.com>
2880
2881 * stabsread.c (update_method_name_from_physname): Call complaint()
2882 instead of error.
2883
51603483
DJ
28842003-01-04 Daniel Jacobowitz <drow@mvista.com>
2885
2886 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
2887 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
2888 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
2889
2890 * blockframe.c: Include "gdbcmd.h" and "command.h".
2891 (backtrace_below_main): New variable.
2892 (file_frame_chain_valid, func_frame_chain_valid)
2893 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
2894 (generic_func_frame_chain_valid): Remove functions.
2895 (frame_chain_valid, do_flush_frames_sfunc): New functions.
2896 (_initialize_blockframe): New function.
2897 * Makefile.in (blockframe.o): Update dependencies.
2898 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
2899 comment. Call frame_chain_valid ().
2900 * frame.h: Remove old prototypes. Add prototype for
2901 frame_chain_valid and update comments to match.
2902 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
2903 Remove old comment.
2904 * gdbarch.h: Regenerated.
2905 * gdbarch.c: Regenerated.
2906
2907 * alpha-tdep.c (alpha_gdbarch_init): Don't call
2908 set_gdbarch_frame_chain_valid.
2909 * avr-tdep.c (avr_gdbarch_init): Likewise.
2910 * cris-tdep.c (cris_gdbarch_init): Likewise.
2911 * frv-tdep.c (frv_gdbarch_init): Likewise.
2912 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
2913 * i386-tdep.c (i386_svr4_init_abi): Likewise.
2914 (i386_nw_init_abi): Likewise.
2915 (i386_gdbarch_init): Likewise.
2916 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
2917 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
2918 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
2919 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2920 * mips-tdep.c (mips_gdbarch_init): Likewise.
2921 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2922 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
2923 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
2924 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2925 * s390-tdep.c (s390_gdbarch_init): Likewise.
2926 * sh-tdep.c (sh_gdbarch_init): Likewise.
2927 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2928 * v850-tdep.c (v850_gdbarch_init): Likewise.
2929 * vax-tdep.c (vax_gdbarch_init): Likewise.
2930 * x86-64-tdep.c (x86_64_init_abi): Likewise.
2931
2932 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
2933 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
2934 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
2935 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
2936 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
2937 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
2938 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
2939 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
2940
b00a8037
DJ
29412002-01-04 Daniel Jacobowitz <drow@mvista.com>
2942
2943 * Makefile.in (acconfig_h): Remove incorrect macro.
2944 (config_h): Define.
2945 (osabi.o): Update dependencies.
2946 * configure.tgt: Set gdb_osabi based on target triplet.
2947 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
2948 * configure: Regenerated.
2949 * config.in: Regenerated.
2950 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
2951 (GDB_OSABI_DEFAULT): Define if not already defined.
2952 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
2953 (set_osabi_string): New variables.
2954 (gdbarch_register_osabi): Add new OS ABI to
2955 gdb_osabi_available_names.
2956 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
2957 (set_osabi, show_osabi): New functions.
2958 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
2959
4be87837
DJ
29602003-01-04 Daniel Jacobowitz <drow@mvista.com>
2961
2962 * arch-utils.c (gdbarch_info_init): Set osabi to
2963 GDB_OSABI_UNINITIALIZED.
2964 * gdbarch.sh: Add osabi to struct gdbarch and to struct
2965 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
2966 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
2967 * gdbarch.c: Regenerated.
2968 * gdbarch.h: Regenerated.
2969 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
2970 there's no BFD.
2971 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
2972 * osabi.h (enum gdb_osabi): Move to defs.h.
2973 (gdbarch_init_osabi): Update prototype.
2974 * defs.h (enum gdb_osabi): Moved here.
2975 * Makefile.in: Update dependencies.
2976
2977 * alpha-tdep.h: Don't include "osabi.h".
2978 (struct gdbarch_tdep): Remove osabi member.
2979 * alpha-tdep.c: Include "osabi.h".
2980 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2981 iterate over arches. Update call to gdbarch_init_osabi.
2982 (alpha_dump_tdep): Don't dump osabi.
2983 * alpha-linux-tdep.c: Include "osabi.h".
2984 * alpha-osf1-tdep.c: Include "osabi.h".
2985 * alphafbsd-tdep.c: Include "osabi.h".
2986 * alphanbsd-tdep.c: Include "osabi.h".
2987
2988 * arm-tdep.h: Don't include "osabi.h".
2989 (struct gdbarch_tdep): Remove osabi member.
2990 * arm-tdep.c: Include "osabi.h".
2991 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2992 iterate over arches. Update call to gdbarch_init_osabi.
2993 (arm_dump_tdep): Don't dump osabi.
2994 * arm-linux-tdep.c: Include "osabi.h".
2995 * armnbsd-tdep.c: Include "osabi.h".
2996
2997 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
2998 Update call to gdbarch_init_osabi.
2999
3000 * i386-tdep.h: Don't include "osabi.h".
3001 (struct gdbarch_tdep): Remove osabi member.
3002 * i386-tdep.c: Include "osabi.h".
3003 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3004 iterate over arches. Update call to gdbarch_init_osabi.
3005 (i386_dump_tdep): Don't dump osabi.
3006 * i386-linux-tdep.c: Include "osabi.h".
3007 * i386-sol2-tdep.c: Include "osabi.h".
3008 * i386bsd-tdep.c: Include "osabi.h".
3009 * i386gnu-tdep.c: Include "osabi.h".
3010 * i386ly-tdep.c: Include "osabi.h".
3011 * i386nbsd-tdep.c: Include "osabi.h".
3012 * i386obsd-tdep.c: Include "osabi.h".
3013
3014 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
3015 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3016 check osabi when iterating over arches. Update call to
3017 gdbarch_init_osabi.
3018 (mips_dump_tdep): Don't dump osabi.
3019
3020 * ns32k-tdep.h: Don't include "osabi.h".
3021 (struct gdbarch_tdep): Remove.
3022 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
3023 gdbarch_lookup_osabi. Don't iterate over arches. Don't
3024 allocate tdep. Update call to gdbarch_init_osabi.
3025 (ns32k_dump_tdep): Remove.
3026 (_initialize_ns32k_tdep): Update call to gdbarch_register.
3027 * ns32knbsd-tdep.c: Include "osabi.h".
3028
3029 * ppc-tdep.h: Don't include "osabi.h".
3030 (struct gdbarch_tdep): Remove osabi member.
3031 * rs6000-tdep.c: Include "osabi.h".
3032 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
3033 osabi when iterating over arches. Update call to
3034 gdbarch_init_osabi.
3035 (rs6000_dump_tdep): Don't dump osabi.
3036 * ppc-linux-tdep.c: Include "osabi.h".
3037 * ppcnbsd-tdep.c: Include "osabi.h".
3038
3039 * sh-tdep.h: Don't include "osabi.h".
3040 (struct gdbarch_tdep): Remove osabi member.
3041 * sh-tdep.c: Include "osabi.h".
3042 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3043 iterate over arches. Update call to gdbarch_init_osabi.
3044 (sh_dump_tdep): Don't dump osabi.
3045 * shnbsd-tdep.c: Include "osabi.h".
3046
3047 * sparc-tdep.c: Include "osabi.h".
3048 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3049 iterate over arches. Update call to gdbarch_init_osabi.
3050 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
3051 tdep structure.
3052
3053 * vax-tdep.h: Don't include "osabi.h".
3054 (struct gdbarch_tdep): Remove.
3055 * vax-tdep.c: Include "osabi.h".
3056 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3057 iterate over arches. Don't allocate tdep. Update call
3058 to gdbarch_init_osabi.
3059 (vax_dump_tdep): Remove.
3060 (_initialize_vax_tdep): Update call to gdbarch_register.
3061
a881cf8e
DJ
30622003-01-04 Daniel Jacobowitz <drow@mvista.com>
3063
3064 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
3065 entirely.
3066 (breakpoint_re_set_one): Don't fetch the value for a disabled
3067 watchpoint.
3068
1e698235
DJ
30692003-01-04 Daniel Jacobowitz <drow@mvista.com>
3070
3071 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
3072 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
3073 (COERCE_FLOAT_TO_DOUBLE): Remove.
3074 * gdbarch.c: Regenerate.
3075 * gdbarch.h: Regenerate.
3076 * Makefile.in: Remove value_h from gdbarch_h.
3077 * valops.c (coerce_float_to_double): New variable.
3078 (default_coerce_float_to_double): Remove.
3079 (standard_coerce_float_to_double): Remove.
3080 (value_arg_coerce): Use coerce_float_to_double.
3081 (_initialize_valops): Add "set coerce-float-to-double".
3082 * value.h (default_coerce_float_to_double): Remove prototype.
3083 (standard_coerce_float_to_double): Remove prototype.
3084
3085 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
3086 prototyped.
3087 * mdebugread.c (parse_symbol): Likewise.
3088 * stabsread.c (define_symbol): Mark all functions as prototyped.
3089
3090 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
3091 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
3092 set_gdbarch_coerce_float_to_double.
3093 * arm-tdep.c (arm_gdbarch_init): Likewise.
3094 * frv-tdep.c (frv_gdbarch_init): Likewise.
3095 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
3096 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
3097 * mips-tdep.c (mips_gdbarch_init): Likewise.
3098 (mips_coerce_float_to_double): Remove.
3099 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3100 (rs6000_coerce_float_to_double): Remove.
3101 * s390-tdep.c (s390_gdbarch_init): Likewise.
3102 * sh-tdep.c (sh_gdbarch_init): Likewise.
3103 (sh_coerce_float_to_double): Remove.
3104 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3105 (sparc_coerce_float_to_double): Remove.
3106 * v850-tdep.c (v850_gdbarch_init): Likewise.
3107 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
3108 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3109 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
3110 (hppa_coerce_float_to_double): Remove prototype.
3111 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3112
f436a26a
DJ
31132003-01-04 Daniel Jacobowitz <drow@mvista.com>
3114
3115 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
3116
248f8055
DJ
31172003-01-04 Daniel Jacobowitz <drow@mvista.com>
3118
3119 Suggested by Stewart Brown <sb24@avaya.com>:
3120 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
3121 in recursive calls. Handle TYPE_CODE_TYPEDEF.
3122 (c_type_print_varspec_suffix): Likewise.
3123
72cfdc76
MK
31242003-01-04 Mark Kettenis <kettenis@gnu.org>
3125
bfd260bb
MK
3126 * configure.in: Don't set and AC_SUBST SUBDIRS.
3127 * configure: Regenerated.
3128
72cfdc76
MK
3129 * configure.in: Remove code dealing with shared libraries.
3130 * Makefile.in: Remove HLDFLAGS and HLDENV.
3131 * configure: Regenerated.
3132
c8b8a898
AC
31332003-01-04 Andrew Cagney <ac131313@redhat.com>
3134
3135 * frame.c (deprecated_frame_xmalloc): New function.
3136 (deprecated_set_frame_saved_regs_hack): New function.
3137 (deprecated_set_frame_extra_info_hack): New function.
3138 * frame.h (deprecated_frame_xmalloc): Declare.
3139 (deprecated_set_frame_saved_regs_hack): Declare.
3140 (deprecated_set_frame_extra_info_hack): Declare.
3141
14abd0fb
MK
31422003-01-04 Mark Kettenis <kettenis@gnu.org>
3143
8ee53726
MK
3144 * configure.in: Move code that provides the --enable-gdbtk option
3145 right after the code that handles the --enable-tui option, and
3146 polish it somewhat.
3147 * configure: Regenerated.
3148
14abd0fb
MK
3149 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
3150 AC_CHECK_FUNCS and remove the old check for pread64.
3151 * acinclude.m4 (AC_GNU_SOURCE): New macro.
3152 * acconfig.h (_GNU_SOURCE): Add.
3153 (HAVE_PREAD64): Remove.
3154 * configure, aclocal.m4, config.in: Regenerated.
3155
b2fb4676
AC
31562003-01-03 Andrew Cagney <ac131313@redhat.com>
3157
3158 * alpha-tdep.c: Use get_frame_saved_regs.
3159 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3160 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
3161 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
3162 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
3163 * vax-tdep.c, xstormy16-tdep.c: Ditto.
3164
8dcde887
MK
31652003-01-03 Mark Kettenis <kettenis@gnu.org>
3166
3167 * configure.in: Remove all use of the SUBDIRS variable; add
3168 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
3169 code providing the --enable-multi-ice option, and move it right in
3170 front of the code that checks whether gdbserver is supported.
3171 Polish that too.
3172 * configure: Regenerated.
3173 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
3174 @SUBDIRS@.
3175
8ccd593b
AC
31762003-01-03 Andrew Cagney <cagney@redhat.com>
3177
3178 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
3179 * avr-tdep.c, cris-tdep.c: Ditto.
3180 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
3181 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
3182
91151a06
MK
31832003-01-03 Mark Kettenis <kettenis@gnu.org>
3184
3185 * configure.in: Remove --enable-netrom option.
3186 * configure: Regenerated.
3187
8fe84d01
MK
31882003-01-03 Mark Kettenis <kettenis@gnu.org>
3189
3190 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
3191 declaration for `struct re_pattern_buffer' instead.
3192 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
3193
f0394be6
JB
31942003-01-03 J. Brobecker <brobecker@gnat.com>
3195
3196 * mdebugread.c (parse_symbol): Count until the stEnd matching
3197 the structure name.
3198
27e9bf90
MK
31992003-01-02 Mark Kettenis <kettenis@gnu.org>
3200
93d331ba
MK
3201 * configure.in: Remove --with-cpu option.
3202 subscripts. Remove evil changequotes here.
3203 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
3204 * config.in, configure: Regenerated.
3205
27e9bf90
MK
3206 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
3207 * configure.in: Cleanup section that sources GDB and BFD configure
3208 subscripts. Remove evil changequotes here.
3209 * config.in, configure: Regenerated.
3210
50abf9e5
AC
32112003-01-02 Andrew Cagney <ac131313@redhat.com>
3212
3213 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
3214 frame accessor methods.
3215 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3216 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
3217 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
3218 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
3219 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
3220 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
3221 * z8k-tdep.c: Ditto.
3222
287c1a40
MK
32232003-01-02 Mark Kettenis <kettenis@gnu.org>
3224
f5dbc56d
MK
3225 * configure.in: Remove UI_OUT configuration code.
3226 * ada-lang.c: Update assuming UI_OUT is always true.
3227 * Makefile.in (UIOUT_CFLAGS): Remove.
3228 * configure: Regenerated.
3229 * TODO: Remove blurb about elimination of -DUI_OUT.
3230
627af7ea
MK
3231 * configure.in: Move code that provides the --enable-gdbcli,
3232 --enable-gdbmi options right before the code that handles the
3233 --enable-tui option. Polish a bit.
3234 * configure: Regenerated.
3235
06825bd1
MK
3236 * configure.in: Rewrite check for GNU regex and the
3237 --without-included regex option, and move it into the "Checks for
3238 library functions" section. This makes us use the system regex
3239 again by default on systems with version 2 of the GNU C library.
3240 This was apparently broken.
3241 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
3242 * acconfig.h (USE_INCLUDED_REGEX): Remove.
3243 * config.in, configure: Regenerated.
3244
287c1a40
MK
3245 * configure.in: Move code that provides the --enable-tui option
3246 before the "Checks for libraries" section. Polish the code
3247 somewhat and set need_curses to yes if we build the TUI. Rewrite
3248 code that looks for a library providing termcap functionality to
3249 match more closely what's done in the Readline library, and move
3250 it into to the "Checks for libraries" section.
3251 * configure: Regenerated.
3252 * Makefile.in (TERMCAP): Remove variable.
3253 * config/i386/go32.mh (TERMCAP): Remove variable.
3254
684e56bf
AC
32552003-01-02 Andrew Cagney <ac131313@redhat.com>
3256
3257 * MAINTAINERS: Mention gdb_mbuild.sh.
3258 * gdb_mbuild.sh: Rewrite.
3259
e1ea1d75
MK
32602003-01-02 Mark Kettenis <kettenis@gnu.org>
3261
3262 * configure.in: Fix typo in last change.
3263 * config.in, configure: Regenerated.
3264
1b831c93
AC
32652003-01-02 Andrew Cagney <ac131313@redhat.com>
3266
3267 * valarith.c (value_binop): Delete obsolete code and comments.
3268 * configure.host: Ditto.
3269 * buildsym.h (make_blockvector): Ditto.
3270 * buildsym.c (make_blockvector): Ditto.
3271 * defs.h (enum language): Ditto.
3272 (chill_demangle): Ditto.
3273 * elfread.c (elf_symtab_read): Ditto.
3274 * dwarfread.c (CHILL_PRODUCER): Ditto.
3275 (set_cu_language): Ditto.
3276 (handle_producer): Ditto.
3277 * expprint.c (print_subexp): Ditto.
3278 * gdbtypes.c (chill_varying_type): Ditto.
3279 * gdbtypes.h (builtin_type_chill_bool): Ditto.
3280 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
3281 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
3282 (chill_varying_type): Ditto.
3283 * language.h (_LANG_chill): Ditto.
3284 * language.c (binop_result_type, integral_type): Ditto.
3285 (character_type, string_type, structured_type): Ditto.
3286 (lang_bool_type, binop_type_check): Ditto.
3287 * stabsread.h (os9k_stabs): Ditto.
3288 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
3289 (define_symbol, read_type, read_struct_fields): Ditto.
3290 (read_array_type, read_enum_type, read_huge_number): Ditto.
3291 (read_range_type, start_stabs): Ditto.
3292 * symfile.c (init_filename_language_table): Ditto.
3293 (add_psymbol_with_dem_name_to_list): Ditto.
3294 * symtab.c (symbol_init_language_specific): Ditto.
3295 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
3296 * symtab.h (struct general_symbol_info): Ditto.
3297 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3298 * typeprint.c (typedef_print): Ditto.
3299 * utils.c (fprintf_symbol_filtered): Ditto.
3300 * valops.c (value_cast, search_struct_field, value_slice): Delete
3301 obsolete code.
3302 (varying_to_slice): Delete function.
3303 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
3304 (varying_to_slice): Delete declaration.
3305 * MAINTAINERS: Update.
3306
8bb2c122
MK
33072003-01-02 Mark Kettenis <kettenis@gnu.org>
3308
97bf5e38
MK
3309 * configure.in: Reorganize "Checks for library functions section"
3310 a bit. Remove check for `btowc' and `isascii' functions.
3311 * configure: Regenerated.
3312
5ee754fc
MK
3313 * acconfig.h (_MSE_INT_H): Remove.
3314 * configure.in: Create "Checks for header files" section, and move
3315 appropriate tests there. Don't check for objlist.h, wchar.h,
3316 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
3317 misdetection fix. Also add "Checks for types", "Checks for
3318 compiler characteristics" and "Checks for library functions"
3319 sections.
3320 * config.in, configure: Regenerated.
3321
8bb2c122
MK
3322 * configure.in: Create "Checks for programs" section, and move
3323 appropriate tests there.
3324
9a156167
MK
33252003-01-01 Mark Kettenis <kettenis@gnu.org>
3326
3327 * configure.in: Create "Checks for libraries" section, and move
3328 appropriate tests there. Cleanup check for wctype in libw. Use
3329 AC_SEARCH_LIBS to see whether we need libsocket.
3330 * configure: Regenerated.
3331
a80e2bcb 3332For older changes see ChangeLog-2002
c906108c
SS
3333\f
3334Local Variables:
3335mode: change-log
3336left-margin: 8
3337fill-column: 74
3338version-control: never
3339End:
This page took 0.53461 seconds and 4 git commands to generate.