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