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