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